Trace number 248545

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.13 1809.7

General information on the benchmark

Nameprimes/primes-30/
primes-30-20-3-3.xml
MD5SUMf94b6c99318a7971342b5dbc6282d882
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.020995
SatisfiableYES
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Maximum constraint arity6
Maximum domain size112
Number of constraints which are defined in extension0
Number of constraints which are defined in intension20
Global constraints used (with number of constraints)

Solver Data (download as text)

0.32	   
0.32	Abscon 109 (November, 2006)
0.32	   
0.32	   configuration
0.32	     name=mac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/248545-1168085991/unknown.xml
0.39	   
0.39	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.44	     nbVariables=100  nbDomainTypes=1  minDomainSize=112  maxDomainSize=112
0.44	       =>  wckTime=0.113  cpuTime=0.09  mem=7M927
0.44	   
0.44	   predicates being loaded...
0.46	   
0.46	   constraints being loaded...
0.52	     nbConstraints=20  nbSingletonDomainVariables=40  nbDisconnectedVariables=40  nbUnbuiltConflictsStructures=20
0.52	     nbSharedBinaryRepresentations=0  nbEvaluationManagers=20  nbSharedEvaluationManagers=0  maxDegree=3  maxArity=6
0.52	       =>  wckTime=0.198  cpuTime=0.15  mem=8M903
0.56	   
0.56	   solver IterativeSystematicSolver being built... 
0.73	       =>  wckTime=0.408  cpuTime=0.3  mem=14M607
3.04	   
3.04	   preprocessing
3.04	     nbConstraintChecks=5346387  nbValidityChecks=305  nbPropagations=103  nbRevisions=9  nbUselessRevisions=3
3.04	     nbRemovedValues=379  detectedInconsistency=no
3.04	       =>  wckTime=2.302  cpuTime=2.27  mem=14M607
13.43	   
13.43	   search
13.43	     run=0  nbConstraintChecks=14367841  nbValidityChecks=55966  nbPropagations=1675  nbRevisions=1553
13.43	     nbUselessRevisions=14  nbAssignments=787  nbFailedAssignments=757  nbBacktracks=10  nbVisitedNodes=1545
13.43	     nbRestartNogoods=0  mapSize=8  nbInferences=0  nbTooLargeKeys=0
13.43	       =>  wckTime=12.691  cpuTime=12.53  mem=15M590
30.20	   
30.20	   search
30.20	     run=1  nbConstraintChecks=35441761  nbValidityChecks=55966  nbPropagations=6727  nbRevisions=4786
30.20	     nbUselessRevisions=28  nbAssignments=2484  nbFailedAssignments=2437  nbBacktracks=25  nbVisitedNodes=4922
30.20	     nbRestartNogoods=80  mapSize=23  nbInferences=0  nbTooLargeKeys=0
30.20	       =>  wckTime=29.469  cpuTime=29.12  mem=15M590
54.19	   
54.19	   search
54.19	     run=2  nbConstraintChecks=66350177  nbValidityChecks=55966  nbPropagations=16732  nbRevisions=10483
54.19	     nbUselessRevisions=42  nbAssignments=4972  nbFailedAssignments=4901  nbBacktracks=47  nbVisitedNodes=9874
54.19	     nbRestartNogoods=95  mapSize=45  nbInferences=0  nbTooLargeKeys=0
54.19	       =>  wckTime=53.46  cpuTime=52.88  mem=15M590
90.17	   
90.17	   search
90.17	     run=3  nbConstraintChecks=112712801  nbValidityChecks=55966  nbPropagations=34165  nbRevisions=19876
90.17	     nbUselessRevisions=56  nbAssignments=8703  nbFailedAssignments=8597  nbBacktracks=80  nbVisitedNodes=17301
90.17	     nbRestartNogoods=117  mapSize=78  nbInferences=0  nbTooLargeKeys=0
90.17	       =>  wckTime=89.433  cpuTime=88.53  mem=15M590
139.84	   
139.84	   search
139.84	     run=4  nbConstraintChecks=177135085  nbValidityChecks=63735  nbPropagations=62049  nbRevisions=34739
139.84	     nbUselessRevisions=98  nbAssignments=13879  nbFailedAssignments=13721  nbBacktracks=130  nbVisitedNodes=27601
139.84	     nbRestartNogoods=150  mapSize=126  nbInferences=0  nbTooLargeKeys=0
139.84	       =>  wckTime=139.107  cpuTime=137.74  mem=15M590
221.56	   
221.56	   search
221.56	     run=5  nbConstraintChecks=282504685  nbValidityChecks=80535  nbPropagations=106812  nbRevisions=58002
221.56	     nbUselessRevisions=140  nbAssignments=22356  nbFailedAssignments=22121  nbBacktracks=205  nbVisitedNodes=44478
221.56	     nbRestartNogoods=154  mapSize=201  nbInferences=0  nbTooLargeKeys=0
221.56	       =>  wckTime=220.826  cpuTime=218.71  mem=15M590
338.50	   
338.50	   search
338.50	     run=6  nbConstraintChecks=433828065  nbValidityChecks=142564  nbPropagations=176076  nbRevisions=93997
338.50	     nbUselessRevisions=236  nbAssignments=34513  nbFailedAssignments=34163  nbBacktracks=318  nbVisitedNodes=68677
338.50	     nbRestartNogoods=229  mapSize=314  nbInferences=0  nbTooLargeKeys=0
338.50	       =>  wckTime=337.767  cpuTime=334.57  mem=15M590
504.93	   
504.93	   search
504.93	     run=7  nbConstraintChecks=650965626  nbValidityChecks=344641  nbPropagations=280969  nbRevisions=149475
504.93	     nbUselessRevisions=508  nbAssignments=51925  nbFailedAssignments=51403  nbBacktracks=488  nbVisitedNodes=103329
504.93	     nbRestartNogoods=302  mapSize=481  nbInferences=0  nbTooLargeKeys=0
504.93	       =>  wckTime=504.198  cpuTime=499.47  mem=15M590
727.91	   
727.91	   search
727.91	     run=8  nbConstraintChecks=946318053  nbValidityChecks=882737  nbPropagations=436115  nbRevisions=236020
727.91	     nbUselessRevisions=1383  nbAssignments=75492  nbFailedAssignments=74712  nbBacktracks=744  nbVisitedNodes=150205
727.91	     nbRestartNogoods=412  mapSize=731  nbInferences=0  nbTooLargeKeys=0
727.91	       =>  wckTime=727.174  cpuTime=720.4  mem=16M565
929.27	   
929.27	   INFO : Stopping hyperNogood (mapSize=1026, nbTooLargekeys=0, mem=16M565)
1008.48	   
1008.48	   search
1008.48	     run=9  nbConstraintChecks=1343307625  nbValidityChecks=1949007  nbPropagations=661988  nbRevisions=372432
1008.48	     nbUselessRevisions=3712  nbAssignments=106960  nbFailedAssignments=105794  nbBacktracks=1128  nbVisitedNodes=212755
1008.48	     nbRestartNogoods=490
1008.48	       =>  wckTime=1007.748  cpuTime=999.83  mem=16M565
1339.15	   
1339.15	   search
1339.15	     run=10  nbConstraintChecks=1840217241  nbValidityChecks=3844477  nbPropagations=984437  nbRevisions=591749
1339.15	     nbUselessRevisions=9480  nbAssignments=145824  nbFailedAssignments=144079  nbBacktracks=1704  nbVisitedNodes=289904
1339.15	     nbRestartNogoods=580
1339.15	       =>  wckTime=1338.42  cpuTime=1330.1  mem=16M565
1740.15	   
1740.15	   search
1740.15	     run=11  nbConstraintChecks=2474449164  nbValidityChecks=6837042  nbPropagations=1442808  nbRevisions=949047
1740.15	     nbUselessRevisions=22158  nbAssignments=194604  nbFailedAssignments=191991  nbBacktracks=2568
1740.15	     nbVisitedNodes=386596  nbRestartNogoods=693
1740.15	       =>  wckTime=1739.417  cpuTime=1730.09  mem=16M565

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/node12/watcher-248545-1168085991 -o ROOT/results/node12/solver-248545-1168085991 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/248545-1168085991/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
/proc/loadavg: 1.01 1.16 1.52 5/93 23567
/proc/meminfo: memFree=1578168/2055920 swapFree=4160348/4192956
[pid=23566] ppid=23564 vsize=18540 CPUtime=0
/proc/23566/stat : 23566 (runsolver) R 23564 23441 23441 0 -1 4194368 10 0 0 0 0 0 0 0 19 0 1 0 156995313 18984960 277 18446744073709551615 4194304 4267372 548682068944 18446744073709551615 252426876650 0 0 4096 24578 0 0 0 17 1 0 0
/proc/23566/statm: 4635 277 242 17 0 2626 0
Current StackSize limit: 10240 KiB


