Trace number 4085902

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16OPT3 38.23 37.0289

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=139-P1=101-P2=227-P3=251-P4=227-P5=251-B.opb
MD5SUM1d3dc680e7fede194f84acfa61415e9b
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.083986
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables120
Total number of constraints11
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints11
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)320
Sum of products size (including duplicates)640
Number of different products320
Sum of products size640

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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	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.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4085902-1465254210.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  objective function found
0.11/0.15	c ... done. Wall clock time 0.054s.
0.11/0.15	c declared #vars     120
0.11/0.15	c internal #vars     440
0.11/0.15	c #constraints  656
0.11/0.15	c constraints type 
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 320
0.11/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 336
0.11/0.16	c 656 constraints processed.
0.11/0.16	c objective function length is 8 literals
0.86/0.62	c cleaning 2500 clauses out of 5001 with flag 10260/5001
1.35/1.08	c cleaning 4244 clauses out of 8500 with flag 22483/11000
1.96/1.61	c cleaning 5618 clauses out of 11257 with flag 36713/18001
2.47/2.18	c cleaning 6815 clauses out of 13638 with flag 53113/26000
3.03/2.68	c cleaning 7906 clauses out of 15825 with flag 73539/35002
3.53/3.20	c cleaning 8953 clauses out of 17918 with flag 95448/45001
4.33/3.96	c cleaning 9977 clauses out of 19964 with flag 120973/56000
4.94/4.59	c SATISFIABLE
4.94/4.59	c OPTIMIZING...
4.94/4.59	c Got one! Elapsed wall clock time (in seconds):4.489
4.94/4.59	o 103
5.44/5.08	c cleaning 12582 clauses out of 25182 with flag 11417/71195
6.33/5.79	c cleaning 9295 clauses out of 18600 with flag 25263/77195
7.38/6.42	c cleaning 8146 clauses out of 16305 with flag 43231/84195
7.78/6.86	c cleaning 8074 clauses out of 16161 with flag 62586/92197
8.28/7.35	c Got one! Elapsed wall clock time (in seconds):7.251
8.28/7.35	o 53
8.59/7.61	c cleaning 10734 clauses out of 21501 with flag 12083/105611
8.79/7.87	c cleaning 8374 clauses out of 16770 with flag 24882/111614
8.99/8.03	c Got one! Elapsed wall clock time (in seconds):7.934
8.99/8.03	o 11
9.09/8.10	c cleaning 6891 clauses out of 13804 with flag 2530/117022
9.09/8.12	c Got one! Elapsed wall clock time (in seconds):8.015
9.09/8.12	o 3
9.29/8.33	c cleaning 6078 clauses out of 12181 with flag 10533/122290
9.59/8.61	c cleaning 6040 clauses out of 12103 with flag 23984/128290
9.92/8.92	c cleaning 6526 clauses out of 13063 with flag 40491/135290
10.41/9.48	c cleaning 7266 clauses out of 14537 with flag 60835/143290
11.21/10.29	c cleaning 8127 clauses out of 16271 with flag 83806/152290
11.91/10.90	c cleaning 9055 clauses out of 18145 with flag 107379/162291
12.51/11.55	c cleaning 10036 clauses out of 20089 with flag 133128/173290
13.22/12.27	c cleaning 11023 clauses out of 22053 with flag 159870/185290
14.32/13.34	c cleaning 12012 clauses out of 24032 with flag 191521/198292
15.59/14.55	c cleaning 12997 clauses out of 26018 with flag 223323/212290
16.84/15.77	c cleaning 14007 clauses out of 28020 with flag 258648/227290
18.04/16.98	c cleaning 14998 clauses out of 30014 with flag 292773/243291
19.24/18.19	c cleaning 16001 clauses out of 32016 with flag 330431/260291
21.25/20.18	c cleaning 16997 clauses out of 34016 with flag 371540/278292
22.95/21.89	c cleaning 17998 clauses out of 36017 with flag 413942/297290
25.05/23.92	c cleaning 19000 clauses out of 38019 with flag 458662/317290
26.75/25.63	c cleaning 20003 clauses out of 40018 with flag 503644/338290
28.55/27.43	c cleaning 21002 clauses out of 42016 with flag 552025/360291
30.65/29.50	c cleaning 21992 clauses out of 44013 with flag 602565/383291
32.77/31.67	c cleaning 23007 clauses out of 46022 with flag 657000/407292
35.72/34.58	c cleaning 24006 clauses out of 48013 with flag 710527/432291
38.23/37.02	c starts		: 855
38.23/37.02	c conflicts		: 453272
38.23/37.02	c decisions		: 505564
38.23/37.02	c propagations		: 8327817
38.23/37.02	c inspects		: 644811736
38.23/37.02	c shortcuts		: 0
38.23/37.02	c learnt literals	: 19
38.23/37.02	c learnt binary clauses	: 20
38.23/37.02	c learnt ternary clauses	: 24
38.23/37.02	c learnt constraints	: 453252
38.23/37.02	c ignored constraints	: 0
38.23/37.02	c root simplifications	: 0
38.23/37.02	c removed literals (reason simplification)	: 0
38.23/37.02	c reason swapping (by a shorter reason)	: 0
38.23/37.02	c Calls to reduceDB	: 35
38.23/37.02	c Number of update (reduction) of LBD	: 16464
38.23/37.02	c Imported unit clauses	: 0
38.23/37.02	c number of reductions to clauses (during analyze)	: 0
38.23/37.02	c number of learned constraints concerned by reduction	: 0
38.23/37.02	c number of learning phase by resolution	: 0
38.23/37.02	c number of learning phase by cutting planes	: 0
38.23/37.02	c speed (assignments/second)	: 225912.62241271735
38.23/37.02	c non guided choices	2516
38.23/37.02	c learnt constraints type 
38.23/37.02	s OPTIMUM FOUND
38.23/37.02	c Found 4 solution(s)
38.23/37.02	v x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 x9 -x10 x11 -x12 -x13 -x14 x15 x16 x17 -x18 x19 x20 -x21 -x22 -x23 -x24 x25 x26 x27 -x28 -x29 -x30 x31 x32 x33 x34 x35 -x36 x37 -x38 -x39 -x40 x41 -x42 x43 x44 x45 -x46 x47 x48 x49 x50 x51 x52 -x53 -x54 x55 -x56 x57 x58 -x59 -x60 -x61 -x62 -x63 -x64 x65 -x66 x67 -x68 x69 -x70 x71 -x72 x73 x74 -x75 -x76 -x77 x78 -x79 x80 -x81 x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 x91 -x92 -x93 -x94 -x95 -x96 -x97 x98 -x99 -x100 -x101 -x102 -x103 -x104 x105 x106 x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 x115 x116 -x117 -x118 -x119 x120 
38.23/37.02	c objective function=3
38.23/37.02	c Total wall clock time (in seconds): 36.921

