Trace number 4106302

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 Res+CP PB16OPT3 228.418 113.51

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=37-P1=223-P2=197-P3=97-P4=11-P5=157-P6=97-P7=127-P8=79-P9=11-B.opb
MD5SUMcdc1e49bcf2e6b6913c93a683c821b72
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.155976
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables216
Total number of constraints19
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 constraints19
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)576
Sum of products size (including duplicates)1152
Number of different products576
Sum of products size1152

Quality of the solution as a function of time


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

Solver Data

0.00/0.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.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
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 Expensive 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.pb.tools.ManyCorePB@4413ee
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
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 phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts 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.pb.tools.ManyCorePB@4413ee
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4106302-1466270303.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
0.23/0.23	c ... done. Wall clock time 0.113s.
0.23/0.23	c declared #vars     216
0.23/0.23	c internal #vars     792
0.23/0.23	c #constraints  1180
0.23/0.23	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.23/0.23	c constraints type 
0.23/0.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 576
0.23/0.23	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 604
0.23/0.23	c 1180 constraints processed.
0.23/0.23	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.23/0.23	c constraints type 
0.23/0.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 576
0.23/0.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 604
0.23/0.23	c 1180 constraints processed.
0.23/0.23	c objective function length is 8 literals
2.84/0.97	c cleaning 2489 clauses out of 5000 with flag 10292/5000
5.03/1.50	c cleaning 4248 clauses out of 8512 with flag 22686/11001
5.67/1.85	c cleaning 5616 clauses out of 11263 with flag 37313/18000
6.50/2.29	c cleaning 6807 clauses out of 13647 with flag 55487/26000
7.71/2.84	c cleaning 7913 clauses out of 15840 with flag 75232/35000
9.14/3.52	c cleaning 8963 clauses out of 17928 with flag 99953/45001
10.58/4.30	c cleaning 9981 clauses out of 19965 with flag 124560/56001
12.21/5.05	c cleaning 10984 clauses out of 21985 with flag 150125/68002
12.82/5.27	c And the winner is solver0
13.14/5.73	c SATISFIABLE
13.14/5.73	c OPTIMIZING...
13.14/5.73	c Got one! Elapsed wall clock time (in seconds):5.619
13.14/5.73	o 15
13.47/5.91	c cleaning 8438 clauses out of 16882 with flag 4469/73883
14.67/6.40	c cleaning 7214 clauses out of 14444 with flag 19087/79883
15.71/6.82	c cleaning 7104 clauses out of 14230 with flag 35535/86883
16.71/7.33	c cleaning 7542 clauses out of 15126 with flag 54323/94883
17.52/7.73	c cleaning 8285 clauses out of 16585 with flag 75508/103884
19.00/8.42	c cleaning 9133 clauses out of 18300 with flag 98601/113884
20.44/9.15	c cleaning 10074 clauses out of 20167 with flag 124615/124884
22.06/9.92	c cleaning 11043 clauses out of 22092 with flag 150624/136883
23.92/10.82	c cleaning 12004 clauses out of 24049 with flag 179603/149883
23.92/10.86	c And the winner is solver0
24.05/11.23	c Got one! Elapsed wall clock time (in seconds):11.12
24.05/11.23	o 11
24.37/11.49	c cleaning 8546 clauses out of 17094 with flag 9081/154933
24.97/11.72	c And the winner is solver0
24.97/11.74	c Got one! Elapsed wall clock time (in seconds):11.621
24.97/11.74	o 3
25.57/12.01	c cleaning 9440 clauses out of 18918 with flag 11543/165303
25.98/12.24	c cleaning 7737 clauses out of 15477 with flag 25810/171302
26.97/12.71	c cleaning 7356 clauses out of 14742 with flag 41033/178304
27.77/13.14	c cleaning 7680 clauses out of 15384 with flag 58173/186302
28.77/13.62	c cleaning 8351 clauses out of 16705 with flag 77826/195303
29.77/14.17	c cleaning 9173 clauses out of 18353 with flag 99274/205302
31.62/15.01	c cleaning 10069 clauses out of 20181 with flag 123172/216303
33.42/15.93	c cleaning 11047 clauses out of 22112 with flag 149711/228303
35.02/16.78	c cleaning 12018 clauses out of 24065 with flag 179842/241303
36.83/17.64	c cleaning 13004 clauses out of 26047 with flag 210713/255303
38.67/18.50	c cleaning 14013 clauses out of 28043 with flag 243145/270303
40.86/19.61	c cleaning 15013 clauses out of 30029 with flag 279496/286302
43.48/20.99	c cleaning 15999 clauses out of 32016 with flag 316548/303302
46.27/22.36	c cleaning 17005 clauses out of 34017 with flag 357985/321302
49.07/23.79	c cleaning 18001 clauses out of 36012 with flag 401273/340302
49.27/23.90	c cleaning 0 clauses out of 5946 with flag 0/5948
53.24/25.61	c cleaning 18984 clauses out of 38011 with flag 447013/360302
56.51/27.20	c cleaning 19997 clauses out of 40027 with flag 493951/381303
60.11/29.08	c cleaning 21001 clauses out of 42030 with flag 541366/403303
64.51/31.25	c cleaning 22001 clauses out of 44028 with flag 594174/426302
69.14/33.54	c cleaning 23006 clauses out of 46027 with flag 648310/450302
73.74/35.80	c cleaning 24003 clauses out of 48021 with flag 704888/475302
78.80/38.36	c cleaning 24995 clauses out of 50017 with flag 761158/501302
83.02/40.45	c cleaning 25996 clauses out of 52022 with flag 820405/528302
87.62/42.70	c cleaning 27008 clauses out of 54026 with flag 881449/556302
92.94/45.40	c cleaning 27993 clauses out of 56018 with flag 947573/585303
98.54/48.19	c cleaning 28988 clauses out of 58026 with flag 1012702/615304
104.61/51.16	c cleaning 30014 clauses out of 60036 with flag 1082428/646302
112.62/55.15	c cleaning 31007 clauses out of 62021 with flag 1156425/678302
121.47/59.56	c cleaning 32000 clauses out of 64014 with flag 1229599/711302
128.46/63.04	c cleaning 33002 clauses out of 66014 with flag 1305417/745302
135.86/66.73	c cleaning 33998 clauses out of 68011 with flag 1380536/780302
143.31/70.50	c cleaning 35000 clauses out of 70013 with flag 1458486/816302
152.75/75.19	c cleaning 35997 clauses out of 72014 with flag 1542239/853303
161.80/79.63	c cleaning 36999 clauses out of 74016 with flag 1632441/891302
173.04/85.28	c cleaning 38006 clauses out of 76016 with flag 1719016/930302
183.48/90.48	c cleaning 0 clauses out of 11946 with flag 0/11948
184.69/91.04	c cleaning 38999 clauses out of 78011 with flag 1807259/970303
201.56/99.46	c cleaning 40001 clauses out of 80011 with flag 1903608/1011302
223.23/110.29	c cleaning 41005 clauses out of 82010 with flag 2000794/1053303
227.48/112.35	c And the winner is solver0
228.16/113.49	c >>>>>>>>>> Solver number 0 (4 answers) <<<<<<<<<<<<<<<<<<
228.16/113.49	c starts		: 2499
228.16/113.49	c conflicts		: 1068012
228.16/113.49	c decisions		: 1241488
228.16/113.49	c propagations		: 20143711
228.16/113.49	c inspects		: 1640403196
228.16/113.49	c shortcuts		: 0
228.16/113.49	c learnt literals	: 21
228.16/113.49	c learnt binary clauses	: 30
228.16/113.49	c learnt ternary clauses	: 54
228.16/113.49	c learnt constraints	: 1067990
228.16/113.49	c ignored constraints	: 0
228.16/113.49	c root simplifications	: 0
228.16/113.49	c removed literals (reason simplification)	: 2580687
228.16/113.49	c reason swapping (by a shorter reason)	: 0
228.16/113.49	c Calls to reduceDB	: 56
228.16/113.49	c Number of update (reduction) of LBD	: 42197
228.16/113.49	c Imported unit clauses	: 0
228.16/113.49	c number of reductions to clauses (during analyze)	: 0
228.16/113.49	c number of learned constraints concerned by reduction	: 0
228.16/113.49	c number of learning phase by resolution	: 0
228.16/113.49	c number of learning phase by cutting planes	: 0
228.16/113.49	c speed (assignments/second)	: 177863.13066205167
228.16/113.49	c non guided choices	11503
228.16/113.49	c learnt constraints type 
228.16/113.49	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
228.16/113.49	c starts		: 58
228.16/113.49	c conflicts		: 12976
228.16/113.49	c decisions		: 15087
228.16/113.49	c propagations		: 201724
228.16/113.49	c inspects		: 180182087
228.16/113.49	c shortcuts		: 0
228.16/113.49	c learnt literals	: 0
228.16/113.49	c learnt binary clauses	: 0
228.16/113.49	c learnt ternary clauses	: 0
228.16/113.49	c learnt constraints	: 12973
228.16/113.49	c ignored constraints	: 0
228.16/113.49	c root simplifications	: 0
228.16/113.49	c removed literals (reason simplification)	: 0
228.16/113.49	c reason swapping (by a shorter reason)	: 0
228.16/113.49	c Calls to reduceDB	: 2
228.16/113.49	c Number of update (reduction) of LBD	: 0
228.16/113.49	c Imported unit clauses	: 0
228.16/113.49	c number of reductions to clauses (during analyze)	: 0
228.16/113.49	c number of learned constraints concerned by reduction	: 0
228.16/113.49	c number of learning phase by resolution	: 0
228.16/113.49	c number of learning phase by cutting planes	: 0
228.16/113.49	c speed (assignments/second)	: 1982.5064863589905
228.16/113.49	c non guided choices	697
228.16/113.49	c learnt constraints type 
228.16/113.49	s OPTIMUM FOUND
228.16/113.49	c Found 3 solution(s)
228.16/113.49	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 -x201 -x202 -x203 -x204 -x205 -x206 x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 
228.16/113.49	c objective function=3
228.16/113.49	c Total wall clock time (in seconds): 113.375

