Trace number 249182

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 1800.62

General information on the benchmark

Nameprimes/primes-15/
primes-15-20-3-7.xml
MD5SUM51e95dc18ed0b948414a5b0f69cfea27
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.023996
SatisfiableYES
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Maximum constraint arity10
Maximum domain size46
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.30	   
0.30	Abscon 109 (November, 2006)
0.30	   
0.30	   configuration
0.30	     name=mac.xml
0.33	   
0.33	   instance
0.33	     name=/tmp/evaluation/249182-1168086091/unknown.xml
0.36	   
0.36	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.41	     nbVariables=100  nbDomainTypes=1  minDomainSize=46  maxDomainSize=46
0.41	       =>  wckTime=0.105  cpuTime=0.1  mem=6M951
0.41	   
0.41	   predicates being loaded...
0.43	   
0.43	   constraints being loaded...
0.56	     nbConstraints=20  nbSingletonDomainVariables=24  nbDisconnectedVariables=24  nbConflictsStructures=1
0.56	     nbSharedConflictsStructures=0  nbUnbuiltConflictsStructures=19  nbSharedBinaryRepresentations=0
0.56	     nbEvaluationManagers=20  nbSharedEvaluationManagers=0  maxDegree=6  maxArity=10
0.56	       =>  wckTime=0.258  cpuTime=0.22  mem=8M919
0.60	   
0.60	   solver IterativeSystematicSolver being built... 
0.76	       =>  wckTime=0.455  cpuTime=0.35  mem=14M477
0.81	   
0.81	   preprocessing
0.81	     nbConstraintChecks=102185  nbValidityChecks=21  nbPropagations=101  nbRevisions=3  nbUselessRevisions=0
0.81	     nbRemovedValues=71  detectedInconsistency=no
0.81	       =>  wckTime=0.051  cpuTime=0.05  mem=14M477
15.15	   
15.15	   search
15.15	     run=0  nbConstraintChecks=15121779  nbValidityChecks=1214  nbPropagations=479  nbRevisions=225
15.15	     nbUselessRevisions=26  nbAssignments=182  nbFailedAssignments=143  nbBacktracks=11  nbVisitedNodes=326
15.15	     nbRestartNogoods=0  mapSize=7  nbInferences=0  nbTooLargeKeys=0
15.15	       =>  wckTime=14.391  cpuTime=14.36  mem=15M468
79.67	   
79.67	   search
79.67	     run=1  nbConstraintChecks=82335415  nbValidityChecks=1327  nbPropagations=2359  nbRevisions=1143
79.67	     nbUselessRevisions=53  nbAssignments=891  nbFailedAssignments=833  nbBacktracks=26  nbVisitedNodes=1725
79.67	     nbRestartNogoods=2  mapSize=22  nbInferences=0  nbTooLargeKeys=0
79.67	       =>  wckTime=78.909  cpuTime=78.75  mem=15M468
175.48	   
175.48	   search
175.48	     run=2  nbConstraintChecks=180891243  nbValidityChecks=1440  nbPropagations=6292  nbRevisions=3076
175.48	     nbUselessRevisions=81  nbAssignments=1929  nbFailedAssignments=1845  nbBacktracks=48  nbVisitedNodes=3775
175.48	     nbRestartNogoods=17  mapSize=44  nbInferences=0  nbTooLargeKeys=0
175.48	       =>  wckTime=174.725  cpuTime=174.52  mem=15M468
316.09	   
316.09	   search
316.09	     run=3  nbConstraintChecks=324221631  nbValidityChecks=1553  nbPropagations=13209  nbRevisions=6484
316.09	     nbUselessRevisions=110  nbAssignments=3438  nbFailedAssignments=3317  nbBacktracks=81  nbVisitedNodes=6756
316.09	     nbRestartNogoods=39  mapSize=77  nbInferences=0  nbTooLargeKeys=0
316.09	       =>  wckTime=315.33  cpuTime=315.09  mem=15M468
531.28	   
531.29	   search
531.29	     run=4  nbConstraintChecks=543668771  nbValidityChecks=1666  nbPropagations=24692  nbRevisions=12149
531.29	     nbUselessRevisions=140  nbAssignments=5746  nbFailedAssignments=5571  nbBacktracks=131  nbVisitedNodes=11318
531.29	     nbRestartNogoods=63  mapSize=127  nbInferences=0  nbTooLargeKeys=0
531.29	       =>  wckTime=530.526  cpuTime=530.24  mem=15M468
851.98	   
851.98	   search
851.98	     run=5  nbConstraintChecks=870574855  nbValidityChecks=1779  nbPropagations=42974  nbRevisions=21175
851.98	     nbUselessRevisions=171  nbAssignments=9183  nbFailedAssignments=8929  nbBacktracks=206  nbVisitedNodes=18113
851.98	     nbRestartNogoods=90  mapSize=202  nbInferences=0  nbTooLargeKeys=0
851.98	       =>  wckTime=851.218  cpuTime=850.86  mem=15M468
1339.54	   
1339.54	   search
1339.54	     run=6  nbConstraintChecks=1367624267  nbValidityChecks=1892  nbPropagations=71589  nbRevisions=35310
1339.54	     nbUselessRevisions=203  nbAssignments=14406  nbFailedAssignments=14035  nbBacktracks=319  nbVisitedNodes=28442
1339.54	     nbRestartNogoods=99  mapSize=315  nbInferences=0  nbTooLargeKeys=0
1339.54	       =>  wckTime=1338.785  cpuTime=1338.32  mem=15M468

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/node52/watcher-249182-1168086091 -o ROOT/results/node52/solver-249182-1168086091 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/249182-1168086091/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.58 0.72 1.18 3/68 30542
/proc/meminfo: memFree=1442288/2055920 swapFree=4192812/4192956
[pid=30541] ppid=30539 vsize=1784 CPUtime=0
/proc/30541/stat : 30541 (java) D 30539 30541 30334 0 -1 0 194 0 0 0 0 0 0 0 21 0 1 0 157007763 1826816 160 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/30541/statm: 446 160 125 14 0 91 0

