Trace number 4084659

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16SAT 611.51 608.644

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_100_10_4_15.opb
MD5SUM18824f3ca3b73f0d00fa79bded50b3fe
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.061989
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables200
Total number of constraints302
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)2516
Sum of products size (including duplicates)5032
Number of different products1258
Sum of products size2516

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	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.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4084659-1465262316.opb
0.10/0.11	c reading problem ... 
0.10/0.12	c  no objective function found
0.23/0.29	c ... done. Wall clock time 0.173s.
0.23/0.29	c declared #vars     200
0.23/0.29	c internal #vars     1458
0.23/0.29	c #constraints  2819
0.23/0.29	c constraints type 
0.23/0.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1258
0.23/0.29	c org.sat4j.minisat.constraints.card.MinWatchCard => 203
0.23/0.29	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
0.23/0.29	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1258
0.23/0.29	c 2819 constraints processed.
1.12/0.71	c cleaning 2507 clauses out of 5013 with flag 11071/5013
1.53/0.98	c cleaning 4243 clauses out of 8493 with flag 25364/11000
1.96/1.38	c cleaning 5628 clauses out of 11258 with flag 41266/18008
2.66/2.03	c cleaning 6806 clauses out of 13622 with flag 59604/26000
3.39/2.70	c cleaning 7906 clauses out of 15816 with flag 80797/35000
4.20/3.56	c cleaning 8943 clauses out of 17910 with flag 103459/45000
5.21/4.52	c cleaning 9972 clauses out of 19967 with flag 128599/56000
6.00/5.34	c cleaning 10988 clauses out of 21995 with flag 159668/68000
7.00/6.38	c cleaning 12000 clauses out of 24007 with flag 191623/81000
8.30/7.65	c cleaning 13004 clauses out of 26013 with flag 225270/95006
9.81/9.18	c cleaning 13992 clauses out of 28003 with flag 261037/110000
11.71/11.01	c cleaning 14995 clauses out of 30011 with flag 298402/126000
14.01/13.32	c cleaning 16006 clauses out of 32020 with flag 336918/143004
16.76/16.09	c cleaning 17004 clauses out of 34014 with flag 378031/161004
19.16/18.47	c cleaning 17987 clauses out of 36006 with flag 422478/180000
21.36/20.67	c cleaning 18994 clauses out of 38019 with flag 471244/200000
23.97/23.23	c cleaning 20001 clauses out of 40025 with flag 523356/221000
27.56/26.81	c cleaning 20994 clauses out of 42026 with flag 574115/243002
30.56/29.84	c cleaning 22004 clauses out of 44030 with flag 631040/266000
34.26/33.54	c cleaning 23008 clauses out of 46027 with flag 688812/290001
37.75/37.05	c cleaning 24002 clauses out of 48021 with flag 750444/315003
41.63/40.79	c cleaning 24994 clauses out of 50016 with flag 815013/341000
45.32/44.48	c cleaning 26002 clauses out of 52023 with flag 884009/368001
49.92/49.10	c cleaning 26998 clauses out of 54020 with flag 954230/396000
56.02/55.16	c cleaning 28000 clauses out of 56022 with flag 1025133/425000
63.02/62.17	c cleaning 28998 clauses out of 58022 with flag 1096363/455000
68.58/67.67	c cleaning 30005 clauses out of 60024 with flag 1175978/486000
74.77/73.63	c cleaning 31007 clauses out of 62019 with flag 1262874/518000
82.76/81.61	c cleaning 32001 clauses out of 64021 with flag 1342435/551009
93.67/92.58	c cleaning 33001 clauses out of 66015 with flag 1417671/585004
103.77/102.64	c cleaning 33980 clauses out of 68010 with flag 1495904/620000
115.57/114.49	c cleaning 34991 clauses out of 70034 with flag 1577052/656004
126.64/125.39	c cleaning 36012 clauses out of 72048 with flag 1659817/693009
137.34/136.03	c cleaning 37012 clauses out of 74034 with flag 1743720/731007
147.13/145.84	c cleaning 38004 clauses out of 76016 with flag 1833977/770001
158.74/157.41	c cleaning 39013 clauses out of 78025 with flag 1923447/810014
172.72/171.31	c cleaning 39992 clauses out of 79998 with flag 2015422/851000
183.61/182.26	c cleaning 41002 clauses out of 82006 with flag 2120389/893000
197.41/196.07	c cleaning 42006 clauses out of 84011 with flag 2215533/936007
208.50/207.16	c cleaning 42990 clauses out of 85998 with flag 2322340/980000
223.18/221.66	c cleaning 44001 clauses out of 88008 with flag 2427558/1025000
235.99/234.44	c cleaning 45003 clauses out of 90013 with flag 2532645/1071006
250.68/249.13	c cleaning 46003 clauses out of 92006 with flag 2649257/1118002
262.59/261.09	c cleaning 47000 clauses out of 94001 with flag 2765901/1166000
274.47/272.79	c cleaning 48000 clauses out of 96011 with flag 2881954/1215010
287.88/286.14	c cleaning 49002 clauses out of 98003 with flag 3000463/1265002
302.57/300.82	c cleaning 49998 clauses out of 100001 with flag 3116349/1316002
318.28/316.34	c cleaning 51002 clauses out of 102005 with flag 3243248/1368004
333.58/331.65	c cleaning 52008 clauses out of 104015 with flag 3367623/1421016
349.22/347.16	c cleaning 52995 clauses out of 105991 with flag 3499561/1475000
364.32/362.26	c cleaning 53985 clauses out of 108003 with flag 3632233/1530007
379.49/377.36	c cleaning 55012 clauses out of 110027 with flag 3767000/1586016
393.08/390.92	c cleaning 55994 clauses out of 112000 with flag 3897556/1643001
413.24/411.01	c cleaning 56993 clauses out of 114005 with flag 4030313/1701000
430.44/428.29	c cleaning 57999 clauses out of 116014 with flag 4180823/1760002
446.26/443.91	c cleaning 58987 clauses out of 118013 with flag 4330139/1820000
461.46/459.15	c cleaning 60002 clauses out of 120030 with flag 4469160/1881004
477.25/474.82	c cleaning 61011 clauses out of 122036 with flag 4610250/1943012
493.64/491.12	c cleaning 62008 clauses out of 124018 with flag 4748404/2006005
513.14/510.62	c cleaning 62994 clauses out of 126006 with flag 4891025/2070001
531.99/529.40	c cleaning 63992 clauses out of 128014 with flag 5059662/2135003
553.32/550.68	c cleaning 64994 clauses out of 130020 with flag 5227128/2201001
573.55/570.84	c cleaning 66007 clauses out of 132025 with flag 5378799/2268000
596.24/593.50	c cleaning 67007 clauses out of 134019 with flag 5532351/2336001
611.51/608.60	c SATISFIABLE
611.51/608.60	c starts		: 2302
611.51/608.60	c conflicts		: 2387717
611.51/608.60	c decisions		: 4269643
611.51/608.60	c propagations		: 26511511
611.51/608.60	c inspects		: 13193633917
611.51/608.60	c shortcuts		: 0
611.51/608.60	c learnt literals	: 0
611.51/608.60	c learnt binary clauses	: 0
611.51/608.60	c learnt ternary clauses	: 535
611.51/608.60	c learnt constraints	: 2387717
611.51/608.60	c ignored constraints	: 0
611.51/608.60	c root simplifications	: 0
611.51/608.60	c removed literals (reason simplification)	: 0
611.51/608.60	c reason swapping (by a shorter reason)	: 0
611.51/608.60	c Calls to reduceDB	: 64
611.51/608.60	c Number of update (reduction) of LBD	: 468405
611.51/608.60	c Imported unit clauses	: 0
611.51/608.60	c number of reductions to clauses (during analyze)	: 0
611.51/608.60	c number of learned constraints concerned by reduction	: 0
611.51/608.60	c number of learning phase by resolution	: 0
611.51/608.60	c number of learning phase by cutting planes	: 0
611.51/608.60	c speed (assignments/second)	: 43581.87945390135
611.51/608.60	c non guided choices	1345
611.51/608.63	c learnt constraints type 
611.51/608.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 118728
611.51/608.63	s SATISFIABLE
611.51/608.63	c Found 1 solution(s)
611.51/608.63	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 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 x158 -x159 -x160 -x161 -x162 -x163 -x164 x165 -x166 -x167 -x168 -x169 x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 x190 x191 -x192 x193 -x194 -x195 x196 -x197 x198 x199 x200 
611.51/608.63	c Total wall clock time (in seconds): 608.522