Verifier Data

OK	3

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-4106302-1466270303/watcher-4106302-1466270303 -o /tmp/evaluation-result-4106302-1466270303/solver-4106302-1466270303 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466264503-28301 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4106302-1466270303.opb 

pid=31257
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: 3.45 3.39 3.51 3/196 31260
/proc/meminfo: memFree=28659912/32872528 swapFree=1534436/1655032
[pid=31260] ppid=31257 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/31260/stat : 31260 (java) D 31257 31260 28285 0 -1 4202496 172 0 0 0 0 0 0 0 20 0 1 0 29078764 2560000 47 33554432000 1073741824 1073778376 140737188044416 140737188041544 217401355559 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/31260/statm: 625 47 37 9 0 29 0

[startup+0.10016 s]
/proc/loadavg: 3.45 3.39 3.51 3/196 31260
/proc/meminfo: memFree=28659912/32872528 swapFree=1534436/1655032
[pid=31260] ppid=31257 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/31260/stat : 31260 (java) S 31257 31260 28285 0 -1 4202496 4411 0 1 0 8 1 0 0 20 0 18 0 29078764 9787879424 6043 33554432000 1073741824 1073778376 140735920562240 140735920553376 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31260/statm: 2389619 6043 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200227 s]
/proc/loadavg: 3.45 3.39 3.51 3/196 31260
/proc/meminfo: memFree=28659912/32872528 swapFree=1534436/1655032
[pid=31260] ppid=31257 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/31260/stat : 31260 (java) S 31257 31260 28285 0 -1 4202496 4600 0 1 0 22 1 0 0 20 0 18 0 29078764 9787879424 7209 33554432000 1073741824 1073778376 140735920562240 140735920553376 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31260/statm: 2389619 7209 2213 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300217 s]
/proc/loadavg: 3.45 3.39 3.51 3/196 31260
/proc/meminfo: memFree=28659912/32872528 swapFree=1534436/1655032
[pid=31260] ppid=31257 vsize=9824732 CPUtime=0.57 cores=0,2,4,6
/proc/31260/stat : 31260 (java) S 31257 31260 28285 0 -1 4202496 7729 0 1 0 55 2 0 0 20 0 22 0 29078764 10060525568 11479 33554432000 1073741824 1073778376 140735920562240 140735920553376 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31260/statm: 2456183 11479 2237 9 0 2446860 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 9824732

