Trace number 4085569

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
Sat4j PB 2.3.6 Resolution PB16OPT5852 1076.82 1074.31

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/
poldner/PB/testset/normalized-8_16.opb
MD5SUMa50db2fb26a0b36972cba004cae6f3a3
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5852
Best CPU time to get the best result obtained on this benchmark0.05799
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 5852
Optimality of the best value was proved YES
Number of variables136
Total number of constraints144
Number of constraints which are clauses128
Number of constraints which are cardinality constraints (but not clauses)16
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint8
Number of terms in the objective function 136
Biggest coefficient in the objective function 1311
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 58669
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 1311
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 58669
Number of bits of the biggest sum of numbers16
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.10	c os.name		Linux
0.00/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.10	c os.arch		amd64
0.00/0.10	c Free memory 		501472288
0.00/0.10	c Max memory 		7480803328
0.00/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4085569-1465247581.opb
0.08/0.12	c reading problem ... 
0.08/0.12	c  objective function found
0.08/0.15	c ... done. Wall clock time 0.031s.
0.08/0.15	c declared #vars     136
0.08/0.15	c #constraints  160
0.08/0.15	c constraints type 
0.08/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 16
0.08/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 16
0.08/0.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.08/0.15	c 160 constraints processed.
0.08/0.15	c objective function length is 136 literals
0.08/0.16	c SATISFIABLE
0.08/0.16	c OPTIMIZING...
0.08/0.16	c Got one! Elapsed wall clock time (in seconds):0.037
0.08/0.16	o 6036
0.27/0.22	c Got one! Elapsed wall clock time (in seconds):0.103
0.27/0.22	o 6008
0.27/0.23	c Got one! Elapsed wall clock time (in seconds):0.106
0.27/0.23	o 5929
0.62/0.48	c cleaning 2631 clauses out of 5271 with flag 10074/5271
0.62/0.49	c Got one! Elapsed wall clock time (in seconds):0.374
0.62/0.49	o 5914
0.82/0.51	c Got one! Elapsed wall clock time (in seconds):0.394
0.82/0.51	o 5887
0.82/0.51	c Got one! Elapsed wall clock time (in seconds):0.396
0.82/0.51	o 5852
1.24/0.71	c cleaning 4272 clauses out of 8556 with flag 10094/11187
1.44/0.93	c cleaning 5132 clauses out of 10284 with flag 22180/17187
1.75/1.22	c cleaning 6068 clauses out of 12152 with flag 36314/24187
2.08/1.55	c cleaning 7034 clauses out of 14085 with flag 52476/32188
2.48/1.99	c cleaning 8018 clauses out of 16050 with flag 70674/41187
3.08/2.51	c cleaning 9011 clauses out of 18033 with flag 90836/51188
3.68/3.14	c cleaning 10000 clauses out of 20022 with flag 113111/62188
4.39/3.73	c cleaning 11006 clauses out of 22021 with flag 140986/74187
4.99/4.34	c cleaning 12007 clauses out of 24017 with flag 171737/87189
5.69/5.06	c cleaning 13004 clauses out of 26009 with flag 204489/101188
6.49/5.87	c cleaning 14003 clauses out of 28006 with flag 239284/116189
7.40/6.78	c cleaning 15000 clauses out of 30001 with flag 277325/132187
8.40/7.74	c cleaning 16001 clauses out of 32004 with flag 318028/149190
9.39/8.73	c cleaning 16997 clauses out of 34001 with flag 358934/167188
10.50/9.82	c cleaning 17998 clauses out of 36004 with flag 400791/186188
11.60/10.98	c cleaning 19001 clauses out of 38006 with flag 445103/206188
12.90/12.28	c cleaning 20003 clauses out of 40005 with flag 488611/227188
14.30/13.65	c cleaning 21000 clauses out of 42001 with flag 537156/249187
15.80/15.18	c cleaning 21994 clauses out of 44002 with flag 589147/272188
17.40/16.76	c cleaning 22999 clauses out of 46008 with flag 645384/296188
19.10/18.48	c cleaning 23998 clauses out of 48009 with flag 702404/321188
20.80/20.15	c cleaning 25005 clauses out of 50010 with flag 762281/347187
22.70/22.06	c cleaning 25998 clauses out of 52005 with flag 822884/374187
24.90/24.21	c cleaning 26998 clauses out of 54007 with flag 885198/402187
27.30/26.60	c cleaning 27999 clauses out of 56009 with flag 950466/431187
29.61/28.96	c cleaning 29000 clauses out of 58010 with flag 1018846/461187
32.20/31.50	c cleaning 30003 clauses out of 60010 with flag 1087102/492187
34.60/33.94	c cleaning 31001 clauses out of 62007 with flag 1158451/524187
37.20/36.54	c cleaning 31998 clauses out of 64007 with flag 1229492/557188
40.00/39.31	c cleaning 33004 clauses out of 66009 with flag 1302631/591188
42.70/42.06	c cleaning 33995 clauses out of 68006 with flag 1380726/626189
45.50/44.89	c cleaning 34999 clauses out of 70009 with flag 1467540/662187
48.50/47.87	c cleaning 35995 clauses out of 72010 with flag 1552060/699187
51.31/50.70	c cleaning 37001 clauses out of 74016 with flag 1636292/737188
54.21/53.56	c cleaning 38001 clauses out of 76015 with flag 1717655/776188
56.71/56.06	c cleaning 39003 clauses out of 78013 with flag 1804228/816187
59.71/59.08	c cleaning 40000 clauses out of 80010 with flag 1895416/857187
63.31/62.62	c cleaning 40999 clauses out of 82010 with flag 1990239/899187
67.21/66.55	c cleaning 42005 clauses out of 84012 with flag 2087611/942188
70.71/70.05	c cleaning 42999 clauses out of 86007 with flag 2194478/986188
74.71/74.08	c cleaning 43997 clauses out of 88008 with flag 2305400/1031188
78.93/78.23	c cleaning 45001 clauses out of 90012 with flag 2409838/1077189
83.92/83.27	c cleaning 46002 clauses out of 92010 with flag 2519092/1124188
88.42/87.71	c cleaning 47003 clauses out of 94007 with flag 2621347/1172187
93.62/92.95	c cleaning 47999 clauses out of 96005 with flag 2729749/1221188
99.12/98.44	c cleaning 48997 clauses out of 98007 with flag 2853081/1271189
105.02/104.32	c cleaning 49997 clauses out of 100008 with flag 2971471/1322187
110.92/110.27	c cleaning 51002 clauses out of 102011 with flag 3090724/1374187
117.92/117.27	c cleaning 52002 clauses out of 104009 with flag 3206039/1427187
124.42/123.74	c cleaning 53000 clauses out of 106007 with flag 3321476/1481187
130.19/129.40	c cleaning 53995 clauses out of 108008 with flag 3442560/1536188
136.19/135.44	c cleaning 55004 clauses out of 110013 with flag 3573417/1592188
142.59/141.87	c cleaning 55991 clauses out of 112008 with flag 3705863/1649187
149.79/149.10	c cleaning 57005 clauses out of 114020 with flag 3849883/1707190
156.71/155.93	c cleaning 57997 clauses out of 116013 with flag 3988116/1766188
162.81/162.02	c cleaning 59006 clauses out of 118017 with flag 4124807/1826189
170.91/170.15	c cleaning 59997 clauses out of 120009 with flag 4265588/1887187
178.81/178.09	c cleaning 61000 clauses out of 122012 with flag 4407703/1949187
186.51/185.77	c cleaning 62000 clauses out of 124012 with flag 4544881/2012187
195.31/194.56	c cleaning 63001 clauses out of 126012 with flag 4689457/2076187
204.71/203.98	c cleaning 64003 clauses out of 128011 with flag 4838281/2141187
214.22/213.43	c cleaning 65001 clauses out of 130008 with flag 4980441/2207187
222.95/222.16	c cleaning 65997 clauses out of 132008 with flag 5137682/2274188
232.15/231.34	c cleaning 66998 clauses out of 134011 with flag 5292779/2342188
241.55/240.71	c cleaning 67998 clauses out of 136012 with flag 5452502/2411187
250.34/249.53	c cleaning 69004 clauses out of 138014 with flag 5608430/2481187
259.84/259.08	c cleaning 69995 clauses out of 140010 with flag 5769868/2552187
269.54/268.72	c cleaning 70997 clauses out of 142016 with flag 5933419/2624188
280.44/279.69	c cleaning 72008 clauses out of 144019 with flag 6111177/2697188
290.94/290.15	c cleaning 73005 clauses out of 146012 with flag 6287771/2771189
302.35/301.55	c cleaning 73997 clauses out of 148007 with flag 6467952/2846189
314.75/313.90	c cleaning 75001 clauses out of 150009 with flag 6645278/2922188
326.15/325.33	c cleaning 75995 clauses out of 152007 with flag 6817100/2999187
338.60/337.72	c cleaning 76999 clauses out of 154012 with flag 6994438/3077187
351.51/350.64	c cleaning 78002 clauses out of 156016 with flag 7183640/3156190
365.31/364.48	c cleaning 79000 clauses out of 158011 with flag 7367493/3236187
378.31/377.44	c cleaning 79998 clauses out of 160012 with flag 7556858/3317188
391.81/390.97	c cleaning 81001 clauses out of 162013 with flag 7747964/3399187
405.01/404.19	c cleaning 82000 clauses out of 164012 with flag 7950746/3482187
416.31/415.43	c cleaning 83001 clauses out of 166013 with flag 8151461/3566188
431.12/430.25	c cleaning 84001 clauses out of 168011 with flag 8348260/3651187
445.71/444.87	c cleaning 84999 clauses out of 170011 with flag 8561595/3737188
457.08/456.18	c cleaning 86000 clauses out of 172012 with flag 8767423/3824188
470.38/469.44	c cleaning 87001 clauses out of 174011 with flag 8967623/3912187
482.34/481.16	c cleaning 87994 clauses out of 176010 with flag 9176822/4001187
496.24/494.70	c cleaning 89005 clauses out of 178017 with flag 9369069/4091189
511.35/509.80	c cleaning 90000 clauses out of 180010 with flag 9571161/4182187
529.05/527.57	c cleaning 91004 clauses out of 182011 with flag 9767506/4274188
545.35/543.83	c cleaning 92003 clauses out of 184007 with flag 9964309/4367188
563.25/561.73	c cleaning 92997 clauses out of 186002 with flag 10165489/4461187
581.25/579.74	c cleaning 94000 clauses out of 188005 with flag 10366561/4556187
601.18/599.59	c cleaning 95000 clauses out of 190005 with flag 10568671/4652188
617.95/616.29	c cleaning 95999 clauses out of 192003 with flag 10777966/4749187
634.65/632.90	c cleaning 96990 clauses out of 194004 with flag 10991790/4847187
653.25/651.54	c cleaning 98004 clauses out of 196015 with flag 11216734/4946188
668.95/667.26	c cleaning 99001 clauses out of 198010 with flag 11446296/5046187
687.16/685.43	c cleaning 100002 clauses out of 200012 with flag 11671458/5147190
709.46/707.73	c cleaning 100996 clauses out of 202007 with flag 11901748/5249187
729.45/727.60	c cleaning 102003 clauses out of 204011 with flag 12135825/5352187
750.36/748.58	c cleaning 103002 clauses out of 206009 with flag 12355708/5456188
767.76/765.98	c cleaning 104000 clauses out of 208006 with flag 12583259/5561187
788.38/786.59	c cleaning 104997 clauses out of 210006 with flag 12811342/5667187
809.87/808.00	c cleaning 105994 clauses out of 212009 with flag 13041692/5774187
831.18/829.40	c cleaning 107005 clauses out of 214015 with flag 13273281/5882187
854.84/852.68	c cleaning 108000 clauses out of 216011 with flag 13506562/5991188
876.68/874.35	c cleaning 108998 clauses out of 218011 with flag 13735224/6101188
898.68/896.35	c cleaning 110002 clauses out of 220012 with flag 13970347/6212187
920.48/918.16	c cleaning 111005 clauses out of 222010 with flag 14205124/6324187
941.89/939.53	c cleaning 111999 clauses out of 224005 with flag 14451243/6437188
963.60/961.27	c cleaning 112999 clauses out of 226003 with flag 14695650/6551187
986.10/983.79	c cleaning 113999 clauses out of 228004 with flag 14938075/6666187
1014.81/1012.45	c cleaning 115000 clauses out of 230005 with flag 15182405/6782187
1041.02/1038.55	c cleaning 115998 clauses out of 232007 with flag 15429935/6899189
1068.71/1066.20	c cleaning 117001 clauses out of 234008 with flag 15677917/7017188
1076.82/1074.30	c starts		: 2680
1076.82/1074.30	c conflicts		: 7069438
1076.82/1074.30	c decisions		: 9072608
1076.82/1074.30	c propagations		: 84506418
1076.82/1074.30	c inspects		: 24454894568
1076.82/1074.30	c shortcuts		: 0
1076.82/1074.30	c learnt literals	: 18
1076.82/1074.30	c learnt binary clauses	: 12
1076.82/1074.30	c learnt ternary clauses	: 24
1076.82/1074.30	c learnt constraints	: 7069419
1076.82/1074.30	c ignored constraints	: 0
1076.82/1074.30	c root simplifications	: 0
1076.82/1074.30	c removed literals (reason simplification)	: 0
1076.82/1074.30	c reason swapping (by a shorter reason)	: 0
1076.82/1074.30	c Calls to reduceDB	: 115
1076.82/1074.30	c Number of update (reduction) of LBD	: 438707
1076.82/1074.30	c Imported unit clauses	: 0
1076.82/1074.30	c number of reductions to clauses (during analyze)	: 0
1076.82/1074.30	c number of learned constraints concerned by reduction	: 0
1076.82/1074.30	c number of learning phase by resolution	: 0
1076.82/1074.30	c number of learning phase by cutting planes	: 0
1076.82/1074.30	c speed (assignments/second)	: 78672.97430149291
1076.82/1074.30	c non guided choices	5
1076.82/1074.30	c learnt constraints type 
1076.82/1074.30	s OPTIMUM FOUND
1076.82/1074.30	c Found 6 solution(s)
1076.82/1074.30	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 x8 -x9 -x10 -x11 -x12 -x13 -x14 x15 -x16 -x17 -x18 x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 x40 -x41 -x42 x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 x56 -x57 -x58 x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 x72 -x73 -x74 -x75 -x76 -x77 -x78 x79 -x80 -x81 -x82 x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 x96 -x97 -x98 -x99 -x100 -x101 -x102 x103 -x104 -x105 -x106 x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 x131 -x132 -x133 -x134 x135 x136 
1076.82/1074.30	c objective function=5852
1076.82/1074.30	c Total wall clock time (in seconds): 1074.183