Verifier Data

OK	0

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-4084659-1465262316/watcher-4084659-1465262316 -o /tmp/evaluation-result-4084659-1465262316/solver-4084659-1465262316 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1465255130-5981 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084659-1465262316.opb 

pid=7037
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.04 2.18 2.17 3/195 7040
/proc/meminfo: memFree=30084152/32872528 swapFree=16360/1798728
[pid=7040] ppid=7037 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/7040/stat : 7040 (java) R 7037 7040 5965 0 -1 4202496 362 0 0 0 0 0 0 0 20 0 1 0 108164760 278528 33 33554432000 1073741824 1073778376 140733990133792 140736080954504 260181159093 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/7040/statm: 68 33 25 9 0 25 0

[startup+0.100115 s]
/proc/loadavg: 2.04 2.18 2.17 3/195 7040
/proc/meminfo: memFree=30084152/32872528 swapFree=16360/1798728
[pid=7040] ppid=7037 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/7040/stat : 7040 (java) S 7037 7040 5965 0 -1 4202496 4451 0 1 0 9 1 0 0 20 0 18 0 108164760 9787879424 5574 33554432000 1073741824 1073778376 140733990133792 140733990124928 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7040/statm: 2389619 5574 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200285 s]
/proc/loadavg: 2.04 2.18 2.17 3/195 7040
/proc/meminfo: memFree=30084152/32872528 swapFree=16360/1798728
[pid=7040] ppid=7037 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/7040/stat : 7040 (java) S 7037 7040 5965 0 -1 4202496 4658 0 1 0 22 1 0 0 20 0 18 0 108164760 9787879424 6267 33554432000 1073741824 1073778376 140733990133792 140733990124928 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7040/statm: 2389619 6268 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300316 s]
/proc/loadavg: 2.04 2.18 2.17 3/195 7040
/proc/meminfo: memFree=30084152/32872528 swapFree=16360/1798728
[pid=7040] ppid=7037 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/7040/stat : 7040 (java) S 7037 7040 5965 0 -1 4202496 6202 0 1 0 43 1 0 0 20 0 19 0 108164760 9856040960 8846 33554432000 1073741824 1073778376 140733990133792 140733990124928 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7040/statm: 2406260 8846 2249 9 0 2396937 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9625040

[startup+0.700168 s]
/proc/loadavg: 2.04 2.18 2.17 3/195 7040
/proc/meminfo: memFree=30084152/32872528 swapFree=16360/1798728
[pid=7040] ppid=7037 vsize=9625040 CPUtime=1.12 cores=0,2,4,6
/proc/7040/stat : 7040 (java) S 7037 7040 5965 0 -1 4202496 7980 0 1 0 110 2 0 0 20 0 19 0 108164760 9856040960 10544 33554432000 1073741824 1073778376 140733990133792 140733990124928 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7040/statm: 2406260 10544 2267 9 0 2396937 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 9625040