[startup+0.700184 s]
/proc/loadavg: 3.45 3.39 3.51 3/196 31260
/proc/meminfo: memFree=28659912/32872528 swapFree=1534436/1655032
[pid=31260] ppid=31257 vsize=9824732 CPUtime=2.17 cores=0,2,4,6
/proc/31260/stat : 31260 (java) S 31257 31260 28285 0 -1 4202496 20604 0 1 0 211 6 0 0 20 0 22 0 29078764 10060525568 25863 33554432000 1073741824 1073778376 140735920562240 140735920553376 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31260/statm: 2456183 25863 2252 9 0 2446860 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 9824732

[startup+1.50091 s]
/proc/loadavg: 3.57 3.42 3.52 9/218 31282
/proc/meminfo: memFree=28476552/32872528 swapFree=1534436/1655032
[pid=31260] ppid=31257 vsize=9824732 CPUtime=5.03 cores=0,2,4,6
/proc/31260/stat : 31260 (java) S 31257 31260 28285 0 -1 4202496 24443 0 1 0 495 8 0 0 20 0 22 0 29078764 10060525568 51319 33554432000 1073741824 1073778376 140735920562240 140735920553376 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31260/statm: 2456183 51319 2281 9 0 2446860 0
[pid=31260/tid=31262] ppid=31257 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/31260/task/31262/stat : 31262 (java) S 31257 31260 28285 0 -1 4202560 2413 0 1 0 18 2 0 0 20 0 22 0 29078765 10060525568 51319 33554432000 1073741824 1073778376 140735920562240 140143095526264 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31260/tid=31263] ppid=31257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31260/task/31263/stat : 31263 (java) S 31257 31260 28285 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 29078766 10060525568 51319 33554432000 1073741824 1073778376 140735920562240 140143057017384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31260/tid=31264] ppid=31257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31260/task/31264/stat : 31264 (java) S 31257 31260 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29078766 10060525568 51319 33554432000 1073741824 1073778376 140735920562240 140143055964584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31260/tid=31265] ppid=31257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31260/task/31265/stat : 31265 (java) S 31257 31260 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29078766 10060525568 51319 33554432000 1073741824 1073778376 140735920562240 140143054911784 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31260/tid=31266] ppid=31257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31260/task/31266/stat : 31266 (java) S 31257 31260 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29078766 10060525568 51319 33554432000 1073741824 1073778376 140735920562240 140143053858984 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31260/tid=31267] ppid=31257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31260/task/31267/stat : 31267 (java) S 31257 31260 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29078766 10060525568 51319 33554432000 1073741824 1073778376 140735920562240 140143052807208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31260/tid=31268] ppid=31257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31260/task/31268/stat : 31268 (java) S 31257 31260 28285 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29078766 10060525568 51319 33554432000 1073741824 1073778376 140735920562240 140143051754408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31260/tid=31269] ppid=31257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31260/task/31269/stat : 31269 (java) S 31257 31260 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29078766 10060525568 51319 33554432000 1073741824 1073778376 140735920562240 140143050701608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31260/tid=31270] ppid=31257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31260/task/31270/stat : 31270 (java) S 31257 31260 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29078766 10060525568 51319 33554432000 1073741824 1073778376 140735920562240 140143049648808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31260/tid=31271] ppid=31257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31260/task/31271/stat : 31271 (java) S 31257 31260 28285 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 29078767 10060525568 51319 33554432000 1073741824 1073778376 140735920562240 140142919539176 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31260/tid=31272] ppid=31257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31260/task/31272/stat : 31272 (java) S 31257 31260 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29078767 10060525568 51319 33554432000 1073741824 1073778376 140735920562240 140142918485240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31260/tid=31273] ppid=31257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31260/task/31273/stat : 31273 (java) S 31257 31260 28285 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29078767 10060525568 51319 33554432000 1073741824 1073778376 140735920562240 140142917432328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31260/tid=31274] ppid=31257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31260/task/31274/stat : 31274 (java) S 31257 31260 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29078769 10060525568 51319 33554432000 1073741824 1073778376 140735920562240 140142916380816 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31260/tid=31275] ppid=31257 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/31260/task/31275/stat : 31275 (java) S 31257 31260 28285 0 -1 4202560 9159 0 0 0 110 2 0 0 20 0 22 0 29078769 10060525568 51319 33554432000 1073741824 1073778376 140735920562240 140142915328952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31260/tid=31276] ppid=31257 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/31260/task/31276/stat : 31276 (java) S 31257 31260 28285 0 -1 4202560 11376 0 0 0 119 3 0 0 20 0 22 0 29078769 10060525568 51319 33554432000 1073741824 1073778376 140735920562240 140142914276152 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31260/tid=31277] ppid=31257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31260/task/31277/stat : 31277 (java) S 31257 31260 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29078769 10060525568 51319 33554432000 1073741824 1073778376 140735920562240 140142913223544 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31260/tid=31278] ppid=31257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31260/task/31278/stat : 31278 (java) S 31257 31260 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29078769 10060525568 51319 33554432000 1073741824 1073778376 140735920562240 140142912170952 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31260/tid=31279] ppid=31257 vsize=9824732 CPUtime=1.17 cores=0,2,4,6
/proc/31260/task/31279/stat : 31279 (java) R 31257 31260 28285 0 -1 4202560 26 0 0 0 117 0 0 0 20 0 22 0 29078787 10060525568 51319 33554432000 1073741824 1073778376 140735920562240 140142911114008 140142921779646 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31260/tid=31280] ppid=31257 vsize=9824732 CPUtime=1.23 cores=0,2,4,6
/proc/31260/task/31280/stat : 31280 (java) R 31257 31260 28285 0 -1 4202560 93 0 0 0 121 2 0 0 20 0 22 0 29078787 10060525568 51319 33554432000 1073741824 1073778376 140735920562240 140142910061952 140142921247108 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31260/tid=31281] ppid=31257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31260/task/31281/stat : 31281 (java) S 31257 31260 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29078788 10060525568 51319 33554432000 1073741824 1073778376 140735920562240 140142909010856 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31260/tid=31282] ppid=31257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31260/task/31282/stat : 31282 (java) S 31257 31260 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29078788 10060525568 51319 33554432000 1073741824 1073778376 140735920562240 140142907958056 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 5.03
Current children cumulated vsize (KiB) 9824732

