Trace number 195257

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 ESACSAT 4.20436 4.30794

DiagnosticValue
CHECKS3269241
NODES5408

General information on the benchmark

Namerlfap/rlfapGraphsMod/
graph9-f9.xml
MD5SUMd1ea18de5a9b206c32593b251c3713d2
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.20436
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables916
Number of constraints5246
Maximum constraint arity2
Maximum domain size35
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5246
Global constraints used (with number of constraints)

Solver Data (download as text)

0.30	   
0.30	Abscon 109 (November, 2006)
0.30	   
0.30	   configuration
0.30	     name=esac.xml
0.33	   
0.33	   instance
0.33	     name=/tmp/evaluation/195257-1168112453/unknown.xml
0.36	   
0.36	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.48	     nbVariables=916  nbDomainTypes=7  minDomainSize=6  maxDomainSize=35
0.48	       =>  wckTime=0.184  cpuTime=0.14  mem=8M847
0.48	   
0.48	   predicates being loaded...
0.49	   
0.49	   constraints being loaded...
1.46	     nbConstraints=5246  nbConvertedConstraints=5246  nbConvertConstraintsChecks=701288  nbExtensionStructures=743
1.46	     nbSharedExtensionStructures=4503  nbConflictsStructures=743  nbSharedConflictsStructures=4503
1.46	     nbSharedBinaryRepresentations=44638  maxDegree=37  maxArity=2
1.46	       =>  wckTime=1.166  cpuTime=0.99  mem=38M135
1.55	   
1.55	   solver IterativeSystematicSolver being built... 
1.76	       =>  wckTime=1.462  cpuTime=1.16  mem=22M674
2.28	   
2.28	   preprocessing
2.28	     nbConstraintChecks=371593  nbPropagations=9697  nbRevisions=24638  nbUselessRevisions=11598  nbSingletonTests=979
2.28	     nbEffectiveSingletonTests=0  nbESACBranches=34  nbRemovedValues=7740  detectedInconsistency=no
2.28	       =>  wckTime=0.511  cpuTime=0.47  mem=22M674
2.33	   
2.33	   search
2.33	     run=0  nbConstraintChecks=15359  nbPropagations=10066  nbRevisions=25934  nbUselessRevisions=12123
2.33	     nbAssignments=33  nbFailedAssignments=7  nbBacktracks=12  nbVisitedNodes=46  nbRestartNogoods=0  mapSize=5
2.33	     nbInferences=0  nbTooLargeKeys=0
2.33	       =>  wckTime=0.568  cpuTime=0.51  mem=22M674
2.37	   
2.37	   search
2.38	     run=1  nbConstraintChecks=75491  nbPropagations=21100  nbRevisions=57199  nbUselessRevisions=26480
2.38	     nbAssignments=130  nbFailedAssignments=45  nbBacktracks=28  nbVisitedNodes=174  nbRestartNogoods=4  mapSize=12
2.38	     nbInferences=0  nbTooLargeKeys=0
2.38	       =>  wckTime=0.611  cpuTime=0.55  mem=23M648
2.41	   
2.41	   search
2.41	     run=2  nbConstraintChecks=150377  nbPropagations=32976  nbRevisions=94630  nbUselessRevisions=43223
2.41	     nbAssignments=207  nbFailedAssignments=94  nbBacktracks=50  nbVisitedNodes=311  nbRestartNogoods=9  mapSize=23
2.41	     nbInferences=0  nbTooLargeKeys=0
2.41	       =>  wckTime=0.651  cpuTime=0.59  mem=23M648
2.47	   
2.47	   search
2.47	     run=3  nbConstraintChecks=291052  nbPropagations=46640  nbRevisions=143575  nbUselessRevisions=64178
2.47	     nbAssignments=344  nbFailedAssignments=162  nbBacktracks=84  nbVisitedNodes=500  nbRestartNogoods=18  mapSize=40
2.47	     nbInferences=0  nbTooLargeKeys=0
2.47	       =>  wckTime=0.711  cpuTime=0.65  mem=23M648
2.53	   
2.53	   search
2.53	     run=4  nbConstraintChecks=372503  nbPropagations=61468  nbRevisions=200579  nbUselessRevisions=89404
2.53	     nbAssignments=467  nbFailedAssignments=228  nbBacktracks=136  nbVisitedNodes=711  nbRestartNogoods=19  mapSize=67
2.53	     nbInferences=0  nbTooLargeKeys=0
2.53	       =>  wckTime=0.768  cpuTime=0.71  mem=24M622
2.64	   
2.64	   search
2.64	     run=5  nbConstraintChecks=571132  nbPropagations=78677  nbRevisions=275424  nbUselessRevisions=122325
2.64	     nbAssignments=695  nbFailedAssignments=356  nbBacktracks=211  nbVisitedNodes=1077  nbRestartNogoods=34  mapSize=104
2.64	     nbInferences=0  nbTooLargeKeys=0
2.64	       =>  wckTime=0.874  cpuTime=0.8  mem=24M622
2.78	   
2.78	   search
2.78	     run=6  nbConstraintChecks=755132  nbPropagations=99110  nbRevisions=369914  nbUselessRevisions=165285
2.78	     nbAssignments=1047  nbFailedAssignments=468  nbBacktracks=325  nbVisitedNodes=1576  nbRestartNogoods=34
2.78	     mapSize=144  nbInferences=0  nbTooLargeKeys=0
2.78	       =>  wckTime=1.021  cpuTime=0.95  mem=25M595
3.01	   
3.01	   search
3.01	     run=7  nbConstraintChecks=1116393  nbPropagations=126114  nbRevisions=499755  nbUselessRevisions=226079
3.01	     nbAssignments=1683  nbFailedAssignments=687  nbBacktracks=496  nbVisitedNodes=2309  nbRestartNogoods=46
3.01	     mapSize=231  nbInferences=0  nbTooLargeKeys=0
3.01	       =>  wckTime=1.25  cpuTime=1.17  mem=27M543
3.31	   
3.31	   search
3.31	     run=8  nbConstraintChecks=1606771  nbPropagations=160897  nbRevisions=686644  nbUselessRevisions=319262
3.31	     nbAssignments=2402  nbFailedAssignments=995  nbBacktracks=752  nbVisitedNodes=3360  nbRestartNogoods=62
3.31	     mapSize=357  nbInferences=0  nbTooLargeKeys=0
3.31	       =>  wckTime=1.55  cpuTime=1.46  mem=29M491
3.73	   
3.73	   search
3.73	     run=9  nbConstraintChecks=2229797  nbPropagations=206345  nbRevisions=944288  nbUselessRevisions=450384
3.73	     nbAssignments=3555  nbFailedAssignments=1479  nbBacktracks=1137  nbVisitedNodes=5004  nbRestartNogoods=77
3.73	     mapSize=547  nbInferences=0  nbTooLargeKeys=0
3.73	       =>  wckTime=1.968  cpuTime=1.87  mem=32M412
4.24	   
4.24	   search
4.24	     run=10  nbConstraintChecks=2897648  nbPropagations=266007  nbRevisions=1273616  nbUselessRevisions=619099
4.24	     nbAssignments=5408  nbFailedAssignments=1864  nbBacktracks=1481  nbVisitedNodes=7186  nbRestartNogoods=122
4.24	     mapSize=715  nbInferences=0  nbTooLargeKeys=0
4.24	       =>  wckTime=2.477  cpuTime=2.36  mem=36M308
4.24	   
4.24	   global
4.24	     nbConstraintChecks=3269241  nbPropagations=275704  nbRevisions=1298254  nbUselessRevisions=630697
4.24	     nbRestartNogoods=122  solvingWckTime=2.478  solvingCpuTime=2.36  expiredTime=no  totalExploration=no
4.24	     nbFoundSolutions=1  globalCpuTime=3.56
4.24	       =>  wckTime=3.944  cpuTime=3.52  mem=36M308
4.24	   
4.24	s SATISFIABLE
4.24	v 414 652 16 254 394 156 156 394 254 16 16 254 428 666 338 100 44 282 58 296 268 30 114 352 352 114 254 16 666 428 16 254 16 254 394 156 366 128 666 428 414 652 156 394 394 156 414 652 268 30 428 666 30 268 268 30 142 380 268 30 16 254 128 366 666 428 142 380 254 16 30 268 142 380 414 652 16 254 170 408 414 652 142 380 394 156 16 254 156 394 666 428 100 338 156 394 30 268 30 268 268 30 414 652 58 296 254 16 16 254 666 428 16 254 16 254 156 394 652 414 30 268 142 380 428 666 254 16 666 428 666 428 394 156 428 666 652 414 44 282 86 324 394 156 30 268 254 16 16 254 268 30 254 16 58 296 310 72 414 652 30 268 268 30 414 652 16 254 16 254 142 380 652 414 268 30 114 352 16 254 268 30 666 428 652 414 44 282 268 30 156 394 282 44 268 30 16 254 254 16 428 666 156 394 268 30 156 394 142 380 666 428 352 114 414 652 428 666 652 414 114 352 156 394 414 652 428 666 414 652 268 30 652 414 268 30 254 16 268 30 30 268 666 428 30 268 428 666 666 428 142 380 44 282 142 380 380 142 142 380 156 394 30 268 428 666 156 394 380 142 268 30 428 666 128 366 414 652 428 666 414 652 666 428 666 428 254 16 254 16 428 666 30 268 666 428 666 428 666 428 254 16 268 30 428 666 16 254 156 394 128 366 666 428 268 30 652 414 268 30 394 156 414 652 282 44 282 44 666 428 114 352 380 142 380 142 652 414 268 30 16 254 16 254 86 324 100 338 652 414 268 30 666 428 128 366 394 156 394 156 268 30 58 296 666 428 268 30 156 394 268 30 30 268 652 414 142 380 666 428 254 16 16 254 310 72 114 352 366 128 394 156 652 414 380 142 380 142 652 414 414 652 268 30 666 428 296 58 72 310 394 156 16 254 652 414 16 254 666 428 268 30 666 428 268 30 380 142 156 394 128 366 142 380 666 428 666 428 414 652 428 666 156 394 666 428 394 156 666 428 16 254 268 30 268 30 366 128 268 30 366 128 30 268 142 380 30 268 652 414 268 30 666 428 652 414 666 428 30 268 282 44 268 30 428 666 428 666 666 428 30 268 414 652 414 652 16 254 366 128 268 30 414 652 666 428 428 666 414 652 428 666 268 30 394 156 156 394 380 142 156 394 156 394 428 666 652 414 652 414 394 156 394 156 156 394 268 30 282 44 296 58 142 380 156 394 156 394 268 30 652 414 268 30 268 30 254 16 254 16 268 30 142 380 652 414 86 324 428 666 254 16 268 30 254 16 268 30 268 30 414 652 72 310 268 30 254 16 652 414 128 366 128 366 394 156 652 414 380 142 666 428 652 414 652 414 268 30 414 652 428 666 666 428 142 380 142 380 666 428 156 394 30 268 428 666 394 156 652 414 268 30 394 156 30 268 666 428 44 282 428 666 142 380 666 428 414 652 268 30 428 666 44 282 16 254 394 156 16 254 666 428 324 86 44 282 366 128 30 268 30 268 268 30 380 142 428 666 30 268 666 428 282 44 394 156 428 666 282 44 156 394 652 414 100 338 666 428 428 666 666 428 142 380 296 58 86 324 86 324 666 428 428 666 394 156 394 156 156 394 652 414 414 652 666 428 142 380 72 310 380 142 652 414 666 428 58 296 128 366 428 666 16 254 380 142 296 58 282 44 366 128 394 156 366 128 142 380 310 72 44 282 30 268 268 30 414 652 30 268 72 310 338 100 268 30 114 352 100 338 338 100 44 282 366 128 156 394 428 666 282 44 666 428 86 324 338 100 128 366 414 652 324 86 156 394 142 380 268 30 114 352 100 338 366 128 142 380 268 30 394 156 380 142 282 44 394 156 142 380 30 268 114 352 58 296 352 114 58 296 282 44 128 366 652 414 156 394 142 380 30 268 30 268 366 128 666 428 142 380 58 296 414 652 414 652 352 114 268 30 30 268 30 268 428 666 30 268 86 324 324 86 268 30 352 114 30 268 128 366 30 268 310 72 380 142 380 142 156 394 156 394 30 268 142 380 380 142 380 142 366 128 666 428 86 324 
4.24	d NODES 5408
4.24	d CHECKS 3269241
4.24	   
4.25	   totalWckTime=4.021  totalCpuTime=3.56

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/node20/watcher-195257-1168112453 -o ROOT/results/node20/solver-195257-1168112453 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/195257-1168112453/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.72 1.94 1.89 5/95 382
/proc/meminfo: memFree=1588752/2055920 swapFree=4170284/4192956
[pid=381] ppid=379 vsize=18540 CPUtime=0
/proc/381/stat : 381 (runsolver) R 379 381 32400 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 159639830 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 273952599335 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/381/statm: 4635 279 244 17 0 2626 0