[startup+1.50081 s]
/proc/loadavg: 2.04 2.18 2.17 3/214 7059
/proc/meminfo: memFree=30012712/32872528 swapFree=16360/1798728
[pid=7040] ppid=7037 vsize=9625040 CPUtime=2.17 cores=0,2,4,6
/proc/7040/stat : 7040 (java) S 7037 7040 5965 0 -1 4202496 16655 0 1 0 214 3 0 0 20 0 19 0 108164760 9856040960 19533 33554432000 1073741824 1073778376 140733990133792 140733990124928 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7040/statm: 2406260 19533 2269 9 0 2396937 0
[pid=7040/tid=7042] ppid=7037 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/7040/task/7042/stat : 7042 (java) R 7037 7040 5965 0 -1 4202560 2477 0 1 0 145 1 0 0 20 0 19 0 108164761 9856040960 19533 33554432000 1073741824 1073778376 140733990133792 140712463933152 140712336630995 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7040/tid=7043] ppid=7037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7040/task/7043/stat : 7043 (java) S 7037 7040 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108164761 9856040960 19533 33554432000 1073741824 1073778376 140733990133792 140712307674152 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7040/tid=7044] ppid=7037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7040/task/7044/stat : 7044 (java) S 7037 7040 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108164761 9856040960 19533 33554432000 1073741824 1073778376 140733990133792 140712306621352 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7040/tid=7045] ppid=7037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7040/task/7045/stat : 7045 (java) S 7037 7040 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108164761 9856040960 19533 33554432000 1073741824 1073778376 140733990133792 140712305568552 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7040/tid=7046] ppid=7037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7040/task/7046/stat : 7046 (java) S 7037 7040 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108164761 9856040960 19533 33554432000 1073741824 1073778376 140733990133792 140712304515752 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7040/tid=7047] ppid=7037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7040/task/7047/stat : 7047 (java) S 7037 7040 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108164761 9856040960 19533 33554432000 1073741824 1073778376 140733990133792 140712303462952 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7040/tid=7048] ppid=7037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7040/task/7048/stat : 7048 (java) S 7037 7040 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108164761 9856040960 19533 33554432000 1073741824 1073778376 140733990133792 140712302410152 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7040/tid=7049] ppid=7037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7040/task/7049/stat : 7049 (java) S 7037 7040 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108164761 9856040960 19533 33554432000 1073741824 1073778376 140733990133792 140712301357352 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7040/tid=7050] ppid=7037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7040/task/7050/stat : 7050 (java) S 7037 7040 5965 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 108164761 9856040960 19533 33554432000 1073741824 1073778376 140733990133792 140712300304552 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7040/tid=7051] ppid=7037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7040/task/7051/stat : 7051 (java) S 7037 7040 5965 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 108164763 9856040960 19533 33554432000 1073741824 1073778376 140733990133792 140712288107496 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7040/tid=7052] ppid=7037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7040/task/7052/stat : 7052 (java) S 7037 7040 5965 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 108164763 9856040960 19533 33554432000 1073741824 1073778376 140733990133792 140712287053560 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7040/tid=7053] ppid=7037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7040/task/7053/stat : 7053 (java) S 7037 7040 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108164763 9856040960 19533 33554432000 1073741824 1073778376 140733990133792 140712286000648 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7040/tid=7054] ppid=7037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7040/task/7054/stat : 7054 (java) S 7037 7040 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108164765 9856040960 19533 33554432000 1073741824 1073778376 140733990133792 140712284949136 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7040/tid=7055] ppid=7037 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/7040/task/7055/stat : 7055 (java) S 7037 7040 5965 0 -1 4202560 2573 0 0 0 27 0 0 0 20 0 19 0 108164765 9856040960 19533 33554432000 1073741824 1073778376 140733990133792 140712283896248 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7040/tid=7056] ppid=7037 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/7040/task/7056/stat : 7056 (java) S 7037 7040 5965 0 -1 4202560 10334 0 0 0 37 2 0 0 20 0 19 0 108164765 9856040960 19533 33554432000 1073741824 1073778376 140733990133792 140712282843448 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7040/tid=7057] ppid=7037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7040/task/7057/stat : 7057 (java) S 7037 7040 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108164765 9856040960 19533 33554432000 1073741824 1073778376 140733990133792 140712281790840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7040/tid=7058] ppid=7037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7040/task/7058/stat : 7058 (java) S 7037 7040 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108164765 9856040960 19533 33554432000 1073741824 1073778376 140733990133792 140712280738248 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7040/tid=7059] ppid=7037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7040/task/7059/stat : 7059 (java) S 7037 7040 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108164789 9856040960 19533 33554432000 1073741824 1073778376 140733990133792 140712279684776 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.04 2.18 2.17 3/214 7059
/proc/meminfo: memFree=29993816/32872528 swapFree=16360/1798728
[pid=7040] ppid=7037 vsize=9625040 CPUtime=3.8 cores=0,2,4,6
/proc/7040/stat : 7040 (java) S 7037 7040 5965 0 -1 4202496 16671 0 1 0 376 4 0 0 20 0 19 0 108164760 9856040960 23636 33554432000 1073741824 1073778376 140733990133792 140733990124928 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7040/statm: 2406260 23636 2269 9 0 2396937 0
[pid=7040/tid=7042] ppid=7037 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/7040/task/7042/stat : 7042 (java) R 7037 7040 5965 0 -1 4202560 2486 0 1 0 305 2 0 0 20 0 19 0 108164761 9856040960 23636 33554432000 1073741824 1073778376 140733990133792 140712463941976 140712336579207 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7040/tid=7043] ppid=7037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7040/task/7043/stat : 7043 (java) S 7037 7040 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108164761 9856040960 23636 33554432000 1073741824 1073778376 140733990133792 140712307674152 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7040/tid=7044] ppid=7037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7040/task/7044/stat : 7044 (java) S 7037 7040 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108164761 9856040960 23636 33554432000 1073741824 1073778376 140733990133792 140712306621352 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7040/tid=7045] ppid=7037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7040/task/7045/stat : 7045 (java) S 7037 7040 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108164761 9856040960 23636 33554432000 1073741824 1073778376 140733990133792 140712305568552 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7040/tid=7046] ppid=7037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7040/task/7046/stat : 7046 (java) S 7037 7040 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108164761 9856040960 23636 33554432000 1073741824 1073778376 140733990133792 140712304515752 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7040/tid=7047] ppid=7037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7040/task/7047/stat : 7047 (java) S 7037 7040 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108164761 9856040960 23636 33554432000 1073741824 1073778376 140733990133792 140712303462952 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7040/tid=7048] ppid=7037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7040/task/7048/stat : 7048 (java) S 7037 7040 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108164761 9856040960 23636 33554432000 1073741824 1073778376 140733990133792 140712302410152 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7040/tid=7049] ppid=7037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7040/task/7049/stat : 7049 (java) S 7037 7040 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108164761 9856040960 23636 33554432000 1073741824 1073778376 140733990133792 140712301357352 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7040/tid=7050] ppid=7037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7040/task/7050/stat : 7050 (java) S 7037 7040 5965 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 108164761 9856040960 23636 33554432000 1073741824 1073778376 140733990133792 140712300304552 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7040/tid=7051] ppid=7037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7040/task/7051/stat : 7051 (java) S 7037 7040 5965 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 108164763 9856040960 23636 33554432000 1073741824 1073778376 140733990133792 140712288107496 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7040/tid=7052] ppid=7037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7040/task/7052/stat : 7052 (java) S 7037 7040 5965 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 108164763 9856040960 23636 33554432000 1073741824 1073778376 140733990133792 140712287053560 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7040/tid=7053] ppid=7037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7040/task/7053/stat : 7053 (java) S 7037 7040 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108164763 9856040960 23636 33554432000 1073741824 1073778376 140733990133792 140712286000648 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7040/tid=7054] ppid=7037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7040/task/7054/stat : 7054 (java) S 7037 7040 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108164765 9856040960 23636 33554432000 1073741824 1073778376 140733990133792 140712284949136 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7040/tid=7055] ppid=7037 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/7040/task/7055/stat : 7055 (java) S 7037 7040 5965 0 -1 4202560 2573 0 0 0 28 0 0 0 20 0 19 0 108164765 9856040960 23636 33554432000 1073741824 1073778376 140733990133792 140712283896248 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7040/tid=7056] ppid=7037 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/7040/task/7056/stat : 7056 (java) S 7037 7040 5965 0 -1 4202560 10341 0 0 0 40 2 0 0 20 0 19 0 108164765 9856040960 23636 33554432000 1073741824 1073778376 140733990133792 140712282843448 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7040/tid=7057] ppid=7037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7040/task/7057/stat : 7057 (java) S 7037 7040 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108164765 9856040960 23636 33554432000 1073741824 1073778376 140733990133792 140712281790840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7040/tid=7058] ppid=7037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7040/task/7058/stat : 7058 (java) S 7037 7040 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108164765 9856040960 23636 33554432000 1073741824 1073778376 140733990133792 140712280738248 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7040/tid=7059] ppid=7037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7040/task/7059/stat : 7059 (java) S 7037 7040 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108164789 9856040960 23636 33554432000 1073741824 1073778376 140733990133792 140712279684776 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.8
Current children cumulated vsize (KiB) 9625040

