Trace number 3689542

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 NameAnswerobjective functionCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.2 979.289

General information on the benchmark

Name/OPT-BIGINT-LIN/heinz/
normalized-netdiversion.opb
MD5SUM2c0dd2737108318b86d3c4c102584cdd
Bench CategoryOPT-BIGINT-LIN (optimisation, big 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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables129180
Total number of constraints119589
Number of constraints which are clauses39992
Number of constraints which are cardinality constraints (but not clauses)49601
Number of constraints which are nor clauses,nor cardinality constraints29996
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 39798
Biggest coefficient in the objective function 99999
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 20118516
Number of bits of the sum of numbers in the objective function 25
Biggest number in a constraint 99999
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 20118516
Number of bits of the biggest sum of numbers25
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.04/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.09	c See www.sat4j.org for details.
0.07/0.10	c version 2.3.2.v20120418
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.12	c Pseudo Boolean Optimization by upper bound
0.07/0.12	c ManyCore solver with 2 solvers running in parallel
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.12	c Expensive reason simplification
0.07/0.12	c Armin Biere (Picosat) restarts strategy
0.07/0.12	c Glucose learned constraints deletion strategy
0.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c c --- End Solver configuration ---
0.07/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.12	c No reason simplification
0.07/0.12	c Armin Biere (Picosat) restarts strategy
0.07/0.12	c Glucose learned constraints deletion strategy
0.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c c --- End Solver configuration ---
0.07/0.12	c solving HOME/instance-3689542-1337882854.opb
0.07/0.12	c reading problem ... 
44.63/41.59	c ... done. Wall clock time 41.462s.
44.63/41.59	c declared #vars     129180
44.63/41.59	c #constraints  139589
44.63/41.59	c constraints type 
44.63/41.59	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 39588
44.63/41.59	c org.sat4j.minisat.constraints.card.MinWatchCard => 99595
44.63/41.59	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 406
44.63/41.59	c 139589 constraints processed.
44.63/41.59	c constraints type 
44.63/41.59	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 406
44.63/41.59	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 39588
44.63/41.59	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 99595
44.63/41.59	c 139589 constraints processed.
44.63/41.59	c objective function length is 39798 literals
54.94/45.95	c cleaning 0 clauses out of 5000 with flag 0/5000
64.36/50.64	c cleaning 2361 clauses out of 5000 with flag 5000/5000
68.50/52.64	c cleaning 0 clauses out of 11000 with flag 0/11000
74.73/55.76	c cleaning 4178 clauses out of 8640 with flag 11001/11001
80.17/58.62	c cleaning 5541 clauses out of 11461 with flag 18000/18000
85.48/61.44	c cleaning 6832 clauses out of 13920 with flag 26000/26000
90.36/64.06	c cleaning 7985 clauses out of 16088 with flag 35000/35000
92.64/65.35	c cleaning 8974 clauses out of 18103 with flag 45000/45000
98.72/68.61	c cleaning 9903 clauses out of 20129 with flag 56000/56000
104.19/71.51	c cleaning 10839 clauses out of 22227 with flag 68001/68001
109.85/74.50	c cleaning 0 clauses out of 18000 with flag 0/18000
114.51/77.00	c cleaning 12143 clauses out of 24387 with flag 81000/81000
120.57/80.31	c cleaning 12921 clauses out of 26246 with flag 95002/95002
130.01/85.28	c cleaning 13939 clauses out of 28324 with flag 110001/110001
140.47/90.58	c cleaning 14796 clauses out of 30385 with flag 126001/126001
148.10/94.59	c cleaning 16009 clauses out of 32589 with flag 143001/143001
155.48/98.58	c cleaning 16884 clauses out of 34580 with flag 161001/161001
163.47/102.72	c cleaning 17991 clauses out of 36695 with flag 180000/180000
170.84/106.61	c cleaning 19198 clauses out of 38705 with flag 200001/200001
174.39/108.65	c cleaning 0 clauses out of 26000 with flag 0/26000
176.92/110.25	c cleaning 20004 clauses out of 40506 with flag 221000/221000
182.10/113.00	c cleaning 21089 clauses out of 42502 with flag 243000/243000
192.13/118.25	c cleaning 22122 clauses out of 44414 with flag 266001/266001
202.69/123.80	c cleaning 22600 clauses out of 46291 with flag 290000/290000
217.00/131.23	c cleaning 24073 clauses out of 48693 with flag 315002/315002
233.33/139.65	c cleaning 24896 clauses out of 50617 with flag 341000/341000
247.95/147.24	c cleaning 25851 clauses out of 52721 with flag 368000/368000
257.33/152.52	c cleaning 27206 clauses out of 54871 with flag 396001/396001
267.31/158.23	c cleaning 0 clauses out of 35000 with flag 0/35000
268.81/159.52	c cleaning 27982 clauses out of 56664 with flag 425000/425000
280.17/165.60	c cleaning 29064 clauses out of 58682 with flag 455000/455000
292.14/172.23	c cleaning 30065 clauses out of 60618 with flag 486000/486000
303.69/178.81	c cleaning 31031 clauses out of 62553 with flag 518000/518000
321.05/188.84	c cleaning 31948 clauses out of 64522 with flag 551000/551000
338.94/198.02	c cleaning 32981 clauses out of 66574 with flag 585000/585000
352.94/205.61	c cleaning 33994 clauses out of 68594 with flag 620001/620001
375.01/217.00	c cleaning 34772 clauses out of 70600 with flag 656001/656001
391.91/225.86	c cleaning 36170 clauses out of 72829 with flag 693002/693002
415.00/237.75	c cleaning 36672 clauses out of 74657 with flag 731000/731000
426.89/244.31	c cleaning 38128 clauses out of 76985 with flag 770000/770000
442.30/252.45	c cleaning 39035 clauses out of 78856 with flag 810000/810000
458.83/261.16	c cleaning 0 clauses out of 45000 with flag 0/45000
467.33/265.88	c cleaning 40143 clauses out of 80821 with flag 851000/851000
482.74/274.22	c cleaning 41198 clauses out of 82678 with flag 893000/893000
504.45/285.52	c cleaning 42060 clauses out of 84480 with flag 936000/936000
525.76/296.68	c cleaning 42971 clauses out of 86422 with flag 980002/980002
547.67/308.08	c cleaning 43763 clauses out of 88449 with flag 1025000/1025000
565.34/317.78	c cleaning 44995 clauses out of 90686 with flag 1071000/1071000
580.39/325.84	c cleaning 46058 clauses out of 92692 with flag 1118001/1118001
606.32/339.35	c cleaning 46627 clauses out of 94634 with flag 1166001/1166001
618.51/346.07	c cleaning 48316 clauses out of 97006 with flag 1215000/1215000
637.96/356.91	c cleaning 49043 clauses out of 98692 with flag 1265002/1265002
658.30/368.03	c cleaning 50046 clauses out of 100647 with flag 1316000/1316000
681.91/381.79	c cleaning 50841 clauses out of 102602 with flag 1368001/1368001
700.80/392.05	c cleaning 52128 clauses out of 104761 with flag 1421001/1421001
719.19/401.89	c cleaning 0 clauses out of 56000 with flag 0/56000
722.71/404.23	c cleaning 53083 clauses out of 106633 with flag 1475001/1475001
739.03/413.03	c cleaning 53979 clauses out of 108549 with flag 1530000/1530000
766.15/427.52	c cleaning 54887 clauses out of 110570 with flag 1586000/1586000
797.12/443.67	c cleaning 55748 clauses out of 112683 with flag 1643000/1643000
819.06/455.22	c cleaning 56932 clauses out of 114938 with flag 1701003/1701003
835.26/464.06	c cleaning 58220 clauses out of 117003 with flag 1760000/1760000
866.29/480.64	c cleaning 59038 clauses out of 118783 with flag 1820000/1820000
889.16/492.80	c cleaning 60066 clauses out of 120745 with flag 1881000/1881000
913.53/505.69	c cleaning 61068 clauses out of 122680 with flag 1943001/1943001
935.90/517.50	c cleaning 62065 clauses out of 124611 with flag 2006000/2006000
962.37/531.95	c cleaning 62757 clauses out of 126546 with flag 2070000/2070000
991.57/547.21	c cleaning 64082 clauses out of 128789 with flag 2135000/2135000
1016.49/560.40	c cleaning 65022 clauses out of 130707 with flag 2201000/2201000
1047.37/576.69	c cleaning 65913 clauses out of 132685 with flag 2268000/2268000
1076.62/592.59	c cleaning 67033 clauses out of 134772 with flag 2336000/2336000
1091.12/600.65	c cleaning 0 clauses out of 68001 with flag 0/68001
1106.50/609.28	c cleaning 68128 clauses out of 136740 with flag 2405001/2405001
1129.21/621.49	c cleaning 68971 clauses out of 138611 with flag 2475000/2475000
1154.87/635.63	c cleaning 70134 clauses out of 140644 with flag 2546004/2546004
1182.39/650.29	c cleaning 70738 clauses out of 142507 with flag 2618001/2618001
1218.70/669.26	c cleaning 72077 clauses out of 144768 with flag 2691000/2691000
1251.84/686.69	c cleaning 73032 clauses out of 146691 with flag 2765000/2765000
1283.80/704.01	c cleaning 73805 clauses out of 148663 with flag 2840004/2840004
1318.21/722.12	c cleaning 74735 clauses out of 150854 with flag 2916000/2916000
1348.79/738.36	c cleaning 76181 clauses out of 153119 with flag 2993000/2993000
1391.07/760.46	c cleaning 76978 clauses out of 154938 with flag 3071000/3071000
1427.79/780.30	c cleaning 77996 clauses out of 156960 with flag 3150000/3150000
1449.76/792.37	c cleaning 79310 clauses out of 158964 with flag 3230000/3230000
1487.01/811.95	c cleaning 79904 clauses out of 160654 with flag 3311000/3311000
1532.83/835.81	c cleaning 80819 clauses out of 162750 with flag 3393000/3393000
1568.58/855.34	c cleaning 82342 clauses out of 164932 with flag 3476001/3476001
1606.57/875.32	c cleaning 82235 clauses out of 166589 with flag 3560000/3560000
1641.86/895.50	c cleaning 83983 clauses out of 169354 with flag 3645000/3645000
1693.27/922.67	c cleaning 85041 clauses out of 171371 with flag 3731000/3731000
1740.02/947.08	c cleaning 85929 clauses out of 173330 with flag 3818000/3818000
1786.56/971.37	c cleaning 86765 clauses out of 175405 with flag 3906004/3906004
1800.20/979.21	c starts		: 252
1800.20/979.21	c conflicts		: 3945634
1800.20/979.21	c decisions		: 138942469
1800.20/979.21	c propagations		: 821551680
1800.20/979.21	c inspects		: 2795343674
1800.20/979.21	c shortcuts		: 0
1800.20/979.21	c learnt literals	: 2
1800.20/979.21	c learnt binary clauses	: 2933
1800.20/979.21	c learnt ternary clauses	: 16102
1800.20/979.21	c learnt constraints	: 3945632
1800.20/979.21	c ignored constraints	: 0
1800.20/979.21	c root simplifications	: 0
1800.20/979.21	c removed literals (reason simplification)	: 5742847
1800.20/979.21	c reason swapping (by a shorter reason)	: 0
1800.20/979.21	c Calls to reduceDB	: 84
1800.20/979.21	c number of reductions to clauses (during analyze)	: 0
1800.20/979.21	c number of learned constraints concerned by reduction	: 0
1800.20/979.21	c number of learning phase by resolution	: 0
1800.20/979.21	c number of learning phase by cutting planes	: 0
1800.20/979.21	c speed (assignments/second)	: 876282.5345424524
1800.20/979.21	c non guided choices	121958370
1800.20/979.26	c learnt constraints type 
1800.20/979.26	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2933
1800.20/979.26	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 125518
1800.20/979.26	c constraints type 
1800.20/979.26	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 39588
1800.20/979.26	c org.sat4j.minisat.constraints.card.MinWatchCard => 99595
1800.20/979.26	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 406
1800.20/979.26	c 139589 constraints processed.
1800.20/979.26	c constraints type 
1800.20/979.26	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 406
1800.20/979.26	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 39588
1800.20/979.26	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 99595
1800.20/979.26	c 139589 constraints processed.
1800.20/979.26	s UNKNOWN
1800.20/979.26	c Total wall clock time (in seconds): 979.133

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-3689542-1337882854/watcher-3689542-1337882854 -o /tmp/evaluation-result-3689542-1337882854/solver-3689542-1337882854 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689542-1337882854.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: 4.01 3.93 3.72 4/197 27582
/proc/meminfo: memFree=26384260/32873844 swapFree=7616/7616
[pid=27582] ppid=27580 vsize=11812 CPUtime=0 cores=1,3,5,7
/proc/27582/stat : 27582 (runsolver) D 27580 27582 24080 0 -1 4202560 40 0 0 0 0 0 0 0 20 0 1 0 254409784 12095488 50 33554432000 4194304 5436572 140736903218656 140736903214952 4883175 0 0 4096 24578 18446744071579943789 0 0 17 3 0 0 0 0 0
/proc/27582/statm: 2953 50 31 304 0 2645 0

[startup+0.0794801 s]
/proc/loadavg: 4.01 3.93 3.72 4/197 27582
/proc/meminfo: memFree=26384260/32873844 swapFree=7616/7616
[pid=27582] ppid=27580 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/27582/stat : 27582 (java) S 27580 27582 24080 0 -1 4202496 3220 0 1 0 4 0 0 0 20 0 18 0 254409784 9787813888 4430 33554432000 1073741824 1073778376 140733628611536 140733628602672 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27582/statm: 2389603 4433 1759 9 0 2380296 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9558412

[startup+0.10023 s]
/proc/loadavg: 4.01 3.93 3.72 4/197 27582
/proc/meminfo: memFree=26384260/32873844 swapFree=7616/7616
[pid=27582] ppid=27580 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/27582/stat : 27582 (java) S 27580 27582 24080 0 -1 4202496 4199 0 1 0 7 0 0 0 20 0 18 0 254409784 9787813888 5402 33554432000 1073741824 1073778376 140733628611536 140733628602672 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27582/statm: 2389603 5403 2080 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558412

[startup+0.300256 s]
/proc/loadavg: 4.01 3.93 3.72 4/197 27582
/proc/meminfo: memFree=26384260/32873844 swapFree=7616/7616
[pid=27582] ppid=27580 vsize=9558412 CPUtime=0.45 cores=1,3,5,7
/proc/27582/stat : 27582 (java) S 27580 27582 24080 0 -1 4202496 5359 0 1 0 43 2 0 0 20 0 18 0 254409784 9787813888 12799 33554432000 1073741824 1073778376 140733628611536 140733628602672 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27582/statm: 2389603 12799 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558412

[startup+0.700219 s]
/proc/loadavg: 4.01 3.93 3.72 4/197 27582
/proc/meminfo: memFree=26384260/32873844 swapFree=7616/7616
[pid=27582] ppid=27580 vsize=9558412 CPUtime=1.38 cores=1,3,5,7
/proc/27582/stat : 27582 (java) S 27580 27582 24080 0 -1 4202496 12304 0 1 0 130 8 0 0 20 0 18 0 254409784 9787813888 47716 33554432000 1073741824 1073778376 140733628611536 140733628602672 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27582/statm: 2389603 47716 2240 9 0 2380296 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 9558412

[startup+1.50084 s]
/proc/loadavg: 3.93 3.91 3.72 10/215 27600
/proc/meminfo: memFree=26015852/32873844 swapFree=7616/7616
[pid=27582] ppid=27580 vsize=9558412 CPUtime=2.77 cores=1,3,5,7
/proc/27582/stat : 27582 (java) S 27580 27582 24080 0 -1 4202496 14252 0 1 0 242 35 0 0 20 0 18 0 254409784 9787813888 190542 33554432000 1073741824 1073778376 140733628611536 140733628602672 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27582/statm: 2389603 190542 2256 9 0 2380296 0
[pid=27582/tid=27584] ppid=27580 vsize=9558412 CPUtime=1.23 cores=1,3,5,7
/proc/27582/task/27584/stat : 27584 (java) R 27580 27582 24080 0 -1 4202560 3387 0 1 0 111 12 0 0 20 0 18 0 254409786 9787813888 190542 33554432000 1073741824 1073778376 140733628611536 139760461945128 139760333714773 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27582/tid=27585] ppid=27580 vsize=9558412 CPUtime=0.12 cores=1,3,5,7
/proc/27582/task/27585/stat : 27585 (java) S 27580 27582 24080 0 -1 4202560 143 0 0 0 8 4 0 0 20 0 18 0 254409787 9787813888 190542 33554432000 1073741824 1073778376 140733628611536 139760305387816 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27582/tid=27586] ppid=27580 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/27582/task/27586/stat : 27586 (java) S 27580 27582 24080 0 -1 4202560 30 0 0 0 5 2 0 0 20 0 18 0 254409787 9787813888 190542 33554432000 1073741824 1073778376 140733628611536 139760304335016 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27582/tid=27587] ppid=27580 vsize=9558412 CPUtime=0.12 cores=1,3,5,7
/proc/27582/task/27587/stat : 27587 (java) S 27580 27582 24080 0 -1 4202560 158 0 0 0 8 4 0 0 20 0 18 0 254409787 9787813888 190542 33554432000 1073741824 1073778376 140733628611536 139760303282728 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27582/tid=27588] ppid=27580 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/27582/task/27588/stat : 27588 (java) S 27580 27582 24080 0 -1 4202560 38 0 0 0 5 3 0 0 20 0 18 0 254409787 9787813888 190542 33554432000 1073741824 1073778376 140733628611536 139760302229928 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27582/tid=27589] ppid=27580 vsize=9558412 CPUtime=0.12 cores=1,3,5,7
/proc/27582/task/27589/stat : 27589 (java) S 27580 27582 24080 0 -1 4202560 48 0 0 0 9 3 0 0 20 0 18 0 254409787 9787813888 190542 33554432000 1073741824 1073778376 140733628611536 139760301177640 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27582/tid=27590] ppid=27580 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/27582/task/27590/stat : 27590 (java) S 27580 27582 24080 0 -1 4202560 100 0 0 0 6 2 0 0 20 0 18 0 254409787 9787813888 190542 33554432000 1073741824 1073778376 140733628611536 139760300124840 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27582/tid=27591] ppid=27580 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/27582/task/27591/stat : 27591 (java) S 27580 27582 24080 0 -1 4202560 101 0 0 0 3 2 0 0 20 0 18 0 254409787 9787813888 190542 33554432000 1073741824 1073778376 140733628611536 139760299072552 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27582/tid=27592] ppid=27580 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/27582/task/27592/stat : 27592 (java) S 27580 27582 24080 0 -1 4202560 48 0 0 0 4 2 0 0 20 0 18 0 254409787 9787813888 191054 33554432000 1073741824 1073778376 140733628611536 139760298019752 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27582/tid=27593] ppid=27580 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27582/task/27593/stat : 27593 (java) S 27580 27582 24080 0 -1 4202560 457 0 0 0 0 0 0 0 20 0 18 0 254409788 9787813888 191054 33554432000 1073741824 1073778376 140733628611536 139760285821160 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27582/tid=27594] ppid=27580 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27582/task/27594/stat : 27594 (java) S 27580 27582 24080 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254409789 9787813888 191054 33554432000 1073741824 1073778376 140733628611536 139760284767224 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27582/tid=27595] ppid=27580 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27582/task/27595/stat : 27595 (java) S 27580 27582 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254409789 9787813888 191054 33554432000 1073741824 1073778376 140733628611536 139760283714824 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27582/tid=27596] ppid=27580 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27582/task/27596/stat : 27596 (java) S 27580 27582 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254409791 9787813888 191054 33554432000 1073741824 1073778376 140733628611536 139760282663312 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27582/tid=27597] ppid=27580 vsize=9558412 CPUtime=0.36 cores=1,3,5,7
/proc/27582/task/27597/stat : 27597 (java) S 27580 27582 24080 0 -1 4202560 4092 0 0 0 35 1 0 0 20 0 18 0 254409791 9787813888 191054 33554432000 1073741824 1073778376 140733628611536 139760281610936 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27582/tid=27598] ppid=27580 vsize=9558412 CPUtime=0.31 cores=1,3,5,7
/proc/27582/task/27598/stat : 27598 (java) S 27580 27582 24080 0 -1 4202560 4477 0 0 0 30 1 0 0 20 0 18 0 254409791 9787813888 191054 33554432000 1073741824 1073778376 140733628611536 139760280558136 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27582/tid=27599] ppid=27580 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27582/task/27599/stat : 27599 (java) S 27580 27582 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254409791 9787813888 191054 33554432000 1073741824 1073778376 140733628611536 139760279506040 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27582/tid=27600] ppid=27580 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27582/task/27600/stat : 27600 (java) S 27580 27582 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254409791 9787813888 191054 33554432000 1073741824 1073778376 140733628611536 139760278453448 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 9558412