Verifier Data

OK	5852

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4085569-1465247581/watcher-4085569-1465247581 -o /tmp/evaluation-result-4085569-1465247581/solver-4085569-1465247581 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1465220260-9033 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085569-1465247581.opb 

pid=12625
running on 4 cores: 0,2,4,6

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.22 2.19 2.18 3/194 12628
/proc/meminfo: memFree=29288876/32872528 swapFree=17452/1581112
[pid=12628] ppid=12625 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/12628/stat : 12628 (java) D 12625 12628 9017 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 106690030 9515008 183 33554432000 1073741824 1073778376 140735620095664 140735620086696 248790204085 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/12628/statm: 2323 183 140 9 0 71 0

[startup+0.100058 s]
/proc/loadavg: 2.22 2.19 2.18 3/194 12628
/proc/meminfo: memFree=29288876/32872528 swapFree=17452/1581112
[pid=12628] ppid=12625 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/12628/stat : 12628 (java) S 12625 12628 9017 0 -1 4202496 4387 0 1 0 8 0 0 0 20 0 18 0 106690030 9787879424 6018 33554432000 1073741824 1073778376 140734322539664 140734322530800 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12628/statm: 2389619 6018 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200273 s]
/proc/loadavg: 2.22 2.19 2.18 3/194 12628
/proc/meminfo: memFree=29288876/32872528 swapFree=17452/1581112
[pid=12628] ppid=12625 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/12628/stat : 12628 (java) S 12625 12628 9017 0 -1 4202496 6083 0 1 0 26 1 0 0 20 0 19 0 106690030 9856040960 7729 33554432000 1073741824 1073778376 140734322539664 140734322530800 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12628/statm: 2406260 7729 2229 9 0 2396937 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9625040