[startup+0.10795 s]
/proc/loadavg: 1.72 1.94 1.89 5/95 382
/proc/meminfo: memFree=1588752/2055920 swapFree=4170284/4192956
[pid=381] ppid=379 vsize=914988 CPUtime=0.09
/proc/381/stat : 381 (java) R 379 381 32400 0 -1 0 3061 0 1 0 8 1 0 0 24 0 8 0 159639830 936947712 2807 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154052644 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/381/statm: 228747 2807 1450 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.515998 s]
/proc/loadavg: 1.72 1.94 1.89 5/95 382
/proc/meminfo: memFree=1588752/2055920 swapFree=4170284/4192956
[pid=381] ppid=379 vsize=915328 CPUtime=0.49
/proc/381/stat : 381 (java) R 379 381 32400 0 -1 0 6670 0 1 0 45 4 0 0 25 0 8 0 159639830 937295872 6409 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073637356 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/381/statm: 228832 6409 2147 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33709 s]
/proc/loadavg: 1.72 1.94 1.89 3/102 389
/proc/meminfo: memFree=1527192/2055920 swapFree=4170284/4192956
[pid=381] ppid=379 vsize=915628 CPUtime=1.31
/proc/381/stat : 381 (java) R 379 381 32400 0 -1 0 13399 0 1 0 108 23 0 0 25 0 8 0 159639830 937603072 13137 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073800028 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/381/statm: 228907 13137 2170 14 0 215377 0
[pid=381/tid=383] ppid=379 vsize=915628 CPUtime=0
/proc/381/task/383/stat : 383 (java) S 379 381 32400 0 -1 64 7 0 0 0 0 0 0 0 17 0 8 0 159639834 937603072 13137 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=381/tid=384] ppid=379 vsize=915628 CPUtime=0
/proc/381/task/384/stat : 384 (java) S 379 381 32400 0 -1 64 10 0 0 0 0 0 0 0 20 0 8 0 159639834 937603072 13137 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=381/tid=385] ppid=379 vsize=915628 CPUtime=0
/proc/381/task/385/stat : 385 (java) S 379 381 32400 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 159639834 937603072 13137 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=381/tid=386] ppid=379 vsize=915628 CPUtime=0
/proc/381/task/386/stat : 386 (java) S 379 381 32400 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 159639837 937603072 13137 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=381/tid=387] ppid=379 vsize=915628 CPUtime=0.19
/proc/381/task/387/stat : 387 (java) S 379 381 32400 0 -1 64 437 0 0 0 19 0 0 0 15 0 8 0 159639837 937603072 13137 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=381/tid=388] ppid=379 vsize=915628 CPUtime=0
/proc/381/task/388/stat : 388 (java) S 379 381 32400 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 159639837 937603072 13137 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=381/tid=389] ppid=379 vsize=915628 CPUtime=0
/proc/381/task/389/stat : 389 (java) S 379 381 32400 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 159639837 937603072 13137 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915628

