Trace number 248207

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.12 1808.3

General information on the benchmark

Nameprimes/primes-30/
primes-30-20-2-5.xml
MD5SUM0abffd8c34631124b100ed9ca15d5e96
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.023995
SatisfiableYES
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Maximum constraint arity7
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.33	   
0.33	Abscon 109 (November, 2006)
0.33	   
0.33	   configuration
0.33	     name=mac.xml
0.36	   
0.36	   instance
0.36	     name=/tmp/evaluation/248207-1168085944/unknown.xml
0.39	   
0.39	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.44	     nbVariables=100  nbDomainTypes=1  minDomainSize=112  maxDomainSize=112
0.44	       =>  wckTime=0.109  cpuTime=0.08  mem=7M927
0.44	   
0.44	   predicates being loaded...
0.46	   
0.46	   constraints being loaded...
0.52	     nbConstraints=20  nbSingletonDomainVariables=37  nbDisconnectedVariables=37  nbUnbuiltConflictsStructures=20
0.52	     nbSharedBinaryRepresentations=0  nbEvaluationManagers=20  nbSharedEvaluationManagers=0  maxDegree=4  maxArity=7
0.52	       =>  wckTime=0.191  cpuTime=0.14  mem=8M902
0.56	   
0.56	   solver IterativeSystematicSolver being built... 
0.72	       =>  wckTime=0.39  cpuTime=0.28  mem=14M657
2.68	   
2.68	   preprocessing
2.68	     nbConstraintChecks=5003218  nbValidityChecks=533  nbPropagations=103  nbRevisions=12  nbUselessRevisions=5
2.68	     nbRemovedValues=217  detectedInconsistency=no
2.68	       =>  wckTime=1.959  cpuTime=1.94  mem=14M657
13.45	   
13.45	   search
13.45	     run=0  nbConstraintChecks=15751086  nbValidityChecks=3417  nbPropagations=2529  nbRevisions=1353
13.45	     nbUselessRevisions=11  nbAssignments=1211  nbFailedAssignments=1180  nbBacktracks=10  nbVisitedNodes=2392
13.45	     nbRestartNogoods=0  mapSize=10  nbInferences=0  nbTooLargeKeys=0
13.45	       =>  wckTime=12.723  cpuTime=12.62  mem=15M641
27.97	   
27.97	   search
27.97	     run=1  nbConstraintChecks=36837549  nbValidityChecks=3641  nbPropagations=8437  nbRevisions=4388
27.97	     nbUselessRevisions=22  nbAssignments=2908  nbFailedAssignments=2860  nbBacktracks=25  nbVisitedNodes=5769
27.97	     nbRestartNogoods=69  mapSize=25  nbInferences=0  nbTooLargeKeys=0
27.97	       =>  wckTime=27.253  cpuTime=27.07  mem=15M641
48.92	   
48.92	   search
48.92	     run=2  nbConstraintChecks=67758508  nbValidityChecks=3865  nbPropagations=19300  nbRevisions=9889
48.92	     nbUselessRevisions=33  nbAssignments=5396  nbFailedAssignments=5324  nbBacktracks=47  nbVisitedNodes=10721
48.92	     nbRestartNogoods=84  mapSize=47  nbInferences=0  nbTooLargeKeys=0
48.92	       =>  wckTime=48.202  cpuTime=47.91  mem=15M641
80.35	   
80.35	   search
80.35	     run=3  nbConstraintChecks=114133675  nbValidityChecks=4089  nbPropagations=37593  nbRevisions=19088
80.35	     nbUselessRevisions=44  nbAssignments=9127  nbFailedAssignments=9020  nbBacktracks=80  nbVisitedNodes=18148
80.35	     nbRestartNogoods=106  mapSize=80  nbInferences=0  nbTooLargeKeys=0
80.35	       =>  wckTime=79.63  cpuTime=79.18  mem=15M641
127.00	   
127.00	   search
127.00	     run=4  nbConstraintChecks=182987690  nbValidityChecks=4313  nbPropagations=66917  nbRevisions=33777
127.00	     nbUselessRevisions=55  nbAssignments=14667  nbFailedAssignments=14508  nbBacktracks=130  nbVisitedNodes=29176
127.00	     nbRestartNogoods=139  mapSize=130  nbInferences=0  nbTooLargeKeys=0
127.00	       =>  wckTime=126.274  cpuTime=125.62  mem=15M641
198.54	   
198.54	   search
198.54	     run=5  nbConstraintChecks=288369833  nbValidityChecks=4537  nbPropagations=113122  nbRevisions=56868
198.54	     nbUselessRevisions=66  nbAssignments=23144  nbFailedAssignments=22908  nbBacktracks=205  nbVisitedNodes=46053
198.54	     nbRestartNogoods=147  mapSize=205  nbInferences=0  nbTooLargeKeys=0
198.54	       =>  wckTime=197.814  cpuTime=196.84  mem=15M641
304.99	   
304.99	   search
304.99	     run=6  nbConstraintChecks=445734312  nbValidityChecks=4761  nbPropagations=184534  nbRevisions=92505
304.99	     nbUselessRevisions=77  nbAssignments=35803  nbFailedAssignments=35452  nbBacktracks=318  nbVisitedNodes=71256
304.99	     nbRestartNogoods=222  mapSize=318  nbInferences=0  nbTooLargeKeys=0
304.99	       =>  wckTime=304.265  cpuTime=302.8  mem=15M641
464.73	   
464.73	   search
464.73	     run=7  nbConstraintChecks=681774759  nbValidityChecks=4985  nbPropagations=293754  nbRevisions=146960
464.73	     nbUselessRevisions=88  nbAssignments=54791  nbFailedAssignments=54268  nbBacktracks=488  nbVisitedNodes=109060
464.73	     nbRestartNogoods=305  mapSize=488  nbInferences=0  nbTooLargeKeys=0
464.73	       =>  wckTime=464.005  cpuTime=461.85  mem=15M641
706.92	   
706.92	   search
706.92	     run=8  nbConstraintChecks=1038639014  nbValidityChecks=5209  nbPropagations=460132  nbRevisions=229865
706.92	     nbUselessRevisions=99  nbAssignments=83497  nbFailedAssignments=82716  nbBacktracks=744  nbVisitedNodes=166214
706.92	     nbRestartNogoods=333  mapSize=744  nbInferences=0  nbTooLargeKeys=0
706.92	       =>  wckTime=706.199  cpuTime=702.96  mem=16M616
998.12	   
998.12	   INFO : Stopping hyperNogood (mapSize=1049, nbTooLargekeys=0, mem=16M616)
1072.23	   
1072.23	   search
1072.23	     run=9  nbConstraintChecks=1573929125  nbValidityChecks=5433  nbPropagations=712244  nbRevisions=355444
1072.23	     nbUselessRevisions=110  nbAssignments=126555  nbFailedAssignments=125388  nbBacktracks=1128  nbVisitedNodes=251944
1072.23	     nbRestartNogoods=391
1072.23	       =>  wckTime=1071.509  cpuTime=1066.61  mem=16M616
1623.40	   
1623.40	   search
1623.40	     run=10  nbConstraintChecks=2376155556  nbValidityChecks=5657  nbPropagations=1092842  nbRevisions=544977
1623.40	     nbUselessRevisions=121  nbAssignments=191085  nbFailedAssignments=189340  nbBacktracks=1705  nbVisitedNodes=380426
1623.40	     nbRestartNogoods=495
1623.40	       =>  wckTime=1622.678  cpuTime=1615.28  mem=16M616

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/node42/watcher-248207-1168085944 -o ROOT/results/node42/solver-248207-1168085944 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/248207-1168085944/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.01 0.19 0.85 2/68 27758
/proc/meminfo: memFree=1581072/2055920 swapFree=4191892/4192956
[pid=27757] ppid=27755 vsize=1784 CPUtime=0
/proc/27757/stat : 27757 (java) D 27755 27757 27653 0 -1 0 192 0 0 0 0 0 0 0 18 0 1 0 156994141 1826816 158 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/27757/statm: 446 158 123 14 0 91 0

