Trace number 4096054

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 PB16UNSAT 479.82 478.618

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
subsetcard/normalized-subsetcard-geq-fixedbandwidth-20.opb
MD5SUMbfee13ec287da041a963779fc977f2cf
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.009998
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables81
Total number of constraints40
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)40
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 8
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4096054-1466101778.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.09/0.13	c ... done. Wall clock time 0.013s.
0.09/0.13	c declared #vars     81
0.09/0.13	c #constraints  40
0.09/0.13	c constraints type 
0.09/0.13	c org.sat4j.minisat.constraints.card.MinWatchCard => 40
0.09/0.13	c 40 constraints processed.
0.85/0.51	c cleaning 2496 clauses out of 5000 with flag 24858/5000
1.21/0.82	c cleaning 4248 clauses out of 8504 with flag 63700/11000
1.62/1.28	c cleaning 5623 clauses out of 11258 with flag 117190/18002
2.32/1.91	c cleaning 6808 clauses out of 13633 with flag 179355/26000
3.05/2.69	c cleaning 7907 clauses out of 15826 with flag 252768/35001
3.95/3.56	c cleaning 8953 clauses out of 17918 with flag 325960/45000
5.05/4.61	c cleaning 9977 clauses out of 19965 with flag 413042/56000
6.25/5.87	c cleaning 10989 clauses out of 21988 with flag 510442/68000
7.85/7.40	c cleaning 11990 clauses out of 24000 with flag 625322/81001
9.55/9.16	c cleaning 12999 clauses out of 26009 with flag 736276/95000
11.65/11.26	c cleaning 13999 clauses out of 28010 with flag 872887/110000
13.84/13.49	c cleaning 15000 clauses out of 30011 with flag 990762/126000
16.15/15.76	c cleaning 16002 clauses out of 32011 with flag 1114064/143000
19.05/18.62	c cleaning 16995 clauses out of 34009 with flag 1253963/161000
22.34/21.98	c cleaning 18001 clauses out of 36017 with flag 1411736/180003
26.04/25.68	c cleaning 19005 clauses out of 38015 with flag 1580318/200002
30.15/29.73	c cleaning 20000 clauses out of 40008 with flag 1746509/221000
34.55/34.15	c cleaning 20996 clauses out of 42008 with flag 1923941/243000
39.34/38.91	c cleaning 21996 clauses out of 44013 with flag 2097739/266001
44.55/44.16	c cleaning 23005 clauses out of 46017 with flag 2278177/290001
49.74/49.33	c cleaning 23998 clauses out of 48011 with flag 2470251/315000
55.74/55.37	c cleaning 25002 clauses out of 50014 with flag 2684298/341001
61.95/61.50	c cleaning 25998 clauses out of 52011 with flag 2889453/368000
69.15/68.73	c cleaning 26995 clauses out of 54014 with flag 3107895/396001
76.55/76.18	c cleaning 28001 clauses out of 56021 with flag 3338681/425003
84.55/84.16	c cleaning 29003 clauses out of 58018 with flag 3582339/455001
93.04/92.60	c cleaning 30002 clauses out of 60014 with flag 3813483/486000
101.65/101.26	c cleaning 30996 clauses out of 62014 with flag 4062350/518002
110.74/110.38	c cleaning 32003 clauses out of 64016 with flag 4315724/551000
120.95/120.52	c cleaning 32999 clauses out of 66014 with flag 4589535/585001
131.36/130.95	c cleaning 34006 clauses out of 68015 with flag 4860472/620001
143.35/142.98	c cleaning 34996 clauses out of 70009 with flag 5152921/656001
155.57/155.11	c cleaning 36000 clauses out of 72012 with flag 5442748/693000
168.77/168.31	c cleaning 37002 clauses out of 74012 with flag 5746747/731000
182.66/182.28	c cleaning 37996 clauses out of 76010 with flag 6024081/770000
197.36/196.97	c cleaning 38998 clauses out of 78014 with flag 6331483/810000
212.87/212.45	c cleaning 40003 clauses out of 80016 with flag 6651395/851000
229.37/228.91	c cleaning 41000 clauses out of 82013 with flag 6998330/893000
246.36/245.96	c cleaning 41999 clauses out of 84013 with flag 7337082/936000
264.97/264.55	c cleaning 43004 clauses out of 86014 with flag 7666998/980000
285.60/284.72	c cleaning 43996 clauses out of 88010 with flag 8007674/1025000
306.66/305.65	c cleaning 44999 clauses out of 90014 with flag 8361516/1071000
326.77/325.75	c cleaning 46003 clauses out of 92016 with flag 8725307/1118001
347.37/346.38	c cleaning 46999 clauses out of 94013 with flag 9105647/1166001
369.68/368.64	c cleaning 47999 clauses out of 96013 with flag 9484808/1215000
393.48/392.47	c cleaning 48998 clauses out of 98013 with flag 9861608/1265000
417.98/416.91	c cleaning 50001 clauses out of 100016 with flag 10259922/1316001
443.80/442.72	c cleaning 51003 clauses out of 102016 with flag 10646784/1368002
471.62/470.58	c cleaning 51999 clauses out of 104009 with flag 11043627/1421000
479.71/478.58	c starts		: 553
479.71/478.58	c conflicts		: 1441346
479.71/478.58	c decisions		: 1763845
479.71/478.58	c propagations		: 27886718
479.71/478.58	c inspects		: 11816058676
479.71/478.58	c shortcuts		: 0
479.71/478.58	c learnt literals	: 15
479.71/478.58	c learnt binary clauses	: 13
479.71/478.58	c learnt ternary clauses	: 23
479.71/478.58	c learnt constraints	: 1441330
479.71/478.58	c ignored constraints	: 0
479.71/478.58	c root simplifications	: 0
479.71/478.58	c removed literals (reason simplification)	: 0
479.71/478.58	c reason swapping (by a shorter reason)	: 0
479.71/478.58	c Calls to reduceDB	: 49
479.71/478.58	c Number of update (reduction) of LBD	: 469520
479.71/478.58	c Imported unit clauses	: 0
479.71/478.58	c number of reductions to clauses (during analyze)	: 0
479.71/478.58	c number of learned constraints concerned by reduction	: 0
479.71/478.58	c number of learning phase by resolution	: 0
479.71/478.58	c number of learning phase by cutting planes	: 0
479.71/478.58	c speed (assignments/second)	: 58285.90836602591
479.71/478.58	c non guided choices	14
479.82/478.61	c learnt constraints type 
479.82/478.61	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 13
479.82/478.61	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 72330
479.82/478.61	s UNSATISFIABLE
479.82/478.61	c Total wall clock time (in seconds): 478.49

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4096054-1466101778/watcher-4096054-1466101778 -o /tmp/evaluation-result-4096054-1466101778/solver-4096054-1466101778 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1466098180-14176 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4096054-1466101778.opb 