[startup+3.10084 s]
/proc/loadavg: 3.93 3.91 3.72 4/215 27600
/proc/meminfo: memFree=25231600/32873844 swapFree=7616/7616
[pid=27582] ppid=27580 vsize=9558412 CPUtime=4.54 cores=1,3,5,7
/proc/27582/stat : 27582 (java) S 27580 27582 24080 0 -1 4202496 15910 0 1 0 391 63 0 0 20 0 18 0 254409784 9787813888 536574 33554432000 1073741824 1073778376 140733628611536 140733628602672 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27582/statm: 2389603 536574 2256 9 0 2380296 0
[pid=27582/tid=27584] ppid=27580 vsize=9558412 CPUtime=2.76 cores=1,3,5,7
/proc/27582/task/27584/stat : 27584 (java) R 27580 27582 24080 0 -1 4202560 4048 0 1 0 241 35 0 0 20 0 18 0 254409786 9787813888 536574 33554432000 1073741824 1073778376 140733628611536 139760461938672 139760469711699 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27582/tid=27585] ppid=27580 vsize=9558412 CPUtime=0.14 cores=1,3,5,7
/proc/27582/task/27585/stat : 27585 (java) S 27580 27582 24080 0 -1 4202560 196 0 0 0 10 4 0 0 20 0 18 0 254409787 9787813888 536574 33554432000 1073741824 1073778376 140733628611536 139760305387816 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27582/tid=27586] ppid=27580 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/27582/task/27586/stat : 27586 (java) S 27580 27582 24080 0 -1 4202560 52 0 0 0 6 3 0 0 20 0 18 0 254409787 9787813888 536574 33554432000 1073741824 1073778376 140733628611536 139760304335016 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27582/tid=27587] ppid=27580 vsize=9558412 CPUtime=0.15 cores=1,3,5,7
/proc/27582/task/27587/stat : 27587 (java) S 27580 27582 24080 0 -1 4202560 167 0 0 0 10 5 0 0 20 0 18 0 254409787 9787813888 536574 33554432000 1073741824 1073778376 140733628611536 139760303282728 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27582/tid=27588] ppid=27580 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/27582/task/27588/stat : 27588 (java) S 27580 27582 24080 0 -1 4202560 51 0 0 0 7 3 0 0 20 0 18 0 254409787 9787813888 536574 33554432000 1073741824 1073778376 140733628611536 139760302229928 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27582/tid=27589] ppid=27580 vsize=9558412 CPUtime=0.15 cores=1,3,5,7
/proc/27582/task/27589/stat : 27589 (java) S 27580 27582 24080 0 -1 4202560 93 0 0 0 11 4 0 0 20 0 18 0 254409787 9787813888 536574 33554432000 1073741824 1073778376 140733628611536 139760301177640 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27582/tid=27590] ppid=27580 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/27582/task/27590/stat : 27590 (java) S 27580 27582 24080 0 -1 4202560 121 0 0 0 8 3 0 0 20 0 18 0 254409787 9787813888 536574 33554432000 1073741824 1073778376 140733628611536 139760300124840 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27582/tid=27591] ppid=27580 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/27582/task/27591/stat : 27591 (java) S 27580 27582 24080 0 -1 4202560 110 0 0 0 6 3 0 0 20 0 18 0 254409787 9787813888 536574 33554432000 1073741824 1073778376 140733628611536 139760299072552 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27582/tid=27592] ppid=27580 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/27582/task/27592/stat : 27592 (java) S 27580 27582 24080 0 -1 4202560 67 0 0 0 6 3 0 0 20 0 18 0 254409787 9787813888 536574 33554432000 1073741824 1073778376 140733628611536 139760298019752 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27582/tid=27593] ppid=27580 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27582/task/27593/stat : 27593 (java) S 27580 27582 24080 0 -1 4202560 1263 0 0 0 0 0 0 0 20 0 18 0 254409788 9787813888 536574 33554432000 1073741824 1073778376 140733628611536 139760285821160 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27582/tid=27594] ppid=27580 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27582/task/27594/stat : 27594 (java) S 27580 27582 24080 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254409789 9787813888 536574 33554432000 1073741824 1073778376 140733628611536 139760284767224 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27582/tid=27595] ppid=27580 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27582/task/27595/stat : 27595 (java) S 27580 27582 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254409789 9787813888 536574 33554432000 1073741824 1073778376 140733628611536 139760283714824 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27582/tid=27596] ppid=27580 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27582/task/27596/stat : 27596 (java) S 27580 27582 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254409791 9787813888 536574 33554432000 1073741824 1073778376 140733628611536 139760282663312 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27582/tid=27597] ppid=27580 vsize=9558412 CPUtime=0.39 cores=1,3,5,7
/proc/27582/task/27597/stat : 27597 (java) S 27580 27582 24080 0 -1 4202560 4092 0 0 0 37 2 0 0 20 0 18 0 254409791 9787813888 536574 33554432000 1073741824 1073778376 140733628611536 139760281610936 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27582/tid=27598] ppid=27580 vsize=9558412 CPUtime=0.31 cores=1,3,5,7
/proc/27582/task/27598/stat : 27598 (java) S 27580 27582 24080 0 -1 4202560 4477 0 0 0 30 1 0 0 20 0 18 0 254409791 9787813888 536574 33554432000 1073741824 1073778376 140733628611536 139760280558136 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27582/tid=27599] ppid=27580 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27582/task/27599/stat : 27599 (java) S 27580 27582 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254409791 9787813888 536574 33554432000 1073741824 1073778376 140733628611536 139760279506040 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27582/tid=27600] ppid=27580 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27582/task/27600/stat : 27600 (java) S 27580 27582 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254409791 9787813888 536574 33554432000 1073741824 1073778376 140733628611536 139760278453448 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.54
Current children cumulated vsize (KiB) 9558412