[startup+3.10093 s]
/proc/loadavg: 3.57 3.42 3.52 4/218 31282
/proc/meminfo: memFree=28440376/32872528 swapFree=1534436/1655032
[pid=31260] ppid=31257 vsize=9824732 CPUtime=8.34 cores=0,2,4,6
/proc/31260/stat : 31260 (java) S 31257 31260 28285 0 -1 4202496 25121 0 1 0 820 14 0 0 20 0 22 0 29078764 10060525568 89243 33554432000 1073741824 1073778376 140735920562240 140735920553376 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31260/statm: 2456183 89243 2281 9 0 2446860 0
[pid=31260/tid=31262] ppid=31257 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/31260/task/31262/stat : 31262 (java) S 31257 31260 28285 0 -1 4202560 2413 0 1 0 18 2 0 0 20 0 22 0 29078765 10060525568 89243 33554432000 1073741824 1073778376 140735920562240 140143095526264 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31260/tid=31263] ppid=31257 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/31260/task/31263/stat : 31263 (java) S 31257 31260 28285 0 -1 4202560 137 0 0 0 1 1 0 0 20 0 22 0 29078766 10060525568 89243 33554432000 1073741824 1073778376 140735920562240 140143057017384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31260/tid=31264] ppid=31257 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/31260/task/31264/stat : 31264 (java) S 31257 31260 28285 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 29078766 10060525568 89243 33554432000 1073741824 1073778376 140735920562240 140143055964584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31260/tid=31265] ppid=31257 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/31260/task/31265/stat : 31265 (java) S 31257 31260 28285 0 -1 4202560 103 0 0 0 2 0 0 0 20 0 22 0 29078766 10060525568 89243 33554432000 1073741824 1073778376 140735920562240 140143054911784 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31260/tid=31266] ppid=31257 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/31260/task/31266/stat : 31266 (java) S 31257 31260 28285 0 -1 4202560 124 0 0 0 1 0 0 0 20 0 22 0 29078766 10060525568 89243 33554432000 1073741824 1073778376 140735920562240 140143053858984 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31260/tid=31267] ppid=31257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31260/task/31267/stat : 31267 (java) S 31257 31260 28285 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 29078766 10060525568 89243 33554432000 1073741824 1073778376 140735920562240 140143052807208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31260/tid=31268] ppid=31257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31260/task/31268/stat : 31268 (java) S 31257 31260 28285 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 29078766 10060525568 89243 33554432000 1073741824 1073778376 140735920562240 140143051754408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31260/tid=31269] ppid=31257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31260/task/31269/stat : 31269 (java) S 31257 31260 28285 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29078766 10060525568 89243 33554432000 1073741824 1073778376 140735920562240 140143050701608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31260/tid=31270] ppid=31257 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/31260/task/31270/stat : 31270 (java) S 31257 31260 28285 0 -1 4202560 129 0 0 0 1 0 0 0 20 0 22 0 29078766 10060525568 89243 33554432000 1073741824 1073778376 140735920562240 140143049648808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31260/tid=31271] ppid=31257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31260/task/31271/stat : 31271 (java) S 31257 31260 28285 0 -1 4202560 189 0 0 0 0 0 0 0 20 0 22 0 29078767 10060525568 89243 33554432000 1073741824 1073778376 140735920562240 140142919539176 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31260/tid=31272] ppid=31257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31260/task/31272/stat : 31272 (java) S 31257 31260 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29078767 10060525568 89243 33554432000 1073741824 1073778376 140735920562240 140142918485240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31260/tid=31273] ppid=31257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31260/task/31273/stat : 31273 (java) S 31257 31260 28285 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29078767 10060525568 89243 33554432000 1073741824 1073778376 140735920562240 140142917432328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31260/tid=31274] ppid=31257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31260/task/31274/stat : 31274 (java) S 31257 31260 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29078769 10060525568 89243 33554432000 1073741824 1073778376 140735920562240 140142916380816 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31260/tid=31275] ppid=31257 vsize=9824732 CPUtime=1.14 cores=0,2,4,6
/proc/31260/task/31275/stat : 31275 (java) S 31257 31260 28285 0 -1 4202560 9159 0 0 0 112 2 0 0 20 0 22 0 29078769 10060525568 89243 33554432000 1073741824 1073778376 140735920562240 140142915328952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31260/tid=31276] ppid=31257 vsize=9824732 CPUtime=1.24 cores=0,2,4,6
/proc/31260/task/31276/stat : 31276 (java) S 31257 31260 28285 0 -1 4202560 11376 0 0 0 121 3 0 0 20 0 22 0 29078769 10060525568 89243 33554432000 1073741824 1073778376 140735920562240 140142914276152 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31260/tid=31277] ppid=31257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31260/task/31277/stat : 31277 (java) S 31257 31260 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29078769 10060525568 89243 33554432000 1073741824 1073778376 140735920562240 140142913223544 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31260/tid=31278] ppid=31257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31260/task/31278/stat : 31278 (java) S 31257 31260 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29078769 10060525568 89243 33554432000 1073741824 1073778376 140735920562240 140142912170952 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31260/tid=31279] ppid=31257 vsize=9824732 CPUtime=2.71 cores=0,2,4,6
/proc/31260/task/31279/stat : 31279 (java) R 31257 31260 28285 0 -1 4202560 29 0 0 0 271 0 0 0 20 0 22 0 29078787 10060525568 89243 33554432000 1073741824 1073778376 140735920562240 140142911115824 140142921165004 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31260/tid=31280] ppid=31257 vsize=9824732 CPUtime=2.77 cores=0,2,4,6
/proc/31260/task/31280/stat : 31280 (java) R 31257 31260 28285 0 -1 4202560 151 0 0 0 274 3 0 0 20 0 22 0 29078787 10060525568 89243 33554432000 1073741824 1073778376 140735920562240 140142910061760 140142921088083 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=31260/tid=31281] ppid=31257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31260/task/31281/stat : 31281 (java) S 31257 31260 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29078788 10060525568 89243 33554432000 1073741824 1073778376 140735920562240 140142909010856 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31260/tid=31282] ppid=31257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31260/task/31282/stat : 31282 (java) S 31257 31260 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29078788 10060525568 89243 33554432000 1073741824 1073778376 140735920562240 140142907958056 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 8.34
Current children cumulated vsize (KiB) 9824732