[startup+0.106067 s]
/proc/loadavg: 0.58 0.72 1.18 3/68 30542
/proc/meminfo: memFree=1442288/2055920 swapFree=4192812/4192956
[pid=30541] ppid=30539 vsize=914988 CPUtime=0.09
/proc/30541/stat : 30541 (java) R 30539 30541 30334 0 -1 0 3039 0 1 0 8 1 0 0 16 0 8 0 157007763 936947712 2785 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153930882 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30541/statm: 228747 2785 1443 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.514094 s]
/proc/loadavg: 0.58 0.72 1.18 3/68 30542
/proc/meminfo: memFree=1442288/2055920 swapFree=4192812/4192956
[pid=30541] ppid=30539 vsize=915456 CPUtime=0.5
/proc/30541/stat : 30541 (java) R 30539 30541 30334 0 -1 0 6651 0 1 0 45 5 0 0 17 0 8 0 157007763 937426944 6390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073596788 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30541/statm: 228864 6390 2166 14 0 215334 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915456

[startup+1.33614 s]
/proc/loadavg: 0.61 0.72 1.18 2/75 30549
/proc/meminfo: memFree=1418680/2055920 swapFree=4192812/4192956
[pid=30541] ppid=30539 vsize=915456 CPUtime=1.32
/proc/30541/stat : 30541 (java) R 30539 30541 30334 0 -1 0 8650 0 1 0 125 7 0 0 17 0 8 0 157007763 937426944 8388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073603087 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30541/statm: 228864 8388 2529 14 0 215334 0
[pid=30541/tid=30543] ppid=30539 vsize=915456 CPUtime=0.02
/proc/30541/task/30543/stat : 30543 (java) S 30539 30541 30334 0 -1 64 162 0 0 0 2 0 0 0 16 0 8 0 157007767 937426944 8388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30541/tid=30544] ppid=30539 vsize=915456 CPUtime=0
/proc/30541/task/30544/stat : 30544 (java) S 30539 30541 30334 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 157007768 937426944 8388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30541/tid=30545] ppid=30539 vsize=915456 CPUtime=0
/proc/30541/task/30545/stat : 30545 (java) S 30539 30541 30334 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 157007768 937426944 8388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30541/tid=30546] ppid=30539 vsize=915456 CPUtime=0
/proc/30541/task/30546/stat : 30546 (java) S 30539 30541 30334 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 157007771 937426944 8388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30541/tid=30547] ppid=30539 vsize=915456 CPUtime=0.14
/proc/30541/task/30547/stat : 30547 (java) S 30539 30541 30334 0 -1 64 348 0 0 0 13 1 0 0 16 0 8 0 157007771 937426944 8388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30541/tid=30548] ppid=30539 vsize=915456 CPUtime=0
/proc/30541/task/30548/stat : 30548 (java) S 30539 30541 30334 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 157007771 937426944 8388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30541/tid=30549] ppid=30539 vsize=915456 CPUtime=0
/proc/30541/task/30549/stat : 30549 (java) S 30539 30541 30334 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157007771 937426944 8388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 915456