[startup+2.98329 s]
/proc/loadavg: 1.72 1.94 1.89 3/102 389
/proc/meminfo: memFree=1492952/2055920 swapFree=4170284/4192956
[pid=381] ppid=379 vsize=915728 CPUtime=2.93
/proc/381/stat : 381 (java) R 379 381 32400 0 -1 0 15703 0 1 0 262 31 0 0 25 0 8 0 159639830 937705472 15439 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074054362 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/381/statm: 228932 15439 2542 14 0 215402 0
[pid=381/tid=383] ppid=379 vsize=915728 CPUtime=0.07
/proc/381/task/383/stat : 383 (java) S 379 381 32400 0 -1 64 1176 0 0 0 7 0 0 0 17 0 8 0 159639834 937705472 15439 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=381/tid=384] ppid=379 vsize=915728 CPUtime=0
/proc/381/task/384/stat : 384 (java) S 379 381 32400 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159639834 937705472 15439 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=381/tid=385] ppid=379 vsize=915728 CPUtime=0
/proc/381/task/385/stat : 385 (java) S 379 381 32400 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 159639834 937705472 15439 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=381/tid=386] ppid=379 vsize=915728 CPUtime=0
/proc/381/task/386/stat : 386 (java) S 379 381 32400 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 159639837 937705472 15439 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=381/tid=387] ppid=379 vsize=915728 CPUtime=0.31
/proc/381/task/387/stat : 387 (java) S 379 381 32400 0 -1 64 498 0 0 0 30 1 0 0 15 0 8 0 159639837 937705472 15439 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=381/tid=388] ppid=379 vsize=915728 CPUtime=0
/proc/381/task/388/stat : 388 (java) S 379 381 32400 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 159639837 937705472 15439 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=381/tid=389] ppid=379 vsize=915728 CPUtime=0
/proc/381/task/389/stat : 389 (java) S 379 381 32400 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 159639837 937705472 15439 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915728