[startup+6.30088 s]
/proc/loadavg: 3.57 3.42 3.52 2/215 31282
/proc/meminfo: memFree=28037104/32872528 swapFree=1534436/1655032
[pid=31260] ppid=31257 vsize=9824732 CPUtime=14.67 cores=0,2,4,6
/proc/31260/stat : 31260 (java) S 31257 31260 28285 0 -1 4202496 30637 0 1 0 1445 22 0 0 20 0 22 0 29078764 10060525568 157089 33554432000 1073741824 1073778376 140735920562240 140735920553376 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31260/statm: 2456183 157089 2285 9 0 2446860 0
[pid=31260/tid=31262] ppid=31257 vsize=9824732 CPUtime=0.21 cores=0,2,4,6
/proc/31260/task/31262/stat : 31262 (java) S 31257 31260 28285 0 -1 4202560 2413 0 1 0 19 2 0 0 20 0 22 0 29078765 10060525568 157089 33554432000 1073741824 1073778376 140735920562240 140143095526264 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31260/tid=31263] ppid=31257 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/31260/task/31263/stat : 31263 (java) S 31257 31260 28285 0 -1 4202560 150 0 0 0 4 2 0 0 20 0 22 0 29078766 10060525568 157089 33554432000 1073741824 1073778376 140735920562240 140143057017384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31260/tid=31264] ppid=31257 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/31260/task/31264/stat : 31264 (java) S 31257 31260 28285 0 -1 4202560 31 0 0 0 2 1 0 0 20 0 22 0 29078766 10060525568 157089 33554432000 1073741824 1073778376 140735920562240 140143055964584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31260/tid=31265] ppid=31257 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/31260/task/31265/stat : 31265 (java) S 31257 31260 28285 0 -1 4202560 111 0 0 0 4 0 0 0 20 0 22 0 29078766 10060525568 157089 33554432000 1073741824 1073778376 140735920562240 140143054911784 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31260/tid=31266] ppid=31257 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/31260/task/31266/stat : 31266 (java) S 31257 31260 28285 0 -1 4202560 143 0 0 0 2 1 0 0 20 0 22 0 29078766 10060525568 157089 33554432000 1073741824 1073778376 140735920562240 140143053858984 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31260/tid=31267] ppid=31257 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/31260/task/31267/stat : 31267 (java) S 31257 31260 28285 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 29078766 10060525568 157089 33554432000 1073741824 1073778376 140735920562240 140143052807208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31260/tid=31268] ppid=31257 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/31260/task/31268/stat : 31268 (java) S 31257 31260 28285 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 22 0 29078766 10060525568 157089 33554432000 1073741824 1073778376 140735920562240 140143051754408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31260/tid=31269] ppid=31257 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/31260/task/31269/stat : 31269 (java) S 31257 31260 28285 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 22 0 29078766 10060525568 157089 33554432000 1073741824 1073778376 140735920562240 140143050701608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31260/tid=31270] ppid=31257 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/31260/task/31270/stat : 31270 (java) S 31257 31260 28285 0 -1 4202560 159 0 0 0 3 1 0 0 20 0 22 0 29078766 10060525568 157089 33554432000 1073741824 1073778376 140735920562240 140143049648808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31260/tid=31271] ppid=31257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31260/task/31271/stat : 31271 (java) S 31257 31260 28285 0 -1 4202560 439 0 0 0 0 0 0 0 20 0 22 0 29078767 10060525568 157089 33554432000 1073741824 1073778376 140735920562240 140142919539176 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31260/tid=31272] ppid=31257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31260/task/31272/stat : 31272 (java) S 31257 31260 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29078767 10060525568 157089 33554432000 1073741824 1073778376 140735920562240 140142918485240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31260/tid=31273] ppid=31257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31260/task/31273/stat : 31273 (java) S 31257 31260 28285 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29078767 10060525568 157089 33554432000 1073741824 1073778376 140735920562240 140142917432328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31260/tid=31274] ppid=31257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31260/task/31274/stat : 31274 (java) S 31257 31260 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29078769 10060525568 157089 33554432000 1073741824 1073778376 140735920562240 140142916380816 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31260/tid=31275] ppid=31257 vsize=9824732 CPUtime=1.16 cores=0,2,4,6

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

[pid=31260/tid=31278] ppid=31257 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/31260/task/31278/stat : 31278 (java) S 31257 31260 28285 0 -1 4202560 7 0 0 0 1 2 0 0 20 0 22 0 29078769 10060525568 706345 33554432000 1073741824 1073778376 140735920562240 140142912170952 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31260/tid=31282] ppid=31257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31260/task/31282/stat : 31282 (java) S 31257 31260 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29078788 10060525568 706345 33554432000 1073741824 1073778376 140735920562240 140142907958056 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31260/tid=31289] ppid=31257 vsize=9824732 CPUtime=99.38 cores=0,2,4,6
/proc/31260/task/31289/stat : 31289 (java) R 31257 31260 28285 0 -1 4202560 23 0 0 0 9937 1 0 0 20 0 22 0 29079938 10060525568 706345 33554432000 1073741824 1073778376 140735920562240 140142910061856 140142921165009 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=31260/tid=31290] ppid=31257 vsize=9824732 CPUtime=99.4 cores=0,2,4,6
/proc/31260/task/31290/stat : 31290 (java) R 31257 31260 28285 0 -1 4202560 780 0 0 0 9916 24 0 0 20 0 22 0 29079938 10060525568 706345 33554432000 1073741824 1073778376 140735920562240 140142911113640 140142921462903 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31260/tid=31291] ppid=31257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31260/task/31291/stat : 31291 (java) S 31257 31260 28285 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29079938 10060525568 706345 33554432000 1073741824 1073778376 140735920562240 140142909011624 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 226.86
Current children cumulated vsize (KiB) 9824732

