Trace number 249143

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 AC? (TO) 1800.1 1801.02

General information on the benchmark

Nameprimes/primes-15/
primes-15-80-3-5.xml
MD5SUMf51a3b279677a9411ec767e72e421d7b
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.84287
SatisfiableYES
(Un)Satisfiability was proved
Number of variables100
Number of constraints80
Maximum constraint arity8
Maximum domain size46
Number of constraints which are defined in extension0
Number of constraints which are defined in intension80
Global constraints used (with number of constraints)

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=mac.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/249143-1168086085/unknown.xml
0.37	   
0.37	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.42	     nbVariables=100  nbDomainTypes=1  minDomainSize=46  maxDomainSize=46
0.42	       =>  wckTime=0.111  cpuTime=0.1  mem=6M951
0.42	   
0.42	   predicates being loaded...
0.49	   
0.49	   constraints being loaded...
0.89	     nbConstraints=80  nbConflictsStructures=6  nbSharedConflictsStructures=0  nbUnbuiltConflictsStructures=74
0.89	     nbSharedBinaryRepresentations=0  nbEvaluationManagers=80  nbSharedEvaluationManagers=0  maxDegree=10  maxArity=8
0.89	       =>  wckTime=0.575  cpuTime=0.48  mem=11M827
0.93	   
0.93	   solver IterativeSystematicSolver being built... 
1.10	       =>  wckTime=0.787  cpuTime=0.62  mem=15M495
1.31	   
1.31	   preprocessing
1.31	     nbConstraintChecks=471437  nbValidityChecks=291  nbPropagations=104  nbRevisions=23  nbUselessRevisions=4
1.31	     nbRemovedValues=244  detectedInconsistency=no
1.31	       =>  wckTime=0.205  cpuTime=0.2  mem=16M471
2.23	   
2.23	   search
2.23	     run=0  nbConstraintChecks=1430930  nbValidityChecks=1746  nbPropagations=241  nbRevisions=162
2.23	     nbUselessRevisions=37  nbAssignments=32  nbFailedAssignments=9  nbBacktracks=10  nbVisitedNodes=42
2.23	     nbRestartNogoods=0  mapSize=6  nbInferences=0  nbTooLargeKeys=0
2.23	       =>  wckTime=1.128  cpuTime=1.1  mem=16M471
3.25	   
3.25	   search
3.25	     run=1  nbConstraintChecks=3021366  nbValidityChecks=4546  nbPropagations=678  nbRevisions=540
3.25	     nbUselessRevisions=123  nbAssignments=66  nbFailedAssignments=20  nbBacktracks=26  nbVisitedNodes=87
3.25	     nbRestartNogoods=3  mapSize=19  nbInferences=0  nbTooLargeKeys=0
3.25	       =>  wckTime=2.153  cpuTime=2.12  mem=16M471
5.32	   
5.33	   search
5.33	     run=2  nbConstraintChecks=6350921  nbValidityChecks=10721  nbPropagations=1428  nbRevisions=1282
5.33	     nbUselessRevisions=289  nbAssignments=125  nbFailedAssignments=47  nbBacktracks=51  nbVisitedNodes=173
5.33	     nbRestartNogoods=4  mapSize=37  nbInferences=0  nbTooLargeKeys=0
5.33	       =>  wckTime=4.225  cpuTime=4.19  mem=16M471
7.28	   
7.28	   search
7.28	     run=3  nbConstraintChecks=9372801  nbValidityChecks=18463  nbPropagations=2573  nbRevisions=2511
7.28	     nbUselessRevisions=575  nbAssignments=187  nbFailedAssignments=67  nbBacktracks=84  nbVisitedNodes=255
7.28	     nbRestartNogoods=17  mapSize=66  nbInferences=0  nbTooLargeKeys=0
7.28	       =>  wckTime=6.174  cpuTime=6.14  mem=16M471
9.57	   
9.58	   search
9.58	     run=4  nbConstraintChecks=13062226  nbValidityChecks=26096  nbPropagations=4236  nbRevisions=4346
9.58	     nbUselessRevisions=1008  nbAssignments=267  nbFailedAssignments=83  nbBacktracks=137  nbVisitedNodes=351
9.58	     nbRestartNogoods=23  mapSize=101  nbInferences=0  nbTooLargeKeys=0
9.58	       =>  wckTime=8.473  cpuTime=8.43  mem=16M471
15.56	   
15.56	   search
15.57	     run=5  nbConstraintChecks=22635861  nbValidityChecks=45100  nbPropagations=6999  nbRevisions=7486
15.57	     nbUselessRevisions=1725  nbAssignments=397  nbFailedAssignments=125  nbBacktracks=212  nbVisitedNodes=523
15.57	     nbRestartNogoods=30  mapSize=164  nbInferences=0  nbTooLargeKeys=0
15.57	       =>  wckTime=14.464  cpuTime=14.42  mem=16M471
27.60	   
27.60	   search
27.60	     run=6  nbConstraintChecks=40693538  nbValidityChecks=76313  nbPropagations=11399  nbRevisions=12711
27.60	     nbUselessRevisions=2930  nbAssignments=627  nbFailedAssignments=227  nbBacktracks=325  nbVisitedNodes=855
27.60	     nbRestartNogoods=42  mapSize=270  nbInferences=0  nbTooLargeKeys=0
27.60	       =>  wckTime=26.497  cpuTime=26.44  mem=16M471
45.56	   
45.56	   search
45.56	     run=7  nbConstraintChecks=66523000  nbValidityChecks=125405  nbPropagations=17866  nbRevisions=20723
45.56	     nbUselessRevisions=4786  nbAssignments=963  nbFailedAssignments=377  nbBacktracks=495  nbVisitedNodes=1341
45.56	     nbRestartNogoods=53  mapSize=415  nbInferences=0  nbTooLargeKeys=0
45.56	       =>  wckTime=44.456  cpuTime=44.4  mem=16M471
87.76	   
87.76	   search
87.76	     run=8  nbConstraintChecks=136960849  nbValidityChecks=218827  nbPropagations=28244  nbRevisions=33148
87.76	     nbUselessRevisions=7261  nbAssignments=1667  nbFailedAssignments=821  nbBacktracks=751  nbVisitedNodes=2489
87.76	     nbRestartNogoods=68  mapSize=663  nbInferences=0  nbTooLargeKeys=0
87.76	       =>  wckTime=86.663  cpuTime=86.57  mem=16M471
152.76	   
152.76	   INFO : Stopping hyperNogood (mapSize=1009, nbTooLargekeys=0, mem=16M471)
157.08	   
157.08	   search
157.08	     run=9  nbConstraintChecks=253008567  nbValidityChecks=412737  nbPropagations=46726  nbRevisions=54377
157.08	     nbUselessRevisions=11064  nbAssignments=3141  nbFailedAssignments=1907  nbBacktracks=1135  nbVisitedNodes=5049
157.08	     nbRestartNogoods=81
157.08	       =>  wckTime=155.976  cpuTime=155.85  mem=16M471
247.86	   
247.86	   search
247.86	     run=10  nbConstraintChecks=406445868  nbValidityChecks=688033  nbPropagations=76275  nbRevisions=88008
247.86	     nbUselessRevisions=16670  nbAssignments=4947  nbFailedAssignments=3134  nbBacktracks=1711  nbVisitedNodes=8082
247.86	     nbRestartNogoods=98
247.86	       =>  wckTime=246.76  cpuTime=246.6  mem=16M471
392.84	   
392.84	   search
392.84	     run=11  nbConstraintChecks=651184467  nbValidityChecks=1133196  nbPropagations=123807  nbRevisions=141497
392.84	     nbUselessRevisions=25176  nbAssignments=7972  nbFailedAssignments=5291  nbBacktracks=2575  nbVisitedNodes=13264
392.84	     nbRestartNogoods=119
392.84	       =>  wckTime=391.741  cpuTime=391.53  mem=16M471
601.24	   
601.24	   search
601.24	     run=12  nbConstraintChecks=1004638325  nbValidityChecks=1776775  nbPropagations=197089  nbRevisions=223821
601.24	     nbUselessRevisions=37891  nbAssignments=12157  nbFailedAssignments=8175  nbBacktracks=3872  nbVisitedNodes=20333
601.24	     nbRestartNogoods=157
601.24	       =>  wckTime=600.142  cpuTime=599.86  mem=16M471
918.55	   
918.55	   search
918.55	     run=13  nbConstraintChecks=1538030389  nbValidityChecks=2746528  nbPropagations=310352  nbRevisions=349816
918.55	     nbUselessRevisions=57542  nbAssignments=19314  nbFailedAssignments=13375  nbBacktracks=5820  nbVisitedNodes=32690
918.55	     nbRestartNogoods=175
918.55	       =>  wckTime=917.447  cpuTime=917.06  mem=16M471
1331.77	   
1331.77	   search
1331.77	     run=14  nbConstraintChecks=2240988104  nbValidityChecks=4046360  nbPropagations=475984  nbRevisions=534831
1331.77	     nbUselessRevisions=86113  nbAssignments=27807  nbFailedAssignments=18945  nbBacktracks=8739  nbVisitedNodes=46753
1331.77	     nbRestartNogoods=195
1331.77	       =>  wckTime=1330.665  cpuTime=1330.14  mem=16M471

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/node45/watcher-249143-1168086085 -o ROOT/results/node45/solver-249143-1168086085 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/249143-1168086085/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: 0.81 0.48 0.87 3/80 25658
/proc/meminfo: memFree=1364120/2055920 swapFree=4184004/4192956
[pid=25657] ppid=25655 vsize=172 CPUtime=0
/proc/25657/stat : 25657 (java) R 25655 25657 25176 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 157008234 176128 24 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4727588 0 0 4096 0 0 0 0 17 1 0 0
/proc/25657/statm: 43 24 18 14 0 3 0

