Trace number 3710018

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.58 1795.47

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K160.opb
MD5SUM4be3ef5c0a6baf670611a9fd5e5deae8
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables19040
Total number of constraints19362
Number of constraints which are clauses19202
Number of constraints which are cardinality constraints (but not clauses)160
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint160
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 161
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.04/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.08	c See www.sat4j.org for details.
0.04/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.04/0.08	c version 2.3.2.v20120418
0.04/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.08	c java.vm.version	19.1-b02
0.04/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.08	c sun.arch.data.model	64
0.04/0.08	c java.version		1.6.0_24
0.04/0.08	c os.name		Linux
0.04/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.08	c os.arch		amd64
0.04/0.08	c Free memory 		501472288
0.04/0.08	c Max memory 		7480803328
0.04/0.08	c Total memory 		504102912
0.04/0.08	c Number of processors 	8
0.10/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.12	c configuring ORDERS
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=true
0.10/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3710018-1338217860.opb
0.10/0.12	c reading problem ... 
0.92/0.56	c ... done. Wall clock time 0.445s.
0.92/0.56	c declared #vars     19040
0.92/0.56	c #constraints  19362
0.92/0.56	c constraints type 
0.92/0.56	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 17133
0.92/0.56	c org.sat4j.minisat.constraints.card.MinWatchCard => 160
0.92/0.56	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.92/0.56	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2067
0.92/0.56	c 19362 constraints processed.
4.31/3.37	c cleaning 2467 clauses out of 4996 with flag 5002/5002
7.79/6.60	c cleaning 4130 clauses out of 8521 with flag 11002/11002
11.29/10.10	c cleaning 5528 clauses out of 11383 with flag 18000/18000
15.00/13.82	c cleaning 6847 clauses out of 13847 with flag 26000/26000
19.36/18.12	c cleaning 7846 clauses out of 15997 with flag 35000/35000
24.57/23.30	c cleaning 8573 clauses out of 18151 with flag 45000/45000
29.88/28.64	c cleaning 9125 clauses out of 20576 with flag 56000/56000
35.69/34.44	c cleaning 9796 clauses out of 23445 with flag 68000/68000
42.19/40.95	c cleaning 10418 clauses out of 26647 with flag 81001/81001
49.76/48.49	c cleaning 11959 clauses out of 30223 with flag 95000/95000
57.71/56.36	c cleaning 11942 clauses out of 33264 with flag 110000/110000
66.03/64.64	c cleaning 13070 clauses out of 37322 with flag 126001/126001
73.85/72.50	c cleaning 14434 clauses out of 41251 with flag 143000/143000
82.74/81.22	c cleaning 15651 clauses out of 44818 with flag 161001/161001
91.44/89.99	c cleaning 16611 clauses out of 48167 with flag 180001/180001
100.96/99.43	c cleaning 17536 clauses out of 51555 with flag 200001/200001
111.70/110.16	c cleaning 18335 clauses out of 55019 with flag 221001/221001
122.74/121.12	c cleaning 19210 clauses out of 58681 with flag 243001/243001
133.86/132.28	c cleaning 19620 clauses out of 62468 with flag 266000/266000
145.70/144.06	c cleaning 20914 clauses out of 66848 with flag 290000/290000
159.30/157.67	c cleaning 21639 clauses out of 70934 with flag 315000/315000
172.83/171.12	c cleaning 23056 clauses out of 75294 with flag 341000/341000
185.89/184.16	c cleaning 23891 clauses out of 79241 with flag 368004/368004
199.33/197.53	c cleaning 24720 clauses out of 83349 with flag 396003/396003
213.35/211.58	c cleaning 25415 clauses out of 87625 with flag 425000/425000
227.97/226.13	c cleaning 27112 clauses out of 92208 with flag 455000/455000
244.60/242.77	c cleaning 27186 clauses out of 96094 with flag 486000/486000
259.44/257.56	c cleaning 28317 clauses out of 100908 with flag 518000/518000
276.67/274.75	c cleaning 28693 clauses out of 105592 with flag 551001/551001
295.63/293.64	c cleaning 30621 clauses out of 110899 with flag 585001/585001
313.37/311.32	c cleaning 31558 clauses out of 115277 with flag 620000/620000
332.12/330.09	c cleaning 32110 clauses out of 119715 with flag 656000/656000
350.44/348.31	c cleaning 32137 clauses out of 124607 with flag 693002/693002
368.89/366.75	c cleaning 34208 clauses out of 130469 with flag 731001/731001
388.52/386.33	c cleaning 35240 clauses out of 135261 with flag 770003/770003
410.65/408.47	c cleaning 35925 clauses out of 140019 with flag 810001/810001
431.69/429.40	c cleaning 36869 clauses out of 145091 with flag 851000/851000
458.22/455.95	c cleaning 38247 clauses out of 150221 with flag 893001/893001
479.97/477.64	c cleaning 38495 clauses out of 154973 with flag 936000/936000
505.40/503.03	c cleaning 40150 clauses out of 160477 with flag 980002/980002
529.62/527.21	c cleaning 41595 clauses out of 165325 with flag 1025000/1025000
554.44/552.10	c cleaning 41992 clauses out of 169730 with flag 1071000/1071000
582.25/579.88	c cleaning 43018 clauses out of 174738 with flag 1118000/1118000
610.50/608.00	c cleaning 43847 clauses out of 179720 with flag 1166000/1166000
640.43/637.97	c cleaning 45334 clauses out of 184874 with flag 1215001/1215001
676.88/674.33	c cleaning 47213 clauses out of 189539 with flag 1265000/1265000
704.96/702.36	c cleaning 46451 clauses out of 193326 with flag 1316000/1316000
732.69/730.08	c cleaning 48675 clauses out of 198875 with flag 1368000/1368000
765.45/762.77	c cleaning 49703 clauses out of 203200 with flag 1421000/1421000
798.43/795.61	c cleaning 49348 clauses out of 207497 with flag 1475000/1475000
829.29/826.41	c cleaning 50286 clauses out of 213150 with flag 1530001/1530001
859.75/856.85	c cleaning 51663 clauses out of 218862 with flag 1586001/1586001
895.69/892.70	c cleaning 52627 clauses out of 224199 with flag 1643001/1643001
931.14/928.16	c cleaning 54397 clauses out of 229573 with flag 1701002/1701002
968.00/964.94	c cleaning 54477 clauses out of 234175 with flag 1760001/1760001
1001.95/998.83	c cleaning 55308 clauses out of 239693 with flag 1820000/1820000
1040.31/1037.14	c cleaning 57106 clauses out of 245389 with flag 1881004/1881004
1077.25/1074.02	c cleaning 57935 clauses out of 250279 with flag 1943000/1943000
1117.28/1114.09	c cleaning 59954 clauses out of 255344 with flag 2006000/2006000
1163.85/1160.52	c cleaning 60660 clauses out of 259390 with flag 2070000/2070000
1213.62/1210.23	c cleaning 62611 clauses out of 263730 with flag 2135000/2135000
1257.12/1253.63	c cleaning 62201 clauses out of 267121 with flag 2201002/2201002
1304.39/1300.85	c cleaning 63542 clauses out of 271920 with flag 2268004/2268004
1348.29/1344.60	c cleaning 64036 clauses out of 276374 with flag 2336000/2336000
1389.96/1386.29	c cleaning 65048 clauses out of 281340 with flag 2405002/2405002
1442.44/1438.65	c cleaning 67538 clauses out of 286290 with flag 2475000/2475000
1488.47/1484.52	c cleaning 67867 clauses out of 289752 with flag 2546000/2546000
1537.74/1533.76	c cleaning 68090 clauses out of 293885 with flag 2618000/2618000
1587.55/1583.42	c cleaning 68357 clauses out of 298795 with flag 2691000/2691000
1637.22/1633.06	c cleaning 69702 clauses out of 304436 with flag 2765000/2765000
1698.60/1694.17	c cleaning 71971 clauses out of 309734 with flag 2840000/2840000
1750.75/1746.24	c cleaning 72611 clauses out of 313766 with flag 2916003/2916003
1800.05/1795.41	c starts		: 230
1800.05/1795.41	c conflicts		: 2987802
1800.05/1795.41	c decisions		: 16903879
1800.05/1795.41	c propagations		: 2774253335
1800.05/1795.41	c inspects		: 5954610135
1800.05/1795.41	c shortcuts		: 0
1800.05/1795.41	c learnt literals	: 47
1800.05/1795.41	c learnt binary clauses	: 205175
1800.05/1795.41	c learnt ternary clauses	: 230605
1800.05/1795.41	c learnt constraints	: 2987755
1800.05/1795.41	c ignored constraints	: 0
1800.05/1795.41	c root simplifications	: 277
1800.05/1795.41	c removed literals (reason simplification)	: 46573434
1800.05/1795.41	c reason swapping (by a shorter reason)	: 0
1800.05/1795.41	c Calls to reduceDB	: 72
1800.05/1795.41	c number of reductions to clauses (during analyze)	: 0
1800.05/1795.41	c number of learned constraints concerned by reduction	: 0
1800.05/1795.41	c number of learning phase by resolution	: 0
1800.05/1795.41	c number of learning phase by cutting planes	: 0
1800.05/1795.41	c speed (assignments/second)	: 1545697.0154176676
1800.05/1795.41	c non guided choices	6030
1800.05/1795.46	c learnt constraints type 
1800.05/1795.46	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 205156
1800.05/1795.46	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 107839
1800.05/1795.46	c constraints type 
1800.05/1795.46	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 17133
1800.05/1795.46	c org.sat4j.minisat.constraints.card.MinWatchCard => 160
1800.05/1795.46	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.05/1795.46	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2067
1800.05/1795.46	c 19362 constraints processed.
1800.05/1795.46	s UNKNOWN
1800.05/1795.46	c Total wall clock time (in seconds): 1795.344

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3710018-1338217860/watcher-3710018-1338217860 -o /tmp/evaluation-result-3710018-1338217860/solver-3710018-1338217860 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710018-1338217860.opb 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.08 2.05 2.01 3/195 25562
/proc/meminfo: memFree=28181040/32873648 swapFree=7372/7372
[pid=25562] ppid=25560 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/25562/stat : 25562 (java) D 25560 25562 24478 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 287912002 9515008 182 33554432000 1073741824 1073778376 140734637992528 140734637983560 217410518709 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/25562/statm: 2323 182 140 9 0 71 0