[startup+112.801 s]
/proc/loadavg: 3.43 3.38 3.48 4/219 31295
/proc/meminfo: memFree=25811368/32872528 swapFree=1534436/1655032
[pid=31260] ppid=31257 vsize=9824732 CPUtime=227.21 cores=0,2,4,6
/proc/31260/stat : 31260 (java) S 31257 31260 28285 0 -1 4202496 33904 0 1 0 22629 92 0 0 20 0 19 0 29078764 10060525568 706149 33554432000 1073741824 1073778376 140735920562240 140735920553376 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31260/statm: 2456183 706149 2286 9 0 2446860 0
[pid=31260/tid=31262] ppid=31257 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/31260/task/31262/stat : 31262 (java) R 31257 31260 28285 0 -1 4202560 2413 0 1 0 23 2 0 0 20 0 19 0 29078765 10060525568 706149 33554432000 1073741824 1073778376 140735920562240 140143095526024 140142920865730 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31260/tid=31263] ppid=31257 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/31260/task/31263/stat : 31263 (java) S 31257 31260 28285 0 -1 4202560 264 0 0 0 26 7 0 0 20 0 19 0 29078766 10060525568 706149 33554432000 1073741824 1073778376 140735920562240 140143057017384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31260/tid=31264] ppid=31257 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/31260/task/31264/stat : 31264 (java) S 31257 31260 28285 0 -1 4202560 148 0 0 0 26 5 0 0 20 0 19 0 29078766 10060525568 706149 33554432000 1073741824 1073778376 140735920562240 140143055964584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31260/tid=31265] ppid=31257 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/31260/task/31265/stat : 31265 (java) S 31257 31260 28285 0 -1 4202560 236 0 0 0 28 4 0 0 20 0 19 0 29078766 10060525568 706149 33554432000 1073741824 1073778376 140735920562240 140143054911784 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31260/tid=31266] ppid=31257 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/31260/task/31266/stat : 31266 (java) S 31257 31260 28285 0 -1 4202560 302 0 0 0 26 4 0 0 20 0 19 0 29078766 10060525568 706149 33554432000 1073741824 1073778376 140735920562240 140143053858984 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31260/tid=31267] ppid=31257 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/31260/task/31267/stat : 31267 (java) S 31257 31260 28285 0 -1 4202560 139 0 0 0 23 4 0 0 20 0 19 0 29078766 10060525568 706149 33554432000 1073741824 1073778376 140735920562240 140143052807208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31260/tid=31268] ppid=31257 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/31260/task/31268/stat : 31268 (java) S 31257 31260 28285 0 -1 4202560 103 0 0 0 22 4 0 0 20 0 19 0 29078766 10060525568 706149 33554432000 1073741824 1073778376 140735920562240 140143051754408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31260/tid=31269] ppid=31257 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/31260/task/31269/stat : 31269 (java) S 31257 31260 28285 0 -1 4202560 154 0 0 0 25 5 0 0 20 0 19 0 29078766 10060525568 706149 33554432000 1073741824 1073778376 140735920562240 140143050701608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31260/tid=31270] ppid=31257 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/31260/task/31270/stat : 31270 (java) S 31257 31260 28285 0 -1 4202560 294 0 0 0 28 6 0 0 20 0 19 0 29078766 10060525568 706149 33554432000 1073741824 1073778376 140735920562240 140143049648808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31260/tid=31271] ppid=31257 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/31260/task/31271/stat : 31271 (java) S 31257 31260 28285 0 -1 4202560 1267 0 0 0 1 2 0 0 20 0 19 0 29078767 10060525568 706149 33554432000 1073741824 1073778376 140735920562240 140142919539176 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31260/tid=31272] ppid=31257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31260/task/31272/stat : 31272 (java) S 31257 31260 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29078767 10060525568 706149 33554432000 1073741824 1073778376 140735920562240 140142918485240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31260/tid=31273] ppid=31257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31260/task/31273/stat : 31273 (java) S 31257 31260 28285 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29078767 10060525568 706149 33554432000 1073741824 1073778376 140735920562240 140142917432328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31260/tid=31274] ppid=31257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31260/task/31274/stat : 31274 (java) S 31257 31260 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29078769 10060525568 706149 33554432000 1073741824 1073778376 140735920562240 140142916380816 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31260/tid=31275] ppid=31257 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/31260/task/31275/stat : 31275 (java) S 31257 31260 28285 0 -1 4202560 9170 0 0 0 120 2 0 0 20 0 19 0 29078769 10060525568 706149 33554432000 1073741824 1073778376 140735920562240 140142915328952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31260/tid=31276] ppid=31257 vsize=9824732 CPUtime=2.66 cores=0,2,4,6
/proc/31260/task/31276/stat : 31276 (java) S 31257 31260 28285 0 -1 4202560 16676 0 0 0 263 3 0 0 20 0 19 0 29078769 10060525568 706149 33554432000 1073741824 1073778376 140735920562240 140142914276152 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31260/tid=31277] ppid=31257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31260/task/31277/stat : 31277 (java) S 31257 31260 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29078769 10060525568 706149 33554432000 1073741824 1073778376 140735920562240 140142913223544 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31260/tid=31278] ppid=31257 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/31260/task/31278/stat : 31278 (java) S 31257 31260 28285 0 -1 4202560 7 0 0 0 1 2 0 0 20 0 19 0 29078769 10060525568 706149 33554432000 1073741824 1073778376 140735920562240 140142912170952 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31260/tid=31282] ppid=31257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31260/task/31282/stat : 31282 (java) S 31257 31260 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29078788 10060525568 706149 33554432000 1073741824 1073778376 140735920562240 140142907958056 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 227.21
Current children cumulated vsize (KiB) 9824732

