Trace number 4100605

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 PB16UNSAT 1650.43 1639.71

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-stair.opb
MD5SUM98b9ab286036da69f2015d2ff2a12818
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.10168
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables11454
Total number of constraints362
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints362
Minimum length of a constraint13
Maximum length of a constraint810
Number of terms in the objective function 30
Biggest coefficient in the objective function 262145
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 524317
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 524930
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4100605-1466215115.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
0.81/0.44	c ... done. Wall clock time 0.327s.
0.81/0.44	c declared #vars     11454
0.81/0.44	c #constraints  571
0.81/0.44	c constraints type 
0.81/0.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1
0.81/0.44	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 570
0.81/0.44	c 571 constraints processed.
0.81/0.44	c objective function length is 30 literals
2.33/1.51	c cleaning 2496 clauses out of 4996 with flag 13204/5001
3.81/2.94	c cleaning 4251 clauses out of 8501 with flag 30200/11004
5.22/4.33	c cleaning 5622 clauses out of 11249 with flag 48616/18003
7.08/6.18	c cleaning 6798 clauses out of 13623 with flag 69034/26000
9.50/8.57	c cleaning 7915 clauses out of 15829 with flag 91037/35004
12.03/11.00	c cleaning 8949 clauses out of 17910 with flag 115052/45000
14.62/13.63	c cleaning 9971 clauses out of 19961 with flag 141022/56000
17.26/16.29	c cleaning 10991 clauses out of 21988 with flag 172211/68000
19.67/18.60	c cleaning 11991 clauses out of 24001 with flag 208594/81004
21.79/20.73	c cleaning 13005 clauses out of 26009 with flag 249591/95003
24.10/23.00	c cleaning 13998 clauses out of 28002 with flag 293813/110001
26.65/25.52	c cleaning 15001 clauses out of 30004 with flag 338459/126001
29.55/28.41	c cleaning 15995 clauses out of 32002 with flag 387481/143000
32.46/31.37	c cleaning 17002 clauses out of 34007 with flag 440703/161000
35.99/34.85	c cleaning 18001 clauses out of 36008 with flag 495064/180003
39.79/38.61	c cleaning 19005 clauses out of 38010 with flag 554055/200006
43.71/42.54	c cleaning 19990 clauses out of 40001 with flag 616546/221002
48.91/47.78	c cleaning 20997 clauses out of 42010 with flag 677421/243001
54.62/53.50	c cleaning 21996 clauses out of 44013 with flag 739951/266001
60.57/59.37	c cleaning 23004 clauses out of 46017 with flag 805515/290001
66.91/65.64	c cleaning 23996 clauses out of 48012 with flag 873378/315000
72.34/71.06	c cleaning 25004 clauses out of 50017 with flag 948534/341001
78.14/76.90	c cleaning 25994 clauses out of 52012 with flag 1029312/368000
84.27/82.97	c cleaning 27006 clauses out of 54018 with flag 1110181/396000
90.39/89.07	c cleaning 27999 clauses out of 56013 with flag 1196118/425001
97.01/95.66	c cleaning 29000 clauses out of 58013 with flag 1282334/455000
104.11/102.72	c cleaning 29998 clauses out of 60017 with flag 1377773/486004
111.45/110.08	c cleaning 31001 clauses out of 62015 with flag 1469504/518000
120.76/119.34	c cleaning 32001 clauses out of 64014 with flag 1564900/551000
129.12/127.70	c cleaning 33005 clauses out of 66019 with flag 1670454/585006
137.83/136.36	c cleaning 34000 clauses out of 68008 with flag 1776510/620000
147.16/145.66	c cleaning 34999 clauses out of 70008 with flag 1882752/656000
159.37/157.89	c cleaning 35998 clauses out of 72009 with flag 1990540/693000
169.85/168.22	c cleaning 37002 clauses out of 74015 with flag 2097259/731004
181.18/179.58	c cleaning 38003 clauses out of 76011 with flag 2208770/770002
192.45/190.74	c cleaning 38998 clauses out of 78006 with flag 2326603/810000
203.96/202.23	c cleaning 40001 clauses out of 80008 with flag 2445197/851000
215.62/213.89	c cleaning 41000 clauses out of 82008 with flag 2569044/893001
228.58/226.79	c cleaning 41999 clauses out of 84007 with flag 2695736/936000
242.25/240.37	c cleaning 43002 clauses out of 86009 with flag 2823460/980001
255.13/253.12	c cleaning 44004 clauses out of 88008 with flag 2956807/1025002
271.16/269.19	c cleaning 44996 clauses out of 90002 with flag 3093828/1071000
287.08/285.07	c cleaning 45996 clauses out of 92006 with flag 3226428/1118000
303.42/301.38	c cleaning 46989 clauses out of 94012 with flag 3362936/1166002
317.75/315.70	c cleaning 47998 clauses out of 96021 with flag 3516059/1215000
332.71/330.50	c cleaning 49006 clauses out of 98023 with flag 3678463/1265000
349.09/346.89	c cleaning 50000 clauses out of 100020 with flag 3830477/1316003
365.56/363.27	c cleaning 51007 clauses out of 102018 with flag 3986606/1368001
383.15/380.78	c cleaning 52002 clauses out of 104010 with flag 4150466/1421000
400.34/397.83	c cleaning 52996 clauses out of 106008 with flag 4310785/1475000
419.11/416.59	c cleaning 54004 clauses out of 108012 with flag 4479076/1530000
439.19/436.56	c cleaning 55004 clauses out of 110008 with flag 4648811/1586000
461.00/458.24	c cleaning 55998 clauses out of 112004 with flag 4812581/1643000
482.02/479.18	c cleaning 56991 clauses out of 114006 with flag 4984160/1701000
504.22/501.23	c cleaning 58004 clauses out of 116016 with flag 5166713/1760001
530.54/527.46	c cleaning 58991 clauses out of 118012 with flag 5340144/1820001
555.93/552.71	c cleaning 59999 clauses out of 120021 with flag 5527485/1881001
583.53/580.22	c cleaning 60998 clauses out of 122021 with flag 5719764/1943000
617.28/613.89	c cleaning 62004 clauses out of 124023 with flag 5909921/2006000
647.44/643.85	c cleaning 63003 clauses out of 126019 with flag 6088995/2070000
680.52/676.71	c cleaning 64000 clauses out of 128016 with flag 6273730/2135000
709.31/705.39	c cleaning 64998 clauses out of 130016 with flag 6463715/2201000
736.01/731.84	c cleaning 66004 clauses out of 132018 with flag 6667574/2268000
762.21/757.85	c cleaning 67007 clauses out of 134014 with flag 6888415/2336000
797.10/792.53	c cleaning 68001 clauses out of 136007 with flag 7103836/2405000
826.63/821.82	c cleaning 68982 clauses out of 138006 with flag 7317919/2475000
848.98/844.01	c cleaning 70012 clauses out of 140024 with flag 7539854/2546000
877.07/871.94	c cleaning 71002 clauses out of 142013 with flag 7752397/2618001
905.16/899.88	c cleaning 72001 clauses out of 144010 with flag 7976539/2691000
934.43/928.82	c cleaning 72999 clauses out of 146009 with flag 8188666/2765000
966.91/961.19	c cleaning 73997 clauses out of 148011 with flag 8416740/2840001
999.09/993.02	c cleaning 75001 clauses out of 150013 with flag 8625563/2916000
1029.65/1023.36	c cleaning 75992 clauses out of 152013 with flag 8845663/2993001
1066.54/1059.94	c cleaning 77004 clauses out of 154021 with flag 9085031/3071001
1105.96/1099.11	c cleaning 78007 clauses out of 156016 with flag 9327888/3150000
1145.24/1138.12	c cleaning 78991 clauses out of 158010 with flag 9565299/3230001
1192.68/1185.36	c cleaning 79995 clauses out of 160022 with flag 9797547/3311004
1234.38/1226.89	c cleaning 81006 clauses out of 162023 with flag 10032064/3393000
1276.67/1268.82	c cleaning 82001 clauses out of 164017 with flag 10284379/3476000
1321.29/1313.12	c cleaning 82985 clauses out of 166016 with flag 10524309/3560000
1362.51/1354.07	c cleaning 84003 clauses out of 168031 with flag 10754455/3645000
1402.81/1394.02	c cleaning 85015 clauses out of 170030 with flag 10990377/3731002
1457.20/1448.03	c cleaning 85993 clauses out of 172013 with flag 11234038/3818000
1510.44/1500.95	c cleaning 87003 clauses out of 174020 with flag 11492359/3906000
1556.52/1546.74	c cleaning 88002 clauses out of 176018 with flag 11743477/3995001
1600.95/1590.84	c cleaning 89004 clauses out of 178010 with flag 11988731/4085000
1630.51/1620.00	c cleaning 89992 clauses out of 180004 with flag 12222291/4176002
1650.32/1639.68	c starts		: 2048
1650.32/1639.68	c conflicts		: 4236494
1650.32/1639.68	c decisions		: 10982894
1650.32/1639.68	c propagations		: 134613877
1650.32/1639.68	c inspects		: 26677066144
1650.32/1639.68	c shortcuts		: 0
1650.32/1639.68	c learnt literals	: 36
1650.32/1639.68	c learnt binary clauses	: 111
1650.32/1639.68	c learnt ternary clauses	: 147
1650.32/1639.68	c learnt constraints	: 4236457
1650.32/1639.68	c ignored constraints	: 0
1650.32/1639.68	c root simplifications	: 0
1650.32/1639.68	c removed literals (reason simplification)	: 0
1650.32/1639.68	c reason swapping (by a shorter reason)	: 0
1650.32/1639.68	c Calls to reduceDB	: 87
1650.32/1639.68	c Number of update (reduction) of LBD	: 1420008
1650.32/1639.68	c Imported unit clauses	: 0
1650.32/1639.68	c number of reductions to clauses (during analyze)	: 0
1650.32/1639.68	c number of learned constraints concerned by reduction	: 0
1650.32/1639.68	c number of learning phase by resolution	: 0
1650.32/1639.68	c number of learning phase by cutting planes	: 0
1650.32/1639.68	c speed (assignments/second)	: 82121.04040170497
1650.32/1639.68	c non guided choices	7
1650.43/1639.70	c learnt constraints type 
1650.43/1639.70	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 111
1650.43/1639.70	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 150375
1650.43/1639.70	s UNSATISFIABLE
1650.43/1639.70	c Total wall clock time (in seconds): 1639.59