[startup+0.300327 s]
/proc/loadavg: 2.22 2.19 2.18 3/194 12628
/proc/meminfo: memFree=29288876/32872528 swapFree=17452/1581112
[pid=12628] ppid=12625 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/12628/stat : 12628 (java) S 12625 12628 9017 0 -1 4202496 7022 0 1 0 50 1 0 0 20 0 19 0 106690030 9856040960 8621 33554432000 1073741824 1073778376 140734322539664 140734322530800 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12628/statm: 2406260 8621 2244 9 0 2396937 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.700308 s]
/proc/loadavg: 2.22 2.19 2.18 3/194 12628
/proc/meminfo: memFree=29288876/32872528 swapFree=17452/1581112
[pid=12628] ppid=12625 vsize=9625040 CPUtime=1.24 cores=0,2,4,6
/proc/12628/stat : 12628 (java) S 12625 12628 9017 0 -1 4202496 14260 0 1 0 123 1 0 0 20 0 19 0 106690030 9856040960 13326 33554432000 1073741824 1073778376 140734322539664 140734322530800 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12628/statm: 2406260 13326 2259 9 0 2396937 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 9625040

[startup+1.50086 s]
/proc/loadavg: 2.22 2.19 2.18 3/213 12647
/proc/meminfo: memFree=29241680/32872528 swapFree=17452/1581112
[pid=12628] ppid=12625 vsize=9625040 CPUtime=2.08 cores=0,2,4,6
/proc/12628/stat : 12628 (java) S 12625 12628 9017 0 -1 4202496 14269 0 1 0 206 2 0 0 20 0 19 0 106690030 9856040960 14356 33554432000 1073741824 1073778376 140734322539664 140734322530800 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12628/statm: 2406260 14356 2261 9 0 2396937 0
[pid=12628/tid=12630] ppid=12625 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/12628/task/12630/stat : 12630 (java) R 12625 12628 9017 0 -1 4202560 2424 0 1 0 145 0 0 0 20 0 19 0 106690031 9856040960 14356 33554432000 1073741824 1073778376 140734322539664 139988847427864 139988704902747 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12628/tid=12631] ppid=12625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12628/task/12631/stat : 12631 (java) S 12625 12628 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106690032 9856040960 14356 33554432000 1073741824 1073778376 140734322539664 139988825528872 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12628/tid=12632] ppid=12625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12628/task/12632/stat : 12632 (java) S 12625 12628 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106690032 9856040960 14356 33554432000 1073741824 1073778376 140734322539664 139988824476072 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12628/tid=12633] ppid=12625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12628/task/12633/stat : 12633 (java) S 12625 12628 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106690032 9856040960 14356 33554432000 1073741824 1073778376 140734322539664 139988823423272 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12628/tid=12634] ppid=12625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12628/task/12634/stat : 12634 (java) S 12625 12628 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106690032 9856040960 14356 33554432000 1073741824 1073778376 140734322539664 139988486318248 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12628/tid=12635] ppid=12625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12628/task/12635/stat : 12635 (java) S 12625 12628 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106690032 9856040960 14356 33554432000 1073741824 1073778376 140734322539664 139988485266472 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12628/tid=12636] ppid=12625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12628/task/12636/stat : 12636 (java) S 12625 12628 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106690032 9856040960 14356 33554432000 1073741824 1073778376 140734322539664 139988484213672 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12628/tid=12637] ppid=12625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12628/task/12637/stat : 12637 (java) S 12625 12628 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106690032 9856040960 14356 33554432000 1073741824 1073778376 140734322539664 139988483160872 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12628/tid=12638] ppid=12625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12628/task/12638/stat : 12638 (java) S 12625 12628 9017 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106690032 9856040960 14356 33554432000 1073741824 1073778376 140734322539664 139988482108072 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12628/tid=12639] ppid=12625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12628/task/12639/stat : 12639 (java) S 12625 12628 9017 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 106690033 9856040960 14356 33554432000 1073741824 1073778376 140734322539664 139988469909992 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12628/tid=12640] ppid=12625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12628/task/12640/stat : 12640 (java) S 12625 12628 9017 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106690034 9856040960 14356 33554432000 1073741824 1073778376 140734322539664 139988468856056 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12628/tid=12641] ppid=12625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12628/task/12641/stat : 12641 (java) S 12625 12628 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106690034 9856040960 14356 33554432000 1073741824 1073778376 140734322539664 139988467803144 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12628/tid=12642] ppid=12625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12628/task/12642/stat : 12642 (java) S 12625 12628 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106690036 9856040960 14356 33554432000 1073741824 1073778376 140734322539664 139988466751632 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12628/tid=12643] ppid=12625 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/12628/task/12643/stat : 12643 (java) S 12625 12628 9017 0 -1 4202560 3859 0 0 0 30 0 0 0 20 0 19 0 106690036 9856040960 14356 33554432000 1073741824 1073778376 140734322539664 139988465699768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12628/tid=12644] ppid=12625 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/12628/task/12644/stat : 12644 (java) S 12625 12628 9017 0 -1 4202560 6714 0 0 0 28 0 0 0 20 0 19 0 106690036 9856040960 14356 33554432000 1073741824 1073778376 140734322539664 139988464646968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12628/tid=12645] ppid=12625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12628/task/12645/stat : 12645 (java) S 12625 12628 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106690036 9856040960 14356 33554432000 1073741824 1073778376 140734322539664 139988463594360 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12628/tid=12646] ppid=12625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12628/task/12646/stat : 12646 (java) S 12625 12628 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106690036 9856040960 14356 33554432000 1073741824 1073778376 140734322539664 139988462541768 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12628/tid=12647] ppid=12625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12628/task/12647/stat : 12647 (java) S 12625 12628 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106690045 9856040960 14356 33554432000 1073741824 1073778376 140734322539664 139988461388968 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.22 2.19 2.18 3/213 12647
/proc/meminfo: memFree=29237336/32872528 swapFree=17452/1581112
[pid=12628] ppid=12625 vsize=9625040 CPUtime=3.68 cores=0,2,4,6
/proc/12628/stat : 12628 (java) S 12625 12628 9017 0 -1 4202496 14271 0 1 0 366 2 0 0 20 0 19 0 106690030 9856040960 15380 33554432000 1073741824 1073778376 140734322539664 140734322530800 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12628/statm: 2406260 15380 2261 9 0 2396937 0
[pid=12628/tid=12630] ppid=12625 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/12628/task/12630/stat : 12630 (java) R 12625 12628 9017 0 -1 4202560 2426 0 1 0 305 0 0 0 20 0 19 0 106690031 9856040960 15380 33554432000 1073741824 1073778376 140734322539664 139988847419088 139988704902016 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12628/tid=12631] ppid=12625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12628/task/12631/stat : 12631 (java) S 12625 12628 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106690032 9856040960 15380 33554432000 1073741824 1073778376 140734322539664 139988825528872 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12628/tid=12632] ppid=12625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12628/task/12632/stat : 12632 (java) S 12625 12628 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106690032 9856040960 15380 33554432000 1073741824 1073778376 140734322539664 139988824476072 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12628/tid=12633] ppid=12625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12628/task/12633/stat : 12633 (java) S 12625 12628 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106690032 9856040960 15380 33554432000 1073741824 1073778376 140734322539664 139988823423272 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12628/tid=12634] ppid=12625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12628/task/12634/stat : 12634 (java) S 12625 12628 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106690032 9856040960 15380 33554432000 1073741824 1073778376 140734322539664 139988486318248 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12628/tid=12635] ppid=12625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12628/task/12635/stat : 12635 (java) S 12625 12628 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106690032 9856040960 15380 33554432000 1073741824 1073778376 140734322539664 139988485266472 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12628/tid=12636] ppid=12625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12628/task/12636/stat : 12636 (java) S 12625 12628 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106690032 9856040960 15380 33554432000 1073741824 1073778376 140734322539664 139988484213672 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12628/tid=12637] ppid=12625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12628/task/12637/stat : 12637 (java) S 12625 12628 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106690032 9856040960 15380 33554432000 1073741824 1073778376 140734322539664 139988483160872 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12628/tid=12638] ppid=12625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12628/task/12638/stat : 12638 (java) S 12625 12628 9017 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106690032 9856040960 15380 33554432000 1073741824 1073778376 140734322539664 139988482108072 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12628/tid=12639] ppid=12625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12628/task/12639/stat : 12639 (java) S 12625 12628 9017 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 106690033 9856040960 15380 33554432000 1073741824 1073778376 140734322539664 139988469909992 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12628/tid=12640] ppid=12625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12628/task/12640/stat : 12640 (java) S 12625 12628 9017 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106690034 9856040960 15380 33554432000 1073741824 1073778376 140734322539664 139988468856056 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12628/tid=12641] ppid=12625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12628/task/12641/stat : 12641 (java) S 12625 12628 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106690034 9856040960 15380 33554432000 1073741824 1073778376 140734322539664 139988467803144 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12628/tid=12642] ppid=12625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12628/task/12642/stat : 12642 (java) S 12625 12628 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106690036 9856040960 15380 33554432000 1073741824 1073778376 140734322539664 139988466751632 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12628/tid=12643] ppid=12625 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/12628/task/12643/stat : 12643 (java) S 12625 12628 9017 0 -1 4202560 3859 0 0 0 30 0 0 0 20 0 19 0 106690036 9856040960 15380 33554432000 1073741824 1073778376 140734322539664 139988465699768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12628/tid=12644] ppid=12625 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/12628/task/12644/stat : 12644 (java) S 12625 12628 9017 0 -1 4202560 6714 0 0 0 28 0 0 0 20 0 19 0 106690036 9856040960 15380 33554432000 1073741824 1073778376 140734322539664 139988464646968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12628/tid=12645] ppid=12625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12628/task/12645/stat : 12645 (java) S 12625 12628 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106690036 9856040960 15380 33554432000 1073741824 1073778376 140734322539664 139988463594360 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12628/tid=12646] ppid=12625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12628/task/12646/stat : 12646 (java) S 12625 12628 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106690036 9856040960 15380 33554432000 1073741824 1073778376 140734322539664 139988462541768 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12628/tid=12647] ppid=12625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12628/task/12647/stat : 12647 (java) S 12625 12628 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106690045 9856040960 15380 33554432000 1073741824 1073778376 140734322539664 139988461388968 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.68
Current children cumulated vsize (KiB) 9625040