[startup+0.0721299 s]
/proc/loadavg: 2.08 2.05 2.01 3/195 25562
/proc/meminfo: memFree=28181040/32873648 swapFree=7372/7372
[pid=25562] ppid=25560 vsize=9558440 CPUtime=0.04 cores=1,3,5,7
/proc/25562/stat : 25562 (java) S 25560 25562 24478 0 -1 4202496 3299 0 1 0 4 0 0 0 20 0 18 0 287912002 9787842560 4508 33554432000 1073741824 1073778376 140734814009328 140734814000464 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25562/statm: 2389610 4514 1778 9 0 2380296 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9558440

[startup+0.100262 s]
/proc/loadavg: 2.08 2.05 2.01 3/195 25562
/proc/meminfo: memFree=28181040/32873648 swapFree=7372/7372
[pid=25562] ppid=25560 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/25562/stat : 25562 (java) S 25560 25562 24478 0 -1 4202496 4277 0 1 0 9 1 0 0 20 0 18 0 287912002 9787842560 5996 33554432000 1073741824 1073778376 140734814009328 140734814000464 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25562/statm: 2389610 5996 2115 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300295 s]
/proc/loadavg: 2.08 2.05 2.01 3/195 25562
/proc/meminfo: memFree=28181040/32873648 swapFree=7372/7372
[pid=25562] ppid=25560 vsize=9558440 CPUtime=0.55 cores=1,3,5,7
/proc/25562/stat : 25562 (java) S 25560 25562 24478 0 -1 4202496 7174 0 1 0 54 1 0 0 20 0 18 0 287912002 9787842560 11476 33554432000 1073741824 1073778376 140734814009328 140734814000464 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25562/statm: 2389610 11476 2225 9 0 2380296 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9558440

[startup+0.700235 s]
/proc/loadavg: 2.08 2.05 2.01 3/195 25562
/proc/meminfo: memFree=28181040/32873648 swapFree=7372/7372
[pid=25562] ppid=25560 vsize=9625004 CPUtime=1.46 cores=1,3,5,7
/proc/25562/stat : 25562 (java) S 25560 25562 24478 0 -1 4202496 9646 0 1 0 143 3 0 0 20 0 19 0 287912002 9856004096 35733 33554432000 1073741824 1073778376 140734814009328 140734814000464 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25562/statm: 2406251 35733 2256 9 0 2396937 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 9625004