[startup+0.108268 s]
/proc/loadavg: 1.01 1.16 1.52 5/93 23567
/proc/meminfo: memFree=1578168/2055920 swapFree=4160348/4192956
[pid=23566] ppid=23564 vsize=914988 CPUtime=0.08
/proc/23566/stat : 23566 (java) R 23564 23566 23441 0 -1 0 2989 0 1 0 7 1 0 0 17 0 8 0 156995313 936947712 2735 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 2147483391 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23566/statm: 228747 2735 1426 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.520341 s]
/proc/loadavg: 1.01 1.16 1.52 5/93 23567
/proc/meminfo: memFree=1578168/2055920 swapFree=4160348/4192956
[pid=23566] ppid=23564 vsize=915456 CPUtime=0.49
/proc/23566/stat : 23566 (java) R 23564 23566 23441 0 -1 0 6614 0 1 0 45 4 0 0 18 0 8 0 156995313 937426944 6353 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23566/statm: 228864 6353 2167 14 0 215334 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915456

[startup+1.34448 s]
/proc/loadavg: 1.01 1.16 1.52 3/100 23574
/proc/meminfo: memFree=1554560/2055920 swapFree=4160348/4192956
[pid=23566] ppid=23564 vsize=915456 CPUtime=1.31
/proc/23566/stat : 23566 (java) R 23564 23566 23441 0 -1 0 8607 0 1 0 125 6 0 0 25 0 8 0 156995313 937426944 8345 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073695655 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23566/statm: 228864 8345 2528 14 0 215334 0
[pid=23566/tid=23568] ppid=23564 vsize=915456 CPUtime=0.02
/proc/23566/task/23568/stat : 23568 (java) S 23564 23566 23441 0 -1 64 196 0 0 0 2 0 0 0 16 0 8 0 156995318 937426944 8345 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23569] ppid=23564 vsize=915456 CPUtime=0
/proc/23566/task/23569/stat : 23569 (java) S 23564 23566 23441 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156995318 937426944 8345 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23570] ppid=23564 vsize=915456 CPUtime=0
/proc/23566/task/23570/stat : 23570 (java) S 23564 23566 23441 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156995318 937426944 8345 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23571] ppid=23564 vsize=915456 CPUtime=0
/proc/23566/task/23571/stat : 23571 (java) S 23564 23566 23441 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156995321 937426944 8345 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23572] ppid=23564 vsize=915456 CPUtime=0.13
/proc/23566/task/23572/stat : 23572 (java) S 23564 23566 23441 0 -1 64 333 0 0 0 12 1 0 0 16 0 8 0 156995321 937426944 8345 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23573] ppid=23564 vsize=915456 CPUtime=0
/proc/23566/task/23573/stat : 23573 (java) S 23564 23566 23441 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156995321 937426944 8345 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23574] ppid=23564 vsize=915456 CPUtime=0
/proc/23566/task/23574/stat : 23574 (java) S 23564 23566 23441 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156995321 937426944 8345 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915456

