Trace number 248220

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.14 1800.7

General information on the benchmark

Nameprimes/primes-30/
primes-30-20-2-7.xml
MD5SUM62bd106fcdb51c7a0c693e62b9625686
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.020996
SatisfiableYES
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Maximum constraint arity9
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.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=mac.xml
0.32	   
0.32	   instance
0.32	     name=/tmp/evaluation/248220-1168085947/unknown.xml
0.35	   
0.35	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.40	     nbVariables=100  nbDomainTypes=1  minDomainSize=112  maxDomainSize=112
0.40	       =>  wckTime=0.105  cpuTime=0.09  mem=7M927
0.40	   
0.40	   predicates being loaded...
0.42	   
0.42	   constraints being loaded...
0.49	     nbConstraints=20  nbSingletonDomainVariables=24  nbDisconnectedVariables=24  nbUnbuiltConflictsStructures=20
0.49	     nbSharedBinaryRepresentations=0  nbEvaluationManagers=20  nbSharedEvaluationManagers=0  maxDegree=5  maxArity=9
0.49	       =>  wckTime=0.193  cpuTime=0.15  mem=8M968
0.52	   
0.52	   solver IterativeSystematicSolver being built... 
0.68	       =>  wckTime=0.386  cpuTime=0.27  mem=15M599
1.82	   
1.82	   preprocessing
1.82	     nbConstraintChecks=2761960  nbValidityChecks=305  nbPropagations=101  nbRevisions=6  nbUselessRevisions=2
1.82	     nbRemovedValues=169  detectedInconsistency=no
1.82	       =>  wckTime=1.135  cpuTime=1.12  mem=15M599
7.33	   
7.33	   search
7.33	     run=0  nbConstraintChecks=9919504  nbValidityChecks=1650  nbPropagations=1692  nbRevisions=813
7.33	     nbUselessRevisions=12  nbAssignments=794  nbFailedAssignments=784  nbBacktracks=10  nbVisitedNodes=1579
7.33	     nbRestartNogoods=0  mapSize=7  nbInferences=0  nbTooLargeKeys=0
7.33	       =>  wckTime=6.643  cpuTime=6.6  mem=15M599
19.02	   
19.02	   search
19.02	     run=1  nbConstraintChecks=31189311  nbValidityChecks=5688  nbPropagations=6807  nbRevisions=3366
19.02	     nbUselessRevisions=36  nbAssignments=2489  nbFailedAssignments=2464  nbBacktracks=25  nbVisitedNodes=4954
19.02	     nbRestartNogoods=0  mapSize=22  nbInferences=0  nbTooLargeKeys=0
19.02	       =>  wckTime=18.337  cpuTime=18.24  mem=15M599
40.43	   
40.43	   search
40.43	     run=2  nbConstraintChecks=62271564  nbValidityChecks=8334  nbPropagations=16954  nbRevisions=8444
40.43	     nbUselessRevisions=64  nbAssignments=5000  nbFailedAssignments=4928  nbBacktracks=47  nbVisitedNodes=9929
40.43	     nbRestartNogoods=0  mapSize=44  nbInferences=0  nbTooLargeKeys=0
40.43	       =>  wckTime=39.745  cpuTime=39.63  mem=15M599
77.82	   
77.82	   search
77.82	     run=3  nbConstraintChecks=108649432  nbValidityChecks=8445  nbPropagations=34536  nbRevisions=17224
77.82	     nbUselessRevisions=93  nbAssignments=8734  nbFailedAssignments=8624  nbBacktracks=80  nbVisitedNodes=17359
77.82	     nbRestartNogoods=12  mapSize=77  nbInferences=0  nbTooLargeKeys=0
77.82	       =>  wckTime=77.135  cpuTime=77.01  mem=15M599
134.42	   
134.42	   search
134.42	     run=4  nbConstraintChecks=178898433  nbValidityChecks=8548  nbPropagations=63373  nbRevisions=31607
134.42	     nbUselessRevisions=123  nbAssignments=14387  nbFailedAssignments=14224  nbBacktracks=130  nbVisitedNodes=28612
134.42	     nbRestartNogoods=45  mapSize=127  nbInferences=0  nbTooLargeKeys=0
134.42	       =>  wckTime=133.738  cpuTime=133.57  mem=15M599
218.21	   
218.21	   search
218.21	     run=5  nbConstraintChecks=282865704  nbValidityChecks=8651  nbPropagations=108867  nbRevisions=54281
218.21	     nbUselessRevisions=154  nbAssignments=22753  nbFailedAssignments=22512  nbBacktracks=205  nbVisitedNodes=45266
218.21	     nbRestartNogoods=95  mapSize=202  nbInferences=0  nbTooLargeKeys=0
218.21	       =>  wckTime=217.525  cpuTime=217.29  mem=15M599
345.11	   
345.11	   search
345.11	     run=6  nbConstraintChecks=440220239  nbValidityChecks=8754  nbPropagations=179569  nbRevisions=89502
345.11	     nbUselessRevisions=186  nbAssignments=35413  nbFailedAssignments=35056  nbBacktracks=318  nbVisitedNodes=70470
345.11	     nbRestartNogoods=108  mapSize=315  nbInferences=0  nbTooLargeKeys=0
345.11	       =>  wckTime=344.429  cpuTime=344.16  mem=15M599
536.58	   
536.58	   search
536.58	     run=7  nbConstraintChecks=677655670  nbValidityChecks=8857  nbPropagations=288304  nbRevisions=143654
536.58	     nbUselessRevisions=219  nbAssignments=54514  nbFailedAssignments=53984  nbBacktracks=488  nbVisitedNodes=108499
536.58	     nbRestartNogoods=121  mapSize=485  nbInferences=0  nbTooLargeKeys=0
536.58	       =>  wckTime=535.894  cpuTime=535.58  mem=16M575
824.10	   
824.10	   search
824.10	     run=8  nbConstraintChecks=1034509981  nbValidityChecks=8960  nbPropagations=454198  nbRevisions=226257
824.10	     nbUselessRevisions=253  nbAssignments=83221  nbFailedAssignments=82432  nbBacktracks=744  nbVisitedNodes=165654
824.10	     nbRestartNogoods=191  mapSize=741  nbInferences=0  nbTooLargeKeys=0
824.10	       =>  wckTime=823.422  cpuTime=823.03  mem=16M575
1167.45	   
1167.45	   INFO : Stopping hyperNogood (mapSize=1046, nbTooLargekeys=0, mem=16M575)
1254.61	   
1254.61	   search
1254.61	     run=9  nbConstraintChecks=1568385220  nbValidityChecks=9063  nbPropagations=705603  nbRevisions=351423
1254.61	     nbUselessRevisions=288  nbAssignments=126168  nbFailedAssignments=124992  nbBacktracks=1128  nbVisitedNodes=251161
1254.61	     nbRestartNogoods=292
1254.61	       =>  wckTime=1253.926  cpuTime=1253.44  mem=16M575

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/node39/watcher-248220-1168085947 -o ROOT/results/node39/solver-248220-1168085947 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/248220-1168085947/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.31 0.39 1.00 4/68 23629
/proc/meminfo: memFree=1692192/2055920 swapFree=4192812/4192956
[pid=23628] ppid=23626 vsize=0 CPUtime=0
/proc/23628/stat : 23628 (runsolver) R 23626 23628 23331 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 156994870 0 0 18446744073709551615 0 0 0 18446744073709551615 231493659943 0 0 4096 24578 0 0 0 17 1 0 0
/proc/23628/statm: 0 0 0 0 0 0 0