Verifier Data

ERROR: no interpretation found !

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-4100605-1466215115/watcher-4100605-1466215115 -o /tmp/evaluation-result-4100605-1466215115/solver-4100605-1466215115 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1466206103-11896 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4100605-1466215115.opb 

pid=13591
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.03 2.07 2.06 4/192 13594
/proc/meminfo: memFree=29205600/32872528 swapFree=447868/480572
[pid=13594] ppid=13591 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/13594/stat : 13594 (java) R 13591 13594 11879 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 23561671 278528 33 33554432000 1073741824 1073778376 140735090373856 140736586912664 235365559591 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/13594/statm: 68 33 25 9 0 25 0

[startup+0.100062 s]
/proc/loadavg: 2.03 2.07 2.06 4/192 13594
/proc/meminfo: memFree=29205600/32872528 swapFree=447868/480572
[pid=13594] ppid=13591 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/13594/stat : 13594 (java) S 13591 13594 11879 0 -1 4202496 4432 0 1 0 8 1 0 0 20 0 18 0 23561671 9787879424 6061 33554432000 1073741824 1073778376 140735090373856 140735090364992 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13594/statm: 2389619 6061 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200237 s]
/proc/loadavg: 2.03 2.07 2.06 4/192 13594
/proc/meminfo: memFree=29205600/32872528 swapFree=447868/480572
[pid=13594] ppid=13591 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/13594/stat : 13594 (java) S 13591 13594 11879 0 -1 4202496 5098 0 1 0 27 1 0 0 20 0 18 0 23561671 9787879424 7140 33554432000 1073741824 1073778376 140735090373856 140735090364992 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13594/statm: 2389619 7140 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300244 s]
/proc/loadavg: 2.03 2.07 2.06 4/192 13594
/proc/meminfo: memFree=29205600/32872528 swapFree=447868/480572
[pid=13594] ppid=13591 vsize=9558476 CPUtime=0.58 cores=1,3,5,7
/proc/13594/stat : 13594 (java) S 13591 13594 11879 0 -1 4202496 9403 0 1 0 56 2 0 0 20 0 18 0 23561671 9787879424 11877 33554432000 1073741824 1073778376 140735090373856 140735090364992 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13594/statm: 2389619 11877 2236 9 0 2380296 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 9558476

