Trace number 210762

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 ESAC? (TO) 1800.13 1811.88

General information on the benchmark

NamepseudoSeries/uclid/
ooo-tag10.xml
MD5SUM9bfcd5765948ddcdd6e9fe77a1650d3d
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark23.3834
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables9071
Number of constraints25913
Maximum constraint arity11
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension25913
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=esac.xml
0.32	   
0.32	   instance
0.32	     name=/tmp/evaluation/210762-1168202154/unknown.xml
0.35	   
0.35	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.61	     nbVariables=9071  nbDomainTypes=2  minDomainSize=1  maxDomainSize=2
0.61	       =>  wckTime=0.314  cpuTime=0.24  mem=21M516
0.61	   
0.61	   predicates being loaded...
0.62	   
0.62	   constraints being loaded...
3.98	     nbConstraints=25147  nbMergedConstraints=766  nbSingletonDomainVariables=1  nbConvertedConstraints=16658
3.98	     nbConvertConstraintsChecks=61482  nbExtensionStructures=3  nbSharedExtensionStructures=16655
3.98	     nbConflictsStructures=37  nbSharedConflictsStructures=25110  nbSharedBinaryRepresentations=7
3.98	     nbEvaluationManagers=34  nbSharedEvaluationManagers=8455  maxDegree=202  maxArity=11
3.98	       =>  wckTime=3.687  cpuTime=3.09  mem=42M615
4.14	   
4.14	   solver IterativeSystematicSolver being built... 
4.79	       =>  wckTime=4.496  cpuTime=3.6  mem=48M117
63.77	   
63.77	   INFO : Stopping ESAC
63.78	   
63.78	   preprocessing
63.78	     nbConstraintChecks=85324  nbValidityChecks=48135  nbPropagations=26345  nbRevisions=80143  nbUselessRevisions=71536
63.78	     nbSingletonTests=8680  nbEffectiveSingletonTests=0  nbESACBranches=2  nbRemovedValues=12  detectedInconsistency=no
63.78	       =>  wckTime=58.97  cpuTime=58.38  mem=48M117
71.39	   
71.39	   search
71.39	     run=0  nbConstraintChecks=60392  nbValidityChecks=29349  nbPropagations=34706  nbRevisions=136103
71.39	     nbUselessRevisions=119189  nbAssignments=355  nbFailedAssignments=3  nbBacktracks=12  nbVisitedNodes=362
71.39	     nbRestartNogoods=0  mapSize=4  nbInferences=0  nbTooLargeKeys=0
71.39	       =>  wckTime=66.591  cpuTime=65.91  mem=49M126
79.12	   
79.12	   search
79.12	     run=1  nbConstraintChecks=110495  nbValidityChecks=61567  nbPropagations=77754  nbRevisions=325396
79.12	     nbUselessRevisions=283299  nbAssignments=713  nbFailedAssignments=6  nbBacktracks=30  nbVisitedNodes=726
79.12	     nbRestartNogoods=2  mapSize=8  nbInferences=0  nbTooLargeKeys=0
79.12	       =>  wckTime=74.318  cpuTime=73.55  mem=50M171
86.95	   
86.95	   search
86.95	     run=2  nbConstraintChecks=169088  nbValidityChecks=97437  nbPropagations=129158  nbRevisions=569753
86.95	     nbUselessRevisions=494190  nbAssignments=1079  nbFailedAssignments=10  nbBacktracks=54  nbVisitedNodes=1100
86.95	     nbRestartNogoods=4  mapSize=14  nbInferences=0  nbTooLargeKeys=0
86.95	       =>  wckTime=82.146  cpuTime=81.31  mem=50M171
94.91	   
94.91	   search
94.91	     run=3  nbConstraintChecks=239643  nbValidityChecks=134948  nbPropagations=188938  nbRevisions=869978
94.91	     nbUselessRevisions=752631  nbAssignments=1453  nbFailedAssignments=16  nbBacktracks=117  nbVisitedNodes=1486
94.91	     nbRestartNogoods=6  mapSize=25  nbInferences=0  nbTooLargeKeys=0
94.91	       =>  wckTime=90.106  cpuTime=89.2  mem=51M179
102.38	   
102.38	   search
102.38	     run=4  nbConstraintChecks=310050  nbValidityChecks=184692  nbPropagations=257104  nbRevisions=1231915
102.38	     nbUselessRevisions=1064439  nbAssignments=1811  nbFailedAssignments=26  nbBacktracks=171  nbVisitedNodes=1864
102.38	     nbRestartNogoods=7  mapSize=43  nbInferences=0  nbTooLargeKeys=0
102.38	       =>  wckTime=97.582  cpuTime=96.59  mem=51M179
109.90	   
109.90	   search
109.90	     run=5  nbConstraintChecks=435293  nbValidityChecks=251914  nbPropagations=336265  nbRevisions=1680536
109.90	     nbUselessRevisions=1451657  nbAssignments=2161  nbFailedAssignments=41  nbBacktracks=257  nbVisitedNodes=2260
109.90	     nbRestartNogoods=9  mapSize=88  nbInferences=0  nbTooLargeKeys=0
109.90	       =>  wckTime=105.096  cpuTime=104.02  mem=52M188
123.66	   
123.66	   search
123.66	     run=6  nbConstraintChecks=497058  nbValidityChecks=300687  nbPropagations=425178  nbRevisions=2198988
123.66	     nbUselessRevisions=1898935  nbAssignments=2785  nbFailedAssignments=56  nbBacktracks=373  nbVisitedNodes=2926
123.66	     nbRestartNogoods=10  mapSize=118  nbInferences=2  nbTooLargeKeys=0
123.66	       =>  wckTime=118.857  cpuTime=117.63  mem=53M196
145.13	   
145.13	   search
145.13	     run=7  nbConstraintChecks=1452131  nbValidityChecks=720773  nbPropagations=682234  nbRevisions=3664165
145.13	     nbUselessRevisions=3126574  nbAssignments=7469  nbFailedAssignments=60  nbBacktracks=545  nbVisitedNodes=3667
145.13	     nbRestartNogoods=22  mapSize=180  nbInferences=39  nbTooLargeKeys=0
145.13	       =>  wckTime=140.326  cpuTime=138.9  mem=53M196
167.22	   
167.22	   search
167.22	     run=8  nbConstraintChecks=1612924  nbValidityChecks=830633  nbPropagations=964330  nbRevisions=5296994
167.22	     nbUselessRevisions=4497525  nbAssignments=8822  nbFailedAssignments=64  nbBacktracks=806  nbVisitedNodes=4807
167.22	     nbRestartNogoods=24  mapSize=387  nbInferences=244  nbTooLargeKeys=0
167.22	       =>  wckTime=162.417  cpuTime=160.76  mem=55M213
194.37	   
194.37	   search
194.37	     run=9  nbConstraintChecks=1697967  nbValidityChecks=932121  nbPropagations=1256651  nbRevisions=7028340
194.37	     nbUselessRevisions=5957426  nbAssignments=9992  nbFailedAssignments=74  nbBacktracks=1192  nbVisitedNodes=6303
194.37	     nbRestartNogoods=26  mapSize=707  nbInferences=554  nbTooLargeKeys=0
194.37	       =>  wckTime=189.571  cpuTime=187.65  mem=56M222
230.05	   
230.05	   search
230.05	     run=10  nbConstraintChecks=2072512  nbValidityChecks=1177583  nbPropagations=1610444  nbRevisions=9163679
230.05	     nbUselessRevisions=7761278  nbAssignments=13639  nbFailedAssignments=104  nbBacktracks=1775  nbVisitedNodes=8000
230.05	     nbRestartNogoods=32  mapSize=1015  nbInferences=830  nbTooLargeKeys=0
230.05	       =>  wckTime=225.248  cpuTime=222.95  mem=57M230
260.25	   
260.25	   search
260.25	     run=11  nbConstraintChecks=2878785  nbValidityChecks=1589293  nbPropagations=2098463  nbRevisions=12143261
260.25	     nbUselessRevisions=10272847  nbAssignments=18856  nbFailedAssignments=170  nbBacktracks=2645  nbVisitedNodes=9332
260.25	     nbRestartNogoods=40  mapSize=1197  nbInferences=830  nbTooLargeKeys=0
260.25	       =>  wckTime=255.451  cpuTime=252.85  mem=59M248
294.18	   
294.18	   search
294.18	     run=12  nbConstraintChecks=3781368  nbValidityChecks=2090701  nbPropagations=2688625  nbRevisions=15966179
294.18	     nbUselessRevisions=13508887  nbAssignments=20611  nbFailedAssignments=508  nbBacktracks=3942  nbVisitedNodes=11831
294.18	     nbRestartNogoods=46  mapSize=1928  nbInferences=830  nbTooLargeKeys=0
294.18	       =>  wckTime=289.385  cpuTime=286.45  mem=61M265
335.66	   
335.66	   search
335.66	     run=13  nbConstraintChecks=4554171  nbValidityChecks=2363771  nbPropagations=3398876  nbRevisions=20528060
335.66	     nbUselessRevisions=17352703  nbAssignments=23000  nbFailedAssignments=726  nbBacktracks=5908  nbVisitedNodes=14620
335.66	     nbRestartNogoods=52  mapSize=2402  nbInferences=830  nbTooLargeKeys=0
335.66	       =>  wckTime=330.858  cpuTime=327.5  mem=69M333
394.98	   
394.98	   search
394.98	     run=14  nbConstraintChecks=6233361  nbValidityChecks=2858412  nbPropagations=4392617  nbRevisions=26678711
394.98	     nbUselessRevisions=22483484  nbAssignments=26455  nbFailedAssignments=984  nbBacktracks=8831  nbVisitedNodes=18396
394.98	     nbRestartNogoods=56  mapSize=2893  nbInferences=830  nbTooLargeKeys=0
394.98	       =>  wckTime=390.181  cpuTime=386.2  mem=80M427
474.55	   
474.55	   search
474.55	     run=15  nbConstraintChecks=9977515  nbValidityChecks=3791331  nbPropagations=6026717  nbRevisions=36251998
474.55	     nbUselessRevisions=30339901  nbAssignments=31456  nbFailedAssignments=1450  nbBacktracks=13231
474.55	     nbVisitedNodes=24147  nbRestartNogoods=60  mapSize=3709  nbInferences=830  nbTooLargeKeys=0
474.55	       =>  wckTime=469.755  cpuTime=465.17  mem=61M163
586.86	   
586.86	   search
586.86	     run=16  nbConstraintChecks=16606883  nbValidityChecks=5486939  nbPropagations=8762535  nbRevisions=51692837
586.86	     nbUselessRevisions=42843204  nbAssignments=38915  nbFailedAssignments=2235  nbBacktracks=19800
586.86	     nbVisitedNodes=33263  nbRestartNogoods=63  mapSize=5358  nbInferences=830  nbTooLargeKeys=0
586.86	       =>  wckTime=582.063  cpuTime=576.86  mem=88M585
748.08	   
748.08	   search
748.08	     run=17  nbConstraintChecks=34259203  nbValidityChecks=10187127  nbPropagations=14383827  nbRevisions=82584092
748.08	     nbUselessRevisions=67554826  nbAssignments=50734  nbFailedAssignments=3823  nbBacktracks=29663
748.08	     nbVisitedNodes=48067  nbRestartNogoods=71  mapSize=8660  nbInferences=830  nbTooLargeKeys=0
748.08	       =>  wckTime=743.285  cpuTime=737.16  mem=85M736
1085.23	   
1085.23	   search
1085.23	     run=18  nbConstraintChecks=100100449  nbValidityChecks=30310533  nbPropagations=29386039  nbRevisions=167863876
1085.23	     nbUselessRevisions=136390655  nbAssignments=71100  nbFailedAssignments=9304  nbBacktracks=44442
1085.23	     nbVisitedNodes=78813  nbRestartNogoods=77  mapSize=19100  nbInferences=830  nbTooLargeKeys=0
1085.23	       =>  wckTime=1080.428  cpuTime=1072.39  mem=121M801
1462.16	   
1462.16	   search
1462.16	     run=19  nbConstraintChecks=132551855  nbValidityChecks=39083158  nbPropagations=49706669  nbRevisions=281715494
1462.16	     nbUselessRevisions=228133105  nbAssignments=96347  nbFailedAssignments=12275  nbBacktracks=66625
1462.16	     nbVisitedNodes=109788  nbRestartNogoods=86  mapSize=24821  nbInferences=830  nbTooLargeKeys=0
1462.16	       =>  wckTime=1457.362  cpuTime=1447.19  mem=137M158

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node60/watcher-210762-1168202154 -o ROOT/results/node60/solver-210762-1168202154 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/210762-1168202154/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.97 2.00 1.94 5/74 17619
/proc/meminfo: memFree=1409824/2055920 swapFree=4192812/4192956
[pid=17618] ppid=17611 vsize=18540 CPUtime=0
/proc/17618/stat : 17618 (runsolver) R 17611 17618 17504 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 168613536 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 271894244647 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/17618/statm: 4635 279 244 17 0 2626 0