Verifier Data

OK	3

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4085902-1465254210/watcher-4085902-1465254210 -o /tmp/evaluation-result-4085902-1465254210/solver-4085902-1465254210 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1465252319-3501 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085902-1465254210.opb 

pid=4980
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.14 2.12 2.03 3/194 4983
/proc/meminfo: memFree=31111916/32872528 swapFree=12352/737972
[pid=4983] ppid=4980 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/4983/stat : 4983 (java) S 4980 4983 3485 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 107355459 98570240 977 33554432000 1073741824 1073778376 140735436172032 140735436163168 213869690941 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4983/statm: 24065 977 743 9 0 16771 0
[pid=4983/tid=4984] ppid=4980 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/4983/task/4984/stat : 4984 (java) R 4980 4983 3485 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 107355459 98570240 977 33554432000 1073741824 1073778376 140735436172032 140063883603496 213866333568 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 2.14 2.12 2.03 3/194 4983
/proc/meminfo: memFree=31111916/32872528 swapFree=12352/737972
[pid=4983] ppid=4980 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/4983/stat : 4983 (java) S 4980 4983 3485 0 -1 4202496 4494 0 1 0 10 1 0 0 20 0 18 0 107355459 9787879424 6132 33554432000 1073741824 1073778376 140735436172032 140735436163168 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4983/statm: 2389619 6132 2157 9 0 2380296 0
[pid=4983/tid=4984] ppid=4980 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/4983/task/4984/stat : 4984 (java) R 4980 4983 3485 0 -1 4202560 2380 0 1 0 6 1 0 0 20 0 18 0 107355459 9787879424 6132 33554432000 1073741824 1073778376 140735436172032 140063883607768 213869716749 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.20026 s]
/proc/loadavg: 2.14 2.12 2.03 3/194 4983
/proc/meminfo: memFree=31111916/32872528 swapFree=12352/737972
[pid=4983] ppid=4980 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/4983/stat : 4983 (java) S 4980 4983 3485 0 -1 4202496 6077 0 1 0 28 2 0 0 20 0 19 0 107355459 9856040960 8172 33554432000 1073741824 1073778376 140735436172032 140735436163168 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4983/statm: 2406260 8172 2229 9 0 2396937 0
[pid=4983/tid=4984] ppid=4980 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/4983/task/4984/stat : 4984 (java) R 4980 4983 3485 0 -1 4202560 2411 0 1 0 16 1 0 0 20 0 19 0 107355459 9856040960 8172 33554432000 1073741824 1073778376 140735436172032 140063883608704 140063732218055 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9625040

[startup+0.300254 s]
/proc/loadavg: 2.14 2.12 2.03 3/194 4983
/proc/meminfo: memFree=31111916/32872528 swapFree=12352/737972
[pid=4983] ppid=4980 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/4983/stat : 4983 (java) S 4980 4983 3485 0 -1 4202496 6744 0 1 0 52 2 0 0 20 0 19 0 107355459 9856040960 8230 33554432000 1073741824 1073778376 140735436172032 140735436163168 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4983/statm: 2406260 8230 2245 9 0 2396937 0
[pid=4983/tid=4984] ppid=4980 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/4983/task/4984/stat : 4984 (java) R 4980 4983 3485 0 -1 4202560 2419 0 1 0 26 1 0 0 20 0 19 0 107355459 9856040960 8230 33554432000 1073741824 1073778376 140735436172032 140063883608704 140063732564065 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9625040