[startup+0.700177 s]
/proc/loadavg: 2.03 2.07 2.06 4/192 13594
/proc/meminfo: memFree=29205600/32872528 swapFree=447868/480572
[pid=13594] ppid=13591 vsize=9625040 CPUtime=1.42 cores=1,3,5,7
/proc/13594/stat : 13594 (java) S 13591 13594 11879 0 -1 4202496 11013 0 1 0 139 3 0 0 20 0 19 0 23561671 9856040960 27596 33554432000 1073741824 1073778376 140735090373856 140735090364992 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13594/statm: 2406260 27596 2257 9 0 2396937 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 9625040

[startup+1.50709 s]
/proc/loadavg: 2.03 2.07 2.06 4/211 13613
/proc/meminfo: memFree=29091472/32872528 swapFree=447868/480572
[pid=13594] ppid=13591 vsize=9625040 CPUtime=2.33 cores=1,3,5,7
/proc/13594/stat : 13594 (java) S 13591 13594 11879 0 -1 4202496 11172 0 1 0 230 3 0 0 20 0 19 0 23561671 9856040960 34510 33554432000 1073741824 1073778376 140735090373856 140735090364992 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13594/statm: 2406260 34510 2265 9 0 2396937 0
[pid=13594/tid=13596] ppid=13591 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/13594/task/13596/stat : 13596 (java) R 13591 13594 11879 0 -1 4202560 2485 0 1 0 145 2 0 0 20 0 19 0 23561672 9856040960 34510 33554432000 1073741824 1073778376 140735090373856 139923926886744 139923866680994 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13594/tid=13597] ppid=13591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13594/task/13597/stat : 13597 (java) S 13591 13594 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23561673 9856040960 34510 33554432000 1073741824 1073778376 140735090373856 139923865619240 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13594/tid=13598] ppid=13591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13594/task/13598/stat : 13598 (java) S 13591 13594 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23561673 9856040960 34510 33554432000 1073741824 1073778376 140735090373856 139923864566440 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13594/tid=13599] ppid=13591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13594/task/13599/stat : 13599 (java) S 13591 13594 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23561673 9856040960 34510 33554432000 1073741824 1073778376 140735090373856 139923863514152 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13594/tid=13600] ppid=13591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13594/task/13600/stat : 13600 (java) S 13591 13594 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23561673 9856040960 34510 33554432000 1073741824 1073778376 140735090373856 139923862461352 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13594/tid=13601] ppid=13591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13594/task/13601/stat : 13601 (java) S 13591 13594 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23561673 9856040960 34510 33554432000 1073741824 1073778376 140735090373856 139923765803304 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13594/tid=13602] ppid=13591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13594/task/13602/stat : 13602 (java) S 13591 13594 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23561673 9856040960 34510 33554432000 1073741824 1073778376 140735090373856 139923764750504 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13594/tid=13603] ppid=13591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13594/task/13603/stat : 13603 (java) S 13591 13594 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23561673 9856040960 34510 33554432000 1073741824 1073778376 140735090373856 139923763698216 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13594/tid=13604] ppid=13591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13594/task/13604/stat : 13604 (java) S 13591 13594 11879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23561673 9856040960 34510 33554432000 1073741824 1073778376 140735090373856 139923762645416 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13594/tid=13605] ppid=13591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13594/task/13605/stat : 13605 (java) S 13591 13594 11879 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23561674 9856040960 34510 33554432000 1073741824 1073778376 140735090373856 139923750447848 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13594/tid=13606] ppid=13591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13594/task/13606/stat : 13606 (java) S 13591 13594 11879 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 23561675 9856040960 34510 33554432000 1073741824 1073778376 140735090373856 139923749393912 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13594/tid=13607] ppid=13591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13594/task/13607/stat : 13607 (java) S 13591 13594 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23561675 9856040960 34510 33554432000 1073741824 1073778376 140735090373856 139923748341512 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13594/tid=13608] ppid=13591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13594/task/13608/stat : 13608 (java) S 13591 13594 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23561677 9856040960 34510 33554432000 1073741824 1073778376 140735090373856 139923747290000 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13594/tid=13609] ppid=13591 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/13594/task/13609/stat : 13609 (java) R 13591 13594 11879 0 -1 4202560 3507 0 0 0 40 0 0 0 20 0 19 0 23561677 9856040960 34510 33554432000 1073741824 1073778376 140735090373856 139923746213848 139923930890864 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13594/tid=13610] ppid=13591 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/13594/task/13610/stat : 13610 (java) R 13591 13594 11879 0 -1 4202560 3907 0 0 0 43 0 0 0 20 0 19 0 23561677 9856040960 34510 33554432000 1073741824 1073778376 140735090373856 139923745183800 139923929495790 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13594/tid=13611] ppid=13591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13594/task/13611/stat : 13611 (java) S 13591 13594 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23561677 9856040960 34510 33554432000 1073741824 1073778376 140735090373856 139923744131704 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13594/tid=13612] ppid=13591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13594/task/13612/stat : 13612 (java) S 13591 13594 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23561677 9856040960 34510 33554432000 1073741824 1073778376 140735090373856 139923743079112 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13594/tid=13613] ppid=13591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13594/task/13613/stat : 13613 (java) S 13591 13594 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23561718 9856040960 34510 33554432000 1073741824 1073778376 140735090373856 139923742025128 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 9625040