[startup+2.98526 s]
/proc/loadavg: 0.61 0.72 1.18 2/75 30549
/proc/meminfo: memFree=1418552/2055920 swapFree=4192812/4192956
[pid=30541] ppid=30539 vsize=915456 CPUtime=2.97
/proc/30541/stat : 30541 (java) R 30539 30541 30334 0 -1 0 8661 0 1 0 290 7 0 0 17 0 8 0 157007763 937426944 8397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073602428 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30541/statm: 228864 8397 2530 14 0 215334 0
[pid=30541/tid=30543] ppid=30539 vsize=915456 CPUtime=0.02
/proc/30541/task/30543/stat : 30543 (java) S 30539 30541 30334 0 -1 64 162 0 0 0 2 0 0 0 16 0 8 0 157007767 937426944 8397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30541/tid=30544] ppid=30539 vsize=915456 CPUtime=0
/proc/30541/task/30544/stat : 30544 (java) S 30539 30541 30334 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 157007768 937426944 8397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30541/tid=30545] ppid=30539 vsize=915456 CPUtime=0
/proc/30541/task/30545/stat : 30545 (java) S 30539 30541 30334 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 157007768 937426944 8397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30541/tid=30546] ppid=30539 vsize=915456 CPUtime=0
/proc/30541/task/30546/stat : 30546 (java) S 30539 30541 30334 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 157007771 937426944 8397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30541/tid=30547] ppid=30539 vsize=915456 CPUtime=0.14
/proc/30541/task/30547/stat : 30547 (java) S 30539 30541 30334 0 -1 64 349 0 0 0 13 1 0 0 15 0 8 0 157007771 937426944 8397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30541/tid=30548] ppid=30539 vsize=915456 CPUtime=0
/proc/30541/task/30548/stat : 30548 (java) S 30539 30541 30334 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 157007771 937426944 8397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30541/tid=30549] ppid=30539 vsize=915456 CPUtime=0
/proc/30541/task/30549/stat : 30549 (java) S 30539 30541 30334 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157007771 937426944 8397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 915456

[startup+6.26248 s]
/proc/loadavg: 0.64 0.73 1.18 2/75 30549
/proc/meminfo: memFree=1418488/2055920 swapFree=4192812/4192956
[pid=30541] ppid=30539 vsize=915456 CPUtime=6.25
/proc/30541/stat : 30541 (java) R 30539 30541 30334 0 -1 0 8664 0 1 0 618 7 0 0 17 0 8 0 157007763 937426944 8398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073596816 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30541/statm: 228864 8398 2530 14 0 215334 0
[pid=30541/tid=30543] ppid=30539 vsize=915456 CPUtime=0.02
/proc/30541/task/30543/stat : 30543 (java) S 30539 30541 30334 0 -1 64 162 0 0 0 2 0 0 0 16 0 8 0 157007767 937426944 8398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30541/tid=30544] ppid=30539 vsize=915456 CPUtime=0
/proc/30541/task/30544/stat : 30544 (java) S 30539 30541 30334 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 157007768 937426944 8398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30541/tid=30545] ppid=30539 vsize=915456 CPUtime=0
/proc/30541/task/30545/stat : 30545 (java) S 30539 30541 30334 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 157007768 937426944 8398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30541/tid=30546] ppid=30539 vsize=915456 CPUtime=0
/proc/30541/task/30546/stat : 30546 (java) S 30539 30541 30334 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 157007771 937426944 8398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30541/tid=30547] ppid=30539 vsize=915456 CPUtime=0.15
/proc/30541/task/30547/stat : 30547 (java) S 30539 30541 30334 0 -1 64 351 0 0 0 14 1 0 0 16 0 8 0 157007771 937426944 8398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30541/tid=30548] ppid=30539 vsize=915456 CPUtime=0
/proc/30541/task/30548/stat : 30548 (java) S 30539 30541 30334 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 157007771 937426944 8398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30541/tid=30549] ppid=30539 vsize=915456 CPUtime=0
/proc/30541/task/30549/stat : 30549 (java) S 30539 30541 30334 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157007771 937426944 8398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 915456