[startup+6.30082 s]
/proc/loadavg: 2.04 2.17 2.17 3/213 7059
/proc/meminfo: memFree=29928348/32872528 swapFree=16360/1798728
[pid=7040] ppid=7037 vsize=9625040 CPUtime=7 cores=0,2,4,6
/proc/7040/stat : 7040 (java) S 7037 7040 5965 0 -1 4202496 16688 0 1 0 696 4 0 0 20 0 19 0 108164760 9856040960 30599 33554432000 1073741824 1073778376 140733990133792 140733990124928 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7040/statm: 2406260 30599 2270 9 0 2396937 0
[pid=7040/tid=7042] ppid=7037 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/7040/task/7042/stat : 7042 (java) R 7037 7040 5965 0 -1 4202560 2502 0 1 0 623 2 0 0 20 0 19 0 108164761 9856040960 30599 33554432000 1073741824 1073778376 140733990133792 140712463933136 140712336612184 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7040/tid=7043] ppid=7037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7040/task/7043/stat : 7043 (java) S 7037 7040 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108164761 9856040960 30599 33554432000 1073741824 1073778376 140733990133792 140712307674152 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7040/tid=7044] ppid=7037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7040/task/7044/stat : 7044 (java) S 7037 7040 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108164761 9856040960 30599 33554432000 1073741824 1073778376 140733990133792 140712306621352 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7040/tid=7045] ppid=7037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7040/task/7045/stat : 7045 (java) S 7037 7040 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108164761 9856040960 30599 33554432000 1073741824 1073778376 140733990133792 140712305568552 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7040/tid=7046] ppid=7037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7040/task/7046/stat : 7046 (java) S 7037 7040 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108164761 9856040960 30599 33554432000 1073741824 1073778376 140733990133792 140712304515752 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7040/tid=7047] ppid=7037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7040/task/7047/stat : 7047 (java) S 7037 7040 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108164761 9856040960 30599 33554432000 1073741824 1073778376 140733990133792 140712303462952 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7040/tid=7048] ppid=7037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7040/task/7048/stat : 7048 (java) S 7037 7040 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108164761 9856040960 30599 33554432000 1073741824 1073778376 140733990133792 140712302410152 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7040/tid=7049] ppid=7037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7040/task/7049/stat : 7049 (java) S 7037 7040 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108164761 9856040960 30599 33554432000 1073741824 1073778376 140733990133792 140712301357352 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7040/tid=7050] ppid=7037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7040/task/7050/stat : 7050 (java) S 7037 7040 5965 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 108164761 9856040960 30599 33554432000 1073741824 1073778376 140733990133792 140712300304552 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7040/tid=7051] ppid=7037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7040/task/7051/stat : 7051 (java) S 7037 7040 5965 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 108164763 9856040960 30599 33554432000 1073741824 1073778376 140733990133792 140712288107496 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7040/tid=7052] ppid=7037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7040/task/7052/stat : 7052 (java) S 7037 7040 5965 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 108164763 9856040960 30599 33554432000 1073741824 1073778376 140733990133792 140712287053560 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7040/tid=7053] ppid=7037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7040/task/7053/stat : 7053 (java) S 7037 7040 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108164763 9856040960 30599 33554432000 1073741824 1073778376 140733990133792 140712286000648 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7040/tid=7054] ppid=7037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7040/task/7054/stat : 7054 (java) S 7037 7040 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108164765 9856040960 30599 33554432000 1073741824 1073778376 140733990133792 140712284949136 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7040/tid=7055] ppid=7037 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/7040/task/7055/stat : 7055 (java) S 7037 7040 5965 0 -1 4202560 2573 0 0 0 28 0 0 0 20 0 19 0 108164765 9856040960 30599 33554432000 1073741824 1073778376 140733990133792 140712283896248 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7040/tid=7056] ppid=7037 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/7040/task/7056/stat : 7056 (java) S 7037 7040 5965 0 -1 4202560 10341 0 0 0 40 2 0 0 20 0 19 0 108164765 9856040960 30599 33554432000 1073741824 1073778376 140733990133792 140712282843448 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7040/tid=7057] ppid=7037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7040/task/7057/stat : 7057 (java) S 7037 7040 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108164765 9856040960 30599 33554432000 1073741824 1073778376 140733990133792 140712281790840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7040/tid=7058] ppid=7037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7040/task/7058/stat : 7058 (java) S 7037 7040 5965 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 108164765 9856040960 30599 33554432000 1073741824 1073778376 140733990133792 140712280738248 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7040/tid=7059] ppid=7037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7040/task/7059/stat : 7059 (java) S 7037 7040 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108164789 9856040960 30599 33554432000 1073741824 1073778376 140733990133792 140712279684776 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7
Current children cumulated vsize (KiB) 9625040


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