[startup+0.700275 s]
/proc/loadavg: 2.14 2.12 2.03 3/194 4983
/proc/meminfo: memFree=31111916/32872528 swapFree=12352/737972
[pid=4983] ppid=4980 vsize=9625040 CPUtime=1 cores=0,2,4,6
/proc/4983/stat : 4983 (java) S 4980 4983 3485 0 -1 4202496 7082 0 1 0 98 2 0 0 20 0 19 0 107355459 9856040960 8773 33554432000 1073741824 1073778376 140735436172032 140735436163168 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4983/statm: 2406260 8773 2252 9 0 2396937 0
[pid=4983/tid=4984] ppid=4980 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/4983/task/4984/stat : 4984 (java) R 4980 4983 3485 0 -1 4202560 2420 0 1 0 66 1 0 0 20 0 19 0 107355459 9856040960 8773 33554432000 1073741824 1073778376 140735436172032 140063883608704 140063732595836 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 2.05 2.10 2.03 3/213 5002
/proc/meminfo: memFree=31081484/32872528 swapFree=12352/737972
[pid=4983] ppid=4980 vsize=9625040 CPUtime=1.86 cores=0,2,4,6
/proc/4983/stat : 4983 (java) S 4980 4983 3485 0 -1 4202496 8019 0 1 0 184 2 0 0 20 0 19 0 107355459 9856040960 10145 33554432000 1073741824 1073778376 140735436172032 140735436163168 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4983/statm: 2406260 10145 2256 9 0 2396937 0
[pid=4983/tid=4984] ppid=4980 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/4983/task/4984/stat : 4984 (java) R 4980 4983 3485 0 -1 4202560 2423 0 1 0 146 1 0 0 20 0 19 0 107355459 9856040960 10145 33554432000 1073741824 1073778376 140735436172032 140063883599568 140063732655612 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4983/tid=4986] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/4986/stat : 4986 (java) S 4980 4983 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107355460 9856040960 10145 33554432000 1073741824 1073778376 140735436172032 140063856060584 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4983/tid=4987] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/4987/stat : 4987 (java) S 4980 4983 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107355460 9856040960 10145 33554432000 1073741824 1073778376 140735436172032 140063855008040 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4983/tid=4988] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/4988/stat : 4988 (java) S 4980 4983 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107355460 9856040960 10145 33554432000 1073741824 1073778376 140735436172032 140063853955496 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4983/tid=4989] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/4989/stat : 4989 (java) S 4980 4983 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107355460 9856040960 10145 33554432000 1073741824 1073778376 140735436172032 140063852902952 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4983/tid=4990] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/4990/stat : 4990 (java) S 4980 4983 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107355460 9856040960 10145 33554432000 1073741824 1073778376 140735436172032 140063851850408 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4983/tid=4991] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/4991/stat : 4991 (java) S 4980 4983 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107355460 9856040960 10145 33554432000 1073741824 1073778376 140735436172032 140063850797864 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4983/tid=4992] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/4992/stat : 4992 (java) S 4980 4983 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107355460 9856040960 10145 33554432000 1073741824 1073778376 140735436172032 140063721171880 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4983/tid=4993] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/4993/stat : 4993 (java) S 4980 4983 3485 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 107355460 9856040960 10145 33554432000 1073741824 1073778376 140735436172032 140063720119336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4983/tid=4994] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/4994/stat : 4994 (java) S 4980 4983 3485 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 107355461 9856040960 10145 33554432000 1073741824 1073778376 140735436172032 140063237171304 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4983/tid=4995] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/4995/stat : 4995 (java) S 4980 4983 3485 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 107355461 9856040960 10145 33554432000 1073741824 1073778376 140735436172032 140063236117624 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4983/tid=4996] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/4996/stat : 4996 (java) S 4980 4983 3485 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107355461 9856040960 10145 33554432000 1073741824 1073778376 140735436172032 140063235064968 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4983/tid=4997] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/4997/stat : 4997 (java) S 4980 4983 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107355464 9856040960 10145 33554432000 1073741824 1073778376 140735436172032 140063234013712 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4983/tid=4998] ppid=4980 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/4983/task/4998/stat : 4998 (java) S 4980 4983 3485 0 -1 4202560 1495 0 0 0 14 0 0 0 20 0 19 0 107355464 9856040960 10145 33554432000 1073741824 1073778376 140735436172032 140063232961080 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4983/tid=4999] ppid=4980 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/4983/task/4999/stat : 4999 (java) S 4980 4983 3485 0 -1 4202560 2828 0 0 0 21 0 0 0 20 0 19 0 107355464 9856040960 10145 33554432000 1073741824 1073778376 140735436172032 140063231908536 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4983/tid=5000] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/5000/stat : 5000 (java) S 4980 4983 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107355464 9856040960 10145 33554432000 1073741824 1073778376 140735436172032 140063230856184 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4983/tid=5001] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/5001/stat : 5001 (java) S 4980 4983 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107355464 9856040960 10145 33554432000 1073741824 1073778376 140735436172032 140063229803848 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4983/tid=5002] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/5002/stat : 5002 (java) S 4980 4983 3485 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107355475 9856040960 10145 33554432000 1073741824 1073778376 140735436172032 140063228748584 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.05 2.10 2.03 4/213 5002
/proc/meminfo: memFree=31073272/32872528 swapFree=12352/737972
[pid=4983] ppid=4980 vsize=9625040 CPUtime=3.53 cores=0,2,4,6
/proc/4983/stat : 4983 (java) S 4980 4983 3485 0 -1 4202496 9101 0 1 0 351 2 0 0 20 0 19 0 107355459 9856040960 13247 33554432000 1073741824 1073778376 140735436172032 140735436163168 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4983/statm: 2406260 13247 2257 9 0 2396937 0
[pid=4983/tid=4984] ppid=4980 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/4983/task/4984/stat : 4984 (java) R 4980 4983 3485 0 -1 4202560 2428 0 1 0 306 1 0 0 20 0 19 0 107355459 9856040960 13247 33554432000 1073741824 1073778376 140735436172032 140063883608648 140063732203443 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4983/tid=4986] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/4986/stat : 4986 (java) S 4980 4983 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107355460 9856040960 13247 33554432000 1073741824 1073778376 140735436172032 140063856060584 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4983/tid=4987] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/4987/stat : 4987 (java) S 4980 4983 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107355460 9856040960 13247 33554432000 1073741824 1073778376 140735436172032 140063855008040 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4983/tid=4988] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/4988/stat : 4988 (java) S 4980 4983 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107355460 9856040960 13247 33554432000 1073741824 1073778376 140735436172032 140063853955496 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4983/tid=4989] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/4989/stat : 4989 (java) S 4980 4983 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107355460 9856040960 13247 33554432000 1073741824 1073778376 140735436172032 140063852902952 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4983/tid=4990] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/4990/stat : 4990 (java) S 4980 4983 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107355460 9856040960 13247 33554432000 1073741824 1073778376 140735436172032 140063851850408 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4983/tid=4991] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/4991/stat : 4991 (java) S 4980 4983 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107355460 9856040960 13247 33554432000 1073741824 1073778376 140735436172032 140063850797864 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4983/tid=4992] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/4992/stat : 4992 (java) S 4980 4983 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107355460 9856040960 13247 33554432000 1073741824 1073778376 140735436172032 140063721171880 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4983/tid=4993] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/4993/stat : 4993 (java) S 4980 4983 3485 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 107355460 9856040960 13247 33554432000 1073741824 1073778376 140735436172032 140063720119336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4983/tid=4994] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/4994/stat : 4994 (java) S 4980 4983 3485 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 107355461 9856040960 13247 33554432000 1073741824 1073778376 140735436172032 140063237171304 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4983/tid=4995] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/4995/stat : 4995 (java) S 4980 4983 3485 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 107355461 9856040960 13247 33554432000 1073741824 1073778376 140735436172032 140063236117624 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4983/tid=4996] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/4996/stat : 4996 (java) S 4980 4983 3485 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107355461 9856040960 13247 33554432000 1073741824 1073778376 140735436172032 140063235064968 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4983/tid=4997] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/4997/stat : 4997 (java) S 4980 4983 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107355464 9856040960 13247 33554432000 1073741824 1073778376 140735436172032 140063234013712 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4983/tid=4998] ppid=4980 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/4983/task/4998/stat : 4998 (java) S 4980 4983 3485 0 -1 4202560 2572 0 0 0 20 0 0 0 20 0 19 0 107355464 9856040960 13247 33554432000 1073741824 1073778376 140735436172032 140063232961080 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4983/tid=4999] ppid=4980 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/4983/task/4999/stat : 4999 (java) S 4980 4983 3485 0 -1 4202560 2828 0 0 0 21 0 0 0 20 0 19 0 107355464 9856040960 13247 33554432000 1073741824 1073778376 140735436172032 140063231908536 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4983/tid=5000] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/5000/stat : 5000 (java) S 4980 4983 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107355464 9856040960 13247 33554432000 1073741824 1073778376 140735436172032 140063230856184 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4983/tid=5001] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/5001/stat : 5001 (java) S 4980 4983 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107355464 9856040960 13247 33554432000 1073741824 1073778376 140735436172032 140063229803848 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4983/tid=5002] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/5002/stat : 5002 (java) S 4980 4983 3485 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107355475 9856040960 13247 33554432000 1073741824 1073778376 140735436172032 140063228748584 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.53
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 2.12 2.11 2.03 4/213 5002
/proc/meminfo: memFree=31043744/32872528 swapFree=12352/737972
[pid=4983] ppid=4980 vsize=9625040 CPUtime=7.28 cores=0,2,4,6
/proc/4983/stat : 4983 (java) S 4980 4983 3485 0 -1 4202496 18066 0 1 0 725 3 0 0 20 0 19 0 107355459 9856040960 20981 33554432000 1073741824 1073778376 140735436172032 140735436163168 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4983/statm: 2406260 20981 2258 9 0 2396937 0
[pid=4983/tid=4984] ppid=4980 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/4983/task/4984/stat : 4984 (java) R 4980 4983 3485 0 -1 4202560 2437 0 1 0 625 1 0 0 20 0 19 0 107355459 9856040960 20981 33554432000 1073741824 1073778376 140735436172032 140063883599552 140063732572620 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4983/tid=4986] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/4986/stat : 4986 (java) S 4980 4983 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107355460 9856040960 20981 33554432000 1073741824 1073778376 140735436172032 140063856060584 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4983/tid=4987] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/4987/stat : 4987 (java) S 4980 4983 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107355460 9856040960 20981 33554432000 1073741824 1073778376 140735436172032 140063855008040 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4983/tid=4988] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/4988/stat : 4988 (java) S 4980 4983 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107355460 9856040960 20981 33554432000 1073741824 1073778376 140735436172032 140063853955496 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4983/tid=4989] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/4989/stat : 4989 (java) S 4980 4983 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107355460 9856040960 20981 33554432000 1073741824 1073778376 140735436172032 140063852902952 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4983/tid=4990] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/4990/stat : 4990 (java) S 4980 4983 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107355460 9856040960 20981 33554432000 1073741824 1073778376 140735436172032 140063851850408 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4983/tid=4991] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/4991/stat : 4991 (java) S 4980 4983 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107355460 9856040960 20981 33554432000 1073741824 1073778376 140735436172032 140063850797864 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4983/tid=4992] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/4992/stat : 4992 (java) S 4980 4983 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107355460 9856040960 20981 33554432000 1073741824 1073778376 140735436172032 140063721171880 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4983/tid=4993] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/4993/stat : 4993 (java) S 4980 4983 3485 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 107355460 9856040960 20981 33554432000 1073741824 1073778376 140735436172032 140063720119336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4983/tid=4994] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/4994/stat : 4994 (java) S 4980 4983 3485 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 107355461 9856040960 20981 33554432000 1073741824 1073778376 140735436172032 140063237171304 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4983/tid=4995] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/4995/stat : 4995 (java) S 4980 4983 3485 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 107355461 9856040960 20981 33554432000 1073741824 1073778376 140735436172032 140063236117624 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4983/tid=4996] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/4996/stat : 4996 (java) S 4980 4983 3485 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107355461 9856040960 20981 33554432000 1073741824 1073778376 140735436172032 140063235064968 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4983/tid=4997] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/4997/stat : 4997 (java) S 4980 4983 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107355464 9856040960 20981 33554432000 1073741824 1073778376 140735436172032 140063234013712 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4983/tid=4998] ppid=4980 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/4983/task/4998/stat : 4998 (java) S 4980 4983 3485 0 -1 4202560 2613 0 0 0 23 0 0 0 20 0 19 0 107355464 9856040960 20981 33554432000 1073741824 1073778376 140735436172032 140063232961080 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4983/tid=4999] ppid=4980 vsize=9625040 CPUtime=0.74 cores=0,2,4,6

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