[startup+3.1008 s]
/proc/loadavg: 2.03 2.07 2.06 3/211 13613
/proc/meminfo: memFree=29047968/32872528 swapFree=447868/480572
[pid=13594] ppid=13591 vsize=9625040 CPUtime=4.01 cores=1,3,5,7
/proc/13594/stat : 13594 (java) S 13591 13594 11879 0 -1 4202496 11416 0 1 0 397 4 0 0 20 0 19 0 23561671 9856040960 44258 33554432000 1073741824 1073778376 140735090373856 140735090364992 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13594/statm: 2406260 44258 2279 9 0 2396937 0
[pid=13594/tid=13596] ppid=13591 vsize=9625040 CPUtime=3.04 cores=1,3,5,7
/proc/13594/task/13596/stat : 13596 (java) R 13591 13594 11879 0 -1 4202560 2504 0 1 0 302 2 0 0 20 0 19 0 23561672 9856040960 44258 33554432000 1073741824 1073778376 140735090373856 139923926879952 139923867215875 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13594/tid=13597] ppid=13591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13594/task/13597/stat : 13597 (java) S 13591 13594 11879 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 23561673 9856040960 44258 33554432000 1073741824 1073778376 140735090373856 139923865619240 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13594/tid=13598] ppid=13591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13594/task/13598/stat : 13598 (java) S 13591 13594 11879 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 23561673 9856040960 44258 33554432000 1073741824 1073778376 140735090373856 139923864566440 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13594/tid=13599] ppid=13591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13594/task/13599/stat : 13599 (java) S 13591 13594 11879 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23561673 9856040960 44258 33554432000 1073741824 1073778376 140735090373856 139923863514152 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13594/tid=13600] ppid=13591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13594/task/13600/stat : 13600 (java) S 13591 13594 11879 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23561673 9856040960 44258 33554432000 1073741824 1073778376 140735090373856 139923862461352 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13594/tid=13601] ppid=13591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13594/task/13601/stat : 13601 (java) S 13591 13594 11879 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23561673 9856040960 44258 33554432000 1073741824 1073778376 140735090373856 139923765803304 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13594/tid=13602] ppid=13591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13594/task/13602/stat : 13602 (java) S 13591 13594 11879 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23561673 9856040960 44258 33554432000 1073741824 1073778376 140735090373856 139923764750504 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13594/tid=13603] ppid=13591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13594/task/13603/stat : 13603 (java) S 13591 13594 11879 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23561673 9856040960 44258 33554432000 1073741824 1073778376 140735090373856 139923763698216 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13594/tid=13604] ppid=13591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13594/task/13604/stat : 13604 (java) S 13591 13594 11879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23561673 9856040960 44258 33554432000 1073741824 1073778376 140735090373856 139923762645416 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13594/tid=13605] ppid=13591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13594/task/13605/stat : 13605 (java) S 13591 13594 11879 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23561674 9856040960 44258 33554432000 1073741824 1073778376 140735090373856 139923750447848 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13594/tid=13606] ppid=13591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13594/task/13606/stat : 13606 (java) S 13591 13594 11879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23561675 9856040960 44258 33554432000 1073741824 1073778376 140735090373856 139923749393912 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13594/tid=13607] ppid=13591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13594/task/13607/stat : 13607 (java) S 13591 13594 11879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23561675 9856040960 44258 33554432000 1073741824 1073778376 140735090373856 139923748341512 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13594/tid=13608] ppid=13591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13594/task/13608/stat : 13608 (java) S 13591 13594 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23561677 9856040960 44258 33554432000 1073741824 1073778376 140735090373856 139923747290000 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13594/tid=13609] ppid=13591 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/13594/task/13609/stat : 13609 (java) S 13591 13594 11879 0 -1 4202560 3694 0 0 0 43 0 0 0 20 0 19 0 23561677 9856040960 44258 33554432000 1073741824 1073778376 140735090373856 139923746236600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13594/tid=13610] ppid=13591 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/13594/task/13610/stat : 13610 (java) S 13591 13594 11879 0 -1 4202560 3907 0 0 0 44 0 0 0 20 0 19 0 23561677 9856040960 44258 33554432000 1073741824 1073778376 140735090373856 139923745183800 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13594/tid=13611] ppid=13591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13594/task/13611/stat : 13611 (java) S 13591 13594 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23561677 9856040960 44258 33554432000 1073741824 1073778376 140735090373856 139923744131704 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13594/tid=13612] ppid=13591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13594/task/13612/stat : 13612 (java) S 13591 13594 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23561677 9856040960 44258 33554432000 1073741824 1073778376 140735090373856 139923743079112 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13594/tid=13613] ppid=13591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13594/task/13613/stat : 13613 (java) S 13591 13594 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23561718 9856040960 44258 33554432000 1073741824 1073778376 140735090373856 139923742025128 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.01
Current children cumulated vsize (KiB) 9625040

[startup+6.30086 s]
/proc/loadavg: 2.02 2.07 2.06 3/211 13613
/proc/meminfo: memFree=29038068/32872528 swapFree=447868/480572
[pid=13594] ppid=13591 vsize=9625040 CPUtime=7.3 cores=1,3,5,7
/proc/13594/stat : 13594 (java) S 13591 13594 11879 0 -1 4202496 11455 0 1 0 723 7 0 0 20 0 19 0 23561671 9856040960 47006 33554432000 1073741824 1073778376 140735090373856 140735090364992 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13594/statm: 2406260 47006 2279 9 0 2396937 0
[pid=13594/tid=13596] ppid=13591 vsize=9625040 CPUtime=6.21 cores=1,3,5,7
/proc/13594/task/13596/stat : 13596 (java) R 13591 13594 11879 0 -1 4202560 2507 0 1 0 619 2 0 0 20 0 19 0 23561672 9856040960 47006 33554432000 1073741824 1073778376 140735090373856 139923926887648 139923867084728 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13594/tid=13597] ppid=13591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13594/task/13597/stat : 13597 (java) S 13591 13594 11879 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23561673 9856040960 47006 33554432000 1073741824 1073778376 140735090373856 139923865619240 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13594/tid=13598] ppid=13591 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/13594/task/13598/stat : 13598 (java) S 13591 13594 11879 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 23561673 9856040960 47006 33554432000 1073741824 1073778376 140735090373856 139923864566440 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13594/tid=13599] ppid=13591 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/13594/task/13599/stat : 13599 (java) S 13591 13594 11879 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 23561673 9856040960 47006 33554432000 1073741824 1073778376 140735090373856 139923863514152 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13594/tid=13600] ppid=13591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13594/task/13600/stat : 13600 (java) S 13591 13594 11879 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23561673 9856040960 47006 33554432000 1073741824 1073778376 140735090373856 139923862461352 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13594/tid=13601] ppid=13591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13594/task/13601/stat : 13601 (java) S 13591 13594 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23561673 9856040960 47006 33554432000 1073741824 1073778376 140735090373856 139923765803304 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13594/tid=13602] ppid=13591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13594/task/13602/stat : 13602 (java) S 13591 13594 11879 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23561673 9856040960 47006 33554432000 1073741824 1073778376 140735090373856 139923764750504 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13594/tid=13603] ppid=13591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13594/task/13603/stat : 13603 (java) S 13591 13594 11879 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23561673 9856040960 47006 33554432000 1073741824 1073778376 140735090373856 139923763698216 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13594/tid=13604] ppid=13591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13594/task/13604/stat : 13604 (java) S 13591 13594 11879 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 23561673 9856040960 47006 33554432000 1073741824 1073778376 140735090373856 139923762645416 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13594/tid=13605] ppid=13591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13594/task/13605/stat : 13605 (java) S 13591 13594 11879 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23561674 9856040960 47006 33554432000 1073741824 1073778376 140735090373856 139923750447848 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13594/tid=13606] ppid=13591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13594/task/13606/stat : 13606 (java) S 13591 13594 11879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23561675 9856040960 47006 33554432000 1073741824 1073778376 140735090373856 139923749393912 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13594/tid=13607] ppid=13591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13594/task/13607/stat : 13607 (java) S 13591 13594 11879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23561675 9856040960 47006 33554432000 1073741824 1073778376 140735090373856 139923748341512 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13594/tid=13608] ppid=13591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13594/task/13608/stat : 13608 (java) S 13591 13594 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23561677 9856040960 47006 33554432000 1073741824 1073778376 140735090373856 139923747290000 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13594/tid=13609] ppid=13591 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/13594/task/13609/stat : 13609 (java) S 13591 13594 11879 0 -1 4202560 3701 0 0 0 45 0 0 0 20 0 19 0 23561677 9856040960 47006 33554432000 1073741824 1073778376 140735090373856 139923746236600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13594/tid=13610] ppid=13591 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/13594/task/13610/stat : 13610 (java) S 13591 13594 11879 0 -1 4202560 3907 0 0 0 45 0 0 0 20 0 19 0 23561677 9856040960 47006 33554432000 1073741824 1073778376 140735090373856 139923745183800 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13594/tid=13611] ppid=13591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13594/task/13611/stat : 13611 (java) S 13591 13594 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23561677 9856040960 47006 33554432000 1073741824 1073778376 140735090373856 139923744131704 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13594/tid=13612] ppid=13591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13594/task/13612/stat : 13612 (java) S 13591 13594 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23561677 9856040960 47006 33554432000 1073741824 1073778376 140735090373856 139923743079112 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13594/tid=13613] ppid=13591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13594/task/13613/stat : 13613 (java) S 13591 13594 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23561718 9856040960 47006 33554432000 1073741824 1073778376 140735090373856 139923742025128 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.3
Current children cumulated vsize (KiB) 9625040


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