[startup+0.108044 s]
/proc/loadavg: 0.81 0.48 0.87 3/80 25658
/proc/meminfo: memFree=1364120/2055920 swapFree=4184004/4192956
[pid=25657] ppid=25655 vsize=914988 CPUtime=0.09
/proc/25657/stat : 25657 (java) S 25655 25657 25176 0 -1 0 2997 0 1 0 7 2 0 0 19 0 8 0 157008234 936947712 2743 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25657/statm: 228747 2745 1428 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.516117 s]
/proc/loadavg: 0.81 0.48 0.87 3/80 25658
/proc/meminfo: memFree=1364120/2055920 swapFree=4184004/4192956
[pid=25657] ppid=25655 vsize=915328 CPUtime=0.5
/proc/25657/stat : 25657 (java) R 25655 25657 25176 0 -1 0 6754 0 1 0 45 5 0 0 18 0 8 0 157008234 937295872 6493 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25657/statm: 228832 6493 2146 14 0 215302 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915328

[startup+1.33827 s]
/proc/loadavg: 0.81 0.48 0.87 3/87 25665
/proc/meminfo: memFree=1339488/2055920 swapFree=4184004/4192956
[pid=25657] ppid=25655 vsize=915460 CPUtime=1.32
/proc/25657/stat : 25657 (java) R 25655 25657 25176 0 -1 0 8975 0 1 0 125 7 0 0 25 0 8 0 157008234 937431040 8713 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073644297 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25657/statm: 228865 8713 2530 14 0 215335 0
[pid=25657/tid=25659] ppid=25655 vsize=915460 CPUtime=0.03
/proc/25657/task/25659/stat : 25659 (java) S 25655 25657 25176 0 -1 64 189 0 0 0 3 0 0 0 16 0 8 0 157008238 937431040 8713 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25660] ppid=25655 vsize=915460 CPUtime=0
/proc/25657/task/25660/stat : 25660 (java) S 25655 25657 25176 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 157008238 937431040 8713 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25661] ppid=25655 vsize=915460 CPUtime=0
/proc/25657/task/25661/stat : 25661 (java) S 25655 25657 25176 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 157008238 937431040 8713 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25662] ppid=25655 vsize=915460 CPUtime=0
/proc/25657/task/25662/stat : 25662 (java) S 25655 25657 25176 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 157008242 937431040 8713 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25663] ppid=25655 vsize=915460 CPUtime=0.17
/proc/25657/task/25663/stat : 25663 (java) S 25655 25657 25176 0 -1 64 366 0 0 0 17 0 0 0 15 0 8 0 157008242 937431040 8713 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25664] ppid=25655 vsize=915460 CPUtime=0
/proc/25657/task/25664/stat : 25664 (java) S 25655 25657 25176 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 157008242 937431040 8713 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25665] ppid=25655 vsize=915460 CPUtime=0
/proc/25657/task/25665/stat : 25665 (java) S 25655 25657 25176 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157008242 937431040 8713 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 915460