[startup+6.3009 s]
/proc/loadavg: 3.93 3.91 3.72 4/215 27600
/proc/meminfo: memFree=23632796/32873844 swapFree=7616/7616
[pid=27582] ppid=27580 vsize=9558412 CPUtime=7.92 cores=1,3,5,7
/proc/27582/stat : 27582 (java) S 27580 27582 24080 0 -1 4202496 16363 0 1 0 718 74 0 0 20 0 18 0 254409784 9787813888 690481 33554432000 1073741824 1073778376 140733628611536 140733628602672 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27582/statm: 2389603 690481 2256 9 0 2380296 0
[pid=27582/tid=27584] ppid=27580 vsize=9558412 CPUtime=5.88 cores=1,3,5,7
/proc/27582/task/27584/stat : 27584 (java) R 27580 27582 24080 0 -1 4202560 4350 0 1 0 544 44 0 0 20 0 18 0 254409786 9787813888 690481 33554432000 1073741824 1073778376 140733628611536 139760461945816 139760469711699 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27582/tid=27585] ppid=27580 vsize=9558412 CPUtime=0.17 cores=1,3,5,7
/proc/27582/task/27585/stat : 27585 (java) S 27580 27582 24080 0 -1 4202560 204 0 0 0 13 4 0 0 20 0 18 0 254409787 9787813888 690481 33554432000 1073741824 1073778376 140733628611536 139760305387816 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27582/tid=27586] ppid=27580 vsize=9558412 CPUtime=0.12 cores=1,3,5,7
/proc/27582/task/27586/stat : 27586 (java) S 27580 27582 24080 0 -1 4202560 88 0 0 0 9 3 0 0 20 0 18 0 254409787 9787813888 690481 33554432000 1073741824 1073778376 140733628611536 139760304335016 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27582/tid=27587] ppid=27580 vsize=9558412 CPUtime=0.18 cores=1,3,5,7
/proc/27582/task/27587/stat : 27587 (java) S 27580 27582 24080 0 -1 4202560 203 0 0 0 13 5 0 0 20 0 18 0 254409787 9787813888 690481 33554432000 1073741824 1073778376 140733628611536 139760303282728 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27582/tid=27588] ppid=27580 vsize=9558412 CPUtime=0.14 cores=1,3,5,7
/proc/27582/task/27588/stat : 27588 (java) S 27580 27582 24080 0 -1 4202560 76 0 0 0 11 3 0 0 20 0 18 0 254409787 9787813888 690481 33554432000 1073741824 1073778376 140733628611536 139760302229928 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27582/tid=27589] ppid=27580 vsize=9558412 CPUtime=0.17 cores=1,3,5,7
/proc/27582/task/27589/stat : 27589 (java) S 27580 27582 24080 0 -1 4202560 95 0 0 0 13 4 0 0 20 0 18 0 254409787 9787813888 690481 33554432000 1073741824 1073778376 140733628611536 139760301177640 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27582/tid=27590] ppid=27580 vsize=9558412 CPUtime=0.15 cores=1,3,5,7
/proc/27582/task/27590/stat : 27590 (java) S 27580 27582 24080 0 -1 4202560 148 0 0 0 12 3 0 0 20 0 18 0 254409787 9787813888 690481 33554432000 1073741824 1073778376 140733628611536 139760300124840 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27582/tid=27591] ppid=27580 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/27582/task/27591/stat : 27591 (java) S 27580 27582 24080 0 -1 4202560 110 0 0 0 8 3 0 0 20 0 18 0 254409787 9787813888 690481 33554432000 1073741824 1073778376 140733628611536 139760299072552 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27582/tid=27592] ppid=27580 vsize=9558412 CPUtime=0.12 cores=1,3,5,7
/proc/27582/task/27592/stat : 27592 (java) S 27580 27582 24080 0 -1 4202560 82 0 0 0 9 3 0 0 20 0 18 0 254409787 9787813888 690481 33554432000 1073741824 1073778376 140733628611536 139760298019752 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27582/tid=27593] ppid=27580 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27582/task/27593/stat : 27593 (java) S 27580 27582 24080 0 -1 4202560 1264 0 0 0 0 0 0 0 20 0 18 0 254409788 9787813888 690481 33554432000 1073741824 1073778376 140733628611536 139760285821160 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27582/tid=27594] ppid=27580 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27582/task/27594/stat : 27594 (java) S 27580 27582 24080 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254409789 9787813888 690481 33554432000 1073741824 1073778376 140733628611536 139760284767224 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27582/tid=27595] ppid=27580 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27582/task/27595/stat : 27595 (java) S 27580 27582 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254409789 9787813888 690481 33554432000 1073741824 1073778376 140733628611536 139760283714824 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27582/tid=27596] ppid=27580 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27582/task/27596/stat : 27596 (java) S 27580 27582 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254409791 9787813888 690481 33554432000 1073741824 1073778376 140733628611536 139760282663312 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27582/tid=27597] ppid=27580 vsize=9558412 CPUtime=0.41 cores=1,3,5,7
/proc/27582/task/27597/stat : 27597 (java) S 27580 27582 24080 0 -1 4202560 4093 0 0 0 39 2 0 0 20 0 18 0 254409791 9787813888 690481 33554432000 1073741824 1073778376 140733628611536 139760281610936 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27582/tid=27598] ppid=27580 vsize=9558412 CPUtime=0.33 cores=1,3,5,7
/proc/27582/task/27598/stat : 27598 (java) S 27580 27582 24080 0 -1 4202560 4477 0 0 0 32 1 0 0 20 0 18 0 254409791 9787813888 690481 33554432000 1073741824 1073778376 140733628611536 139760280558136 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27582/tid=27599] ppid=27580 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27582/task/27599/stat : 27599 (java) S 27580 27582 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254409791 9787813888 690481 33554432000 1073741824 1073778376 140733628611536 139760279506040 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27582/tid=27600] ppid=27580 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27582/task/27600/stat : 27600 (java) S 27580 27582 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254409791 9787813888 690481 33554432000 1073741824 1073778376 140733628611536 139760278453448 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.92
Current children cumulated vsize (KiB) 9558412

