Trace number 217503

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 109 ACSAT 4.23136 4.31243

DiagnosticValue
CHECKS21099255
NODES15974

General information on the benchmark

Namefrb/frb35-17/
frb35-17-1-mgd_ext.xml
MD5SUM492631e4b814e8a3f91560b99119b1ef
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.75373
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables35
Number of constraints262
Maximum constraint arity2
Maximum domain size17
Number of constraints which are defined in extension262
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=mac.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/217503-1168079445/unknown.xml
0.37	   
0.37	   domains being loaded...
0.37	   
0.37	   variables being loaded...
0.41	     nbVariables=35  nbDomainTypes=1  minDomainSize=17  maxDomainSize=17
0.41	       =>  wckTime=0.099  cpuTime=0.09  mem=6M951
0.41	   
0.41	   relations being loaded...
0.49	   
0.49	   constraints being loaded...
0.60	     nbConstraints=262  nbRelationTypes=262  nbExtensionStructures=262  nbSharedExtensionStructures=0
0.60	     nbConflictsStructures=262  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2195  maxDegree=19
0.60	     maxArity=2
0.60	       =>  wckTime=0.288  cpuTime=0.21  mem=11M827
0.64	   
0.64	   solver IterativeSystematicSolver being built... 
0.79	       =>  wckTime=0.484  cpuTime=0.34  mem=13M745
0.80	   
0.80	   preprocessing
0.80	     nbConstraintChecks=0  nbPropagations=35  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.80	     detectedInconsistency=no
0.80	       =>  wckTime=0.0040  cpuTime=0.0  mem=13M745
0.85	   
0.85	   search
0.85	     run=0  nbConstraintChecks=37105  nbPropagations=552  nbRevisions=6000  nbUselessRevisions=4565  nbAssignments=26
0.85	     nbFailedAssignments=11  nbBacktracks=11  nbVisitedNodes=46  nbRestartNogoods=0  mapSize=9  nbInferences=0
0.85	     nbTooLargeKeys=0
0.85	       =>  wckTime=0.054  cpuTime=0.03  mem=14M720
0.87	   
0.87	   search
0.87	     run=1  nbConstraintChecks=71439  nbPropagations=1663  nbRevisions=18125  nbUselessRevisions=13985  nbAssignments=59
0.87	     nbFailedAssignments=22  nbBacktracks=28  nbVisitedNodes=99  nbRestartNogoods=4  mapSize=24  nbInferences=0
0.87	     nbTooLargeKeys=0
0.87	       =>  wckTime=0.072  cpuTime=0.04  mem=14M720
0.89	   
0.89	   search
0.89	     run=2  nbConstraintChecks=133563  nbPropagations=3711  nbRevisions=41277  nbUselessRevisions=32083
0.89	     nbAssignments=105  nbFailedAssignments=41  nbBacktracks=50  nbVisitedNodes=180  nbRestartNogoods=7  mapSize=45
0.89	     nbInferences=0  nbTooLargeKeys=0
0.89	       =>  wckTime=0.096  cpuTime=0.06  mem=14M720
0.91	   
0.91	   search
0.91	     run=3  nbConstraintChecks=208844  nbPropagations=6915  nbRevisions=78378  nbUselessRevisions=61240
0.91	     nbAssignments=170  nbFailedAssignments=67  nbBacktracks=86  nbVisitedNodes=295  nbRestartNogoods=9  mapSize=80
0.91	     nbInferences=0  nbTooLargeKeys=0
0.91	       =>  wckTime=0.113  cpuTime=0.07  mem=14M720
0.93	   
0.93	   search
0.93	     run=4  nbConstraintChecks=323429  nbPropagations=11855  nbRevisions=136960  nbUselessRevisions=107380
0.93	     nbAssignments=264  nbFailedAssignments=104  nbBacktracks=138  nbVisitedNodes=455  nbRestartNogoods=10  mapSize=124
0.93	     nbInferences=0  nbTooLargeKeys=0
0.93	       =>  wckTime=0.138  cpuTime=0.1  mem=14M720
0.97	   
0.97	   search
0.97	     run=5  nbConstraintChecks=514140  nbPropagations=19547  nbRevisions=230874  nbUselessRevisions=181510
0.97	     nbAssignments=415  nbFailedAssignments=174  nbBacktracks=214  nbVisitedNodes=721  nbRestartNogoods=14  mapSize=195
0.97	     nbInferences=0  nbTooLargeKeys=0
0.97	       =>  wckTime=0.177  cpuTime=0.14  mem=14M720
1.02	   
1.02	   search
1.02	     run=6  nbConstraintChecks=774214  nbPropagations=30920  nbRevisions=369440  nbUselessRevisions=290088
1.02	     nbAssignments=614  nbFailedAssignments=256  nbBacktracks=327  nbVisitedNodes=1071  nbRestartNogoods=19  mapSize=288
1.02	     nbInferences=0  nbTooLargeKeys=0
1.02	       =>  wckTime=0.228  cpuTime=0.18  mem=14M720
1.09	   
1.09	   search
1.09	     run=7  nbConstraintChecks=1161592  nbPropagations=47829  nbRevisions=575688  nbUselessRevisions=450589
1.10	     nbAssignments=914  nbFailedAssignments=379  nbBacktracks=500  nbVisitedNodes=1597  nbRestartNogoods=23  mapSize=433
1.10	     nbInferences=0  nbTooLargeKeys=0
1.10	       =>  wckTime=0.3  cpuTime=0.25  mem=14M720
1.21	   
1.21	   search
1.21	     run=8  nbConstraintChecks=1706207  nbPropagations=72692  nbRevisions=882058  nbUselessRevisions=689836
1.21	     nbAssignments=1359  nbFailedAssignments=562  nbBacktracks=756  nbVisitedNodes=2373  nbRestartNogoods=30
1.21	     mapSize=649  nbInferences=0  nbTooLargeKeys=0
1.21	       =>  wckTime=0.417  cpuTime=0.35  mem=14M720
1.39	   
1.39	   search
1.39	     run=9  nbConstraintChecks=2644745  nbPropagations=110804  nbRevisions=1350715  nbUselessRevisions=1054798
1.39	     nbAssignments=2050  nbFailedAssignments=864  nbBacktracks=1140  nbVisitedNodes=3617  nbRestartNogoods=35
1.39	     mapSize=994  nbInferences=0  nbTooLargeKeys=0
1.39	       =>  wckTime=0.589  cpuTime=0.51  mem=14M720
1.39	   
1.39	   INFO : Stopping hyperNogood (mapSize=1003, nbTooLargekeys=0, mem=14M720)
1.61	   
1.61	   search
1.61	     run=10  nbConstraintChecks=3970267  nbPropagations=168322  nbRevisions=2061037  nbUselessRevisions=1609780
1.61	     nbAssignments=3113  nbFailedAssignments=1347  nbBacktracks=1719  nbVisitedNodes=5515  nbRestartNogoods=43
1.61	       =>  wckTime=0.812  cpuTime=0.72  mem=14M720
1.90	   
1.90	   search
1.90	     run=11  nbConstraintChecks=5837829  nbPropagations=252686  nbRevisions=3104091  nbUselessRevisions=2425108
1.90	     nbAssignments=4609  nbFailedAssignments=1976  nbBacktracks=2583  nbVisitedNodes=8148  nbRestartNogoods=46
1.90	       =>  wckTime=1.105  cpuTime=1.01  mem=14M720
2.40	   
2.40	   search
2.40	     run=12  nbConstraintChecks=8983333  nbPropagations=381994  nbRevisions=4701609  nbUselessRevisions=3669967
2.40	     nbAssignments=6945  nbFailedAssignments=3012  nbBacktracks=3880  nbVisitedNodes=12344  nbRestartNogoods=53
2.40	       =>  wckTime=1.604  cpuTime=1.5  mem=14M720
3.12	   
3.12	   search
3.12	     run=13  nbConstraintChecks=13681135  nbPropagations=577383  nbRevisions=7126629  nbUselessRevisions=5559285
3.12	     nbAssignments=10464  nbFailedAssignments=4581  nbBacktracks=5830  nbVisitedNodes=18671  nbRestartNogoods=57
3.12	       =>  wckTime=2.322  cpuTime=2.21  mem=14M720
4.23	   
4.23	   search
4.23	     run=14  nbConstraintChecks=20918377  nbPropagations=873863  nbRevisions=10818505  nbUselessRevisions=8433270
4.23	     nbAssignments=15806  nbFailedAssignments=6996  nbBacktracks=8751  nbVisitedNodes=28247  nbRestartNogoods=57
4.23	       =>  wckTime=3.431  cpuTime=3.31  mem=14M720
4.26	   
4.26	   search
4.26	     run=15  nbConstraintChecks=21099255  nbPropagations=1172957  nbRevisions=14542200  nbUselessRevisions=11331878
4.26	     nbAssignments=15974  nbFailedAssignments=7052  nbBacktracks=8828  nbVisitedNodes=28516  nbRestartNogoods=61
4.26	       =>  wckTime=3.461  cpuTime=3.34  mem=14M720
4.26	   
4.26	   global
4.26	     nbConstraintChecks=21099255  nbPropagations=1172992  nbRevisions=14542200  nbUselessRevisions=11331878
4.26	     nbRestartNogoods=61  solvingWckTime=3.462  solvingCpuTime=3.34  expiredTime=no  totalExploration=no
4.26	     nbFoundSolutions=1  globalCpuTime=3.73
4.26	       =>  wckTime=3.949  cpuTime=3.68  mem=14M720
4.26	   
4.26	s SATISFIABLE
4.26	v 4 4 6 10 15 3 7 15 2 7 9 1 6 11 0 1 1 14 10 9 15 15 6 5 3 9 6 6 6 7 2 10 12 5 14 
4.26	d NODES 15974
4.26	d CHECKS 21099255
4.26	   
4.26	   totalWckTime=4.029  totalCpuTime=3.74

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node17/watcher-217503-1168079445 -o ROOT/results/node17/solver-217503-1168079445 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/217503-1168079445/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.87 1.89 1.91 4/93 13497
/proc/meminfo: memFree=1487056/2055920 swapFree=4192812/4192956
[pid=13496] ppid=13494 vsize=906644 CPUtime=0.02
/proc/13496/stat : 13496 (java) S 13494 13496 13205 0 -1 0 2068 0 1 0 1 1 0 0 18 0 2 0 156339271 928403456 1817 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/13496/statm: 226661 1817 1036 14 0 214244 0
[pid=13496/tid=13498] ppid=13494 vsize=906644 CPUtime=0
/proc/13496/task/13498/stat : 13498 (java) R 13494 13496 13205 0 -1 64 3 0 0 0 0 0 0 0 19 0 2 0 156339275 928403456 1817 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 7368 0 0 0 -1 1 0 0

