Trace number 4081356

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16UNSAT 183.645 90.218

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_4_30_4.opb
MD5SUM56022330ee2943e2696d570dbfee01d9
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark52.1931
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables31
Total number of constraints9
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint1
Maximum length of a constraint30
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 869
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2608
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4081356-1465232330.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.09/0.14	c ... done. Wall clock time 0.021s.
0.09/0.14	c declared #vars     31
0.09/0.14	c #constraints  9
0.09/0.14	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.14	c constraints type 
0.09/0.15	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.09/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 8
0.09/0.15	c 9 constraints processed.
0.09/0.15	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.15	c constraints type 
0.09/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
0.09/0.15	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.09/0.15	c 9 constraints processed.
0.09/0.15	c objective function length is 1 literals
2.26/0.70	c cleaning 2502 clauses out of 5003 with flag 10131/5003
4.63/1.38	c cleaning 4248 clauses out of 8498 with flag 22227/11000
5.72/1.77	c cleaning 5626 clauses out of 11251 with flag 36699/18001
6.95/2.34	c cleaning 6813 clauses out of 13625 with flag 52845/26001
8.38/3.08	c cleaning 7908 clauses out of 15816 with flag 71078/35005
10.18/3.99	c cleaning 8952 clauses out of 17904 with flag 91233/45001
12.39/5.06	c cleaning 9974 clauses out of 19951 with flag 113364/56000
14.99/6.33	c cleaning 10989 clauses out of 21977 with flag 137532/68000
18.01/7.85	c cleaning 11993 clauses out of 23989 with flag 163632/81001
21.41/9.54	c cleaning 12997 clauses out of 25995 with flag 191911/95000
25.42/11.50	c cleaning 13999 clauses out of 27998 with flag 222048/110000
29.84/13.74	c cleaning 14998 clauses out of 29999 with flag 254193/126000
32.04/14.83	c cleaning 0 clauses out of 5000 with flag 0/5000
35.36/16.36	c cleaning 16000 clauses out of 32003 with flag 288573/143002
41.26/19.23	c cleaning 16996 clauses out of 34002 with flag 325059/161001
47.48/22.36	c cleaning 17999 clauses out of 36007 with flag 363854/180002
53.71/25.43	c cleaning 19000 clauses out of 38006 with flag 404916/200000
60.15/28.70	c cleaning 20002 clauses out of 40006 with flag 448840/221000
67.59/32.36	c cleaning 20998 clauses out of 42004 with flag 493715/243000
75.24/36.10	c cleaning 22003 clauses out of 44009 with flag 540418/266003
85.30/41.19	c cleaning 23000 clauses out of 46003 with flag 589956/290000
93.33/45.18	c cleaning 24003 clauses out of 48005 with flag 641604/315002
101.97/49.46	c cleaning 24995 clauses out of 50000 with flag 694409/341000
111.89/54.38	c cleaning 26003 clauses out of 52005 with flag 749505/368000
123.71/60.27	c cleaning 26997 clauses out of 54001 with flag 806638/396000
137.14/66.94	c cleaning 28000 clauses out of 56005 with flag 866430/425001
151.27/73.91	c cleaning 28999 clauses out of 58004 with flag 928455/455001
167.17/81.89	c cleaning 30001 clauses out of 60004 with flag 991688/486001
175.38/85.84	c cleaning 0 clauses out of 11000 with flag 0/11000
183.40/89.82	c And the winner is solver0
183.40/90.16	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
183.40/90.16	c starts		: 173
183.40/90.16	c conflicts		: 516511
183.40/90.16	c decisions		: 520955
183.40/90.16	c propagations		: 3678133
183.40/90.16	c inspects		: 2080770884
183.40/90.16	c shortcuts		: 0
183.40/90.16	c learnt literals	: 16
183.40/90.16	c learnt binary clauses	: 115
183.40/90.16	c learnt ternary clauses	: 493
183.40/90.16	c learnt constraints	: 516494
183.40/90.16	c ignored constraints	: 0
183.40/90.16	c root simplifications	: 0
183.40/90.16	c removed literals (reason simplification)	: 3874319
183.40/90.16	c reason swapping (by a shorter reason)	: 0
183.40/90.16	c Calls to reduceDB	: 27
183.40/90.16	c Number of update (reduction) of LBD	: 6043
183.40/90.16	c Imported unit clauses	: 0
183.40/90.16	c number of reductions to clauses (during analyze)	: 0
183.40/90.16	c number of learned constraints concerned by reduction	: 0
183.40/90.16	c number of learning phase by resolution	: 0
183.40/90.16	c number of learning phase by cutting planes	: 0
183.40/90.16	c speed (assignments/second)	: 40861.334222074096
183.40/90.16	c non guided choices	12
183.40/90.19	c learnt constraints type 
183.40/90.19	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 115
183.40/90.19	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 60384
183.40/90.19	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
183.40/90.19	c starts		: 35
183.40/90.19	c conflicts		: 11230
183.40/90.19	c decisions		: 12056
183.40/90.19	c propagations		: 78233
183.40/90.19	c inspects		: 117859125
183.40/90.19	c shortcuts		: 0
183.40/90.19	c learnt literals	: 0
183.40/90.19	c learnt binary clauses	: 0
183.40/90.19	c learnt ternary clauses	: 0
183.40/90.19	c learnt constraints	: 11229
183.40/90.19	c ignored constraints	: 0
183.40/90.19	c root simplifications	: 0
183.40/90.19	c removed literals (reason simplification)	: 0
183.40/90.19	c reason swapping (by a shorter reason)	: 0
183.40/90.19	c Calls to reduceDB	: 2
183.40/90.19	c Number of update (reduction) of LBD	: 0
183.40/90.19	c Imported unit clauses	: 0
183.40/90.19	c number of reductions to clauses (during analyze)	: 0
183.40/90.19	c number of learned constraints concerned by reduction	: 0
183.40/90.19	c number of learning phase by resolution	: 0
183.40/90.19	c number of learning phase by cutting planes	: 0
183.40/90.19	c speed (assignments/second)	: 868.8597416732377
183.40/90.19	c non guided choices	12
183.40/90.20	c learnt constraints type 
183.40/90.20	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 3
183.40/90.20	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11226
183.40/90.20	s UNSATISFIABLE
183.40/90.20	c Total wall clock time (in seconds): 90.075

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4081356-1465232330/watcher-4081356-1465232330 -o /tmp/evaluation-result-4081356-1465232330/solver-4081356-1465232330 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1465217569-32163 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4081356-1465232330.opb 