[startup+0.10653 s]
/proc/loadavg: 0.31 0.39 1.00 4/68 23629
/proc/meminfo: memFree=1692192/2055920 swapFree=4192812/4192956
[pid=23628] ppid=23626 vsize=915848 CPUtime=0.08
/proc/23628/stat : 23628 (java) R 23626 23628 23331 0 -1 0 3014 0 1 0 7 1 0 0 17 0 8 0 156994870 937828352 2760 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155770496 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23628/statm: 228962 2760 1435 14 0 215457 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 915848

[startup+0.514566 s]
/proc/loadavg: 0.31 0.39 1.00 4/68 23629
/proc/meminfo: memFree=1692192/2055920 swapFree=4192812/4192956
[pid=23628] ppid=23626 vsize=916076 CPUtime=0.49
/proc/23628/stat : 23628 (java) S 23626 23628 23331 0 -1 0 6758 0 1 0 45 4 0 0 16 0 8 0 156994870 938061824 6497 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23628/statm: 229019 6497 2181 14 0 215489 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 916076

[startup+1.33464 s]
/proc/loadavg: 0.37 0.40 1.00 2/75 23636
/proc/meminfo: memFree=1668200/2055920 swapFree=4192812/4192956
[pid=23628] ppid=23626 vsize=916076 CPUtime=1.31
/proc/23628/stat : 23628 (java) R 23626 23628 23331 0 -1 0 8709 0 1 0 126 5 0 0 21 0 8 0 156994870 938061824 8447 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073704871 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23628/statm: 229019 8447 2528 14 0 215489 0
[pid=23628/tid=23630] ppid=23626 vsize=916076 CPUtime=0.02
/proc/23628/task/23630/stat : 23630 (java) S 23626 23628 23331 0 -1 64 200 0 0 0 2 0 0 0 16 0 8 0 156994874 938061824 8447 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23628/tid=23631] ppid=23626 vsize=916076 CPUtime=0
/proc/23628/task/23631/stat : 23631 (java) S 23626 23628 23331 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156994874 938061824 8447 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23628/tid=23632] ppid=23626 vsize=916076 CPUtime=0
/proc/23628/task/23632/stat : 23632 (java) S 23626 23628 23331 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156994874 938061824 8447 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23628/tid=23633] ppid=23626 vsize=916076 CPUtime=0
/proc/23628/task/23633/stat : 23633 (java) S 23626 23628 23331 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156994877 938061824 8447 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23628/tid=23634] ppid=23626 vsize=916076 CPUtime=0.12
/proc/23628/task/23634/stat : 23634 (java) S 23626 23628 23331 0 -1 64 339 0 0 0 12 0 0 0 16 0 8 0 156994877 938061824 8447 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23628/tid=23635] ppid=23626 vsize=916076 CPUtime=0
/proc/23628/task/23635/stat : 23635 (java) S 23626 23628 23331 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156994878 938061824 8447 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23628/tid=23636] ppid=23626 vsize=916076 CPUtime=0
/proc/23628/task/23636/stat : 23636 (java) S 23626 23628 23331 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156994878 938061824 8447 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 916076