pid=14531
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.10 2.06 2.00 2/194 14534
/proc/meminfo: memFree=31497048/32872528 swapFree=240572/273276
[pid=14534] ppid=14531 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/14534/stat : 14534 (java) R 14531 14534 14160 0 -1 4202496 485 0 0 0 0 0 0 0 20 0 1 0 12227876 9515008 139 33554432000 1073741824 1073778376 140736502746976 140736502746432 251142877881 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/14534/statm: 2323 148 107 9 0 71 0

[startup+0.100058 s]
/proc/loadavg: 2.10 2.06 2.00 2/194 14534
/proc/meminfo: memFree=31497048/32872528 swapFree=240572/273276
[pid=14534] ppid=14531 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/14534/stat : 14534 (java) S 14531 14534 14160 0 -1 4202496 4419 0 1 0 8 1 0 0 20 0 18 0 12227876 9787879424 6038 33554432000 1073741824 1073778376 140736502746976 140736502738112 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14534/statm: 2389619 6038 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200274 s]
/proc/loadavg: 2.10 2.06 2.00 2/194 14534
/proc/meminfo: memFree=31497048/32872528 swapFree=240572/273276
[pid=14534] ppid=14531 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/14534/stat : 14534 (java) S 14531 14534 14160 0 -1 4202496 6939 0 1 0 25 1 0 0 20 0 19 0 12227876 9856040960 7851 33554432000 1073741824 1073778376 140736502746976 140736502738112 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14534/statm: 2406260 7852 2209 9 0 2396937 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9625040

[startup+0.300275 s]
/proc/loadavg: 2.10 2.06 2.00 2/194 14534
/proc/meminfo: memFree=31497048/32872528 swapFree=240572/273276
[pid=14534] ppid=14531 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/14534/stat : 14534 (java) S 14531 14534 14160 0 -1 4202496 8994 0 1 0 53 2 0 0 20 0 19 0 12227876 9856040960 8408 33554432000 1073741824 1073778376 140736502746976 140736502738112 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14534/statm: 2406260 8408 2233 9 0 2396937 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9625040

[startup+0.700142 s]
/proc/loadavg: 2.10 2.06 2.00 2/194 14534
/proc/meminfo: memFree=31497048/32872528 swapFree=240572/273276
[pid=14534] ppid=14531 vsize=9625040 CPUtime=1.08 cores=0,2,4,6
/proc/14534/stat : 14534 (java) S 14531 14534 14160 0 -1 4202496 9635 0 1 0 106 2 0 0 20 0 19 0 12227876 9856040960 8911 33554432000 1073741824 1073778376 140736502746976 140736502738112 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14534/statm: 2406260 8911 2243 9 0 2396937 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 9625040