[startup+0.104975 s]
/proc/loadavg: 1.97 2.00 1.94 5/74 17619
/proc/meminfo: memFree=1409824/2055920 swapFree=4192812/4192956
[pid=17618] ppid=17611 vsize=914988 CPUtime=0.08
/proc/17618/stat : 17618 (java) R 17611 17618 17504 0 -1 0 3048 0 1 0 7 1 0 0 24 0 8 0 168613536 936947712 2794 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17618/statm: 228747 2794 1446 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.513013 s]
/proc/loadavg: 1.97 2.00 1.94 5/74 17619
/proc/meminfo: memFree=1409824/2055920 swapFree=4192812/4192956
[pid=17618] ppid=17611 vsize=915328 CPUtime=0.49
/proc/17618/stat : 17618 (java) R 17611 17618 17504 0 -1 0 6646 0 1 0 45 4 0 0 25 0 8 0 168613536 937295872 6385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17618/statm: 228832 6385 2136 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.3361 s]
/proc/loadavg: 1.97 2.00 1.94 4/88 17645
/proc/meminfo: memFree=1302840/2055920 swapFree=4192812/4192956
[pid=17618] ppid=17611 vsize=915616 CPUtime=1.31
/proc/17618/stat : 17618 (java) R 17611 17618 17504 0 -1 0 19906 0 1 0 119 12 0 0 25 0 8 0 168613536 937590784 19643 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17618/statm: 228904 19646 2158 14 0 215374 0
[pid=17618/tid=17632] ppid=17611 vsize=915616 CPUtime=0.12
/proc/17618/task/17632/stat : 17632 (java) R 17611 17618 17504 0 -1 64 3366 0 0 0 11 1 0 0 16 0 8 0 168613540 937590784 19648 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153968433 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17633] ppid=17611 vsize=915616 CPUtime=0
/proc/17618/task/17633/stat : 17633 (java) S 17611 17618 17504 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168613540 937590784 19649 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17634] ppid=17611 vsize=915616 CPUtime=0
/proc/17618/task/17634/stat : 17634 (java) S 17611 17618 17504 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 168613540 937590784 19651 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17638] ppid=17611 vsize=915616 CPUtime=0
/proc/17618/task/17638/stat : 17638 (java) S 17611 17618 17504 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 168613543 937590784 19653 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17639] ppid=17611 vsize=915616 CPUtime=0.15
/proc/17618/task/17639/stat : 17639 (java) S 17611 17618 17504 0 -1 64 415 0 0 0 15 0 0 0 16 0 8 0 168613543 937590784 19655 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17640] ppid=17611 vsize=915616 CPUtime=0
/proc/17618/task/17640/stat : 17640 (java) S 17611 17618 17504 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 168613543 937590784 19657 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17641] ppid=17611 vsize=915616 CPUtime=0
/proc/17618/task/17641/stat : 17641 (java) S 17611 17618 17504 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168613543 937590784 19659 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) 915616