[startup+12.7417 s]
/proc/loadavg: 0.67 0.73 1.18 2/75 30549
/proc/meminfo: memFree=1418488/2055920 swapFree=4192812/4192956
[pid=30541] ppid=30539 vsize=915456 CPUtime=12.72
/proc/30541/stat : 30541 (java) R 30539 30541 30334 0 -1 0 8664 0 1 0 1265 7 0 0 25 0 8 0 157007763 937426944 8398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073598643 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30541/statm: 228864 8398 2530 14 0 215334 0
[pid=30541/tid=30543] ppid=30539 vsize=915456 CPUtime=0.02
/proc/30541/task/30543/stat : 30543 (java) S 30539 30541 30334 0 -1 64 162 0 0 0 2 0 0 0 16 0 8 0 157007767 937426944 8398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30541/tid=30544] ppid=30539 vsize=915456 CPUtime=0
/proc/30541/task/30544/stat : 30544 (java) S 30539 30541 30334 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 157007768 937426944 8398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30541/tid=30545] ppid=30539 vsize=915456 CPUtime=0
/proc/30541/task/30545/stat : 30545 (java) S 30539 30541 30334 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 157007768 937426944 8398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30541/tid=30546] ppid=30539 vsize=915456 CPUtime=0
/proc/30541/task/30546/stat : 30546 (java) S 30539 30541 30334 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 157007771 937426944 8398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30541/tid=30547] ppid=30539 vsize=915456 CPUtime=0.15
/proc/30541/task/30547/stat : 30547 (java) S 30539 30541 30334 0 -1 64 351 0 0 0 14 1 0 0 16 0 8 0 157007771 937426944 8398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30541/tid=30548] ppid=30539 vsize=915456 CPUtime=0
/proc/30541/task/30548/stat : 30548 (java) S 30539 30541 30334 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 157007771 937426944 8398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30541/tid=30549] ppid=30539 vsize=915456 CPUtime=0
/proc/30541/task/30549/stat : 30549 (java) S 30539 30541 30334 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157007771 937426944 8398 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 915456

[startup+25.5676 s]
/proc/loadavg: 0.72 0.74 1.17 2/75 30552
/proc/meminfo: memFree=1419960/2055920 swapFree=4192812/4192956
[pid=30541] ppid=30539 vsize=915456 CPUtime=25.55
/proc/30541/stat : 30541 (java) R 30539 30541 30334 0 -1 0 8681 0 1 0 2548 7 0 0 17 0 8 0 157007763 937426944 8410 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073596816 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30541/statm: 228864 8410 2533 14 0 215334 0
[pid=30541/tid=30543] ppid=30539 vsize=915456 CPUtime=0.02
/proc/30541/task/30543/stat : 30543 (java) S 30539 30541 30334 0 -1 64 163 0 0 0 2 0 0 0 16 0 8 0 157007767 937426944 8410 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30541/tid=30544] ppid=30539 vsize=915456 CPUtime=0
/proc/30541/task/30544/stat : 30544 (java) S 30539 30541 30334 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 157007768 937426944 8410 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30541/tid=30545] ppid=30539 vsize=915456 CPUtime=0
/proc/30541/task/30545/stat : 30545 (java) S 30539 30541 30334 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 157007768 937426944 8410 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30541/tid=30546] ppid=30539 vsize=915456 CPUtime=0
/proc/30541/task/30546/stat : 30546 (java) S 30539 30541 30334 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 157007771 937426944 8410 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30541/tid=30547] ppid=30539 vsize=915456 CPUtime=0.15
/proc/30541/task/30547/stat : 30547 (java) S 30539 30541 30334 0 -1 64 354 0 0 0 14 1 0 0 16 0 8 0 157007771 937426944 8410 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30541/tid=30548] ppid=30539 vsize=915456 CPUtime=0
/proc/30541/task/30548/stat : 30548 (java) S 30539 30541 30334 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 157007771 937426944 8410 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30541/tid=30549] ppid=30539 vsize=915456 CPUtime=0
/proc/30541/task/30549/stat : 30549 (java) S 30539 30541 30334 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157007771 937426944 8410 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.55
Current children cumulated vsize (KiB) 915456

[startup+51.2544 s]
/proc/loadavg: 0.89 0.78 1.17 2/75 30608
/proc/meminfo: memFree=1419832/2055920 swapFree=4192812/4192956
[pid=30541] ppid=30539 vsize=915456 CPUtime=51.2
/proc/30541/stat : 30541 (java) R 30539 30541 30334 0 -1 0 8688 0 1 0 5113 7 0 0 25 0 8 0 157007763 937426944 8413 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073604485 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30541/statm: 228864 8413 2533 14 0 215334 0
[pid=30541/tid=30543] ppid=30539 vsize=915456 CPUtime=0.02
/proc/30541/task/30543/stat : 30543 (java) S 30539 30541 30334 0 -1 64 163 0 0 0 2 0 0 0 16 0 8 0 157007767 937426944 8413 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30541/tid=30544] ppid=30539 vsize=915456 CPUtime=0
/proc/30541/task/30544/stat : 30544 (java) S 30539 30541 30334 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 157007768 937426944 8413 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30541/tid=30545] ppid=30539 vsize=915456 CPUtime=0
/proc/30541/task/30545/stat : 30545 (java) S 30539 30541 30334 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 157007768 937426944 8413 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30541/tid=30546] ppid=30539 vsize=915456 CPUtime=0
/proc/30541/task/30546/stat : 30546 (java) S 30539 30541 30334 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 157007771 937426944 8413 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30541/tid=30547] ppid=30539 vsize=915456 CPUtime=0.16
/proc/30541/task/30547/stat : 30547 (java) S 30539 30541 30334 0 -1 64 360 0 0 0 15 1 0 0 16 0 8 0 157007771 937426944 8413 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30541/tid=30548] ppid=30539 vsize=915456 CPUtime=0
/proc/30541/task/30548/stat : 30548 (java) S 30539 30541 30334 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 157007771 937426944 8413 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30541/tid=30549] ppid=30539 vsize=915456 CPUtime=0
/proc/30541/task/30549/stat : 30549 (java) S 30539 30541 30334 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157007771 937426944 8413 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.2
Current children cumulated vsize (KiB) 915456