[startup+113.201 s]
/proc/loadavg: 3.43 3.38 3.48 4/219 31295
/proc/meminfo: memFree=25811368/32872528 swapFree=1534436/1655032
[pid=31260] ppid=31257 vsize=9824732 CPUtime=227.63 cores=0,2,4,6
/proc/31260/stat : 31260 (java) S 31257 31260 28285 0 -1 4202496 33904 0 1 0 22671 92 0 0 20 0 19 0 29078764 10060525568 706149 33554432000 1073741824 1073778376 140735920562240 140735920553376 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31260/statm: 2456183 706149 2286 9 0 2446860 0
[pid=31260/tid=31262] ppid=31257 vsize=9824732 CPUtime=0.65 cores=0,2,4,6
/proc/31260/task/31262/stat : 31262 (java) R 31257 31260 28285 0 -1 4202560 2413 0 1 0 63 2 0 0 20 0 19 0 29078765 10060525568 706149 33554432000 1073741824 1073778376 140735920562240 140143095526024 140142922004001 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31260/tid=31263] ppid=31257 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/31260/task/31263/stat : 31263 (java) S 31257 31260 28285 0 -1 4202560 264 0 0 0 26 7 0 0 20 0 19 0 29078766 10060525568 706149 33554432000 1073741824 1073778376 140735920562240 140143057017384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31260/tid=31264] ppid=31257 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/31260/task/31264/stat : 31264 (java) S 31257 31260 28285 0 -1 4202560 148 0 0 0 26 5 0 0 20 0 19 0 29078766 10060525568 706149 33554432000 1073741824 1073778376 140735920562240 140143055964584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31260/tid=31265] ppid=31257 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/31260/task/31265/stat : 31265 (java) S 31257 31260 28285 0 -1 4202560 236 0 0 0 28 4 0 0 20 0 19 0 29078766 10060525568 706149 33554432000 1073741824 1073778376 140735920562240 140143054911784 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31260/tid=31266] ppid=31257 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/31260/task/31266/stat : 31266 (java) S 31257 31260 28285 0 -1 4202560 302 0 0 0 26 4 0 0 20 0 19 0 29078766 10060525568 706149 33554432000 1073741824 1073778376 140735920562240 140143053858984 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31260/tid=31267] ppid=31257 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/31260/task/31267/stat : 31267 (java) S 31257 31260 28285 0 -1 4202560 139 0 0 0 23 4 0 0 20 0 19 0 29078766 10060525568 706149 33554432000 1073741824 1073778376 140735920562240 140143052807208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31260/tid=31268] ppid=31257 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/31260/task/31268/stat : 31268 (java) S 31257 31260 28285 0 -1 4202560 103 0 0 0 22 4 0 0 20 0 19 0 29078766 10060525568 706149 33554432000 1073741824 1073778376 140735920562240 140143051754408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31260/tid=31269] ppid=31257 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/31260/task/31269/stat : 31269 (java) S 31257 31260 28285 0 -1 4202560 154 0 0 0 25 5 0 0 20 0 19 0 29078766 10060525568 706149 33554432000 1073741824 1073778376 140735920562240 140143050701608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31260/tid=31270] ppid=31257 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/31260/task/31270/stat : 31270 (java) S 31257 31260 28285 0 -1 4202560 294 0 0 0 28 6 0 0 20 0 19 0 29078766 10060525568 706149 33554432000 1073741824 1073778376 140735920562240 140143049648808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31260/tid=31271] ppid=31257 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/31260/task/31271/stat : 31271 (java) S 31257 31260 28285 0 -1 4202560 1267 0 0 0 1 2 0 0 20 0 19 0 29078767 10060525568 706149 33554432000 1073741824 1073778376 140735920562240 140142919539176 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31260/tid=31272] ppid=31257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31260/task/31272/stat : 31272 (java) S 31257 31260 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29078767 10060525568 706149 33554432000 1073741824 1073778376 140735920562240 140142918485240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31260/tid=31273] ppid=31257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31260/task/31273/stat : 31273 (java) S 31257 31260 28285 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29078767 10060525568 706149 33554432000 1073741824 1073778376 140735920562240 140142917432328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31260/tid=31274] ppid=31257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31260/task/31274/stat : 31274 (java) S 31257 31260 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29078769 10060525568 706149 33554432000 1073741824 1073778376 140735920562240 140142916380816 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31260/tid=31275] ppid=31257 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/31260/task/31275/stat : 31275 (java) S 31257 31260 28285 0 -1 4202560 9170 0 0 0 120 2 0 0 20 0 19 0 29078769 10060525568 706149 33554432000 1073741824 1073778376 140735920562240 140142915328952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31260/tid=31276] ppid=31257 vsize=9824732 CPUtime=2.68 cores=0,2,4,6
/proc/31260/task/31276/stat : 31276 (java) S 31257 31260 28285 0 -1 4202560 16676 0 0 0 265 3 0 0 20 0 19 0 29078769 10060525568 706149 33554432000 1073741824 1073778376 140735920562240 140142914276152 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31260/tid=31277] ppid=31257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31260/task/31277/stat : 31277 (java) S 31257 31260 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29078769 10060525568 706149 33554432000 1073741824 1073778376 140735920562240 140142913223544 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31260/tid=31278] ppid=31257 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/31260/task/31278/stat : 31278 (java) S 31257 31260 28285 0 -1 4202560 7 0 0 0 1 2 0 0 20 0 19 0 29078769 10060525568 706149 33554432000 1073741824 1073778376 140735920562240 140142912170952 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31260/tid=31282] ppid=31257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31260/task/31282/stat : 31282 (java) S 31257 31260 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29078788 10060525568 706149 33554432000 1073741824 1073778376 140735920562240 140142907958056 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 227.63
Current children cumulated vsize (KiB) 9824732