pid=7853
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: 4.11 4.17 4.17 4/197 7856
/proc/meminfo: memFree=29161172/32872528 swapFree=12208/1156848
[pid=7856] ppid=7853 vsize=8 CPUtime=0 cores=0,2,4,6
/proc/7856/stat : 7856 (java) R 7853 7856 32147 0 -1 4202496 328 0 0 0 0 0 0 0 20 0 1 0 105167524 8192 1 33554432000 0 0 0 140734349768328 219513777591 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/7856/statm: 2 1 0 0 0 2 0

[startup+0.100094 s]
/proc/loadavg: 4.11 4.17 4.17 4/197 7856
/proc/meminfo: memFree=29161172/32872528 swapFree=12208/1156848
[pid=7856] ppid=7853 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/7856/stat : 7856 (java) S 7853 7856 32147 0 -1 4202496 4464 0 1 0 8 1 0 0 20 0 18 0 105167524 9787879424 5579 33554432000 1073741824 1073778376 140733967395488 140733967386624 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7856/statm: 2389619 5579 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200228 s]
/proc/loadavg: 4.11 4.17 4.17 4/197 7856
/proc/meminfo: memFree=29161172/32872528 swapFree=12208/1156848
[pid=7856] ppid=7853 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/7856/stat : 7856 (java) S 7853 7856 32147 0 -1 4202496 5391 0 1 0 27 1 0 0 20 0 22 0 105167524 10060525568 7756 33554432000 1073741824 1073778376 140733967395488 140733967386624 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7856/statm: 2456183 7756 2221 9 0 2446860 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9824732

[startup+0.300226 s]
/proc/loadavg: 4.11 4.17 4.17 4/197 7856
/proc/meminfo: memFree=29161172/32872528 swapFree=12208/1156848
[pid=7856] ppid=7853 vsize=9824732 CPUtime=0.66 cores=0,2,4,6
/proc/7856/stat : 7856 (java) S 7853 7856 32147 0 -1 4202496 11330 0 1 0 64 2 0 0 20 0 22 0 105167524 10060525568 12319 33554432000 1073741824 1073778376 140733967395488 140733967386624 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7856/statm: 2456183 12319 2228 9 0 2446860 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 9824732

[startup+0.700186 s]
/proc/loadavg: 4.11 4.17 4.17 4/197 7856
/proc/meminfo: memFree=29161172/32872528 swapFree=12208/1156848
[pid=7856] ppid=7853 vsize=9824732 CPUtime=2.26 cores=0,2,4,6
/proc/7856/stat : 7856 (java) S 7853 7856 32147 0 -1 4202496 21065 0 1 0 222 4 0 0 20 0 22 0 105167524 10060525568 22307 33554432000 1073741824 1073778376 140733967395488 140733967386624 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7856/statm: 2456183 22307 2243 9 0 2446860 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 9824732