[startup+2.98757 s]
/proc/loadavg: 0.81 0.48 0.87 3/87 25665
/proc/meminfo: memFree=1338976/2055920 swapFree=4184004/4192956
[pid=25657] ppid=25655 vsize=915460 CPUtime=2.96
/proc/25657/stat : 25657 (java) R 25655 25657 25176 0 -1 0 9007 0 1 0 289 7 0 0 25 0 8 0 157008234 937431040 8743 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073644960 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25657/statm: 228865 8743 2534 14 0 215335 0
[pid=25657/tid=25659] ppid=25655 vsize=915460 CPUtime=0.03
/proc/25657/task/25659/stat : 25659 (java) S 25655 25657 25176 0 -1 64 190 0 0 0 3 0 0 0 16 0 8 0 157008238 937431040 8743 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25660] ppid=25655 vsize=915460 CPUtime=0
/proc/25657/task/25660/stat : 25660 (java) S 25655 25657 25176 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 157008238 937431040 8743 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25661] ppid=25655 vsize=915460 CPUtime=0
/proc/25657/task/25661/stat : 25661 (java) S 25655 25657 25176 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 157008238 937431040 8743 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25662] ppid=25655 vsize=915460 CPUtime=0
/proc/25657/task/25662/stat : 25662 (java) S 25655 25657 25176 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 157008242 937431040 8743 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25663] ppid=25655 vsize=915460 CPUtime=0.19
/proc/25657/task/25663/stat : 25663 (java) S 25655 25657 25176 0 -1 64 379 0 0 0 19 0 0 0 15 0 8 0 157008242 937431040 8743 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25664] ppid=25655 vsize=915460 CPUtime=0
/proc/25657/task/25664/stat : 25664 (java) S 25655 25657 25176 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 157008242 937431040 8743 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25665] ppid=25655 vsize=915460 CPUtime=0
/proc/25657/task/25665/stat : 25665 (java) S 25655 25657 25176 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157008242 937431040 8743 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 915460

