Trace number 4109184

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 PB16OPTIMUM 283.1 282.229

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-11-10--soft-33-100-0.wbo
MD5SUMaee3c086893c0832e26f8cc2ef39e632
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.361944
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables110
Total number of constraints21
Number of soft constraints19
Number of constraints which are clauses11
Number of constraints which are cardinality constraints (but not clauses)10
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint11
Top cost 810
Min constraint cost 1
Max constraint cost 83
Sum of constraints costs 809
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 12
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

Quality of the solution as a function of time


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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.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.08/0.11	c Pseudo Boolean Optimization by upper bound
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Glucose 2.1 dynamic restart strategy
0.08/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.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-4109184-1466341822.wbo
0.08/0.11	c reading problem ... 
0.08/0.13	c ... done. Wall clock time 0.018s.
0.08/0.13	c declared #vars     110
0.08/0.13	c internal #vars     129
0.08/0.13	c #constraints  21
0.08/0.13	c constraints type 
0.08/0.13	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 11
0.08/0.13	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
0.08/0.13	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 8
0.08/0.13	c 21 constraints processed.
0.08/0.13	c objective function length is 19 literals
0.29/0.22	c SATISFIABLE
0.29/0.22	c OPTIMIZING...
0.29/0.22	c Got one! Elapsed wall clock time (in seconds):0.112
0.29/0.22	o 22
0.49/0.32	c Got one! Elapsed wall clock time (in seconds):0.204
0.49/0.32	o 1
0.89/0.64	c cleaning 3074 clauses out of 6162 with flag 27469/6162
1.45/1.17	c cleaning 4536 clauses out of 9087 with flag 70968/12161
2.15/1.83	c cleaning 5772 clauses out of 11551 with flag 123628/19161
3.35/3.04	c cleaning 6884 clauses out of 13780 with flag 191336/27162
4.78/4.44	c cleaning 7939 clauses out of 15895 with flag 269617/36161
6.28/5.99	c cleaning 8978 clauses out of 17956 with flag 357634/46161
8.08/7.72	c cleaning 9987 clauses out of 19979 with flag 447014/57162
9.88/9.51	c cleaning 10989 clauses out of 21991 with flag 547486/69161
11.78/11.40	c cleaning 11995 clauses out of 24002 with flag 650873/82161
13.39/13.09	c cleaning 13001 clauses out of 26007 with flag 758691/96161
15.69/15.37	c cleaning 14003 clauses out of 28007 with flag 861895/111162
18.69/18.39	c cleaning 15002 clauses out of 30005 with flag 979080/127163
22.79/22.41	c cleaning 16000 clauses out of 32001 with flag 1101595/144161
26.39/26.07	c cleaning 16998 clauses out of 34003 with flag 1217738/162163
30.98/30.65	c cleaning 17990 clauses out of 36003 with flag 1346607/181161
37.28/36.97	c cleaning 18999 clauses out of 38014 with flag 1508140/201162
44.08/43.75	c cleaning 20002 clauses out of 40015 with flag 1683257/222162
50.99/50.65	c cleaning 21002 clauses out of 42013 with flag 1852017/244162
58.79/58.48	c cleaning 21996 clauses out of 44010 with flag 2034369/267161
68.69/68.36	c cleaning 23005 clauses out of 46016 with flag 2228900/291163
80.28/79.93	c cleaning 24001 clauses out of 48011 with flag 2434781/316163
89.48/89.14	c cleaning 25000 clauses out of 50008 with flag 2644858/342161
102.39/102.01	c cleaning 25994 clauses out of 52009 with flag 2865702/369162
113.69/113.35	c cleaning 26997 clauses out of 54014 with flag 3084176/397161
128.49/128.19	c cleaning 28005 clauses out of 56020 with flag 3336332/426164
142.30/141.97	c cleaning 28999 clauses out of 58012 with flag 3618666/456161
157.59/157.27	c cleaning 30001 clauses out of 60014 with flag 3920482/487162
171.52/171.10	c cleaning 31006 clauses out of 62015 with flag 4183383/519164
185.93/185.53	c cleaning 32001 clauses out of 64008 with flag 4413275/552163
202.03/201.62	c cleaning 33000 clauses out of 66005 with flag 4657060/586161
217.73/217.30	c cleaning 33999 clauses out of 68007 with flag 4944276/621163
234.75/234.38	c cleaning 35000 clauses out of 70006 with flag 5225536/657161
251.64/251.30	c cleaning 35996 clauses out of 72006 with flag 5521027/694161
270.72/270.03	c cleaning 37002 clauses out of 74011 with flag 5819790/732162
283.10/282.22	c starts		: 1674
283.10/282.22	c conflicts		: 760882
283.10/282.22	c decisions		: 925433
283.10/282.22	c propagations		: 9890934
283.10/282.22	c inspects		: 6125713032
283.10/282.22	c shortcuts		: 0
283.10/282.22	c learnt literals	: 4
283.10/282.22	c learnt binary clauses	: 4
283.10/282.22	c learnt ternary clauses	: 4
283.10/282.22	c learnt constraints	: 760877
283.10/282.22	c ignored constraints	: 0
283.10/282.22	c root simplifications	: 0
283.10/282.22	c removed literals (reason simplification)	: 0
283.10/282.22	c reason swapping (by a shorter reason)	: 0
283.10/282.22	c Calls to reduceDB	: 34
283.10/282.22	c Number of update (reduction) of LBD	: 397080
283.10/282.22	c Imported unit clauses	: 0
283.10/282.22	c number of reductions to clauses (during analyze)	: 0
283.10/282.22	c number of learned constraints concerned by reduction	: 0
283.10/282.22	c number of learning phase by resolution	: 0
283.10/282.22	c number of learning phase by cutting planes	: 0
283.10/282.22	c speed (assignments/second)	: 35063.29230594708
283.10/282.22	c non guided choices	129
283.10/282.22	c learnt constraints type 
283.10/282.22	s OPTIMUM FOUND
283.10/282.22	c Found 2 solution(s)
283.10/282.22	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 
283.10/282.22	c objective function=1
283.10/282.22	c Total wall clock time (in seconds): 282.11