[startup+1.50071 s]
/proc/loadavg: 2.25 2.09 2.02 3/213 14619
/proc/meminfo: memFree=31659316/32872528 swapFree=240572/273276
[pid=14534] ppid=14531 vsize=9625040 CPUtime=1.92 cores=0,2,4,6
/proc/14534/stat : 14534 (java) S 14531 14534 14160 0 -1 4202496 9642 0 1 0 190 2 0 0 20 0 19 0 12227876 9856040960 9428 33554432000 1073741824 1073778376 140736502746976 140736502738112 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14534/statm: 2406260 9428 2247 9 0 2396937 0
[pid=14534/tid=14538] ppid=14531 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/14534/task/14538/stat : 14538 (java) R 14531 14534 14160 0 -1 4202560 2406 0 1 0 146 0 0 0 20 0 19 0 12227877 9856040960 9428 33554432000 1073741824 1073778376 140736502746976 140079304643032 140079167631404 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14534/tid=14539] ppid=14531 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14539/stat : 14539 (java) S 14531 14534 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12227878 9856040960 9428 33554432000 1073741824 1073778376 140736502746976 140079293704488 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14534/tid=14540] ppid=14531 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14540/stat : 14540 (java) S 14531 14534 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12227878 9856040960 9428 33554432000 1073741824 1073778376 140736502746976 140079292651688 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14534/tid=14541] ppid=14531 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14541/stat : 14541 (java) S 14531 14534 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12227878 9856040960 9428 33554432000 1073741824 1073778376 140736502746976 140079291599400 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14534/tid=14542] ppid=14531 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14542/stat : 14542 (java) S 14531 14534 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12227878 9856040960 9428 33554432000 1073741824 1073778376 140736502746976 140079290546600 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14534/tid=14543] ppid=14531 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14543/stat : 14543 (java) S 14531 14534 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12227878 9856040960 9428 33554432000 1073741824 1073778376 140736502746976 140079289494312 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14534/tid=14544] ppid=14531 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14544/stat : 14544 (java) S 14531 14534 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12227878 9856040960 9428 33554432000 1073741824 1073778376 140736502746976 140079288441512 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14534/tid=14545] ppid=14531 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14545/stat : 14545 (java) S 14531 14534 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12227878 9856040960 9428 33554432000 1073741824 1073778376 140736502746976 140079287389224 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14534/tid=14546] ppid=14531 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14546/stat : 14546 (java) S 14531 14534 14160 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12227878 9856040960 9428 33554432000 1073741824 1073778376 140736502746976 140079286336424 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14534/tid=14547] ppid=14531 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14547/stat : 14547 (java) S 14531 14534 14160 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12227879 9856040960 9428 33554432000 1073741824 1073778376 140736502746976 140079128455400 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14534/tid=14548] ppid=14531 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14548/stat : 14548 (java) S 14531 14534 14160 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12227879 9856040960 9428 33554432000 1073741824 1073778376 140736502746976 140079127401464 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14534/tid=14549] ppid=14531 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14549/stat : 14549 (java) S 14531 14534 14160 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12227880 9856040960 9428 33554432000 1073741824 1073778376 140736502746976 140079126349064 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14534/tid=14550] ppid=14531 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14550/stat : 14550 (java) S 14531 14534 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12227882 9856040960 9428 33554432000 1073741824 1073778376 140736502746976 140079125297552 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14534/tid=14551] ppid=14531 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/14534/task/14551/stat : 14551 (java) S 14531 14534 14160 0 -1 4202560 2515 0 0 0 19 0 0 0 20 0 19 0 12227882 9856040960 9428 33554432000 1073741824 1073778376 140736502746976 140079124245176 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14534/tid=14552] ppid=14531 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/14534/task/14552/stat : 14552 (java) S 14531 14534 14160 0 -1 4202560 3449 0 0 0 23 0 0 0 20 0 19 0 12227882 9856040960 9428 33554432000 1073741824 1073778376 140736502746976 140079123192376 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14534/tid=14553] ppid=14531 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14553/stat : 14553 (java) S 14531 14534 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12227882 9856040960 9428 33554432000 1073741824 1073778376 140736502746976 140079122140280 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14534/tid=14554] ppid=14531 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14554/stat : 14554 (java) S 14531 14534 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12227882 9856040960 9428 33554432000 1073741824 1073778376 140736502746976 140079121087688 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14534/tid=14568] ppid=14531 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14568/stat : 14568 (java) S 14531 14534 14160 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12227890 9856040960 9428 33554432000 1073741824 1073778376 140736502746976 140079120032680 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 9625040