[startup+2.97078 s]
/proc/loadavg: 0.37 0.40 1.00 2/75 23636
/proc/meminfo: memFree=1667624/2055920 swapFree=4192812/4192956
[pid=23628] ppid=23626 vsize=916076 CPUtime=2.95
/proc/23628/stat : 23628 (java) R 23626 23628 23331 0 -1 0 8821 0 1 0 289 6 0 0 25 0 8 0 156994870 938061824 8557 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073697311 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23628/statm: 229019 8557 2530 14 0 215489 0
[pid=23628/tid=23630] ppid=23626 vsize=916076 CPUtime=0.02
/proc/23628/task/23630/stat : 23630 (java) S 23626 23628 23331 0 -1 64 200 0 0 0 2 0 0 0 17 0 8 0 156994874 938061824 8557 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23628/tid=23631] ppid=23626 vsize=916076 CPUtime=0
/proc/23628/task/23631/stat : 23631 (java) S 23626 23628 23331 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156994874 938061824 8557 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23628/tid=23632] ppid=23626 vsize=916076 CPUtime=0
/proc/23628/task/23632/stat : 23632 (java) S 23626 23628 23331 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156994874 938061824 8557 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23628/tid=23633] ppid=23626 vsize=916076 CPUtime=0
/proc/23628/task/23633/stat : 23633 (java) S 23626 23628 23331 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156994877 938061824 8557 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23628/tid=23634] ppid=23626 vsize=916076 CPUtime=0.14
/proc/23628/task/23634/stat : 23634 (java) S 23626 23628 23331 0 -1 64 350 0 0 0 14 0 0 0 15 0 8 0 156994877 938061824 8557 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23628/tid=23635] ppid=23626 vsize=916076 CPUtime=0
/proc/23628/task/23635/stat : 23635 (java) S 23626 23628 23331 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156994878 938061824 8557 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23628/tid=23636] ppid=23626 vsize=916076 CPUtime=0
/proc/23628/task/23636/stat : 23636 (java) S 23626 23628 23331 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156994878 938061824 8557 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 916076

[startup+6.26509 s]
/proc/loadavg: 0.42 0.41 1.00 2/75 23636
/proc/meminfo: memFree=1667632/2055920 swapFree=4192812/4192956
[pid=23628] ppid=23626 vsize=916076 CPUtime=6.24
/proc/23628/stat : 23628 (java) R 23626 23628 23331 0 -1 0 8827 0 1 0 618 6 0 0 25 0 8 0 156994870 938061824 8560 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073702903 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23628/statm: 229019 8560 2530 14 0 215489 0
[pid=23628/tid=23630] ppid=23626 vsize=916076 CPUtime=0.02
/proc/23628/task/23630/stat : 23630 (java) S 23626 23628 23331 0 -1 64 200 0 0 0 2 0 0 0 17 0 8 0 156994874 938061824 8560 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23628/tid=23631] ppid=23626 vsize=916076 CPUtime=0
/proc/23628/task/23631/stat : 23631 (java) S 23626 23628 23331 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156994874 938061824 8560 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23628/tid=23632] ppid=23626 vsize=916076 CPUtime=0
/proc/23628/task/23632/stat : 23632 (java) S 23626 23628 23331 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156994874 938061824 8560 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23628/tid=23633] ppid=23626 vsize=916076 CPUtime=0
/proc/23628/task/23633/stat : 23633 (java) S 23626 23628 23331 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156994877 938061824 8560 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23628/tid=23634] ppid=23626 vsize=916076 CPUtime=0.14
/proc/23628/task/23634/stat : 23634 (java) S 23626 23628 23331 0 -1 64 354 0 0 0 14 0 0 0 15 0 8 0 156994877 938061824 8560 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23628/tid=23635] ppid=23626 vsize=916076 CPUtime=0
/proc/23628/task/23635/stat : 23635 (java) S 23626 23628 23331 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156994878 938061824 8560 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23628/tid=23636] ppid=23626 vsize=916076 CPUtime=0
/proc/23628/task/23636/stat : 23636 (java) S 23626 23628 23331 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156994878 938061824 8560 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 916076

