Trace number 224987

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 7.35088 7.44227

DiagnosticValue
CHECKS77702008
NODES25195

General information on the benchmark

Nametightness/tightness0.8/
rand-2-40-80-103-800-47_ext.xml
MD5SUM3ade3223eb62f4156df332346673501f
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 benchmark7.1959
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints103
Maximum constraint arity2
Maximum domain size80
Number of constraints which are defined in extension103
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.33	   
0.33	Abscon 109 (November, 2006)
0.33	   
0.33	   configuration
0.33	     name=esac.xml
0.37	   
0.37	   instance
0.37	     name=/tmp/evaluation/224987-1168270447/unknown.xml
0.40	   
0.40	   domains being loaded...
0.40	   
0.40	   variables being loaded...
0.44	     nbVariables=40  nbDomainTypes=1  minDomainSize=80  maxDomainSize=80
0.44	       =>  wckTime=0.103  cpuTime=0.09  mem=6M951
0.44	   
0.44	   relations being loaded...
0.62	   
0.62	   constraints being loaded...
0.71	     nbConstraints=103  nbRelationTypes=103  nbExtensionStructures=103  nbSharedExtensionStructures=0
0.71	     nbConflictsStructures=103  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=10  maxArity=2
0.71	       =>  wckTime=0.371  cpuTime=0.32  mem=21M601
0.75	   
0.75	   solver IterativeSystematicSolver being built... 
0.91	       =>  wckTime=0.576  cpuTime=0.45  mem=15M362
0.97	   
0.97	   preprocessing
0.97	     nbConstraintChecks=188170  nbPropagations=1088  nbRevisions=3787  nbUselessRevisions=2197  nbSingletonTests=52
0.97	     nbEffectiveSingletonTests=0  nbESACBranches=9  nbRemovedValues=0  detectedInconsistency=no
0.97	       =>  wckTime=0.055  cpuTime=0.04  mem=15M362
1.00	   
1.00	   search
1.00	     run=0  nbConstraintChecks=79691  nbPropagations=1753  nbRevisions=6559  nbUselessRevisions=3726  nbAssignments=24
1.00	     nbFailedAssignments=9  nbBacktracks=10  nbVisitedNodes=43  nbRestartNogoods=0  mapSize=10  nbInferences=0
1.00	     nbTooLargeKeys=0
1.00	       =>  wckTime=0.081  cpuTime=0.06  mem=15M362
1.02	   
1.02	   search
1.02	     run=1  nbConstraintChecks=259975  nbPropagations=4874  nbRevisions=19205  nbUselessRevisions=10632
1.02	     nbAssignments=65  nbFailedAssignments=31  nbBacktracks=27  nbVisitedNodes=119  nbRestartNogoods=3  mapSize=26
1.02	     nbInferences=0  nbTooLargeKeys=0
1.02	       =>  wckTime=0.107  cpuTime=0.08  mem=15M362
1.05	   
1.05	   search
1.05	     run=2  nbConstraintChecks=419506  nbPropagations=9368  nbRevisions=37712  nbUselessRevisions=20609
1.05	     nbAssignments=114  nbFailedAssignments=48  nbBacktracks=49  nbVisitedNodes=189  nbRestartNogoods=11  mapSize=41
1.05	     nbInferences=0  nbTooLargeKeys=0
1.05	       =>  wckTime=0.13  cpuTime=0.09  mem=15M362
1.07	   
1.07	   search
1.07	     run=3  nbConstraintChecks=629224  nbPropagations=15753  nbRevisions=64649  nbUselessRevisions=35062
1.07	     nbAssignments=189  nbFailedAssignments=87  nbBacktracks=82  nbVisitedNodes=322  nbRestartNogoods=15  mapSize=66
1.07	     nbInferences=0  nbTooLargeKeys=0
1.07	       =>  wckTime=0.154  cpuTime=0.12  mem=15M362
1.12	   
1.12	   search
1.12	     run=4  nbConstraintChecks=1115138  nbPropagations=26468  nbRevisions=110728  nbUselessRevisions=59725
1.12	     nbAssignments=329  nbFailedAssignments=155  nbBacktracks=132  nbVisitedNodes=550  nbRestartNogoods=24  mapSize=112
1.12	     nbInferences=0  nbTooLargeKeys=0
1.12	       =>  wckTime=0.203  cpuTime=0.16  mem=15M362
1.18	   
1.18	   search
1.18	     run=5  nbConstraintChecks=1674101  nbPropagations=42166  nbRevisions=179748  nbUselessRevisions=97124
1.18	     nbAssignments=530  nbFailedAssignments=278  nbBacktracks=207  nbVisitedNodes=919  nbRestartNogoods=31  mapSize=177
1.18	     nbInferences=0  nbTooLargeKeys=0
1.18	       =>  wckTime=0.263  cpuTime=0.22  mem=15M362
1.25	   
1.25	   search
1.25	     run=6  nbConstraintChecks=2448097  nbPropagations=64916  nbRevisions=280585  nbUselessRevisions=151800
1.25	     nbAssignments=779  nbFailedAssignments=410  nbBacktracks=320  nbVisitedNodes=1378  nbRestartNogoods=35  mapSize=274
1.25	     nbInferences=0  nbTooLargeKeys=0
1.25	       =>  wckTime=0.337  cpuTime=0.29  mem=15M362
1.39	   
1.39	   search
1.40	     run=7  nbConstraintChecks=3934991  nbPropagations=100021  nbRevisions=439304  nbUselessRevisions=237942
1.40	     nbAssignments=1265  nbFailedAssignments=723  nbBacktracks=491  nbVisitedNodes=2285  nbRestartNogoods=40
1.40	     mapSize=417  nbInferences=0  nbTooLargeKeys=0
1.40	       =>  wckTime=0.478  cpuTime=0.42  mem=15M362
1.56	   
1.56	   search
1.56	     run=8  nbConstraintChecks=5630641  nbPropagations=150459  nbRevisions=669002  nbUselessRevisions=362704
1.56	     nbAssignments=1806  nbFailedAssignments=1002  nbBacktracks=747  nbVisitedNodes=3259  nbRestartNogoods=46
1.56	     mapSize=632  nbInferences=0  nbTooLargeKeys=0
1.56	       =>  wckTime=0.645  cpuTime=0.57  mem=15M362
1.87	   
1.87	   search
1.87	     run=9  nbConstraintChecks=9221494  nbPropagations=230394  nbRevisions=1038535  nbUselessRevisions=563140
1.87	     nbAssignments=2940  nbFailedAssignments=1748  nbBacktracks=1131  nbVisitedNodes=5383  nbRestartNogoods=59
1.87	     mapSize=966  nbInferences=0  nbTooLargeKeys=0
1.87	       =>  wckTime=0.953  cpuTime=0.87  mem=16M337
1.91	   
1.91	   INFO : Stopping hyperNogood (mapSize=1026, nbTooLargekeys=0, mem=16M337)
2.19	   
2.19	   search
2.19	     run=10  nbConstraintChecks=13075169  nbPropagations=345959  nbRevisions=1570756  nbUselessRevisions=852090
2.19	     nbAssignments=4250  nbFailedAssignments=2476  nbBacktracks=1708  nbVisitedNodes=7774  nbRestartNogoods=63
2.19	       =>  wckTime=1.277  cpuTime=1.19  mem=16M337
2.69	   
2.70	   search
2.70	     run=11  nbConstraintChecks=19183858  nbPropagations=516246  nbRevisions=2357710  nbUselessRevisions=1279605
2.70	     nbAssignments=6343  nbFailedAssignments=3704  nbBacktracks=2572  nbVisitedNodes=11623  nbRestartNogoods=69
2.70	       =>  wckTime=1.779  cpuTime=1.69  mem=16M337
3.50	   
3.50	   search
3.50	     run=12  nbConstraintChecks=29418828  nbPropagations=769795  nbRevisions=3540901  nbUselessRevisions=1923976
3.50	     nbAssignments=9509  nbFailedAssignments=5567  nbBacktracks=3869  nbVisitedNodes=17415  nbRestartNogoods=71
3.50	       =>  wckTime=2.585  cpuTime=2.49  mem=16M337
4.59	   
4.59	   search
4.59	     run=13  nbConstraintChecks=42753627  nbPropagations=1144841  nbRevisions=5289502  nbUselessRevisions=2874800
4.59	     nbAssignments=14021  nbFailedAssignments=8129  nbBacktracks=5815  nbVisitedNodes=25693  nbRestartNogoods=77
4.59	       =>  wckTime=3.673  cpuTime=3.57  mem=16M337
6.26	   
6.26	   search
6.26	     run=14  nbConstraintChecks=63496817  nbPropagations=1699654  nbRevisions=7880698  nbUselessRevisions=4286669
6.26	     nbAssignments=20698  nbFailedAssignments=11886  nbBacktracks=8734  nbVisitedNodes=37860  nbRestartNogoods=80
6.26	       =>  wckTime=5.339  cpuTime=5.23  mem=16M337
7.41	   
7.41	   search
7.41	     run=15  nbConstraintChecks=77513838  nbPropagations=2381601  nbRevisions=11061533  nbUselessRevisions=6018081
7.41	     nbAssignments=25195  nbFailedAssignments=14427  nbBacktracks=10650  nbVisitedNodes=46091  nbRestartNogoods=86
7.41	       =>  wckTime=6.492  cpuTime=6.37  mem=16M337
7.41	   
7.41	   global
7.41	     nbConstraintChecks=77702008  nbPropagations=2382689  nbRevisions=11065320  nbUselessRevisions=6020278
7.41	     nbRestartNogoods=86  solvingWckTime=6.493  solvingCpuTime=6.38  expiredTime=no  totalExploration=no
7.41	     nbFoundSolutions=1  globalCpuTime=6.87
7.41	       =>  wckTime=7.074  cpuTime=6.83  mem=16M337
7.41	   
7.41	s SATISFIABLE
7.41	v 20 43 25 11 3 70 9 48 62 54 2 8 50 42 34 15 61 6 39 78 5 14 11 56 45 50 32 54 69 26 53 63 1 28 43 11 61 4 2 31 
7.41	d NODES 25195
7.41	d CHECKS 77702008
7.41	   
7.41	   totalWckTime=7.154  totalCpuTime=6.87

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/node21/watcher-224987-1168270447 -o ROOT/results/node21/solver-224987-1168270447 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/224987-1168270447/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.95 1.87 1.87 5/86 23598
/proc/meminfo: memFree=864776/2055920 swapFree=4156316/4192956
[pid=23597] ppid=23595 vsize=1784 CPUtime=0
/proc/23597/stat : 23597 (java) D 23595 23597 23023 0 -1 0 165 0 0 0 0 0 0 0 18 0 1 0 175439383 1826816 136 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/23597/statm: 446 136 102 14 0 91 0