[startup+3.1007 s]
/proc/loadavg: 2.25 2.09 2.02 3/213 14619
/proc/meminfo: memFree=31650008/32872528 swapFree=240572/273276
[pid=14534] ppid=14531 vsize=9625040 CPUtime=3.55 cores=0,2,4,6
/proc/14534/stat : 14534 (java) S 14531 14534 14160 0 -1 4202496 9645 0 1 0 353 2 0 0 20 0 19 0 12227876 9856040960 9942 33554432000 1073741824 1073778376 140736502746976 140736502738112 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14534/statm: 2406260 9942 2248 9 0 2396937 0
[pid=14534/tid=14538] ppid=14531 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/14534/task/14538/stat : 14538 (java) R 14531 14534 14160 0 -1 4202560 2407 0 1 0 306 0 0 0 20 0 19 0 12227877 9856040960 9942 33554432000 1073741824 1073778376 140736502746976 140079304634064 140079167706262 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14534/tid=14539] ppid=14531 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14539/stat : 14539 (java) S 14531 14534 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12227878 9856040960 9942 33554432000 1073741824 1073778376 140736502746976 140079293704488 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14534/tid=14540] ppid=14531 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14540/stat : 14540 (java) S 14531 14534 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12227878 9856040960 9942 33554432000 1073741824 1073778376 140736502746976 140079292651688 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14534/tid=14541] ppid=14531 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14541/stat : 14541 (java) S 14531 14534 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12227878 9856040960 9942 33554432000 1073741824 1073778376 140736502746976 140079291599400 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14534/tid=14542] ppid=14531 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14542/stat : 14542 (java) S 14531 14534 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12227878 9856040960 9942 33554432000 1073741824 1073778376 140736502746976 140079290546600 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14534/tid=14543] ppid=14531 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14543/stat : 14543 (java) S 14531 14534 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12227878 9856040960 9942 33554432000 1073741824 1073778376 140736502746976 140079289494312 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14534/tid=14544] ppid=14531 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14544/stat : 14544 (java) S 14531 14534 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12227878 9856040960 9942 33554432000 1073741824 1073778376 140736502746976 140079288441512 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14534/tid=14545] ppid=14531 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14545/stat : 14545 (java) S 14531 14534 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12227878 9856040960 9942 33554432000 1073741824 1073778376 140736502746976 140079287389224 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14534/tid=14546] ppid=14531 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14546/stat : 14546 (java) S 14531 14534 14160 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12227878 9856040960 9942 33554432000 1073741824 1073778376 140736502746976 140079286336424 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14534/tid=14547] ppid=14531 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14547/stat : 14547 (java) S 14531 14534 14160 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12227879 9856040960 9942 33554432000 1073741824 1073778376 140736502746976 140079128455400 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14534/tid=14548] ppid=14531 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14548/stat : 14548 (java) S 14531 14534 14160 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12227879 9856040960 9942 33554432000 1073741824 1073778376 140736502746976 140079127401464 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14534/tid=14549] ppid=14531 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14549/stat : 14549 (java) S 14531 14534 14160 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12227880 9856040960 9942 33554432000 1073741824 1073778376 140736502746976 140079126349064 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14534/tid=14550] ppid=14531 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14550/stat : 14550 (java) S 14531 14534 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12227882 9856040960 9942 33554432000 1073741824 1073778376 140736502746976 140079125297552 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14534/tid=14551] ppid=14531 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/14534/task/14551/stat : 14551 (java) S 14531 14534 14160 0 -1 4202560 2517 0 0 0 22 0 0 0 20 0 19 0 12227882 9856040960 9942 33554432000 1073741824 1073778376 140736502746976 140079124245176 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14534/tid=14552] ppid=14531 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/14534/task/14552/stat : 14552 (java) S 14531 14534 14160 0 -1 4202560 3449 0 0 0 23 0 0 0 20 0 19 0 12227882 9856040960 9942 33554432000 1073741824 1073778376 140736502746976 140079123192376 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14534/tid=14553] ppid=14531 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14553/stat : 14553 (java) S 14531 14534 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12227882 9856040960 9942 33554432000 1073741824 1073778376 140736502746976 140079122140280 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14534/tid=14554] ppid=14531 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14554/stat : 14554 (java) S 14531 14534 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12227882 9856040960 9942 33554432000 1073741824 1073778376 140736502746976 140079121087688 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14534/tid=14568] ppid=14531 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14568/stat : 14568 (java) S 14531 14534 14160 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12227890 9856040960 9942 33554432000 1073741824 1073778376 140736502746976 140079120032680 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.55
Current children cumulated vsize (KiB) 9625040

[startup+6.30072 s]
/proc/loadavg: 2.25 2.09 2.02 3/213 14619
/proc/meminfo: memFree=31636804/32872528 swapFree=240572/273276
[pid=14534] ppid=14531 vsize=9625040 CPUtime=6.74 cores=0,2,4,6
/proc/14534/stat : 14534 (java) S 14531 14534 14160 0 -1 4202496 9649 0 1 0 672 2 0 0 20 0 19 0 12227876 9856040960 10845 33554432000 1073741824 1073778376 140736502746976 140736502738112 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14534/statm: 2406260 10845 2249 9 0 2396937 0
[pid=14534/tid=14538] ppid=14531 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/14534/task/14538/stat : 14538 (java) R 14531 14534 14160 0 -1 4202560 2410 0 1 0 625 0 0 0 20 0 19 0 12227877 9856040960 10845 33554432000 1073741824 1073778376 140736502746976 140079304634064 140079167705741 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14534/tid=14539] ppid=14531 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14539/stat : 14539 (java) S 14531 14534 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12227878 9856040960 10845 33554432000 1073741824 1073778376 140736502746976 140079293704488 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14534/tid=14540] ppid=14531 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14540/stat : 14540 (java) S 14531 14534 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12227878 9856040960 10845 33554432000 1073741824 1073778376 140736502746976 140079292651688 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14534/tid=14541] ppid=14531 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14541/stat : 14541 (java) S 14531 14534 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12227878 9856040960 10845 33554432000 1073741824 1073778376 140736502746976 140079291599400 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14534/tid=14542] ppid=14531 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14542/stat : 14542 (java) S 14531 14534 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12227878 9856040960 10845 33554432000 1073741824 1073778376 140736502746976 140079290546600 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14534/tid=14543] ppid=14531 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14543/stat : 14543 (java) S 14531 14534 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12227878 9856040960 10845 33554432000 1073741824 1073778376 140736502746976 140079289494312 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14534/tid=14544] ppid=14531 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14544/stat : 14544 (java) S 14531 14534 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12227878 9856040960 10845 33554432000 1073741824 1073778376 140736502746976 140079288441512 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14534/tid=14545] ppid=14531 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14545/stat : 14545 (java) S 14531 14534 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12227878 9856040960 10845 33554432000 1073741824 1073778376 140736502746976 140079287389224 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14534/tid=14546] ppid=14531 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14546/stat : 14546 (java) S 14531 14534 14160 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12227878 9856040960 10845 33554432000 1073741824 1073778376 140736502746976 140079286336424 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14534/tid=14547] ppid=14531 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14547/stat : 14547 (java) S 14531 14534 14160 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12227879 9856040960 10845 33554432000 1073741824 1073778376 140736502746976 140079128455400 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14534/tid=14548] ppid=14531 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14548/stat : 14548 (java) S 14531 14534 14160 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12227879 9856040960 10845 33554432000 1073741824 1073778376 140736502746976 140079127401464 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14534/tid=14549] ppid=14531 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14549/stat : 14549 (java) S 14531 14534 14160 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12227880 9856040960 10845 33554432000 1073741824 1073778376 140736502746976 140079126349064 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14534/tid=14550] ppid=14531 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14550/stat : 14550 (java) S 14531 14534 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12227882 9856040960 10845 33554432000 1073741824 1073778376 140736502746976 140079125297552 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14534/tid=14551] ppid=14531 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/14534/task/14551/stat : 14551 (java) S 14531 14534 14160 0 -1 4202560 2517 0 0 0 22 0 0 0 20 0 19 0 12227882 9856040960 10845 33554432000 1073741824 1073778376 140736502746976 140079124245176 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14534/tid=14552] ppid=14531 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/14534/task/14552/stat : 14552 (java) S 14531 14534 14160 0 -1 4202560 3449 0 0 0 23 0 0 0 20 0 19 0 12227882 9856040960 10845 33554432000 1073741824 1073778376 140736502746976 140079123192376 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14534/tid=14553] ppid=14531 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14553/stat : 14553 (java) S 14531 14534 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12227882 9856040960 10845 33554432000 1073741824 1073778376 140736502746976 140079122140280 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14534/tid=14554] ppid=14531 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14554/stat : 14554 (java) S 14531 14534 14160 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12227882 9856040960 10845 33554432000 1073741824 1073778376 140736502746976 140079121087688 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14534/tid=14568] ppid=14531 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14568/stat : 14568 (java) S 14531 14534 14160 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12227890 9856040960 10845 33554432000 1073741824 1073778376 140736502746976 140079120032680 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.74
Current children cumulated vsize (KiB) 9625040


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