[pid=13594/tid=13605] ppid=13591 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/13594/task/13605/stat : 13605 (java) S 13591 13594 11879 0 -1 4202560 1945 0 0 0 49 6 0 0 20 0 19 0 23561674 9856040960 48537 33554432000 1073741824 1073778376 140735090373856 139923750447848 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13594/tid=13606] ppid=13591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13594/task/13606/stat : 13606 (java) S 13591 13594 11879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23561675 9856040960 48537 33554432000 1073741824 1073778376 140735090373856 139923749393912 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13594/tid=13607] ppid=13591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13594/task/13607/stat : 13607 (java) S 13591 13594 11879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23561675 9856040960 48537 33554432000 1073741824 1073778376 140735090373856 139923748341512 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13594/tid=13608] ppid=13591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13594/task/13608/stat : 13608 (java) S 13591 13594 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23561677 9856040960 48537 33554432000 1073741824 1073778376 140735090373856 139923747290000 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13594/tid=13609] ppid=13591 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/13594/task/13609/stat : 13609 (java) S 13591 13594 11879 0 -1 4202560 3701 0 0 0 45 0 0 0 20 0 19 0 23561677 9856040960 48537 33554432000 1073741824 1073778376 140735090373856 139923746236600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13594/tid=13610] ppid=13591 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/13594/task/13610/stat : 13610 (java) S 13591 13594 11879 0 -1 4202560 3912 0 0 0 47 0 0 0 20 0 19 0 23561677 9856040960 48537 33554432000 1073741824 1073778376 140735090373856 139923745183800 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13594/tid=13611] ppid=13591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13594/task/13611/stat : 13611 (java) S 13591 13594 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23561677 9856040960 48537 33554432000 1073741824 1073778376 140735090373856 139923744131704 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13594/tid=13612] ppid=13591 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/13594/task/13612/stat : 13612 (java) S 13591 13594 11879 0 -1 4202560 95 0 0 0 25 25 0 0 20 0 19 0 23561677 9856040960 48537 33554432000 1073741824 1073778376 140735090373856 139923743079112 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13594/tid=13613] ppid=13591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13594/task/13613/stat : 13613 (java) S 13591 13594 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23561718 9856040960 48537 33554432000 1073741824 1073778376 140735090373856 139923742025128 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1649.11
Current children cumulated vsize (KiB) 9625040

