Trace number 4097143

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16UNSAT 321.414 158.94

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/
SyncCodes/d_n_k/normalized-7_6_22.opb
MD5SUM04de42499345d69a7d2bced5d093eb4d
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark3.01554
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables870
Total number of constraints4094
Number of constraints which are clauses4089
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint29
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 22
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 51
Number of bits of the biggest sum of numbers6
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.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.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4097143-1466113280.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
0.52/0.34	c ... done. Wall clock time 0.228s.
0.52/0.34	c declared #vars     870
0.52/0.34	c #constraints  4098
0.52/0.34	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.52/0.34	c constraints type 
0.52/0.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2436
0.52/0.34	c org.sat4j.specs.Constr$1 => 4
0.52/0.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
0.52/0.34	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
0.52/0.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1652
0.52/0.34	c 4098 constraints processed.
0.52/0.34	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.52/0.34	c constraints type 
0.52/0.34	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1652
0.52/0.34	c org.sat4j.specs.Constr$1 => 4
0.52/0.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2436
0.52/0.34	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3
0.52/0.34	c org.sat4j.pb.constraints.pb.UnitClausePB => 3
0.52/0.34	c 4098 constraints processed.
3.24/1.08	c cleaning 2501 clauses out of 5001 with flag 18171/5001
5.03/1.68	c cleaning 4250 clauses out of 8499 with flag 37998/11000
6.49/2.38	c cleaning 5625 clauses out of 11249 with flag 62697/18000
8.38/3.26	c cleaning 6813 clauses out of 13625 with flag 94902/26001
10.44/4.28	c cleaning 7904 clauses out of 15811 with flag 132683/35000
13.09/5.51	c cleaning 8954 clauses out of 17909 with flag 176366/45002
15.91/6.92	c cleaning 9975 clauses out of 19953 with flag 229584/56000
19.34/8.61	c cleaning 10984 clauses out of 21978 with flag 285762/68000
23.38/10.63	c cleaning 11992 clauses out of 23995 with flag 347387/81001
27.99/12.89	c cleaning 12999 clauses out of 26002 with flag 396021/95000
33.37/15.40	c cleaning 13999 clauses out of 28006 with flag 456089/110003
37.17/17.24	c cleaning 0 clauses out of 5001 with flag 0/5001
38.75/17.96	c cleaning 15003 clauses out of 30005 with flag 521092/126001
43.96/20.56	c cleaning 15999 clauses out of 32002 with flag 590779/143001
49.78/23.41	c cleaning 17000 clauses out of 34002 with flag 668064/161000
56.57/26.86	c cleaning 17998 clauses out of 36004 with flag 746500/180002
65.61/31.33	c cleaning 19004 clauses out of 38007 with flag 835979/200003
76.04/36.51	c cleaning 20001 clauses out of 40001 with flag 932296/221001
87.06/42.02	c cleaning 20991 clauses out of 41999 with flag 1033081/243000
99.28/48.18	c cleaning 22003 clauses out of 44008 with flag 1140400/266000
112.93/54.92	c cleaning 22999 clauses out of 46006 with flag 1255379/290001
127.76/62.34	c cleaning 24004 clauses out of 48007 with flag 1379562/315001
142.60/69.77	c cleaning 24999 clauses out of 50002 with flag 1509179/341000
160.87/78.85	c cleaning 26000 clauses out of 52005 with flag 1650124/368002
180.16/88.42	c cleaning 26998 clauses out of 54005 with flag 1795050/396002
202.05/99.37	c cleaning 27997 clauses out of 56005 with flag 1945168/425000
217.48/107.08	c cleaning 0 clauses out of 11001 with flag 0/11001
222.92/109.79	c cleaning 28996 clauses out of 58008 with flag 2096053/455000
247.64/122.05	c cleaning 30005 clauses out of 60012 with flag 2275797/486001
274.57/135.47	c cleaning 30997 clauses out of 62006 with flag 2444381/518000
303.68/149.98	c cleaning 32003 clauses out of 64009 with flag 2627366/551002
321.20/158.68	c And the winner is solver0
321.20/158.90	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
321.20/158.90	c starts		: 228
321.20/158.90	c conflicts		: 571912
321.20/158.90	c decisions		: 631139
321.20/158.90	c propagations		: 50499261
321.20/158.90	c inspects		: 2424086041
321.20/158.90	c shortcuts		: 0
321.20/158.90	c learnt literals	: 15
321.20/158.90	c learnt binary clauses	: 138
321.20/158.90	c learnt ternary clauses	: 734
321.20/158.90	c learnt constraints	: 571896
321.20/158.90	c ignored constraints	: 0
321.20/158.90	c root simplifications	: 0
321.20/158.90	c removed literals (reason simplification)	: 5577568
321.20/158.90	c reason swapping (by a shorter reason)	: 0
321.20/158.90	c Calls to reduceDB	: 29
321.20/158.90	c Number of update (reduction) of LBD	: 109583
321.20/158.90	c Imported unit clauses	: 0
321.20/158.90	c number of reductions to clauses (during analyze)	: 0
321.20/158.90	c number of learned constraints concerned by reduction	: 0
321.20/158.90	c number of learning phase by resolution	: 0
321.20/158.90	c number of learning phase by cutting planes	: 0
321.20/158.90	c speed (assignments/second)	: 318498.81428409246
321.20/158.90	c non guided choices	113
321.20/158.92	c learnt constraints type 
321.20/158.92	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 138
321.20/158.92	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 52765
321.20/158.92	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
321.20/158.92	c starts		: 36
321.20/158.92	c conflicts		: 12955
321.20/158.92	c decisions		: 15098
321.20/158.92	c propagations		: 1337231
321.20/158.92	c inspects		: 317992024
321.20/158.92	c shortcuts		: 0
321.20/158.92	c learnt literals	: 0
321.20/158.92	c learnt binary clauses	: 0
321.20/158.92	c learnt ternary clauses	: 2
321.20/158.92	c learnt constraints	: 12954
321.20/158.92	c ignored constraints	: 0
321.20/158.92	c root simplifications	: 0
321.20/158.92	c removed literals (reason simplification)	: 0
321.20/158.92	c reason swapping (by a shorter reason)	: 0
321.20/158.92	c Calls to reduceDB	: 2
321.20/158.92	c Number of update (reduction) of LBD	: 0
321.20/158.92	c Imported unit clauses	: 0
321.20/158.92	c number of reductions to clauses (during analyze)	: 0
321.20/158.92	c number of learned constraints concerned by reduction	: 0
321.20/158.92	c number of learning phase by resolution	: 0
321.20/158.92	c number of learning phase by cutting planes	: 0
321.20/158.92	c speed (assignments/second)	: 8432.638827580118
321.20/158.92	c non guided choices	113
321.20/158.93	c learnt constraints type 
321.20/158.93	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 2009
321.20/158.93	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 310
321.20/158.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 10635
321.20/158.93	s UNSATISFIABLE
321.20/158.93	c Total wall clock time (in seconds): 158.818

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-4097143-1466113280/watcher-4097143-1466113280 -o /tmp/evaluation-result-4097143-1466113280/solver-4097143-1466113280 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466113274-20821 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4097143-1466113280.opb 

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

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