[startup+2.98178 s]
/proc/loadavg: 1.01 1.16 1.52 3/100 23574
/proc/meminfo: memFree=1554560/2055920 swapFree=4160348/4192956
[pid=23566] ppid=23564 vsize=915456 CPUtime=2.93
/proc/23566/stat : 23566 (java) R 23564 23566 23441 0 -1 0 8608 0 1 0 287 6 0 0 25 0 8 0 156995313 937426944 8345 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073701351 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23566/statm: 228864 8345 2528 14 0 215334 0
[pid=23566/tid=23568] ppid=23564 vsize=915456 CPUtime=0.02
/proc/23566/task/23568/stat : 23568 (java) S 23564 23566 23441 0 -1 64 196 0 0 0 2 0 0 0 17 0 8 0 156995318 937426944 8345 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23569] ppid=23564 vsize=915456 CPUtime=0
/proc/23566/task/23569/stat : 23569 (java) S 23564 23566 23441 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156995318 937426944 8345 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23570] ppid=23564 vsize=915456 CPUtime=0
/proc/23566/task/23570/stat : 23570 (java) S 23564 23566 23441 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156995318 937426944 8345 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23571] ppid=23564 vsize=915456 CPUtime=0
/proc/23566/task/23571/stat : 23571 (java) S 23564 23566 23441 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156995321 937426944 8345 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23572] ppid=23564 vsize=915456 CPUtime=0.13
/proc/23566/task/23572/stat : 23572 (java) S 23564 23566 23441 0 -1 64 333 0 0 0 12 1 0 0 16 0 8 0 156995321 937426944 8345 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23573] ppid=23564 vsize=915456 CPUtime=0
/proc/23566/task/23573/stat : 23573 (java) S 23564 23566 23441 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156995321 937426944 8345 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23574] ppid=23564 vsize=915456 CPUtime=0
/proc/23566/task/23574/stat : 23574 (java) S 23564 23566 23441 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156995321 937426944 8345 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915456

[startup+6.28137 s]
/proc/loadavg: 1.09 1.17 1.53 3/100 23574
/proc/meminfo: memFree=1554112/2055920 swapFree=4160348/4192956
[pid=23566] ppid=23564 vsize=915456 CPUtime=6.2
/proc/23566/stat : 23566 (java) R 23564 23566 23441 0 -1 0 8730 0 1 0 614 6 0 0 25 0 8 0 156995313 937426944 8464 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073704412 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23566/statm: 228864 8464 2530 14 0 215334 0
[pid=23566/tid=23568] ppid=23564 vsize=915456 CPUtime=0.02
/proc/23566/task/23568/stat : 23568 (java) S 23564 23566 23441 0 -1 64 196 0 0 0 2 0 0 0 17 0 8 0 156995318 937426944 8464 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23569] ppid=23564 vsize=915456 CPUtime=0
/proc/23566/task/23569/stat : 23569 (java) S 23564 23566 23441 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156995318 937426944 8464 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23570] ppid=23564 vsize=915456 CPUtime=0
/proc/23566/task/23570/stat : 23570 (java) S 23564 23566 23441 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156995318 937426944 8464 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23571] ppid=23564 vsize=915456 CPUtime=0
/proc/23566/task/23571/stat : 23571 (java) S 23564 23566 23441 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156995321 937426944 8464 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23572] ppid=23564 vsize=915456 CPUtime=0.16
/proc/23566/task/23572/stat : 23572 (java) S 23564 23566 23441 0 -1 64 348 0 0 0 15 1 0 0 15 0 8 0 156995321 937426944 8464 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23573] ppid=23564 vsize=915456 CPUtime=0
/proc/23566/task/23573/stat : 23573 (java) S 23564 23566 23441 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156995321 937426944 8464 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23574] ppid=23564 vsize=915456 CPUtime=0
/proc/23566/task/23574/stat : 23574 (java) S 23564 23566 23441 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156995321 937426944 8464 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 915456