[startup+6.26816 s]
/proc/loadavg: 0.91 0.50 0.88 3/87 25665
/proc/meminfo: memFree=1338912/2055920 swapFree=4184004/4192956
[pid=25657] ppid=25655 vsize=915460 CPUtime=6.24
/proc/25657/stat : 25657 (java) R 25655 25657 25176 0 -1 0 9021 0 1 0 617 7 0 0 25 0 8 0 157008234 937431040 8754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073641240 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25657/statm: 228865 8754 2534 14 0 215335 0
[pid=25657/tid=25659] ppid=25655 vsize=915460 CPUtime=0.03
/proc/25657/task/25659/stat : 25659 (java) S 25655 25657 25176 0 -1 64 190 0 0 0 3 0 0 0 17 0 8 0 157008238 937431040 8754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25660] ppid=25655 vsize=915460 CPUtime=0
/proc/25657/task/25660/stat : 25660 (java) S 25655 25657 25176 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 157008238 937431040 8754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25661] ppid=25655 vsize=915460 CPUtime=0
/proc/25657/task/25661/stat : 25661 (java) S 25655 25657 25176 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 157008238 937431040 8754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25662] ppid=25655 vsize=915460 CPUtime=0
/proc/25657/task/25662/stat : 25662 (java) S 25655 25657 25176 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 157008242 937431040 8754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25663] ppid=25655 vsize=915460 CPUtime=0.2
/proc/25657/task/25663/stat : 25663 (java) S 25655 25657 25176 0 -1 64 382 0 0 0 20 0 0 0 15 0 8 0 157008242 937431040 8754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25664] ppid=25655 vsize=915460 CPUtime=0
/proc/25657/task/25664/stat : 25664 (java) S 25655 25657 25176 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 157008242 937431040 8754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25665] ppid=25655 vsize=915460 CPUtime=0
/proc/25657/task/25665/stat : 25665 (java) S 25655 25657 25176 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157008242 937431040 8754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 915460

[startup+12.7503 s]
/proc/loadavg: 1.00 0.53 0.88 3/87 25665
/proc/meminfo: memFree=1338784/2055920 swapFree=4184004/4192956
[pid=25657] ppid=25655 vsize=915460 CPUtime=12.72
/proc/25657/stat : 25657 (java) R 25655 25657 25176 0 -1 0 9048 0 1 0 1265 7 0 0 25 0 8 0 157008234 937431040 8777 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073650295 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25657/statm: 228865 8777 2534 14 0 215335 0
[pid=25657/tid=25659] ppid=25655 vsize=915460 CPUtime=0.03
/proc/25657/task/25659/stat : 25659 (java) S 25655 25657 25176 0 -1 64 190 0 0 0 3 0 0 0 16 0 8 0 157008238 937431040 8777 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25660] ppid=25655 vsize=915460 CPUtime=0
/proc/25657/task/25660/stat : 25660 (java) S 25655 25657 25176 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 157008238 937431040 8777 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25661] ppid=25655 vsize=915460 CPUtime=0
/proc/25657/task/25661/stat : 25661 (java) S 25655 25657 25176 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 157008238 937431040 8777 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25662] ppid=25655 vsize=915460 CPUtime=0
/proc/25657/task/25662/stat : 25662 (java) S 25655 25657 25176 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 157008242 937431040 8777 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25663] ppid=25655 vsize=915460 CPUtime=0.21
/proc/25657/task/25663/stat : 25663 (java) S 25655 25657 25176 0 -1 64 393 0 0 0 21 0 0 0 15 0 8 0 157008242 937431040 8777 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25664] ppid=25655 vsize=915460 CPUtime=0
/proc/25657/task/25664/stat : 25664 (java) S 25655 25657 25176 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 157008242 937431040 8777 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25665] ppid=25655 vsize=915460 CPUtime=0
/proc/25657/task/25665/stat : 25665 (java) S 25655 25657 25176 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157008242 937431040 8777 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 915460

[startup+25.5817 s]
/proc/loadavg: 1.22 0.60 0.90 3/87 25665
/proc/meminfo: memFree=1338720/2055920 swapFree=4184004/4192956
[pid=25657] ppid=25655 vsize=915460 CPUtime=25.55
/proc/25657/stat : 25657 (java) R 25655 25657 25176 0 -1 0 9067 0 1 0 2547 8 0 0 25 0 8 0 157008234 937431040 8795 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918603 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25657/statm: 228865 8795 2534 14 0 215335 0
[pid=25657/tid=25659] ppid=25655 vsize=915460 CPUtime=0.03
/proc/25657/task/25659/stat : 25659 (java) S 25655 25657 25176 0 -1 64 190 0 0 0 3 0 0 0 16 0 8 0 157008238 937431040 8795 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25660] ppid=25655 vsize=915460 CPUtime=0
/proc/25657/task/25660/stat : 25660 (java) S 25655 25657 25176 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 157008238 937431040 8795 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25661] ppid=25655 vsize=915460 CPUtime=0
/proc/25657/task/25661/stat : 25661 (java) S 25655 25657 25176 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 157008238 937431040 8795 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25662] ppid=25655 vsize=915460 CPUtime=0
/proc/25657/task/25662/stat : 25662 (java) S 25655 25657 25176 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 157008242 937431040 8795 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25663] ppid=25655 vsize=915460 CPUtime=0.21
/proc/25657/task/25663/stat : 25663 (java) S 25655 25657 25176 0 -1 64 395 0 0 0 21 0 0 0 16 0 8 0 157008242 937431040 8795 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25664] ppid=25655 vsize=915460 CPUtime=0
/proc/25657/task/25664/stat : 25664 (java) S 25655 25657 25176 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 157008242 937431040 8795 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25665] ppid=25655 vsize=915460 CPUtime=0
/proc/25657/task/25665/stat : 25665 (java) S 25655 25657 25176 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157008242 937431040 8795 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.55
Current children cumulated vsize (KiB) 915460