[startup+0 s]
/proc/loadavg: 1.24 1.05 1.13 4/199 21201
/proc/meminfo: memFree=31385228/32872528 swapFree=7268/7268
[pid=21201] ppid=21198 vsize=94176 CPUtime=0 cores=1,3,5,7
/proc/21201/stat : 21201 (java) S 21198 21201 18087 0 -1 4202496 1306 0 0 0 0 0 0 0 20 0 2 0 13373900 96436224 938 33554432000 1073741824 1073778376 140733767140224 140733767131360 206412218429 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21201/statm: 24081 941 713 9 0 16771 0
[pid=21201/tid=21202] ppid=21198 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/21201/task/21202/stat : 21202 (java) R 21198 21201 18087 0 -1 4202560 116 0 0 0 0 0 0 0 20 0 2 0 13373900 98570240 964 33554432000 1073741824 1073778376 140733767140224 139980409962024 206409177184 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100115 s]
/proc/loadavg: 1.24 1.05 1.13 4/199 21201
/proc/meminfo: memFree=31385228/32872528 swapFree=7268/7268
[pid=21201] ppid=21198 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/21201/stat : 21201 (java) S 21198 21201 18087 0 -1 4202496 4447 0 1 0 9 1 0 0 20 0 18 0 13373900 9787879424 6077 33554432000 1073741824 1073778376 140733767140224 140733767131360 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21201/statm: 2389619 6077 2142 9 0 2380296 0
[pid=21201/tid=21202] ppid=21198 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/21201/task/21202/stat : 21202 (java) R 21198 21201 18087 0 -1 4202560 2382 0 1 0 7 0 0 0 20 0 18 0 13373900 9787879424 6077 33554432000 1073741824 1073778376 140733767140224 139980409963784 206412244237 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.20034 s]
/proc/loadavg: 1.24 1.05 1.13 4/199 21201
/proc/meminfo: memFree=31385228/32872528 swapFree=7268/7268
[pid=21201] ppid=21198 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/21201/stat : 21201 (java) S 21198 21201 18087 0 -1 4202496 4960 0 1 0 26 1 0 0 20 0 18 0 13373900 9787879424 7003 33554432000 1073741824 1073778376 140733767140224 140733767131360 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21201/statm: 2389619 7003 2215 9 0 2380296 0
[pid=21201/tid=21202] ppid=21198 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/21201/task/21202/stat : 21202 (java) R 21198 21201 18087 0 -1 4202560 2398 0 1 0 17 0 0 0 20 0 18 0 13373900 9787879424 7003 33554432000 1073741824 1073778376 140733767140224 139980409966792 139980248774190 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300283 s]
/proc/loadavg: 1.24 1.05 1.13 4/199 21201
/proc/meminfo: memFree=31385228/32872528 swapFree=7268/7268
[pid=21201] ppid=21198 vsize=9558476 CPUtime=0.52 cores=1,3,5,7
/proc/21201/stat : 21201 (java) S 21198 21201 18087 0 -1 4202496 5876 0 1 0 50 2 0 0 20 0 18 0 13373900 9787879424 9491 33554432000 1073741824 1073778376 140733767140224 140733767131360 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21201/statm: 2389619 9491 2234 9 0 2380296 0
[pid=21201/tid=21202] ppid=21198 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/21201/task/21202/stat : 21202 (java) R 21198 21201 18087 0 -1 4202560 2409 0 1 0 26 1 0 0 20 0 18 0 13373900 9787879424 9491 33554432000 1073741824 1073778376 140733767140224 139980409963480 139980249121724 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558476

[startup+0.700233 s]
/proc/loadavg: 1.24 1.05 1.13 4/199 21201
/proc/meminfo: memFree=31385228/32872528 swapFree=7268/7268
[pid=21201] ppid=21198 vsize=9824732 CPUtime=2.04 cores=1,3,5,7
/proc/21201/stat : 21201 (java) S 21198 21201 18087 0 -1 4202496 14609 0 1 0 200 4 0 0 20 0 22 0 13373900 10060525568 18460 33554432000 1073741824 1073778376 140733767140224 140733767131360 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21201/statm: 2456183 18460 2264 9 0 2446860 0
[pid=21201/tid=21202] ppid=21198 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/21201/task/21202/stat : 21202 (java) S 21198 21201 18087 0 -1 4202560 2453 0 1 0 30 2 0 0 20 0 22 0 13373900 10060525568 18460 33554432000 1073741824 1073778376 140733767140224 139980409967480 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 9824732