[startup+2.98926 s]
/proc/loadavg: 1.97 2.00 1.94 3/88 17645
/proc/meminfo: memFree=1290104/2055920 swapFree=4192812/4192956
[pid=17618] ppid=17611 vsize=915616 CPUtime=2.96
/proc/17618/stat : 17618 (java) R 17611 17618 17504 0 -1 0 21160 0 1 0 218 78 0 0 25 0 8 0 168613536 937590784 20895 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17618/statm: 228904 20895 2178 14 0 215374 0
[pid=17618/tid=17632] ppid=17611 vsize=915620 CPUtime=0.17
/proc/17618/task/17632/stat : 17632 (java) S 17611 17618 17504 0 -1 64 4532 0 0 0 16 1 0 0 16 0 8 0 168613540 937594880 20895 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17633] ppid=17611 vsize=915616 CPUtime=0
/proc/17618/task/17633/stat : 17633 (java) S 17611 17618 17504 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168613540 937590784 20895 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17634] ppid=17611 vsize=915616 CPUtime=0
/proc/17618/task/17634/stat : 17634 (java) S 17611 17618 17504 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 168613540 937590784 20895 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17638] ppid=17611 vsize=915620 CPUtime=0
/proc/17618/task/17638/stat : 17638 (java) S 17611 17618 17504 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 168613543 937594880 20895 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17639] ppid=17611 vsize=915616 CPUtime=0.18
/proc/17618/task/17639/stat : 17639 (java) S 17611 17618 17504 0 -1 64 435 0 0 0 18 0 0 0 15 0 8 0 168613543 937590784 20895 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17640] ppid=17611 vsize=915616 CPUtime=0
/proc/17618/task/17640/stat : 17640 (java) S 17611 17618 17504 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 168613543 937590784 20895 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17641] ppid=17611 vsize=915620 CPUtime=0
/proc/17618/task/17641/stat : 17641 (java) S 17611 17618 17504 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168613543 937594880 20895 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 915616