[startup+51.2713 s]
/proc/loadavg: 1.48 0.71 0.93 3/87 25665
/proc/meminfo: memFree=1338592/2055920 swapFree=4184004/4192956
[pid=25657] ppid=25655 vsize=915460 CPUtime=51.23
/proc/25657/stat : 25657 (java) R 25655 25657 25176 0 -1 0 9093 0 1 0 5115 8 0 0 25 0 8 0 157008234 937431040 8820 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073644256 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25657/statm: 228865 8820 2534 14 0 215335 0
[pid=25657/tid=25659] ppid=25655 vsize=915460 CPUtime=0.03
/proc/25657/task/25659/stat : 25659 (java) S 25655 25657 25176 0 -1 64 190 0 0 0 3 0 0 0 16 0 8 0 157008238 937431040 8820 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25660] ppid=25655 vsize=915460 CPUtime=0
/proc/25657/task/25660/stat : 25660 (java) S 25655 25657 25176 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 157008238 937431040 8820 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25661] ppid=25655 vsize=915460 CPUtime=0
/proc/25657/task/25661/stat : 25661 (java) S 25655 25657 25176 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 157008238 937431040 8820 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25662] ppid=25655 vsize=915460 CPUtime=0
/proc/25657/task/25662/stat : 25662 (java) S 25655 25657 25176 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 157008242 937431040 8820 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25663] ppid=25655 vsize=915460 CPUtime=0.22
/proc/25657/task/25663/stat : 25663 (java) S 25655 25657 25176 0 -1 64 397 0 0 0 22 0 0 0 16 0 8 0 157008242 937431040 8820 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25664] ppid=25655 vsize=915460 CPUtime=0
/proc/25657/task/25664/stat : 25664 (java) S 25655 25657 25176 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 157008242 937431040 8820 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25665] ppid=25655 vsize=915460 CPUtime=0
/proc/25657/task/25665/stat : 25665 (java) S 25655 25657 25176 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157008242 937431040 8820 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.23
Current children cumulated vsize (KiB) 915460

[startup+102.539 s]
/proc/loadavg: 1.77 0.91 0.98 3/87 25665
/proc/meminfo: memFree=1338400/2055920 swapFree=4184004/4192956
[pid=25657] ppid=25655 vsize=915460 CPUtime=102.48
/proc/25657/stat : 25657 (java) R 25655 25657 25176 0 -1 0 9128 0 1 0 10240 8 0 0 25 0 8 0 157008234 937431040 8850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073639483 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25657/statm: 228865 8850 2534 14 0 215335 0
[pid=25657/tid=25659] ppid=25655 vsize=915460 CPUtime=0.03
/proc/25657/task/25659/stat : 25659 (java) S 25655 25657 25176 0 -1 64 190 0 0 0 3 0 0 0 16 0 8 0 157008238 937431040 8850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25660] ppid=25655 vsize=915460 CPUtime=0
/proc/25657/task/25660/stat : 25660 (java) S 25655 25657 25176 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 157008238 937431040 8850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25661] ppid=25655 vsize=915460 CPUtime=0
/proc/25657/task/25661/stat : 25661 (java) S 25655 25657 25176 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 157008238 937431040 8850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25662] ppid=25655 vsize=915460 CPUtime=0
/proc/25657/task/25662/stat : 25662 (java) S 25655 25657 25176 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 157008242 937431040 8850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25663] ppid=25655 vsize=915460 CPUtime=0.23
/proc/25657/task/25663/stat : 25663 (java) S 25655 25657 25176 0 -1 64 408 0 0 0 23 0 0 0 15 0 8 0 157008242 937431040 8850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25664] ppid=25655 vsize=915460 CPUtime=0
/proc/25657/task/25664/stat : 25664 (java) S 25655 25657 25176 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 157008242 937431040 8850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25665] ppid=25655 vsize=915460 CPUtime=0
/proc/25657/task/25665/stat : 25665 (java) S 25655 25657 25176 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157008242 937431040 8850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.48
Current children cumulated vsize (KiB) 915460

[startup+162.546 s]
/proc/loadavg: 1.96 1.12 1.05 3/87 25665
/proc/meminfo: memFree=1338272/2055920 swapFree=4184004/4192956
[pid=25657] ppid=25655 vsize=915460 CPUtime=162.46
/proc/25657/stat : 25657 (java) R 25655 25657 25176 0 -1 0 9147 0 1 0 16238 8 0 0 25 0 8 0 157008234 937431040 8868 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073639504 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1422.74
Current children cumulated vsize (KiB) 915460