[startup+12.7555 s]
/proc/loadavg: 1.16 1.19 1.53 3/100 23574
/proc/meminfo: memFree=1554112/2055920 swapFree=4160348/4192956
[pid=23566] ppid=23564 vsize=915456 CPUtime=12.61
/proc/23566/stat : 23566 (java) R 23564 23566 23441 0 -1 0 8740 0 1 0 1255 6 0 0 25 0 8 0 156995313 937426944 8467 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073693827 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23566/statm: 228864 8467 2530 14 0 215334 0
[pid=23566/tid=23568] ppid=23564 vsize=915456 CPUtime=0.02
/proc/23566/task/23568/stat : 23568 (java) S 23564 23566 23441 0 -1 64 196 0 0 0 2 0 0 0 17 0 8 0 156995318 937426944 8467 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23569] ppid=23564 vsize=915456 CPUtime=0
/proc/23566/task/23569/stat : 23569 (java) S 23564 23566 23441 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156995318 937426944 8467 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23570] ppid=23564 vsize=915456 CPUtime=0
/proc/23566/task/23570/stat : 23570 (java) S 23564 23566 23441 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156995318 937426944 8467 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23571] ppid=23564 vsize=915456 CPUtime=0
/proc/23566/task/23571/stat : 23571 (java) S 23564 23566 23441 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156995321 937426944 8467 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23572] ppid=23564 vsize=915456 CPUtime=0.17
/proc/23566/task/23572/stat : 23572 (java) S 23564 23566 23441 0 -1 64 357 0 0 0 16 1 0 0 15 0 8 0 156995321 937426944 8467 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23573] ppid=23564 vsize=915456 CPUtime=0
/proc/23566/task/23573/stat : 23573 (java) S 23564 23566 23441 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156995321 937426944 8467 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23574] ppid=23564 vsize=915456 CPUtime=0
/proc/23566/task/23574/stat : 23574 (java) S 23564 23566 23441 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156995321 937426944 8467 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 915456

[startup+25.6139 s]
/proc/loadavg: 1.37 1.23 1.54 3/100 23574
/proc/meminfo: memFree=1554112/2055920 swapFree=4160348/4192956
[pid=23566] ppid=23564 vsize=915456 CPUtime=25.36
/proc/23566/stat : 23566 (java) R 23564 23566 23441 0 -1 0 8775 0 1 0 2529 7 0 0 25 0 8 0 156995313 937426944 8497 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073700010 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23566/statm: 228864 8497 2533 14 0 215334 0
[pid=23566/tid=23568] ppid=23564 vsize=915456 CPUtime=0.02
/proc/23566/task/23568/stat : 23568 (java) S 23564 23566 23441 0 -1 64 197 0 0 0 2 0 0 0 16 0 8 0 156995318 937426944 8497 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23569] ppid=23564 vsize=915456 CPUtime=0
/proc/23566/task/23569/stat : 23569 (java) S 23564 23566 23441 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156995318 937426944 8497 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23570] ppid=23564 vsize=915456 CPUtime=0
/proc/23566/task/23570/stat : 23570 (java) S 23564 23566 23441 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156995318 937426944 8497 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23571] ppid=23564 vsize=915456 CPUtime=0
/proc/23566/task/23571/stat : 23571 (java) S 23564 23566 23441 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156995321 937426944 8497 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23572] ppid=23564 vsize=915456 CPUtime=0.2
/proc/23566/task/23572/stat : 23572 (java) S 23564 23566 23441 0 -1 64 376 0 0 0 19 1 0 0 15 0 8 0 156995321 937426944 8497 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23573] ppid=23564 vsize=915456 CPUtime=0
/proc/23566/task/23573/stat : 23573 (java) S 23564 23566 23441 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156995321 937426944 8497 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23574] ppid=23564 vsize=915456 CPUtime=0
/proc/23566/task/23574/stat : 23574 (java) S 23564 23566 23441 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156995321 937426944 8497 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 915456