Verifier Data

OK	1

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-4109184-1466341822/watcher-4109184-1466341822 -o /tmp/evaluation-result-4109184-1466341822/solver-4109184-1466341822 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466341821-12127 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4109184-1466341822.wbo 

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

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


[startup+0 s]
/proc/loadavg: 0.31 0.22 0.19 4/176 12155
/proc/meminfo: memFree=29619348/32872528 swapFree=1556504/1720024
[pid=12154] ppid=12149 vsize=2504 CPUtime=0 cores=1,3,5,7
/proc/12154/stat : 12154 (java) R 12149 12154 12110 0 -1 4202496 374 0 0 0 0 0 0 0 20 0 1 0 36230816 2564096 46 33554432000 1073741824 1073778376 140733930142160 140733930139288 270320894417 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12154/statm: 892 49 38 9 0 30 0

[startup+0.100112 s]
/proc/loadavg: 0.31 0.22 0.19 4/176 12155
/proc/meminfo: memFree=29619348/32872528 swapFree=1556504/1720024
[pid=12154] ppid=12149 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/12154/stat : 12154 (java) S 12149 12154 12110 0 -1 4202496 4384 0 1 0 7 1 0 0 20 0 18 0 36230816 9787879424 6024 33554432000 1073741824 1073778376 140733930142160 140733930133296 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12154/statm: 2389619 6024 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200224 s]
/proc/loadavg: 0.31 0.22 0.19 4/176 12155
/proc/meminfo: memFree=29619348/32872528 swapFree=1556504/1720024
[pid=12154] ppid=12149 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/12154/stat : 12154 (java) S 12149 12154 12110 0 -1 4202496 6602 0 1 0 28 1 0 0 20 0 19 0 36230816 9856040960 7313 33554432000 1073741824 1073778376 140733930142160 140733930133296 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12154/statm: 2406260 7313 2221 9 0 2396937 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9625040

[startup+0.300327 s]
/proc/loadavg: 0.31 0.22 0.19 4/176 12155
/proc/meminfo: memFree=29619348/32872528 swapFree=1556504/1720024
[pid=12154] ppid=12149 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/12154/stat : 12154 (java) S 12149 12154 12110 0 -1 4202496 6771 0 1 0 48 1 0 0 20 0 19 0 36230816 9856040960 8196 33554432000 1073741824 1073778376 140733930142160 140733930133296 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12154/statm: 2406260 8196 2226 9 0 2396937 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9625040

[startup+0.700189 s]
/proc/loadavg: 0.31 0.22 0.19 4/176 12155
/proc/meminfo: memFree=29619348/32872528 swapFree=1556504/1720024
[pid=12154] ppid=12149 vsize=9625040 CPUtime=1.02 cores=1,3,5,7
/proc/12154/stat : 12154 (java) S 12149 12154 12110 0 -1 4202496 7938 0 1 0 101 1 0 0 20 0 19 0 36230816 9856040960 8591 33554432000 1073741824 1073778376 140733930142160 140733930133296 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12154/statm: 2406260 8591 2237 9 0 2396937 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 9625040