[startup+1.50084 s]
/proc/loadavg: 4.02 4.15 4.17 7/219 7878
/proc/meminfo: memFree=28974568/32872528 swapFree=12208/1156848
[pid=7856] ppid=7853 vsize=9824732 CPUtime=5.31 cores=0,2,4,6
/proc/7856/stat : 7856 (java) S 7853 7856 32147 0 -1 4202496 32210 0 1 0 522 9 0 0 20 0 22 0 105167524 10060525568 50677 33554432000 1073741824 1073778376 140733967395488 140733967386624 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7856/statm: 2456183 50677 2272 9 0 2446860 0
[pid=7856/tid=7858] ppid=7853 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/7856/task/7858/stat : 7858 (java) S 7853 7856 32147 0 -1 4202560 2454 0 1 0 10 1 0 0 20 0 22 0 105167525 10060525568 50677 33554432000 1073741824 1073778376 140733967395488 140479926231928 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7856/tid=7859] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7859/stat : 7859 (java) S 7853 7856 32147 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 105167526 10060525568 50677 33554432000 1073741824 1073778376 140733967395488 140479769865256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7856/tid=7860] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7860/stat : 7860 (java) S 7853 7856 32147 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 105167526 10060525568 50677 33554432000 1073741824 1073778376 140733967395488 140479768812456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7856/tid=7861] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7861/stat : 7861 (java) S 7853 7856 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105167526 10060525568 50677 33554432000 1073741824 1073778376 140733967395488 140479767759656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7856/tid=7862] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7862/stat : 7862 (java) S 7853 7856 32147 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 105167526 10060525568 50677 33554432000 1073741824 1073778376 140733967395488 140479766706856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7856/tid=7863] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7863/stat : 7863 (java) S 7853 7856 32147 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 105167526 10060525568 50677 33554432000 1073741824 1073778376 140733967395488 140479765654056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7856/tid=7864] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7864/stat : 7864 (java) S 7853 7856 32147 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 105167526 10060525568 50677 33554432000 1073741824 1073778376 140733967395488 140479764601256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7856/tid=7865] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7865/stat : 7865 (java) S 7853 7856 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105167526 10060525568 50677 33554432000 1073741824 1073778376 140733967395488 140479763548456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7856/tid=7866] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7866/stat : 7866 (java) S 7853 7856 32147 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 105167526 10060525568 50677 33554432000 1073741824 1073778376 140733967395488 140479762495656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7856/tid=7867] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7867/stat : 7867 (java) S 7853 7856 32147 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 105167527 10060525568 50677 33554432000 1073741824 1073778376 140733967395488 140479750298600 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7856/tid=7868] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7868/stat : 7868 (java) S 7853 7856 32147 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 105167528 10060525568 50677 33554432000 1073741824 1073778376 140733967395488 140479749244664 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7856/tid=7869] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7869/stat : 7869 (java) S 7853 7856 32147 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 105167528 10060525568 50677 33554432000 1073741824 1073778376 140733967395488 140479748191752 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7856/tid=7870] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7870/stat : 7870 (java) S 7853 7856 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105167530 10060525568 50677 33554432000 1073741824 1073778376 140733967395488 140479747140240 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7856/tid=7871] ppid=7853 vsize=9824732 CPUtime=1.25 cores=0,2,4,6
/proc/7856/task/7871/stat : 7871 (java) S 7853 7856 32147 0 -1 4202560 14541 0 0 0 122 3 0 0 20 0 22 0 105167530 10060525568 50677 33554432000 1073741824 1073778376 140733967395488 140479746087352 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7856/tid=7872] ppid=7853 vsize=9824732 CPUtime=1.23 cores=0,2,4,6
/proc/7856/task/7872/stat : 7872 (java) S 7853 7856 32147 0 -1 4202560 13756 0 0 0 121 2 0 0 20 0 22 0 105167530 10060525568 50677 33554432000 1073741824 1073778376 140733967395488 140479745034552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7856/tid=7873] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7873/stat : 7873 (java) S 7853 7856 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105167530 10060525568 50677 33554432000 1073741824 1073778376 140733967395488 140479743981944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7856/tid=7874] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7874/stat : 7874 (java) S 7853 7856 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105167530 10060525568 50677 33554432000 1073741824 1073778376 140733967395488 140479742929352 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7856/tid=7875] ppid=7853 vsize=9824732 CPUtime=1.32 cores=0,2,4,6
/proc/7856/task/7875/stat : 7875 (java) R 7853 7856 32147 0 -1 4202560 41 0 0 0 132 0 0 0 20 0 22 0 105167539 10060525568 50677 33554432000 1073741824 1073778376 140733967395488 140479741875392 140479799387558 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7856/tid=7876] ppid=7853 vsize=9824732 CPUtime=1.3 cores=0,2,4,6
/proc/7856/task/7876/stat : 7876 (java) R 7853 7856 32147 0 -1 4202560 99 0 0 0 128 2 0 0 20 0 22 0 105167539 10060525568 50677 33554432000 1073741824 1073778376 140733967395488 140479740821200 140479798805116 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=7856/tid=7877] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7877/stat : 7877 (java) S 7853 7856 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105167539 10060525568 50677 33554432000 1073741824 1073778376 140733967395488 140479739770280 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7856/tid=7878] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7878/stat : 7878 (java) S 7853 7856 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105167539 10060525568 50677 33554432000 1073741824 1073778376 140733967395488 140479738717480 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 5.31
Current children cumulated vsize (KiB) 9824732