[startup+1639.2 s]
/proc/loadavg: 2.10 2.11 2.06 3/211 13677
/proc/meminfo: memFree=28433160/32872528 swapFree=447868/480572
[pid=13594] ppid=13591 vsize=9625040 CPUtime=1649.91 cores=1,3,5,7
/proc/13594/stat : 13594 (java) S 13591 13594 11879 0 -1 4202496 16241 0 1 0 164906 85 0 0 20 0 19 0 23561671 9856040960 48537 33554432000 1073741824 1073778376 140735090373856 140735090364992 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13594/statm: 2406260 48537 2288 9 0 2396937 0
[pid=13594/tid=13596] ppid=13591 vsize=9625040 CPUtime=1629.2 cores=1,3,5,7
/proc/13594/task/13596/stat : 13596 (java) R 13591 13594 11879 0 -1 4202560 3102 0 1 0 162890 30 0 0 20 0 19 0 23561672 9856040960 48537 33554432000 1073741824 1073778376 140735090373856 139923926887648 139923867340872 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13594/tid=13597] ppid=13591 vsize=9625040 CPUtime=1.94 cores=1,3,5,7
/proc/13594/task/13597/stat : 13597 (java) S 13591 13594 11879 0 -1 4202560 196 0 0 0 188 6 0 0 20 0 19 0 23561673 9856040960 48537 33554432000 1073741824 1073778376 140735090373856 139923865619240 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13594/tid=13598] ppid=13591 vsize=9625040 CPUtime=1.91 cores=1,3,5,7
/proc/13594/task/13598/stat : 13598 (java) S 13591 13594 11879 0 -1 4202560 352 0 0 0 185 6 0 0 20 0 19 0 23561673 9856040960 48537 33554432000 1073741824 1073778376 140735090373856 139923864566440 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13594/tid=13599] ppid=13591 vsize=9625040 CPUtime=1.85 cores=1,3,5,7
/proc/13594/task/13599/stat : 13599 (java) S 13591 13594 11879 0 -1 4202560 344 0 0 0 176 9 0 0 20 0 19 0 23561673 9856040960 48537 33554432000 1073741824 1073778376 140735090373856 139923863514152 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13594/tid=13600] ppid=13591 vsize=9625040 CPUtime=1.8 cores=1,3,5,7
/proc/13594/task/13600/stat : 13600 (java) S 13591 13594 11879 0 -1 4202560 284 0 0 0 174 6 0 0 20 0 19 0 23561673 9856040960 48537 33554432000 1073741824 1073778376 140735090373856 139923862461352 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13594/tid=13601] ppid=13591 vsize=9625040 CPUtime=1.82 cores=1,3,5,7
/proc/13594/task/13601/stat : 13601 (java) S 13591 13594 11879 0 -1 4202560 237 0 0 0 178 4 0 0 20 0 19 0 23561673 9856040960 48537 33554432000 1073741824 1073778376 140735090373856 139923765803304 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13594/tid=13602] ppid=13591 vsize=9625040 CPUtime=1.92 cores=1,3,5,7
/proc/13594/task/13602/stat : 13602 (java) S 13591 13594 11879 0 -1 4202560 271 0 0 0 186 6 0 0 20 0 19 0 23561673 9856040960 48537 33554432000 1073741824 1073778376 140735090373856 139923764750504 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13594/tid=13603] ppid=13591 vsize=9625040 CPUtime=1.85 cores=1,3,5,7
/proc/13594/task/13603/stat : 13603 (java) S 13591 13594 11879 0 -1 4202560 240 0 0 0 179 6 0 0 20 0 19 0 23561673 9856040960 48537 33554432000 1073741824 1073778376 140735090373856 139923763698216 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13594/tid=13604] ppid=13591 vsize=9625040 CPUtime=1.78 cores=1,3,5,7
/proc/13594/task/13604/stat : 13604 (java) S 13591 13594 11879 0 -1 4202560 303 0 0 0 172 6 0 0 20 0 19 0 23561673 9856040960 48537 33554432000 1073741824 1073778376 140735090373856 139923762645416 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13594/tid=13605] ppid=13591 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/13594/task/13605/stat : 13605 (java) S 13591 13594 11879 0 -1 4202560 1945 0 0 0 49 6 0 0 20 0 19 0 23561674 9856040960 48537 33554432000 1073741824 1073778376 140735090373856 139923750447848 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13594/tid=13606] ppid=13591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13594/task/13606/stat : 13606 (java) S 13591 13594 11879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23561675 9856040960 48537 33554432000 1073741824 1073778376 140735090373856 139923749393912 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13594/tid=13607] ppid=13591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13594/task/13607/stat : 13607 (java) S 13591 13594 11879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23561675 9856040960 48537 33554432000 1073741824 1073778376 140735090373856 139923748341512 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13594/tid=13608] ppid=13591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13594/task/13608/stat : 13608 (java) S 13591 13594 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23561677 9856040960 48537 33554432000 1073741824 1073778376 140735090373856 139923747290000 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13594/tid=13609] ppid=13591 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/13594/task/13609/stat : 13609 (java) S 13591 13594 11879 0 -1 4202560 3701 0 0 0 45 0 0 0 20 0 19 0 23561677 9856040960 48537 33554432000 1073741824 1073778376 140735090373856 139923746236600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13594/tid=13610] ppid=13591 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/13594/task/13610/stat : 13610 (java) S 13591 13594 11879 0 -1 4202560 3912 0 0 0 47 0 0 0 20 0 19 0 23561677 9856040960 48537 33554432000 1073741824 1073778376 140735090373856 139923745183800 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13594/tid=13611] ppid=13591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13594/task/13611/stat : 13611 (java) S 13591 13594 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23561677 9856040960 48537 33554432000 1073741824 1073778376 140735090373856 139923744131704 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13594/tid=13612] ppid=13591 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/13594/task/13612/stat : 13612 (java) S 13591 13594 11879 0 -1 4202560 95 0 0 0 25 25 0 0 20 0 19 0 23561677 9856040960 48537 33554432000 1073741824 1073778376 140735090373856 139923743079112 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13594/tid=13613] ppid=13591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13594/task/13613/stat : 13613 (java) S 13591 13594 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23561718 9856040960 48537 33554432000 1073741824 1073778376 140735090373856 139923742025128 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1649.91
Current children cumulated vsize (KiB) 9625040