[pid=7040/tid=7052] ppid=7037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7040/task/7052/stat : 7052 (java) S 7037 7040 5965 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 108164763 9856040960 167156 33554432000 1073741824 1073778376 140733990133792 140712287053560 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7040/tid=7053] ppid=7037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7040/task/7053/stat : 7053 (java) S 7037 7040 5965 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 108164763 9856040960 167156 33554432000 1073741824 1073778376 140733990133792 140712286000648 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7040/tid=7054] ppid=7037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7040/task/7054/stat : 7054 (java) S 7037 7040 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108164765 9856040960 167156 33554432000 1073741824 1073778376 140733990133792 140712284949136 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7040/tid=7055] ppid=7037 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/7040/task/7055/stat : 7055 (java) S 7037 7040 5965 0 -1 4202560 2573 0 0 0 28 0 0 0 20 0 19 0 108164765 9856040960 167156 33554432000 1073741824 1073778376 140733990133792 140712283896248 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7040/tid=7056] ppid=7037 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/7040/task/7056/stat : 7056 (java) S 7037 7040 5965 0 -1 4202560 10376 0 0 0 49 2 0 0 20 0 19 0 108164765 9856040960 167156 33554432000 1073741824 1073778376 140733990133792 140712282843448 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7040/tid=7057] ppid=7037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7040/task/7057/stat : 7057 (java) S 7037 7040 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108164765 9856040960 167156 33554432000 1073741824 1073778376 140733990133792 140712281790840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7040/tid=7058] ppid=7037 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/7040/task/7058/stat : 7058 (java) S 7037 7040 5965 0 -1 4202560 36 0 0 0 8 8 0 0 20 0 19 0 108164765 9856040960 167156 33554432000 1073741824 1073778376 140733990133792 140712280738248 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7040/tid=7059] ppid=7037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7040/task/7059/stat : 7059 (java) S 7037 7040 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108164789 9856040960 167156 33554432000 1073741824 1073778376 140733990133792 140712279684776 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 609.31
Current children cumulated vsize (KiB) 9625040