[startup+1.50068 s]
/proc/loadavg: 2.24 2.08 2.02 4/213 25581
/proc/meminfo: memFree=28046476/32873648 swapFree=7372/7372
[pid=25562] ppid=25560 vsize=9625004 CPUtime=2.49 cores=1,3,5,7
/proc/25562/stat : 25562 (java) S 25560 25562 24478 0 -1 4202496 10137 0 1 0 246 3 0 0 20 0 19 0 287912002 9856004096 35738 33554432000 1073741824 1073778376 140734814009328 140734814000464 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25562/statm: 2406251 35738 2261 9 0 2396937 0
[pid=25562/tid=25564] ppid=25560 vsize=9625004 CPUtime=1.47 cores=1,3,5,7
/proc/25562/task/25564/stat : 25564 (java) R 25560 25562 24478 0 -1 4202560 2556 0 1 0 144 3 0 0 20 0 19 0 287912003 9856004096 35738 33554432000 1073741824 1073778376 140734814009328 140524138041880 140523965596432 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25562/tid=25565] ppid=25560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25562/task/25565/stat : 25565 (java) S 25560 25562 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287912004 9856004096 35738 33554432000 1073741824 1073778376 140734814009328 140524099533608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25562/tid=25566] ppid=25560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25562/task/25566/stat : 25566 (java) S 25560 25562 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287912004 9856004096 35738 33554432000 1073741824 1073778376 140734814009328 140524098480808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25562/tid=25567] ppid=25560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25562/task/25567/stat : 25567 (java) S 25560 25562 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287912004 9856004096 35738 33554432000 1073741824 1073778376 140734814009328 140524097428520 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25562/tid=25568] ppid=25560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25562/task/25568/stat : 25568 (java) S 25560 25562 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287912004 9856004096 35738 33554432000 1073741824 1073778376 140734814009328 140524096375720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25562/tid=25569] ppid=25560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25562/task/25569/stat : 25569 (java) S 25560 25562 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287912004 9856004096 35738 33554432000 1073741824 1073778376 140734814009328 140524095322408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25562/tid=25570] ppid=25560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25562/task/25570/stat : 25570 (java) S 25560 25562 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287912004 9856004096 35738 33554432000 1073741824 1073778376 140734814009328 140524094269608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25562/tid=25571] ppid=25560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25562/task/25571/stat : 25571 (java) S 25560 25562 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287912004 9856004096 35738 33554432000 1073741824 1073778376 140734814009328 140524093217320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25562/tid=25572] ppid=25560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25562/task/25572/stat : 25572 (java) S 25560 25562 24478 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287912004 9856004096 35738 33554432000 1073741824 1073778376 140734814009328 140524092164520 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25562/tid=25573] ppid=25560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25562/task/25573/stat : 25573 (java) S 25560 25562 24478 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 287912006 9856004096 35738 33554432000 1073741824 1073778376 140734814009328 140523961563880 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25562/tid=25574] ppid=25560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25562/task/25574/stat : 25574 (java) S 25560 25562 24478 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 287912006 9856004096 35738 33554432000 1073741824 1073778376 140734814009328 140523960509944 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25562/tid=25575] ppid=25560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25562/task/25575/stat : 25575 (java) S 25560 25562 24478 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287912006 9856004096 35738 33554432000 1073741824 1073778376 140734814009328 140523959457544 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25562/tid=25576] ppid=25560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25562/task/25576/stat : 25576 (java) S 25560 25562 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287912008 9856004096 35738 33554432000 1073741824 1073778376 140734814009328 140523958406032 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25562/tid=25577] ppid=25560 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/25562/task/25577/stat : 25577 (java) S 25560 25562 24478 0 -1 4202560 2255 0 0 0 46 0 0 0 20 0 19 0 287912008 9856004096 35738 33554432000 1073741824 1073778376 140734814009328 140523957352632 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25562/tid=25578] ppid=25560 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/25562/task/25578/stat : 25578 (java) S 25560 25562 24478 0 -1 4202560 4132 0 0 0 53 0 0 0 20 0 19 0 287912008 9856004096 35738 33554432000 1073741824 1073778376 140734814009328 140523956299832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25562/tid=25579] ppid=25560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25562/task/25579/stat : 25579 (java) S 25560 25562 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287912008 9856004096 35738 33554432000 1073741824 1073778376 140734814009328 140523955247736 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25562/tid=25580] ppid=25560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25562/task/25580/stat : 25580 (java) S 25560 25562 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287912008 9856004096 35738 33554432000 1073741824 1073778376 140734814009328 140523954195144 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25562/tid=25581] ppid=25560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25562/task/25581/stat : 25581 (java) S 25560 25562 24478 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287912061 9856004096 35738 33554432000 1073741824 1073778376 140734814009328 140523953141160 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.49
Current children cumulated vsize (KiB) 9625004