[startup+1.50093 s]
/proc/loadavg: 1.24 1.05 1.13 6/221 21223
/proc/meminfo: memFree=31195260/32872528 swapFree=7268/7268
[pid=21201] ppid=21198 vsize=9824732 CPUtime=4.81 cores=1,3,5,7
/proc/21201/stat : 21201 (java) S 21198 21201 18087 0 -1 4202496 23743 0 1 0 473 8 0 0 20 0 22 0 13373900 10060525568 49871 33554432000 1073741824 1073778376 140733767140224 140733767131360 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21201/statm: 2456183 49871 2290 9 0 2446860 0
[pid=21201/tid=21202] ppid=21198 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/21201/task/21202/stat : 21202 (java) S 21198 21201 18087 0 -1 4202560 2453 0 1 0 30 2 0 0 20 0 22 0 13373900 10060525568 49871 33554432000 1073741824 1073778376 140733767140224 139980409967480 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21201/tid=21204] ppid=21198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21201/task/21204/stat : 21204 (java) S 21198 21201 18087 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 13373901 10060525568 49871 33554432000 1073741824 1073778376 140733767140224 139980371458984 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21201/tid=21205] ppid=21198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21201/task/21205/stat : 21205 (java) S 21198 21201 18087 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 13373901 10060525568 49871 33554432000 1073741824 1073778376 140733767140224 139980370406440 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21201/tid=21206] ppid=21198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21201/task/21206/stat : 21206 (java) S 21198 21201 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13373901 10060525568 49871 33554432000 1073741824 1073778376 140733767140224 139980369353384 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21201/tid=21207] ppid=21198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21201/task/21207/stat : 21207 (java) S 21198 21201 18087 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 13373901 10060525568 49871 33554432000 1073741824 1073778376 140733767140224 139980368300840 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21201/tid=21208] ppid=21198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21201/task/21208/stat : 21208 (java) S 21198 21201 18087 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 13373901 10060525568 49871 33554432000 1073741824 1073778376 140733767140224 139980367247784 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21201/tid=21209] ppid=21198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21201/task/21209/stat : 21209 (java) S 21198 21201 18087 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13373901 10060525568 49871 33554432000 1073741824 1073778376 140733767140224 139980248705576 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21201/tid=21210] ppid=21198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21201/task/21210/stat : 21210 (java) S 21198 21201 18087 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13373901 10060525568 49871 33554432000 1073741824 1073778376 140733767140224 139980247652520 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21201/tid=21211] ppid=21198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21201/task/21211/stat : 21211 (java) S 21198 21201 18087 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 13373901 10060525568 49871 33554432000 1073741824 1073778376 140733767140224 139980246599976 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21201/tid=21212] ppid=21198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21201/task/21212/stat : 21212 (java) S 21198 21201 18087 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 13373902 10060525568 49871 33554432000 1073741824 1073778376 140733767140224 139980234189672 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21201/tid=21213] ppid=21198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21201/task/21213/stat : 21213 (java) S 21198 21201 18087 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13373902 10060525568 49871 33554432000 1073741824 1073778376 140733767140224 139980233135992 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21201/tid=21214] ppid=21198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21201/task/21214/stat : 21214 (java) S 21198 21201 18087 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13373902 10060525568 49871 33554432000 1073741824 1073778376 140733767140224 139979627947400 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21201/tid=21215] ppid=21198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21201/task/21215/stat : 21215 (java) S 21198 21201 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13373905 10060525568 49871 33554432000 1073741824 1073778376 140733767140224 139979626896144 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21201/tid=21216] ppid=21198 vsize=9824732 CPUtime=1.06 cores=1,3,5,7
/proc/21201/task/21216/stat : 21216 (java) S 21198 21201 18087 0 -1 4202560 6853 0 0 0 104 2 0 0 20 0 22 0 13373905 10060525568 49871 33554432000 1073741824 1073778376 140733767140224 139979625843000 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21201/tid=21217] ppid=21198 vsize=9824732 CPUtime=1.1 cores=1,3,5,7
/proc/21201/task/21217/stat : 21217 (java) S 21198 21201 18087 0 -1 4202560 12902 0 0 0 107 3 0 0 20 0 22 0 13373905 10060525568 49871 33554432000 1073741824 1073778376 140733767140224 139979624790456 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21201/tid=21218] ppid=21198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21201/task/21218/stat : 21218 (java) S 21198 21201 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13373905 10060525568 49871 33554432000 1073741824 1073778376 140733767140224 139979623737592 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21201/tid=21219] ppid=21198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21201/task/21219/stat : 21219 (java) S 21198 21201 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13373905 10060525568 49871 33554432000 1073741824 1073778376 140733767140224 139979622685256 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21201/tid=21220] ppid=21198 vsize=9824732 CPUtime=1.11 cores=1,3,5,7
/proc/21201/task/21220/stat : 21220 (java) R 21198 21201 18087 0 -1 4202560 37 0 0 0 111 0 0 0 20 0 22 0 13373934 10060525568 49871 33554432000 1073741824 1073778376 140733767140224 139979621261840 139980249443245 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21201/tid=21221] ppid=21198 vsize=9824732 CPUtime=1.13 cores=1,3,5,7
/proc/21201/task/21221/stat : 21221 (java) R 21198 21201 18087 0 -1 4202560 121 0 0 0 111 2 0 0 20 0 22 0 13373934 10060525568 49871 33554432000 1073741824 1073778376 140733767140224 139979620208672 139980249429505 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21201/tid=21222] ppid=21198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21201/task/21222/stat : 21222 (java) S 21198 21201 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13373935 10060525568 49871 33554432000 1073741824 1073778376 140733767140224 139979619157288 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21201/tid=21223] ppid=21198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21201/task/21223/stat : 21223 (java) S 21198 21201 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13373935 10060525568 49871 33554432000 1073741824 1073778376 140733767140224 139979618104744 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.81
Current children cumulated vsize (KiB) 9824732