[startup+3.10092 s]
/proc/loadavg: 4.02 4.15 4.17 5/219 7878
/proc/meminfo: memFree=28899724/32872528 swapFree=12208/1156848
[pid=7856] ppid=7853 vsize=9824732 CPUtime=8.58 cores=0,2,4,6
/proc/7856/stat : 7856 (java) S 7853 7856 32147 0 -1 4202496 32781 0 1 0 845 13 0 0 20 0 22 0 105167524 10060525568 86483 33554432000 1073741824 1073778376 140733967395488 140733967386624 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7856/statm: 2456183 86483 2272 9 0 2446860 0
[pid=7856/tid=7858] ppid=7853 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/7856/task/7858/stat : 7858 (java) S 7853 7856 32147 0 -1 4202560 2454 0 1 0 10 1 0 0 20 0 22 0 105167525 10060525568 86483 33554432000 1073741824 1073778376 140733967395488 140479926231928 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7856/tid=7859] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7859/stat : 7859 (java) S 7853 7856 32147 0 -1 4202560 85 0 0 0 0 0 0 0 20 0 22 0 105167526 10060525568 86483 33554432000 1073741824 1073778376 140733967395488 140479769865256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7856/tid=7860] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7860/stat : 7860 (java) S 7853 7856 32147 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 105167526 10060525568 86483 33554432000 1073741824 1073778376 140733967395488 140479768812456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7856/tid=7861] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7861/stat : 7861 (java) S 7853 7856 32147 0 -1 4202560 75 0 0 0 0 0 0 0 20 0 22 0 105167526 10060525568 86483 33554432000 1073741824 1073778376 140733967395488 140479767759656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7856/tid=7862] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7862/stat : 7862 (java) S 7853 7856 32147 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 105167526 10060525568 86483 33554432000 1073741824 1073778376 140733967395488 140479766706856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7856/tid=7863] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7863/stat : 7863 (java) S 7853 7856 32147 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 105167526 10060525568 86483 33554432000 1073741824 1073778376 140733967395488 140479765654056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7856/tid=7864] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7864/stat : 7864 (java) S 7853 7856 32147 0 -1 4202560 81 0 0 0 0 0 0 0 20 0 22 0 105167526 10060525568 86483 33554432000 1073741824 1073778376 140733967395488 140479764601256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7856/tid=7865] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7865/stat : 7865 (java) S 7853 7856 32147 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 105167526 10060525568 86483 33554432000 1073741824 1073778376 140733967395488 140479763548456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7856/tid=7866] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7866/stat : 7866 (java) S 7853 7856 32147 0 -1 4202560 90 0 0 0 0 0 0 0 20 0 22 0 105167526 10060525568 86483 33554432000 1073741824 1073778376 140733967395488 140479762495656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7856/tid=7867] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7867/stat : 7867 (java) S 7853 7856 32147 0 -1 4202560 183 0 0 0 0 0 0 0 20 0 22 0 105167527 10060525568 86483 33554432000 1073741824 1073778376 140733967395488 140479750298600 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7856/tid=7868] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7868/stat : 7868 (java) S 7853 7856 32147 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 105167528 10060525568 86483 33554432000 1073741824 1073778376 140733967395488 140479749244664 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7856/tid=7869] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7869/stat : 7869 (java) S 7853 7856 32147 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 105167528 10060525568 86483 33554432000 1073741824 1073778376 140733967395488 140479748191752 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7856/tid=7870] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7870/stat : 7870 (java) S 7853 7856 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105167530 10060525568 86483 33554432000 1073741824 1073778376 140733967395488 140479747140240 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7856/tid=7871] ppid=7853 vsize=9824732 CPUtime=1.27 cores=0,2,4,6
/proc/7856/task/7871/stat : 7871 (java) S 7853 7856 32147 0 -1 4202560 14544 0 0 0 124 3 0 0 20 0 22 0 105167530 10060525568 86483 33554432000 1073741824 1073778376 140733967395488 140479746087352 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7856/tid=7872] ppid=7853 vsize=9824732 CPUtime=1.26 cores=0,2,4,6
/proc/7856/task/7872/stat : 7872 (java) S 7853 7856 32147 0 -1 4202560 13761 0 0 0 124 2 0 0 20 0 22 0 105167530 10060525568 86483 33554432000 1073741824 1073778376 140733967395488 140479745034552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7856/tid=7873] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7873/stat : 7873 (java) S 7853 7856 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105167530 10060525568 86483 33554432000 1073741824 1073778376 140733967395488 140479743981944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7856/tid=7874] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7874/stat : 7874 (java) S 7853 7856 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105167530 10060525568 86483 33554432000 1073741824 1073778376 140733967395488 140479742929352 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7856/tid=7875] ppid=7853 vsize=9824732 CPUtime=2.89 cores=0,2,4,6
/proc/7856/task/7875/stat : 7875 (java) R 7853 7856 32147 0 -1 4202560 43 0 0 0 289 0 0 0 20 0 22 0 105167539 10060525568 86483 33554432000 1073741824 1073778376 140733967395488 140479741873512 140479798713850 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7856/tid=7876] ppid=7853 vsize=9824732 CPUtime=2.85 cores=0,2,4,6
/proc/7856/task/7876/stat : 7876 (java) R 7853 7856 32147 0 -1 4202560 160 0 0 0 281 4 0 0 20 0 22 0 105167539 10060525568 86483 33554432000 1073741824 1073778376 140733967395488 140479740821440 140479799210182 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7856/tid=7877] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7877/stat : 7877 (java) S 7853 7856 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105167539 10060525568 86483 33554432000 1073741824 1073778376 140733967395488 140479739770280 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7856/tid=7878] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7878/stat : 7878 (java) S 7853 7856 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105167539 10060525568 86483 33554432000 1073741824 1073778376 140733967395488 140479738717480 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 8.58
Current children cumulated vsize (KiB) 9824732

[startup+6.30101 s]
/proc/loadavg: 4.02 4.15 4.17 5/219 7878
/proc/meminfo: memFree=28530696/32872528 swapFree=12208/1156848
[pid=7856] ppid=7853 vsize=9824732 CPUtime=14.99 cores=0,2,4,6
/proc/7856/stat : 7856 (java) S 7853 7856 32147 0 -1 4202496 33619 0 1 0 1477 22 0 0 20 0 22 0 105167524 10060525568 262428 33554432000 1073741824 1073778376 140733967395488 140733967386624 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7856/statm: 2456183 262428 2272 9 0 2446860 0
[pid=7856/tid=7858] ppid=7853 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/7856/task/7858/stat : 7858 (java) S 7853 7856 32147 0 -1 4202560 2454 0 1 0 10 1 0 0 20 0 22 0 105167525 10060525568 262428 33554432000 1073741824 1073778376 140733967395488 140479926231928 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7856/tid=7859] ppid=7853 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/7856/task/7859/stat : 7859 (java) S 7853 7856 32147 0 -1 4202560 90 0 0 0 1 0 0 0 20 0 22 0 105167526 10060525568 262428 33554432000 1073741824 1073778376 140733967395488 140479769865256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7856/tid=7860] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7860/stat : 7860 (java) S 7853 7856 32147 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 105167526 10060525568 262428 33554432000 1073741824 1073778376 140733967395488 140479768812456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7856/tid=7861] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7861/stat : 7861 (java) S 7853 7856 32147 0 -1 4202560 75 0 0 0 0 0 0 0 20 0 22 0 105167526 10060525568 262428 33554432000 1073741824 1073778376 140733967395488 140479767759656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7856/tid=7862] ppid=7853 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/7856/task/7862/stat : 7862 (java) S 7853 7856 32147 0 -1 4202560 23 0 0 0 1 0 0 0 20 0 22 0 105167526 10060525568 262428 33554432000 1073741824 1073778376 140733967395488 140479766706856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7856/tid=7863] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7863/stat : 7863 (java) S 7853 7856 32147 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 105167526 10060525568 262428 33554432000 1073741824 1073778376 140733967395488 140479765654056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7856/tid=7864] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7864/stat : 7864 (java) S 7853 7856 32147 0 -1 4202560 86 0 0 0 0 0 0 0 20 0 22 0 105167526 10060525568 262428 33554432000 1073741824 1073778376 140733967395488 140479764601256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7856/tid=7865] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7865/stat : 7865 (java) S 7853 7856 32147 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 105167526 10060525568 262428 33554432000 1073741824 1073778376 140733967395488 140479763548456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7856/tid=7866] ppid=7853 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/7856/task/7866/stat : 7866 (java) S 7853 7856 32147 0 -1 4202560 94 0 0 0 1 0 0 0 20 0 22 0 105167526 10060525568 262428 33554432000 1073741824 1073778376 140733967395488 140479762495656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7856/tid=7867] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7867/stat : 7867 (java) S 7853 7856 32147 0 -1 4202560 433 0 0 0 0 0 0 0 20 0 22 0 105167527 10060525568 262428 33554432000 1073741824 1073778376 140733967395488 140479750298600 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7856/tid=7868] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7868/stat : 7868 (java) S 7853 7856 32147 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 105167528 10060525568 262428 33554432000 1073741824 1073778376 140733967395488 140479749244664 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7856/tid=7869] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7869/stat : 7869 (java) S 7853 7856 32147 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 105167528 10060525568 262428 33554432000 1073741824 1073778376 140733967395488 140479748191752 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7856/tid=7870] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7870/stat : 7870 (java) S 7853 7856 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105167530 10060525568 262428 33554432000 1073741824 1073778376 140733967395488 140479747140240 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7856/tid=7871] ppid=7853 vsize=9824732 CPUtime=1.29 cores=0,2,4,6

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