[startup+1483.24 s]
/proc/loadavg: 2.00 1.99 1.75 3/87 25665
/proc/meminfo: memFree=1337312/2055920 swapFree=4184004/4192956
[pid=25657] ppid=25655 vsize=915460 CPUtime=1482.72
/proc/25657/stat : 25657 (java) R 25655 25657 25176 0 -1 0 9165 0 1 0 148264 8 0 0 25 0 8 0 157008234 937431040 8885 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073639449 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25657/statm: 228865 8885 2534 14 0 215335 0
[pid=25657/tid=25659] ppid=25655 vsize=915460 CPUtime=0.03
/proc/25657/task/25659/stat : 25659 (java) S 25655 25657 25176 0 -1 64 190 0 0 0 3 0 0 0 16 0 8 0 157008238 937431040 8885 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25660] ppid=25655 vsize=915460 CPUtime=0
/proc/25657/task/25660/stat : 25660 (java) S 25655 25657 25176 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 157008238 937431040 8885 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25661] ppid=25655 vsize=915460 CPUtime=0
/proc/25657/task/25661/stat : 25661 (java) S 25655 25657 25176 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 157008238 937431040 8885 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25662] ppid=25655 vsize=915460 CPUtime=0
/proc/25657/task/25662/stat : 25662 (java) S 25655 25657 25176 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 157008242 937431040 8885 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25663] ppid=25655 vsize=915460 CPUtime=0.24
/proc/25657/task/25663/stat : 25663 (java) S 25655 25657 25176 0 -1 64 414 0 0 0 24 0 0 0 16 0 8 0 157008242 937431040 8885 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25664] ppid=25655 vsize=915460 CPUtime=0
/proc/25657/task/25664/stat : 25664 (java) S 25655 25657 25176 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 157008242 937431040 8885 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25665] ppid=25655 vsize=915460 CPUtime=0
/proc/25657/task/25665/stat : 25665 (java) S 25655 25657 25176 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157008242 937431040 8885 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1482.72
Current children cumulated vsize (KiB) 915460

[startup+1543.25 s]
/proc/loadavg: 2.00 1.99 1.76 3/87 25665
/proc/meminfo: memFree=1337312/2055920 swapFree=4184004/4192956
[pid=25657] ppid=25655 vsize=915460 CPUtime=1542.71
/proc/25657/stat : 25657 (java) R 25655 25657 25176 0 -1 0 9165 0 1 0 154263 8 0 0 25 0 8 0 157008234 937431040 8885 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073644350 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25657/statm: 228865 8885 2534 14 0 215335 0
[pid=25657/tid=25659] ppid=25655 vsize=915460 CPUtime=0.03
/proc/25657/task/25659/stat : 25659 (java) S 25655 25657 25176 0 -1 64 190 0 0 0 3 0 0 0 16 0 8 0 157008238 937431040 8885 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25660] ppid=25655 vsize=915460 CPUtime=0
/proc/25657/task/25660/stat : 25660 (java) S 25655 25657 25176 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 157008238 937431040 8885 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25661] ppid=25655 vsize=915460 CPUtime=0
/proc/25657/task/25661/stat : 25661 (java) S 25655 25657 25176 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 157008238 937431040 8885 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25662] ppid=25655 vsize=915460 CPUtime=0
/proc/25657/task/25662/stat : 25662 (java) S 25655 25657 25176 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 157008242 937431040 8885 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25663] ppid=25655 vsize=915460 CPUtime=0.24
/proc/25657/task/25663/stat : 25663 (java) S 25655 25657 25176 0 -1 64 414 0 0 0 24 0 0 0 16 0 8 0 157008242 937431040 8885 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25664] ppid=25655 vsize=915460 CPUtime=0
/proc/25657/task/25664/stat : 25664 (java) S 25655 25657 25176 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 157008242 937431040 8885 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25665] ppid=25655 vsize=915460 CPUtime=0
/proc/25657/task/25665/stat : 25665 (java) S 25655 25657 25176 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157008242 937431040 8885 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1542.71
Current children cumulated vsize (KiB) 915460

[startup+1603.26 s]
/proc/loadavg: 2.00 1.99 1.78 3/87 25665
/proc/meminfo: memFree=1337248/2055920 swapFree=4184004/4192956
[pid=25657] ppid=25655 vsize=915460 CPUtime=1602.7
/proc/25657/stat : 25657 (java) R 25655 25657 25176 0 -1 0 9165 0 1 0 160262 8 0 0 25 0 8 0 157008234 937431040 8885 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073642138 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25657/statm: 228865 8885 2534 14 0 215335 0
[pid=25657/tid=25659] ppid=25655 vsize=915460 CPUtime=0.03
/proc/25657/task/25659/stat : 25659 (java) S 25655 25657 25176 0 -1 64 190 0 0 0 3 0 0 0 16 0 8 0 157008238 937431040 8885 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25660] ppid=25655 vsize=915460 CPUtime=0
/proc/25657/task/25660/stat : 25660 (java) S 25655 25657 25176 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 157008238 937431040 8885 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25661] ppid=25655 vsize=915460 CPUtime=0
/proc/25657/task/25661/stat : 25661 (java) S 25655 25657 25176 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 157008238 937431040 8885 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25662] ppid=25655 vsize=915460 CPUtime=0
/proc/25657/task/25662/stat : 25662 (java) S 25655 25657 25176 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 157008242 937431040 8885 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25663] ppid=25655 vsize=915460 CPUtime=0.24
/proc/25657/task/25663/stat : 25663 (java) S 25655 25657 25176 0 -1 64 414 0 0 0 24 0 0 0 16 0 8 0 157008242 937431040 8885 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25664] ppid=25655 vsize=915460 CPUtime=0
/proc/25657/task/25664/stat : 25664 (java) S 25655 25657 25176 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 157008242 937431040 8885 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25665] ppid=25655 vsize=915460 CPUtime=0
/proc/25657/task/25665/stat : 25665 (java) S 25655 25657 25176 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157008242 937431040 8885 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1602.7
Current children cumulated vsize (KiB) 915460