[startup+3.10095 s]
/proc/loadavg: 1.24 1.05 1.13 5/221 21223
/proc/meminfo: memFree=30711072/32872528 swapFree=7268/7268
[pid=21201] ppid=21198 vsize=9824732 CPUtime=8.18 cores=1,3,5,7
/proc/21201/stat : 21201 (java) S 21198 21201 18087 0 -1 4202496 25500 0 1 0 807 11 0 0 20 0 22 0 13373900 10060525568 84487 33554432000 1073741824 1073778376 140733767140224 140733767131360 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21201/statm: 2456183 84487 2290 9 0 2446860 0
[pid=21201/tid=21202] ppid=21198 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/21201/task/21202/stat : 21202 (java) S 21198 21201 18087 0 -1 4202560 2453 0 1 0 30 2 0 0 20 0 22 0 13373900 10060525568 84487 33554432000 1073741824 1073778376 140733767140224 139980409967480 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21201/tid=21204] ppid=21198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21201/task/21204/stat : 21204 (java) S 21198 21201 18087 0 -1 4202560 102 0 0 0 0 0 0 0 20 0 22 0 13373901 10060525568 84487 33554432000 1073741824 1073778376 140733767140224 139980371458984 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21201/tid=21205] ppid=21198 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/21201/task/21205/stat : 21205 (java) S 21198 21201 18087 0 -1 4202560 111 0 0 0 1 0 0 0 20 0 22 0 13373901 10060525568 84487 33554432000 1073741824 1073778376 140733767140224 139980370406440 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21201/tid=21206] ppid=21198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21201/task/21206/stat : 21206 (java) S 21198 21201 18087 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 13373901 10060525568 84487 33554432000 1073741824 1073778376 140733767140224 139980369353384 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21201/tid=21207] ppid=21198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21201/task/21207/stat : 21207 (java) S 21198 21201 18087 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 13373901 10060525568 84487 33554432000 1073741824 1073778376 140733767140224 139980368300840 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21201/tid=21208] ppid=21198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21201/task/21208/stat : 21208 (java) S 21198 21201 18087 0 -1 4202560 95 0 0 0 0 0 0 0 20 0 22 0 13373901 10060525568 84487 33554432000 1073741824 1073778376 140733767140224 139980367247784 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21201/tid=21209] ppid=21198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21201/task/21209/stat : 21209 (java) S 21198 21201 18087 0 -1 4202560 97 0 0 0 0 0 0 0 20 0 22 0 13373901 10060525568 84487 33554432000 1073741824 1073778376 140733767140224 139980248705576 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21201/tid=21210] ppid=21198 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/21201/task/21210/stat : 21210 (java) S 21198 21201 18087 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 13373901 10060525568 84487 33554432000 1073741824 1073778376 140733767140224 139980247652520 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21201/tid=21211] ppid=21198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21201/task/21211/stat : 21211 (java) S 21198 21201 18087 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13373901 10060525568 84487 33554432000 1073741824 1073778376 140733767140224 139980246599976 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21201/tid=21212] ppid=21198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21201/task/21212/stat : 21212 (java) S 21198 21201 18087 0 -1 4202560 182 0 0 0 0 0 0 0 20 0 22 0 13373902 10060525568 84487 33554432000 1073741824 1073778376 140733767140224 139980234189672 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21201/tid=21213] ppid=21198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21201/task/21213/stat : 21213 (java) S 21198 21201 18087 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13373902 10060525568 84487 33554432000 1073741824 1073778376 140733767140224 139980233135992 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21201/tid=21214] ppid=21198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21201/task/21214/stat : 21214 (java) S 21198 21201 18087 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13373902 10060525568 84487 33554432000 1073741824 1073778376 140733767140224 139979627947400 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21201/tid=21215] ppid=21198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21201/task/21215/stat : 21215 (java) S 21198 21201 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13373905 10060525568 84487 33554432000 1073741824 1073778376 140733767140224 139979626896144 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21201/tid=21216] ppid=21198 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/21201/task/21216/stat : 21216 (java) S 21198 21201 18087 0 -1 4202560 8028 0 0 0 117 2 0 0 20 0 22 0 13373905 10060525568 84487 33554432000 1073741824 1073778376 140733767140224 139979625843000 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21201/tid=21217] ppid=21198 vsize=9824732 CPUtime=1.11 cores=1,3,5,7
/proc/21201/task/21217/stat : 21217 (java) S 21198 21201 18087 0 -1 4202560 12902 0 0 0 108 3 0 0 20 0 22 0 13373905 10060525568 84487 33554432000 1073741824 1073778376 140733767140224 139979624790456 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21201/tid=21218] ppid=21198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21201/task/21218/stat : 21218 (java) S 21198 21201 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13373905 10060525568 84487 33554432000 1073741824 1073778376 140733767140224 139979623737592 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21201/tid=21219] ppid=21198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21201/task/21219/stat : 21219 (java) S 21198 21201 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13373905 10060525568 84487 33554432000 1073741824 1073778376 140733767140224 139979622685256 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21201/tid=21220] ppid=21198 vsize=9824732 CPUtime=2.68 cores=1,3,5,7
/proc/21201/task/21220/stat : 21220 (java) R 21198 21201 18087 0 -1 4202560 38 0 0 0 268 0 0 0 20 0 22 0 13373934 10060525568 84487 33554432000 1073741824 1073778376 140733767140224 139979621260432 139980249321209 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21201/tid=21221] ppid=21198 vsize=9824732 CPUtime=2.69 cores=1,3,5,7
/proc/21201/task/21221/stat : 21221 (java) R 21198 21201 18087 0 -1 4202560 181 0 0 0 266 3 0 0 20 0 22 0 13373934 10060525568 84487 33554432000 1073741824 1073778376 140733767140224 139979620208672 139980249478784 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21201/tid=21222] ppid=21198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21201/task/21222/stat : 21222 (java) S 21198 21201 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13373935 10060525568 84487 33554432000 1073741824 1073778376 140733767140224 139979619157288 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21201/tid=21223] ppid=21198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21201/task/21223/stat : 21223 (java) S 21198 21201 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13373935 10060525568 84487 33554432000 1073741824 1073778376 140733767140224 139979618104744 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.18
Current children cumulated vsize (KiB) 9824732