[startup+0.1071 s]
/proc/loadavg: 0.01 0.19 0.85 2/68 27758
/proc/meminfo: memFree=1581072/2055920 swapFree=4191892/4192956
[pid=27757] ppid=27755 vsize=911488 CPUtime=0.07
/proc/27757/stat : 27757 (java) R 27755 27757 27653 0 -1 0 2633 0 1 0 5 2 0 0 23 0 8 0 156994141 933363712 2380 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155583363 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27757/statm: 227872 2380 1284 14 0 215051 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 911488

[startup+0.515145 s]
/proc/loadavg: 0.01 0.19 0.85 2/68 27758
/proc/meminfo: memFree=1581072/2055920 swapFree=4191892/4192956
[pid=27757] ppid=27755 vsize=915456 CPUtime=0.46
/proc/27757/stat : 27757 (java) R 27755 27757 27653 0 -1 0 6625 0 1 0 42 4 0 0 25 0 8 0 156994141 937426944 6364 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072934642 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27757/statm: 228864 6364 2167 14 0 215334 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 915456

[startup+1.33723 s]
/proc/loadavg: 0.01 0.19 0.85 3/87 27777
/proc/meminfo: memFree=1529720/2055920 swapFree=4191892/4192956
[pid=27757] ppid=27755 vsize=915456 CPUtime=1.28
/proc/27757/stat : 27757 (java) R 27755 27757 27653 0 -1 0 8619 0 1 0 122 6 0 0 25 0 8 0 156994141 937426944 8357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073697167 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27757/statm: 228864 8357 2528 14 0 215334 0
[pid=27757/tid=27764] ppid=27755 vsize=915456 CPUtime=0.02
/proc/27757/task/27764/stat : 27764 (java) S 27755 27757 27653 0 -1 64 196 0 0 0 2 0 0 0 16 0 8 0 156994147 937426944 8357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27765] ppid=27755 vsize=915456 CPUtime=0
/proc/27757/task/27765/stat : 27765 (java) S 27755 27757 27653 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156994148 937426944 8357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27766] ppid=27755 vsize=915456 CPUtime=0
/proc/27757/task/27766/stat : 27766 (java) S 27755 27757 27653 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156994148 937426944 8357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27770] ppid=27755 vsize=915456 CPUtime=0
/proc/27757/task/27770/stat : 27770 (java) S 27755 27757 27653 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156994151 937426944 8357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27771] ppid=27755 vsize=915456 CPUtime=0.12
/proc/27757/task/27771/stat : 27771 (java) S 27755 27757 27653 0 -1 64 332 0 0 0 12 0 0 0 16 0 8 0 156994151 937426944 8357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27772] ppid=27755 vsize=915456 CPUtime=0
/proc/27757/task/27772/stat : 27772 (java) S 27755 27757 27653 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156994151 937426944 8357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27773] ppid=27755 vsize=915456 CPUtime=0
/proc/27757/task/27773/stat : 27773 (java) S 27755 27757 27653 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156994151 937426944 8357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 915456