/proc/7856/task/7869/stat : 7869 (java) S 7853 7856 32147 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 105167528 10060525568 294240 33554432000 1073741824 1073778376 140733967395488 140479748191752 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7856/tid=7870] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7870/stat : 7870 (java) S 7853 7856 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105167530 10060525568 294240 33554432000 1073741824 1073778376 140733967395488 140479747140240 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7856/tid=7871] ppid=7853 vsize=9824732 CPUtime=1.47 cores=0,2,4,6
/proc/7856/task/7871/stat : 7871 (java) S 7853 7856 32147 0 -1 4202560 14554 0 0 0 144 3 0 0 20 0 22 0 105167530 10060525568 294240 33554432000 1073741824 1073778376 140733967395488 140479746087352 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7856/tid=7872] ppid=7853 vsize=9824732 CPUtime=1.92 cores=0,2,4,6
/proc/7856/task/7872/stat : 7872 (java) S 7853 7856 32147 0 -1 4202560 13823 0 0 0 189 3 0 0 20 0 22 0 105167530 10060525568 294240 33554432000 1073741824 1073778376 140733967395488 140479745034552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7856/tid=7873] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7873/stat : 7873 (java) S 7853 7856 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105167530 10060525568 294240 33554432000 1073741824 1073778376 140733967395488 140479743981944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7856/tid=7874] ppid=7853 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/7856/task/7874/stat : 7874 (java) S 7853 7856 32147 0 -1 4202560 5 0 0 0 1 1 0 0 20 0 22 0 105167530 10060525568 294240 33554432000 1073741824 1073778376 140733967395488 140479742929352 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7856/tid=7875] ppid=7853 vsize=9824732 CPUtime=86.82 cores=0,2,4,6
/proc/7856/task/7875/stat : 7875 (java) R 7853 7856 32147 0 -1 4202560 89 0 0 0 8681 1 0 0 20 0 22 0 105167539 10060525568 294240 33554432000 1073741824 1073778376 140733967395488 140479741873440 140479799284543 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7856/tid=7876] ppid=7853 vsize=9824732 CPUtime=86.81 cores=0,2,4,6
/proc/7856/task/7876/stat : 7876 (java) R 7853 7856 32147 0 -1 4202560 783 0 0 0 8666 15 0 0 20 0 22 0 105167539 10060525568 294240 33554432000 1073741824 1073778376 140733967395488 140479740821544 140479798823294 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7856/tid=7877] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7877/stat : 7877 (java) S 7853 7856 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105167539 10060525568 294240 33554432000 1073741824 1073778376 140733967395488 140479739770280 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7856/tid=7878] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7878/stat : 7878 (java) S 7853 7856 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105167539 10060525568 294240 33554432000 1073741824 1073778376 140733967395488 140479738717480 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 179.81
Current children cumulated vsize (KiB) 9824732