[startup+1.50073 s]
/proc/loadavg: 0.31 0.22 0.19 6/214 12193
/proc/meminfo: memFree=29552688/32872528 swapFree=1556504/1720024
[pid=12154] ppid=12149 vsize=9625040 CPUtime=1.84 cores=1,3,5,7
/proc/12154/stat : 12154 (java) S 12149 12154 12110 0 -1 4202496 7943 0 1 0 183 1 0 0 20 0 19 0 36230816 9856040960 9106 33554432000 1073741824 1073778376 140733930142160 140733930133296 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12154/statm: 2406260 9106 2240 9 0 2396937 0
[pid=12154/tid=12158] ppid=12149 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/12154/task/12158/stat : 12158 (java) R 12149 12154 12110 0 -1 4202560 2407 0 1 0 145 1 0 0 20 0 19 0 36230817 9856040960 9106 33554432000 1073741824 1073778376 140733930142160 140472529648088 140472358474304 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12154/tid=12160] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12160/stat : 12160 (java) S 12149 12154 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36230818 9856040960 9106 33554432000 1073741824 1073778376 140733930142160 140472491141928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12154/tid=12161] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12161/stat : 12161 (java) S 12149 12154 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36230818 9856040960 9106 33554432000 1073741824 1073778376 140733930142160 140472490089128 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12154/tid=12163] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12163/stat : 12163 (java) S 12149 12154 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36230818 9856040960 9106 33554432000 1073741824 1073778376 140733930142160 140472489036840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12154/tid=12164] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12164/stat : 12164 (java) S 12149 12154 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36230818 9856040960 9106 33554432000 1073741824 1073778376 140733930142160 140472487984040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12154/tid=12166] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12166/stat : 12166 (java) S 12149 12154 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36230818 9856040960 9106 33554432000 1073741824 1073778376 140733930142160 140472486930728 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12154/tid=12168] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12168/stat : 12168 (java) S 12149 12154 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36230818 9856040960 9106 33554432000 1073741824 1073778376 140733930142160 140472485877928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12154/tid=12170] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12170/stat : 12170 (java) S 12149 12154 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36230818 9856040960 9106 33554432000 1073741824 1073778376 140733930142160 140472484825640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12154/tid=12171] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12171/stat : 12171 (java) S 12149 12154 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36230818 9856040960 9106 33554432000 1073741824 1073778376 140733930142160 140472483772840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12154/tid=12176] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12176/stat : 12176 (java) S 12149 12154 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36230819 9856040960 9106 33554432000 1073741824 1073778376 140733930142160 140472353794792 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12154/tid=12178] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12178/stat : 12178 (java) S 12149 12154 12110 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36230819 9856040960 9106 33554432000 1073741824 1073778376 140733930142160 140472352740856 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12154/tid=12179] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12179/stat : 12179 (java) S 12149 12154 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36230819 9856040960 9106 33554432000 1073741824 1073778376 140733930142160 140472351688456 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12154/tid=12182] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12182/stat : 12182 (java) S 12149 12154 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36230822 9856040960 9106 33554432000 1073741824 1073778376 140733930142160 140472350636944 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12154/tid=12183] ppid=12149 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/12154/task/12183/stat : 12183 (java) S 12149 12154 12110 0 -1 4202560 1783 0 0 0 16 0 0 0 20 0 19 0 36230822 9856040960 9106 33554432000 1073741824 1073778376 140733930142160 140472349583544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12154/tid=12184] ppid=12149 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/12154/task/12184/stat : 12184 (java) S 12149 12154 12110 0 -1 4202560 2484 0 0 0 18 0 0 0 20 0 19 0 36230822 9856040960 9106 33554432000 1073741824 1073778376 140733930142160 140472348530744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12154/tid=12186] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12186/stat : 12186 (java) S 12149 12154 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36230822 9856040960 9106 33554432000 1073741824 1073778376 140733930142160 140472347478648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12154/tid=12188] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12188/stat : 12188 (java) S 12149 12154 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36230822 9856040960 9106 33554432000 1073741824 1073778376 140733930142160 140472346426056 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12154/tid=12192] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12192/stat : 12192 (java) S 12149 12154 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36230829 9856040960 9106 33554432000 1073741824 1073778376 140733930142160 140472345372072 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 9625040