[startup+2.98441 s]
/proc/loadavg: 0.01 0.19 0.85 3/87 27777
/proc/meminfo: memFree=1529528/2055920 swapFree=4191892/4192956
[pid=27757] ppid=27755 vsize=915456 CPUtime=2.92
/proc/27757/stat : 27757 (java) R 27755 27757 27653 0 -1 0 8728 0 1 0 286 6 0 0 25 0 8 0 156994141 937426944 8464 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479193 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27757/statm: 228864 8464 2529 14 0 215334 0
[pid=27757/tid=27764] ppid=27755 vsize=915456 CPUtime=0.02
/proc/27757/task/27764/stat : 27764 (java) S 27755 27757 27653 0 -1 64 196 0 0 0 2 0 0 0 17 0 8 0 156994147 937426944 8464 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27765] ppid=27755 vsize=915456 CPUtime=0
/proc/27757/task/27765/stat : 27765 (java) S 27755 27757 27653 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156994148 937426944 8464 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27766] ppid=27755 vsize=915456 CPUtime=0
/proc/27757/task/27766/stat : 27766 (java) S 27755 27757 27653 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156994148 937426944 8464 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27770] ppid=27755 vsize=915456 CPUtime=0
/proc/27757/task/27770/stat : 27770 (java) S 27755 27757 27653 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156994151 937426944 8464 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27771] ppid=27755 vsize=915456 CPUtime=0.13
/proc/27757/task/27771/stat : 27771 (java) S 27755 27757 27653 0 -1 64 342 0 0 0 13 0 0 0 15 0 8 0 156994151 937426944 8464 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27772] ppid=27755 vsize=915456 CPUtime=0
/proc/27757/task/27772/stat : 27772 (java) S 27755 27757 27653 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156994151 937426944 8464 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27773] ppid=27755 vsize=915456 CPUtime=0
/proc/27757/task/27773/stat : 27773 (java) S 27755 27757 27653 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156994151 937426944 8464 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 915456

[startup+6.26277 s]
/proc/loadavg: 0.17 0.22 0.86 3/87 27777
/proc/meminfo: memFree=1528632/2055920 swapFree=4191892/4192956
[pid=27757] ppid=27755 vsize=915456 CPUtime=6.19
/proc/27757/stat : 27757 (java) R 27755 27757 27653 0 -1 0 8741 0 1 0 613 6 0 0 25 0 8 0 156994141 937426944 8474 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073696228 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27757/statm: 228864 8474 2530 14 0 215334 0
[pid=27757/tid=27764] ppid=27755 vsize=915456 CPUtime=0.02
/proc/27757/task/27764/stat : 27764 (java) S 27755 27757 27653 0 -1 64 196 0 0 0 2 0 0 0 16 0 8 0 156994147 937426944 8474 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27765] ppid=27755 vsize=915456 CPUtime=0
/proc/27757/task/27765/stat : 27765 (java) S 27755 27757 27653 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156994148 937426944 8474 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27766] ppid=27755 vsize=915456 CPUtime=0
/proc/27757/task/27766/stat : 27766 (java) S 27755 27757 27653 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156994148 937426944 8474 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27770] ppid=27755 vsize=915456 CPUtime=0
/proc/27757/task/27770/stat : 27770 (java) S 27755 27757 27653 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156994151 937426944 8474 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27771] ppid=27755 vsize=915456 CPUtime=0.15
/proc/27757/task/27771/stat : 27771 (java) S 27755 27757 27653 0 -1 64 346 0 0 0 14 1 0 0 15 0 8 0 156994151 937426944 8474 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27772] ppid=27755 vsize=915456 CPUtime=0
/proc/27757/task/27772/stat : 27772 (java) S 27755 27757 27653 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156994151 937426944 8474 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27773] ppid=27755 vsize=915456 CPUtime=0
/proc/27757/task/27773/stat : 27773 (java) S 27755 27757 27653 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156994151 937426944 8474 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 915456