[startup+6.30096 s]
/proc/loadavg: 1.46 1.10 1.15 6/221 21223
/proc/meminfo: memFree=30250348/32872528 swapFree=7268/7268
[pid=21201] ppid=21198 vsize=9824732 CPUtime=14.69 cores=1,3,5,7
/proc/21201/stat : 21201 (java) S 21198 21201 18087 0 -1 4202496 26236 0 1 0 1445 24 0 0 20 0 22 0 13373900 10060525568 252611 33554432000 1073741824 1073778376 140733767140224 140733767131360 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21201/statm: 2456183 252611 2290 9 0 2446860 0
[pid=21201/tid=21202] ppid=21198 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/21201/task/21202/stat : 21202 (java) S 21198 21201 18087 0 -1 4202560 2453 0 1 0 30 2 0 0 20 0 22 0 13373900 10060525568 252611 33554432000 1073741824 1073778376 140733767140224 139980409967480 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21201/tid=21204] ppid=21198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21201/task/21204/stat : 21204 (java) S 21198 21201 18087 0 -1 4202560 102 0 0 0 0 0 0 0 20 0 22 0 13373901 10060525568 252611 33554432000 1073741824 1073778376 140733767140224 139980371458984 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21201/tid=21205] ppid=21198 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/21201/task/21205/stat : 21205 (java) S 21198 21201 18087 0 -1 4202560 113 0 0 0 1 0 0 0 20 0 22 0 13373901 10060525568 252611 33554432000 1073741824 1073778376 140733767140224 139980370406440 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21201/tid=21206] ppid=21198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21201/task/21206/stat : 21206 (java) S 21198 21201 18087 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13373901 10060525568 252611 33554432000 1073741824 1073778376 140733767140224 139980369353384 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21201/tid=21207] ppid=21198 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/21201/task/21207/stat : 21207 (java) S 21198 21201 18087 0 -1 4202560 23 0 0 0 1 0 0 0 20 0 22 0 13373901 10060525568 252611 33554432000 1073741824 1073778376 140733767140224 139980368300840 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21201/tid=21208] ppid=21198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21201/task/21208/stat : 21208 (java) S 21198 21201 18087 0 -1 4202560 97 0 0 0 0 0 0 0 20 0 22 0 13373901 10060525568 252611 33554432000 1073741824 1073778376 140733767140224 139980367247784 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21201/tid=21209] ppid=21198 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/21201/task/21209/stat : 21209 (java) S 21198 21201 18087 0 -1 4202560 102 0 0 0 1 0 0 0 20 0 22 0 13373901 10060525568 252611 33554432000 1073741824 1073778376 140733767140224 139980248705576 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21201/tid=21210] ppid=21198 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/21201/task/21210/stat : 21210 (java) S 21198 21201 18087 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 22 0 13373901 10060525568 252611 33554432000 1073741824 1073778376 140733767140224 139980247652520 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21201/tid=21211] ppid=21198 vsize=9824732 CPUtime=0 cores=1,3,5,7

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

/proc/21201/task/21216/stat : 21216 (java) S 21198 21201 18087 0 -1 4202560 8079 0 0 0 184 2 0 0 20 0 22 0 13373905 10060525568 413636 33554432000 1073741824 1073778376 140733767140224 139979625843000 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21201/tid=21217] ppid=21198 vsize=9824732 CPUtime=1.46 cores=1,3,5,7
/proc/21201/task/21217/stat : 21217 (java) S 21198 21201 18087 0 -1 4202560 15067 0 0 0 142 4 0 0 20 0 22 0 13373905 10060525568 413636 33554432000 1073741824 1073778376 140733767140224 139979624790456 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21201/tid=21218] ppid=21198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21201/task/21218/stat : 21218 (java) S 21198 21201 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13373905 10060525568 413636 33554432000 1073741824 1073778376 140733767140224 139979623737592 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21201/tid=21219] ppid=21198 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/21201/task/21219/stat : 21219 (java) S 21198 21201 18087 0 -1 4202560 9 0 0 0 0 5 0 0 20 0 22 0 13373905 10060525568 413636 33554432000 1073741824 1073778376 140733767140224 139979622685256 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21201/tid=21220] ppid=21198 vsize=9824732 CPUtime=155.6 cores=1,3,5,7
/proc/21201/task/21220/stat : 21220 (java) R 21198 21201 18087 0 -1 4202560 104 0 0 0 15558 2 0 0 20 0 22 0 13373934 10060525568 413636 33554432000 1073741824 1073778376 140733767140224 139979621261320 139980249321209 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21201/tid=21221] ppid=21198 vsize=9824732 CPUtime=155.64 cores=1,3,5,7
/proc/21201/task/21221/stat : 21221 (java) R 21198 21201 18087 0 -1 4202560 1021 0 0 0 15538 26 0 0 20 0 22 0 13373934 10060525568 413636 33554432000 1073741824 1073778376 140733767140224 139979620207904 139980249478776 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21201/tid=21222] ppid=21198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21201/task/21222/stat : 21222 (java) S 21198 21201 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13373935 10060525568 413636 33554432000 1073741824 1073778376 140733767140224 139979619157288 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21201/tid=21223] ppid=21198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21201/task/21223/stat : 21223 (java) S 21198 21201 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13373935 10060525568 413636 33554432000 1073741824 1073778376 140733767140224 139979618104744 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 319.2
Current children cumulated vsize (KiB) 9824732