[startup+3.10074 s]
/proc/loadavg: 0.31 0.22 0.19 3/214 12193
/proc/meminfo: memFree=29540028/32872528 swapFree=1556504/1720024
[pid=12154] ppid=12149 vsize=9625040 CPUtime=3.48 cores=1,3,5,7
/proc/12154/stat : 12154 (java) S 12149 12154 12110 0 -1 4202496 7951 0 1 0 347 1 0 0 20 0 19 0 36230816 9856040960 10136 33554432000 1073741824 1073778376 140733930142160 140733930133296 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12154/statm: 2406260 10136 2241 9 0 2396937 0
[pid=12154/tid=12158] ppid=12149 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/12154/task/12158/stat : 12158 (java) R 12149 12154 12110 0 -1 4202560 2409 0 1 0 305 1 0 0 20 0 19 0 36230817 9856040960 10136 33554432000 1073741824 1073778376 140733930142160 140472529649976 140472358439757 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12154/tid=12160] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12160/stat : 12160 (java) S 12149 12154 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36230818 9856040960 10136 33554432000 1073741824 1073778376 140733930142160 140472491141928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12154/tid=12161] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12161/stat : 12161 (java) S 12149 12154 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36230818 9856040960 10136 33554432000 1073741824 1073778376 140733930142160 140472490089128 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12154/tid=12163] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12163/stat : 12163 (java) S 12149 12154 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36230818 9856040960 10136 33554432000 1073741824 1073778376 140733930142160 140472489036840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12154/tid=12164] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12164/stat : 12164 (java) S 12149 12154 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36230818 9856040960 10136 33554432000 1073741824 1073778376 140733930142160 140472487984040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12154/tid=12166] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12166/stat : 12166 (java) S 12149 12154 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36230818 9856040960 10136 33554432000 1073741824 1073778376 140733930142160 140472486930728 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12154/tid=12168] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12168/stat : 12168 (java) S 12149 12154 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36230818 9856040960 10136 33554432000 1073741824 1073778376 140733930142160 140472485877928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12154/tid=12170] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12170/stat : 12170 (java) S 12149 12154 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36230818 9856040960 10136 33554432000 1073741824 1073778376 140733930142160 140472484825640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12154/tid=12171] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12171/stat : 12171 (java) S 12149 12154 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36230818 9856040960 10136 33554432000 1073741824 1073778376 140733930142160 140472483772840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12154/tid=12176] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12176/stat : 12176 (java) S 12149 12154 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36230819 9856040960 10136 33554432000 1073741824 1073778376 140733930142160 140472353794792 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12154/tid=12178] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12178/stat : 12178 (java) S 12149 12154 12110 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36230819 9856040960 10136 33554432000 1073741824 1073778376 140733930142160 140472352740856 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12154/tid=12179] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12179/stat : 12179 (java) S 12149 12154 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36230819 9856040960 10136 33554432000 1073741824 1073778376 140733930142160 140472351688456 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12154/tid=12182] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12182/stat : 12182 (java) S 12149 12154 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36230822 9856040960 10136 33554432000 1073741824 1073778376 140733930142160 140472350636944 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12154/tid=12183] ppid=12149 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/12154/task/12183/stat : 12183 (java) S 12149 12154 12110 0 -1 4202560 1789 0 0 0 19 0 0 0 20 0 19 0 36230822 9856040960 10136 33554432000 1073741824 1073778376 140733930142160 140472349583544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12154/tid=12184] ppid=12149 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/12154/task/12184/stat : 12184 (java) S 12149 12154 12110 0 -1 4202560 2484 0 0 0 18 0 0 0 20 0 19 0 36230822 9856040960 10136 33554432000 1073741824 1073778376 140733930142160 140472348530744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12154/tid=12186] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12186/stat : 12186 (java) S 12149 12154 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36230822 9856040960 10136 33554432000 1073741824 1073778376 140733930142160 140472347478648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12154/tid=12188] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12188/stat : 12188 (java) S 12149 12154 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36230822 9856040960 10136 33554432000 1073741824 1073778376 140733930142160 140472346426056 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12154/tid=12192] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12192/stat : 12192 (java) S 12149 12154 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36230829 9856040960 10136 33554432000 1073741824 1073778376 140733930142160 140472345372072 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.48
Current children cumulated vsize (KiB) 9625040