[startup+608.001 s]
/proc/loadavg: 2.20 2.21 2.18 3/214 7268
/proc/meminfo: memFree=29202832/32872528 swapFree=16360/1798728
[pid=7040] ppid=7037 vsize=9625040 CPUtime=610.91 cores=0,2,4,6
/proc/7040/stat : 7040 (java) S 7037 7040 5965 0 -1 4202496 19792 0 1 0 61022 69 0 0 20 0 19 0 108164760 9856040960 167156 33554432000 1073741824 1073778376 140733990133792 140733990124928 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7040/statm: 2406260 167156 2293 9 0 2396937 0
[pid=7040/tid=7042] ppid=7037 vsize=9625040 CPUtime=605.25 cores=0,2,4,6
/proc/7040/task/7042/stat : 7042 (java) R 7037 7040 5965 0 -1 4202560 2552 0 1 0 60513 12 0 0 20 0 19 0 108164761 9856040960 167156 33554432000 1073741824 1073778376 140733990133792 140712463940816 140712336555713 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7040/tid=7043] ppid=7037 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/7040/task/7043/stat : 7043 (java) S 7037 7040 5965 0 -1 4202560 273 0 0 0 33 9 0 0 20 0 19 0 108164761 9856040960 167156 33554432000 1073741824 1073778376 140733990133792 140712307674152 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7040/tid=7044] ppid=7037 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/7040/task/7044/stat : 7044 (java) S 7037 7040 5965 0 -1 4202560 230 0 0 0 29 7 0 0 20 0 19 0 108164761 9856040960 167156 33554432000 1073741824 1073778376 140733990133792 140712306621352 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7040/tid=7045] ppid=7037 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/7040/task/7045/stat : 7045 (java) S 7037 7040 5965 0 -1 4202560 323 0 0 0 26 6 0 0 20 0 19 0 108164761 9856040960 167156 33554432000 1073741824 1073778376 140733990133792 140712305568552 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7040/tid=7046] ppid=7037 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/7040/task/7046/stat : 7046 (java) S 7037 7040 5965 0 -1 4202560 225 0 0 0 23 6 0 0 20 0 19 0 108164761 9856040960 167156 33554432000 1073741824 1073778376 140733990133792 140712304515752 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7040/tid=7047] ppid=7037 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/7040/task/7047/stat : 7047 (java) S 7037 7040 5965 0 -1 4202560 441 0 0 0 35 9 0 0 20 0 19 0 108164761 9856040960 167156 33554432000 1073741824 1073778376 140733990133792 140712303462952 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7040/tid=7048] ppid=7037 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/7040/task/7048/stat : 7048 (java) S 7037 7040 5965 0 -1 4202560 335 0 0 0 23 6 0 0 20 0 19 0 108164761 9856040960 167156 33554432000 1073741824 1073778376 140733990133792 140712302410152 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7040/tid=7049] ppid=7037 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/7040/task/7049/stat : 7049 (java) S 7037 7040 5965 0 -1 4202560 379 0 0 0 25 8 0 0 20 0 19 0 108164761 9856040960 167156 33554432000 1073741824 1073778376 140733990133792 140712301357352 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7040/tid=7050] ppid=7037 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/7040/task/7050/stat : 7050 (java) S 7037 7040 5965 0 -1 4202560 578 0 0 0 27 7 0 0 20 0 19 0 108164761 9856040960 167156 33554432000 1073741824 1073778376 140733990133792 140712300304552 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7040/tid=7051] ppid=7037 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/7040/task/7051/stat : 7051 (java) S 7037 7040 5965 0 -1 4202560 214 0 0 0 27 0 0 0 20 0 19 0 108164763 9856040960 167156 33554432000 1073741824 1073778376 140733990133792 140712288107496 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7040/tid=7052] ppid=7037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7040/task/7052/stat : 7052 (java) S 7037 7040 5965 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 108164763 9856040960 167156 33554432000 1073741824 1073778376 140733990133792 140712287053560 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7040/tid=7053] ppid=7037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7040/task/7053/stat : 7053 (java) S 7037 7040 5965 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 108164763 9856040960 167156 33554432000 1073741824 1073778376 140733990133792 140712286000648 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7040/tid=7054] ppid=7037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7040/task/7054/stat : 7054 (java) S 7037 7040 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108164765 9856040960 167156 33554432000 1073741824 1073778376 140733990133792 140712284949136 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7040/tid=7055] ppid=7037 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/7040/task/7055/stat : 7055 (java) S 7037 7040 5965 0 -1 4202560 2573 0 0 0 28 0 0 0 20 0 19 0 108164765 9856040960 167156 33554432000 1073741824 1073778376 140733990133792 140712283896248 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7040/tid=7056] ppid=7037 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/7040/task/7056/stat : 7056 (java) S 7037 7040 5965 0 -1 4202560 10376 0 0 0 49 2 0 0 20 0 19 0 108164765 9856040960 167156 33554432000 1073741824 1073778376 140733990133792 140712282843448 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7040/tid=7057] ppid=7037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7040/task/7057/stat : 7057 (java) S 7037 7040 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108164765 9856040960 167156 33554432000 1073741824 1073778376 140733990133792 140712281790840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7040/tid=7058] ppid=7037 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/7040/task/7058/stat : 7058 (java) S 7037 7040 5965 0 -1 4202560 36 0 0 0 9 8 0 0 20 0 19 0 108164765 9856040960 167156 33554432000 1073741824 1073778376 140733990133792 140712280738248 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7040/tid=7059] ppid=7037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7040/task/7059/stat : 7059 (java) S 7037 7040 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108164789 9856040960 167156 33554432000 1073741824 1073778376 140733990133792 140712279684776 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 610.91
Current children cumulated vsize (KiB) 9625040