[startup+1663.27 s]
/proc/loadavg: 2.00 1.99 1.79 3/87 25665
/proc/meminfo: memFree=1337184/2055920 swapFree=4184004/4192956
[pid=25657] ppid=25655 vsize=915460 CPUtime=1662.69
/proc/25657/stat : 25657 (java) R 25655 25657 25176 0 -1 0 9165 0 1 0 166261 8 0 0 25 0 8 0 157008234 937431040 8885 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073641252 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25657/statm: 228865 8885 2534 14 0 215335 0
[pid=25657/tid=25659] ppid=25655 vsize=915460 CPUtime=0.03
/proc/25657/task/25659/stat : 25659 (java) S 25655 25657 25176 0 -1 64 190 0 0 0 3 0 0 0 16 0 8 0 157008238 937431040 8885 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25660] ppid=25655 vsize=915460 CPUtime=0
/proc/25657/task/25660/stat : 25660 (java) S 25655 25657 25176 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 157008238 937431040 8885 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25661] ppid=25655 vsize=915460 CPUtime=0
/proc/25657/task/25661/stat : 25661 (java) S 25655 25657 25176 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 157008238 937431040 8885 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25662] ppid=25655 vsize=915460 CPUtime=0
/proc/25657/task/25662/stat : 25662 (java) S 25655 25657 25176 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 157008242 937431040 8885 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25663] ppid=25655 vsize=915460 CPUtime=0.24
/proc/25657/task/25663/stat : 25663 (java) S 25655 25657 25176 0 -1 64 414 0 0 0 24 0 0 0 16 0 8 0 157008242 937431040 8885 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25664] ppid=25655 vsize=915460 CPUtime=0
/proc/25657/task/25664/stat : 25664 (java) S 25655 25657 25176 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 157008242 937431040 8885 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25665] ppid=25655 vsize=915460 CPUtime=0
/proc/25657/task/25665/stat : 25665 (java) S 25655 25657 25176 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157008242 937431040 8885 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1662.69
Current children cumulated vsize (KiB) 915460

[startup+1723.37 s]
/proc/loadavg: 2.00 1.99 1.80 3/87 25665
/proc/meminfo: memFree=1337120/2055920 swapFree=4184004/4192956
[pid=25657] ppid=25655 vsize=915460 CPUtime=1722.77
/proc/25657/stat : 25657 (java) R 25655 25657 25176 0 -1 0 9165 0 1 0 172269 8 0 0 25 0 8 0 157008234 937431040 8885 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073647015 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25657/statm: 228865 8885 2534 14 0 215335 0
[pid=25657/tid=25659] ppid=25655 vsize=915460 CPUtime=0.03
/proc/25657/task/25659/stat : 25659 (java) S 25655 25657 25176 0 -1 64 190 0 0 0 3 0 0 0 16 0 8 0 157008238 937431040 8885 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25660] ppid=25655 vsize=915460 CPUtime=0
/proc/25657/task/25660/stat : 25660 (java) S 25655 25657 25176 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 157008238 937431040 8885 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25661] ppid=25655 vsize=915460 CPUtime=0
/proc/25657/task/25661/stat : 25661 (java) S 25655 25657 25176 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 157008238 937431040 8885 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25662] ppid=25655 vsize=915460 CPUtime=0
/proc/25657/task/25662/stat : 25662 (java) S 25655 25657 25176 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 157008242 937431040 8885 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25663] ppid=25655 vsize=915460 CPUtime=0.24
/proc/25657/task/25663/stat : 25663 (java) S 25655 25657 25176 0 -1 64 414 0 0 0 24 0 0 0 16 0 8 0 157008242 937431040 8885 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25664] ppid=25655 vsize=915460 CPUtime=0
/proc/25657/task/25664/stat : 25664 (java) S 25655 25657 25176 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 157008242 937431040 8885 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25665] ppid=25655 vsize=915460 CPUtime=0
/proc/25657/task/25665/stat : 25665 (java) S 25655 25657 25176 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157008242 937431040 8885 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1722.77
Current children cumulated vsize (KiB) 915460