[startup+6.30075 s]
/proc/loadavg: 0.45 0.25 0.20 3/214 12193
/proc/meminfo: memFree=29509004/32872528 swapFree=1556504/1720024
[pid=12154] ppid=12149 vsize=9625040 CPUtime=6.68 cores=1,3,5,7
/proc/12154/stat : 12154 (java) S 12149 12154 12110 0 -1 4202496 7956 0 1 0 667 1 0 0 20 0 19 0 36230816 9856040960 11618 33554432000 1073741824 1073778376 140733930142160 140733930133296 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12154/statm: 2406260 11618 2242 9 0 2396937 0
[pid=12154/tid=12158] ppid=12149 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/12154/task/12158/stat : 12158 (java) R 12149 12154 12110 0 -1 4202560 2413 0 1 0 624 1 0 0 20 0 19 0 36230817 9856040960 11618 33554432000 1073741824 1073778376 140733930142160 140472529641168 140472358474428 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12154/tid=12160] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12160/stat : 12160 (java) S 12149 12154 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36230818 9856040960 11618 33554432000 1073741824 1073778376 140733930142160 140472491141928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12154/tid=12161] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12161/stat : 12161 (java) S 12149 12154 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36230818 9856040960 11618 33554432000 1073741824 1073778376 140733930142160 140472490089128 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12154/tid=12163] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12163/stat : 12163 (java) S 12149 12154 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36230818 9856040960 11618 33554432000 1073741824 1073778376 140733930142160 140472489036840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12154/tid=12164] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12164/stat : 12164 (java) S 12149 12154 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36230818 9856040960 11618 33554432000 1073741824 1073778376 140733930142160 140472487984040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12154/tid=12166] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12166/stat : 12166 (java) S 12149 12154 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36230818 9856040960 11618 33554432000 1073741824 1073778376 140733930142160 140472486930728 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12154/tid=12168] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12168/stat : 12168 (java) S 12149 12154 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36230818 9856040960 11618 33554432000 1073741824 1073778376 140733930142160 140472485877928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12154/tid=12170] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12170/stat : 12170 (java) S 12149 12154 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36230818 9856040960 11618 33554432000 1073741824 1073778376 140733930142160 140472484825640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12154/tid=12171] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12171/stat : 12171 (java) S 12149 12154 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36230818 9856040960 11618 33554432000 1073741824 1073778376 140733930142160 140472483772840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12154/tid=12176] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12176/stat : 12176 (java) S 12149 12154 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36230819 9856040960 11618 33554432000 1073741824 1073778376 140733930142160 140472353794792 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12154/tid=12178] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12178/stat : 12178 (java) S 12149 12154 12110 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36230819 9856040960 11618 33554432000 1073741824 1073778376 140733930142160 140472352740856 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12154/tid=12179] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12179/stat : 12179 (java) S 12149 12154 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36230819 9856040960 11618 33554432000 1073741824 1073778376 140733930142160 140472351688456 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12154/tid=12182] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12182/stat : 12182 (java) S 12149 12154 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36230822 9856040960 11618 33554432000 1073741824 1073778376 140733930142160 140472350636944 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12154/tid=12183] ppid=12149 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/12154/task/12183/stat : 12183 (java) S 12149 12154 12110 0 -1 4202560 1789 0 0 0 19 0 0 0 20 0 19 0 36230822 9856040960 11618 33554432000 1073741824 1073778376 140733930142160 140472349583544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12154/tid=12184] ppid=12149 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/12154/task/12184/stat : 12184 (java) S 12149 12154 12110 0 -1 4202560 2484 0 0 0 18 0 0 0 20 0 19 0 36230822 9856040960 11618 33554432000 1073741824 1073778376 140733930142160 140472348530744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12154/tid=12186] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12186/stat : 12186 (java) S 12149 12154 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36230822 9856040960 11618 33554432000 1073741824 1073778376 140733930142160 140472347478648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12154/tid=12188] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12188/stat : 12188 (java) S 12149 12154 12110 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36230822 9856040960 11618 33554432000 1073741824 1073778376 140733930142160 140472346426056 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12154/tid=12192] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12192/stat : 12192 (java) S 12149 12154 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36230829 9856040960 11618 33554432000 1073741824 1073778376 140733930142160 140472345372072 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.68
Current children cumulated vsize (KiB) 9625040


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

[pid=12154/tid=12178] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12178/stat : 12178 (java) S 12149 12154 12110 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36230819 9856040960 44804 33554432000 1073741824 1073778376 140733930142160 140472352740856 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12154/tid=12179] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12179/stat : 12179 (java) S 12149 12154 12110 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36230819 9856040960 44804 33554432000 1073741824 1073778376 140733930142160 140472351688456 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12154/tid=12182] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12182/stat : 12182 (java) S 12149 12154 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36230822 9856040960 44804 33554432000 1073741824 1073778376 140733930142160 140472350636944 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12154/tid=12183] ppid=12149 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/12154/task/12183/stat : 12183 (java) S 12149 12154 12110 0 -1 4202560 9536 0 0 0 59 2 0 0 20 0 19 0 36230822 9856040960 44804 33554432000 1073741824 1073778376 140733930142160 140472349583544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12154/tid=12184] ppid=12149 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/12154/task/12184/stat : 12184 (java) S 12149 12154 12110 0 -1 4202560 2488 0 0 0 20 0 0 0 20 0 19 0 36230822 9856040960 44804 33554432000 1073741824 1073778376 140733930142160 140472348530744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12154/tid=12186] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12186/stat : 12186 (java) S 12149 12154 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36230822 9856040960 44804 33554432000 1073741824 1073778376 140733930142160 140472347478648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12154/tid=12188] ppid=12149 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/12154/task/12188/stat : 12188 (java) S 12149 12154 12110 0 -1 4202560 18 0 0 0 3 4 0 0 20 0 19 0 36230822 9856040960 44804 33554432000 1073741824 1073778376 140733930142160 140472346426056 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12154/tid=12192] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12192/stat : 12192 (java) S 12149 12154 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36230829 9856040960 44804 33554432000 1073741824 1073778376 140733930142160 140472345372072 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 280.87
Current children cumulated vsize (KiB) 9625040