[startup+6.28258 s]
/proc/loadavg: 1.97 2.00 1.94 4/88 17645
/proc/meminfo: memFree=1245432/2055920 swapFree=4192812/4192956
[pid=17618] ppid=17611 vsize=915872 CPUtime=6.23
/proc/17618/stat : 17618 (java) R 17611 17618 17504 0 -1 0 30583 0 1 0 512 111 0 0 25 0 8 0 168613536 937852928 30289 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074230376 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17618/statm: 228968 30289 2539 14 0 215438 0
[pid=17618/tid=17632] ppid=17611 vsize=915872 CPUtime=0.61
/proc/17618/task/17632/stat : 17632 (java) S 17611 17618 17504 0 -1 64 13410 0 0 0 56 5 0 0 17 0 8 0 168613540 937852928 30289 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17633] ppid=17611 vsize=915872 CPUtime=0
/proc/17618/task/17633/stat : 17633 (java) S 17611 17618 17504 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168613540 937852928 30289 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17634] ppid=17611 vsize=915872 CPUtime=0
/proc/17618/task/17634/stat : 17634 (java) S 17611 17618 17504 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 168613540 937852928 30289 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17638] ppid=17611 vsize=915872 CPUtime=0
/proc/17618/task/17638/stat : 17638 (java) S 17611 17618 17504 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 168613543 937852928 30289 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17639] ppid=17611 vsize=915872 CPUtime=0.32
/proc/17618/task/17639/stat : 17639 (java) S 17611 17618 17504 0 -1 64 527 0 0 0 31 1 0 0 15 0 8 0 168613543 937852928 30289 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17640] ppid=17611 vsize=915872 CPUtime=0
/proc/17618/task/17640/stat : 17640 (java) S 17611 17618 17504 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 168613543 937852928 30289 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17641] ppid=17611 vsize=915872 CPUtime=0
/proc/17618/task/17641/stat : 17641 (java) S 17611 17618 17504 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168613543 937852928 30289 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 915872

[startup+12.776 s]
/proc/loadavg: 1.97 2.00 1.94 3/88 17645
/proc/meminfo: memFree=1227960/2055920 swapFree=4192812/4192956
[pid=17618] ppid=17611 vsize=915872 CPUtime=12.66
/proc/17618/stat : 17618 (java) R 17611 17618 17504 0 -1 0 30585 0 1 0 1155 111 0 0 25 0 8 0 168613536 937852928 30290 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074230382 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17618/statm: 228968 30290 2539 14 0 215438 0
[pid=17618/tid=17632] ppid=17611 vsize=915872 CPUtime=0.61
/proc/17618/task/17632/stat : 17632 (java) S 17611 17618 17504 0 -1 64 13410 0 0 0 56 5 0 0 16 0 8 0 168613540 937852928 30290 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17633] ppid=17611 vsize=915872 CPUtime=0
/proc/17618/task/17633/stat : 17633 (java) S 17611 17618 17504 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168613540 937852928 30290 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17634] ppid=17611 vsize=915872 CPUtime=0
/proc/17618/task/17634/stat : 17634 (java) S 17611 17618 17504 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 168613540 937852928 30290 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17638] ppid=17611 vsize=915872 CPUtime=0
/proc/17618/task/17638/stat : 17638 (java) S 17611 17618 17504 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 168613543 937852928 30290 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17639] ppid=17611 vsize=915872 CPUtime=0.32
/proc/17618/task/17639/stat : 17639 (java) S 17611 17618 17504 0 -1 64 529 0 0 0 31 1 0 0 17 0 8 0 168613543 937852928 30290 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17640] ppid=17611 vsize=915872 CPUtime=0
/proc/17618/task/17640/stat : 17640 (java) S 17611 17618 17504 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 168613543 937852928 30290 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17641] ppid=17611 vsize=915872 CPUtime=0
/proc/17618/task/17641/stat : 17641 (java) S 17611 17618 17504 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168613543 937852928 30290 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 915872