[pid=14534/tid=14547] ppid=14531 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14547/stat : 14547 (java) S 14531 14534 14160 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 12227879 9856040960 47570 33554432000 1073741824 1073778376 140736502746976 140079128455400 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14534/tid=14548] ppid=14531 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14548/stat : 14548 (java) S 14531 14534 14160 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12227879 9856040960 47570 33554432000 1073741824 1073778376 140736502746976 140079127401464 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14534/tid=14549] ppid=14531 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14549/stat : 14549 (java) S 14531 14534 14160 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12227880 9856040960 47570 33554432000 1073741824 1073778376 140736502746976 140079126349064 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14534/tid=14550] ppid=14531 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14550/stat : 14550 (java) S 14531 14534 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12227882 9856040960 47570 33554432000 1073741824 1073778376 140736502746976 140079125297552 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14534/tid=14551] ppid=14531 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/14534/task/14551/stat : 14551 (java) S 14531 14534 14160 0 -1 4202560 10692 0 0 0 69 3 0 0 20 0 19 0 12227882 9856040960 47570 33554432000 1073741824 1073778376 140736502746976 140079124245176 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14534/tid=14552] ppid=14531 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/14534/task/14552/stat : 14552 (java) S 14531 14534 14160 0 -1 4202560 4307 0 0 0 38 0 0 0 20 0 19 0 12227882 9856040960 47570 33554432000 1073741824 1073778376 140736502746976 140079123192376 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14534/tid=14553] ppid=14531 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14553/stat : 14553 (java) S 14531 14534 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12227882 9856040960 47570 33554432000 1073741824 1073778376 140736502746976 140079122140280 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14534/tid=14554] ppid=14531 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/14534/task/14554/stat : 14554 (java) S 14531 14534 14160 0 -1 4202560 28 0 0 0 5 8 0 0 20 0 19 0 12227882 9856040960 47570 33554432000 1073741824 1073778376 140736502746976 140079121087688 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14534/tid=14568] ppid=14531 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14568/stat : 14568 (java) S 14531 14534 14160 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12227890 9856040960 47570 33554432000 1073741824 1073778376 140736502746976 140079120032680 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 478
Current children cumulated vsize (KiB) 9625040