Child status: 0
Real time (s): 4.30794
CPU time (s): 4.20436
CPU user time (s): 3.87241
CPU system time (s): 0.331949
CPU usage (%): 97.5957
Max. virtual memory (cumulated for all children) (KiB): 915768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.87241
system time used= 0.331949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15725
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= 1652
involuntary context switches= 2072

runsolver used 0.007998 s user time and 0.022996 s system time

The end

Launcher Data (download as text)

Begin job on node20 on Sat Jan  6 19:40:53 UTC 2007


IDJOB= 195257
IDBENCH= 3258
FILE ID= node20/195257-1168112453

PBS_JOBID= 3477355

Free space on /tmp= 66512 MiB

BENCH NAME= HOME/pub/bench/CPAI06/rlfap/rlfapGraphsMod/graph9-f9.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/195257-1168112453/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node20/watcher-195257-1168112453 -o ROOT/results/node20/solver-195257-1168112453 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/195257-1168112453/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  d1ea18de5a9b206c32593b251c3713d2

RANDOM SEED= 657199373

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.216
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.216
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:       1589168 kB
Buffers:         48824 kB
Cached:         277900 kB
SwapCached:       4300 kB
Active:         169076 kB
Inactive:       225500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1589168 kB
SwapTotal:     4192956 kB
SwapFree:      4170284 kB
Dirty:           36688 kB
Writeback:           0 kB
Mapped:          88184 kB
Slab:            56508 kB
Committed_AS:  3257048 kB
PageTables:       2532 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= 66437 MiB



End job on node20 on Sat Jan  6 19:40:57 UTC 2007