[startup+25.6403 s]
/proc/loadavg: 1.98 2.00 1.94 3/88 17645
/proc/meminfo: memFree=1226872/2055920 swapFree=4192812/4192956
[pid=17618] ppid=17611 vsize=915872 CPUtime=25.42
/proc/17618/stat : 17618 (java) R 17611 17618 17504 0 -1 0 30592 0 1 0 2431 111 0 0 25 0 8 0 168613536 937852928 30293 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074230376 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17618/statm: 228968 30293 2539 14 0 215438 0
[pid=17618/tid=17632] ppid=17611 vsize=915872 CPUtime=0.61
/proc/17618/task/17632/stat : 17632 (java) S 17611 17618 17504 0 -1 64 13410 0 0 0 56 5 0 0 16 0 8 0 168613540 937852928 30293 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17633] ppid=17611 vsize=915872 CPUtime=0
/proc/17618/task/17633/stat : 17633 (java) S 17611 17618 17504 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168613540 937852928 30293 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17634] ppid=17611 vsize=915872 CPUtime=0
/proc/17618/task/17634/stat : 17634 (java) S 17611 17618 17504 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 168613540 937852928 30293 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17638] ppid=17611 vsize=915872 CPUtime=0
/proc/17618/task/17638/stat : 17638 (java) S 17611 17618 17504 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 168613543 937852928 30293 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17639] ppid=17611 vsize=915872 CPUtime=0.33
/proc/17618/task/17639/stat : 17639 (java) S 17611 17618 17504 0 -1 64 535 0 0 0 32 1 0 0 16 0 8 0 168613543 937852928 30293 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17640] ppid=17611 vsize=915872 CPUtime=0
/proc/17618/task/17640/stat : 17640 (java) S 17611 17618 17504 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 168613543 937852928 30293 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17641] ppid=17611 vsize=915872 CPUtime=0
/proc/17618/task/17641/stat : 17641 (java) S 17611 17618 17504 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168613543 937852928 30293 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 915872

[startup+51.2688 s]
/proc/loadavg: 1.98 2.00 1.94 3/88 17645
/proc/meminfo: memFree=1223352/2055920 swapFree=4192812/4192956
[pid=17618] ppid=17611 vsize=915872 CPUtime=50.8
/proc/17618/stat : 17618 (java) R 17611 17618 17504 0 -1 0 30592 0 1 0 4969 111 0 0 25 0 8 0 168613536 937852928 30293 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074230376 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17618/statm: 228968 30293 2539 14 0 215438 0
[pid=17618/tid=17632] ppid=17611 vsize=915872 CPUtime=0.61
/proc/17618/task/17632/stat : 17632 (java) S 17611 17618 17504 0 -1 64 13410 0 0 0 56 5 0 0 16 0 8 0 168613540 937852928 30293 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17633] ppid=17611 vsize=915872 CPUtime=0
/proc/17618/task/17633/stat : 17633 (java) S 17611 17618 17504 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168613540 937852928 30293 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17634] ppid=17611 vsize=915872 CPUtime=0
/proc/17618/task/17634/stat : 17634 (java) S 17611 17618 17504 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 168613540 937852928 30293 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17638] ppid=17611 vsize=915872 CPUtime=0
/proc/17618/task/17638/stat : 17638 (java) S 17611 17618 17504 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 168613543 937852928 30293 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17639] ppid=17611 vsize=915872 CPUtime=0.33
/proc/17618/task/17639/stat : 17639 (java) S 17611 17618 17504 0 -1 64 535 0 0 0 32 1 0 0 16 0 8 0 168613543 937852928 30293 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17640] ppid=17611 vsize=915872 CPUtime=0
/proc/17618/task/17640/stat : 17640 (java) S 17611 17618 17504 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 168613543 937852928 30293 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17641] ppid=17611 vsize=915872 CPUtime=0
/proc/17618/task/17641/stat : 17641 (java) S 17611 17618 17504 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168613543 937852928 30293 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.8
Current children cumulated vsize (KiB) 915872

[startup+102.504 s]
/proc/loadavg: 1.99 2.00 1.94 4/89 17646
/proc/meminfo: memFree=1164144/2055920 swapFree=4192812/4192956
[pid=17618] ppid=17611 vsize=915872 CPUtime=101.54
/proc/17618/stat : 17618 (java) R 17611 17618 17504 0 -1 0 30621 0 1 0 10042 112 0 0 25 0 8 0 168613536 937852928 30316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074281357 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17618/statm: 228968 30316 2540 14 0 215438 0
[pid=17618/tid=17632] ppid=17611 vsize=915872 CPUtime=0.61
/proc/17618/task/17632/stat : 17632 (java) S 17611 17618 17504 0 -1 64 13410 0 0 0 56 5 0 0 16 0 8 0 168613540 937852928 30316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17633] ppid=17611 vsize=915872 CPUtime=0
/proc/17618/task/17633/stat : 17633 (java) S 17611 17618 17504 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168613540 937852928 30316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17634] ppid=17611 vsize=915872 CPUtime=0
/proc/17618/task/17634/stat : 17634 (java) S 17611 17618 17504 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 168613540 937852928 30316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17638] ppid=17611 vsize=915872 CPUtime=0
/proc/17618/task/17638/stat : 17638 (java) S 17611 17618 17504 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 168613543 937852928 30316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17639] ppid=17611 vsize=915872 CPUtime=0.37
/proc/17618/task/17639/stat : 17639 (java) S 17611 17618 17504 0 -1 64 558 0 0 0 36 1 0 0 16 0 8 0 168613543 937852928 30316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17640] ppid=17611 vsize=915872 CPUtime=0
/proc/17618/task/17640/stat : 17640 (java) S 17611 17618 17504 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 168613543 937852928 30316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17641] ppid=17611 vsize=915872 CPUtime=0
/proc/17618/task/17641/stat : 17641 (java) S 17611 17618 17504 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168613543 937852928 30316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.54
Current children cumulated vsize (KiB) 915872