[startup+89.6009 s]
/proc/loadavg: 4.07 4.12 4.16 5/220 7882
/proc/meminfo: memFree=28041368/32872528 swapFree=12208/1156848
[pid=7856] ppid=7853 vsize=9824732 CPUtime=183 cores=0,2,4,6
/proc/7856/stat : 7856 (java) S 7853 7856 32147 0 -1 4202496 34626 0 1 0 18254 46 0 0 20 0 22 0 105167524 10060525568 294271 33554432000 1073741824 1073778376 140733967395488 140733967386624 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7856/statm: 2456183 294271 2272 9 0 2446860 0
[pid=7856/tid=7858] ppid=7853 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/7856/task/7858/stat : 7858 (java) S 7853 7856 32147 0 -1 4202560 2454 0 1 0 10 2 0 0 20 0 22 0 105167525 10060525568 294271 33554432000 1073741824 1073778376 140733967395488 140479926231928 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7856/tid=7859] ppid=7853 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/7856/task/7859/stat : 7859 (java) S 7853 7856 32147 0 -1 4202560 154 0 0 0 22 2 0 0 20 0 22 0 105167526 10060525568 294271 33554432000 1073741824 1073778376 140733967395488 140479769865256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7856/tid=7860] ppid=7853 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/7856/task/7860/stat : 7860 (java) S 7853 7856 32147 0 -1 4202560 79 0 0 0 23 2 0 0 20 0 22 0 105167526 10060525568 294271 33554432000 1073741824 1073778376 140733967395488 140479768812456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7856/tid=7861] ppid=7853 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/7856/task/7861/stat : 7861 (java) S 7853 7856 32147 0 -1 4202560 126 0 0 0 23 2 0 0 20 0 22 0 105167526 10060525568 294271 33554432000 1073741824 1073778376 140733967395488 140479767759656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7856/tid=7862] ppid=7853 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/7856/task/7862/stat : 7862 (java) S 7853 7856 32147 0 -1 4202560 90 0 0 0 26 3 0 0 20 0 22 0 105167526 10060525568 294271 33554432000 1073741824 1073778376 140733967395488 140479766706856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7856/tid=7863] ppid=7853 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/7856/task/7863/stat : 7863 (java) S 7853 7856 32147 0 -1 4202560 83 0 0 0 20 3 0 0 20 0 22 0 105167526 10060525568 294271 33554432000 1073741824 1073778376 140733967395488 140479765654056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7856/tid=7864] ppid=7853 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/7856/task/7864/stat : 7864 (java) S 7853 7856 32147 0 -1 4202560 149 0 0 0 21 2 0 0 20 0 22 0 105167526 10060525568 294271 33554432000 1073741824 1073778376 140733967395488 140479764601256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7856/tid=7865] ppid=7853 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/7856/task/7865/stat : 7865 (java) S 7853 7856 32147 0 -1 4202560 77 0 0 0 22 2 0 0 20 0 22 0 105167526 10060525568 294271 33554432000 1073741824 1073778376 140733967395488 140479763548456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7856/tid=7866] ppid=7853 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/7856/task/7866/stat : 7866 (java) S 7853 7856 32147 0 -1 4202560 156 0 0 0 25 2 0 0 20 0 22 0 105167526 10060525568 294271 33554432000 1073741824 1073778376 140733967395488 140479762495656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7856/tid=7867] ppid=7853 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/7856/task/7867/stat : 7867 (java) S 7853 7856 32147 0 -1 4202560 738 0 0 0 2 9 0 0 20 0 22 0 105167527 10060525568 294271 33554432000 1073741824 1073778376 140733967395488 140479750298600 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7856/tid=7868] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7868/stat : 7868 (java) S 7853 7856 32147 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 105167528 10060525568 294271 33554432000 1073741824 1073778376 140733967395488 140479749244664 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7856/tid=7869] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7869/stat : 7869 (java) S 7853 7856 32147 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 105167528 10060525568 294271 33554432000 1073741824 1073778376 140733967395488 140479748191752 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7856/tid=7870] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7870/stat : 7870 (java) S 7853 7856 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105167530 10060525568 294271 33554432000 1073741824 1073778376 140733967395488 140479747140240 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7856/tid=7871] ppid=7853 vsize=9824732 CPUtime=1.47 cores=0,2,4,6
/proc/7856/task/7871/stat : 7871 (java) S 7853 7856 32147 0 -1 4202560 14554 0 0 0 144 3 0 0 20 0 22 0 105167530 10060525568 294271 33554432000 1073741824 1073778376 140733967395488 140479746087352 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7856/tid=7872] ppid=7853 vsize=9824732 CPUtime=1.92 cores=0,2,4,6
/proc/7856/task/7872/stat : 7872 (java) S 7853 7856 32147 0 -1 4202560 13823 0 0 0 189 3 0 0 20 0 22 0 105167530 10060525568 294271 33554432000 1073741824 1073778376 140733967395488 140479745034552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7856/tid=7873] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7873/stat : 7873 (java) S 7853 7856 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105167530 10060525568 294271 33554432000 1073741824 1073778376 140733967395488 140479743981944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7856/tid=7874] ppid=7853 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/7856/task/7874/stat : 7874 (java) S 7853 7856 32147 0 -1 4202560 5 0 0 0 1 1 0 0 20 0 22 0 105167530 10060525568 294271 33554432000 1073741824 1073778376 140733967395488 140479742929352 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7856/tid=7875] ppid=7853 vsize=9824732 CPUtime=88.4 cores=0,2,4,6
/proc/7856/task/7875/stat : 7875 (java) R 7853 7856 32147 0 -1 4202560 90 0 0 0 8839 1 0 0 20 0 22 0 105167539 10060525568 294271 33554432000 1073741824 1073778376 140733967395488 140479741874224 140479799284039 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7856/tid=7876] ppid=7853 vsize=9824732 CPUtime=88.4 cores=0,2,4,6
/proc/7856/task/7876/stat : 7876 (java) R 7853 7856 32147 0 -1 4202560 783 0 0 0 8825 15 0 0 20 0 22 0 105167539 10060525568 294271 33554432000 1073741824 1073778376 140733967395488 140479740820640 140479798801788 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7856/tid=7877] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7877/stat : 7877 (java) S 7853 7856 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105167539 10060525568 294271 33554432000 1073741824 1073778376 140733967395488 140479739770280 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7856/tid=7878] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7878/stat : 7878 (java) S 7853 7856 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105167539 10060525568 294271 33554432000 1073741824 1073778376 140733967395488 140479738717480 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 183
Current children cumulated vsize (KiB) 9824732