[startup+281.601 s]
/proc/loadavg: 2.28 1.46 0.72 4/213 12198
/proc/meminfo: memFree=28815168/32872528 swapFree=1556504/1720024
[pid=12154] ppid=12149 vsize=9625040 CPUtime=282.49 cores=1,3,5,7
/proc/12154/stat : 12154 (java) S 12149 12154 12110 0 -1 4202496 15842 0 1 0 28239 10 0 0 20 0 19 0 36230816 9856040960 44804 33554432000 1073741824 1073778376 140733930142160 140733930133296 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12154/statm: 2406260 44804 2262 9 0 2396937 0
[pid=12154/tid=12158] ppid=12149 vsize=9625040 CPUtime=280.84 cores=1,3,5,7
/proc/12154/task/12158/stat : 12158 (java) R 12149 12154 12110 0 -1 4202560 2481 0 1 0 28078 6 0 0 20 0 19 0 36230817 9856040960 44804 33554432000 1073741824 1073778376 140733930142160 140472529649976 140472358423535 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12154/tid=12160] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12160/stat : 12160 (java) S 12149 12154 12110 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36230818 9856040960 44804 33554432000 1073741824 1073778376 140733930142160 140472491141928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12154/tid=12161] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12161/stat : 12161 (java) S 12149 12154 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36230818 9856040960 44804 33554432000 1073741824 1073778376 140733930142160 140472490089128 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12154/tid=12163] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12163/stat : 12163 (java) S 12149 12154 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36230818 9856040960 44804 33554432000 1073741824 1073778376 140733930142160 140472489036840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12154/tid=12164] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12164/stat : 12164 (java) S 12149 12154 12110 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 36230818 9856040960 44804 33554432000 1073741824 1073778376 140733930142160 140472487984040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12154/tid=12166] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12166/stat : 12166 (java) S 12149 12154 12110 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36230818 9856040960 44804 33554432000 1073741824 1073778376 140733930142160 140472486930728 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12154/tid=12168] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12168/stat : 12168 (java) S 12149 12154 12110 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 36230818 9856040960 44804 33554432000 1073741824 1073778376 140733930142160 140472485877928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12154/tid=12170] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12170/stat : 12170 (java) S 12149 12154 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36230818 9856040960 44804 33554432000 1073741824 1073778376 140733930142160 140472484825640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12154/tid=12171] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12171/stat : 12171 (java) S 12149 12154 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36230818 9856040960 44804 33554432000 1073741824 1073778376 140733930142160 140472483772840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12154/tid=12176] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12176/stat : 12176 (java) S 12149 12154 12110 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 36230819 9856040960 44804 33554432000 1073741824 1073778376 140733930142160 140472353794792 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12154/tid=12178] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12178/stat : 12178 (java) S 12149 12154 12110 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36230819 9856040960 44804 33554432000 1073741824 1073778376 140733930142160 140472352740856 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12154/tid=12179] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12179/stat : 12179 (java) S 12149 12154 12110 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36230819 9856040960 44804 33554432000 1073741824 1073778376 140733930142160 140472351688456 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12154/tid=12182] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12182/stat : 12182 (java) S 12149 12154 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36230822 9856040960 44804 33554432000 1073741824 1073778376 140733930142160 140472350636944 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12154/tid=12183] ppid=12149 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/12154/task/12183/stat : 12183 (java) S 12149 12154 12110 0 -1 4202560 9536 0 0 0 60 2 0 0 20 0 19 0 36230822 9856040960 44804 33554432000 1073741824 1073778376 140733930142160 140472349583544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12154/tid=12184] ppid=12149 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/12154/task/12184/stat : 12184 (java) S 12149 12154 12110 0 -1 4202560 2488 0 0 0 20 0 0 0 20 0 19 0 36230822 9856040960 44804 33554432000 1073741824 1073778376 140733930142160 140472348530744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12154/tid=12186] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12186/stat : 12186 (java) S 12149 12154 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36230822 9856040960 44804 33554432000 1073741824 1073778376 140733930142160 140472347478648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12154/tid=12188] ppid=12149 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/12154/task/12188/stat : 12188 (java) S 12149 12154 12110 0 -1 4202560 18 0 0 0 3 4 0 0 20 0 19 0 36230822 9856040960 44804 33554432000 1073741824 1073778376 140733930142160 140472346426056 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12154/tid=12192] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12192/stat : 12192 (java) S 12149 12154 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36230829 9856040960 44804 33554432000 1073741824 1073778376 140733930142160 140472345372072 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 282.49
Current children cumulated vsize (KiB) 9625040