[startup+12.7465 s]
/proc/loadavg: 0.31 0.24 0.86 3/87 27777
/proc/meminfo: memFree=1528376/2055920 swapFree=4191892/4192956
[pid=27757] ppid=27755 vsize=915456 CPUtime=12.63
/proc/27757/stat : 27757 (java) R 27755 27757 27653 0 -1 0 8751 0 1 0 1257 6 0 0 25 0 8 0 156994141 937426944 8480 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073697167 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27757/statm: 228864 8480 2530 14 0 215334 0
[pid=27757/tid=27764] ppid=27755 vsize=915456 CPUtime=0.02
/proc/27757/task/27764/stat : 27764 (java) S 27755 27757 27653 0 -1 64 196 0 0 0 2 0 0 0 16 0 8 0 156994147 937426944 8480 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27765] ppid=27755 vsize=915456 CPUtime=0
/proc/27757/task/27765/stat : 27765 (java) S 27755 27757 27653 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156994148 937426944 8480 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27766] ppid=27755 vsize=915456 CPUtime=0
/proc/27757/task/27766/stat : 27766 (java) S 27755 27757 27653 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156994148 937426944 8480 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27770] ppid=27755 vsize=915456 CPUtime=0
/proc/27757/task/27770/stat : 27770 (java) S 27755 27757 27653 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156994151 937426944 8480 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27771] ppid=27755 vsize=915456 CPUtime=0.16
/proc/27757/task/27771/stat : 27771 (java) S 27755 27757 27653 0 -1 64 354 0 0 0 15 1 0 0 16 0 8 0 156994151 937426944 8480 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27772] ppid=27755 vsize=915456 CPUtime=0
/proc/27757/task/27772/stat : 27772 (java) S 27755 27757 27653 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156994151 937426944 8480 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27773] ppid=27755 vsize=915456 CPUtime=0
/proc/27757/task/27773/stat : 27773 (java) S 27755 27757 27653 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156994151 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) 12.63
Current children cumulated vsize (KiB) 915456

[startup+25.5819 s]
/proc/loadavg: 0.69 0.33 0.88 3/87 27777
/proc/meminfo: memFree=1528056/2055920 swapFree=4191892/4192956
[pid=27757] ppid=27755 vsize=915456 CPUtime=25.43
/proc/27757/stat : 27757 (java) R 27755 27757 27653 0 -1 0 8784 0 1 0 2536 7 0 0 25 0 8 0 156994141 937426944 8508 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073700052 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27757/statm: 228864 8508 2533 14 0 215334 0
[pid=27757/tid=27764] ppid=27755 vsize=915456 CPUtime=0.02
/proc/27757/task/27764/stat : 27764 (java) S 27755 27757 27653 0 -1 64 197 0 0 0 2 0 0 0 16 0 8 0 156994147 937426944 8508 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27765] ppid=27755 vsize=915456 CPUtime=0
/proc/27757/task/27765/stat : 27765 (java) S 27755 27757 27653 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156994148 937426944 8508 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27766] ppid=27755 vsize=915456 CPUtime=0
/proc/27757/task/27766/stat : 27766 (java) S 27755 27757 27653 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156994148 937426944 8508 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27770] ppid=27755 vsize=915456 CPUtime=0
/proc/27757/task/27770/stat : 27770 (java) S 27755 27757 27653 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156994151 937426944 8508 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27771] ppid=27755 vsize=915456 CPUtime=0.19
/proc/27757/task/27771/stat : 27771 (java) S 27755 27757 27653 0 -1 64 372 0 0 0 18 1 0 0 15 0 8 0 156994151 937426944 8508 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27772] ppid=27755 vsize=915456 CPUtime=0
/proc/27757/task/27772/stat : 27772 (java) S 27755 27757 27653 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156994151 937426944 8508 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27773] ppid=27755 vsize=915456 CPUtime=0
/proc/27757/task/27773/stat : 27773 (java) S 27755 27757 27653 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156994151 937426944 8508 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 915456