[startup+12.7277 s]
/proc/loadavg: 0.46 0.42 1.00 2/75 23636
/proc/meminfo: memFree=1667504/2055920 swapFree=4192812/4192956
[pid=23628] ppid=23626 vsize=916076 CPUtime=12.7
/proc/23628/stat : 23628 (java) R 23626 23628 23331 0 -1 0 8858 0 1 0 1264 6 0 0 20 0 8 0 156994870 938061824 8588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073699084 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23628/statm: 229019 8588 2533 14 0 215489 0
[pid=23628/tid=23630] ppid=23626 vsize=916076 CPUtime=0.02
/proc/23628/task/23630/stat : 23630 (java) S 23626 23628 23331 0 -1 64 201 0 0 0 2 0 0 0 16 0 8 0 156994874 938061824 8588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23628/tid=23631] ppid=23626 vsize=916076 CPUtime=0
/proc/23628/task/23631/stat : 23631 (java) S 23626 23628 23331 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156994874 938061824 8588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23628/tid=23632] ppid=23626 vsize=916076 CPUtime=0
/proc/23628/task/23632/stat : 23632 (java) S 23626 23628 23331 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156994874 938061824 8588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23628/tid=23633] ppid=23626 vsize=916076 CPUtime=0
/proc/23628/task/23633/stat : 23633 (java) S 23626 23628 23331 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156994877 938061824 8588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23628/tid=23634] ppid=23626 vsize=916076 CPUtime=0.19
/proc/23628/task/23634/stat : 23634 (java) S 23626 23628 23331 0 -1 64 372 0 0 0 18 1 0 0 15 0 8 0 156994877 938061824 8588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23628/tid=23635] ppid=23626 vsize=916076 CPUtime=0
/proc/23628/task/23635/stat : 23635 (java) S 23626 23628 23331 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156994878 938061824 8588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23628/tid=23636] ppid=23626 vsize=916076 CPUtime=0
/proc/23628/task/23636/stat : 23636 (java) S 23626 23628 23331 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156994878 938061824 8588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 916076

[startup+25.5829 s]
/proc/loadavg: 0.55 0.44 1.00 3/75 23669
/proc/meminfo: memFree=1665504/2055920 swapFree=4192812/4192956
[pid=23628] ppid=23626 vsize=916076 CPUtime=25.53
/proc/23628/stat : 23628 (java) R 23626 23628 23331 0 -1 0 8866 0 1 0 2546 7 0 0 25 0 8 0 156994870 938061824 8595 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073731035 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23628/statm: 229019 8595 2533 14 0 215489 0
[pid=23628/tid=23630] ppid=23626 vsize=916076 CPUtime=0.02
/proc/23628/task/23630/stat : 23630 (java) S 23626 23628 23331 0 -1 64 201 0 0 0 2 0 0 0 16 0 8 0 156994874 938061824 8595 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23628/tid=23631] ppid=23626 vsize=916076 CPUtime=0
/proc/23628/task/23631/stat : 23631 (java) S 23626 23628 23331 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156994874 938061824 8595 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23628/tid=23632] ppid=23626 vsize=916076 CPUtime=0
/proc/23628/task/23632/stat : 23632 (java) S 23626 23628 23331 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156994874 938061824 8595 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23628/tid=23633] ppid=23626 vsize=916076 CPUtime=0
/proc/23628/task/23633/stat : 23633 (java) S 23626 23628 23331 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156994877 938061824 8595 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23628/tid=23634] ppid=23626 vsize=916076 CPUtime=0.19
/proc/23628/task/23634/stat : 23634 (java) S 23626 23628 23331 0 -1 64 375 0 0 0 18 1 0 0 16 0 8 0 156994877 938061824 8595 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23628/tid=23635] ppid=23626 vsize=916076 CPUtime=0
/proc/23628/task/23635/stat : 23635 (java) S 23626 23628 23331 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156994878 938061824 8595 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23628/tid=23636] ppid=23626 vsize=916076 CPUtime=0
/proc/23628/task/23636/stat : 23636 (java) S 23626 23628 23331 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156994878 938061824 8595 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.53
Current children cumulated vsize (KiB) 916076