[pid=4983/tid=4995] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/4995/stat : 4995 (java) S 4980 4983 3485 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 107355461 9856040960 45731 33554432000 1073741824 1073778376 140735436172032 140063236117624 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4983/tid=4996] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/4996/stat : 4996 (java) S 4980 4983 3485 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 107355461 9856040960 45731 33554432000 1073741824 1073778376 140735436172032 140063235064968 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4983/tid=4997] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/4997/stat : 4997 (java) S 4980 4983 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107355464 9856040960 45731 33554432000 1073741824 1073778376 140735436172032 140063234013712 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4983/tid=4998] ppid=4980 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/4983/task/4998/stat : 4998 (java) S 4980 4983 3485 0 -1 4202560 2913 0 0 0 26 0 0 0 20 0 19 0 107355464 9856040960 45731 33554432000 1073741824 1073778376 140735436172032 140063232961080 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4983/tid=4999] ppid=4980 vsize=9625040 CPUtime=0.92 cores=0,2,4,6
/proc/4983/task/4999/stat : 4999 (java) S 4980 4983 3485 0 -1 4202560 11761 0 0 0 90 2 0 0 20 0 19 0 107355464 9856040960 45731 33554432000 1073741824 1073778376 140735436172032 140063231908536 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4983/tid=5000] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/5000/stat : 5000 (java) S 4980 4983 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107355464 9856040960 45731 33554432000 1073741824 1073778376 140735436172032 140063230856184 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4983/tid=5001] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/5001/stat : 5001 (java) S 4980 4983 3485 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 107355464 9856040960 45731 33554432000 1073741824 1073778376 140735436172032 140063229803848 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4983/tid=5002] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/5002/stat : 5002 (java) S 4980 4983 3485 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107355475 9856040960 45731 33554432000 1073741824 1073778376 140735436172032 140063228748584 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 36.43
Current children cumulated vsize (KiB) 9625040