[startup+0.106679 s]
/proc/loadavg: 1.95 1.87 1.87 5/86 23598
/proc/meminfo: memFree=864776/2055920 swapFree=4156316/4192956
[pid=23597] ppid=23595 vsize=913068 CPUtime=0.08
/proc/23597/stat : 23597 (java) S 23595 23597 23023 0 -1 0 2860 0 1 0 7 1 0 0 17 0 8 0 175439383 934981632 2606 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23597/statm: 228267 2606 1395 14 0 215168 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 913068

[startup+0.514756 s]
/proc/loadavg: 1.95 1.87 1.87 5/86 23598
/proc/meminfo: memFree=864776/2055920 swapFree=4156316/4192956
[pid=23597] ppid=23595 vsize=915328 CPUtime=0.47
/proc/23597/stat : 23597 (java) R 23595 23597 23023 0 -1 0 7049 0 5 0 43 4 0 0 18 0 8 0 175439383 937295872 6792 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073445396 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23597/statm: 228832 6792 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 915328

[startup+1.33591 s]
/proc/loadavg: 1.95 1.87 1.87 3/93 23605
/proc/meminfo: memFree=836880/2055920 swapFree=4156316/4192956
[pid=23597] ppid=23595 vsize=915464 CPUtime=1.28
/proc/23597/stat : 23597 (java) R 23595 23597 23023 0 -1 0 10539 0 5 0 122 6 0 0 24 0 8 0 175439383 937435136 10281 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073727377 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23597/statm: 228866 10281 2524 14 0 215336 0
[pid=23597/tid=23599] ppid=23595 vsize=915464 CPUtime=0.03
/proc/23597/task/23599/stat : 23599 (java) S 23595 23597 23023 0 -1 64 352 0 0 0 3 0 0 0 16 0 8 0 175439388 937435136 10281 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23597/tid=23600] ppid=23595 vsize=915464 CPUtime=0
/proc/23597/task/23600/stat : 23600 (java) S 23595 23597 23023 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175439389 937435136 10281 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23597/tid=23601] ppid=23595 vsize=915464 CPUtime=0
/proc/23597/task/23601/stat : 23601 (java) S 23595 23597 23023 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 175439389 937435136 10281 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23597/tid=23602] ppid=23595 vsize=915464 CPUtime=0
/proc/23597/task/23602/stat : 23602 (java) S 23595 23597 23023 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 175439392 937435136 10281 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23597/tid=23603] ppid=23595 vsize=915464 CPUtime=0.18
/proc/23597/task/23603/stat : 23603 (java) S 23595 23597 23023 0 -1 64 362 0 0 0 17 1 0 0 15 0 8 0 175439392 937435136 10281 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23597/tid=23604] ppid=23595 vsize=915464 CPUtime=0
/proc/23597/task/23604/stat : 23604 (java) S 23595 23597 23023 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 175439392 937435136 10281 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23597/tid=23605] ppid=23595 vsize=915464 CPUtime=0
/proc/23597/task/23605/stat : 23605 (java) S 23595 23597 23023 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 175439392 937435136 10281 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 915464