[startup+158.401 s]
/proc/loadavg: 3.89 2.29 1.59 5/221 21225
/proc/meminfo: memFree=28313300/32872528 swapFree=7268/7268
[pid=21201] ppid=21198 vsize=9824732 CPUtime=320.81 cores=1,3,5,7
/proc/21201/stat : 21201 (java) S 21198 21201 18087 0 -1 4202496 29704 0 1 0 32022 59 0 0 20 0 22 0 13373900 10060525568 413636 33554432000 1073741824 1073778376 140733767140224 140733767131360 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21201/statm: 2456183 413636 2293 9 0 2446860 0
[pid=21201/tid=21202] ppid=21198 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/21201/task/21202/stat : 21202 (java) S 21198 21201 18087 0 -1 4202560 2455 0 1 0 31 2 0 0 20 0 22 0 13373900 10060525568 413636 33554432000 1073741824 1073778376 140733767140224 139980409967480 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21201/tid=21204] ppid=21198 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/21201/task/21204/stat : 21204 (java) S 21198 21201 18087 0 -1 4202560 169 0 0 0 40 2 0 0 20 0 22 0 13373901 10060525568 413636 33554432000 1073741824 1073778376 140733767140224 139980371458984 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21201/tid=21205] ppid=21198 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/21201/task/21205/stat : 21205 (java) S 21198 21201 18087 0 -1 4202560 174 0 0 0 34 2 0 0 20 0 22 0 13373901 10060525568 413636 33554432000 1073741824 1073778376 140733767140224 139980370406440 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21201/tid=21206] ppid=21198 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/21201/task/21206/stat : 21206 (java) S 21198 21201 18087 0 -1 4202560 80 0 0 0 39 2 0 0 20 0 22 0 13373901 10060525568 413636 33554432000 1073741824 1073778376 140733767140224 139980369353384 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21201/tid=21207] ppid=21198 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/21201/task/21207/stat : 21207 (java) S 21198 21201 18087 0 -1 4202560 73 0 0 0 36 2 0 0 20 0 22 0 13373901 10060525568 413636 33554432000 1073741824 1073778376 140733767140224 139980368300840 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21201/tid=21208] ppid=21198 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/21201/task/21208/stat : 21208 (java) S 21198 21201 18087 0 -1 4202560 168 0 0 0 43 2 0 0 20 0 22 0 13373901 10060525568 413636 33554432000 1073741824 1073778376 140733767140224 139980367247784 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21201/tid=21209] ppid=21198 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/21201/task/21209/stat : 21209 (java) S 21198 21201 18087 0 -1 4202560 157 0 0 0 38 2 0 0 20 0 22 0 13373901 10060525568 413636 33554432000 1073741824 1073778376 140733767140224 139980248705576 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21201/tid=21210] ppid=21198 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/21201/task/21210/stat : 21210 (java) S 21198 21201 18087 0 -1 4202560 83 0 0 0 43 2 0 0 20 0 22 0 13373901 10060525568 413636 33554432000 1073741824 1073778376 140733767140224 139980247652520 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21201/tid=21211] ppid=21198 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/21201/task/21211/stat : 21211 (java) S 21198 21201 18087 0 -1 4202560 58 0 0 0 34 2 0 0 20 0 22 0 13373901 10060525568 413636 33554432000 1073741824 1073778376 140733767140224 139980246599976 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21201/tid=21212] ppid=21198 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/21201/task/21212/stat : 21212 (java) S 21198 21201 18087 0 -1 4202560 742 0 0 0 1 9 0 0 20 0 22 0 13373902 10060525568 413636 33554432000 1073741824 1073778376 140733767140224 139980234189672 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21201/tid=21213] ppid=21198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21201/task/21213/stat : 21213 (java) S 21198 21201 18087 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13373902 10060525568 413636 33554432000 1073741824 1073778376 140733767140224 139980233135992 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21201/tid=21214] ppid=21198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21201/task/21214/stat : 21214 (java) S 21198 21201 18087 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13373902 10060525568 413636 33554432000 1073741824 1073778376 140733767140224 139979627947400 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21201/tid=21215] ppid=21198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21201/task/21215/stat : 21215 (java) S 21198 21201 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13373905 10060525568 413636 33554432000 1073741824 1073778376 140733767140224 139979626896144 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21201/tid=21216] ppid=21198 vsize=9824732 CPUtime=1.86 cores=1,3,5,7
/proc/21201/task/21216/stat : 21216 (java) S 21198 21201 18087 0 -1 4202560 8079 0 0 0 184 2 0 0 20 0 22 0 13373905 10060525568 413636 33554432000 1073741824 1073778376 140733767140224 139979625843000 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21201/tid=21217] ppid=21198 vsize=9824732 CPUtime=1.46 cores=1,3,5,7
/proc/21201/task/21217/stat : 21217 (java) S 21198 21201 18087 0 -1 4202560 15067 0 0 0 142 4 0 0 20 0 22 0 13373905 10060525568 413636 33554432000 1073741824 1073778376 140733767140224 139979624790456 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21201/tid=21218] ppid=21198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21201/task/21218/stat : 21218 (java) S 21198 21201 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13373905 10060525568 413636 33554432000 1073741824 1073778376 140733767140224 139979623737592 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21201/tid=21219] ppid=21198 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/21201/task/21219/stat : 21219 (java) S 21198 21201 18087 0 -1 4202560 9 0 0 0 0 5 0 0 20 0 22 0 13373905 10060525568 413636 33554432000 1073741824 1073778376 140733767140224 139979622685256 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21201/tid=21220] ppid=21198 vsize=9824732 CPUtime=156.41 cores=1,3,5,7
/proc/21201/task/21220/stat : 21220 (java) R 21198 21201 18087 0 -1 4202560 104 0 0 0 15639 2 0 0 20 0 22 0 13373934 10060525568 413636 33554432000 1073741824 1073778376 140733767140224 139979621261200 139980249443422 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21201/tid=21221] ppid=21198 vsize=9824732 CPUtime=156.45 cores=1,3,5,7
/proc/21201/task/21221/stat : 21221 (java) R 21198 21201 18087 0 -1 4202560 1021 0 0 0 15619 26 0 0 20 0 22 0 13373934 10060525568 413636 33554432000 1073741824 1073778376 140733767140224 139979620207904 139980249481505 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21201/tid=21222] ppid=21198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21201/task/21222/stat : 21222 (java) S 21198 21201 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13373935 10060525568 413636 33554432000 1073741824 1073778376 140733767140224 139979619157288 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21201/tid=21223] ppid=21198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21201/task/21223/stat : 21223 (java) S 21198 21201 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13373935 10060525568 413636 33554432000 1073741824 1073778376 140733767140224 139979618104744 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 320.81
Current children cumulated vsize (KiB) 9824732