[startup+102.516 s]
/proc/loadavg: 0.99 0.83 1.17 2/72 30779
/proc/meminfo: memFree=1424992/2055920 swapFree=4192812/4192956
[pid=30541] ppid=30539 vsize=915456 CPUtime=102.38
/proc/30541/stat : 30541 (java) R 30539 30541 30334 0 -1 0 8701 0 1 0 10229 9 0 0 25 0 8 0 157007763 937426944 8420 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073598055 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30541/statm: 228864 8420 2533 14 0 215334 0
[pid=30541/tid=30543] ppid=30539 vsize=915456 CPUtime=0.02
/proc/30541/task/30543/stat : 30543 (java) S 30539 30541 30334 0 -1 64 163 0 0 0 2 0 0 0 16 0 8 0 157007767 937426944 8420 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30541/tid=30544] ppid=30539 vsize=915456 CPUtime=0
/proc/30541/task/30544/stat : 30544 (java) S 30539 30541 30334 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 157007768 937426944 8420 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30541/tid=30545] ppid=30539 vsize=915456 CPUtime=0
/proc/30541/task/30545/stat : 30545 (java) S 30539 30541 30334 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 157007768 937426944 8420 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30541/tid=30546] ppid=30539 vsize=915456 CPUtime=0
/proc/30541/task/30546/stat : 30546 (java) S 30539 30541 30334 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 157007771 937426944 8420 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30541/tid=30547] ppid=30539 vsize=915456 CPUtime=0.16
/proc/30541/task/30547/stat : 30547 (java) S 30539 30541 30334 0 -1 64 365 0 0 0 15 1 0 0 16 0 8 0 157007771 937426944 8420 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30541/tid=30548] ppid=30539 vsize=915456 CPUtime=0
/proc/30541/task/30548/stat : 30548 (java) S 30539 30541 30334 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 157007771 937426944 8420 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30541/tid=30549] ppid=30539 vsize=915456 CPUtime=0
/proc/30541/task/30549/stat : 30549 (java) R 30539 30541 30334 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157007771 937426944 8420 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.38
Current children cumulated vsize (KiB) 915456

[startup+162.601 s]
/proc/loadavg: 0.99 0.85 1.16 2/72 30779
/proc/meminfo: memFree=1425056/2055920 swapFree=4192812/4192956
[pid=30541] ppid=30539 vsize=915456 CPUtime=162.46
/proc/30541/stat : 30541 (java) R 30539 30541 30334 0 -1 0 8719 0 1 0 16237 9 0 0 25 0 8 0 157007763 937426944 8431 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073601628 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

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

[startup+1484.29 s]
/proc/loadavg: 1.08 1.02 1.01 2/72 30779
/proc/meminfo: memFree=1424736/2055920 swapFree=4192812/4192956
[pid=30541] ppid=30539 vsize=915456 CPUtime=1483.85
/proc/30541/stat : 30541 (java) R 30539 30541 30334 0 -1 0 8771 0 1 0 148376 9 0 0 25 0 8 0 157007763 937426944 8475 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073598552 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30541/statm: 228864 8475 2533 14 0 215334 0
[pid=30541/tid=30543] ppid=30539 vsize=915456 CPUtime=0.02
/proc/30541/task/30543/stat : 30543 (java) S 30539 30541 30334 0 -1 64 163 0 0 0 2 0 0 0 16 0 8 0 157007767 937426944 8475 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30541/tid=30544] ppid=30539 vsize=915456 CPUtime=0
/proc/30541/task/30544/stat : 30544 (java) S 30539 30541 30334 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 157007768 937426944 8475 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30541/tid=30545] ppid=30539 vsize=915456 CPUtime=0
/proc/30541/task/30545/stat : 30545 (java) S 30539 30541 30334 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 157007768 937426944 8475 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30541/tid=30546] ppid=30539 vsize=915456 CPUtime=0
/proc/30541/task/30546/stat : 30546 (java) S 30539 30541 30334 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 157007771 937426944 8475 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30541/tid=30547] ppid=30539 vsize=915456 CPUtime=0.2
/proc/30541/task/30547/stat : 30547 (java) S 30539 30541 30334 0 -1 64 381 0 0 0 19 1 0 0 16 0 8 0 157007771 937426944 8475 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30541/tid=30548] ppid=30539 vsize=915456 CPUtime=0
/proc/30541/task/30548/stat : 30548 (java) S 30539 30541 30334 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 157007771 937426944 8475 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30541/tid=30549] ppid=30539 vsize=915456 CPUtime=0
/proc/30541/task/30549/stat : 30549 (java) S 30539 30541 30334 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157007771 937426944 8475 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1483.85
Current children cumulated vsize (KiB) 915456