[startup+477.601 s]
/proc/loadavg: 2.15 2.11 2.03 3/213 14630
/proc/meminfo: memFree=31333884/32872528 swapFree=240572/273276
[pid=14534] ppid=14531 vsize=9625040 CPUtime=478.8 cores=0,2,4,6
/proc/14534/stat : 14534 (java) S 14531 14534 14160 0 -1 4202496 18823 0 1 0 47867 13 0 0 20 0 19 0 12227876 9856040960 47570 33554432000 1073741824 1073778376 140736502746976 140736502738112 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14534/statm: 2406260 47570 2262 9 0 2396937 0
[pid=14534/tid=14538] ppid=14531 vsize=9625040 CPUtime=476.33 cores=0,2,4,6
/proc/14534/task/14538/stat : 14538 (java) R 14531 14534 14160 0 -1 4202560 2485 0 1 0 47624 9 0 0 20 0 19 0 12227877 9856040960 47570 33554432000 1073741824 1073778376 140736502746976 140079304640968 140079167631590 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14534/tid=14539] ppid=14531 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14539/stat : 14539 (java) S 14531 14534 14160 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12227878 9856040960 47570 33554432000 1073741824 1073778376 140736502746976 140079293704488 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14534/tid=14540] ppid=14531 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14540/stat : 14540 (java) S 14531 14534 14160 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12227878 9856040960 47570 33554432000 1073741824 1073778376 140736502746976 140079292651688 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14534/tid=14541] ppid=14531 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14541/stat : 14541 (java) S 14531 14534 14160 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12227878 9856040960 47570 33554432000 1073741824 1073778376 140736502746976 140079291599400 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14534/tid=14542] ppid=14531 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14542/stat : 14542 (java) S 14531 14534 14160 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 12227878 9856040960 47570 33554432000 1073741824 1073778376 140736502746976 140079290546600 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14534/tid=14543] ppid=14531 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14543/stat : 14543 (java) S 14531 14534 14160 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12227878 9856040960 47570 33554432000 1073741824 1073778376 140736502746976 140079289494312 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14534/tid=14544] ppid=14531 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14544/stat : 14544 (java) S 14531 14534 14160 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12227878 9856040960 47570 33554432000 1073741824 1073778376 140736502746976 140079288441512 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14534/tid=14545] ppid=14531 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14545/stat : 14545 (java) S 14531 14534 14160 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12227878 9856040960 47570 33554432000 1073741824 1073778376 140736502746976 140079287389224 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14534/tid=14546] ppid=14531 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14546/stat : 14546 (java) S 14531 14534 14160 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12227878 9856040960 47570 33554432000 1073741824 1073778376 140736502746976 140079286336424 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14534/tid=14547] ppid=14531 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14547/stat : 14547 (java) S 14531 14534 14160 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 12227879 9856040960 47570 33554432000 1073741824 1073778376 140736502746976 140079128455400 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14534/tid=14548] ppid=14531 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14548/stat : 14548 (java) S 14531 14534 14160 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12227879 9856040960 47570 33554432000 1073741824 1073778376 140736502746976 140079127401464 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14534/tid=14549] ppid=14531 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14549/stat : 14549 (java) S 14531 14534 14160 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12227880 9856040960 47570 33554432000 1073741824 1073778376 140736502746976 140079126349064 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14534/tid=14550] ppid=14531 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14550/stat : 14550 (java) S 14531 14534 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12227882 9856040960 47570 33554432000 1073741824 1073778376 140736502746976 140079125297552 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14534/tid=14551] ppid=14531 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/14534/task/14551/stat : 14551 (java) S 14531 14534 14160 0 -1 4202560 10692 0 0 0 69 3 0 0 20 0 19 0 12227882 9856040960 47570 33554432000 1073741824 1073778376 140736502746976 140079124245176 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14534/tid=14552] ppid=14531 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/14534/task/14552/stat : 14552 (java) S 14531 14534 14160 0 -1 4202560 4307 0 0 0 38 0 0 0 20 0 19 0 12227882 9856040960 47570 33554432000 1073741824 1073778376 140736502746976 140079123192376 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14534/tid=14553] ppid=14531 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14553/stat : 14553 (java) S 14531 14534 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12227882 9856040960 47570 33554432000 1073741824 1073778376 140736502746976 140079122140280 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14534/tid=14554] ppid=14531 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/14534/task/14554/stat : 14554 (java) S 14531 14534 14160 0 -1 4202560 28 0 0 0 5 8 0 0 20 0 19 0 12227882 9856040960 47570 33554432000 1073741824 1073778376 140736502746976 140079121087688 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14534/tid=14568] ppid=14531 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14568/stat : 14568 (java) S 14531 14534 14160 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12227890 9856040960 47570 33554432000 1073741824 1073778376 140736502746976 140079120032680 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 478.8
Current children cumulated vsize (KiB) 9625040