[startup+2.98622 s]
/proc/loadavg: 1.95 1.87 1.88 3/93 23605
/proc/meminfo: memFree=828176/2055920 swapFree=4156316/4192956
[pid=23597] ppid=23595 vsize=915464 CPUtime=2.92
/proc/23597/stat : 23597 (java) R 23595 23597 23023 0 -1 0 10554 0 5 0 286 6 0 0 25 0 8 0 175439383 937435136 10295 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073742713 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23597/statm: 228866 10295 2524 14 0 215336 0
[pid=23597/tid=23599] ppid=23595 vsize=915464 CPUtime=0.03
/proc/23597/task/23599/stat : 23599 (java) S 23595 23597 23023 0 -1 64 352 0 0 0 3 0 0 0 17 0 8 0 175439388 937435136 10295 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23597/tid=23600] ppid=23595 vsize=915464 CPUtime=0
/proc/23597/task/23600/stat : 23600 (java) S 23595 23597 23023 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175439389 937435136 10295 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23597/tid=23601] ppid=23595 vsize=915464 CPUtime=0
/proc/23597/task/23601/stat : 23601 (java) S 23595 23597 23023 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 175439389 937435136 10295 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23597/tid=23602] ppid=23595 vsize=915464 CPUtime=0
/proc/23597/task/23602/stat : 23602 (java) S 23595 23597 23023 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 175439392 937435136 10295 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23597/tid=23603] ppid=23595 vsize=915464 CPUtime=0.21
/proc/23597/task/23603/stat : 23603 (java) S 23595 23597 23023 0 -1 64 376 0 0 0 20 1 0 0 15 0 8 0 175439392 937435136 10295 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23597/tid=23604] ppid=23595 vsize=915464 CPUtime=0
/proc/23597/task/23604/stat : 23604 (java) S 23595 23597 23023 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 175439392 937435136 10295 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23597/tid=23605] ppid=23595 vsize=915464 CPUtime=0
/proc/23597/task/23605/stat : 23605 (java) S 23595 23597 23023 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 175439392 937435136 10295 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 915464