[startup+12.7008 s]
/proc/loadavg: 3.78 3.88 3.71 3/215 27600
/proc/meminfo: memFree=23569768/32873844 swapFree=7616/7616
[pid=27582] ppid=27580 vsize=9558412 CPUtime=14.66 cores=1,3,5,7
/proc/27582/stat : 27582 (java) S 27580 27582 24080 0 -1 4202496 16681 0 1 0 1388 78 0 0 20 0 18 0 254409784 9787813888 705476 33554432000 1073741824 1073778376 140733628611536 140733628602672 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27582/statm: 2389603 705476 2256 9 0 2380296 0
[pid=27582/tid=27584] ppid=27580 vsize=9558412 CPUtime=12.11 cores=1,3,5,7

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

/proc/27582/statm: 2456167 977235 2286 9 0 2446860 0
[pid=27582/tid=27584] ppid=27580 vsize=9824668 CPUtime=40.45 cores=1,3,5,7
/proc/27582/task/27584/stat : 27584 (java) S 27580 27582 24080 0 -1 4202560 4489 0 1 0 3998 47 0 0 20 0 22 0 254409786 10060460032 977235 33554432000 1073741824 1073778376 140733628611536 139760461947896 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27582/tid=27585] ppid=27580 vsize=9824668 CPUtime=3.86 cores=1,3,5,7
/proc/27582/task/27585/stat : 27585 (java) S 27580 27582 24080 0 -1 4202560 872 0 0 0 379 7 0 0 20 0 22 0 254409787 10060460032 977235 33554432000 1073741824 1073778376 140733628611536 139760305387816 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27582/tid=27586] ppid=27580 vsize=9824668 CPUtime=3.65 cores=1,3,5,7
/proc/27582/task/27586/stat : 27586 (java) S 27580 27582 24080 0 -1 4202560 489 0 0 0 358 7 0 0 20 0 22 0 254409787 10060460032 977235 33554432000 1073741824 1073778376 140733628611536 139760304335016 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27582/tid=27587] ppid=27580 vsize=9824668 CPUtime=3.35 cores=1,3,5,7
/proc/27582/task/27587/stat : 27587 (java) S 27580 27582 24080 0 -1 4202560 696 0 0 0 326 9 0 0 20 0 22 0 254409787 10060460032 977235 33554432000 1073741824 1073778376 140733628611536 139760303282728 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27582/tid=27588] ppid=27580 vsize=9824668 CPUtime=3.38 cores=1,3,5,7
/proc/27582/task/27588/stat : 27588 (java) S 27580 27582 24080 0 -1 4202560 479 0 0 0 330 8 0 0 20 0 22 0 254409787 10060460032 977235 33554432000 1073741824 1073778376 140733628611536 139760302229928 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27582/tid=27589] ppid=27580 vsize=9824668 CPUtime=3.5 cores=1,3,5,7
/proc/27582/task/27589/stat : 27589 (java) S 27580 27582 24080 0 -1 4202560 628 0 0 0 342 8 0 0 20 0 22 0 254409787 10060460032 977235 33554432000 1073741824 1073778376 140733628611536 139760301177640 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27582/tid=27590] ppid=27580 vsize=9824668 CPUtime=3.33 cores=1,3,5,7
/proc/27582/task/27590/stat : 27590 (java) S 27580 27582 24080 0 -1 4202560 795 0 0 0 327 6 0 0 20 0 22 0 254409787 10060460032 977235 33554432000 1073741824 1073778376 140733628611536 139760300124840 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27582/tid=27591] ppid=27580 vsize=9824668 CPUtime=3.18 cores=1,3,5,7
/proc/27582/task/27591/stat : 27591 (java) S 27580 27582 24080 0 -1 4202560 1021 0 0 0 312 6 0 0 20 0 22 0 254409787 10060460032 977235 33554432000 1073741824 1073778376 140733628611536 139760299072552 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27582/tid=27592] ppid=27580 vsize=9824668 CPUtime=3.39 cores=1,3,5,7
/proc/27582/task/27592/stat : 27592 (java) S 27580 27582 24080 0 -1 4202560 995 0 0 0 332 7 0 0 20 0 22 0 254409787 10060460032 977235 33554432000 1073741824 1073778376 140733628611536 139760298019752 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27582/tid=27593] ppid=27580 vsize=9824668 CPUtime=121.42 cores=1,3,5,7
/proc/27582/task/27593/stat : 27593 (java) S 27580 27582 24080 0 -1 4202560 3559 0 0 0 12120 22 0 0 20 0 22 0 254409788 10060460032 977235 33554432000 1073741824 1073778376 140733628611536 139760285821160 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27582/tid=27594] ppid=27580 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27582/task/27594/stat : 27594 (java) S 27580 27582 24080 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254409789 10060460032 977235 33554432000 1073741824 1073778376 140733628611536 139760284767224 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27582/tid=27595] ppid=27580 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27582/task/27595/stat : 27595 (java) S 27580 27582 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254409789 10060460032 977235 33554432000 1073741824 1073778376 140733628611536 139760283714824 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27582/tid=27596] ppid=27580 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27582/task/27596/stat : 27596 (java) S 27580 27582 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254409791 10060460032 977235 33554432000 1073741824 1073778376 140733628611536 139760282663312 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27582/tid=27597] ppid=27580 vsize=9824668 CPUtime=1.79 cores=1,3,5,7
/proc/27582/task/27597/stat : 27597 (java) S 27580 27582 24080 0 -1 4202560 9939 0 0 0 176 3 0 0 20 0 22 0 254409791 10060460032 977235 33554432000 1073741824 1073778376 140733628611536 139760281610936 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27582/tid=27598] ppid=27580 vsize=9824668 CPUtime=1.76 cores=1,3,5,7
/proc/27582/task/27598/stat : 27598 (java) S 27580 27582 24080 0 -1 4202560 7734 0 0 0 173 3 0 0 20 0 22 0 254409791 10060460032 977235 33554432000 1073741824 1073778376 140733628611536 139760280558136 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27582/tid=27599] ppid=27580 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27582/task/27599/stat : 27599 (java) S 27580 27582 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254409791 10060460032 977235 33554432000 1073741824 1073778376 140733628611536 139760279506040 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27582/tid=27600] ppid=27580 vsize=9824668 CPUtime=0.42 cores=1,3,5,7
/proc/27582/task/27600/stat : 27600 (java) S 27580 27582 24080 0 -1 4202560 51 0 0 0 20 22 0 0 20 0 22 0 254409791 10060460032 977235 33554432000 1073741824 1073778376 140733628611536 139760278453448 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27582/tid=27601] ppid=27580 vsize=9824668 CPUtime=710.49 cores=1,3,5,7
/proc/27582/task/27601/stat : 27601 (java) R 27580 27582 24080 0 -1 4202560 95 0 0 0 71038 11 0 0 20 0 22 0 254413943 10060460032 977235 33554432000 1073741824 1073778376 140733628611536 139760277397728 139760333435652 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27582/tid=27602] ppid=27580 vsize=9824668 CPUtime=710.48 cores=1,3,5,7
/proc/27582/task/27602/stat : 27602 (java) R 27580 27582 24080 0 -1 4202560 109 0 0 0 71036 12 0 0 20 0 22 0 254413943 10060460032 977235 33554432000 1073741824 1073778376 140733628611536 139760276343040 139760334114592 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27582/tid=27603] ppid=27580 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27582/task/27603/stat : 27603 (java) S 27580 27582 24080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254413952 10060460032 977235 33554432000 1073741824 1073778376 140733628611536 139760275293352 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27582/tid=27604] ppid=27580 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27582/task/27604/stat : 27604 (java) S 27580 27582 24080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254413952 10060460032 977235 33554432000 1073741824 1073778376 140733628611536 139760274240552 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1618.47
Current children cumulated vsize (KiB) 9824668