[startup+113.408 s]
/proc/loadavg: 3.43 3.38 3.48 3/216 31295
/proc/meminfo: memFree=25812252/32872528 swapFree=1534436/1655032
[pid=31260] ppid=31257 vsize=9824732 CPUtime=227.83 cores=0,2,4,6
/proc/31260/stat : 31260 (java) S 31257 31260 28285 0 -1 4202496 33904 0 1 0 22691 92 0 0 20 0 19 0 29078764 10060525568 706149 33554432000 1073741824 1073778376 140735920562240 140735920553376 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31260/statm: 2456183 706149 2286 9 0 2446860 0
[pid=31260/tid=31262] ppid=31257 vsize=9824732 CPUtime=0.86 cores=0,2,4,6
/proc/31260/task/31262/stat : 31262 (java) R 31257 31260 28285 0 -1 4202560 2413 0 1 0 84 2 0 0 20 0 19 0 29078765 10060525568 706149 33554432000 1073741824 1073778376 140735920562240 140143095526024 140142922003967 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31260/tid=31263] ppid=31257 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/31260/task/31263/stat : 31263 (java) S 31257 31260 28285 0 -1 4202560 264 0 0 0 26 7 0 0 20 0 19 0 29078766 10060525568 706149 33554432000 1073741824 1073778376 140735920562240 140143057017384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31260/tid=31264] ppid=31257 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/31260/task/31264/stat : 31264 (java) S 31257 31260 28285 0 -1 4202560 148 0 0 0 26 5 0 0 20 0 19 0 29078766 10060525568 706149 33554432000 1073741824 1073778376 140735920562240 140143055964584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31260/tid=31265] ppid=31257 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/31260/task/31265/stat : 31265 (java) S 31257 31260 28285 0 -1 4202560 236 0 0 0 28 4 0 0 20 0 19 0 29078766 10060525568 706149 33554432000 1073741824 1073778376 140735920562240 140143054911784 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31260/tid=31266] ppid=31257 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/31260/task/31266/stat : 31266 (java) S 31257 31260 28285 0 -1 4202560 302 0 0 0 26 4 0 0 20 0 19 0 29078766 10060525568 706149 33554432000 1073741824 1073778376 140735920562240 140143053858984 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31260/tid=31267] ppid=31257 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/31260/task/31267/stat : 31267 (java) S 31257 31260 28285 0 -1 4202560 139 0 0 0 23 4 0 0 20 0 19 0 29078766 10060525568 706149 33554432000 1073741824 1073778376 140735920562240 140143052807208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31260/tid=31268] ppid=31257 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/31260/task/31268/stat : 31268 (java) S 31257 31260 28285 0 -1 4202560 103 0 0 0 22 4 0 0 20 0 19 0 29078766 10060525568 706149 33554432000 1073741824 1073778376 140735920562240 140143051754408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31260/tid=31269] ppid=31257 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/31260/task/31269/stat : 31269 (java) S 31257 31260 28285 0 -1 4202560 154 0 0 0 25 5 0 0 20 0 19 0 29078766 10060525568 706149 33554432000 1073741824 1073778376 140735920562240 140143050701608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31260/tid=31270] ppid=31257 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/31260/task/31270/stat : 31270 (java) S 31257 31260 28285 0 -1 4202560 294 0 0 0 28 6 0 0 20 0 19 0 29078766 10060525568 706149 33554432000 1073741824 1073778376 140735920562240 140143049648808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31260/tid=31271] ppid=31257 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/31260/task/31271/stat : 31271 (java) S 31257 31260 28285 0 -1 4202560 1267 0 0 0 1 2 0 0 20 0 19 0 29078767 10060525568 706149 33554432000 1073741824 1073778376 140735920562240 140142919539176 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31260/tid=31272] ppid=31257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31260/task/31272/stat : 31272 (java) S 31257 31260 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29078767 10060525568 706149 33554432000 1073741824 1073778376 140735920562240 140142918485240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31260/tid=31273] ppid=31257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31260/task/31273/stat : 31273 (java) S 31257 31260 28285 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29078767 10060525568 706149 33554432000 1073741824 1073778376 140735920562240 140142917432328 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31260/tid=31274] ppid=31257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31260/task/31274/stat : 31274 (java) S 31257 31260 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29078769 10060525568 706149 33554432000 1073741824 1073778376 140735920562240 140142916380816 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31260/tid=31275] ppid=31257 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/31260/task/31275/stat : 31275 (java) S 31257 31260 28285 0 -1 4202560 9170 0 0 0 120 2 0 0 20 0 19 0 29078769 10060525568 706149 33554432000 1073741824 1073778376 140735920562240 140142915328952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31260/tid=31276] ppid=31257 vsize=9824732 CPUtime=2.68 cores=0,2,4,6
/proc/31260/task/31276/stat : 31276 (java) S 31257 31260 28285 0 -1 4202560 16676 0 0 0 265 3 0 0 20 0 19 0 29078769 10060525568 706149 33554432000 1073741824 1073778376 140735920562240 140142914276152 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31260/tid=31277] ppid=31257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31260/task/31277/stat : 31277 (java) S 31257 31260 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29078769 10060525568 706149 33554432000 1073741824 1073778376 140735920562240 140142913223544 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31260/tid=31278] ppid=31257 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/31260/task/31278/stat : 31278 (java) S 31257 31260 28285 0 -1 4202560 7 0 0 0 1 2 0 0 20 0 19 0 29078769 10060525568 706149 33554432000 1073741824 1073778376 140735920562240 140142912170952 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31260/tid=31282] ppid=31257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31260/task/31282/stat : 31282 (java) S 31257 31260 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29078788 10060525568 706149 33554432000 1073741824 1073778376 140735920562240 140142907958056 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 227.83
Current children cumulated vsize (KiB) 9824732

[startup+113.501 s]
/proc/loadavg: 3.43 3.38 3.48 3/216 31295
/proc/meminfo: memFree=25812252/32872528 swapFree=1534436/1655032
[pid=31260] ppid=31257 vsize=0 CPUtime=228.06 cores=0,2,4,6
/proc/31260/stat : 31260 (java) Z 31257 31260 28285 0 -1 4203532 33911 0 1 0 22698 108 0 0 20 0 2 0 29078764 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31260/statm: 0 0 0 0 0 0 0
[pid=31260/tid=31262] ppid=31257 vsize=0 CPUtime=0.95 cores=0,2,4,6
/proc/31260/task/31262/stat : 31262 (java) R 31257 31260 28285 0 -1 4203588 2414 0 1 0 92 3 0 0 20 0 2 0 29078765 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 228.06
Current children cumulated vsize (KiB) 0

Child status: 30

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.330002
#  lost CPU user time (s): 0.360001
#  lost CPU system time (s): -0.03

Real time (s): 113.51
CPU time (s): 228.418
CPU user time (s): 227.338
CPU system time (s): 1.08083
CPU usage (%): 201.232
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 226.977
system time used= 1.11083
maximum resident set size= 2884340
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33911
page faults= 1
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4022
involuntary context switches= 5252

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.797878 second user time and 1.05884 second system time

The end

Launcher Data

Begin job on node122 at 2016-06-18 19:18:23
IDJOB=4106302
IDBENCH=48008
IDSOLVER=2543
FILE ID=node122/4106302-1466270303
RUNJOBID= node122-1466264503-28301
PBS_JOBID= 19918220
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=37-P1=223-P2=197-P3=97-P4=11-P5=157-P6=97-P7=127-P8=79-P9=11-B.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106302-1466270303/watcher-4106302-1466270303 -o /tmp/evaluation-result-4106302-1466270303/solver-4106302-1466270303 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466264503-28301 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4106302-1466270303.opb

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

MD5SUM BENCH= cdc1e49bcf2e6b6913c93a683c821b72
RANDOM SEED=727924778

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

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

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.769
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.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.769
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28660804 kB
Buffers:          144196 kB
Cached:           219768 kB
SwapCached:            0 kB
Active:          1531528 kB
Inactive:         266932 kB
Active(anon):    1427420 kB
Inactive(anon):     9916 kB
Active(file):     104108 kB
Inactive(file):   257016 kB
Unevictable:     1655032 kB
Mlocked:         1534436 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               836 kB
Writeback:             0 kB
AnonPages:       3038412 kB
Mapped:            21100 kB
Shmem:               204 kB
Slab:             610384 kB
SReclaimable:      53944 kB
SUnreclaim:       556440 kB
KernelStack:        1776 kB
PageTables:        10836 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3309944 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1476608 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= 71744 MiB
End job on node122 at 2016-06-18 19:20:17