[startup+1783.38 s]
/proc/loadavg: 2.00 1.99 1.81 3/80 25704
/proc/meminfo: memFree=1100816/2055920 swapFree=4184004/4192956
[pid=25657] ppid=25655 vsize=915460 CPUtime=1782.56
/proc/25657/stat : 25657 (java) R 25655 25657 25176 0 -1 0 9165 0 1 0 178246 10 0 0 25 0 8 0 157008234 937431040 8885 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073645072 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25657/statm: 228865 8885 2534 14 0 215335 0
[pid=25657/tid=25659] ppid=25655 vsize=915460 CPUtime=0.03
/proc/25657/task/25659/stat : 25659 (java) S 25655 25657 25176 0 -1 64 190 0 0 0 3 0 0 0 16 0 8 0 157008238 937431040 8885 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25660] ppid=25655 vsize=915460 CPUtime=0
/proc/25657/task/25660/stat : 25660 (java) S 25655 25657 25176 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 157008238 937431040 8885 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25661] ppid=25655 vsize=915460 CPUtime=0
/proc/25657/task/25661/stat : 25661 (java) S 25655 25657 25176 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 157008238 937431040 8885 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25662] ppid=25655 vsize=915460 CPUtime=0
/proc/25657/task/25662/stat : 25662 (java) S 25655 25657 25176 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 157008242 937431040 8885 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25663] ppid=25655 vsize=915460 CPUtime=0.24
/proc/25657/task/25663/stat : 25663 (java) S 25655 25657 25176 0 -1 64 414 0 0 0 24 0 0 0 16 0 8 0 157008242 937431040 8885 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25664] ppid=25655 vsize=915460 CPUtime=0
/proc/25657/task/25664/stat : 25664 (java) S 25655 25657 25176 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 157008242 937431040 8885 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25665] ppid=25655 vsize=915460 CPUtime=0
/proc/25657/task/25665/stat : 25665 (java) S 25655 25657 25176 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157008242 937431040 8885 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1782.56
Current children cumulated vsize (KiB) 915460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.96 s]
/proc/loadavg: 2.00 1.99 1.82 3/80 25704
/proc/meminfo: memFree=1100304/2055920 swapFree=4184004/4192956
[pid=25657] ppid=25655 vsize=915460 CPUtime=1800.04
/proc/25657/stat : 25657 (java) R 25655 25657 25176 0 -1 0 9165 0 1 0 179994 10 0 0 25 0 8 0 157008234 937431040 8885 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073642199 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25657/statm: 228865 8885 2534 14 0 215335 0
[pid=25657/tid=25659] ppid=25655 vsize=915460 CPUtime=0.03
/proc/25657/task/25659/stat : 25659 (java) S 25655 25657 25176 0 -1 64 190 0 0 0 3 0 0 0 16 0 8 0 157008238 937431040 8885 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25660] ppid=25655 vsize=915460 CPUtime=0
/proc/25657/task/25660/stat : 25660 (java) S 25655 25657 25176 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 157008238 937431040 8885 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25661] ppid=25655 vsize=915460 CPUtime=0
/proc/25657/task/25661/stat : 25661 (java) S 25655 25657 25176 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 157008238 937431040 8885 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25662] ppid=25655 vsize=915460 CPUtime=0
/proc/25657/task/25662/stat : 25662 (java) S 25655 25657 25176 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 157008242 937431040 8885 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25663] ppid=25655 vsize=915460 CPUtime=0.24
/proc/25657/task/25663/stat : 25663 (java) S 25655 25657 25176 0 -1 64 414 0 0 0 24 0 0 0 16 0 8 0 157008242 937431040 8885 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25664] ppid=25655 vsize=915460 CPUtime=0
/proc/25657/task/25664/stat : 25664 (java) S 25655 25657 25176 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 157008242 937431040 8885 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25657/tid=25665] ppid=25655 vsize=915460 CPUtime=0
/proc/25657/task/25665/stat : 25665 (java) S 25655 25657 25176 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157008242 937431040 8885 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 915460

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

Child status: 143
Real time (s): 1801.02
CPU time (s): 1800.1
CPU user time (s): 1799.99
CPU system time (s): 0.107983
CPU usage (%): 99.9489
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.99
system time used= 0.107983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9185
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= 37688
involuntary context switches= 38577

runsolver used 1.82472 s user time and 4.65329 s system time

The end

Launcher Data (download as text)

Begin job on node45 on Sat Jan  6 12:21:29 UTC 2007


IDJOB= 249143
IDBENCH= 11761
FILE ID= node45/249143-1168086085

PBS_JOBID= 3476568

Free space on /tmp= 66541 MiB

BENCH NAME= HOME/pub/bench/CPAI06/primes/primes-15/primes-15-80-3-5.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/249143-1168086085/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node45/watcher-249143-1168086085 -o ROOT/results/node45/solver-249143-1168086085 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/249143-1168086085/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  f51a3b279677a9411ec767e72e421d7b

RANDOM SEED= 492942638

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.259
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.259
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:       1364600 kB
Buffers:         50324 kB
Cached:         529484 kB
SwapCached:       2748 kB
Active:         112568 kB
Inactive:       506584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1364600 kB
SwapTotal:     4192956 kB
SwapFree:      4184004 kB
Dirty:            1724 kB
Writeback:           0 kB
Mapped:          55420 kB
Slab:            57480 kB
Committed_AS:  3560164 kB
PageTables:       1856 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= 66541 MiB



End job on node45 on Sat Jan  6 12:51:35 UTC 2007