[startup+942.301 s]
/proc/loadavg: 3.76 3.78 3.73 5/219 27690
/proc/meminfo: memFree=20933456/32873844 swapFree=7616/7616
[pid=27582] ppid=27580 vsize=9824668 CPUtime=1730.6 cores=1,3,5,7
/proc/27582/stat : 27582 (java) S 27580 27582 24080 0 -1 4202496 34444 0 1 0 172898 162 0 0 20 0 22 0 254409784 10060460032 982105 33554432000 1073741824 1073778376 140733628611536 140733628602672 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27582/statm: 2456167 982105 2286 9 0 2446860 0
[pid=27582/tid=27584] ppid=27580 vsize=9824668 CPUtime=40.45 cores=1,3,5,7
/proc/27582/task/27584/stat : 27584 (java) S 27580 27582 24080 0 -1 4202560 4491 0 1 0 3998 47 0 0 20 0 22 0 254409786 10060460032 982105 33554432000 1073741824 1073778376 140733628611536 139760461947896 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27582/tid=27585] ppid=27580 vsize=9824668 CPUtime=4.09 cores=1,3,5,7
/proc/27582/task/27585/stat : 27585 (java) S 27580 27582 24080 0 -1 4202560 872 0 0 0 402 7 0 0 20 0 22 0 254409787 10060460032 982105 33554432000 1073741824 1073778376 140733628611536 139760305387816 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27582/tid=27586] ppid=27580 vsize=9824668 CPUtime=3.91 cores=1,3,5,7
/proc/27582/task/27586/stat : 27586 (java) S 27580 27582 24080 0 -1 4202560 489 0 0 0 384 7 0 0 20 0 22 0 254409787 10060460032 982105 33554432000 1073741824 1073778376 140733628611536 139760304335016 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27582/tid=27587] ppid=27580 vsize=9824668 CPUtime=3.58 cores=1,3,5,7
/proc/27582/task/27587/stat : 27587 (java) S 27580 27582 24080 0 -1 4202560 696 0 0 0 349 9 0 0 20 0 22 0 254409787 10060460032 982105 33554432000 1073741824 1073778376 140733628611536 139760303282728 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27582/tid=27588] ppid=27580 vsize=9824668 CPUtime=3.59 cores=1,3,5,7
/proc/27582/task/27588/stat : 27588 (java) S 27580 27582 24080 0 -1 4202560 479 0 0 0 351 8 0 0 20 0 22 0 254409787 10060460032 982105 33554432000 1073741824 1073778376 140733628611536 139760302229928 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27582/tid=27589] ppid=27580 vsize=9824668 CPUtime=3.85 cores=1,3,5,7
/proc/27582/task/27589/stat : 27589 (java) S 27580 27582 24080 0 -1 4202560 628 0 0 0 377 8 0 0 20 0 22 0 254409787 10060460032 982105 33554432000 1073741824 1073778376 140733628611536 139760301177640 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27582/tid=27590] ppid=27580 vsize=9824668 CPUtime=3.56 cores=1,3,5,7
/proc/27582/task/27590/stat : 27590 (java) S 27580 27582 24080 0 -1 4202560 795 0 0 0 350 6 0 0 20 0 22 0 254409787 10060460032 982105 33554432000 1073741824 1073778376 140733628611536 139760300124840 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27582/tid=27591] ppid=27580 vsize=9824668 CPUtime=3.43 cores=1,3,5,7
/proc/27582/task/27591/stat : 27591 (java) S 27580 27582 24080 0 -1 4202560 1021 0 0 0 337 6 0 0 20 0 22 0 254409787 10060460032 982105 33554432000 1073741824 1073778376 140733628611536 139760299072552 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27582/tid=27592] ppid=27580 vsize=9824668 CPUtime=3.6 cores=1,3,5,7
/proc/27582/task/27592/stat : 27592 (java) S 27580 27582 24080 0 -1 4202560 995 0 0 0 353 7 0 0 20 0 22 0 254409787 10060460032 982105 33554432000 1073741824 1073778376 140733628611536 139760298019752 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27582/tid=27593] ppid=27580 vsize=9824668 CPUtime=130.26 cores=1,3,5,7
/proc/27582/task/27593/stat : 27593 (java) S 27580 27582 24080 0 -1 4202560 4856 0 0 0 13003 23 0 0 20 0 22 0 254409788 10060460032 982105 33554432000 1073741824 1073778376 140733628611536 139760285821160 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27582/tid=27594] ppid=27580 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27582/task/27594/stat : 27594 (java) S 27580 27582 24080 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254409789 10060460032 982105 33554432000 1073741824 1073778376 140733628611536 139760284767224 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27582/tid=27595] ppid=27580 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27582/task/27595/stat : 27595 (java) S 27580 27582 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254409789 10060460032 982105 33554432000 1073741824 1073778376 140733628611536 139760283714824 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27582/tid=27596] ppid=27580 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27582/task/27596/stat : 27596 (java) S 27580 27582 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254409791 10060460032 982105 33554432000 1073741824 1073778376 140733628611536 139760282663312 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27582/tid=27597] ppid=27580 vsize=9824668 CPUtime=1.79 cores=1,3,5,7
/proc/27582/task/27597/stat : 27597 (java) S 27580 27582 24080 0 -1 4202560 9939 0 0 0 176 3 0 0 20 0 22 0 254409791 10060460032 982105 33554432000 1073741824 1073778376 140733628611536 139760281610936 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27582/tid=27598] ppid=27580 vsize=9824668 CPUtime=1.76 cores=1,3,5,7
/proc/27582/task/27598/stat : 27598 (java) S 27580 27582 24080 0 -1 4202560 7734 0 0 0 173 3 0 0 20 0 22 0 254409791 10060460032 982105 33554432000 1073741824 1073778376 140733628611536 139760280558136 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27582/tid=27599] ppid=27580 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27582/task/27599/stat : 27599 (java) S 27580 27582 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254409791 10060460032 982105 33554432000 1073741824 1073778376 140733628611536 139760279506040 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27582/tid=27600] ppid=27580 vsize=9824668 CPUtime=0.44 cores=1,3,5,7
/proc/27582/task/27600/stat : 27600 (java) S 27580 27582 24080 0 -1 4202560 55 0 0 0 21 23 0 0 20 0 22 0 254409791 10060460032 982105 33554432000 1073741824 1073778376 140733628611536 139760278453448 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27582/tid=27601] ppid=27580 vsize=9824668 CPUtime=760.98 cores=1,3,5,7
/proc/27582/task/27601/stat : 27601 (java) R 27580 27582 24080 0 -1 4202560 98 0 0 0 76086 12 0 0 20 0 22 0 254413943 10060460032 982105 33554432000 1073741824 1073778376 140733628611536 139760277396768 139760333804677 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27582/tid=27602] ppid=27580 vsize=9824668 CPUtime=760.98 cores=1,3,5,7
/proc/27582/task/27602/stat : 27602 (java) R 27580 27582 24080 0 -1 4202560 110 0 0 0 76085 13 0 0 20 0 22 0 254413943 10060460032 982105 33554432000 1073741824 1073778376 140733628611536 139760276343008 139760334115114 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27582/tid=27603] ppid=27580 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27582/task/27603/stat : 27603 (java) S 27580 27582 24080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254413952 10060460032 982105 33554432000 1073741824 1073778376 140733628611536 139760275293352 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27582/tid=27604] ppid=27580 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27582/task/27604/stat : 27604 (java) S 27580 27582 24080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254413952 10060460032 982105 33554432000 1073741824 1073778376 140733628611536 139760274240552 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1730.6
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+979.201 s]
/proc/loadavg: 3.80 3.79 3.73 5/219 27690
/proc/meminfo: memFree=20679008/32873844 swapFree=7616/7616
[pid=27582] ppid=27580 vsize=9824668 CPUtime=1800.2 cores=1,3,5,7
/proc/27582/stat : 27582 (java) S 27580 27582 24080 0 -1 4202496 34465 0 1 0 179857 163 0 0 20 0 22 0 254409784 10060460032 989271 33554432000 1073741824 1073778376 140733628611536 140733628602672 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27582/statm: 2456167 989271 2286 9 0 2446860 0
[pid=27582/tid=27584] ppid=27580 vsize=9824668 CPUtime=40.46 cores=1,3,5,7
/proc/27582/task/27584/stat : 27584 (java) S 27580 27582 24080 0 -1 4202560 4491 0 1 0 3998 48 0 0 20 0 22 0 254409786 10060460032 989271 33554432000 1073741824 1073778376 140733628611536 139760461947896 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27582/tid=27585] ppid=27580 vsize=9824668 CPUtime=4.21 cores=1,3,5,7
/proc/27582/task/27585/stat : 27585 (java) S 27580 27582 24080 0 -1 4202560 872 0 0 0 414 7 0 0 20 0 22 0 254409787 10060460032 989271 33554432000 1073741824 1073778376 140733628611536 139760305387816 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27582/tid=27586] ppid=27580 vsize=9824668 CPUtime=3.99 cores=1,3,5,7
/proc/27582/task/27586/stat : 27586 (java) S 27580 27582 24080 0 -1 4202560 489 0 0 0 392 7 0 0 20 0 22 0 254409787 10060460032 989271 33554432000 1073741824 1073778376 140733628611536 139760304335016 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27582/tid=27587] ppid=27580 vsize=9824668 CPUtime=3.67 cores=1,3,5,7
/proc/27582/task/27587/stat : 27587 (java) S 27580 27582 24080 0 -1 4202560 696 0 0 0 358 9 0 0 20 0 22 0 254409787 10060460032 989271 33554432000 1073741824 1073778376 140733628611536 139760303282728 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27582/tid=27588] ppid=27580 vsize=9824668 CPUtime=3.67 cores=1,3,5,7
/proc/27582/task/27588/stat : 27588 (java) S 27580 27582 24080 0 -1 4202560 479 0 0 0 359 8 0 0 20 0 22 0 254409787 10060460032 989271 33554432000 1073741824 1073778376 140733628611536 139760302229928 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27582/tid=27589] ppid=27580 vsize=9824668 CPUtime=3.92 cores=1,3,5,7
/proc/27582/task/27589/stat : 27589 (java) S 27580 27582 24080 0 -1 4202560 628 0 0 0 384 8 0 0 20 0 22 0 254409787 10060460032 989271 33554432000 1073741824 1073778376 140733628611536 139760301177640 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27582/tid=27590] ppid=27580 vsize=9824668 CPUtime=3.65 cores=1,3,5,7
/proc/27582/task/27590/stat : 27590 (java) S 27580 27582 24080 0 -1 4202560 795 0 0 0 359 6 0 0 20 0 22 0 254409787 10060460032 989271 33554432000 1073741824 1073778376 140733628611536 139760300124840 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27582/tid=27591] ppid=27580 vsize=9824668 CPUtime=3.62 cores=1,3,5,7
/proc/27582/task/27591/stat : 27591 (java) S 27580 27582 24080 0 -1 4202560 1021 0 0 0 356 6 0 0 20 0 22 0 254409787 10060460032 989271 33554432000 1073741824 1073778376 140733628611536 139760299072552 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27582/tid=27592] ppid=27580 vsize=9824668 CPUtime=3.76 cores=1,3,5,7
/proc/27582/task/27592/stat : 27592 (java) S 27580 27582 24080 0 -1 4202560 995 0 0 0 369 7 0 0 20 0 22 0 254409787 10060460032 989271 33554432000 1073741824 1073778376 140733628611536 139760298019752 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27582/tid=27593] ppid=27580 vsize=9824668 CPUtime=134.89 cores=1,3,5,7
/proc/27582/task/27593/stat : 27593 (java) S 27580 27582 24080 0 -1 4202560 4872 0 0 0 13465 24 0 0 20 0 22 0 254409788 10060460032 989271 33554432000 1073741824 1073778376 140733628611536 139760285821160 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27582/tid=27594] ppid=27580 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27582/task/27594/stat : 27594 (java) S 27580 27582 24080 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254409789 10060460032 989271 33554432000 1073741824 1073778376 140733628611536 139760284767224 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27582/tid=27595] ppid=27580 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27582/task/27595/stat : 27595 (java) S 27580 27582 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254409789 10060460032 989271 33554432000 1073741824 1073778376 140733628611536 139760283714824 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27582/tid=27596] ppid=27580 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27582/task/27596/stat : 27596 (java) S 27580 27582 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254409791 10060460032 989271 33554432000 1073741824 1073778376 140733628611536 139760282663312 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27582/tid=27597] ppid=27580 vsize=9824668 CPUtime=1.79 cores=1,3,5,7
/proc/27582/task/27597/stat : 27597 (java) S 27580 27582 24080 0 -1 4202560 9939 0 0 0 176 3 0 0 20 0 22 0 254409791 10060460032 989271 33554432000 1073741824 1073778376 140733628611536 139760281610936 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27582/tid=27598] ppid=27580 vsize=9824668 CPUtime=1.76 cores=1,3,5,7
/proc/27582/task/27598/stat : 27598 (java) S 27580 27582 24080 0 -1 4202560 7734 0 0 0 173 3 0 0 20 0 22 0 254409791 10060460032 989271 33554432000 1073741824 1073778376 140733628611536 139760280558136 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27582/tid=27599] ppid=27580 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27582/task/27599/stat : 27599 (java) S 27580 27582 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254409791 10060460032 989271 33554432000 1073741824 1073778376 140733628611536 139760279506040 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27582/tid=27600] ppid=27580 vsize=9824668 CPUtime=0.46 cores=1,3,5,7
/proc/27582/task/27600/stat : 27600 (java) S 27580 27582 24080 0 -1 4202560 57 0 0 0 22 24 0 0 20 0 22 0 254409791 10060460032 989271 33554432000 1073741824 1073778376 140733628611536 139760278453448 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27582/tid=27601] ppid=27580 vsize=9824668 CPUtime=792.93 cores=1,3,5,7
/proc/27582/task/27601/stat : 27601 (java) R 27580 27582 24080 0 -1 4202560 100 0 0 0 79280 13 0 0 20 0 22 0 254413943 10060460032 989271 33554432000 1073741824 1073778376 140733628611536 139760277397728 139760334152174 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27582/tid=27602] ppid=27580 vsize=9824668 CPUtime=792.93 cores=1,3,5,7
/proc/27582/task/27602/stat : 27602 (java) R 27580 27582 24080 0 -1 4202560 111 0 0 0 79279 14 0 0 20 0 22 0 254413943 10060460032 989271 33554432000 1073741824 1073778376 140733628611536 139760276343008 139760334125298 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27582/tid=27603] ppid=27580 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27582/task/27603/stat : 27603 (java) S 27580 27582 24080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254413952 10060460032 989271 33554432000 1073741824 1073778376 140733628611536 139760275293352 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27582/tid=27604] ppid=27580 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27582/task/27604/stat : 27604 (java) S 27580 27582 24080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254413952 10060460032 989271 33554432000 1073741824 1073778376 140733628611536 139760274240552 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 9824668

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27582 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=159246
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=41689
# CPU time returned by wait4() is 1796.2
# while last known CPU time is 1800.2
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 979.289
CPU time (s): 1800.2
CPU user time (s): 1798.57
CPU system time (s): 1.63
CPU usage (%): 183.827
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.16
system time used= 2.04169
maximum resident set size= 3957208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34498
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1040
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29369
involuntary context switches= 49012