[startup+3.10074 s]
/proc/loadavg: 2.24 2.08 2.02 3/213 25581
/proc/meminfo: memFree=28046104/32873648 swapFree=7372/7372
[pid=25562] ppid=25560 vsize=9625004 CPUtime=4.1 cores=1,3,5,7
/proc/25562/stat : 25562 (java) S 25560 25562 24478 0 -1 4202496 10141 0 1 0 407 3 0 0 20 0 19 0 287912002 9856004096 36251 33554432000 1073741824 1073778376 140734814009328 140734814000464 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25562/statm: 2406251 36251 2261 9 0 2396937 0
[pid=25562/tid=25564] ppid=25560 vsize=9625004 CPUtime=3.07 cores=1,3,5,7
/proc/25562/task/25564/stat : 25564 (java) R 25560 25562 24478 0 -1 4202560 2559 0 1 0 304 3 0 0 20 0 19 0 287912003 9856004096 36251 33554432000 1073741824 1073778376 140734814009328 140524138039744 140523965595882 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25562/tid=25565] ppid=25560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25562/task/25565/stat : 25565 (java) S 25560 25562 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287912004 9856004096 36251 33554432000 1073741824 1073778376 140734814009328 140524099533608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25562/tid=25566] ppid=25560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25562/task/25566/stat : 25566 (java) S 25560 25562 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287912004 9856004096 36251 33554432000 1073741824 1073778376 140734814009328 140524098480808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25562/tid=25567] ppid=25560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25562/task/25567/stat : 25567 (java) S 25560 25562 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287912004 9856004096 36251 33554432000 1073741824 1073778376 140734814009328 140524097428520 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25562/tid=25568] ppid=25560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25562/task/25568/stat : 25568 (java) S 25560 25562 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287912004 9856004096 36251 33554432000 1073741824 1073778376 140734814009328 140524096375720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25562/tid=25569] ppid=25560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25562/task/25569/stat : 25569 (java) S 25560 25562 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287912004 9856004096 36251 33554432000 1073741824 1073778376 140734814009328 140524095322408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25562/tid=25570] ppid=25560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25562/task/25570/stat : 25570 (java) S 25560 25562 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287912004 9856004096 36251 33554432000 1073741824 1073778376 140734814009328 140524094269608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25562/tid=25571] ppid=25560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25562/task/25571/stat : 25571 (java) S 25560 25562 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287912004 9856004096 36251 33554432000 1073741824 1073778376 140734814009328 140524093217320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25562/tid=25572] ppid=25560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25562/task/25572/stat : 25572 (java) S 25560 25562 24478 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287912004 9856004096 36251 33554432000 1073741824 1073778376 140734814009328 140524092164520 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25562/tid=25573] ppid=25560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25562/task/25573/stat : 25573 (java) S 25560 25562 24478 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 287912006 9856004096 36251 33554432000 1073741824 1073778376 140734814009328 140523961563880 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25562/tid=25574] ppid=25560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25562/task/25574/stat : 25574 (java) S 25560 25562 24478 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 287912006 9856004096 36251 33554432000 1073741824 1073778376 140734814009328 140523960509944 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25562/tid=25575] ppid=25560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25562/task/25575/stat : 25575 (java) S 25560 25562 24478 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287912006 9856004096 36251 33554432000 1073741824 1073778376 140734814009328 140523959457544 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25562/tid=25576] ppid=25560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25562/task/25576/stat : 25576 (java) S 25560 25562 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287912008 9856004096 36251 33554432000 1073741824 1073778376 140734814009328 140523958406032 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25562/tid=25577] ppid=25560 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/25562/task/25577/stat : 25577 (java) S 25560 25562 24478 0 -1 4202560 2255 0 0 0 46 0 0 0 20 0 19 0 287912008 9856004096 36251 33554432000 1073741824 1073778376 140734814009328 140523957352632 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25562/tid=25578] ppid=25560 vsize=9625004 CPUtime=0.54 cores=1,3,5,7
/proc/25562/task/25578/stat : 25578 (java) S 25560 25562 24478 0 -1 4202560 4132 0 0 0 54 0 0 0 20 0 19 0 287912008 9856004096 36251 33554432000 1073741824 1073778376 140734814009328 140523956299832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25562/tid=25579] ppid=25560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25562/task/25579/stat : 25579 (java) S 25560 25562 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287912008 9856004096 36251 33554432000 1073741824 1073778376 140734814009328 140523955247736 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25562/tid=25580] ppid=25560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25562/task/25580/stat : 25580 (java) S 25560 25562 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287912008 9856004096 36251 33554432000 1073741824 1073778376 140734814009328 140523954195144 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25562/tid=25581] ppid=25560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25562/task/25581/stat : 25581 (java) S 25560 25562 24478 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287912061 9856004096 36251 33554432000 1073741824 1073778376 140734814009328 140523953141160 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.1
Current children cumulated vsize (KiB) 9625004

[startup+6.30066 s]
/proc/loadavg: 2.24 2.08 2.02 3/213 25581
/proc/meminfo: memFree=28024992/32873648 swapFree=7372/7372
[pid=25562] ppid=25560 vsize=9625004 CPUtime=7.49 cores=1,3,5,7
/proc/25562/stat : 25562 (java) S 25560 25562 24478 0 -1 4202496 11499 0 1 0 745 4 0 0 20 0 19 0 287912002 9856004096 40910 33554432000 1073741824 1073778376 140734814009328 140734814000464 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25562/statm: 2406251 40910 2286 9 0 2396937 0
[pid=25562/tid=25564] ppid=25560 vsize=9625004 CPUtime=6.23 cores=1,3,5,7
/proc/25562/task/25564/stat : 25564 (java) R 25560 25562 24478 0 -1 4202560 2563 0 1 0 620 3 0 0 20 0 19 0 287912003 9856004096 40910 33554432000 1073741824 1073778376 140734814009328 140524138042008 140523965478763 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25562/tid=25565] ppid=25560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25562/task/25565/stat : 25565 (java) S 25560 25562 24478 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 287912004 9856004096 40910 33554432000 1073741824 1073778376 140734814009328 140524099533608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25562/tid=25566] ppid=25560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25562/task/25566/stat : 25566 (java) S 25560 25562 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287912004 9856004096 40910 33554432000 1073741824 1073778376 140734814009328 140524098480808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25562/tid=25567] ppid=25560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25562/task/25567/stat : 25567 (java) S 25560 25562 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287912004 9856004096 40910 33554432000 1073741824 1073778376 140734814009328 140524097428520 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25562/tid=25568] ppid=25560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25562/task/25568/stat : 25568 (java) S 25560 25562 24478 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 287912004 9856004096 40910 33554432000 1073741824 1073778376 140734814009328 140524096375720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25562/tid=25569] ppid=25560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25562/task/25569/stat : 25569 (java) S 25560 25562 24478 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 287912004 9856004096 40910 33554432000 1073741824 1073778376 140734814009328 140524095322408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25562/tid=25570] ppid=25560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25562/task/25570/stat : 25570 (java) S 25560 25562 24478 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287912004 9856004096 40910 33554432000 1073741824 1073778376 140734814009328 140524094269608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25562/tid=25571] ppid=25560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25562/task/25571/stat : 25571 (java) S 25560 25562 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287912004 9856004096 40910 33554432000 1073741824 1073778376 140734814009328 140524093217320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25562/tid=25572] ppid=25560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25562/task/25572/stat : 25572 (java) S 25560 25562 24478 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287912004 9856004096 40910 33554432000 1073741824 1073778376 140734814009328 140524092164520 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25562/tid=25573] ppid=25560 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/25562/task/25573/stat : 25573 (java) S 25560 25562 24478 0 -1 4202560 35 0 0 0 1 0 0 0 20 0 19 0 287912006 9856004096 40910 33554432000 1073741824 1073778376 140734814009328 140523961563880 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25562/tid=25574] ppid=25560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25562/task/25574/stat : 25574 (java) S 25560 25562 24478 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287912006 9856004096 40910 33554432000 1073741824 1073778376 140734814009328 140523960509944 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25562/tid=25575] ppid=25560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25562/task/25575/stat : 25575 (java) S 25560 25562 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287912006 9856004096 40910 33554432000 1073741824 1073778376 140734814009328 140523959457544 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25562/tid=25576] ppid=25560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25562/task/25576/stat : 25576 (java) S 25560 25562 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287912008 9856004096 40910 33554432000 1073741824 1073778376 140734814009328 140523958406032 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25562/tid=25577] ppid=25560 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/25562/task/25577/stat : 25577 (java) S 25560 25562 24478 0 -1 4202560 2265 0 0 0 49 0 0 0 20 0 19 0 287912008 9856004096 40910 33554432000 1073741824 1073778376 140734814009328 140523957352632 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25562/tid=25578] ppid=25560 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/25562/task/25578/stat : 25578 (java) S 25560 25562 24478 0 -1 4202560 5421 0 0 0 68 0 0 0 20 0 19 0 287912008 9856004096 40910 33554432000 1073741824 1073778376 140734814009328 140523956299832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25562/tid=25579] ppid=25560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25562/task/25579/stat : 25579 (java) S 25560 25562 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287912008 9856004096 40910 33554432000 1073741824 1073778376 140734814009328 140523955247736 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25562/tid=25580] ppid=25560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25562/task/25580/stat : 25580 (java) S 25560 25562 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287912008 9856004096 40910 33554432000 1073741824 1073778376 140734814009328 140523954195144 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25562/tid=25581] ppid=25560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25562/task/25581/stat : 25581 (java) S 25560 25562 24478 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287912061 9856004096 40910 33554432000 1073741824 1073778376 140734814009328 140523953141160 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.49
Current children cumulated vsize (KiB) 9625004