[startup+6.30088 s]
/proc/loadavg: 2.20 2.19 2.18 3/213 12647
/proc/meminfo: memFree=29225300/32872528 swapFree=17452/1581112
[pid=12628] ppid=12625 vsize=9625040 CPUtime=6.99 cores=0,2,4,6
/proc/12628/stat : 12628 (java) S 12625 12628 9017 0 -1 4202496 16240 0 1 0 697 2 0 0 20 0 19 0 106690030 9856040960 18255 33554432000 1073741824 1073778376 140734322539664 140734322530800 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12628/statm: 2406260 18255 2262 9 0 2396937 0
[pid=12628/tid=12630] ppid=12625 vsize=9625040 CPUtime=6.24 cores=0,2,4,6
/proc/12628/task/12630/stat : 12630 (java) R 12625 12628 9017 0 -1 4202560 2434 0 1 0 623 1 0 0 20 0 19 0 106690031 9856040960 18255 33554432000 1073741824 1073778376 140734322539664 139988847427984 139988704987491 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12628/tid=12631] ppid=12625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12628/task/12631/stat : 12631 (java) S 12625 12628 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106690032 9856040960 18255 33554432000 1073741824 1073778376 140734322539664 139988825528872 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12628/tid=12632] ppid=12625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12628/task/12632/stat : 12632 (java) S 12625 12628 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106690032 9856040960 18255 33554432000 1073741824 1073778376 140734322539664 139988824476072 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12628/tid=12633] ppid=12625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12628/task/12633/stat : 12633 (java) S 12625 12628 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106690032 9856040960 18255 33554432000 1073741824 1073778376 140734322539664 139988823423272 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12628/tid=12634] ppid=12625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12628/task/12634/stat : 12634 (java) S 12625 12628 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106690032 9856040960 18255 33554432000 1073741824 1073778376 140734322539664 139988486318248 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12628/tid=12635] ppid=12625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12628/task/12635/stat : 12635 (java) S 12625 12628 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106690032 9856040960 18255 33554432000 1073741824 1073778376 140734322539664 139988485266472 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12628/tid=12636] ppid=12625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12628/task/12636/stat : 12636 (java) S 12625 12628 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106690032 9856040960 18255 33554432000 1073741824 1073778376 140734322539664 139988484213672 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12628/tid=12637] ppid=12625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12628/task/12637/stat : 12637 (java) S 12625 12628 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106690032 9856040960 18255 33554432000 1073741824 1073778376 140734322539664 139988483160872 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12628/tid=12638] ppid=12625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12628/task/12638/stat : 12638 (java) S 12625 12628 9017 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106690032 9856040960 18255 33554432000 1073741824 1073778376 140734322539664 139988482108072 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12628/tid=12639] ppid=12625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12628/task/12639/stat : 12639 (java) S 12625 12628 9017 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 106690033 9856040960 18255 33554432000 1073741824 1073778376 140734322539664 139988469909992 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12628/tid=12640] ppid=12625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12628/task/12640/stat : 12640 (java) S 12625 12628 9017 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106690034 9856040960 18255 33554432000 1073741824 1073778376 140734322539664 139988468856056 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12628/tid=12641] ppid=12625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12628/task/12641/stat : 12641 (java) S 12625 12628 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106690034 9856040960 18255 33554432000 1073741824 1073778376 140734322539664 139988467803144 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12628/tid=12642] ppid=12625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12628/task/12642/stat : 12642 (java) S 12625 12628 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106690036 9856040960 18255 33554432000 1073741824 1073778376 140734322539664 139988466751632 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12628/tid=12643] ppid=12625 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/12628/task/12643/stat : 12643 (java) S 12625 12628 9017 0 -1 4202560 5814 0 0 0 40 0 0 0 20 0 19 0 106690036 9856040960 18255 33554432000 1073741824 1073778376 140734322539664 139988465699768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12628/tid=12644] ppid=12625 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/12628/task/12644/stat : 12644 (java) S 12625 12628 9017 0 -1 4202560 6719 0 0 0 29 0 0 0 20 0 19 0 106690036 9856040960 18255 33554432000 1073741824 1073778376 140734322539664 139988464646968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12628/tid=12645] ppid=12625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12628/task/12645/stat : 12645 (java) S 12625 12628 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106690036 9856040960 18255 33554432000 1073741824 1073778376 140734322539664 139988463594360 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12628/tid=12646] ppid=12625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12628/task/12646/stat : 12646 (java) S 12625 12628 9017 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 106690036 9856040960 18255 33554432000 1073741824 1073778376 140734322539664 139988462541768 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12628/tid=12647] ppid=12625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12628/task/12647/stat : 12647 (java) S 12625 12628 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106690045 9856040960 18255 33554432000 1073741824 1073778376 140734322539664 139988461388968 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.99
Current children cumulated vsize (KiB) 9625040


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