[startup+158.801 s]
/proc/loadavg: 3.89 2.29 1.59 5/221 21225
/proc/meminfo: memFree=28313300/32872528 swapFree=7268/7268
[pid=21201] ppid=21198 vsize=9824732 CPUtime=320.68 cores=1,3,5,7
/proc/21201/stat : 21201 (java) S 21198 21201 18087 0 -1 4202496 29707 0 1 0 32004 64 0 0 20 0 19 0 13373900 10060525568 413352 33554432000 1073741824 1073778376 140733767140224 140733767131360 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21201/statm: 2456183 413352 2294 9 0 2446860 0
[pid=21201/tid=21202] ppid=21198 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/21201/task/21202/stat : 21202 (java) S 21198 21201 18087 0 -1 4202560 2455 0 1 0 31 2 0 0 20 0 19 0 13373900 10060525568 413352 33554432000 1073741824 1073778376 140733767140224 139980409967480 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21201/tid=21204] ppid=21198 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/21201/task/21204/stat : 21204 (java) S 21198 21201 18087 0 -1 4202560 169 0 0 0 40 2 0 0 20 0 19 0 13373901 10060525568 413352 33554432000 1073741824 1073778376 140733767140224 139980371458984 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21201/tid=21205] ppid=21198 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/21201/task/21205/stat : 21205 (java) S 21198 21201 18087 0 -1 4202560 174 0 0 0 35 2 0 0 20 0 19 0 13373901 10060525568 413352 33554432000 1073741824 1073778376 140733767140224 139980370406440 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21201/tid=21206] ppid=21198 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/21201/task/21206/stat : 21206 (java) S 21198 21201 18087 0 -1 4202560 80 0 0 0 39 2 0 0 20 0 19 0 13373901 10060525568 413352 33554432000 1073741824 1073778376 140733767140224 139980369353384 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21201/tid=21207] ppid=21198 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/21201/task/21207/stat : 21207 (java) S 21198 21201 18087 0 -1 4202560 73 0 0 0 36 2 0 0 20 0 19 0 13373901 10060525568 413352 33554432000 1073741824 1073778376 140733767140224 139980368300840 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21201/tid=21208] ppid=21198 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/21201/task/21208/stat : 21208 (java) S 21198 21201 18087 0 -1 4202560 168 0 0 0 44 2 0 0 20 0 19 0 13373901 10060525568 413352 33554432000 1073741824 1073778376 140733767140224 139980367247784 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21201/tid=21209] ppid=21198 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/21201/task/21209/stat : 21209 (java) S 21198 21201 18087 0 -1 4202560 158 0 0 0 38 2 0 0 20 0 19 0 13373901 10060525568 413352 33554432000 1073741824 1073778376 140733767140224 139980248705576 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21201/tid=21210] ppid=21198 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/21201/task/21210/stat : 21210 (java) S 21198 21201 18087 0 -1 4202560 83 0 0 0 44 2 0 0 20 0 19 0 13373901 10060525568 413352 33554432000 1073741824 1073778376 140733767140224 139980247652520 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21201/tid=21211] ppid=21198 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/21201/task/21211/stat : 21211 (java) S 21198 21201 18087 0 -1 4202560 58 0 0 0 35 2 0 0 20 0 19 0 13373901 10060525568 413352 33554432000 1073741824 1073778376 140733767140224 139980246599976 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21201/tid=21212] ppid=21198 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/21201/task/21212/stat : 21212 (java) S 21198 21201 18087 0 -1 4202560 742 0 0 0 1 9 0 0 20 0 19 0 13373902 10060525568 413352 33554432000 1073741824 1073778376 140733767140224 139980234189672 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21201/tid=21213] ppid=21198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21201/task/21213/stat : 21213 (java) S 21198 21201 18087 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13373902 10060525568 413352 33554432000 1073741824 1073778376 140733767140224 139980233135992 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21201/tid=21214] ppid=21198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21201/task/21214/stat : 21214 (java) S 21198 21201 18087 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13373902 10060525568 413352 33554432000 1073741824 1073778376 140733767140224 139979627947400 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21201/tid=21215] ppid=21198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21201/task/21215/stat : 21215 (java) S 21198 21201 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13373905 10060525568 413352 33554432000 1073741824 1073778376 140733767140224 139979626896144 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21201/tid=21216] ppid=21198 vsize=9824732 CPUtime=1.86 cores=1,3,5,7
/proc/21201/task/21216/stat : 21216 (java) S 21198 21201 18087 0 -1 4202560 8079 0 0 0 184 2 0 0 20 0 19 0 13373905 10060525568 413352 33554432000 1073741824 1073778376 140733767140224 139979625843000 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21201/tid=21217] ppid=21198 vsize=9824732 CPUtime=1.46 cores=1,3,5,7
/proc/21201/task/21217/stat : 21217 (java) S 21198 21201 18087 0 -1 4202560 15067 0 0 0 142 4 0 0 20 0 19 0 13373905 10060525568 413352 33554432000 1073741824 1073778376 140733767140224 139979624790456 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21201/tid=21218] ppid=21198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21201/task/21218/stat : 21218 (java) S 21198 21201 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13373905 10060525568 413352 33554432000 1073741824 1073778376 140733767140224 139979623737592 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21201/tid=21219] ppid=21198 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/21201/task/21219/stat : 21219 (java) S 21198 21201 18087 0 -1 4202560 9 0 0 0 0 5 0 0 20 0 19 0 13373905 10060525568 413352 33554432000 1073741824 1073778376 140733767140224 139979622685256 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21201/tid=21223] ppid=21198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21201/task/21223/stat : 21223 (java) S 21198 21201 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13373935 10060525568 413352 33554432000 1073741824 1073778376 140733767140224 139979618104744 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 320.68
Current children cumulated vsize (KiB) 9824732