[startup+282.001 s]
/proc/loadavg: 2.28 1.46 0.72 4/213 12198
/proc/meminfo: memFree=28815168/32872528 swapFree=1556504/1720024
[pid=12154] ppid=12149 vsize=9625040 CPUtime=282.9 cores=1,3,5,7
/proc/12154/stat : 12154 (java) S 12149 12154 12110 0 -1 4202496 15842 0 1 0 28280 10 0 0 20 0 19 0 36230816 9856040960 44804 33554432000 1073741824 1073778376 140733930142160 140733930133296 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12154/statm: 2406260 44804 2262 9 0 2396937 0
[pid=12154/tid=12158] ppid=12149 vsize=9625040 CPUtime=281.23 cores=1,3,5,7
/proc/12154/task/12158/stat : 12158 (java) R 12149 12154 12110 0 -1 4202560 2481 0 1 0 28117 6 0 0 20 0 19 0 36230817 9856040960 44804 33554432000 1073741824 1073778376 140733930142160 140472529649976 140472358636148 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12154/tid=12160] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12160/stat : 12160 (java) S 12149 12154 12110 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36230818 9856040960 44804 33554432000 1073741824 1073778376 140733930142160 140472491141928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12154/tid=12161] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12161/stat : 12161 (java) S 12149 12154 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36230818 9856040960 44804 33554432000 1073741824 1073778376 140733930142160 140472490089128 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12154/tid=12163] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12163/stat : 12163 (java) S 12149 12154 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36230818 9856040960 44804 33554432000 1073741824 1073778376 140733930142160 140472489036840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12154/tid=12164] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12164/stat : 12164 (java) S 12149 12154 12110 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 36230818 9856040960 44804 33554432000 1073741824 1073778376 140733930142160 140472487984040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12154/tid=12166] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12166/stat : 12166 (java) S 12149 12154 12110 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36230818 9856040960 44804 33554432000 1073741824 1073778376 140733930142160 140472486930728 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12154/tid=12168] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12168/stat : 12168 (java) S 12149 12154 12110 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 36230818 9856040960 44804 33554432000 1073741824 1073778376 140733930142160 140472485877928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12154/tid=12170] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12170/stat : 12170 (java) S 12149 12154 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36230818 9856040960 44804 33554432000 1073741824 1073778376 140733930142160 140472484825640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12154/tid=12171] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12171/stat : 12171 (java) S 12149 12154 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36230818 9856040960 44804 33554432000 1073741824 1073778376 140733930142160 140472483772840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12154/tid=12176] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12176/stat : 12176 (java) S 12149 12154 12110 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 36230819 9856040960 44804 33554432000 1073741824 1073778376 140733930142160 140472353794792 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12154/tid=12178] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12178/stat : 12178 (java) S 12149 12154 12110 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36230819 9856040960 44804 33554432000 1073741824 1073778376 140733930142160 140472352740856 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12154/tid=12179] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12179/stat : 12179 (java) S 12149 12154 12110 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36230819 9856040960 44804 33554432000 1073741824 1073778376 140733930142160 140472351688456 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12154/tid=12182] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12182/stat : 12182 (java) S 12149 12154 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36230822 9856040960 44804 33554432000 1073741824 1073778376 140733930142160 140472350636944 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12154/tid=12183] ppid=12149 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/12154/task/12183/stat : 12183 (java) S 12149 12154 12110 0 -1 4202560 9536 0 0 0 62 2 0 0 20 0 19 0 36230822 9856040960 44804 33554432000 1073741824 1073778376 140733930142160 140472349583544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12154/tid=12184] ppid=12149 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/12154/task/12184/stat : 12184 (java) S 12149 12154 12110 0 -1 4202560 2488 0 0 0 20 0 0 0 20 0 19 0 36230822 9856040960 44804 33554432000 1073741824 1073778376 140733930142160 140472348530744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12154/tid=12186] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12186/stat : 12186 (java) S 12149 12154 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36230822 9856040960 44804 33554432000 1073741824 1073778376 140733930142160 140472347478648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12154/tid=12188] ppid=12149 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/12154/task/12188/stat : 12188 (java) S 12149 12154 12110 0 -1 4202560 18 0 0 0 3 4 0 0 20 0 19 0 36230822 9856040960 44804 33554432000 1073741824 1073778376 140733930142160 140472346426056 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12154/tid=12192] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12192/stat : 12192 (java) S 12149 12154 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36230829 9856040960 44804 33554432000 1073741824 1073778376 140733930142160 140472345372072 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 282.9
Current children cumulated vsize (KiB) 9625040