[startup+1544.37 s]
/proc/loadavg: 1.03 1.01 1.01 2/72 30779
/proc/meminfo: memFree=1424800/2055920 swapFree=4192812/4192956
[pid=30541] ppid=30539 vsize=915456 CPUtime=1543.92
/proc/30541/stat : 30541 (java) R 30539 30541 30334 0 -1 0 8772 0 1 0 154383 9 0 0 25 0 8 0 157007763 937426944 8476 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073599463 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30541/statm: 228864 8476 2533 14 0 215334 0
[pid=30541/tid=30543] ppid=30539 vsize=915456 CPUtime=0.02
/proc/30541/task/30543/stat : 30543 (java) S 30539 30541 30334 0 -1 64 163 0 0 0 2 0 0 0 16 0 8 0 157007767 937426944 8476 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30541/tid=30544] ppid=30539 vsize=915456 CPUtime=0
/proc/30541/task/30544/stat : 30544 (java) S 30539 30541 30334 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 157007768 937426944 8476 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30541/tid=30545] ppid=30539 vsize=915456 CPUtime=0
/proc/30541/task/30545/stat : 30545 (java) S 30539 30541 30334 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 157007768 937426944 8476 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30541/tid=30546] ppid=30539 vsize=915456 CPUtime=0
/proc/30541/task/30546/stat : 30546 (java) S 30539 30541 30334 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 157007771 937426944 8476 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30541/tid=30547] ppid=30539 vsize=915456 CPUtime=0.2
/proc/30541/task/30547/stat : 30547 (java) S 30539 30541 30334 0 -1 64 381 0 0 0 19 1 0 0 16 0 8 0 157007771 937426944 8476 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30541/tid=30548] ppid=30539 vsize=915456 CPUtime=0
/proc/30541/task/30548/stat : 30548 (java) S 30539 30541 30334 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 157007771 937426944 8476 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30541/tid=30549] ppid=30539 vsize=915456 CPUtime=0
/proc/30541/task/30549/stat : 30549 (java) S 30539 30541 30334 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157007771 937426944 8476 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1543.92
Current children cumulated vsize (KiB) 915456

[startup+1604.45 s]
/proc/loadavg: 1.01 1.00 1.00 2/72 30779
/proc/meminfo: memFree=1424736/2055920 swapFree=4192812/4192956
[pid=30541] ppid=30539 vsize=915456 CPUtime=1603.98
/proc/30541/stat : 30541 (java) R 30539 30541 30334 0 -1 0 8773 0 1 0 160389 9 0 0 25 0 8 0 157007763 937426944 8477 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073604439 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30541/statm: 228864 8477 2533 14 0 215334 0
[pid=30541/tid=30543] ppid=30539 vsize=915456 CPUtime=0.02
/proc/30541/task/30543/stat : 30543 (java) S 30539 30541 30334 0 -1 64 163 0 0 0 2 0 0 0 16 0 8 0 157007767 937426944 8477 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30541/tid=30544] ppid=30539 vsize=915456 CPUtime=0
/proc/30541/task/30544/stat : 30544 (java) S 30539 30541 30334 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 157007768 937426944 8477 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30541/tid=30545] ppid=30539 vsize=915456 CPUtime=0
/proc/30541/task/30545/stat : 30545 (java) S 30539 30541 30334 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 157007768 937426944 8477 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30541/tid=30546] ppid=30539 vsize=915456 CPUtime=0
/proc/30541/task/30546/stat : 30546 (java) S 30539 30541 30334 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 157007771 937426944 8477 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30541/tid=30547] ppid=30539 vsize=915456 CPUtime=0.2
/proc/30541/task/30547/stat : 30547 (java) S 30539 30541 30334 0 -1 64 381 0 0 0 19 1 0 0 16 0 8 0 157007771 937426944 8477 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30541/tid=30548] ppid=30539 vsize=915456 CPUtime=0
/proc/30541/task/30548/stat : 30548 (java) S 30539 30541 30334 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 157007771 937426944 8477 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30541/tid=30549] ppid=30539 vsize=915456 CPUtime=0
/proc/30541/task/30549/stat : 30549 (java) S 30539 30541 30334 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157007771 937426944 8477 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1603.98
Current children cumulated vsize (KiB) 915456