[startup+90.0013 s]
/proc/loadavg: 4.07 4.12 4.16 5/220 7882
/proc/meminfo: memFree=28041368/32872528 swapFree=12208/1156848
[pid=7856] ppid=7853 vsize=9824732 CPUtime=183.04 cores=0,2,4,6
/proc/7856/stat : 7856 (java) S 7853 7856 32147 0 -1 4202496 34628 0 1 0 18256 48 0 0 20 0 19 0 105167524 10060525568 294256 33554432000 1073741824 1073778376 140733967395488 140733967386624 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7856/statm: 2456183 294256 2273 9 0 2446860 0
[pid=7856/tid=7858] ppid=7853 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/7856/task/7858/stat : 7858 (java) S 7853 7856 32147 0 -1 4202560 2454 0 1 0 10 2 0 0 20 0 19 0 105167525 10060525568 294256 33554432000 1073741824 1073778376 140733967395488 140479926231928 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7856/tid=7859] ppid=7853 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/7856/task/7859/stat : 7859 (java) S 7853 7856 32147 0 -1 4202560 154 0 0 0 22 2 0 0 20 0 19 0 105167526 10060525568 294256 33554432000 1073741824 1073778376 140733967395488 140479769865256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7856/tid=7860] ppid=7853 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/7856/task/7860/stat : 7860 (java) S 7853 7856 32147 0 -1 4202560 79 0 0 0 23 2 0 0 20 0 19 0 105167526 10060525568 294256 33554432000 1073741824 1073778376 140733967395488 140479768812456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7856/tid=7861] ppid=7853 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/7856/task/7861/stat : 7861 (java) S 7853 7856 32147 0 -1 4202560 126 0 0 0 23 2 0 0 20 0 19 0 105167526 10060525568 294256 33554432000 1073741824 1073778376 140733967395488 140479767759656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7856/tid=7862] ppid=7853 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/7856/task/7862/stat : 7862 (java) S 7853 7856 32147 0 -1 4202560 90 0 0 0 26 3 0 0 20 0 19 0 105167526 10060525568 294256 33554432000 1073741824 1073778376 140733967395488 140479766706856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7856/tid=7863] ppid=7853 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/7856/task/7863/stat : 7863 (java) S 7853 7856 32147 0 -1 4202560 83 0 0 0 20 3 0 0 20 0 19 0 105167526 10060525568 294256 33554432000 1073741824 1073778376 140733967395488 140479765654056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7856/tid=7864] ppid=7853 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/7856/task/7864/stat : 7864 (java) S 7853 7856 32147 0 -1 4202560 149 0 0 0 21 2 0 0 20 0 19 0 105167526 10060525568 294256 33554432000 1073741824 1073778376 140733967395488 140479764601256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7856/tid=7865] ppid=7853 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/7856/task/7865/stat : 7865 (java) S 7853 7856 32147 0 -1 4202560 77 0 0 0 22 2 0 0 20 0 19 0 105167526 10060525568 294256 33554432000 1073741824 1073778376 140733967395488 140479763548456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7856/tid=7866] ppid=7853 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/7856/task/7866/stat : 7866 (java) S 7853 7856 32147 0 -1 4202560 156 0 0 0 25 2 0 0 20 0 19 0 105167526 10060525568 294256 33554432000 1073741824 1073778376 140733967395488 140479762495656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7856/tid=7867] ppid=7853 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/7856/task/7867/stat : 7867 (java) S 7853 7856 32147 0 -1 4202560 738 0 0 0 2 9 0 0 20 0 19 0 105167527 10060525568 294256 33554432000 1073741824 1073778376 140733967395488 140479750298600 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7856/tid=7868] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7868/stat : 7868 (java) S 7853 7856 32147 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 105167528 10060525568 294256 33554432000 1073741824 1073778376 140733967395488 140479749244664 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7856/tid=7869] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7869/stat : 7869 (java) S 7853 7856 32147 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105167528 10060525568 294256 33554432000 1073741824 1073778376 140733967395488 140479748191752 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7856/tid=7870] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7870/stat : 7870 (java) S 7853 7856 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105167530 10060525568 294256 33554432000 1073741824 1073778376 140733967395488 140479747140240 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7856/tid=7871] ppid=7853 vsize=9824732 CPUtime=1.47 cores=0,2,4,6
/proc/7856/task/7871/stat : 7871 (java) S 7853 7856 32147 0 -1 4202560 14554 0 0 0 144 3 0 0 20 0 19 0 105167530 10060525568 294256 33554432000 1073741824 1073778376 140733967395488 140479746087352 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7856/tid=7872] ppid=7853 vsize=9824732 CPUtime=1.92 cores=0,2,4,6
/proc/7856/task/7872/stat : 7872 (java) S 7853 7856 32147 0 -1 4202560 13823 0 0 0 189 3 0 0 20 0 19 0 105167530 10060525568 294256 33554432000 1073741824 1073778376 140733967395488 140479745034552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7856/tid=7873] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7873/stat : 7873 (java) S 7853 7856 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105167530 10060525568 294256 33554432000 1073741824 1073778376 140733967395488 140479743981944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7856/tid=7874] ppid=7853 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/7856/task/7874/stat : 7874 (java) S 7853 7856 32147 0 -1 4202560 5 0 0 0 1 1 0 0 20 0 19 0 105167530 10060525568 294256 33554432000 1073741824 1073778376 140733967395488 140479742929352 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7856/tid=7878] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7878/stat : 7878 (java) S 7853 7856 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105167539 10060525568 294256 33554432000 1073741824 1073778376 140733967395488 140479738717480 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 183.04
Current children cumulated vsize (KiB) 9824732