[startup+158.901 s]
/proc/loadavg: 3.89 2.29 1.59 5/221 21225
/proc/meminfo: memFree=28313300/32872528 swapFree=7268/7268
[pid=21201] ppid=21198 vsize=9824732 CPUtime=320.68 cores=1,3,5,7
/proc/21201/stat : 21201 (java) S 21198 21201 18087 0 -1 4202496 29707 0 1 0 32004 64 0 0 20 0 19 0 13373900 10060525568 413352 33554432000 1073741824 1073778376 140733767140224 140733767131360 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21201/statm: 2456183 413352 2294 9 0 2446860 0
[pid=21201/tid=21202] ppid=21198 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/21201/task/21202/stat : 21202 (java) S 21198 21201 18087 0 -1 4202560 2455 0 1 0 31 2 0 0 20 0 19 0 13373900 10060525568 413352 33554432000 1073741824 1073778376 140733767140224 139980409967480 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21201/tid=21204] ppid=21198 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/21201/task/21204/stat : 21204 (java) S 21198 21201 18087 0 -1 4202560 169 0 0 0 40 2 0 0 20 0 19 0 13373901 10060525568 413352 33554432000 1073741824 1073778376 140733767140224 139980371458984 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21201/tid=21205] ppid=21198 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/21201/task/21205/stat : 21205 (java) S 21198 21201 18087 0 -1 4202560 174 0 0 0 35 2 0 0 20 0 19 0 13373901 10060525568 413352 33554432000 1073741824 1073778376 140733767140224 139980370406440 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21201/tid=21206] ppid=21198 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/21201/task/21206/stat : 21206 (java) S 21198 21201 18087 0 -1 4202560 80 0 0 0 39 2 0 0 20 0 19 0 13373901 10060525568 413352 33554432000 1073741824 1073778376 140733767140224 139980369353384 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21201/tid=21207] ppid=21198 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/21201/task/21207/stat : 21207 (java) S 21198 21201 18087 0 -1 4202560 73 0 0 0 36 2 0 0 20 0 19 0 13373901 10060525568 413352 33554432000 1073741824 1073778376 140733767140224 139980368300840 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21201/tid=21208] ppid=21198 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/21201/task/21208/stat : 21208 (java) S 21198 21201 18087 0 -1 4202560 168 0 0 0 44 2 0 0 20 0 19 0 13373901 10060525568 413352 33554432000 1073741824 1073778376 140733767140224 139980367247784 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21201/tid=21209] ppid=21198 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/21201/task/21209/stat : 21209 (java) S 21198 21201 18087 0 -1 4202560 158 0 0 0 38 2 0 0 20 0 19 0 13373901 10060525568 413352 33554432000 1073741824 1073778376 140733767140224 139980248705576 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21201/tid=21210] ppid=21198 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/21201/task/21210/stat : 21210 (java) S 21198 21201 18087 0 -1 4202560 83 0 0 0 44 2 0 0 20 0 19 0 13373901 10060525568 413352 33554432000 1073741824 1073778376 140733767140224 139980247652520 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21201/tid=21211] ppid=21198 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/21201/task/21211/stat : 21211 (java) S 21198 21201 18087 0 -1 4202560 58 0 0 0 35 2 0 0 20 0 19 0 13373901 10060525568 413352 33554432000 1073741824 1073778376 140733767140224 139980246599976 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21201/tid=21212] ppid=21198 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/21201/task/21212/stat : 21212 (java) S 21198 21201 18087 0 -1 4202560 742 0 0 0 1 9 0 0 20 0 19 0 13373902 10060525568 413352 33554432000 1073741824 1073778376 140733767140224 139980234189672 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21201/tid=21213] ppid=21198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21201/task/21213/stat : 21213 (java) S 21198 21201 18087 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13373902 10060525568 413352 33554432000 1073741824 1073778376 140733767140224 139980233135992 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21201/tid=21214] ppid=21198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21201/task/21214/stat : 21214 (java) S 21198 21201 18087 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13373902 10060525568 413352 33554432000 1073741824 1073778376 140733767140224 139979627947400 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21201/tid=21215] ppid=21198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21201/task/21215/stat : 21215 (java) S 21198 21201 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13373905 10060525568 413352 33554432000 1073741824 1073778376 140733767140224 139979626896144 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21201/tid=21216] ppid=21198 vsize=9824732 CPUtime=1.86 cores=1,3,5,7
/proc/21201/task/21216/stat : 21216 (java) S 21198 21201 18087 0 -1 4202560 8079 0 0 0 184 2 0 0 20 0 19 0 13373905 10060525568 413352 33554432000 1073741824 1073778376 140733767140224 139979625843000 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21201/tid=21217] ppid=21198 vsize=9824732 CPUtime=1.46 cores=1,3,5,7
/proc/21201/task/21217/stat : 21217 (java) S 21198 21201 18087 0 -1 4202560 15067 0 0 0 142 4 0 0 20 0 19 0 13373905 10060525568 413352 33554432000 1073741824 1073778376 140733767140224 139979624790456 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21201/tid=21218] ppid=21198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21201/task/21218/stat : 21218 (java) S 21198 21201 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13373905 10060525568 413352 33554432000 1073741824 1073778376 140733767140224 139979623737592 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21201/tid=21219] ppid=21198 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/21201/task/21219/stat : 21219 (java) S 21198 21201 18087 0 -1 4202560 9 0 0 0 0 5 0 0 20 0 19 0 13373905 10060525568 413352 33554432000 1073741824 1073778376 140733767140224 139979622685256 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21201/tid=21223] ppid=21198 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21201/task/21223/stat : 21223 (java) S 21198 21201 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13373935 10060525568 413352 33554432000 1073741824 1073778376 140733767140224 139979618104744 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 320.68
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.519958
#  lost CPU user time (s): 0.569977
#  lost CPU system time (s): -0.05

Real time (s): 158.94
CPU time (s): 321.414
CPU user time (s): 320.634
CPU system time (s): 0.779873
CPU usage (%): 202.224
Max. virtual memory (cumulated for all children) (KiB): 9826312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 320.064
system time used= 0.829873
maximum resident set size= 1726800
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29718
page faults= 1
swaps= 0
block input operations= 0
block output operations= 224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7262
involuntary context switches= 9336

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.623905 second user time and 0.793879 second system time

The end

Launcher Data

Begin job on node133 at 2016-06-16 23:41:20
IDJOB=4097143
IDBENCH=107715
IDSOLVER=2543
FILE ID=node133/4097143-1466113280
RUNJOBID= node133-1466113274-20821
PBS_JOBID= 19904054
Free space on /tmp= 71716 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d_n_k/normalized-7_6_22.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4097143-1466113280/watcher-4097143-1466113280 -o /tmp/evaluation-result-4097143-1466113280/solver-4097143-1466113280 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466113274-20821 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4097143-1466113280.opb

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

MD5SUM BENCH= 04de42499345d69a7d2bced5d093eb4d
RANDOM SEED=963445685

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.256
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		: 2667.256
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		: 2667.256
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		: 2667.256
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		: 2667.256
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:        31385608 kB
Buffers:           66696 kB
Cached:           132904 kB
SwapCached:         1860 kB
Active:           662484 kB
Inactive:         104776 kB
Active(anon):     568796 kB
Inactive(anon):     1228 kB
Active(file):      93688 kB
Inactive(file):   103548 kB
Unevictable:        7268 kB
Mlocked:            7268 kB
SwapTotal:      67108856 kB
SwapFree:       67098904 kB
Dirty:              2112 kB
Writeback:             0 kB
AnonPages:        590608 kB
Mapped:            15388 kB
Shmem:                 0 kB
Slab:             571756 kB
SReclaimable:      14184 kB
SUnreclaim:       557572 kB
KernelStack:        1792 kB
PageTables:         5084 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1577796 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    546816 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= 71712 MiB
End job on node133 at 2016-06-16 23:43:59