[startup+282.201 s]
/proc/loadavg: 2.28 1.46 0.72 4/213 12198
/proc/meminfo: memFree=28815168/32872528 swapFree=1556504/1720024
[pid=12154] ppid=12149 vsize=9625040 CPUtime=283.1 cores=1,3,5,7
/proc/12154/stat : 12154 (java) S 12149 12154 12110 0 -1 4202496 15842 0 1 0 28300 10 0 0 20 0 19 0 36230816 9856040960 44804 33554432000 1073741824 1073778376 140733930142160 140733930133296 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12154/statm: 2406260 44804 2262 9 0 2396937 0
[pid=12154/tid=12158] ppid=12149 vsize=9625040 CPUtime=281.43 cores=1,3,5,7
/proc/12154/task/12158/stat : 12158 (java) R 12149 12154 12110 0 -1 4202560 2481 0 1 0 28137 6 0 0 20 0 19 0 36230817 9856040960 44804 33554432000 1073741824 1073778376 140733930142160 140472529649976 140472358279088 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12154/tid=12160] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12160/stat : 12160 (java) S 12149 12154 12110 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36230818 9856040960 44804 33554432000 1073741824 1073778376 140733930142160 140472491141928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12154/tid=12161] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12161/stat : 12161 (java) S 12149 12154 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36230818 9856040960 44804 33554432000 1073741824 1073778376 140733930142160 140472490089128 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12154/tid=12163] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12163/stat : 12163 (java) S 12149 12154 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36230818 9856040960 44804 33554432000 1073741824 1073778376 140733930142160 140472489036840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12154/tid=12164] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12164/stat : 12164 (java) S 12149 12154 12110 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 36230818 9856040960 44804 33554432000 1073741824 1073778376 140733930142160 140472487984040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12154/tid=12166] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12166/stat : 12166 (java) S 12149 12154 12110 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36230818 9856040960 44804 33554432000 1073741824 1073778376 140733930142160 140472486930728 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12154/tid=12168] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12168/stat : 12168 (java) S 12149 12154 12110 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 36230818 9856040960 44804 33554432000 1073741824 1073778376 140733930142160 140472485877928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12154/tid=12170] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12170/stat : 12170 (java) S 12149 12154 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36230818 9856040960 44804 33554432000 1073741824 1073778376 140733930142160 140472484825640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12154/tid=12171] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12171/stat : 12171 (java) S 12149 12154 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36230818 9856040960 44804 33554432000 1073741824 1073778376 140733930142160 140472483772840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12154/tid=12176] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12176/stat : 12176 (java) S 12149 12154 12110 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 36230819 9856040960 44804 33554432000 1073741824 1073778376 140733930142160 140472353794792 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12154/tid=12178] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12178/stat : 12178 (java) S 12149 12154 12110 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36230819 9856040960 44804 33554432000 1073741824 1073778376 140733930142160 140472352740856 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12154/tid=12179] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12179/stat : 12179 (java) S 12149 12154 12110 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36230819 9856040960 44804 33554432000 1073741824 1073778376 140733930142160 140472351688456 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12154/tid=12182] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12182/stat : 12182 (java) S 12149 12154 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36230822 9856040960 44804 33554432000 1073741824 1073778376 140733930142160 140472350636944 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12154/tid=12183] ppid=12149 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/12154/task/12183/stat : 12183 (java) S 12149 12154 12110 0 -1 4202560 9536 0 0 0 62 2 0 0 20 0 19 0 36230822 9856040960 44804 33554432000 1073741824 1073778376 140733930142160 140472349583544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12154/tid=12184] ppid=12149 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/12154/task/12184/stat : 12184 (java) S 12149 12154 12110 0 -1 4202560 2488 0 0 0 20 0 0 0 20 0 19 0 36230822 9856040960 44804 33554432000 1073741824 1073778376 140733930142160 140472348530744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12154/tid=12186] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12186/stat : 12186 (java) S 12149 12154 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36230822 9856040960 44804 33554432000 1073741824 1073778376 140733930142160 140472347478648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12154/tid=12188] ppid=12149 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/12154/task/12188/stat : 12188 (java) S 12149 12154 12110 0 -1 4202560 18 0 0 0 3 4 0 0 20 0 19 0 36230822 9856040960 44804 33554432000 1073741824 1073778376 140733930142160 140472346426056 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12154/tid=12192] ppid=12149 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12154/task/12192/stat : 12192 (java) S 12149 12154 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36230829 9856040960 44804 33554432000 1073741824 1073778376 140733930142160 140472345372072 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 283.1
Current children cumulated vsize (KiB) 9625040

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12154 and gives
#  childrusage.ru_utime.tv_sec=282
#  childrusage.ru_utime.tv_usec=308082
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=191970
# CPU time returned by wait4() is 282.5
# while last known CPU time is 283.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 282.229
CPU time (s): 283.1
CPU user time (s): 283
CPU system time (s): 0.1
CPU usage (%): 100.309
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 282.308
system time used= 0.19197
maximum resident set size= 193716
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15863
page faults= 1
swaps= 0
block input operations= 0
block output operations= 288
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6265
involuntary context switches= 325

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.23481 second user time and 1.3248 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-19 15:10:22
IDJOB=4109184
IDBENCH=78705
IDSOLVER=2551
FILE ID=node117/4109184-1466341822
RUNJOBID= node117-1466341821-12127
PBS_JOBID= 19922035
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-11-10--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109184-1466341822/watcher-4109184-1466341822 -o /tmp/evaluation-result-4109184-1466341822/solver-4109184-1466341822 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466341821-12127 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4109184-1466341822.wbo

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

MD5SUM BENCH= aee3c086893c0832e26f8cc2ef39e632
RANDOM SEED=745232735

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29621164 kB
Buffers:          170920 kB
Cached:           589540 kB
SwapCached:            0 kB
Active:           161700 kB
Inactive:         608576 kB
Active(anon):       2256 kB
Inactive(anon):    10624 kB
Active(file):     159444 kB
Inactive(file):   597952 kB
Unevictable:     1720024 kB
Mlocked:         1556504 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1612 kB
Writeback:             0 kB
AnonPages:       1730200 kB
Mapped:            12580 kB
Shmem:               204 kB
Slab:             627756 kB
SReclaimable:      72064 kB
SUnreclaim:       555692 kB
KernelStack:        1376 kB
PageTables:         7440 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1815316 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    163840 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= 71740 MiB
End job on node117 at 2016-06-19 15:15:04