[startup+162.592 s]
/proc/loadavg: 2.05 2.01 1.95 3/89 17646
/proc/meminfo: memFree=1164144/2055920 swapFree=4192812/4192956
[pid=17618] ppid=17611 vsize=915872 CPUtime=161.05
/proc/17618/stat : 17618 (java) R 17611 17618 17504 0 -1 0 30626 0 1 0 15992 113 0 0 25 0 8 0 168613536 937852928 30318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074282160 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

################
# More data... #
################

Current children cumulated CPU time (s) 1414.71
Current children cumulated vsize (KiB) 915872

[startup+1484.41 s]
/proc/loadavg: 2.00 2.00 1.98 3/88 17719
/proc/meminfo: memFree=1090232/2055920 swapFree=4192812/4192956
[pid=17618] ppid=17611 vsize=915872 CPUtime=1474.46
/proc/17618/stat : 17618 (java) R 17611 17618 17504 0 -1 0 50781 0 1 0 147305 141 0 0 25 0 8 0 168613536 937852928 50461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074275124 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17618/statm: 228968 50461 2540 14 0 215438 0
[pid=17618/tid=17632] ppid=17611 vsize=915872 CPUtime=0.89
/proc/17618/task/17632/stat : 17632 (java) S 17611 17618 17504 0 -1 64 33546 0 0 0 75 14 0 0 16 0 8 0 168613540 937852928 50461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17633] ppid=17611 vsize=915872 CPUtime=0
/proc/17618/task/17633/stat : 17633 (java) S 17611 17618 17504 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168613540 937852928 50461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17634] ppid=17611 vsize=915872 CPUtime=0
/proc/17618/task/17634/stat : 17634 (java) S 17611 17618 17504 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 168613540 937852928 50461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17638] ppid=17611 vsize=915872 CPUtime=0
/proc/17618/task/17638/stat : 17638 (java) S 17611 17618 17504 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 168613543 937852928 50461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17639] ppid=17611 vsize=915872 CPUtime=0.4
/proc/17618/task/17639/stat : 17639 (java) S 17611 17618 17504 0 -1 64 567 0 0 0 38 2 0 0 16 0 8 0 168613543 937852928 50461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17640] ppid=17611 vsize=915872 CPUtime=0
/proc/17618/task/17640/stat : 17640 (java) S 17611 17618 17504 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 168613543 937852928 50461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17641] ppid=17611 vsize=915872 CPUtime=0
/proc/17618/task/17641/stat : 17641 (java) S 17611 17618 17504 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168613543 937852928 50461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1474.46
Current children cumulated vsize (KiB) 915872

[startup+1544.42 s]
/proc/loadavg: 2.09 2.03 1.99 3/94 17855
/proc/meminfo: memFree=1088128/2055920 swapFree=4192812/4192956
[pid=17618] ppid=17611 vsize=915872 CPUtime=1534.13
/proc/17618/stat : 17618 (java) R 17611 17618 17504 0 -1 0 50781 0 1 0 153264 149 0 0 25 0 8 0 168613536 937852928 50461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074189822 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17618/statm: 228968 50461 2540 14 0 215438 0
[pid=17618/tid=17632] ppid=17611 vsize=915872 CPUtime=0.89
/proc/17618/task/17632/stat : 17632 (java) S 17611 17618 17504 0 -1 64 33546 0 0 0 75 14 0 0 16 0 8 0 168613540 937852928 50461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17633] ppid=17611 vsize=915872 CPUtime=0
/proc/17618/task/17633/stat : 17633 (java) S 17611 17618 17504 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168613540 937852928 50461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17634] ppid=17611 vsize=915872 CPUtime=0
/proc/17618/task/17634/stat : 17634 (java) S 17611 17618 17504 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 168613540 937852928 50461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17638] ppid=17611 vsize=915872 CPUtime=0
/proc/17618/task/17638/stat : 17638 (java) S 17611 17618 17504 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 168613543 937852928 50461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17639] ppid=17611 vsize=915872 CPUtime=0.4
/proc/17618/task/17639/stat : 17639 (java) S 17611 17618 17504 0 -1 64 567 0 0 0 38 2 0 0 16 0 8 0 168613543 937852928 50461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17640] ppid=17611 vsize=915872 CPUtime=0
/proc/17618/task/17640/stat : 17640 (java) S 17611 17618 17504 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 168613543 937852928 50461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17641] ppid=17611 vsize=915872 CPUtime=0
/proc/17618/task/17641/stat : 17641 (java) S 17611 17618 17504 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168613543 937852928 50461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1534.13
Current children cumulated vsize (KiB) 915872