[startup+478.401 s]
/proc/loadavg: 2.15 2.11 2.03 3/213 14630
/proc/meminfo: memFree=31333884/32872528 swapFree=240572/273276
[pid=14534] ppid=14531 vsize=9625040 CPUtime=479.6 cores=0,2,4,6
/proc/14534/stat : 14534 (java) S 14531 14534 14160 0 -1 4202496 18824 0 1 0 47947 13 0 0 20 0 19 0 12227876 9856040960 47570 33554432000 1073741824 1073778376 140736502746976 140736502738112 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14534/statm: 2406260 47570 2262 9 0 2396937 0
[pid=14534/tid=14538] ppid=14531 vsize=9625040 CPUtime=477.12 cores=0,2,4,6
/proc/14534/task/14538/stat : 14538 (java) R 14531 14534 14160 0 -1 4202560 2486 0 1 0 47703 9 0 0 20 0 19 0 12227877 9856040960 47570 33554432000 1073741824 1073778376 140736502746976 140079304640968 140079167631290 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14534/tid=14539] ppid=14531 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14539/stat : 14539 (java) S 14531 14534 14160 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12227878 9856040960 47570 33554432000 1073741824 1073778376 140736502746976 140079293704488 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14534/tid=14540] ppid=14531 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14540/stat : 14540 (java) S 14531 14534 14160 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12227878 9856040960 47570 33554432000 1073741824 1073778376 140736502746976 140079292651688 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14534/tid=14541] ppid=14531 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14541/stat : 14541 (java) S 14531 14534 14160 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12227878 9856040960 47570 33554432000 1073741824 1073778376 140736502746976 140079291599400 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14534/tid=14542] ppid=14531 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14542/stat : 14542 (java) S 14531 14534 14160 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 12227878 9856040960 47570 33554432000 1073741824 1073778376 140736502746976 140079290546600 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14534/tid=14543] ppid=14531 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14543/stat : 14543 (java) S 14531 14534 14160 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12227878 9856040960 47570 33554432000 1073741824 1073778376 140736502746976 140079289494312 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14534/tid=14544] ppid=14531 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14544/stat : 14544 (java) S 14531 14534 14160 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12227878 9856040960 47570 33554432000 1073741824 1073778376 140736502746976 140079288441512 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14534/tid=14545] ppid=14531 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14545/stat : 14545 (java) S 14531 14534 14160 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12227878 9856040960 47570 33554432000 1073741824 1073778376 140736502746976 140079287389224 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14534/tid=14546] ppid=14531 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14546/stat : 14546 (java) S 14531 14534 14160 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12227878 9856040960 47570 33554432000 1073741824 1073778376 140736502746976 140079286336424 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14534/tid=14547] ppid=14531 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14547/stat : 14547 (java) S 14531 14534 14160 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 12227879 9856040960 47570 33554432000 1073741824 1073778376 140736502746976 140079128455400 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14534/tid=14548] ppid=14531 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14548/stat : 14548 (java) S 14531 14534 14160 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12227879 9856040960 47570 33554432000 1073741824 1073778376 140736502746976 140079127401464 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14534/tid=14549] ppid=14531 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14549/stat : 14549 (java) S 14531 14534 14160 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12227880 9856040960 47570 33554432000 1073741824 1073778376 140736502746976 140079126349064 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14534/tid=14550] ppid=14531 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14550/stat : 14550 (java) S 14531 14534 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12227882 9856040960 47570 33554432000 1073741824 1073778376 140736502746976 140079125297552 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14534/tid=14551] ppid=14531 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/14534/task/14551/stat : 14551 (java) S 14531 14534 14160 0 -1 4202560 10692 0 0 0 69 3 0 0 20 0 19 0 12227882 9856040960 47570 33554432000 1073741824 1073778376 140736502746976 140079124245176 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14534/tid=14552] ppid=14531 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/14534/task/14552/stat : 14552 (java) S 14531 14534 14160 0 -1 4202560 4307 0 0 0 38 0 0 0 20 0 19 0 12227882 9856040960 47570 33554432000 1073741824 1073778376 140736502746976 140079123192376 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14534/tid=14553] ppid=14531 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14553/stat : 14553 (java) S 14531 14534 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12227882 9856040960 47570 33554432000 1073741824 1073778376 140736502746976 140079122140280 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14534/tid=14554] ppid=14531 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/14534/task/14554/stat : 14554 (java) S 14531 14534 14160 0 -1 4202560 28 0 0 0 5 8 0 0 20 0 19 0 12227882 9856040960 47570 33554432000 1073741824 1073778376 140736502746976 140079121087688 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14534/tid=14568] ppid=14531 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14568/stat : 14568 (java) S 14531 14534 14160 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12227890 9856040960 47570 33554432000 1073741824 1073778376 140736502746976 140079120032680 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 479.6
Current children cumulated vsize (KiB) 9625040