[startup+1639.6 s]
/proc/loadavg: 2.10 2.11 2.06 3/211 13677
/proc/meminfo: memFree=28433160/32872528 swapFree=447868/480572
[pid=13594] ppid=13591 vsize=9625040 CPUtime=1650.32 cores=1,3,5,7
/proc/13594/stat : 13594 (java) S 13591 13594 11879 0 -1 4202496 16242 0 1 0 164947 85 0 0 20 0 19 0 23561671 9856040960 48537 33554432000 1073741824 1073778376 140735090373856 140735090364992 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13594/statm: 2406260 48537 2288 9 0 2396937 0
[pid=13594/tid=13596] ppid=13591 vsize=9625040 CPUtime=1629.59 cores=1,3,5,7
/proc/13594/task/13596/stat : 13596 (java) R 13591 13594 11879 0 -1 4202560 3103 0 1 0 162929 30 0 0 20 0 19 0 23561672 9856040960 48537 33554432000 1073741824 1073778376 140735090373856 139923926887768 139923867341088 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13594/tid=13597] ppid=13591 vsize=9625040 CPUtime=1.94 cores=1,3,5,7
/proc/13594/task/13597/stat : 13597 (java) S 13591 13594 11879 0 -1 4202560 196 0 0 0 188 6 0 0 20 0 19 0 23561673 9856040960 48537 33554432000 1073741824 1073778376 140735090373856 139923865619240 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13594/tid=13598] ppid=13591 vsize=9625040 CPUtime=1.92 cores=1,3,5,7
/proc/13594/task/13598/stat : 13598 (java) S 13591 13594 11879 0 -1 4202560 352 0 0 0 186 6 0 0 20 0 19 0 23561673 9856040960 48537 33554432000 1073741824 1073778376 140735090373856 139923864566440 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13594/tid=13599] ppid=13591 vsize=9625040 CPUtime=1.86 cores=1,3,5,7
/proc/13594/task/13599/stat : 13599 (java) S 13591 13594 11879 0 -1 4202560 344 0 0 0 177 9 0 0 20 0 19 0 23561673 9856040960 48537 33554432000 1073741824 1073778376 140735090373856 139923863514152 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13594/tid=13600] ppid=13591 vsize=9625040 CPUtime=1.8 cores=1,3,5,7
/proc/13594/task/13600/stat : 13600 (java) S 13591 13594 11879 0 -1 4202560 284 0 0 0 174 6 0 0 20 0 19 0 23561673 9856040960 48537 33554432000 1073741824 1073778376 140735090373856 139923862461352 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13594/tid=13601] ppid=13591 vsize=9625040 CPUtime=1.82 cores=1,3,5,7
/proc/13594/task/13601/stat : 13601 (java) S 13591 13594 11879 0 -1 4202560 237 0 0 0 178 4 0 0 20 0 19 0 23561673 9856040960 48537 33554432000 1073741824 1073778376 140735090373856 139923765803304 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13594/tid=13602] ppid=13591 vsize=9625040 CPUtime=1.93 cores=1,3,5,7
/proc/13594/task/13602/stat : 13602 (java) S 13591 13594 11879 0 -1 4202560 271 0 0 0 187 6 0 0 20 0 19 0 23561673 9856040960 48537 33554432000 1073741824 1073778376 140735090373856 139923764750504 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13594/tid=13603] ppid=13591 vsize=9625040 CPUtime=1.85 cores=1,3,5,7
/proc/13594/task/13603/stat : 13603 (java) S 13591 13594 11879 0 -1 4202560 240 0 0 0 179 6 0 0 20 0 19 0 23561673 9856040960 48537 33554432000 1073741824 1073778376 140735090373856 139923763698216 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13594/tid=13604] ppid=13591 vsize=9625040 CPUtime=1.78 cores=1,3,5,7
/proc/13594/task/13604/stat : 13604 (java) S 13591 13594 11879 0 -1 4202560 303 0 0 0 172 6 0 0 20 0 19 0 23561673 9856040960 48537 33554432000 1073741824 1073778376 140735090373856 139923762645416 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13594/tid=13605] ppid=13591 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/13594/task/13605/stat : 13605 (java) S 13591 13594 11879 0 -1 4202560 1945 0 0 0 49 6 0 0 20 0 19 0 23561674 9856040960 48537 33554432000 1073741824 1073778376 140735090373856 139923750447848 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13594/tid=13606] ppid=13591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13594/task/13606/stat : 13606 (java) S 13591 13594 11879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23561675 9856040960 48537 33554432000 1073741824 1073778376 140735090373856 139923749393912 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13594/tid=13607] ppid=13591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13594/task/13607/stat : 13607 (java) S 13591 13594 11879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23561675 9856040960 48537 33554432000 1073741824 1073778376 140735090373856 139923748341512 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13594/tid=13608] ppid=13591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13594/task/13608/stat : 13608 (java) S 13591 13594 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23561677 9856040960 48537 33554432000 1073741824 1073778376 140735090373856 139923747290000 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13594/tid=13609] ppid=13591 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/13594/task/13609/stat : 13609 (java) S 13591 13594 11879 0 -1 4202560 3701 0 0 0 45 0 0 0 20 0 19 0 23561677 9856040960 48537 33554432000 1073741824 1073778376 140735090373856 139923746236600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13594/tid=13610] ppid=13591 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/13594/task/13610/stat : 13610 (java) S 13591 13594 11879 0 -1 4202560 3912 0 0 0 47 0 0 0 20 0 19 0 23561677 9856040960 48537 33554432000 1073741824 1073778376 140735090373856 139923745183800 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13594/tid=13611] ppid=13591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13594/task/13611/stat : 13611 (java) S 13591 13594 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23561677 9856040960 48537 33554432000 1073741824 1073778376 140735090373856 139923744131704 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13594/tid=13612] ppid=13591 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/13594/task/13612/stat : 13612 (java) S 13591 13594 11879 0 -1 4202560 95 0 0 0 25 25 0 0 20 0 19 0 23561677 9856040960 48537 33554432000 1073741824 1073778376 140735090373856 139923743079112 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13594/tid=13613] ppid=13591 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13594/task/13613/stat : 13613 (java) S 13591 13594 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23561718 9856040960 48537 33554432000 1073741824 1073778376 140735090373856 139923742025128 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1650.32
Current children cumulated vsize (KiB) 9625040