[startup+51.2718 s]
/proc/loadavg: 1.13 0.46 0.91 3/87 27777
/proc/meminfo: memFree=1527544/2055920 swapFree=4191892/4192956
[pid=27757] ppid=27755 vsize=915456 CPUtime=50.99
/proc/27757/stat : 27757 (java) R 27755 27757 27653 0 -1 0 8799 0 1 0 5092 7 0 0 25 0 8 0 156994141 937426944 8521 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073698856 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27757/statm: 228864 8521 2533 14 0 215334 0
[pid=27757/tid=27764] ppid=27755 vsize=915456 CPUtime=0.02
/proc/27757/task/27764/stat : 27764 (java) S 27755 27757 27653 0 -1 64 197 0 0 0 2 0 0 0 16 0 8 0 156994147 937426944 8521 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27765] ppid=27755 vsize=915456 CPUtime=0
/proc/27757/task/27765/stat : 27765 (java) S 27755 27757 27653 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156994148 937426944 8521 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27766] ppid=27755 vsize=915456 CPUtime=0
/proc/27757/task/27766/stat : 27766 (java) S 27755 27757 27653 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156994148 937426944 8521 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27770] ppid=27755 vsize=915456 CPUtime=0
/proc/27757/task/27770/stat : 27770 (java) S 27755 27757 27653 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156994151 937426944 8521 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27771] ppid=27755 vsize=915456 CPUtime=0.19
/proc/27757/task/27771/stat : 27771 (java) S 27755 27757 27653 0 -1 64 374 0 0 0 18 1 0 0 16 0 8 0 156994151 937426944 8521 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27772] ppid=27755 vsize=915456 CPUtime=0
/proc/27757/task/27772/stat : 27772 (java) S 27755 27757 27653 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156994151 937426944 8521 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27773] ppid=27755 vsize=915456 CPUtime=0
/proc/27757/task/27773/stat : 27773 (java) S 27755 27757 27653 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156994151 937426944 8521 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 915456

[startup+102.544 s]
/proc/loadavg: 1.62 0.70 0.96 3/87 27777
/proc/meminfo: memFree=1527416/2055920 swapFree=4191892/4192956
[pid=27757] ppid=27755 vsize=915456 CPUtime=102.04
/proc/27757/stat : 27757 (java) R 27755 27757 27653 0 -1 0 8814 0 1 0 10197 7 0 0 25 0 8 0 156994141 937426944 8535 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073694447 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27757/statm: 228864 8535 2533 14 0 215334 0
[pid=27757/tid=27764] ppid=27755 vsize=915456 CPUtime=0.02
/proc/27757/task/27764/stat : 27764 (java) S 27755 27757 27653 0 -1 64 197 0 0 0 2 0 0 0 16 0 8 0 156994147 937426944 8535 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27765] ppid=27755 vsize=915456 CPUtime=0
/proc/27757/task/27765/stat : 27765 (java) S 27755 27757 27653 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156994148 937426944 8535 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27766] ppid=27755 vsize=915456 CPUtime=0
/proc/27757/task/27766/stat : 27766 (java) S 27755 27757 27653 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156994148 937426944 8535 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27770] ppid=27755 vsize=915456 CPUtime=0
/proc/27757/task/27770/stat : 27770 (java) S 27755 27757 27653 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156994151 937426944 8535 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27771] ppid=27755 vsize=915456 CPUtime=0.19
/proc/27757/task/27771/stat : 27771 (java) S 27755 27757 27653 0 -1 64 374 0 0 0 18 1 0 0 16 0 8 0 156994151 937426944 8535 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27772] ppid=27755 vsize=915456 CPUtime=0
/proc/27757/task/27772/stat : 27772 (java) S 27755 27757 27653 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156994151 937426944 8535 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27773] ppid=27755 vsize=915456 CPUtime=0
/proc/27757/task/27773/stat : 27773 (java) S 27755 27757 27653 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156994151 937426944 8535 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.04
Current children cumulated vsize (KiB) 915456

[startup+162.553 s]
/proc/loadavg: 1.93 0.95 1.03 3/87 27777
/proc/meminfo: memFree=1527352/2055920 swapFree=4191892/4192956
[pid=27757] ppid=27755 vsize=915456 CPUtime=161.78
/proc/27757/stat : 27757 (java) R 27755 27757 27653 0 -1 0 8829 0 1 0 16171 7 0 0 25 0 8 0 156994141 937426944 8550 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073696281 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

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