[startup+478.608 s]
/proc/loadavg: 2.15 2.11 2.03 3/213 14630
/proc/meminfo: memFree=31333884/32872528 swapFree=240572/273276
[pid=14534] ppid=14531 vsize=9691604 CPUtime=479.82 cores=0,2,4,6
/proc/14534/stat : 14534 (java) S 14531 14534 14160 0 -1 4202496 18844 0 1 0 47969 13 0 0 20 0 19 0 12227876 9924202496 47587 33554432000 1073741824 1073778376 140736502746976 140736502738112 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14534/statm: 2422901 47587 2271 9 0 2413578 0
[pid=14534/tid=14538] ppid=14531 vsize=9691604 CPUtime=477.31 cores=0,2,4,6
/proc/14534/task/14538/stat : 14538 (java) S 14531 14534 14160 0 -1 4202560 2489 0 1 0 47722 9 0 0 20 0 19 0 12227877 9924202496 47587 33554432000 1073741824 1073778376 140736502746976 140079304643288 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14534/tid=14539] ppid=14531 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14539/stat : 14539 (java) S 14531 14534 14160 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12227878 9924202496 47587 33554432000 1073741824 1073778376 140736502746976 140079293704488 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14534/tid=14540] ppid=14531 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14540/stat : 14540 (java) S 14531 14534 14160 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12227878 9924202496 47587 33554432000 1073741824 1073778376 140736502746976 140079292651688 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14534/tid=14541] ppid=14531 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14541/stat : 14541 (java) S 14531 14534 14160 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12227878 9924202496 47587 33554432000 1073741824 1073778376 140736502746976 140079291599400 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14534/tid=14542] ppid=14531 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14542/stat : 14542 (java) S 14531 14534 14160 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 12227878 9924202496 47587 33554432000 1073741824 1073778376 140736502746976 140079290546600 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14534/tid=14543] ppid=14531 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14543/stat : 14543 (java) S 14531 14534 14160 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12227878 9924202496 47587 33554432000 1073741824 1073778376 140736502746976 140079289494312 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14534/tid=14544] ppid=14531 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14544/stat : 14544 (java) S 14531 14534 14160 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12227878 9924202496 47587 33554432000 1073741824 1073778376 140736502746976 140079288441512 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14534/tid=14545] ppid=14531 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14545/stat : 14545 (java) S 14531 14534 14160 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12227878 9924202496 47587 33554432000 1073741824 1073778376 140736502746976 140079287389224 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14534/tid=14546] ppid=14531 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14546/stat : 14546 (java) S 14531 14534 14160 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12227878 9924202496 47587 33554432000 1073741824 1073778376 140736502746976 140079286336424 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14534/tid=14547] ppid=14531 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14547/stat : 14547 (java) S 14531 14534 14160 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 12227879 9924202496 47587 33554432000 1073741824 1073778376 140736502746976 140079128455400 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14534/tid=14548] ppid=14531 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14548/stat : 14548 (java) S 14531 14534 14160 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12227879 9924202496 47587 33554432000 1073741824 1073778376 140736502746976 140079127401464 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14534/tid=14549] ppid=14531 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14549/stat : 14549 (java) S 14531 14534 14160 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12227880 9924202496 47587 33554432000 1073741824 1073778376 140736502746976 140079126349064 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14534/tid=14550] ppid=14531 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14550/stat : 14550 (java) S 14531 14534 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12227882 9924202496 47587 33554432000 1073741824 1073778376 140736502746976 140079125297552 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14534/tid=14551] ppid=14531 vsize=9691604 CPUtime=0.73 cores=0,2,4,6
/proc/14534/task/14551/stat : 14551 (java) R 14531 14534 14160 0 -1 4202560 10697 0 0 0 70 3 0 0 20 0 19 0 12227882 9924202496 47587 33554432000 1073741824 1073778376 140736502746976 140079124245176 140079307258708 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14534/tid=14552] ppid=14531 vsize=9691604 CPUtime=0.39 cores=0,2,4,6
/proc/14534/task/14552/stat : 14552 (java) S 14531 14534 14160 0 -1 4202560 4310 0 0 0 39 0 0 0 20 0 19 0 12227882 9924202496 47587 33554432000 1073741824 1073778376 140736502746976 140079123192376 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14534/tid=14553] ppid=14531 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/14534/task/14553/stat : 14553 (java) S 14531 14534 14160 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12227882 9924202496 47587 33554432000 1073741824 1073778376 140736502746976 140079122140280 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14534/tid=14554] ppid=14531 vsize=9691604 CPUtime=0.13 cores=0,2,4,6
/proc/14534/task/14554/stat : 14554 (java) S 14531 14534 14160 0 -1 4202560 28 0 0 0 5 8 0 0 20 0 19 0 12227882 9924202496 47587 33554432000 1073741824 1073778376 140736502746976 140079121087688 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 479.82
Current children cumulated vsize (KiB) 9691604

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14534 and gives
#  childrusage.ru_utime.tv_sec=478
#  childrusage.ru_utime.tv_usec=459263
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=281957
# CPU time returned by wait4() is 478.741
# while last known CPU time is 479.82
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 478.618
CPU time (s): 479.82
CPU user time (s): 479.69
CPU system time (s): 0.13
CPU usage (%): 100.251
Max. virtual memory (cumulated for all children) (KiB): 9691604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 478.459
system time used= 0.281957
maximum resident set size= 190984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18854
page faults= 1
swaps= 0
block input operations= 0
block output operations= 392
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10409
involuntary context switches= 848

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.2988 second user time and 1.79873 second system time

The end

Launcher Data

Begin job on node107 at 2016-06-16 20:29:39
IDJOB=4096054
IDBENCH=107559
IDSOLVER=2546
FILE ID=node107/4096054-1466101778
RUNJOBID= node107-1466098180-14176
PBS_JOBID= 19904056
Free space on /tmp= 71680 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/subsetcard/normalized-subsetcard-geq-fixedbandwidth-20.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4096054-1466101778/watcher-4096054-1466101778 -o /tmp/evaluation-result-4096054-1466101778/solver-4096054-1466101778 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1466098180-14176 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4096054-1466101778.opb

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

MD5SUM BENCH= bfee13ec287da041a963779fc977f2cf
RANDOM SEED=923260091

node107.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.953
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.90
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.953
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.953
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.953
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.56
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.953
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.953
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:        31497576 kB
Buffers:           55904 kB
Cached:           126004 kB
SwapCached:         2504 kB
Active:           297956 kB
Inactive:          97732 kB
Active(anon):     214268 kB
Inactive(anon):     2156 kB
Active(file):      83688 kB
Inactive(file):    95576 kB
Unevictable:      273276 kB
Mlocked:          240572 kB
SwapTotal:      67108856 kB
SwapFree:       67099248 kB
Dirty:               804 kB
Writeback:             0 kB
AnonPages:        522684 kB
Mapped:            15280 kB
Shmem:                 0 kB
Slab:             568400 kB
SReclaimable:      12148 kB
SUnreclaim:       556252 kB
KernelStack:        1736 kB
PageTables:         5192 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     986464 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    272384 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= 71680 MiB
End job on node107 at 2016-06-16 20:37:37