[startup+36.0008 s]
/proc/loadavg: 2.07 2.10 2.03 3/212 5067
/proc/meminfo: memFree=31054712/32872528 swapFree=12352/737972
[pid=4983] ppid=4980 vsize=9625040 CPUtime=37.22 cores=0,2,4,6
/proc/4983/stat : 4983 (java) S 4980 4983 3485 0 -1 4202496 18480 0 1 0 3716 6 0 0 20 0 19 0 107355459 9856040960 45731 33554432000 1073741824 1073778376 140735436172032 140735436163168 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4983/statm: 2406260 45731 2271 9 0 2396937 0
[pid=4983/tid=4984] ppid=4980 vsize=9625040 CPUtime=35.87 cores=0,2,4,6
/proc/4983/task/4984/stat : 4984 (java) R 4980 4983 3485 0 -1 4202560 2492 0 1 0 3585 2 0 0 20 0 19 0 107355459 9856040960 45731 33554432000 1073741824 1073778376 140735436172032 140063883608368 140063732589607 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4983/tid=4986] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/4986/stat : 4986 (java) S 4980 4983 3485 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 107355460 9856040960 45731 33554432000 1073741824 1073778376 140735436172032 140063856060584 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4983/tid=4987] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/4987/stat : 4987 (java) S 4980 4983 3485 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 107355460 9856040960 45731 33554432000 1073741824 1073778376 140735436172032 140063855008040 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4983/tid=4988] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/4988/stat : 4988 (java) S 4980 4983 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107355460 9856040960 45731 33554432000 1073741824 1073778376 140735436172032 140063853955496 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4983/tid=4989] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/4989/stat : 4989 (java) S 4980 4983 3485 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 107355460 9856040960 45731 33554432000 1073741824 1073778376 140735436172032 140063852902952 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4983/tid=4990] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/4990/stat : 4990 (java) S 4980 4983 3485 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 107355460 9856040960 45731 33554432000 1073741824 1073778376 140735436172032 140063851850408 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4983/tid=4991] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/4991/stat : 4991 (java) S 4980 4983 3485 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 107355460 9856040960 45731 33554432000 1073741824 1073778376 140735436172032 140063850797864 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4983/tid=4992] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/4992/stat : 4992 (java) S 4980 4983 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107355460 9856040960 45731 33554432000 1073741824 1073778376 140735436172032 140063721171880 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4983/tid=4993] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/4993/stat : 4993 (java) S 4980 4983 3485 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 107355460 9856040960 45731 33554432000 1073741824 1073778376 140735436172032 140063720119336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4983/tid=4994] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/4994/stat : 4994 (java) S 4980 4983 3485 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 107355461 9856040960 45731 33554432000 1073741824 1073778376 140735436172032 140063237171304 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4983/tid=4995] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/4995/stat : 4995 (java) S 4980 4983 3485 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 107355461 9856040960 45731 33554432000 1073741824 1073778376 140735436172032 140063236117624 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4983/tid=4996] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/4996/stat : 4996 (java) S 4980 4983 3485 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 107355461 9856040960 45731 33554432000 1073741824 1073778376 140735436172032 140063235064968 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4983/tid=4997] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/4997/stat : 4997 (java) S 4980 4983 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107355464 9856040960 45731 33554432000 1073741824 1073778376 140735436172032 140063234013712 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4983/tid=4998] ppid=4980 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/4983/task/4998/stat : 4998 (java) S 4980 4983 3485 0 -1 4202560 2913 0 0 0 26 0 0 0 20 0 19 0 107355464 9856040960 45731 33554432000 1073741824 1073778376 140735436172032 140063232961080 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4983/tid=4999] ppid=4980 vsize=9625040 CPUtime=0.92 cores=0,2,4,6
/proc/4983/task/4999/stat : 4999 (java) S 4980 4983 3485 0 -1 4202560 11761 0 0 0 90 2 0 0 20 0 19 0 107355464 9856040960 45731 33554432000 1073741824 1073778376 140735436172032 140063231908536 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4983/tid=5000] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/5000/stat : 5000 (java) S 4980 4983 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107355464 9856040960 45731 33554432000 1073741824 1073778376 140735436172032 140063230856184 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4983/tid=5001] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/5001/stat : 5001 (java) S 4980 4983 3485 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 107355464 9856040960 45731 33554432000 1073741824 1073778376 140735436172032 140063229803848 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4983/tid=5002] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/5002/stat : 5002 (java) S 4980 4983 3485 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107355475 9856040960 45731 33554432000 1073741824 1073778376 140735436172032 140063228748584 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 37.22
Current children cumulated vsize (KiB) 9625040