[startup+51.2175 s]
/proc/loadavg: 1.61 1.30 1.55 3/100 23574
/proc/meminfo: memFree=1554048/2055920 swapFree=4160348/4192956
[pid=23566] ppid=23564 vsize=915456 CPUtime=50.72
/proc/23566/stat : 23566 (java) R 23564 23566 23441 0 -1 0 8785 0 1 0 5065 7 0 0 25 0 8 0 156995313 937426944 8506 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073479187 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23566/statm: 228864 8506 2533 14 0 215334 0
[pid=23566/tid=23568] ppid=23564 vsize=915456 CPUtime=0.02
/proc/23566/task/23568/stat : 23568 (java) S 23564 23566 23441 0 -1 64 197 0 0 0 2 0 0 0 16 0 8 0 156995318 937426944 8506 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23569] ppid=23564 vsize=915456 CPUtime=0
/proc/23566/task/23569/stat : 23569 (java) S 23564 23566 23441 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156995318 937426944 8506 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23570] ppid=23564 vsize=915456 CPUtime=0
/proc/23566/task/23570/stat : 23570 (java) S 23564 23566 23441 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156995318 937426944 8506 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23571] ppid=23564 vsize=915456 CPUtime=0
/proc/23566/task/23571/stat : 23571 (java) S 23564 23566 23441 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156995321 937426944 8506 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23572] ppid=23564 vsize=915456 CPUtime=0.2
/proc/23566/task/23572/stat : 23572 (java) S 23564 23566 23441 0 -1 64 378 0 0 0 19 1 0 0 16 0 8 0 156995321 937426944 8506 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23573] ppid=23564 vsize=915456 CPUtime=0
/proc/23566/task/23573/stat : 23573 (java) S 23564 23566 23441 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156995321 937426944 8506 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23574] ppid=23564 vsize=915456 CPUtime=0
/proc/23566/task/23574/stat : 23574 (java) S 23564 23566 23441 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156995321 937426944 8506 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 915456

[startup+102.421 s]
/proc/loadavg: 1.83 1.41 1.57 3/100 23574
/proc/meminfo: memFree=1553984/2055920 swapFree=4160348/4192956
[pid=23566] ppid=23564 vsize=915456 CPUtime=101.46
/proc/23566/stat : 23566 (java) R 23564 23566 23441 0 -1 0 8802 0 1 0 10138 8 0 0 25 0 8 0 156995313 937426944 8522 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073700212 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23566/statm: 228864 8522 2533 14 0 215334 0
[pid=23566/tid=23568] ppid=23564 vsize=915456 CPUtime=0.02
/proc/23566/task/23568/stat : 23568 (java) S 23564 23566 23441 0 -1 64 197 0 0 0 2 0 0 0 16 0 8 0 156995318 937426944 8522 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23569] ppid=23564 vsize=915456 CPUtime=0
/proc/23566/task/23569/stat : 23569 (java) S 23564 23566 23441 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156995318 937426944 8522 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23570] ppid=23564 vsize=915456 CPUtime=0
/proc/23566/task/23570/stat : 23570 (java) S 23564 23566 23441 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156995318 937426944 8522 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23571] ppid=23564 vsize=915456 CPUtime=0
/proc/23566/task/23571/stat : 23571 (java) S 23564 23566 23441 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156995321 937426944 8522 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23572] ppid=23564 vsize=915456 CPUtime=0.2
/proc/23566/task/23572/stat : 23572 (java) S 23564 23566 23441 0 -1 64 378 0 0 0 19 1 0 0 16 0 8 0 156995321 937426944 8522 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23573] ppid=23564 vsize=915456 CPUtime=0
/proc/23566/task/23573/stat : 23573 (java) S 23564 23566 23441 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156995321 937426944 8522 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23574] ppid=23564 vsize=915456 CPUtime=0
/proc/23566/task/23574/stat : 23574 (java) S 23564 23566 23441 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156995321 937426944 8522 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.46
Current children cumulated vsize (KiB) 915456

[startup+162.46 s]
/proc/loadavg: 1.94 1.51 1.59 3/100 23574
/proc/meminfo: memFree=1553856/2055920 swapFree=4160348/4192956
[pid=23566] ppid=23564 vsize=915456 CPUtime=160.94
/proc/23566/stat : 23566 (java) R 23564 23566 23441 0 -1 0 8818 0 1 0 16086 8 0 0 25 0 8 0 156995313 937426944 8537 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073704311 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1414.86
Current children cumulated vsize (KiB) 915456