[pid=12628/tid=12640] ppid=12625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12628/task/12640/stat : 12640 (java) S 12625 12628 9017 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106690034 9856040960 71002 33554432000 1073741824 1073778376 140734322539664 139988468856056 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12628/tid=12641] ppid=12625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12628/task/12641/stat : 12641 (java) S 12625 12628 9017 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106690034 9856040960 71002 33554432000 1073741824 1073778376 140734322539664 139988467803144 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12628/tid=12642] ppid=12625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12628/task/12642/stat : 12642 (java) S 12625 12628 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106690036 9856040960 71002 33554432000 1073741824 1073778376 140734322539664 139988466751632 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12628/tid=12643] ppid=12625 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/12628/task/12643/stat : 12643 (java) S 12625 12628 9017 0 -1 4202560 5824 0 0 0 52 0 0 0 20 0 19 0 106690036 9856040960 71002 33554432000 1073741824 1073778376 140734322539664 139988465699768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12628/tid=12644] ppid=12625 vsize=9625040 CPUtime=1.31 cores=0,2,4,6
/proc/12628/task/12644/stat : 12644 (java) S 12625 12628 9017 0 -1 4202560 15475 0 0 0 129 2 0 0 20 0 19 0 106690036 9856040960 71002 33554432000 1073741824 1073778376 140734322539664 139988464646968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12628/tid=12645] ppid=12625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12628/task/12645/stat : 12645 (java) S 12625 12628 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106690036 9856040960 71002 33554432000 1073741824 1073778376 140734322539664 139988463594360 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12628/tid=12646] ppid=12625 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/12628/task/12646/stat : 12646 (java) S 12625 12628 9017 0 -1 4202560 62 0 0 0 20 16 0 0 20 0 19 0 106690036 9856040960 71002 33554432000 1073741824 1073778376 140734322539664 139988462541768 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12628/tid=12647] ppid=12625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12628/task/12647/stat : 12647 (java) S 12625 12628 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106690045 9856040960 71002 33554432000 1073741824 1073778376 140734322539664 139988461388968 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1076.12
Current children cumulated vsize (KiB) 9625040