[startup+6.27684 s]
/proc/loadavg: 1.95 1.87 1.88 3/93 23605
/proc/meminfo: memFree=831824/2055920 swapFree=4156316/4192956
[pid=23597] ppid=23595 vsize=915464 CPUtime=6.2
/proc/23597/stat : 23597 (java) R 23595 23597 23023 0 -1 0 10557 0 5 0 614 6 0 0 25 0 8 0 175439383 937435136 10296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073730442 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23597/statm: 228866 10296 2524 14 0 215336 0
[pid=23597/tid=23599] ppid=23595 vsize=915464 CPUtime=0.03
/proc/23597/task/23599/stat : 23599 (java) S 23595 23597 23023 0 -1 64 352 0 0 0 3 0 0 0 17 0 8 0 175439388 937435136 10296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23597/tid=23600] ppid=23595 vsize=915464 CPUtime=0
/proc/23597/task/23600/stat : 23600 (java) S 23595 23597 23023 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175439389 937435136 10296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23597/tid=23601] ppid=23595 vsize=915464 CPUtime=0
/proc/23597/task/23601/stat : 23601 (java) S 23595 23597 23023 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 175439389 937435136 10296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23597/tid=23602] ppid=23595 vsize=915464 CPUtime=0
/proc/23597/task/23602/stat : 23602 (java) S 23595 23597 23023 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 175439392 937435136 10296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23597/tid=23603] ppid=23595 vsize=915464 CPUtime=0.22
/proc/23597/task/23603/stat : 23603 (java) S 23595 23597 23023 0 -1 64 377 0 0 0 21 1 0 0 16 0 8 0 175439392 937435136 10296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23597/tid=23604] ppid=23595 vsize=915464 CPUtime=0
/proc/23597/task/23604/stat : 23604 (java) S 23595 23597 23023 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 175439392 937435136 10296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23597/tid=23605] ppid=23595 vsize=915464 CPUtime=0
/proc/23597/task/23605/stat : 23605 (java) S 23595 23597 23023 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 175439392 937435136 10296 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 915464