[startup+0.105697 s]
/proc/loadavg: 1.87 1.89 1.91 4/93 13497
/proc/meminfo: memFree=1487056/2055920 swapFree=4192812/4192956
[pid=13496] ppid=13494 vsize=914988 CPUtime=0.09
/proc/13496/stat : 13496 (java) R 13494 13496 13205 0 -1 0 3019 0 1 0 7 2 0 0 17 0 8 0 156339271 936947712 2765 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4160642496 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13496/statm: 228747 2765 1435 14 0 215242 0
[pid=13496/tid=13498] ppid=13494 vsize=914988 CPUtime=0
/proc/13496/task/13498/stat : 13498 (java) S 13494 13496 13205 0 -1 64 6 0 0 0 0 0 0 0 18 0 8 0 156339275 936947712 2765 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.514739 s]
/proc/loadavg: 1.87 1.89 1.91 4/93 13497
/proc/meminfo: memFree=1487056/2055920 swapFree=4192812/4192956
[pid=13496] ppid=13494 vsize=915328 CPUtime=0.5
/proc/13496/stat : 13496 (java) R 13494 13496 13205 0 -1 0 6684 0 1 0 45 5 0 0 17 0 8 0 156339271 937295872 6423 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072917395 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13496/statm: 228832 6423 2138 14 0 215302 0
[pid=13496/tid=13498] ppid=13494 vsize=915328 CPUtime=0
/proc/13496/task/13498/stat : 13498 (java) S 13494 13496 13205 0 -1 64 6 0 0 0 0 0 0 0 18 0 8 0 156339275 937295872 6423 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915328