[startup+1074 s]
/proc/loadavg: 2.26 2.20 2.18 4/214 12739
/proc/meminfo: memFree=29942532/32872528 swapFree=17452/1581112
[pid=12628] ppid=12625 vsize=9625040 CPUtime=1076.52 cores=0,2,4,6
/proc/12628/stat : 12628 (java) S 12625 12628 9017 0 -1 4202496 25967 0 1 0 107625 27 0 0 20 0 19 0 106690030 9856040960 71002 33554432000 1073741824 1073778376 140734322539664 140734322530800 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12628/statm: 2406260 71002 2277 9 0 2396937 0
[pid=12628/tid=12630] ppid=12625 vsize=9625040 CPUtime=1070.91 cores=0,2,4,6
/proc/12628/task/12630/stat : 12630 (java) R 12625 12628 9017 0 -1 4202560 2502 0 1 0 107073 18 0 0 20 0 19 0 106690031 9856040960 71002 33554432000 1073741824 1073778376 140734322539664 139988847419088 139988705104384 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12628/tid=12631] ppid=12625 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/12628/task/12631/stat : 12631 (java) S 12625 12628 9017 0 -1 4202560 184 0 0 0 10 0 0 0 20 0 19 0 106690032 9856040960 71002 33554432000 1073741824 1073778376 140734322539664 139988825528872 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12628/tid=12632] ppid=12625 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/12628/task/12632/stat : 12632 (java) S 12625 12628 9017 0 -1 4202560 109 0 0 0 8 2 0 0 20 0 19 0 106690032 9856040960 71002 33554432000 1073741824 1073778376 140734322539664 139988824476072 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12628/tid=12633] ppid=12625 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/12628/task/12633/stat : 12633 (java) S 12625 12628 9017 0 -1 4202560 77 0 0 0 9 0 0 0 20 0 19 0 106690032 9856040960 71002 33554432000 1073741824 1073778376 140734322539664 139988823423272 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12628/tid=12634] ppid=12625 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/12628/task/12634/stat : 12634 (java) S 12625 12628 9017 0 -1 4202560 111 0 0 0 12 2 0 0 20 0 19 0 106690032 9856040960 71002 33554432000 1073741824 1073778376 140734322539664 139988486318248 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12628/tid=12635] ppid=12625 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/12628/task/12635/stat : 12635 (java) S 12625 12628 9017 0 -1 4202560 12 0 0 0 6 0 0 0 20 0 19 0 106690032 9856040960 71002 33554432000 1073741824 1073778376 140734322539664 139988485266472 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12628/tid=12636] ppid=12625 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/12628/task/12636/stat : 12636 (java) S 12625 12628 9017 0 -1 4202560 88 0 0 0 9 1 0 0 20 0 19 0 106690032 9856040960 71002 33554432000 1073741824 1073778376 140734322539664 139988484213672 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12628/tid=12637] ppid=12625 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/12628/task/12637/stat : 12637 (java) S 12625 12628 9017 0 -1 4202560 130 0 0 0 8 2 0 0 20 0 19 0 106690032 9856040960 71002 33554432000 1073741824 1073778376 140734322539664 139988483160872 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12628/tid=12638] ppid=12625 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/12628/task/12638/stat : 12638 (java) S 12625 12628 9017 0 -1 4202560 79 0 0 0 6 1 0 0 20 0 19 0 106690032 9856040960 71002 33554432000 1073741824 1073778376 140734322539664 139988482108072 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12628/tid=12639] ppid=12625 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/12628/task/12639/stat : 12639 (java) S 12625 12628 9017 0 -1 4202560 54 0 0 0 1 0 0 0 20 0 19 0 106690033 9856040960 71002 33554432000 1073741824 1073778376 140734322539664 139988469909992 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12628/tid=12640] ppid=12625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12628/task/12640/stat : 12640 (java) S 12625 12628 9017 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106690034 9856040960 71002 33554432000 1073741824 1073778376 140734322539664 139988468856056 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12628/tid=12641] ppid=12625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12628/task/12641/stat : 12641 (java) S 12625 12628 9017 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106690034 9856040960 71002 33554432000 1073741824 1073778376 140734322539664 139988467803144 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12628/tid=12642] ppid=12625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12628/task/12642/stat : 12642 (java) S 12625 12628 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106690036 9856040960 71002 33554432000 1073741824 1073778376 140734322539664 139988466751632 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12628/tid=12643] ppid=12625 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/12628/task/12643/stat : 12643 (java) S 12625 12628 9017 0 -1 4202560 5825 0 0 0 52 0 0 0 20 0 19 0 106690036 9856040960 71002 33554432000 1073741824 1073778376 140734322539664 139988465699768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12628/tid=12644] ppid=12625 vsize=9625040 CPUtime=1.31 cores=0,2,4,6
/proc/12628/task/12644/stat : 12644 (java) S 12625 12628 9017 0 -1 4202560 15476 0 0 0 129 2 0 0 20 0 19 0 106690036 9856040960 71002 33554432000 1073741824 1073778376 140734322539664 139988464646968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12628/tid=12645] ppid=12625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12628/task/12645/stat : 12645 (java) S 12625 12628 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106690036 9856040960 71002 33554432000 1073741824 1073778376 140734322539664 139988463594360 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12628/tid=12646] ppid=12625 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/12628/task/12646/stat : 12646 (java) S 12625 12628 9017 0 -1 4202560 62 0 0 0 20 16 0 0 20 0 19 0 106690036 9856040960 71002 33554432000 1073741824 1073778376 140734322539664 139988462541768 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12628/tid=12647] ppid=12625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12628/task/12647/stat : 12647 (java) S 12625 12628 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106690045 9856040960 71002 33554432000 1073741824 1073778376 140734322539664 139988461388968 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1076.52
Current children cumulated vsize (KiB) 9625040