[startup+51.2682 s]
/proc/loadavg: 0.72 0.49 1.00 2/75 23689
/proc/meminfo: memFree=1665456/2055920 swapFree=4192812/4192956
[pid=23628] ppid=23626 vsize=916076 CPUtime=51.2
/proc/23628/stat : 23628 (java) R 23626 23628 23331 0 -1 0 8879 0 1 0 5113 7 0 0 25 0 8 0 156994870 938061824 8607 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073702120 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23628/statm: 229019 8607 2533 14 0 215489 0
[pid=23628/tid=23630] ppid=23626 vsize=916076 CPUtime=0.02
/proc/23628/task/23630/stat : 23630 (java) S 23626 23628 23331 0 -1 64 201 0 0 0 2 0 0 0 16 0 8 0 156994874 938061824 8607 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23628/tid=23631] ppid=23626 vsize=916076 CPUtime=0
/proc/23628/task/23631/stat : 23631 (java) S 23626 23628 23331 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156994874 938061824 8607 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23628/tid=23632] ppid=23626 vsize=916076 CPUtime=0
/proc/23628/task/23632/stat : 23632 (java) S 23626 23628 23331 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156994874 938061824 8607 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23628/tid=23633] ppid=23626 vsize=916076 CPUtime=0
/proc/23628/task/23633/stat : 23633 (java) S 23626 23628 23331 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156994877 938061824 8607 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23628/tid=23634] ppid=23626 vsize=916076 CPUtime=0.2
/proc/23628/task/23634/stat : 23634 (java) S 23626 23628 23331 0 -1 64 376 0 0 0 19 1 0 0 16 0 8 0 156994877 938061824 8607 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23628/tid=23635] ppid=23626 vsize=916076 CPUtime=0
/proc/23628/task/23635/stat : 23635 (java) S 23626 23628 23331 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156994878 938061824 8607 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23628/tid=23636] ppid=23626 vsize=916076 CPUtime=0
/proc/23628/task/23636/stat : 23636 (java) S 23626 23628 23331 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156994878 938061824 8607 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.2
Current children cumulated vsize (KiB) 916076

[startup+102.527 s]
/proc/loadavg: 0.88 0.57 1.00 2/75 23692
/proc/meminfo: memFree=1667184/2055920 swapFree=4192812/4192956
[pid=23628] ppid=23626 vsize=916076 CPUtime=102.44
/proc/23628/stat : 23628 (java) R 23626 23628 23331 0 -1 0 8888 0 1 0 10237 7 0 0 25 0 8 0 156994870 938061824 8616 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073697347 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23628/statm: 229019 8616 2533 14 0 215489 0
[pid=23628/tid=23630] ppid=23626 vsize=916076 CPUtime=0.02
/proc/23628/task/23630/stat : 23630 (java) S 23626 23628 23331 0 -1 64 201 0 0 0 2 0 0 0 16 0 8 0 156994874 938061824 8616 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23628/tid=23631] ppid=23626 vsize=916076 CPUtime=0
/proc/23628/task/23631/stat : 23631 (java) S 23626 23628 23331 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156994874 938061824 8616 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23628/tid=23632] ppid=23626 vsize=916076 CPUtime=0
/proc/23628/task/23632/stat : 23632 (java) S 23626 23628 23331 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156994874 938061824 8616 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23628/tid=23633] ppid=23626 vsize=916076 CPUtime=0
/proc/23628/task/23633/stat : 23633 (java) S 23626 23628 23331 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156994877 938061824 8616 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23628/tid=23634] ppid=23626 vsize=916076 CPUtime=0.2
/proc/23628/task/23634/stat : 23634 (java) S 23626 23628 23331 0 -1 64 376 0 0 0 19 1 0 0 16 0 8 0 156994877 938061824 8616 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23628/tid=23635] ppid=23626 vsize=916076 CPUtime=0
/proc/23628/task/23635/stat : 23635 (java) S 23626 23628 23331 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156994878 938061824 8616 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23628/tid=23636] ppid=23626 vsize=916076 CPUtime=0
/proc/23628/task/23636/stat : 23636 (java) S 23626 23628 23331 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156994878 938061824 8616 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.44
Current children cumulated vsize (KiB) 916076

[startup+162.528 s]
/proc/loadavg: 1.11 0.70 1.01 2/75 23781
/proc/meminfo: memFree=1665328/2055920 swapFree=4192812/4192956
[pid=23628] ppid=23626 vsize=916076 CPUtime=162.37
/proc/23628/stat : 23628 (java) R 23626 23628 23331 0 -1 0 8898 0 1 0 16229 8 0 0 25 0 8 0 156994870 938061824 8626 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073704882 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) 916076