[startup+1483.2 s]
/proc/loadavg: 2.05 2.03 1.91 3/93 23759
/proc/meminfo: memFree=1455560/2055920 swapFree=4160348/4192956
[pid=23566] ppid=23564 vsize=915456 CPUtime=1474.8
/proc/23566/stat : 23566 (java) R 23564 23566 23441 0 -1 0 9029 0 1 0 147456 24 0 0 25 0 8 0 156995313 937426944 8742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073698608 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23566/statm: 228864 8742 2533 14 0 215334 0
[pid=23566/tid=23568] ppid=23564 vsize=915456 CPUtime=0.02
/proc/23566/task/23568/stat : 23568 (java) S 23564 23566 23441 0 -1 64 197 0 0 0 2 0 0 0 16 0 8 0 156995318 937426944 8742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23569] ppid=23564 vsize=915456 CPUtime=0
/proc/23566/task/23569/stat : 23569 (java) S 23564 23566 23441 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156995318 937426944 8742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23570] ppid=23564 vsize=915456 CPUtime=0
/proc/23566/task/23570/stat : 23570 (java) S 23564 23566 23441 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156995318 937426944 8742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23571] ppid=23564 vsize=915456 CPUtime=0
/proc/23566/task/23571/stat : 23571 (java) S 23564 23566 23441 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156995321 937426944 8742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23572] ppid=23564 vsize=915456 CPUtime=0.22
/proc/23566/task/23572/stat : 23572 (java) S 23564 23566 23441 0 -1 64 386 0 0 0 21 1 0 0 16 0 8 0 156995321 937426944 8742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23566/tid=23573] ppid=23564 vsize=915456 CPUtime=0
/proc/23566/task/23573/stat : 23573 (java) S 23564 23566 23441 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156995321 937426944 8742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23574] ppid=23564 vsize=915456 CPUtime=0
/proc/23566/task/23574/stat : 23574 (java) S 23564 23566 23441 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156995321 937426944 8742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1474.8
Current children cumulated vsize (KiB) 915456

[startup+1543.21 s]
/proc/loadavg: 2.02 2.02 1.91 3/93 23759
/proc/meminfo: memFree=1455496/2055920 swapFree=4160348/4192956
[pid=23566] ppid=23564 vsize=915456 CPUtime=1534.76
/proc/23566/stat : 23566 (java) R 23564 23566 23441 0 -1 0 9029 0 1 0 153452 24 0 0 25 0 8 0 156995313 937426944 8742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073695564 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23566/statm: 228864 8742 2533 14 0 215334 0
[pid=23566/tid=23568] ppid=23564 vsize=915456 CPUtime=0.02
/proc/23566/task/23568/stat : 23568 (java) S 23564 23566 23441 0 -1 64 197 0 0 0 2 0 0 0 16 0 8 0 156995318 937426944 8742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23569] ppid=23564 vsize=915456 CPUtime=0
/proc/23566/task/23569/stat : 23569 (java) S 23564 23566 23441 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156995318 937426944 8742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23570] ppid=23564 vsize=915456 CPUtime=0
/proc/23566/task/23570/stat : 23570 (java) S 23564 23566 23441 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156995318 937426944 8742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23571] ppid=23564 vsize=915456 CPUtime=0
/proc/23566/task/23571/stat : 23571 (java) S 23564 23566 23441 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156995321 937426944 8742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23572] ppid=23564 vsize=915456 CPUtime=0.22
/proc/23566/task/23572/stat : 23572 (java) S 23564 23566 23441 0 -1 64 386 0 0 0 21 1 0 0 16 0 8 0 156995321 937426944 8742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23566/tid=23573] ppid=23564 vsize=915456 CPUtime=0
/proc/23566/task/23573/stat : 23573 (java) S 23564 23566 23441 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156995321 937426944 8742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23574] ppid=23564 vsize=915456 CPUtime=0
/proc/23566/task/23574/stat : 23574 (java) S 23564 23566 23441 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156995321 937426944 8742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1534.76
Current children cumulated vsize (KiB) 915456

[startup+1603.23 s]
/proc/loadavg: 2.00 2.02 1.91 3/93 23759
/proc/meminfo: memFree=1455496/2055920 swapFree=4160348/4192956
[pid=23566] ppid=23564 vsize=915456 CPUtime=1594.6
/proc/23566/stat : 23566 (java) R 23564 23566 23441 0 -1 0 9029 0 1 0 159436 24 0 0 25 0 8 0 156995313 937426944 8742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073696474 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23566/statm: 228864 8742 2533 14 0 215334 0
[pid=23566/tid=23568] ppid=23564 vsize=915456 CPUtime=0.02
/proc/23566/task/23568/stat : 23568 (java) S 23564 23566 23441 0 -1 64 197 0 0 0 2 0 0 0 16 0 8 0 156995318 937426944 8742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23569] ppid=23564 vsize=915456 CPUtime=0
/proc/23566/task/23569/stat : 23569 (java) S 23564 23566 23441 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156995318 937426944 8742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23570] ppid=23564 vsize=915456 CPUtime=0
/proc/23566/task/23570/stat : 23570 (java) S 23564 23566 23441 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156995318 937426944 8742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23571] ppid=23564 vsize=915456 CPUtime=0
/proc/23566/task/23571/stat : 23571 (java) S 23564 23566 23441 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156995321 937426944 8742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23572] ppid=23564 vsize=915456 CPUtime=0.22
/proc/23566/task/23572/stat : 23572 (java) S 23564 23566 23441 0 -1 64 386 0 0 0 21 1 0 0 16 0 8 0 156995321 937426944 8742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23566/tid=23573] ppid=23564 vsize=915456 CPUtime=0
/proc/23566/task/23573/stat : 23573 (java) S 23564 23566 23441 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156995321 937426944 8742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23574] ppid=23564 vsize=915456 CPUtime=0
/proc/23566/task/23574/stat : 23574 (java) S 23564 23566 23441 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156995321 937426944 8742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1594.6
Current children cumulated vsize (KiB) 915456