[startup+1074.2 s]
/proc/loadavg: 2.26 2.20 2.18 4/214 12739
/proc/meminfo: memFree=29942532/32872528 swapFree=17452/1581112
[pid=12628] ppid=12625 vsize=9625040 CPUtime=1076.72 cores=0,2,4,6
/proc/12628/stat : 12628 (java) S 12625 12628 9017 0 -1 4202496 25967 0 1 0 107645 27 0 0 20 0 19 0 106690030 9856040960 71002 33554432000 1073741824 1073778376 140734322539664 140734322530800 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12628/statm: 2406260 71002 2277 9 0 2396937 0
[pid=12628/tid=12630] ppid=12625 vsize=9625040 CPUtime=1071.11 cores=0,2,4,6
/proc/12628/task/12630/stat : 12630 (java) R 12625 12628 9017 0 -1 4202560 2502 0 1 0 107093 18 0 0 20 0 19 0 106690031 9856040960 71002 33554432000 1073741824 1073778376 140734322539664 139988847419088 139988704696258 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12628/tid=12631] ppid=12625 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/12628/task/12631/stat : 12631 (java) S 12625 12628 9017 0 -1 4202560 184 0 0 0 10 0 0 0 20 0 19 0 106690032 9856040960 71002 33554432000 1073741824 1073778376 140734322539664 139988825528872 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12628/tid=12632] ppid=12625 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/12628/task/12632/stat : 12632 (java) S 12625 12628 9017 0 -1 4202560 109 0 0 0 8 2 0 0 20 0 19 0 106690032 9856040960 71002 33554432000 1073741824 1073778376 140734322539664 139988824476072 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12628/tid=12633] ppid=12625 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/12628/task/12633/stat : 12633 (java) S 12625 12628 9017 0 -1 4202560 77 0 0 0 9 0 0 0 20 0 19 0 106690032 9856040960 71002 33554432000 1073741824 1073778376 140734322539664 139988823423272 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12628/tid=12634] ppid=12625 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/12628/task/12634/stat : 12634 (java) S 12625 12628 9017 0 -1 4202560 111 0 0 0 12 2 0 0 20 0 19 0 106690032 9856040960 71002 33554432000 1073741824 1073778376 140734322539664 139988486318248 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12628/tid=12635] ppid=12625 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/12628/task/12635/stat : 12635 (java) S 12625 12628 9017 0 -1 4202560 12 0 0 0 6 0 0 0 20 0 19 0 106690032 9856040960 71002 33554432000 1073741824 1073778376 140734322539664 139988485266472 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12628/tid=12636] ppid=12625 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/12628/task/12636/stat : 12636 (java) S 12625 12628 9017 0 -1 4202560 88 0 0 0 9 1 0 0 20 0 19 0 106690032 9856040960 71002 33554432000 1073741824 1073778376 140734322539664 139988484213672 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12628/tid=12637] ppid=12625 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/12628/task/12637/stat : 12637 (java) S 12625 12628 9017 0 -1 4202560 130 0 0 0 8 2 0 0 20 0 19 0 106690032 9856040960 71002 33554432000 1073741824 1073778376 140734322539664 139988483160872 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12628/tid=12638] ppid=12625 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/12628/task/12638/stat : 12638 (java) S 12625 12628 9017 0 -1 4202560 79 0 0 0 6 1 0 0 20 0 19 0 106690032 9856040960 71002 33554432000 1073741824 1073778376 140734322539664 139988482108072 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12628/tid=12639] ppid=12625 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/12628/task/12639/stat : 12639 (java) S 12625 12628 9017 0 -1 4202560 54 0 0 0 1 0 0 0 20 0 19 0 106690033 9856040960 71002 33554432000 1073741824 1073778376 140734322539664 139988469909992 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12628/tid=12640] ppid=12625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12628/task/12640/stat : 12640 (java) S 12625 12628 9017 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106690034 9856040960 71002 33554432000 1073741824 1073778376 140734322539664 139988468856056 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12628/tid=12641] ppid=12625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12628/task/12641/stat : 12641 (java) S 12625 12628 9017 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106690034 9856040960 71002 33554432000 1073741824 1073778376 140734322539664 139988467803144 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12628/tid=12642] ppid=12625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12628/task/12642/stat : 12642 (java) S 12625 12628 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106690036 9856040960 71002 33554432000 1073741824 1073778376 140734322539664 139988466751632 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12628/tid=12643] ppid=12625 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/12628/task/12643/stat : 12643 (java) S 12625 12628 9017 0 -1 4202560 5825 0 0 0 52 0 0 0 20 0 19 0 106690036 9856040960 71002 33554432000 1073741824 1073778376 140734322539664 139988465699768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12628/tid=12644] ppid=12625 vsize=9625040 CPUtime=1.31 cores=0,2,4,6
/proc/12628/task/12644/stat : 12644 (java) S 12625 12628 9017 0 -1 4202560 15476 0 0 0 129 2 0 0 20 0 19 0 106690036 9856040960 71002 33554432000 1073741824 1073778376 140734322539664 139988464646968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12628/tid=12645] ppid=12625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12628/task/12645/stat : 12645 (java) S 12625 12628 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106690036 9856040960 71002 33554432000 1073741824 1073778376 140734322539664 139988463594360 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12628/tid=12646] ppid=12625 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/12628/task/12646/stat : 12646 (java) S 12625 12628 9017 0 -1 4202560 62 0 0 0 20 16 0 0 20 0 19 0 106690036 9856040960 71002 33554432000 1073741824 1073778376 140734322539664 139988462541768 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12628/tid=12647] ppid=12625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12628/task/12647/stat : 12647 (java) S 12625 12628 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106690045 9856040960 71002 33554432000 1073741824 1073778376 140734322539664 139988461388968 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1076.72
Current children cumulated vsize (KiB) 9625040