[startup+1484.33 s]
/proc/loadavg: 1.07 0.99 1.00 2/72 23807
/proc/meminfo: memFree=1671688/2055920 swapFree=4192812/4192956
[pid=23628] ppid=23626 vsize=916076 CPUtime=1483.84
/proc/23628/stat : 23628 (java) R 23626 23628 23331 0 -1 0 9034 0 1 0 148375 9 0 0 25 0 8 0 156994870 938061824 8758 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073697363 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23628/statm: 229019 8758 2533 14 0 215489 0
[pid=23628/tid=23630] ppid=23626 vsize=916076 CPUtime=0.02
/proc/23628/task/23630/stat : 23630 (java) S 23626 23628 23331 0 -1 64 201 0 0 0 2 0 0 0 16 0 8 0 156994874 938061824 8758 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23628/tid=23631] ppid=23626 vsize=916076 CPUtime=0
/proc/23628/task/23631/stat : 23631 (java) S 23626 23628 23331 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156994874 938061824 8758 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23628/tid=23632] ppid=23626 vsize=916076 CPUtime=0
/proc/23628/task/23632/stat : 23632 (java) S 23626 23628 23331 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156994874 938061824 8758 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23628/tid=23633] ppid=23626 vsize=916076 CPUtime=0
/proc/23628/task/23633/stat : 23633 (java) S 23626 23628 23331 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156994877 938061824 8758 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23628/tid=23634] ppid=23626 vsize=916076 CPUtime=0.2
/proc/23628/task/23634/stat : 23634 (java) S 23626 23628 23331 0 -1 64 380 0 0 0 19 1 0 0 16 0 8 0 156994877 938061824 8758 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23628/tid=23635] ppid=23626 vsize=916076 CPUtime=0
/proc/23628/task/23635/stat : 23635 (java) S 23626 23628 23331 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156994878 938061824 8758 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23628/tid=23636] ppid=23626 vsize=916076 CPUtime=0
/proc/23628/task/23636/stat : 23636 (java) S 23626 23628 23331 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156994878 938061824 8758 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1483.84
Current children cumulated vsize (KiB) 916076

[startup+1544.41 s]
/proc/loadavg: 1.02 0.99 1.00 2/72 23807
/proc/meminfo: memFree=1671688/2055920 swapFree=4192812/4192956
[pid=23628] ppid=23626 vsize=916076 CPUtime=1543.91
/proc/23628/stat : 23628 (java) R 23626 23628 23331 0 -1 0 9034 0 1 0 154382 9 0 0 25 0 8 0 156994870 938061824 8758 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073704960 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23628/statm: 229019 8758 2533 14 0 215489 0
[pid=23628/tid=23630] ppid=23626 vsize=916076 CPUtime=0.02
/proc/23628/task/23630/stat : 23630 (java) S 23626 23628 23331 0 -1 64 201 0 0 0 2 0 0 0 16 0 8 0 156994874 938061824 8758 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23628/tid=23631] ppid=23626 vsize=916076 CPUtime=0
/proc/23628/task/23631/stat : 23631 (java) S 23626 23628 23331 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156994874 938061824 8758 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23628/tid=23632] ppid=23626 vsize=916076 CPUtime=0
/proc/23628/task/23632/stat : 23632 (java) S 23626 23628 23331 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156994874 938061824 8758 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23628/tid=23633] ppid=23626 vsize=916076 CPUtime=0
/proc/23628/task/23633/stat : 23633 (java) S 23626 23628 23331 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156994877 938061824 8758 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23628/tid=23634] ppid=23626 vsize=916076 CPUtime=0.2
/proc/23628/task/23634/stat : 23634 (java) S 23626 23628 23331 0 -1 64 380 0 0 0 19 1 0 0 16 0 8 0 156994877 938061824 8758 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23628/tid=23635] ppid=23626 vsize=916076 CPUtime=0
/proc/23628/task/23635/stat : 23635 (java) S 23626 23628 23331 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156994878 938061824 8758 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23628/tid=23636] ppid=23626 vsize=916076 CPUtime=0
/proc/23628/task/23636/stat : 23636 (java) S 23626 23628 23331 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156994878 938061824 8758 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1543.91
Current children cumulated vsize (KiB) 916076

[startup+1604.5 s]
/proc/loadavg: 1.01 0.99 1.00 2/72 23807
/proc/meminfo: memFree=1671688/2055920 swapFree=4192812/4192956
[pid=23628] ppid=23626 vsize=916076 CPUtime=1603.98
/proc/23628/stat : 23628 (java) R 23626 23628 23331 0 -1 0 9034 0 1 0 160389 9 0 0 25 0 8 0 156994870 938061824 8758 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073698592 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23628/statm: 229019 8758 2533 14 0 215489 0
[pid=23628/tid=23630] ppid=23626 vsize=916076 CPUtime=0.02
/proc/23628/task/23630/stat : 23630 (java) S 23626 23628 23331 0 -1 64 201 0 0 0 2 0 0 0 16 0 8 0 156994874 938061824 8758 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23628/tid=23631] ppid=23626 vsize=916076 CPUtime=0
/proc/23628/task/23631/stat : 23631 (java) S 23626 23628 23331 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156994874 938061824 8758 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23628/tid=23632] ppid=23626 vsize=916076 CPUtime=0
/proc/23628/task/23632/stat : 23632 (java) S 23626 23628 23331 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156994874 938061824 8758 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23628/tid=23633] ppid=23626 vsize=916076 CPUtime=0
/proc/23628/task/23633/stat : 23633 (java) S 23626 23628 23331 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156994877 938061824 8758 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23628/tid=23634] ppid=23626 vsize=916076 CPUtime=0.2
/proc/23628/task/23634/stat : 23634 (java) S 23626 23628 23331 0 -1 64 380 0 0 0 19 1 0 0 16 0 8 0 156994877 938061824 8758 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23628/tid=23635] ppid=23626 vsize=916076 CPUtime=0
/proc/23628/task/23635/stat : 23635 (java) S 23626 23628 23331 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156994878 938061824 8758 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23628/tid=23636] ppid=23626 vsize=916076 CPUtime=0
/proc/23628/task/23636/stat : 23636 (java) S 23626 23628 23331 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156994878 938061824 8758 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) 916076