runsolver used 3.64145 second user time and 9.82451 second system time

The end

Launcher Data

Begin job on node141 at 2012-05-24 20:07:35
IDJOB=3689542
IDBENCH=89890
IDSOLVER=2268
FILE ID=node141/3689542-1337882854
RUNJOBID= node141-1337871880-24098
PBS_JOBID= 14620063
Free space on /tmp= 71668 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-netdiversion.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689542-1337882854/watcher-3689542-1337882854 -o /tmp/evaluation-result-3689542-1337882854/solver-3689542-1337882854 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3689542-1337882854.opb

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

MD5SUM BENCH= 2c0dd2737108318b86d3c4c102584cdd
RANDOM SEED=1913442309

node141.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.744
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.48
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.744
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.744
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	: 5331.93
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.744
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.92
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.744
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.92
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.744
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	: 5331.91
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.744
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.92
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.744
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:       32873844 kB
MemFree:        26384284 kB
Buffers:          221680 kB
Cached:          3087280 kB
SwapCached:            0 kB
Active:          2815480 kB
Inactive:        2895988 kB
Active(anon):    2405232 kB
Inactive(anon):        0 kB
Active(file):     410248 kB
Inactive(file):  2895988 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              7836 kB
Writeback:             0 kB
AnonPages:       2410408 kB
Mapped:            22604 kB
Shmem:               200 kB
Slab:             631024 kB
SReclaimable:      73400 kB
SUnreclaim:       557624 kB
KernelStack:        1616 kB
PageTables:         9568 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2665264 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2347008 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71672 MiB
End job on node141 at 2012-05-24 20:23:56