[startup+90.2008 s]
/proc/loadavg: 3.90 4.09 4.14 4/215 7883
/proc/meminfo: memFree=28039444/32872528 swapFree=12208/1156848
[pid=7856] ppid=7853 vsize=9824732 CPUtime=183.13 cores=0,2,4,6
/proc/7856/stat : 7856 (java) S 7853 7856 32147 0 -1 4202496 34649 0 1 0 18263 50 0 0 20 0 17 0 105167524 10060525568 294271 33554432000 1073741824 1073778376 140733967395488 140733967386624 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7856/statm: 2456183 294271 2284 9 0 2446860 0
[pid=7856/tid=7858] ppid=7853 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/7856/task/7858/stat : 7858 (java) S 7853 7856 32147 0 -1 4202560 2454 0 1 0 10 2 0 0 20 0 17 0 105167525 10060525568 294271 33554432000 1073741824 1073778376 140733967395488 140479926232056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7856/tid=7859] ppid=7853 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/7856/task/7859/stat : 7859 (java) S 7853 7856 32147 0 -1 4202560 154 0 0 0 22 2 0 0 20 0 17 0 105167526 10060525568 294271 33554432000 1073741824 1073778376 140733967395488 140479769865256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7856/tid=7860] ppid=7853 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/7856/task/7860/stat : 7860 (java) S 7853 7856 32147 0 -1 4202560 79 0 0 0 23 2 0 0 20 0 17 0 105167526 10060525568 294271 33554432000 1073741824 1073778376 140733967395488 140479768812456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7856/tid=7861] ppid=7853 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/7856/task/7861/stat : 7861 (java) S 7853 7856 32147 0 -1 4202560 126 0 0 0 23 2 0 0 20 0 17 0 105167526 10060525568 294271 33554432000 1073741824 1073778376 140733967395488 140479767759656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7856/tid=7862] ppid=7853 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/7856/task/7862/stat : 7862 (java) S 7853 7856 32147 0 -1 4202560 90 0 0 0 26 3 0 0 20 0 17 0 105167526 10060525568 294271 33554432000 1073741824 1073778376 140733967395488 140479766706856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7856/tid=7863] ppid=7853 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/7856/task/7863/stat : 7863 (java) S 7853 7856 32147 0 -1 4202560 83 0 0 0 20 3 0 0 20 0 17 0 105167526 10060525568 294271 33554432000 1073741824 1073778376 140733967395488 140479765654056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7856/tid=7864] ppid=7853 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/7856/task/7864/stat : 7864 (java) S 7853 7856 32147 0 -1 4202560 149 0 0 0 21 2 0 0 20 0 17 0 105167526 10060525568 294271 33554432000 1073741824 1073778376 140733967395488 140479764601256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7856/tid=7865] ppid=7853 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/7856/task/7865/stat : 7865 (java) S 7853 7856 32147 0 -1 4202560 77 0 0 0 22 2 0 0 20 0 17 0 105167526 10060525568 294271 33554432000 1073741824 1073778376 140733967395488 140479763548456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7856/tid=7866] ppid=7853 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/7856/task/7866/stat : 7866 (java) S 7853 7856 32147 0 -1 4202560 156 0 0 0 25 2 0 0 20 0 17 0 105167526 10060525568 294271 33554432000 1073741824 1073778376 140733967395488 140479762495656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7856/tid=7867] ppid=7853 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/7856/task/7867/stat : 7867 (java) S 7853 7856 32147 0 -1 4202560 739 0 0 0 2 9 0 0 20 0 17 0 105167527 10060525568 294271 33554432000 1073741824 1073778376 140733967395488 140479750298152 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7856/tid=7868] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7868/stat : 7868 (java) S 7853 7856 32147 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 17 0 105167528 10060525568 294271 33554432000 1073741824 1073778376 140733967395488 140479749244664 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7856/tid=7869] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7869/stat : 7869 (java) S 7853 7856 32147 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 17 0 105167528 10060525568 294271 33554432000 1073741824 1073778376 140733967395488 140479748191752 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7856/tid=7870] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7870/stat : 7870 (java) S 7853 7856 32147 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 17 0 105167530 10060525568 294271 33554432000 1073741824 1073778376 140733967395488 140479747139016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7856/tid=7871] ppid=7853 vsize=9824732 CPUtime=1.48 cores=0,2,4,6
/proc/7856/task/7871/stat : 7871 (java) S 7853 7856 32147 0 -1 4202560 14557 0 0 0 145 3 0 0 20 0 17 0 105167530 10060525568 294271 33554432000 1073741824 1073778376 140733967395488 140479746063800 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7856/tid=7872] ppid=7853 vsize=9824732 CPUtime=1.94 cores=0,2,4,6
/proc/7856/task/7872/stat : 7872 (java) S 7853 7856 32147 0 -1 4202560 13830 0 0 0 191 3 0 0 20 0 17 0 105167530 10060525568 294271 33554432000 1073741824 1073778376 140733967395488 140479745011480 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7856/tid=7873] ppid=7853 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7856/task/7873/stat : 7873 (java) S 7853 7856 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 17 0 105167530 10060525568 294271 33554432000 1073741824 1073778376 140733967395488 140479743981944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 183.13
Current children cumulated vsize (KiB) 9824732

Child status: 20

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

Real time (s): 90.218
CPU time (s): 183.645
CPU user time (s): 182.974
CPU system time (s): 0.670894
CPU usage (%): 203.557
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 182.594
system time used= 0.690894
maximum resident set size= 1179008
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34649
page faults= 1
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4795
involuntary context switches= 5467

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.691894 second user time and 0.781881 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-06 18:58:50
IDJOB=4081356
IDBENCH=2907
IDSOLVER=2543
FILE ID=node114/4081356-1465232330
RUNJOBID= node114-1465217569-32163
PBS_JOBID= 19843208
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_4_30_4.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4081356-1465232330/watcher-4081356-1465232330 -o /tmp/evaluation-result-4081356-1465232330/solver-4081356-1465232330 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1465217569-32163 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4081356-1465232330.opb

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

MD5SUM BENCH= 56022330ee2943e2696d570dbfee01d9
RANDOM SEED=1268104103

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
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.852
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:        29161816 kB
Buffers:           29928 kB
Cached:           134676 kB
SwapCached:         1736 kB
Active:          1744160 kB
Inactive:         105220 kB
Active(anon):    1685800 kB
Inactive(anon):     1200 kB
Active(file):      58360 kB
Inactive(file):   104020 kB
Unevictable:     1156848 kB
Mlocked:           12208 kB
SwapTotal:      67108856 kB
SwapFree:       67096588 kB
Dirty:               496 kB
Writeback:             4 kB
AnonPages:       2840516 kB
Mapped:            15228 kB
Shmem:                 0 kB
Slab:             567400 kB
SReclaimable:      11324 kB
SUnreclaim:       556076 kB
KernelStack:        1688 kB
PageTables:        10188 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3267148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2783232 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= 71736 MiB
End job on node114 at 2016-06-06 19:00:20