[startup+1664.58 s]
/proc/loadavg: 1.00 0.99 1.00 2/72 23807
/proc/meminfo: memFree=1671624/2055920 swapFree=4192812/4192956
[pid=23628] ppid=23626 vsize=916076 CPUtime=1664.05
/proc/23628/stat : 23628 (java) R 23626 23628 23331 0 -1 0 9036 0 1 0 166396 9 0 0 25 0 8 0 156994870 938061824 8759 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073702816 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23628/statm: 229019 8759 2533 14 0 215489 0
[pid=23628/tid=23630] ppid=23626 vsize=916076 CPUtime=0.02
/proc/23628/task/23630/stat : 23630 (java) S 23626 23628 23331 0 -1 64 201 0 0 0 2 0 0 0 16 0 8 0 156994874 938061824 8759 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23628/tid=23631] ppid=23626 vsize=916076 CPUtime=0
/proc/23628/task/23631/stat : 23631 (java) S 23626 23628 23331 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156994874 938061824 8759 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23628/tid=23632] ppid=23626 vsize=916076 CPUtime=0
/proc/23628/task/23632/stat : 23632 (java) S 23626 23628 23331 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156994874 938061824 8759 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23628/tid=23633] ppid=23626 vsize=916076 CPUtime=0
/proc/23628/task/23633/stat : 23633 (java) S 23626 23628 23331 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156994877 938061824 8759 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23628/tid=23634] ppid=23626 vsize=916076 CPUtime=0.21
/proc/23628/task/23634/stat : 23634 (java) S 23626 23628 23331 0 -1 64 382 0 0 0 20 1 0 0 17 0 8 0 156994877 938061824 8759 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23628/tid=23635] ppid=23626 vsize=916076 CPUtime=0
/proc/23628/task/23635/stat : 23635 (java) S 23626 23628 23331 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156994878 938061824 8759 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23628/tid=23636] ppid=23626 vsize=916076 CPUtime=0
/proc/23628/task/23636/stat : 23636 (java) S 23626 23628 23331 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156994878 938061824 8759 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) 916076

[startup+1724.66 s]
/proc/loadavg: 1.00 0.99 1.00 2/72 23807
/proc/meminfo: memFree=1671688/2055920 swapFree=4192812/4192956
[pid=23628] ppid=23626 vsize=916076 CPUtime=1724.11
/proc/23628/stat : 23628 (java) R 23626 23628 23331 0 -1 0 9038 0 1 0 172402 9 0 0 25 0 8 0 156994870 938061824 8761 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073600039 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23628/statm: 229019 8761 2533 14 0 215489 0
[pid=23628/tid=23630] ppid=23626 vsize=916076 CPUtime=0.02
/proc/23628/task/23630/stat : 23630 (java) S 23626 23628 23331 0 -1 64 201 0 0 0 2 0 0 0 16 0 8 0 156994874 938061824 8761 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23628/tid=23631] ppid=23626 vsize=916076 CPUtime=0
/proc/23628/task/23631/stat : 23631 (java) S 23626 23628 23331 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156994874 938061824 8761 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23628/tid=23632] ppid=23626 vsize=916076 CPUtime=0
/proc/23628/task/23632/stat : 23632 (java) S 23626 23628 23331 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156994874 938061824 8761 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23628/tid=23633] ppid=23626 vsize=916076 CPUtime=0
/proc/23628/task/23633/stat : 23633 (java) S 23626 23628 23331 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156994877 938061824 8761 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23628/tid=23634] ppid=23626 vsize=916076 CPUtime=0.21
/proc/23628/task/23634/stat : 23634 (java) S 23626 23628 23331 0 -1 64 384 0 0 0 20 1 0 0 16 0 8 0 156994877 938061824 8761 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23628/tid=23635] ppid=23626 vsize=916076 CPUtime=0
/proc/23628/task/23635/stat : 23635 (java) S 23626 23628 23331 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156994878 938061824 8761 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23628/tid=23636] ppid=23626 vsize=916076 CPUtime=0
/proc/23628/task/23636/stat : 23636 (java) S 23626 23628 23331 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156994878 938061824 8761 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) 916076