[startup+1074.3 s]
/proc/loadavg: 2.26 2.20 2.18 4/214 12739
/proc/meminfo: memFree=29942532/32872528 swapFree=17452/1581112
[pid=12628] ppid=12625 vsize=9625040 CPUtime=1076.82 cores=0,2,4,6
/proc/12628/stat : 12628 (java) S 12625 12628 9017 0 -1 4202496 25967 0 1 0 107655 27 0 0 20 0 19 0 106690030 9856040960 71002 33554432000 1073741824 1073778376 140734322539664 140734322530800 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12628/statm: 2406260 71002 2277 9 0 2396937 0
[pid=12628/tid=12630] ppid=12625 vsize=9625040 CPUtime=1071.21 cores=0,2,4,6
/proc/12628/task/12630/stat : 12630 (java) R 12625 12628 9017 0 -1 4202560 2502 0 1 0 107103 18 0 0 20 0 19 0 106690031 9856040960 71002 33554432000 1073741824 1073778376 140734322539664 139988847419088 139988705104372 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12628/tid=12631] ppid=12625 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/12628/task/12631/stat : 12631 (java) S 12625 12628 9017 0 -1 4202560 184 0 0 0 10 0 0 0 20 0 19 0 106690032 9856040960 71002 33554432000 1073741824 1073778376 140734322539664 139988825528872 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12628/tid=12632] ppid=12625 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/12628/task/12632/stat : 12632 (java) S 12625 12628 9017 0 -1 4202560 109 0 0 0 8 2 0 0 20 0 19 0 106690032 9856040960 71002 33554432000 1073741824 1073778376 140734322539664 139988824476072 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12628/tid=12633] ppid=12625 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/12628/task/12633/stat : 12633 (java) S 12625 12628 9017 0 -1 4202560 77 0 0 0 9 0 0 0 20 0 19 0 106690032 9856040960 71002 33554432000 1073741824 1073778376 140734322539664 139988823423272 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12628/tid=12634] ppid=12625 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/12628/task/12634/stat : 12634 (java) S 12625 12628 9017 0 -1 4202560 111 0 0 0 12 2 0 0 20 0 19 0 106690032 9856040960 71002 33554432000 1073741824 1073778376 140734322539664 139988486318248 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12628/tid=12635] ppid=12625 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/12628/task/12635/stat : 12635 (java) S 12625 12628 9017 0 -1 4202560 12 0 0 0 6 0 0 0 20 0 19 0 106690032 9856040960 71002 33554432000 1073741824 1073778376 140734322539664 139988485266472 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12628/tid=12636] ppid=12625 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/12628/task/12636/stat : 12636 (java) S 12625 12628 9017 0 -1 4202560 88 0 0 0 9 1 0 0 20 0 19 0 106690032 9856040960 71002 33554432000 1073741824 1073778376 140734322539664 139988484213672 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12628/tid=12637] ppid=12625 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/12628/task/12637/stat : 12637 (java) S 12625 12628 9017 0 -1 4202560 130 0 0 0 8 2 0 0 20 0 19 0 106690032 9856040960 71002 33554432000 1073741824 1073778376 140734322539664 139988483160872 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12628/tid=12638] ppid=12625 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/12628/task/12638/stat : 12638 (java) S 12625 12628 9017 0 -1 4202560 79 0 0 0 6 1 0 0 20 0 19 0 106690032 9856040960 71002 33554432000 1073741824 1073778376 140734322539664 139988482108072 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12628/tid=12639] ppid=12625 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/12628/task/12639/stat : 12639 (java) S 12625 12628 9017 0 -1 4202560 54 0 0 0 1 0 0 0 20 0 19 0 106690033 9856040960 71002 33554432000 1073741824 1073778376 140734322539664 139988469909992 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12628/tid=12640] ppid=12625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12628/task/12640/stat : 12640 (java) S 12625 12628 9017 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106690034 9856040960 71002 33554432000 1073741824 1073778376 140734322539664 139988468856056 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12628/tid=12641] ppid=12625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12628/task/12641/stat : 12641 (java) S 12625 12628 9017 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106690034 9856040960 71002 33554432000 1073741824 1073778376 140734322539664 139988467803144 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12628/tid=12642] ppid=12625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12628/task/12642/stat : 12642 (java) S 12625 12628 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106690036 9856040960 71002 33554432000 1073741824 1073778376 140734322539664 139988466751632 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12628/tid=12643] ppid=12625 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/12628/task/12643/stat : 12643 (java) S 12625 12628 9017 0 -1 4202560 5825 0 0 0 52 0 0 0 20 0 19 0 106690036 9856040960 71002 33554432000 1073741824 1073778376 140734322539664 139988465699768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12628/tid=12644] ppid=12625 vsize=9625040 CPUtime=1.31 cores=0,2,4,6
/proc/12628/task/12644/stat : 12644 (java) S 12625 12628 9017 0 -1 4202560 15476 0 0 0 129 2 0 0 20 0 19 0 106690036 9856040960 71002 33554432000 1073741824 1073778376 140734322539664 139988464646968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12628/tid=12645] ppid=12625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12628/task/12645/stat : 12645 (java) S 12625 12628 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106690036 9856040960 71002 33554432000 1073741824 1073778376 140734322539664 139988463594360 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12628/tid=12646] ppid=12625 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/12628/task/12646/stat : 12646 (java) S 12625 12628 9017 0 -1 4202560 62 0 0 0 20 16 0 0 20 0 19 0 106690036 9856040960 71002 33554432000 1073741824 1073778376 140734322539664 139988462541768 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12628/tid=12647] ppid=12625 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12628/task/12647/stat : 12647 (java) S 12625 12628 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106690045 9856040960 71002 33554432000 1073741824 1073778376 140734322539664 139988461388968 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1076.82
Current children cumulated vsize (KiB) 9625040

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12628 and gives
#  childrusage.ru_utime.tv_sec=1073
#  childrusage.ru_utime.tv_usec=858748
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=572912
# CPU time returned by wait4() is 1074.43
# while last known CPU time is 1076.82
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1074.31
CPU time (s): 1076.82
CPU user time (s): 1076.55
CPU system time (s): 0.27
CPU usage (%): 100.233
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1073.86
system time used= 0.572912
maximum resident set size= 284064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25990
page faults= 1
swaps= 0
block input operations= 0
block output operations= 840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23202
involuntary context switches= 2585

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.75282 second user time and 9.82151 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-06 23:13:01
IDJOB=4085569
IDBENCH=24966
IDSOLVER=2546
FILE ID=node139/4085569-1465247581
RUNJOBID= node139-1465220260-9033
PBS_JOBID= 19843218
Free space on /tmp= 71688 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-LIN/submittedPB07/poldner/PB/testset/normalized-8_16.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085569-1465247581/watcher-4085569-1465247581 -o /tmp/evaluation-result-4085569-1465247581/solver-4085569-1465247581 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1465220260-9033 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085569-1465247581.opb

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

MD5SUM BENCH= a50db2fb26a0b36972cba004cae6f3a3
RANDOM SEED=421374696

node139.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.868
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.73
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.868
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	: 5332.55
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.868
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.56
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.868
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	: 5332.55
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.868
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	: 5332.55
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.868
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	: 5332.55
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.868
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	: 5332.55
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.868
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29289404 kB
Buffers:           40612 kB
Cached:           150196 kB
SwapCached:         1464 kB
Active:          1206384 kB
Inactive:          91320 kB
Active(anon):    1106924 kB
Inactive(anon):     2172 kB
Active(file):      99460 kB
Inactive(file):    89148 kB
Unevictable:     1581112 kB
Mlocked:           17452 kB
SwapTotal:      67108856 kB
SwapFree:       67099760 kB
Dirty:               712 kB
Writeback:             0 kB
AnonPages:       2686860 kB
Mapped:            15488 kB
Shmem:                 0 kB
Slab:             569340 kB
SReclaimable:      13356 kB
SUnreclaim:       555984 kB
KernelStack:        1608 kB
PageTables:         9368 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3776068 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2641920 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71728 MiB
End job on node139 at 2016-06-06 23:30:55