[startup+1639.7 s]
/proc/loadavg: 2.10 2.11 2.06 3/211 13677
/proc/meminfo: memFree=28433160/32872528 swapFree=447868/480572
[pid=13594] ppid=13591 vsize=9691604 CPUtime=1650.43 cores=1,3,5,7
/proc/13594/stat : 13594 (java) S 13591 13594 11879 0 -1 4202496 16259 0 1 0 164958 85 0 0 20 0 19 0 23561671 9924202496 48551 33554432000 1073741824 1073778376 140735090373856 140735090364992 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13594/statm: 2422901 48551 2294 9 0 2413578 0
[pid=13594/tid=13596] ppid=13591 vsize=9691604 CPUtime=1629.67 cores=1,3,5,7
/proc/13594/task/13596/stat : 13596 (java) S 13591 13594 11879 0 -1 4202560 3105 0 1 0 162937 30 0 0 20 0 19 0 23561672 9924202496 48551 33554432000 1073741824 1073778376 140735090373856 139923926889176 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13594/tid=13597] ppid=13591 vsize=9691604 CPUtime=1.94 cores=1,3,5,7
/proc/13594/task/13597/stat : 13597 (java) S 13591 13594 11879 0 -1 4202560 196 0 0 0 188 6 0 0 20 0 19 0 23561673 9924202496 48551 33554432000 1073741824 1073778376 140735090373856 139923865619240 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13594/tid=13598] ppid=13591 vsize=9691604 CPUtime=1.92 cores=1,3,5,7
/proc/13594/task/13598/stat : 13598 (java) S 13591 13594 11879 0 -1 4202560 352 0 0 0 186 6 0 0 20 0 19 0 23561673 9924202496 48551 33554432000 1073741824 1073778376 140735090373856 139923864566440 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13594/tid=13599] ppid=13591 vsize=9691604 CPUtime=1.86 cores=1,3,5,7
/proc/13594/task/13599/stat : 13599 (java) S 13591 13594 11879 0 -1 4202560 344 0 0 0 177 9 0 0 20 0 19 0 23561673 9924202496 48551 33554432000 1073741824 1073778376 140735090373856 139923863514152 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13594/tid=13600] ppid=13591 vsize=9691604 CPUtime=1.8 cores=1,3,5,7
/proc/13594/task/13600/stat : 13600 (java) S 13591 13594 11879 0 -1 4202560 284 0 0 0 174 6 0 0 20 0 19 0 23561673 9924202496 48551 33554432000 1073741824 1073778376 140735090373856 139923862461352 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13594/tid=13601] ppid=13591 vsize=9691604 CPUtime=1.82 cores=1,3,5,7
/proc/13594/task/13601/stat : 13601 (java) S 13591 13594 11879 0 -1 4202560 237 0 0 0 178 4 0 0 20 0 19 0 23561673 9924202496 48551 33554432000 1073741824 1073778376 140735090373856 139923765803304 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13594/tid=13602] ppid=13591 vsize=9691604 CPUtime=1.93 cores=1,3,5,7
/proc/13594/task/13602/stat : 13602 (java) S 13591 13594 11879 0 -1 4202560 271 0 0 0 187 6 0 0 20 0 19 0 23561673 9924202496 48551 33554432000 1073741824 1073778376 140735090373856 139923764750504 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13594/tid=13603] ppid=13591 vsize=9691604 CPUtime=1.85 cores=1,3,5,7
/proc/13594/task/13603/stat : 13603 (java) S 13591 13594 11879 0 -1 4202560 240 0 0 0 179 6 0 0 20 0 19 0 23561673 9924202496 48551 33554432000 1073741824 1073778376 140735090373856 139923763698216 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13594/tid=13604] ppid=13591 vsize=9691604 CPUtime=1.78 cores=1,3,5,7
/proc/13594/task/13604/stat : 13604 (java) S 13591 13594 11879 0 -1 4202560 303 0 0 0 172 6 0 0 20 0 19 0 23561673 9924202496 48551 33554432000 1073741824 1073778376 140735090373856 139923762645416 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13594/tid=13605] ppid=13591 vsize=9691604 CPUtime=0.55 cores=1,3,5,7
/proc/13594/task/13605/stat : 13605 (java) S 13591 13594 11879 0 -1 4202560 1945 0 0 0 49 6 0 0 20 0 19 0 23561674 9924202496 48551 33554432000 1073741824 1073778376 140735090373856 139923750447848 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13594/tid=13606] ppid=13591 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/13594/task/13606/stat : 13606 (java) S 13591 13594 11879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23561675 9924202496 48551 33554432000 1073741824 1073778376 140735090373856 139923749393912 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13594/tid=13607] ppid=13591 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/13594/task/13607/stat : 13607 (java) S 13591 13594 11879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23561675 9924202496 48551 33554432000 1073741824 1073778376 140735090373856 139923748341512 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13594/tid=13608] ppid=13591 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/13594/task/13608/stat : 13608 (java) S 13591 13594 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23561677 9924202496 48551 33554432000 1073741824 1073778376 140735090373856 139923747290000 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13594/tid=13609] ppid=13591 vsize=9691604 CPUtime=0.45 cores=1,3,5,7
/proc/13594/task/13609/stat : 13609 (java) S 13591 13594 11879 0 -1 4202560 3701 0 0 0 45 0 0 0 20 0 19 0 23561677 9924202496 48551 33554432000 1073741824 1073778376 140735090373856 139923746236600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13594/tid=13610] ppid=13591 vsize=9691604 CPUtime=0.49 cores=1,3,5,7
/proc/13594/task/13610/stat : 13610 (java) R 13591 13594 11879 0 -1 4202560 3918 0 0 0 49 0 0 0 20 0 19 0 23561677 9924202496 48551 33554432000 1073741824 1073778376 140735090373856 139923745183800 139923928698511 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13594/tid=13611] ppid=13591 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/13594/task/13611/stat : 13611 (java) S 13591 13594 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23561677 9924202496 48551 33554432000 1073741824 1073778376 140735090373856 139923744131704 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13594/tid=13612] ppid=13591 vsize=9691604 CPUtime=0.5 cores=1,3,5,7
/proc/13594/task/13612/stat : 13612 (java) S 13591 13594 11879 0 -1 4202560 95 0 0 0 25 25 0 0 20 0 19 0 23561677 9924202496 48551 33554432000 1073741824 1073778376 140735090373856 139923743079112 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1650.43
Current children cumulated vsize (KiB) 9691604

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13594 and gives
#  childrusage.ru_utime.tv_sec=1645
#  childrusage.ru_utime.tv_usec=611828
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=244810
# CPU time returned by wait4() is 1646.86
# while last known CPU time is 1650.43
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1639.71
CPU time (s): 1650.43
CPU user time (s): 1649.58
CPU system time (s): 0.85
CPU usage (%): 100.654
Max. virtual memory (cumulated for all children) (KiB): 9691604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1645.61
system time used= 1.24481
maximum resident set size= 404688
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16264
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 52750
involuntary context switches= 52279

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.6052 second user time and 14.2148 second system time

The end

Launcher Data

Begin job on node104 at 2016-06-18 03:58:36
IDJOB=4100605
IDBENCH=1638
IDSOLVER=2546
FILE ID=node104/4100605-1466215115
RUNJOBID= node104-1466206103-11896
PBS_JOBID= 19918168
Free space on /tmp= 71696 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-stair.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100605-1466215115/watcher-4100605-1466215115 -o /tmp/evaluation-result-4100605-1466215115/solver-4100605-1466215115 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1466206103-11896 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4100605-1466215115.opb

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

MD5SUM BENCH= 98b9ab286036da69f2015d2ff2a12818
RANDOM SEED=1108505115

node104.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		: 2667.035
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	: 5334.07
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		: 2667.035
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		: 2667.035
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.55
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		: 2667.035
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		: 2667.035
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		: 2667.035
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.035
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		: 2667.035
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:        29205648 kB
Buffers:           91736 kB
Cached:           116456 kB
SwapCached:        40452 kB
Active:          2231380 kB
Inactive:         183568 kB
Active(anon):    2169632 kB
Inactive(anon):    39968 kB
Active(file):      61748 kB
Inactive(file):   143600 kB
Unevictable:      480572 kB
Mlocked:          447868 kB
SwapTotal:      67108856 kB
SwapFree:       67060428 kB
Dirty:              1948 kB
Writeback:            28 kB
AnonPages:       2685324 kB
Mapped:            15240 kB
Shmem:                 0 kB
Slab:             601828 kB
SReclaimable:      45664 kB
SUnreclaim:       556164 kB
KernelStack:        1576 kB
PageTables:         9500 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3732800 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2207744 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= 71696 MiB
End job on node104 at 2016-06-18 04:25:55