[startup+1482.72 s]
/proc/loadavg: 2.15 2.00 1.75 3/87 28001
/proc/meminfo: memFree=1472112/2055920 swapFree=4191892/4192956
[pid=27757] ppid=27755 vsize=915456 CPUtime=1476.01
/proc/27757/stat : 27757 (java) R 27755 27757 27653 0 -1 0 9024 0 1 0 147586 15 0 0 25 0 8 0 156994141 937426944 8742 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073700055 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27757/statm: 228864 8742 2533 14 0 215334 0
[pid=27757/tid=27764] ppid=27755 vsize=915456 CPUtime=0.02
/proc/27757/task/27764/stat : 27764 (java) S 27755 27757 27653 0 -1 64 197 0 0 0 2 0 0 0 16 0 8 0 156994147 937426944 8742 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27765] ppid=27755 vsize=915456 CPUtime=0
/proc/27757/task/27765/stat : 27765 (java) S 27755 27757 27653 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156994148 937426944 8742 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27766] ppid=27755 vsize=915456 CPUtime=0
/proc/27757/task/27766/stat : 27766 (java) S 27755 27757 27653 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156994148 937426944 8742 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27770] ppid=27755 vsize=915456 CPUtime=0
/proc/27757/task/27770/stat : 27770 (java) S 27755 27757 27653 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156994151 937426944 8742 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27771] ppid=27755 vsize=915456 CPUtime=0.21
/proc/27757/task/27771/stat : 27771 (java) S 27755 27757 27653 0 -1 64 382 0 0 0 20 1 0 0 17 0 8 0 156994151 937426944 8742 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27772] ppid=27755 vsize=915456 CPUtime=0
/proc/27757/task/27772/stat : 27772 (java) S 27755 27757 27653 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156994151 937426944 8742 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27773] ppid=27755 vsize=915456 CPUtime=0
/proc/27757/task/27773/stat : 27773 (java) S 27755 27757 27653 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156994151 937426944 8742 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1476.01
Current children cumulated vsize (KiB) 915456

[startup+1542.73 s]
/proc/loadavg: 2.06 2.00 1.76 3/87 28001
/proc/meminfo: memFree=1472048/2055920 swapFree=4191892/4192956
[pid=27757] ppid=27755 vsize=915456 CPUtime=1535.75
/proc/27757/stat : 27757 (java) R 27755 27757 27653 0 -1 0 9024 0 1 0 153560 15 0 0 25 0 8 0 156994141 937426944 8742 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073699936 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27757/statm: 228864 8742 2533 14 0 215334 0
[pid=27757/tid=27764] ppid=27755 vsize=915456 CPUtime=0.02
/proc/27757/task/27764/stat : 27764 (java) S 27755 27757 27653 0 -1 64 197 0 0 0 2 0 0 0 16 0 8 0 156994147 937426944 8742 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27765] ppid=27755 vsize=915456 CPUtime=0
/proc/27757/task/27765/stat : 27765 (java) S 27755 27757 27653 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156994148 937426944 8742 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27766] ppid=27755 vsize=915456 CPUtime=0
/proc/27757/task/27766/stat : 27766 (java) S 27755 27757 27653 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156994148 937426944 8742 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27770] ppid=27755 vsize=915456 CPUtime=0
/proc/27757/task/27770/stat : 27770 (java) S 27755 27757 27653 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156994151 937426944 8742 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27771] ppid=27755 vsize=915456 CPUtime=0.21
/proc/27757/task/27771/stat : 27771 (java) S 27755 27757 27653 0 -1 64 382 0 0 0 20 1 0 0 17 0 8 0 156994151 937426944 8742 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27772] ppid=27755 vsize=915456 CPUtime=0
/proc/27757/task/27772/stat : 27772 (java) S 27755 27757 27653 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156994151 937426944 8742 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27773] ppid=27755 vsize=915456 CPUtime=0
/proc/27757/task/27773/stat : 27773 (java) S 27755 27757 27653 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156994151 937426944 8742 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1535.75
Current children cumulated vsize (KiB) 915456

[startup+1602.74 s]
/proc/loadavg: 2.06 2.01 1.77 3/87 28001
/proc/meminfo: memFree=1472048/2055920 swapFree=4191892/4192956
[pid=27757] ppid=27755 vsize=915456 CPUtime=1595.5
/proc/27757/stat : 27757 (java) R 27755 27757 27653 0 -1 0 9024 0 1 0 159535 15 0 0 25 0 8 0 156994141 937426944 8742 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073696291 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27757/statm: 228864 8742 2533 14 0 215334 0
[pid=27757/tid=27764] ppid=27755 vsize=915456 CPUtime=0.02
/proc/27757/task/27764/stat : 27764 (java) S 27755 27757 27653 0 -1 64 197 0 0 0 2 0 0 0 16 0 8 0 156994147 937426944 8742 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27765] ppid=27755 vsize=915456 CPUtime=0
/proc/27757/task/27765/stat : 27765 (java) S 27755 27757 27653 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156994148 937426944 8742 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27766] ppid=27755 vsize=915456 CPUtime=0
/proc/27757/task/27766/stat : 27766 (java) S 27755 27757 27653 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156994148 937426944 8742 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27770] ppid=27755 vsize=915456 CPUtime=0
/proc/27757/task/27770/stat : 27770 (java) S 27755 27757 27653 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156994151 937426944 8742 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27771] ppid=27755 vsize=915456 CPUtime=0.21
/proc/27757/task/27771/stat : 27771 (java) S 27755 27757 27653 0 -1 64 382 0 0 0 20 1 0 0 17 0 8 0 156994151 937426944 8742 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27772] ppid=27755 vsize=915456 CPUtime=0
/proc/27757/task/27772/stat : 27772 (java) S 27755 27757 27653 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156994151 937426944 8742 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27773] ppid=27755 vsize=915456 CPUtime=0
/proc/27757/task/27773/stat : 27773 (java) S 27755 27757 27653 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156994151 937426944 8742 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1595.5
Current children cumulated vsize (KiB) 915456