[startup+1604.43 s]
/proc/loadavg: 2.03 2.02 1.99 3/88 17917
/proc/meminfo: memFree=1086520/2055920 swapFree=4192812/4192956
[pid=17618] ppid=17611 vsize=915872 CPUtime=1593.81
/proc/17618/stat : 17618 (java) R 17611 17618 17504 0 -1 0 50781 0 1 0 159222 159 0 0 25 0 8 0 168613536 937852928 50461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074282275 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17618/statm: 228968 50461 2540 14 0 215438 0
[pid=17618/tid=17632] ppid=17611 vsize=915872 CPUtime=0.89
/proc/17618/task/17632/stat : 17632 (java) S 17611 17618 17504 0 -1 64 33546 0 0 0 75 14 0 0 16 0 8 0 168613540 937852928 50461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17633] ppid=17611 vsize=915872 CPUtime=0
/proc/17618/task/17633/stat : 17633 (java) S 17611 17618 17504 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168613540 937852928 50461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17634] ppid=17611 vsize=915872 CPUtime=0
/proc/17618/task/17634/stat : 17634 (java) S 17611 17618 17504 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 168613540 937852928 50461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17638] ppid=17611 vsize=915872 CPUtime=0
/proc/17618/task/17638/stat : 17638 (java) S 17611 17618 17504 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 168613543 937852928 50461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17639] ppid=17611 vsize=915872 CPUtime=0.4
/proc/17618/task/17639/stat : 17639 (java) S 17611 17618 17504 0 -1 64 567 0 0 0 38 2 0 0 16 0 8 0 168613543 937852928 50461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17640] ppid=17611 vsize=915872 CPUtime=0
/proc/17618/task/17640/stat : 17640 (java) S 17611 17618 17504 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 168613543 937852928 50461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17641] ppid=17611 vsize=915872 CPUtime=0
/proc/17618/task/17641/stat : 17641 (java) S 17611 17618 17504 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168613543 937852928 50461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1593.81
Current children cumulated vsize (KiB) 915872

[startup+1664.53 s]
/proc/loadavg: 2.01 2.02 1.99 3/88 17917
/proc/meminfo: memFree=1081400/2055920 swapFree=4192812/4192956
[pid=17618] ppid=17611 vsize=915872 CPUtime=1653.57
/proc/17618/stat : 17618 (java) R 17611 17618 17504 0 -1 0 50781 0 1 0 165198 159 0 0 25 0 8 0 168613536 937852928 50461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074174043 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17618/statm: 228968 50461 2540 14 0 215438 0
[pid=17618/tid=17632] ppid=17611 vsize=915872 CPUtime=0.89
/proc/17618/task/17632/stat : 17632 (java) S 17611 17618 17504 0 -1 64 33546 0 0 0 75 14 0 0 16 0 8 0 168613540 937852928 50461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17633] ppid=17611 vsize=915872 CPUtime=0
/proc/17618/task/17633/stat : 17633 (java) S 17611 17618 17504 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168613540 937852928 50461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17634] ppid=17611 vsize=915872 CPUtime=0
/proc/17618/task/17634/stat : 17634 (java) S 17611 17618 17504 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 168613540 937852928 50461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17638] ppid=17611 vsize=915872 CPUtime=0
/proc/17618/task/17638/stat : 17638 (java) S 17611 17618 17504 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 168613543 937852928 50461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17639] ppid=17611 vsize=915872 CPUtime=0.4
/proc/17618/task/17639/stat : 17639 (java) S 17611 17618 17504 0 -1 64 567 0 0 0 38 2 0 0 16 0 8 0 168613543 937852928 50461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17640] ppid=17611 vsize=915872 CPUtime=0
/proc/17618/task/17640/stat : 17640 (java) S 17611 17618 17504 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 168613543 937852928 50461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17641] ppid=17611 vsize=915872 CPUtime=0
/proc/17618/task/17641/stat : 17641 (java) S 17611 17618 17504 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168613543 937852928 50461 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1653.57
Current children cumulated vsize (KiB) 915872

[startup+1724.53 s]
/proc/loadavg: 2.00 2.01 1.99 3/88 17917
/proc/meminfo: memFree=1062008/2055920 swapFree=4192812/4192956
[pid=17618] ppid=17611 vsize=915872 CPUtime=1713.25
/proc/17618/stat : 17618 (java) R 17611 17618 17504 0 -1 0 54852 0 1 0 171164 161 0 0 25 0 8 0 168613536 937852928 54531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074281385 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17618/statm: 228968 54531 2540 14 0 215438 0
[pid=17618/tid=17632] ppid=17611 vsize=915872 CPUtime=0.95
/proc/17618/task/17632/stat : 17632 (java) S 17611 17618 17504 0 -1 64 37616 0 0 0 79 16 0 0 16 0 8 0 168613540 937852928 54531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17633] ppid=17611 vsize=915872 CPUtime=0
/proc/17618/task/17633/stat : 17633 (java) S 17611 17618 17504 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168613540 937852928 54531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17634] ppid=17611 vsize=915872 CPUtime=0
/proc/17618/task/17634/stat : 17634 (java) S 17611 17618 17504 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 168613540 937852928 54531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17638] ppid=17611 vsize=915872 CPUtime=0
/proc/17618/task/17638/stat : 17638 (java) S 17611 17618 17504 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 168613543 937852928 54531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17639] ppid=17611 vsize=915872 CPUtime=0.4
/proc/17618/task/17639/stat : 17639 (java) S 17611 17618 17504 0 -1 64 567 0 0 0 38 2 0 0 16 0 8 0 168613543 937852928 54531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17640] ppid=17611 vsize=915872 CPUtime=0
/proc/17618/task/17640/stat : 17640 (java) S 17611 17618 17504 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 168613543 937852928 54531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17641] ppid=17611 vsize=915872 CPUtime=0
/proc/17618/task/17641/stat : 17641 (java) S 17611 17618 17504 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168613543 937852928 54531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1713.25
Current children cumulated vsize (KiB) 915872