[startup+608.408 s]
/proc/loadavg: 2.20 2.21 2.18 3/214 7268
/proc/meminfo: memFree=29202832/32872528 swapFree=16360/1798728
[pid=7040] ppid=7037 vsize=9625040 CPUtime=611.31 cores=0,2,4,6
/proc/7040/stat : 7040 (java) S 7037 7040 5965 0 -1 4202496 19792 0 1 0 61062 69 0 0 20 0 19 0 108164760 9856040960 167156 33554432000 1073741824 1073778376 140733990133792 140733990124928 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7040/statm: 2406260 167156 2293 9 0 2396937 0
[pid=7040/tid=7042] ppid=7037 vsize=9625040 CPUtime=605.66 cores=0,2,4,6
/proc/7040/task/7042/stat : 7042 (java) R 7037 7040 5965 0 -1 4202560 2552 0 1 0 60554 12 0 0 20 0 19 0 108164761 9856040960 167156 33554432000 1073741824 1073778376 140733990133792 140712463940816 140712336555680 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7040/tid=7043] ppid=7037 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/7040/task/7043/stat : 7043 (java) S 7037 7040 5965 0 -1 4202560 273 0 0 0 33 9 0 0 20 0 19 0 108164761 9856040960 167156 33554432000 1073741824 1073778376 140733990133792 140712307674152 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7040/tid=7044] ppid=7037 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/7040/task/7044/stat : 7044 (java) S 7037 7040 5965 0 -1 4202560 230 0 0 0 29 7 0 0 20 0 19 0 108164761 9856040960 167156 33554432000 1073741824 1073778376 140733990133792 140712306621352 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7040/tid=7045] ppid=7037 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/7040/task/7045/stat : 7045 (java) S 7037 7040 5965 0 -1 4202560 323 0 0 0 26 6 0 0 20 0 19 0 108164761 9856040960 167156 33554432000 1073741824 1073778376 140733990133792 140712305568552 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7040/tid=7046] ppid=7037 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/7040/task/7046/stat : 7046 (java) S 7037 7040 5965 0 -1 4202560 225 0 0 0 23 6 0 0 20 0 19 0 108164761 9856040960 167156 33554432000 1073741824 1073778376 140733990133792 140712304515752 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7040/tid=7047] ppid=7037 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/7040/task/7047/stat : 7047 (java) S 7037 7040 5965 0 -1 4202560 441 0 0 0 35 9 0 0 20 0 19 0 108164761 9856040960 167156 33554432000 1073741824 1073778376 140733990133792 140712303462952 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7040/tid=7048] ppid=7037 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/7040/task/7048/stat : 7048 (java) S 7037 7040 5965 0 -1 4202560 335 0 0 0 23 6 0 0 20 0 19 0 108164761 9856040960 167156 33554432000 1073741824 1073778376 140733990133792 140712302410152 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7040/tid=7049] ppid=7037 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/7040/task/7049/stat : 7049 (java) S 7037 7040 5965 0 -1 4202560 379 0 0 0 25 8 0 0 20 0 19 0 108164761 9856040960 167156 33554432000 1073741824 1073778376 140733990133792 140712301357352 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7040/tid=7050] ppid=7037 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/7040/task/7050/stat : 7050 (java) S 7037 7040 5965 0 -1 4202560 578 0 0 0 27 7 0 0 20 0 19 0 108164761 9856040960 167156 33554432000 1073741824 1073778376 140733990133792 140712300304552 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7040/tid=7051] ppid=7037 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/7040/task/7051/stat : 7051 (java) S 7037 7040 5965 0 -1 4202560 214 0 0 0 27 0 0 0 20 0 19 0 108164763 9856040960 167156 33554432000 1073741824 1073778376 140733990133792 140712288107496 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7040/tid=7052] ppid=7037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7040/task/7052/stat : 7052 (java) S 7037 7040 5965 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 108164763 9856040960 167156 33554432000 1073741824 1073778376 140733990133792 140712287053560 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7040/tid=7053] ppid=7037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7040/task/7053/stat : 7053 (java) S 7037 7040 5965 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 108164763 9856040960 167156 33554432000 1073741824 1073778376 140733990133792 140712286000648 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7040/tid=7054] ppid=7037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7040/task/7054/stat : 7054 (java) S 7037 7040 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108164765 9856040960 167156 33554432000 1073741824 1073778376 140733990133792 140712284949136 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7040/tid=7055] ppid=7037 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/7040/task/7055/stat : 7055 (java) S 7037 7040 5965 0 -1 4202560 2573 0 0 0 28 0 0 0 20 0 19 0 108164765 9856040960 167156 33554432000 1073741824 1073778376 140733990133792 140712283896248 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7040/tid=7056] ppid=7037 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/7040/task/7056/stat : 7056 (java) S 7037 7040 5965 0 -1 4202560 10376 0 0 0 49 2 0 0 20 0 19 0 108164765 9856040960 167156 33554432000 1073741824 1073778376 140733990133792 140712282843448 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7040/tid=7057] ppid=7037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7040/task/7057/stat : 7057 (java) S 7037 7040 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108164765 9856040960 167156 33554432000 1073741824 1073778376 140733990133792 140712281790840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7040/tid=7058] ppid=7037 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/7040/task/7058/stat : 7058 (java) S 7037 7040 5965 0 -1 4202560 36 0 0 0 9 8 0 0 20 0 19 0 108164765 9856040960 167156 33554432000 1073741824 1073778376 140733990133792 140712280738248 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7040/tid=7059] ppid=7037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7040/task/7059/stat : 7059 (java) S 7037 7040 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108164789 9856040960 167156 33554432000 1073741824 1073778376 140733990133792 140712279684776 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 611.31
Current children cumulated vsize (KiB) 9625040