[startup+1662.75 s]
/proc/loadavg: 2.02 2.01 1.79 3/87 28001
/proc/meminfo: memFree=1472048/2055920 swapFree=4191892/4192956
[pid=27757] ppid=27755 vsize=915456 CPUtime=1655.23
/proc/27757/stat : 27757 (java) R 27755 27757 27653 0 -1 0 9027 0 1 0 165508 15 0 0 25 0 8 0 156994141 937426944 8745 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073698863 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27757/statm: 228864 8745 2533 14 0 215334 0
[pid=27757/tid=27764] ppid=27755 vsize=915456 CPUtime=0.02
/proc/27757/task/27764/stat : 27764 (java) S 27755 27757 27653 0 -1 64 197 0 0 0 2 0 0 0 16 0 8 0 156994147 937426944 8745 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27765] ppid=27755 vsize=915456 CPUtime=0
/proc/27757/task/27765/stat : 27765 (java) S 27755 27757 27653 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156994148 937426944 8745 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27766] ppid=27755 vsize=915456 CPUtime=0
/proc/27757/task/27766/stat : 27766 (java) S 27755 27757 27653 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156994148 937426944 8745 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27770] ppid=27755 vsize=915456 CPUtime=0
/proc/27757/task/27770/stat : 27770 (java) S 27755 27757 27653 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156994151 937426944 8745 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27771] ppid=27755 vsize=915456 CPUtime=0.21
/proc/27757/task/27771/stat : 27771 (java) S 27755 27757 27653 0 -1 64 382 0 0 0 20 1 0 0 17 0 8 0 156994151 937426944 8745 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27772] ppid=27755 vsize=915456 CPUtime=0
/proc/27757/task/27772/stat : 27772 (java) S 27755 27757 27653 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156994151 937426944 8745 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27773] ppid=27755 vsize=915456 CPUtime=0
/proc/27757/task/27773/stat : 27773 (java) S 27755 27757 27653 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156994151 937426944 8745 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1655.23
Current children cumulated vsize (KiB) 915456

[startup+1722.76 s]
/proc/loadavg: 2.01 2.00 1.80 3/87 28001
/proc/meminfo: memFree=1471984/2055920 swapFree=4191892/4192956
[pid=27757] ppid=27755 vsize=915456 CPUtime=1714.97
/proc/27757/stat : 27757 (java) R 27755 27757 27653 0 -1 0 9027 0 1 0 171482 15 0 0 25 0 8 0 156994141 937426944 8745 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073704951 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27757/statm: 228864 8745 2533 14 0 215334 0
[pid=27757/tid=27764] ppid=27755 vsize=915456 CPUtime=0.02
/proc/27757/task/27764/stat : 27764 (java) S 27755 27757 27653 0 -1 64 197 0 0 0 2 0 0 0 16 0 8 0 156994147 937426944 8745 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27765] ppid=27755 vsize=915456 CPUtime=0
/proc/27757/task/27765/stat : 27765 (java) S 27755 27757 27653 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156994148 937426944 8745 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27766] ppid=27755 vsize=915456 CPUtime=0
/proc/27757/task/27766/stat : 27766 (java) S 27755 27757 27653 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156994148 937426944 8745 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27770] ppid=27755 vsize=915456 CPUtime=0
/proc/27757/task/27770/stat : 27770 (java) S 27755 27757 27653 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156994151 937426944 8745 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27771] ppid=27755 vsize=915456 CPUtime=0.21
/proc/27757/task/27771/stat : 27771 (java) S 27755 27757 27653 0 -1 64 382 0 0 0 20 1 0 0 17 0 8 0 156994151 937426944 8745 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27772] ppid=27755 vsize=915456 CPUtime=0
/proc/27757/task/27772/stat : 27772 (java) S 27755 27757 27653 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156994151 937426944 8745 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27773] ppid=27755 vsize=915456 CPUtime=0
/proc/27757/task/27773/stat : 27773 (java) S 27755 27757 27653 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156994151 937426944 8745 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1714.97
Current children cumulated vsize (KiB) 915456