[startup+1663.25 s]
/proc/loadavg: 2.00 2.01 1.91 3/93 23759
/proc/meminfo: memFree=1455496/2055920 swapFree=4160348/4192956
[pid=23566] ppid=23564 vsize=915456 CPUtime=1654.34
/proc/23566/stat : 23566 (java) R 23564 23566 23441 0 -1 0 9029 0 1 0 165410 24 0 0 25 0 8 0 156995313 937426944 8742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073701431 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23566/statm: 228864 8742 2533 14 0 215334 0
[pid=23566/tid=23568] ppid=23564 vsize=915456 CPUtime=0.02
/proc/23566/task/23568/stat : 23568 (java) S 23564 23566 23441 0 -1 64 197 0 0 0 2 0 0 0 16 0 8 0 156995318 937426944 8742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23569] ppid=23564 vsize=915456 CPUtime=0
/proc/23566/task/23569/stat : 23569 (java) S 23564 23566 23441 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156995318 937426944 8742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23570] ppid=23564 vsize=915456 CPUtime=0
/proc/23566/task/23570/stat : 23570 (java) S 23564 23566 23441 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156995318 937426944 8742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23571] ppid=23564 vsize=915456 CPUtime=0
/proc/23566/task/23571/stat : 23571 (java) S 23564 23566 23441 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156995321 937426944 8742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23572] ppid=23564 vsize=915456 CPUtime=0.22
/proc/23566/task/23572/stat : 23572 (java) S 23564 23566 23441 0 -1 64 386 0 0 0 21 1 0 0 16 0 8 0 156995321 937426944 8742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23566/tid=23573] ppid=23564 vsize=915456 CPUtime=0
/proc/23566/task/23573/stat : 23573 (java) S 23564 23566 23441 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156995321 937426944 8742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23574] ppid=23564 vsize=915456 CPUtime=0
/proc/23566/task/23574/stat : 23574 (java) S 23564 23566 23441 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156995321 937426944 8742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1654.34
Current children cumulated vsize (KiB) 915456

[startup+1723.26 s]
/proc/loadavg: 2.00 2.00 1.91 3/93 23759
/proc/meminfo: memFree=1455432/2055920 swapFree=4160348/4192956
[pid=23566] ppid=23564 vsize=915456 CPUtime=1714.09
/proc/23566/stat : 23566 (java) R 23564 23566 23441 0 -1 0 9029 0 1 0 171385 24 0 0 25 0 8 0 156995313 937426944 8742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073699463 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23566/statm: 228864 8742 2533 14 0 215334 0
[pid=23566/tid=23568] ppid=23564 vsize=915456 CPUtime=0.02
/proc/23566/task/23568/stat : 23568 (java) S 23564 23566 23441 0 -1 64 197 0 0 0 2 0 0 0 16 0 8 0 156995318 937426944 8742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23569] ppid=23564 vsize=915456 CPUtime=0
/proc/23566/task/23569/stat : 23569 (java) S 23564 23566 23441 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156995318 937426944 8742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23570] ppid=23564 vsize=915456 CPUtime=0
/proc/23566/task/23570/stat : 23570 (java) S 23564 23566 23441 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156995318 937426944 8742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23571] ppid=23564 vsize=915456 CPUtime=0
/proc/23566/task/23571/stat : 23571 (java) S 23564 23566 23441 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156995321 937426944 8742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23572] ppid=23564 vsize=915456 CPUtime=0.22
/proc/23566/task/23572/stat : 23572 (java) S 23564 23566 23441 0 -1 64 386 0 0 0 21 1 0 0 16 0 8 0 156995321 937426944 8742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23566/tid=23573] ppid=23564 vsize=915456 CPUtime=0
/proc/23566/task/23573/stat : 23573 (java) S 23564 23566 23441 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156995321 937426944 8742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23574] ppid=23564 vsize=915456 CPUtime=0
/proc/23566/task/23574/stat : 23574 (java) S 23564 23566 23441 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156995321 937426944 8742 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1714.09
Current children cumulated vsize (KiB) 915456