[startup+1664.53 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 30779
/proc/meminfo: memFree=1424736/2055920 swapFree=4192812/4192956
[pid=30541] ppid=30539 vsize=915456 CPUtime=1664.05
/proc/30541/stat : 30541 (java) R 30539 30541 30334 0 -1 0 8774 0 1 0 166396 9 0 0 25 0 8 0 157007763 937426944 8478 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479196 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30541/statm: 228864 8478 2533 14 0 215334 0
[pid=30541/tid=30543] ppid=30539 vsize=915456 CPUtime=0.02
/proc/30541/task/30543/stat : 30543 (java) S 30539 30541 30334 0 -1 64 163 0 0 0 2 0 0 0 16 0 8 0 157007767 937426944 8478 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30541/tid=30544] ppid=30539 vsize=915456 CPUtime=0
/proc/30541/task/30544/stat : 30544 (java) S 30539 30541 30334 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 157007768 937426944 8478 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30541/tid=30545] ppid=30539 vsize=915456 CPUtime=0
/proc/30541/task/30545/stat : 30545 (java) S 30539 30541 30334 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 157007768 937426944 8478 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30541/tid=30546] ppid=30539 vsize=915456 CPUtime=0
/proc/30541/task/30546/stat : 30546 (java) S 30539 30541 30334 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 157007771 937426944 8478 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30541/tid=30547] ppid=30539 vsize=915456 CPUtime=0.2
/proc/30541/task/30547/stat : 30547 (java) S 30539 30541 30334 0 -1 64 381 0 0 0 19 1 0 0 16 0 8 0 157007771 937426944 8478 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30541/tid=30548] ppid=30539 vsize=915456 CPUtime=0
/proc/30541/task/30548/stat : 30548 (java) S 30539 30541 30334 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 157007771 937426944 8478 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30541/tid=30549] ppid=30539 vsize=915456 CPUtime=0
/proc/30541/task/30549/stat : 30549 (java) S 30539 30541 30334 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157007771 937426944 8478 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1664.05
Current children cumulated vsize (KiB) 915456

[startup+1724.61 s]
/proc/loadavg: 1.07 1.02 1.00 2/72 30779
/proc/meminfo: memFree=1424736/2055920 swapFree=4192812/4192956
[pid=30541] ppid=30539 vsize=915456 CPUtime=1724.11
/proc/30541/stat : 30541 (java) R 30539 30541 30334 0 -1 0 8775 0 1 0 172402 9 0 0 25 0 8 0 157007763 937426944 8479 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073598048 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30541/statm: 228864 8479 2533 14 0 215334 0
[pid=30541/tid=30543] ppid=30539 vsize=915456 CPUtime=0.02
/proc/30541/task/30543/stat : 30543 (java) S 30539 30541 30334 0 -1 64 163 0 0 0 2 0 0 0 16 0 8 0 157007767 937426944 8479 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30541/tid=30544] ppid=30539 vsize=915456 CPUtime=0
/proc/30541/task/30544/stat : 30544 (java) S 30539 30541 30334 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 157007768 937426944 8479 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30541/tid=30545] ppid=30539 vsize=915456 CPUtime=0
/proc/30541/task/30545/stat : 30545 (java) S 30539 30541 30334 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 157007768 937426944 8479 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30541/tid=30546] ppid=30539 vsize=915456 CPUtime=0
/proc/30541/task/30546/stat : 30546 (java) S 30539 30541 30334 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 157007771 937426944 8479 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30541/tid=30547] ppid=30539 vsize=915456 CPUtime=0.2
/proc/30541/task/30547/stat : 30547 (java) S 30539 30541 30334 0 -1 64 381 0 0 0 19 1 0 0 16 0 8 0 157007771 937426944 8479 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30541/tid=30548] ppid=30539 vsize=915456 CPUtime=0
/proc/30541/task/30548/stat : 30548 (java) S 30539 30541 30334 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 157007771 937426944 8479 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30541/tid=30549] ppid=30539 vsize=915456 CPUtime=0
/proc/30541/task/30549/stat : 30549 (java) R 30539 30541 30334 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157007771 937426944 8479 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1724.11
Current children cumulated vsize (KiB) 915456