[startup+1784.63 s]
/proc/loadavg: 2.00 2.00 1.99 3/89 17918
/proc/meminfo: memFree=889584/2055920 swapFree=4192812/4192956
[pid=17618] ppid=17611 vsize=915872 CPUtime=1773.04
/proc/17618/stat : 17618 (java) R 17611 17618 17504 0 -1 0 54852 0 1 0 177142 162 0 0 25 0 8 0 168613536 937852928 54531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074282275 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17618/statm: 228968 54531 2540 14 0 215438 0
[pid=17618/tid=17632] ppid=17611 vsize=915872 CPUtime=0.95
/proc/17618/task/17632/stat : 17632 (java) S 17611 17618 17504 0 -1 64 37616 0 0 0 79 16 0 0 16 0 8 0 168613540 937852928 54531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17633] ppid=17611 vsize=915872 CPUtime=0
/proc/17618/task/17633/stat : 17633 (java) S 17611 17618 17504 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168613540 937852928 54531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17634] ppid=17611 vsize=915872 CPUtime=0
/proc/17618/task/17634/stat : 17634 (java) S 17611 17618 17504 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 168613540 937852928 54531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17638] ppid=17611 vsize=915872 CPUtime=0
/proc/17618/task/17638/stat : 17638 (java) S 17611 17618 17504 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 168613543 937852928 54531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17639] ppid=17611 vsize=915872 CPUtime=0.4
/proc/17618/task/17639/stat : 17639 (java) S 17611 17618 17504 0 -1 64 567 0 0 0 38 2 0 0 16 0 8 0 168613543 937852928 54531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17640] ppid=17611 vsize=915872 CPUtime=0
/proc/17618/task/17640/stat : 17640 (java) S 17611 17618 17504 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 168613543 937852928 54531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17641] ppid=17611 vsize=915872 CPUtime=0
/proc/17618/task/17641/stat : 17641 (java) S 17611 17618 17504 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168613543 937852928 54531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1773.04
Current children cumulated vsize (KiB) 915872



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.8 s]
/proc/loadavg: 2.00 2.00 1.99 3/89 17918
/proc/meminfo: memFree=889584/2055920 swapFree=4192812/4192956
[pid=17618] ppid=17611 vsize=915872 CPUtime=1800.05
/proc/17618/stat : 17618 (java) R 17611 17618 17504 0 -1 0 54852 0 1 0 179843 162 0 0 25 0 8 0 168613536 937852928 54531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074277051 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17618/statm: 228968 54531 2540 14 0 215438 0
[pid=17618/tid=17632] ppid=17611 vsize=915872 CPUtime=0.95
/proc/17618/task/17632/stat : 17632 (java) S 17611 17618 17504 0 -1 64 37616 0 0 0 79 16 0 0 16 0 8 0 168613540 937852928 54531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17633] ppid=17611 vsize=915872 CPUtime=0
/proc/17618/task/17633/stat : 17633 (java) S 17611 17618 17504 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168613540 937852928 54531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17634] ppid=17611 vsize=915872 CPUtime=0
/proc/17618/task/17634/stat : 17634 (java) S 17611 17618 17504 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 168613540 937852928 54531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17638] ppid=17611 vsize=915872 CPUtime=0
/proc/17618/task/17638/stat : 17638 (java) S 17611 17618 17504 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 168613543 937852928 54531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17639] ppid=17611 vsize=915872 CPUtime=0.4
/proc/17618/task/17639/stat : 17639 (java) S 17611 17618 17504 0 -1 64 567 0 0 0 38 2 0 0 16 0 8 0 168613543 937852928 54531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17640] ppid=17611 vsize=915872 CPUtime=0
/proc/17618/task/17640/stat : 17640 (java) S 17611 17618 17504 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 168613543 937852928 54531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17618/tid=17641] ppid=17611 vsize=915872 CPUtime=0
/proc/17618/task/17641/stat : 17641 (java) S 17611 17618 17504 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 168613543 937852928 54531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 915872

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Child status: 143
Real time (s): 1811.88
CPU time (s): 1800.13
CPU user time (s): 1798.48
CPU system time (s): 1.65475
CPU usage (%): 99.3517
Max. virtual memory (cumulated for all children) (KiB): 915976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.48
system time used= 1.65475
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54870
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= 38563
involuntary context switches= 65970

runsolver used 2.25166 s user time and 5.80512 s system time

The end

Launcher Data (download as text)

Begin job on node60 on Sun Jan  7 20:35:55 UTC 2007


IDJOB= 210762
IDBENCH= 4644
FILE ID= node60/210762-1168202154

PBS_JOBID= 3480755

Free space on /tmp= 66547 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/uclid/ooo-tag10.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/210762-1168202154/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node60/watcher-210762-1168202154 -o ROOT/results/node60/solver-210762-1168202154 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/210762-1168202154/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  9bfcd5765948ddcdd6e9fe77a1650d3d

RANDOM SEED= 931984696

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:       1411168 kB
Buffers:         42084 kB
Cached:         523268 kB
SwapCached:          0 kB
Active:         195572 kB
Inactive:       390188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1411168 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           12808 kB
Writeback:           0 kB
Mapped:          30700 kB
Slab:            44452 kB
Committed_AS:  3812988 kB
PageTables:       1788 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= 66533 MiB



End job on node60 on Sun Jan  7 21:06:08 UTC 2007