[startup+1783.28 s]
/proc/loadavg: 2.00 2.00 1.91 3/93 23759
/proc/meminfo: memFree=1455432/2055920 swapFree=4160348/4192956
[pid=23566] ppid=23564 vsize=915456 CPUtime=1773.82
/proc/23566/stat : 23566 (java) R 23564 23566 23441 0 -1 0 9032 0 1 0 177358 24 0 0 25 0 8 0 156995313 937426944 8745 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073698699 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23566/statm: 228864 8745 2533 14 0 215334 0
[pid=23566/tid=23568] ppid=23564 vsize=915456 CPUtime=0.02
/proc/23566/task/23568/stat : 23568 (java) S 23564 23566 23441 0 -1 64 197 0 0 0 2 0 0 0 16 0 8 0 156995318 937426944 8745 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23569] ppid=23564 vsize=915456 CPUtime=0
/proc/23566/task/23569/stat : 23569 (java) S 23564 23566 23441 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156995318 937426944 8745 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23570] ppid=23564 vsize=915456 CPUtime=0
/proc/23566/task/23570/stat : 23570 (java) S 23564 23566 23441 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156995318 937426944 8745 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23571] ppid=23564 vsize=915456 CPUtime=0
/proc/23566/task/23571/stat : 23571 (java) S 23564 23566 23441 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156995321 937426944 8745 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23572] ppid=23564 vsize=915456 CPUtime=0.22
/proc/23566/task/23572/stat : 23572 (java) S 23564 23566 23441 0 -1 64 386 0 0 0 21 1 0 0 16 0 8 0 156995321 937426944 8745 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23566/tid=23573] ppid=23564 vsize=915456 CPUtime=0
/proc/23566/task/23573/stat : 23573 (java) S 23564 23566 23441 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156995321 937426944 8745 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23574] ppid=23564 vsize=915456 CPUtime=0
/proc/23566/task/23574/stat : 23574 (java) S 23564 23566 23441 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156995321 937426944 8745 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1773.82
Current children cumulated vsize (KiB) 915456



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.63 s]
/proc/loadavg: 2.00 2.00 1.91 3/93 23759
/proc/meminfo: memFree=1455432/2055920 swapFree=4160348/4192956
[pid=23566] ppid=23564 vsize=915456 CPUtime=1800.06
/proc/23566/stat : 23566 (java) R 23564 23566 23441 0 -1 0 9032 0 1 0 179982 24 0 0 25 0 8 0 156995313 937426944 8745 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073695079 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23566/statm: 228864 8745 2533 14 0 215334 0
[pid=23566/tid=23568] ppid=23564 vsize=915456 CPUtime=0.02
/proc/23566/task/23568/stat : 23568 (java) S 23564 23566 23441 0 -1 64 197 0 0 0 2 0 0 0 16 0 8 0 156995318 937426944 8745 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23569] ppid=23564 vsize=915456 CPUtime=0
/proc/23566/task/23569/stat : 23569 (java) S 23564 23566 23441 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156995318 937426944 8745 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23570] ppid=23564 vsize=915456 CPUtime=0
/proc/23566/task/23570/stat : 23570 (java) S 23564 23566 23441 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156995318 937426944 8745 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23571] ppid=23564 vsize=915456 CPUtime=0
/proc/23566/task/23571/stat : 23571 (java) S 23564 23566 23441 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156995321 937426944 8745 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23572] ppid=23564 vsize=915456 CPUtime=0.22
/proc/23566/task/23572/stat : 23572 (java) S 23564 23566 23441 0 -1 64 386 0 0 0 21 1 0 0 16 0 8 0 156995321 937426944 8745 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23566/tid=23573] ppid=23564 vsize=915456 CPUtime=0
/proc/23566/task/23573/stat : 23573 (java) S 23564 23566 23441 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156995321 937426944 8745 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23574] ppid=23564 vsize=915456 CPUtime=0
/proc/23566/task/23574/stat : 23574 (java) S 23564 23566 23441 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156995321 937426944 8745 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 915456

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

Child status: 143
Real time (s): 1809.7
CPU time (s): 1800.13
CPU user time (s): 1799.88
CPU system time (s): 0.253961
CPU usage (%): 99.4714
Max. virtual memory (cumulated for all children) (KiB): 915456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.88
system time used= 0.253961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9049
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= 37697
involuntary context switches= 78559

runsolver used 2.08968 s user time and 5.9281 s system time

The end

Launcher Data (download as text)

Begin job on node12 on Sat Jan  6 12:19:57 UTC 2007


IDJOB= 248545
IDBENCH= 11715
FILE ID= node12/248545-1168085991

PBS_JOBID= 3476342

Free space on /tmp= 66315 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  f94b6c99318a7971342b5dbc6282d882

RANDOM SEED= 566484333

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.265
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.265
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:       1578648 kB
Buffers:         38752 kB
Cached:         272016 kB
SwapCached:       4684 kB
Active:         153736 kB
Inactive:       242628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1578648 kB
SwapTotal:     4192956 kB
SwapFree:      4160348 kB
Dirty:            1724 kB
Writeback:           0 kB
Mapped:         105388 kB
Slab:            65568 kB
Committed_AS:  4808164 kB
PageTables:       2236 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= 66316 MiB



End job on node12 on Sat Jan  6 12:50:13 UTC 2007