[startup+1.34382 s]
/proc/loadavg: 1.87 1.89 1.91 3/100 13504
/proc/meminfo: memFree=1463640/2055920 swapFree=4192812/4192956
[pid=13496] ppid=13494 vsize=915452 CPUtime=1.31
/proc/13496/stat : 13496 (java) R 13494 13496 13205 0 -1 0 8582 0 1 0 124 7 0 0 20 0 8 0 156339271 937422848 8320 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073801352 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13496/statm: 228863 8320 2513 14 0 215333 0
[pid=13496/tid=13498] ppid=13494 vsize=915452 CPUtime=0.03
/proc/13496/task/13498/stat : 13498 (java) S 13494 13496 13205 0 -1 64 244 0 0 0 3 0 0 0 16 0 8 0 156339275 937422848 8320 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13496/tid=13499] ppid=13494 vsize=915452 CPUtime=0
/proc/13496/task/13499/stat : 13499 (java) S 13494 13496 13205 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156339276 937422848 8320 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13496/tid=13500] ppid=13494 vsize=915452 CPUtime=0
/proc/13496/task/13500/stat : 13500 (java) S 13494 13496 13205 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156339276 937422848 8320 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13496/tid=13501] ppid=13494 vsize=915452 CPUtime=0
/proc/13496/task/13501/stat : 13501 (java) S 13494 13496 13205 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156339279 937422848 8320 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13496/tid=13502] ppid=13494 vsize=915452 CPUtime=0.22
/proc/13496/task/13502/stat : 13502 (java) S 13494 13496 13205 0 -1 64 381 0 0 0 21 1 0 0 16 0 8 0 156339279 937422848 8320 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13496/tid=13503] ppid=13494 vsize=915452 CPUtime=0
/proc/13496/task/13503/stat : 13503 (java) S 13494 13496 13205 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156339279 937422848 8320 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13496/tid=13504] ppid=13494 vsize=915452 CPUtime=0
/proc/13496/task/13504/stat : 13504 (java) S 13494 13496 13205 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156339279 937422848 8320 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915452