[startup+36.8007 s]
/proc/loadavg: 2.07 2.10 2.03 4/212 5067
/proc/meminfo: memFree=31034208/32872528 swapFree=12352/737972
[pid=4983] ppid=4980 vsize=9625040 CPUtime=38.03 cores=0,2,4,6
/proc/4983/stat : 4983 (java) S 4980 4983 3485 0 -1 4202496 18480 0 1 0 3797 6 0 0 20 0 19 0 107355459 9856040960 45731 33554432000 1073741824 1073778376 140735436172032 140735436163168 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4983/statm: 2406260 45731 2271 9 0 2396937 0
[pid=4983/tid=4984] ppid=4980 vsize=9625040 CPUtime=36.67 cores=0,2,4,6
/proc/4983/task/4984/stat : 4984 (java) R 4980 4983 3485 0 -1 4202560 2492 0 1 0 3665 2 0 0 20 0 19 0 107355459 9856040960 45731 33554432000 1073741824 1073778376 140735436172032 140063883608368 140063732655612 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4983/tid=4986] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/4986/stat : 4986 (java) S 4980 4983 3485 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 107355460 9856040960 45731 33554432000 1073741824 1073778376 140735436172032 140063856060584 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4983/tid=4987] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/4987/stat : 4987 (java) S 4980 4983 3485 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 107355460 9856040960 45731 33554432000 1073741824 1073778376 140735436172032 140063855008040 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4983/tid=4988] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/4988/stat : 4988 (java) S 4980 4983 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107355460 9856040960 45731 33554432000 1073741824 1073778376 140735436172032 140063853955496 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4983/tid=4989] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/4989/stat : 4989 (java) S 4980 4983 3485 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 107355460 9856040960 45731 33554432000 1073741824 1073778376 140735436172032 140063852902952 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4983/tid=4990] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/4990/stat : 4990 (java) S 4980 4983 3485 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 107355460 9856040960 45731 33554432000 1073741824 1073778376 140735436172032 140063851850408 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4983/tid=4991] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/4991/stat : 4991 (java) S 4980 4983 3485 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 107355460 9856040960 45731 33554432000 1073741824 1073778376 140735436172032 140063850797864 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4983/tid=4992] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/4992/stat : 4992 (java) S 4980 4983 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107355460 9856040960 45731 33554432000 1073741824 1073778376 140735436172032 140063721171880 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4983/tid=4993] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/4993/stat : 4993 (java) S 4980 4983 3485 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 107355460 9856040960 45731 33554432000 1073741824 1073778376 140735436172032 140063720119336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4983/tid=4994] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/4994/stat : 4994 (java) S 4980 4983 3485 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 107355461 9856040960 45731 33554432000 1073741824 1073778376 140735436172032 140063237171304 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4983/tid=4995] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/4995/stat : 4995 (java) S 4980 4983 3485 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 107355461 9856040960 45731 33554432000 1073741824 1073778376 140735436172032 140063236117624 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4983/tid=4996] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/4996/stat : 4996 (java) S 4980 4983 3485 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 107355461 9856040960 45731 33554432000 1073741824 1073778376 140735436172032 140063235064968 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4983/tid=4997] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/4997/stat : 4997 (java) S 4980 4983 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107355464 9856040960 45731 33554432000 1073741824 1073778376 140735436172032 140063234013712 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4983/tid=4998] ppid=4980 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/4983/task/4998/stat : 4998 (java) S 4980 4983 3485 0 -1 4202560 2913 0 0 0 26 0 0 0 20 0 19 0 107355464 9856040960 45731 33554432000 1073741824 1073778376 140735436172032 140063232961080 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4983/tid=4999] ppid=4980 vsize=9625040 CPUtime=0.92 cores=0,2,4,6
/proc/4983/task/4999/stat : 4999 (java) S 4980 4983 3485 0 -1 4202560 11761 0 0 0 90 2 0 0 20 0 19 0 107355464 9856040960 45731 33554432000 1073741824 1073778376 140735436172032 140063231908536 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4983/tid=5000] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/5000/stat : 5000 (java) S 4980 4983 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107355464 9856040960 45731 33554432000 1073741824 1073778376 140735436172032 140063230856184 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4983/tid=5001] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/5001/stat : 5001 (java) S 4980 4983 3485 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 107355464 9856040960 45731 33554432000 1073741824 1073778376 140735436172032 140063229803848 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4983/tid=5002] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/5002/stat : 5002 (java) S 4980 4983 3485 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107355475 9856040960 45731 33554432000 1073741824 1073778376 140735436172032 140063228748584 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 38.03
Current children cumulated vsize (KiB) 9625040