[startup+608.601 s]
/proc/loadavg: 2.20 2.21 2.18 3/214 7268
/proc/meminfo: memFree=29202832/32872528 swapFree=16360/1798728
[pid=7040] ppid=7037 vsize=9625040 CPUtime=611.51 cores=0,2,4,6
/proc/7040/stat : 7040 (java) S 7037 7040 5965 0 -1 4202496 19792 0 1 0 61082 69 0 0 20 0 19 0 108164760 9856040960 167156 33554432000 1073741824 1073778376 140733990133792 140733990124928 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7040/statm: 2406260 167156 2293 9 0 2396937 0
[pid=7040/tid=7042] ppid=7037 vsize=9625040 CPUtime=605.85 cores=0,2,4,6
/proc/7040/task/7042/stat : 7042 (java) R 7037 7040 5965 0 -1 4202560 2552 0 1 0 60573 12 0 0 20 0 19 0 108164761 9856040960 167156 33554432000 1073741824 1073778376 140733990133792 140712463940816 140712336854620 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7040/tid=7043] ppid=7037 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/7040/task/7043/stat : 7043 (java) S 7037 7040 5965 0 -1 4202560 273 0 0 0 33 9 0 0 20 0 19 0 108164761 9856040960 167156 33554432000 1073741824 1073778376 140733990133792 140712307674152 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7040/tid=7044] ppid=7037 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/7040/task/7044/stat : 7044 (java) S 7037 7040 5965 0 -1 4202560 230 0 0 0 29 7 0 0 20 0 19 0 108164761 9856040960 167156 33554432000 1073741824 1073778376 140733990133792 140712306621352 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7040/tid=7045] ppid=7037 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/7040/task/7045/stat : 7045 (java) S 7037 7040 5965 0 -1 4202560 323 0 0 0 26 6 0 0 20 0 19 0 108164761 9856040960 167156 33554432000 1073741824 1073778376 140733990133792 140712305568552 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7040/tid=7046] ppid=7037 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/7040/task/7046/stat : 7046 (java) S 7037 7040 5965 0 -1 4202560 225 0 0 0 23 6 0 0 20 0 19 0 108164761 9856040960 167156 33554432000 1073741824 1073778376 140733990133792 140712304515752 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7040/tid=7047] ppid=7037 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/7040/task/7047/stat : 7047 (java) S 7037 7040 5965 0 -1 4202560 441 0 0 0 35 9 0 0 20 0 19 0 108164761 9856040960 167156 33554432000 1073741824 1073778376 140733990133792 140712303462952 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7040/tid=7048] ppid=7037 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/7040/task/7048/stat : 7048 (java) S 7037 7040 5965 0 -1 4202560 335 0 0 0 23 6 0 0 20 0 19 0 108164761 9856040960 167156 33554432000 1073741824 1073778376 140733990133792 140712302410152 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7040/tid=7049] ppid=7037 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/7040/task/7049/stat : 7049 (java) S 7037 7040 5965 0 -1 4202560 379 0 0 0 25 8 0 0 20 0 19 0 108164761 9856040960 167156 33554432000 1073741824 1073778376 140733990133792 140712301357352 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7040/tid=7050] ppid=7037 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/7040/task/7050/stat : 7050 (java) S 7037 7040 5965 0 -1 4202560 578 0 0 0 27 7 0 0 20 0 19 0 108164761 9856040960 167156 33554432000 1073741824 1073778376 140733990133792 140712300304552 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7040/tid=7051] ppid=7037 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/7040/task/7051/stat : 7051 (java) S 7037 7040 5965 0 -1 4202560 214 0 0 0 27 0 0 0 20 0 19 0 108164763 9856040960 167156 33554432000 1073741824 1073778376 140733990133792 140712288107496 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7040/tid=7052] ppid=7037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7040/task/7052/stat : 7052 (java) S 7037 7040 5965 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 108164763 9856040960 167156 33554432000 1073741824 1073778376 140733990133792 140712287053560 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7040/tid=7053] ppid=7037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7040/task/7053/stat : 7053 (java) S 7037 7040 5965 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 108164763 9856040960 167156 33554432000 1073741824 1073778376 140733990133792 140712286000648 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7040/tid=7054] ppid=7037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7040/task/7054/stat : 7054 (java) S 7037 7040 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108164765 9856040960 167156 33554432000 1073741824 1073778376 140733990133792 140712284949136 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7040/tid=7055] ppid=7037 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/7040/task/7055/stat : 7055 (java) S 7037 7040 5965 0 -1 4202560 2573 0 0 0 28 0 0 0 20 0 19 0 108164765 9856040960 167156 33554432000 1073741824 1073778376 140733990133792 140712283896248 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7040/tid=7056] ppid=7037 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/7040/task/7056/stat : 7056 (java) S 7037 7040 5965 0 -1 4202560 10376 0 0 0 49 2 0 0 20 0 19 0 108164765 9856040960 167156 33554432000 1073741824 1073778376 140733990133792 140712282843448 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7040/tid=7057] ppid=7037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7040/task/7057/stat : 7057 (java) S 7037 7040 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108164765 9856040960 167156 33554432000 1073741824 1073778376 140733990133792 140712281790840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7040/tid=7058] ppid=7037 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/7040/task/7058/stat : 7058 (java) S 7037 7040 5965 0 -1 4202560 36 0 0 0 9 8 0 0 20 0 19 0 108164765 9856040960 167156 33554432000 1073741824 1073778376 140733990133792 140712280738248 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7040/tid=7059] ppid=7037 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7040/task/7059/stat : 7059 (java) S 7037 7040 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108164789 9856040960 167156 33554432000 1073741824 1073778376 140733990133792 140712279684776 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 611.51
Current children cumulated vsize (KiB) 9625040

Child status: 10

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 7040 and gives
#  childrusage.ru_utime.tv_sec=609
#  childrusage.ru_utime.tv_usec=259378
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=940856
# CPU time returned by wait4() is 610.2
# while last known CPU time is 611.51
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 608.644
CPU time (s): 611.51
CPU user time (s): 610.82
CPU system time (s): 0.69
CPU usage (%): 100.471
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 609.259
system time used= 0.940856
maximum resident set size= 697356
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19815
page faults= 1
swaps= 0
block input operations= 0
block output operations= 640
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13571
involuntary context switches= 8642

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.34149 second user time and 4.65729 second system time

The end

Launcher Data

Begin job on node123 at 2016-06-07 03:18:36
IDJOB=4084659
IDBENCH=48301
IDSOLVER=2546
FILE ID=node123/4084659-1465262316
RUNJOBID= node123-1465255130-5981
PBS_JOBID= 19843274
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_100_10_4_15.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084659-1465262316/watcher-4084659-1465262316 -o /tmp/evaluation-result-4084659-1465262316/solver-4084659-1465262316 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1465255130-5981 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084659-1465262316.opb

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

MD5SUM BENCH= 18824f3ca3b73f0d00fa79bded50b3fe
RANDOM SEED=341788113

node123.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.117
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.23
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.117
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.117
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		: 2667.117
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.117
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.117
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.57
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.117
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.117
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:        30084152 kB
Buffers:           34344 kB
Cached:            99380 kB
SwapCached:         1832 kB
Active:           178916 kB
Inactive:          84316 kB
Active(anon):     129712 kB
Inactive(anon):     2052 kB
Active(file):      49204 kB
Inactive(file):    82264 kB
Unevictable:     1798728 kB
Mlocked:           16360 kB
SwapTotal:      67108856 kB
SwapFree:       67098732 kB
Dirty:              1860 kB
Writeback:             0 kB
AnonPages:       1972048 kB
Mapped:            15464 kB
Shmem:                 0 kB
Slab:             567616 kB
SReclaimable:      11640 kB
SUnreclaim:       555976 kB
KernelStack:        1768 kB
PageTables:         8344 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2487940 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1921024 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= 71732 MiB
End job on node123 at 2016-06-07 03:28:45