[startup+2.98899 s]
/proc/loadavg: 1.88 1.89 1.91 3/100 13504
/proc/meminfo: memFree=1463448/2055920 swapFree=4192812/4192956
[pid=13496] ppid=13494 vsize=915452 CPUtime=2.95
/proc/13496/stat : 13496 (java) R 13494 13496 13205 0 -1 0 8605 0 1 0 287 8 0 0 25 0 8 0 156339271 937422848 8342 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073802907 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13496/statm: 228863 8342 2513 14 0 215333 0
[pid=13496/tid=13498] ppid=13494 vsize=915452 CPUtime=0.03
/proc/13496/task/13498/stat : 13498 (java) S 13494 13496 13205 0 -1 64 244 0 0 0 3 0 0 0 17 0 8 0 156339275 937422848 8342 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13496/tid=13499] ppid=13494 vsize=915452 CPUtime=0
/proc/13496/task/13499/stat : 13499 (java) S 13494 13496 13205 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156339276 937422848 8342 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13496/tid=13500] ppid=13494 vsize=915452 CPUtime=0
/proc/13496/task/13500/stat : 13500 (java) S 13494 13496 13205 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156339276 937422848 8342 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13496/tid=13501] ppid=13494 vsize=915452 CPUtime=0
/proc/13496/task/13501/stat : 13501 (java) S 13494 13496 13205 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156339279 937422848 8342 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13496/tid=13502] ppid=13494 vsize=915452 CPUtime=0.24
/proc/13496/task/13502/stat : 13502 (java) S 13494 13496 13205 0 -1 64 389 0 0 0 23 1 0 0 16 0 8 0 156339279 937422848 8342 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13496/tid=13503] ppid=13494 vsize=915452 CPUtime=0
/proc/13496/task/13503/stat : 13503 (java) S 13494 13496 13205 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156339279 937422848 8342 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13496/tid=13504] ppid=13494 vsize=915452 CPUtime=0
/proc/13496/task/13504/stat : 13504 (java) S 13494 13496 13205 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156339279 937422848 8342 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915452

Child status: 0
Real time (s): 4.31243
CPU time (s): 4.23136
CPU user time (s): 4.14337
CPU system time (s): 0.087986
CPU usage (%): 98.12
Max. virtual memory (cumulated for all children) (KiB): 915452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.14337
system time used= 0.087986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8704
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 892
involuntary context switches= 1346

runsolver used 0.007998 s user time and 0.018997 s system time

The end

Launcher Data (download as text)

Begin job on node17 on Sat Jan  6 10:30:45 UTC 2007


IDJOB= 217503
IDBENCH= 5142
FILE ID= node17/217503-1168079445

PBS_JOBID= 3475837

Free space on /tmp= 66314 MiB

BENCH NAME= HOME/pub/bench/CPAI06/frb/frb35-17/frb35-17-1-mgd_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/217503-1168079445/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node17/watcher-217503-1168079445 -o ROOT/results/node17/solver-217503-1168079445 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/217503-1168079445/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  492631e4b814e8a3f91560b99119b1ef

RANDOM SEED= 390831318

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1487536 kB
Buffers:         46816 kB
Cached:         244020 kB
SwapCached:          0 kB
Active:         270704 kB
Inactive:       208228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1487536 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1976 kB
Writeback:           0 kB
Mapped:         217140 kB
Slab:            73968 kB
Committed_AS:  4586840 kB
PageTables:       2544 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66314 MiB



End job on node17 on Sat Jan  6 10:30:49 UTC 2007