[startup+1782.77 s]
/proc/loadavg: 2.00 2.00 1.81 3/87 28001
/proc/meminfo: memFree=1471984/2055920 swapFree=4191892/4192956
[pid=27757] ppid=27755 vsize=915456 CPUtime=1774.71
/proc/27757/stat : 27757 (java) R 27755 27757 27653 0 -1 0 9027 0 1 0 177456 15 0 0 25 0 8 0 156994141 937426944 8745 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073700867 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27757/statm: 228864 8745 2533 14 0 215334 0
[pid=27757/tid=27764] ppid=27755 vsize=915456 CPUtime=0.02
/proc/27757/task/27764/stat : 27764 (java) S 27755 27757 27653 0 -1 64 197 0 0 0 2 0 0 0 16 0 8 0 156994147 937426944 8745 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27765] ppid=27755 vsize=915456 CPUtime=0
/proc/27757/task/27765/stat : 27765 (java) S 27755 27757 27653 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156994148 937426944 8745 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27766] ppid=27755 vsize=915456 CPUtime=0
/proc/27757/task/27766/stat : 27766 (java) S 27755 27757 27653 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156994148 937426944 8745 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27770] ppid=27755 vsize=915456 CPUtime=0
/proc/27757/task/27770/stat : 27770 (java) S 27755 27757 27653 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156994151 937426944 8745 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27771] ppid=27755 vsize=915456 CPUtime=0.21
/proc/27757/task/27771/stat : 27771 (java) S 27755 27757 27653 0 -1 64 382 0 0 0 20 1 0 0 17 0 8 0 156994151 937426944 8745 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27772] ppid=27755 vsize=915456 CPUtime=0
/proc/27757/task/27772/stat : 27772 (java) S 27755 27757 27653 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156994151 937426944 8745 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27773] ppid=27755 vsize=915456 CPUtime=0
/proc/27757/task/27773/stat : 27773 (java) S 27755 27757 27653 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156994151 937426944 8745 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1774.71
Current children cumulated vsize (KiB) 915456



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.25 s]
/proc/loadavg: 2.00 2.00 1.81 3/87 28001
/proc/meminfo: memFree=1471920/2055920 swapFree=4191892/4192956
[pid=27757] ppid=27755 vsize=915456 CPUtime=1800.07
/proc/27757/stat : 27757 (java) R 27755 27757 27653 0 -1 0 9027 0 1 0 179992 15 0 0 25 0 8 0 156994141 937426944 8745 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073700616 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27757/statm: 228864 8745 2533 14 0 215334 0
[pid=27757/tid=27764] ppid=27755 vsize=915456 CPUtime=0.02
/proc/27757/task/27764/stat : 27764 (java) S 27755 27757 27653 0 -1 64 197 0 0 0 2 0 0 0 16 0 8 0 156994147 937426944 8745 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27765] ppid=27755 vsize=915456 CPUtime=0
/proc/27757/task/27765/stat : 27765 (java) S 27755 27757 27653 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156994148 937426944 8745 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27766] ppid=27755 vsize=915456 CPUtime=0
/proc/27757/task/27766/stat : 27766 (java) S 27755 27757 27653 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156994148 937426944 8745 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27770] ppid=27755 vsize=915456 CPUtime=0
/proc/27757/task/27770/stat : 27770 (java) S 27755 27757 27653 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156994151 937426944 8745 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27771] ppid=27755 vsize=915456 CPUtime=0.21
/proc/27757/task/27771/stat : 27771 (java) S 27755 27757 27653 0 -1 64 382 0 0 0 20 1 0 0 17 0 8 0 156994151 937426944 8745 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27772] ppid=27755 vsize=915456 CPUtime=0
/proc/27757/task/27772/stat : 27772 (java) S 27755 27757 27653 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156994151 937426944 8745 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27757/tid=27773] ppid=27755 vsize=915456 CPUtime=0
/proc/27757/task/27773/stat : 27773 (java) S 27755 27757 27653 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156994151 937426944 8745 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 915456

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

Child status: 143
Real time (s): 1808.3
CPU time (s): 1800.12
CPU user time (s): 1799.96
CPU system time (s): 0.157975
CPU usage (%): 99.5476
Max. virtual memory (cumulated for all children) (KiB): 915456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.96
system time used= 0.157975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9045
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= 37703
involuntary context switches= 76887

runsolver used 1.49377 s user time and 4.92225 s system time

The end

Launcher Data (download as text)

Begin job on node42 on Sat Jan  6 12:19:06 UTC 2007


IDJOB= 248207
IDBENCH= 11689
FILE ID= node42/248207-1168085944

PBS_JOBID= 3476583

Free space on /tmp= 66542 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  0abffd8c34631124b100ed9ca15d5e96

RANDOM SEED= 107598401

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.229
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.229
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:       1581488 kB
Buffers:         29436 kB
Cached:         357420 kB
SwapCached:        268 kB
Active:          47904 kB
Inactive:       358388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1581488 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            3348 kB
Writeback:           0 kB
Mapped:          28300 kB
Slab:            53948 kB
Committed_AS:  2784612 kB
PageTables:       1616 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66541 MiB



End job on node42 on Sat Jan  6 12:49:18 UTC 2007