[startup+12.7006 s]

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

[pid=25562/tid=25570] ppid=25560 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/25562/task/25570/stat : 25570 (java) S 25560 25562 24478 0 -1 4202560 207 0 0 0 44 2 0 0 20 0 19 0 287912004 9856004096 83979 33554432000 1073741824 1073778376 140734814009328 140524094269608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25562/tid=25571] ppid=25560 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/25562/task/25571/stat : 25571 (java) S 25560 25562 24478 0 -1 4202560 178 0 0 0 44 2 0 0 20 0 19 0 287912004 9856004096 83979 33554432000 1073741824 1073778376 140734814009328 140524093217320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25562/tid=25572] ppid=25560 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/25562/task/25572/stat : 25572 (java) S 25560 25562 24478 0 -1 4202560 141 0 0 0 46 2 0 0 20 0 19 0 287912004 9856004096 83979 33554432000 1073741824 1073778376 140734814009328 140524092164520 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25562/tid=25573] ppid=25560 vsize=9625004 CPUtime=3.93 cores=1,3,5,7
/proc/25562/task/25573/stat : 25573 (java) S 25560 25562 24478 0 -1 4202560 155 0 0 0 391 2 0 0 20 0 19 0 287912006 9856004096 83979 33554432000 1073741824 1073778376 140734814009328 140523961563880 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25562/tid=25574] ppid=25560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25562/task/25574/stat : 25574 (java) S 25560 25562 24478 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287912006 9856004096 83979 33554432000 1073741824 1073778376 140734814009328 140523960509944 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25562/tid=25575] ppid=25560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25562/task/25575/stat : 25575 (java) S 25560 25562 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287912006 9856004096 83979 33554432000 1073741824 1073778376 140734814009328 140523959457544 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25562/tid=25576] ppid=25560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25562/task/25576/stat : 25576 (java) S 25560 25562 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287912008 9856004096 83979 33554432000 1073741824 1073778376 140734814009328 140523958406032 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25562/tid=25577] ppid=25560 vsize=9625004 CPUtime=0.61 cores=1,3,5,7
/proc/25562/task/25577/stat : 25577 (java) S 25560 25562 24478 0 -1 4202560 2322 0 0 0 61 0 0 0 20 0 19 0 287912008 9856004096 83979 33554432000 1073741824 1073778376 140734814009328 140523957352632 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25562/tid=25578] ppid=25560 vsize=9625004 CPUtime=0.74 cores=1,3,5,7
/proc/25562/task/25578/stat : 25578 (java) S 25560 25562 24478 0 -1 4202560 5429 0 0 0 74 0 0 0 20 0 19 0 287912008 9856004096 83979 33554432000 1073741824 1073778376 140734814009328 140523956299832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25562/tid=25579] ppid=25560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25562/task/25579/stat : 25579 (java) S 25560 25562 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287912008 9856004096 83979 33554432000 1073741824 1073778376 140734814009328 140523955247736 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25562/tid=25580] ppid=25560 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/25562/task/25580/stat : 25580 (java) S 25560 25562 24478 0 -1 4202560 94 0 0 0 17 19 0 0 20 0 19 0 287912008 9856004096 83979 33554432000 1073741824 1073778376 140734814009328 140523954195144 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25562/tid=25581] ppid=25560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25562/task/25581/stat : 25581 (java) S 25560 25562 24478 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287912061 9856004096 83979 33554432000 1073741824 1073778376 140734814009328 140523953141160 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1666.6
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 25653
/proc/meminfo: memFree=27799156/32873648 swapFree=7372/7372
[pid=25562] ppid=25560 vsize=9625004 CPUtime=1726.84 cores=1,3,5,7
/proc/25562/stat : 25562 (java) S 25560 25562 24478 0 -1 4202496 13006 0 1 0 172633 51 0 0 20 0 19 0 287912002 9856004096 102971 33554432000 1073741824 1073778376 140734814009328 140734814000464 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25562/statm: 2406251 102971 2287 9 0 2396937 0
[pid=25562/tid=25564] ppid=25560 vsize=9625004 CPUtime=1716.86 cores=1,3,5,7
/proc/25562/task/25564/stat : 25564 (java) R 25560 25562 24478 0 -1 4202560 2639 0 1 0 171655 31 0 0 20 0 19 0 287912003 9856004096 102971 33554432000 1073741824 1073778376 140734814009328 140524138041648 140523965511725 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25562/tid=25565] ppid=25560 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/25562/task/25565/stat : 25565 (java) S 25560 25562 24478 0 -1 4202560 278 0 0 0 58 5 0 0 20 0 19 0 287912004 9856004096 102971 33554432000 1073741824 1073778376 140734814009328 140524099533608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25562/tid=25566] ppid=25560 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/25562/task/25566/stat : 25566 (java) S 25560 25562 24478 0 -1 4202560 64 0 0 0 53 2 0 0 20 0 19 0 287912004 9856004096 102971 33554432000 1073741824 1073778376 140734814009328 140524098480808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25562/tid=25567] ppid=25560 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/25562/task/25567/stat : 25567 (java) S 25560 25562 24478 0 -1 4202560 67 0 0 0 49 3 0 0 20 0 19 0 287912004 9856004096 102971 33554432000 1073741824 1073778376 140734814009328 140524097428520 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25562/tid=25568] ppid=25560 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/25562/task/25568/stat : 25568 (java) S 25560 25562 24478 0 -1 4202560 76 0 0 0 57 3 0 0 20 0 19 0 287912004 9856004096 102971 33554432000 1073741824 1073778376 140734814009328 140524096375720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25562/tid=25569] ppid=25560 vsize=9625004 CPUtime=0.54 cores=1,3,5,7
/proc/25562/task/25569/stat : 25569 (java) S 25560 25562 24478 0 -1 4202560 130 0 0 0 50 4 0 0 20 0 19 0 287912004 9856004096 102971 33554432000 1073741824 1073778376 140734814009328 140524095322408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25562/tid=25570] ppid=25560 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/25562/task/25570/stat : 25570 (java) S 25560 25562 24478 0 -1 4202560 221 0 0 0 47 2 0 0 20 0 19 0 287912004 9856004096 102971 33554432000 1073741824 1073778376 140734814009328 140524094269608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25562/tid=25571] ppid=25560 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/25562/task/25571/stat : 25571 (java) S 25560 25562 24478 0 -1 4202560 185 0 0 0 47 2 0 0 20 0 19 0 287912004 9856004096 102971 33554432000 1073741824 1073778376 140734814009328 140524093217320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25562/tid=25572] ppid=25560 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/25562/task/25572/stat : 25572 (java) S 25560 25562 24478 0 -1 4202560 160 0 0 0 50 3 0 0 20 0 19 0 287912004 9856004096 102971 33554432000 1073741824 1073778376 140734814009328 140524092164520 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25562/tid=25573] ppid=25560 vsize=9625004 CPUtime=4.02 cores=1,3,5,7
/proc/25562/task/25573/stat : 25573 (java) S 25560 25562 24478 0 -1 4202560 157 0 0 0 400 2 0 0 20 0 19 0 287912006 9856004096 102971 33554432000 1073741824 1073778376 140734814009328 140523961563880 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25562/tid=25574] ppid=25560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25562/task/25574/stat : 25574 (java) S 25560 25562 24478 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287912006 9856004096 102971 33554432000 1073741824 1073778376 140734814009328 140523960509944 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25562/tid=25575] ppid=25560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25562/task/25575/stat : 25575 (java) S 25560 25562 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287912006 9856004096 102971 33554432000 1073741824 1073778376 140734814009328 140523959457544 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25562/tid=25576] ppid=25560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25562/task/25576/stat : 25576 (java) S 25560 25562 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287912008 9856004096 102971 33554432000 1073741824 1073778376 140734814009328 140523958406032 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25562/tid=25577] ppid=25560 vsize=9625004 CPUtime=0.61 cores=1,3,5,7
/proc/25562/task/25577/stat : 25577 (java) S 25560 25562 24478 0 -1 4202560 2322 0 0 0 61 0 0 0 20 0 19 0 287912008 9856004096 102971 33554432000 1073741824 1073778376 140734814009328 140523957352632 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25562/tid=25578] ppid=25560 vsize=9625004 CPUtime=0.74 cores=1,3,5,7
/proc/25562/task/25578/stat : 25578 (java) S 25560 25562 24478 0 -1 4202560 5429 0 0 0 74 0 0 0 20 0 19 0 287912008 9856004096 102971 33554432000 1073741824 1073778376 140734814009328 140523956299832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25562/tid=25579] ppid=25560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25562/task/25579/stat : 25579 (java) S 25560 25562 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287912008 9856004096 102971 33554432000 1073741824 1073778376 140734814009328 140523955247736 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25562/tid=25580] ppid=25560 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/25562/task/25580/stat : 25580 (java) S 25560 25562 24478 0 -1 4202560 98 0 0 0 18 20 0 0 20 0 19 0 287912008 9856004096 102971 33554432000 1073741824 1073778376 140734814009328 140523954195144 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25562/tid=25581] ppid=25560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25562/task/25581/stat : 25581 (java) S 25560 25562 24478 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287912061 9856004096 102971 33554432000 1073741824 1073778376 140734814009328 140523953141160 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1726.84
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 25656
/proc/meminfo: memFree=27799292/32873648 swapFree=7372/7372
[pid=25562] ppid=25560 vsize=9625004 CPUtime=1786.93 cores=1,3,5,7
/proc/25562/stat : 25562 (java) S 25560 25562 24478 0 -1 4202496 13013 0 1 0 178641 52 0 0 20 0 19 0 287912002 9856004096 102971 33554432000 1073741824 1073778376 140734814009328 140734814000464 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25562/statm: 2406251 102971 2287 9 0 2396937 0
[pid=25562/tid=25564] ppid=25560 vsize=9625004 CPUtime=1776.71 cores=1,3,5,7
/proc/25562/task/25564/stat : 25564 (java) R 25560 25562 24478 0 -1 4202560 2640 0 1 0 177639 32 0 0 20 0 19 0 287912003 9856004096 102971 33554432000 1073741824 1073778376 140734814009328 140524138041648 140523965549146 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25562/tid=25565] ppid=25560 vsize=9625004 CPUtime=0.64 cores=1,3,5,7
/proc/25562/task/25565/stat : 25565 (java) S 25560 25562 24478 0 -1 4202560 278 0 0 0 59 5 0 0 20 0 19 0 287912004 9856004096 102971 33554432000 1073741824 1073778376 140734814009328 140524099533608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25562/tid=25566] ppid=25560 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/25562/task/25566/stat : 25566 (java) S 25560 25562 24478 0 -1 4202560 64 0 0 0 54 2 0 0 20 0 19 0 287912004 9856004096 102971 33554432000 1073741824 1073778376 140734814009328 140524098480808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25562/tid=25567] ppid=25560 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/25562/task/25567/stat : 25567 (java) S 25560 25562 24478 0 -1 4202560 67 0 0 0 50 3 0 0 20 0 19 0 287912004 9856004096 102971 33554432000 1073741824 1073778376 140734814009328 140524097428520 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25562/tid=25568] ppid=25560 vsize=9625004 CPUtime=0.61 cores=1,3,5,7
/proc/25562/task/25568/stat : 25568 (java) S 25560 25562 24478 0 -1 4202560 76 0 0 0 58 3 0 0 20 0 19 0 287912004 9856004096 102971 33554432000 1073741824 1073778376 140734814009328 140524096375720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25562/tid=25569] ppid=25560 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/25562/task/25569/stat : 25569 (java) S 25560 25562 24478 0 -1 4202560 130 0 0 0 52 4 0 0 20 0 19 0 287912004 9856004096 102971 33554432000 1073741824 1073778376 140734814009328 140524095322408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25562/tid=25570] ppid=25560 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/25562/task/25570/stat : 25570 (java) S 25560 25562 24478 0 -1 4202560 221 0 0 0 48 2 0 0 20 0 19 0 287912004 9856004096 102971 33554432000 1073741824 1073778376 140734814009328 140524094269608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25562/tid=25571] ppid=25560 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/25562/task/25571/stat : 25571 (java) S 25560 25562 24478 0 -1 4202560 185 0 0 0 48 2 0 0 20 0 19 0 287912004 9856004096 102971 33554432000 1073741824 1073778376 140734814009328 140524093217320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25562/tid=25572] ppid=25560 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/25562/task/25572/stat : 25572 (java) S 25560 25562 24478 0 -1 4202560 160 0 0 0 53 3 0 0 20 0 19 0 287912004 9856004096 102971 33554432000 1073741824 1073778376 140734814009328 140524092164520 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25562/tid=25573] ppid=25560 vsize=9625004 CPUtime=4.14 cores=1,3,5,7
/proc/25562/task/25573/stat : 25573 (java) S 25560 25562 24478 0 -1 4202560 159 0 0 0 412 2 0 0 20 0 19 0 287912006 9856004096 102971 33554432000 1073741824 1073778376 140734814009328 140523961563880 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25562/tid=25574] ppid=25560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25562/task/25574/stat : 25574 (java) S 25560 25562 24478 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287912006 9856004096 102971 33554432000 1073741824 1073778376 140734814009328 140523960509944 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25562/tid=25575] ppid=25560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25562/task/25575/stat : 25575 (java) S 25560 25562 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287912006 9856004096 102971 33554432000 1073741824 1073778376 140734814009328 140523959457544 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25562/tid=25576] ppid=25560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25562/task/25576/stat : 25576 (java) S 25560 25562 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287912008 9856004096 102971 33554432000 1073741824 1073778376 140734814009328 140523958406032 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25562/tid=25577] ppid=25560 vsize=9625004 CPUtime=0.61 cores=1,3,5,7
/proc/25562/task/25577/stat : 25577 (java) S 25560 25562 24478 0 -1 4202560 2322 0 0 0 61 0 0 0 20 0 19 0 287912008 9856004096 102971 33554432000 1073741824 1073778376 140734814009328 140523957352632 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25562/tid=25578] ppid=25560 vsize=9625004 CPUtime=0.74 cores=1,3,5,7
/proc/25562/task/25578/stat : 25578 (java) S 25560 25562 24478 0 -1 4202560 5429 0 0 0 74 0 0 0 20 0 19 0 287912008 9856004096 102971 33554432000 1073741824 1073778376 140734814009328 140523956299832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25562/tid=25579] ppid=25560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25562/task/25579/stat : 25579 (java) S 25560 25562 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287912008 9856004096 102971 33554432000 1073741824 1073778376 140734814009328 140523955247736 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25562/tid=25580] ppid=25560 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/25562/task/25580/stat : 25580 (java) S 25560 25562 24478 0 -1 4202560 102 0 0 0 18 21 0 0 20 0 19 0 287912008 9856004096 102971 33554432000 1073741824 1073778376 140734814009328 140523954195144 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25562/tid=25581] ppid=25560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25562/task/25581/stat : 25581 (java) S 25560 25562 24478 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287912061 9856004096 102971 33554432000 1073741824 1073778376 140734814009328 140523953141160 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1786.93
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 25656
/proc/meminfo: memFree=27799172/32873648 swapFree=7372/7372
[pid=25562] ppid=25560 vsize=9625004 CPUtime=1800.05 cores=1,3,5,7
/proc/25562/stat : 25562 (java) S 25560 25562 24478 0 -1 4202496 13013 0 1 0 179952 53 0 0 20 0 19 0 287912002 9856004096 102971 33554432000 1073741824 1073778376 140734814009328 140734814000464 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25562/statm: 2406251 102971 2287 9 0 2396937 0
[pid=25562/tid=25564] ppid=25560 vsize=9625004 CPUtime=1789.82 cores=1,3,5,7
/proc/25562/task/25564/stat : 25564 (java) R 25560 25562 24478 0 -1 4202560 2640 0 1 0 178950 32 0 0 20 0 19 0 287912003 9856004096 102971 33554432000 1073741824 1073778376 140734814009328 140524138041648 140523965461040 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25562/tid=25565] ppid=25560 vsize=9625004 CPUtime=0.64 cores=1,3,5,7
/proc/25562/task/25565/stat : 25565 (java) S 25560 25562 24478 0 -1 4202560 278 0 0 0 59 5 0 0 20 0 19 0 287912004 9856004096 102971 33554432000 1073741824 1073778376 140734814009328 140524099533608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25562/tid=25566] ppid=25560 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/25562/task/25566/stat : 25566 (java) S 25560 25562 24478 0 -1 4202560 64 0 0 0 54 2 0 0 20 0 19 0 287912004 9856004096 102971 33554432000 1073741824 1073778376 140734814009328 140524098480808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25562/tid=25567] ppid=25560 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/25562/task/25567/stat : 25567 (java) S 25560 25562 24478 0 -1 4202560 67 0 0 0 50 3 0 0 20 0 19 0 287912004 9856004096 102971 33554432000 1073741824 1073778376 140734814009328 140524097428520 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25562/tid=25568] ppid=25560 vsize=9625004 CPUtime=0.61 cores=1,3,5,7
/proc/25562/task/25568/stat : 25568 (java) S 25560 25562 24478 0 -1 4202560 76 0 0 0 58 3 0 0 20 0 19 0 287912004 9856004096 102971 33554432000 1073741824 1073778376 140734814009328 140524096375720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25562/tid=25569] ppid=25560 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/25562/task/25569/stat : 25569 (java) S 25560 25562 24478 0 -1 4202560 130 0 0 0 52 4 0 0 20 0 19 0 287912004 9856004096 102971 33554432000 1073741824 1073778376 140734814009328 140524095322408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25562/tid=25570] ppid=25560 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/25562/task/25570/stat : 25570 (java) S 25560 25562 24478 0 -1 4202560 221 0 0 0 48 2 0 0 20 0 19 0 287912004 9856004096 102971 33554432000 1073741824 1073778376 140734814009328 140524094269608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25562/tid=25571] ppid=25560 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/25562/task/25571/stat : 25571 (java) S 25560 25562 24478 0 -1 4202560 185 0 0 0 48 2 0 0 20 0 19 0 287912004 9856004096 102971 33554432000 1073741824 1073778376 140734814009328 140524093217320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25562/tid=25572] ppid=25560 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/25562/task/25572/stat : 25572 (java) S 25560 25562 24478 0 -1 4202560 160 0 0 0 53 3 0 0 20 0 19 0 287912004 9856004096 102971 33554432000 1073741824 1073778376 140734814009328 140524092164520 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25562/tid=25573] ppid=25560 vsize=9625004 CPUtime=4.14 cores=1,3,5,7
/proc/25562/task/25573/stat : 25573 (java) S 25560 25562 24478 0 -1 4202560 159 0 0 0 412 2 0 0 20 0 19 0 287912006 9856004096 102971 33554432000 1073741824 1073778376 140734814009328 140523961563880 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25562/tid=25574] ppid=25560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25562/task/25574/stat : 25574 (java) S 25560 25562 24478 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287912006 9856004096 102971 33554432000 1073741824 1073778376 140734814009328 140523960509944 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25562/tid=25575] ppid=25560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25562/task/25575/stat : 25575 (java) S 25560 25562 24478 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287912006 9856004096 102971 33554432000 1073741824 1073778376 140734814009328 140523959457544 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25562/tid=25576] ppid=25560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25562/task/25576/stat : 25576 (java) S 25560 25562 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287912008 9856004096 102971 33554432000 1073741824 1073778376 140734814009328 140523958406032 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25562/tid=25577] ppid=25560 vsize=9625004 CPUtime=0.61 cores=1,3,5,7
/proc/25562/task/25577/stat : 25577 (java) S 25560 25562 24478 0 -1 4202560 2322 0 0 0 61 0 0 0 20 0 19 0 287912008 9856004096 102971 33554432000 1073741824 1073778376 140734814009328 140523957352632 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25562/tid=25578] ppid=25560 vsize=9625004 CPUtime=0.74 cores=1,3,5,7
/proc/25562/task/25578/stat : 25578 (java) S 25560 25562 24478 0 -1 4202560 5429 0 0 0 74 0 0 0 20 0 19 0 287912008 9856004096 102971 33554432000 1073741824 1073778376 140734814009328 140523956299832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25562/tid=25579] ppid=25560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25562/task/25579/stat : 25579 (java) S 25560 25562 24478 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287912008 9856004096 102971 33554432000 1073741824 1073778376 140734814009328 140523955247736 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25562/tid=25580] ppid=25560 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/25562/task/25580/stat : 25580 (java) S 25560 25562 24478 0 -1 4202560 102 0 0 0 18 22 0 0 20 0 19 0 287912008 9856004096 102971 33554432000 1073741824 1073778376 140734814009328 140523954195144 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25562/tid=25581] ppid=25560 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25562/task/25581/stat : 25581 (java) S 25560 25562 24478 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287912061 9856004096 102971 33554432000 1073741824 1073778376 140734814009328 140523953141160 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625004

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