Child status: 0
Real time (s): 7.44227
CPU time (s): 7.35088
CPU user time (s): 7.27589
CPU system time (s): 0.074988
CPU usage (%): 98.772
Max. virtual memory (cumulated for all children) (KiB): 915464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.27589
system time used= 0.074988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10564
page faults= 5
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1237
involuntary context switches= 1486

runsolver used 0.016997 s user time and 0.029995 s system time

The end

Launcher Data (download as text)

Begin job on node21 on Mon Jan  8 15:34:08 UTC 2007


IDJOB= 224987
IDBENCH= 5805
FILE ID= node21/224987-1168270447

PBS_JOBID= 3483168

Free space on /tmp= 66561 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.8/rand-2-40-80-103-800-47_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/224987-1168270447/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node21/watcher-224987-1168270447 -o ROOT/results/node21/solver-224987-1168270447 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/224987-1168270447/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  3ade3223eb62f4156df332346673501f

RANDOM SEED= 922938547

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.261
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.261
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:        865384 kB
Buffers:          9024 kB
Cached:        1090952 kB
SwapCached:       2304 kB
Active:         595508 kB
Inactive:       542632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        865384 kB
SwapTotal:     4192956 kB
SwapFree:      4156316 kB
Dirty:            2548 kB
Writeback:           0 kB
Mapped:          47844 kB
Slab:            37264 kB
Committed_AS:  3616208 kB
PageTables:       2188 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= 66561 MiB



End job on node21 on Mon Jan  8 15:34:16 UTC 2007