[startup+1784.74 s]
/proc/loadavg: 1.00 0.99 1.00 2/72 23807
/proc/meminfo: memFree=1671688/2055920 swapFree=4192812/4192956
[pid=23628] ppid=23626 vsize=916076 CPUtime=1784.18
/proc/23628/stat : 23628 (java) R 23626 23628 23331 0 -1 0 9038 0 1 0 178409 9 0 0 25 0 8 0 156994870 938061824 8761 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073600081 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23628/statm: 229019 8761 2533 14 0 215489 0
[pid=23628/tid=23630] ppid=23626 vsize=916076 CPUtime=0.02
/proc/23628/task/23630/stat : 23630 (java) S 23626 23628 23331 0 -1 64 201 0 0 0 2 0 0 0 16 0 8 0 156994874 938061824 8761 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23628/tid=23631] ppid=23626 vsize=916076 CPUtime=0
/proc/23628/task/23631/stat : 23631 (java) S 23626 23628 23331 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156994874 938061824 8761 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23628/tid=23632] ppid=23626 vsize=916076 CPUtime=0
/proc/23628/task/23632/stat : 23632 (java) S 23626 23628 23331 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156994874 938061824 8761 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23628/tid=23633] ppid=23626 vsize=916076 CPUtime=0
/proc/23628/task/23633/stat : 23633 (java) S 23626 23628 23331 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156994877 938061824 8761 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23628/tid=23634] ppid=23626 vsize=916076 CPUtime=0.21
/proc/23628/task/23634/stat : 23634 (java) S 23626 23628 23331 0 -1 64 384 0 0 0 20 1 0 0 16 0 8 0 156994877 938061824 8761 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23628/tid=23635] ppid=23626 vsize=916076 CPUtime=0
/proc/23628/task/23635/stat : 23635 (java) S 23626 23628 23331 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156994878 938061824 8761 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23628/tid=23636] ppid=23626 vsize=916076 CPUtime=0
/proc/23628/task/23636/stat : 23636 (java) S 23626 23628 23331 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156994878 938061824 8761 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1784.18
Current children cumulated vsize (KiB) 916076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.66 s]
/proc/loadavg: 1.00 0.99 1.00 2/72 23807
/proc/meminfo: memFree=1671624/2055920 swapFree=4192812/4192956
[pid=23628] ppid=23626 vsize=916076 CPUtime=1800.1
/proc/23628/stat : 23628 (java) R 23626 23628 23331 0 -1 0 9038 0 1 0 180001 9 0 0 25 0 8 0 156994870 938061824 8761 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073702112 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23628/statm: 229019 8761 2533 14 0 215489 0
[pid=23628/tid=23630] ppid=23626 vsize=916076 CPUtime=0.02
/proc/23628/task/23630/stat : 23630 (java) S 23626 23628 23331 0 -1 64 201 0 0 0 2 0 0 0 16 0 8 0 156994874 938061824 8761 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23628/tid=23631] ppid=23626 vsize=916076 CPUtime=0
/proc/23628/task/23631/stat : 23631 (java) S 23626 23628 23331 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156994874 938061824 8761 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23628/tid=23632] ppid=23626 vsize=916076 CPUtime=0
/proc/23628/task/23632/stat : 23632 (java) S 23626 23628 23331 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156994874 938061824 8761 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23628/tid=23633] ppid=23626 vsize=916076 CPUtime=0
/proc/23628/task/23633/stat : 23633 (java) S 23626 23628 23331 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156994877 938061824 8761 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23628/tid=23634] ppid=23626 vsize=916076 CPUtime=0.21
/proc/23628/task/23634/stat : 23634 (java) S 23626 23628 23331 0 -1 64 384 0 0 0 20 1 0 0 16 0 8 0 156994877 938061824 8761 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23628/tid=23635] ppid=23626 vsize=916076 CPUtime=0
/proc/23628/task/23635/stat : 23635 (java) S 23626 23628 23331 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156994878 938061824 8761 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23628/tid=23636] ppid=23626 vsize=916076 CPUtime=0
/proc/23628/task/23636/stat : 23636 (java) S 23626 23628 23331 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156994878 938061824 8761 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 916076

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

Child status: 143
Real time (s): 1800.7
CPU time (s): 1800.14
CPU user time (s): 1800.04
CPU system time (s): 0.099984
CPU usage (%): 99.969
Max. virtual memory (cumulated for all children) (KiB): 916076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.04
system time used= 0.099984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9055
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= 37308
involuntary context switches= 17126

runsolver used 1.68174 s user time and 4.70628 s system time

The end

Launcher Data (download as text)

Begin job on node39 on Sat Jan  6 12:19:09 UTC 2007


IDJOB= 248220
IDBENCH= 11690
FILE ID= node39/248220-1168085947

PBS_JOBID= 3476525

Free space on /tmp= 66532 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  62bd106fcdb51c7a0c693e62b9625686

RANDOM SEED= 692861527

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1692608 kB
Buffers:         30100 kB
Cached:         242648 kB
SwapCached:          0 kB
Active:         101952 kB
Inactive:       190848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1692608 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1656 kB
Writeback:           0 kB
Mapped:          30344 kB
Slab:            56288 kB
Committed_AS:  3064636 kB
PageTables:       1620 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= 66532 MiB



End job on node39 on Sat Jan  6 12:49:13 UTC 2007