Solver just ended. Dumping a history of the last processes samples

Child status: 143
Real time (s): 1795.47
CPU time (s): 1800.58
CPU user time (s): 1799.64
CPU system time (s): 0.941856
CPU usage (%): 100.285
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.64
system time used= 0.941856
maximum resident set size= 412008
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13048
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39963
involuntary context switches= 22511

runsolver used 6.09007 second user time and 14.0329 second system time

The end

Launcher Data

Begin job on node122 at 2012-05-28 17:11:00
IDJOB=3710018
IDBENCH=90187
IDSOLVER=2289
FILE ID=node122/3710018-1338217860
RUNJOBID= node122-1338205330-24495
PBS_JOBID= 14624612
Free space on /tmp= 71680 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K160.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3710018-1338217860/watcher-3710018-1338217860 -o /tmp/evaluation-result-3710018-1338217860/solver-3710018-1338217860 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710018-1338217860.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 4be3ef5c0a6baf670611a9fd5e5deae8
RANDOM SEED=856480199

node122.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.533
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.533
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.533
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.04
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.533
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.533
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.533
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.533
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.533
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28182096 kB
Buffers:          328204 kB
Cached:          3117936 kB
SwapCached:            0 kB
Active:          1659296 kB
Inactive:        2219804 kB
Active(anon):     424192 kB
Inactive(anon):    11052 kB
Active(file):    1235104 kB
Inactive(file):  2208752 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              2040 kB
Writeback:             0 kB
AnonPages:        450400 kB
Mapped:            22000 kB
Shmem:               200 kB
Slab:             663240 kB
SReclaimable:     107240 kB
SUnreclaim:       556000 kB
KernelStack:        1608 kB
PageTables:         5092 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     697208 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    419840 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71680 MiB
End job on node122 at 2012-05-28 17:40:58