[startup+1784.68 s]
/proc/loadavg: 1.02 1.01 1.00 2/72 30779
/proc/meminfo: memFree=1424736/2055920 swapFree=4192812/4192956
[pid=30541] ppid=30539 vsize=915456 CPUtime=1784.17
/proc/30541/stat : 30541 (java) R 30539 30541 30334 0 -1 0 8776 0 1 0 178408 9 0 0 25 0 8 0 157007763 937426944 8480 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073598617 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30541/statm: 228864 8480 2533 14 0 215334 0
[pid=30541/tid=30543] ppid=30539 vsize=915456 CPUtime=0.02
/proc/30541/task/30543/stat : 30543 (java) S 30539 30541 30334 0 -1 64 163 0 0 0 2 0 0 0 16 0 8 0 157007767 937426944 8480 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30541/tid=30544] ppid=30539 vsize=915456 CPUtime=0
/proc/30541/task/30544/stat : 30544 (java) S 30539 30541 30334 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 157007768 937426944 8480 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30541/tid=30545] ppid=30539 vsize=915456 CPUtime=0
/proc/30541/task/30545/stat : 30545 (java) S 30539 30541 30334 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 157007768 937426944 8480 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30541/tid=30546] ppid=30539 vsize=915456 CPUtime=0
/proc/30541/task/30546/stat : 30546 (java) S 30539 30541 30334 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 157007771 937426944 8480 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30541/tid=30547] ppid=30539 vsize=915456 CPUtime=0.2
/proc/30541/task/30547/stat : 30547 (java) S 30539 30541 30334 0 -1 64 381 0 0 0 19 1 0 0 16 0 8 0 157007771 937426944 8480 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30541/tid=30548] ppid=30539 vsize=915456 CPUtime=0
/proc/30541/task/30548/stat : 30548 (java) S 30539 30541 30334 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 157007771 937426944 8480 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30541/tid=30549] ppid=30539 vsize=915456 CPUtime=0
/proc/30541/task/30549/stat : 30549 (java) S 30539 30541 30334 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157007771 937426944 8480 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1784.17
Current children cumulated vsize (KiB) 915456



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.02 1.01 1.00 2/72 30779
/proc/meminfo: memFree=1424736/2055920 swapFree=4192812/4192956
[pid=30541] ppid=30539 vsize=915456 CPUtime=1800.09
/proc/30541/stat : 30541 (java) R 30539 30541 30334 0 -1 0 8776 0 1 0 180000 9 0 0 25 0 8 0 157007763 937426944 8480 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073596819 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30541/statm: 228864 8480 2533 14 0 215334 0
[pid=30541/tid=30543] ppid=30539 vsize=915456 CPUtime=0.02
/proc/30541/task/30543/stat : 30543 (java) S 30539 30541 30334 0 -1 64 163 0 0 0 2 0 0 0 16 0 8 0 157007767 937426944 8480 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30541/tid=30544] ppid=30539 vsize=915456 CPUtime=0
/proc/30541/task/30544/stat : 30544 (java) S 30539 30541 30334 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 157007768 937426944 8480 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30541/tid=30545] ppid=30539 vsize=915456 CPUtime=0
/proc/30541/task/30545/stat : 30545 (java) S 30539 30541 30334 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 157007768 937426944 8480 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30541/tid=30546] ppid=30539 vsize=915456 CPUtime=0
/proc/30541/task/30546/stat : 30546 (java) S 30539 30541 30334 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 157007771 937426944 8480 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30541/tid=30547] ppid=30539 vsize=915456 CPUtime=0.2
/proc/30541/task/30547/stat : 30547 (java) S 30539 30541 30334 0 -1 64 381 0 0 0 19 1 0 0 16 0 8 0 157007771 937426944 8480 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30541/tid=30548] ppid=30539 vsize=915456 CPUtime=0
/proc/30541/task/30548/stat : 30548 (java) S 30539 30541 30334 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 157007771 937426944 8480 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30541/tid=30549] ppid=30539 vsize=915456 CPUtime=0
/proc/30541/task/30549/stat : 30549 (java) S 30539 30541 30334 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157007771 937426944 8480 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 915456

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

Child status: 143
Real time (s): 1800.62
CPU time (s): 1800.13
CPU user time (s): 1800.02
CPU system time (s): 0.105983
CPU usage (%): 99.9724
Max. virtual memory (cumulated for all children) (KiB): 915456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.02
system time used= 0.105983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8794
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= 37231
involuntary context switches= 2331

runsolver used 1.68574 s user time and 4.70129 s system time

The end

Launcher Data (download as text)

Begin job on node52 on Sat Jan  6 12:21:33 UTC 2007


IDJOB= 249182
IDBENCH= 11764
FILE ID= node52/249182-1168086091

PBS_JOBID= 3476592

Free space on /tmp= 66550 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  51e95dc18ed0b948414a5b0f69cfea27

RANDOM SEED= 693611314

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.232
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.232
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:       1442768 kB
Buffers:         39304 kB
Cached:         477496 kB
SwapCached:          0 kB
Active:          82544 kB
Inactive:       454360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1442768 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1680 kB
Writeback:           0 kB
Mapped:          30276 kB
Slab:            61860 kB
Committed_AS:  3184564 kB
PageTables:       1704 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= 66552 MiB



End job on node52 on Sat Jan  6 12:51:33 UTC 2007