[startup+37.0007 s]
/proc/loadavg: 2.07 2.10 2.03 4/212 5067
/proc/meminfo: memFree=31034208/32872528 swapFree=12352/737972
[pid=4983] ppid=4980 vsize=9625040 CPUtime=38.23 cores=0,2,4,6
/proc/4983/stat : 4983 (java) S 4980 4983 3485 0 -1 4202496 18481 0 1 0 3817 6 0 0 20 0 19 0 107355459 9856040960 45731 33554432000 1073741824 1073778376 140735436172032 140735436163168 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4983/statm: 2406260 45731 2271 9 0 2396937 0
[pid=4983/tid=4984] ppid=4980 vsize=9625040 CPUtime=36.87 cores=0,2,4,6
/proc/4983/task/4984/stat : 4984 (java) R 4980 4983 3485 0 -1 4202560 2492 0 1 0 3685 2 0 0 20 0 19 0 107355459 9856040960 45731 33554432000 1073741824 1073778376 140735436172032 140063883608368 140063732162051 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4983/tid=4986] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/4986/stat : 4986 (java) S 4980 4983 3485 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 107355460 9856040960 45731 33554432000 1073741824 1073778376 140735436172032 140063856060584 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4983/tid=4987] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/4987/stat : 4987 (java) S 4980 4983 3485 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 107355460 9856040960 45731 33554432000 1073741824 1073778376 140735436172032 140063855008040 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4983/tid=4988] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/4988/stat : 4988 (java) S 4980 4983 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107355460 9856040960 45731 33554432000 1073741824 1073778376 140735436172032 140063853955496 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4983/tid=4989] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/4989/stat : 4989 (java) S 4980 4983 3485 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 107355460 9856040960 45731 33554432000 1073741824 1073778376 140735436172032 140063852902952 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4983/tid=4990] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/4990/stat : 4990 (java) S 4980 4983 3485 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 107355460 9856040960 45731 33554432000 1073741824 1073778376 140735436172032 140063851850408 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4983/tid=4991] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/4991/stat : 4991 (java) S 4980 4983 3485 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 107355460 9856040960 45731 33554432000 1073741824 1073778376 140735436172032 140063850797864 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4983/tid=4992] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/4992/stat : 4992 (java) S 4980 4983 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107355460 9856040960 45731 33554432000 1073741824 1073778376 140735436172032 140063721171880 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4983/tid=4993] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/4993/stat : 4993 (java) S 4980 4983 3485 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 107355460 9856040960 45731 33554432000 1073741824 1073778376 140735436172032 140063720119336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4983/tid=4994] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/4994/stat : 4994 (java) S 4980 4983 3485 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 107355461 9856040960 45731 33554432000 1073741824 1073778376 140735436172032 140063237171304 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4983/tid=4995] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/4995/stat : 4995 (java) S 4980 4983 3485 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 107355461 9856040960 45731 33554432000 1073741824 1073778376 140735436172032 140063236117624 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4983/tid=4996] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/4996/stat : 4996 (java) S 4980 4983 3485 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 107355461 9856040960 45731 33554432000 1073741824 1073778376 140735436172032 140063235064968 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4983/tid=4997] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/4997/stat : 4997 (java) S 4980 4983 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107355464 9856040960 45731 33554432000 1073741824 1073778376 140735436172032 140063234013712 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4983/tid=4998] ppid=4980 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/4983/task/4998/stat : 4998 (java) S 4980 4983 3485 0 -1 4202560 2914 0 0 0 26 0 0 0 20 0 19 0 107355464 9856040960 45731 33554432000 1073741824 1073778376 140735436172032 140063232961080 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4983/tid=4999] ppid=4980 vsize=9625040 CPUtime=0.92 cores=0,2,4,6
/proc/4983/task/4999/stat : 4999 (java) S 4980 4983 3485 0 -1 4202560 11761 0 0 0 90 2 0 0 20 0 19 0 107355464 9856040960 45731 33554432000 1073741824 1073778376 140735436172032 140063231908536 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4983/tid=5000] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/5000/stat : 5000 (java) S 4980 4983 3485 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107355464 9856040960 45731 33554432000 1073741824 1073778376 140735436172032 140063230856184 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4983/tid=5001] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/5001/stat : 5001 (java) S 4980 4983 3485 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 107355464 9856040960 45731 33554432000 1073741824 1073778376 140735436172032 140063229803848 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4983/tid=5002] ppid=4980 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4983/task/5002/stat : 5002 (java) S 4980 4983 3485 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107355475 9856040960 45731 33554432000 1073741824 1073778376 140735436172032 140063228748584 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 38.23
Current children cumulated vsize (KiB) 9625040

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 4983 and gives
#  childrusage.ru_utime.tv_sec=38
#  childrusage.ru_utime.tv_usec=76211
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=80987
# CPU time returned by wait4() is 38.1572
# while last known CPU time is 38.23
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 37.0289
CPU time (s): 38.23
CPU user time (s): 38.17
CPU system time (s): 0.06
CPU usage (%): 103.244
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 38.0762
system time used= 0.080987
maximum resident set size= 182984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18503
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1063
involuntary context switches= 102

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.183972 second user time and 0.285956 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-07 01:03:30
IDJOB=4085902
IDBENCH=47998
IDSOLVER=2546
FILE ID=node112/4085902-1465254210
RUNJOBID= node112-1465252319-3501
PBS_JOBID= 19843261
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=139-P1=101-P2=227-P3=251-P4=227-P5=251-B.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085902-1465254210/watcher-4085902-1465254210 -o /tmp/evaluation-result-4085902-1465254210/solver-4085902-1465254210 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1465252319-3501 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085902-1465254210.opb

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

MD5SUM BENCH= 1d3dc680e7fede194f84acfa61415e9b
RANDOM SEED=228733143

node112.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.783
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.56
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.783
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.783
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.783
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.783
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.783
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.72
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.783
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.783
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:        31112072 kB
Buffers:           44808 kB
Cached:           107440 kB
SwapCached:         1620 kB
Active:           230716 kB
Inactive:          89816 kB
Active(anon):     170340 kB
Inactive(anon):      564 kB
Active(file):      60376 kB
Inactive(file):    89252 kB
Unevictable:      737972 kB
Mlocked:           12352 kB
SwapTotal:      67108856 kB
SwapFree:       67098572 kB
Dirty:               864 kB
Writeback:             0 kB
AnonPages:        915808 kB
Mapped:            15304 kB
Shmem:                 0 kB
Slab:             567840 kB
SReclaimable:      11008 kB
SUnreclaim:       556832 kB
KernelStack:        1752 kB
PageTables:         6524 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1427156 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    884736 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= 71748 MiB
End job on node112 at 2016-06-07 01:04:07