Trace number 4120822

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16UNSAT 20.9308 19.809

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n70-d3-i2-r1.cnf.gz-plain.pb.metafix.opb
MD5SUM440ba65bc31c314a663259687fb71ed5
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 benchmark1.58876
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables105
Total number of constraints280
Number of constraints which are clauses280
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
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 --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
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 No 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.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4120822-1467312678.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
0.10/0.15	c ... done. Wall clock time 0.041s.
0.10/0.15	c declared #vars     105
0.10/0.15	c #constraints  280
0.10/0.15	c constraints type 
0.10/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 280
0.10/0.15	c 280 constraints processed.
0.63/0.43	c cleaning 2499 clauses out of 5001 with flag 22735/5001
0.94/0.69	c cleaning 4250 clauses out of 8501 with flag 51137/11000
1.35/1.04	c cleaning 5625 clauses out of 11252 with flag 85368/18001
1.76/1.49	c cleaning 6812 clauses out of 13627 with flag 125947/26001
2.59/2.21	c cleaning 7908 clauses out of 15815 with flag 183272/35001
3.44/3.04	c cleaning 8953 clauses out of 17907 with flag 228173/45001
4.24/3.83	c cleaning 9971 clauses out of 19954 with flag 275759/56001
5.04/4.61	c cleaning 10991 clauses out of 21983 with flag 332525/68001
5.95/5.53	c cleaning 11993 clauses out of 23992 with flag 390304/81001
7.04/6.70	c cleaning 12997 clauses out of 25999 with flag 458792/95001
8.83/8.08	c cleaning 13998 clauses out of 28002 with flag 526768/110001
10.45/9.60	c cleaning 14997 clauses out of 30002 with flag 595579/126000
12.26/11.48	c cleaning 15998 clauses out of 32006 with flag 671120/143001
14.55/13.75	c cleaning 17004 clauses out of 34008 with flag 754732/161001
17.05/16.07	c cleaning 17994 clauses out of 36001 with flag 838388/180000
20.49/19.43	c cleaning 19003 clauses out of 38007 with flag 935624/200002
20.79/19.77	c starts		: 10
20.79/19.77	c conflicts		: 203019
20.79/19.77	c decisions		: 238919
20.79/19.77	c propagations		: 1356589
20.79/19.77	c inspects		: 502787832
20.79/19.77	c shortcuts		: 0
20.79/19.77	c learnt literals	: 15
20.79/19.77	c learnt binary clauses	: 13
20.79/19.77	c learnt ternary clauses	: 32
20.79/19.77	c learnt constraints	: 203003
20.79/19.77	c ignored constraints	: 0
20.79/19.77	c root simplifications	: 0
20.79/19.77	c removed literals (reason simplification)	: 0
20.79/19.77	c reason swapping (by a shorter reason)	: 0
20.79/19.77	c Calls to reduceDB	: 16
20.79/19.77	c Number of update (reduction) of LBD	: 36082
20.79/19.77	c Imported unit clauses	: 0
20.79/19.77	c number of reductions to clauses (during analyze)	: 0
20.79/19.77	c number of learned constraints concerned by reduction	: 0
20.79/19.77	c number of learning phase by resolution	: 0
20.79/19.77	c number of learning phase by cutting planes	: 0
20.79/19.77	c speed (assignments/second)	: 69143.17023445464
20.79/19.77	c non guided choices	200
20.79/19.79	c learnt constraints type 
20.79/19.79	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 13
20.79/19.79	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 21997
20.79/19.79	s UNSATISFIABLE
20.79/19.79	c Total wall clock time (in seconds): 19.684

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-4120822-1467312678/watcher-4120822-1467312678 -o /tmp/evaluation-result-4120822-1467312678/solver-4120822-1467312678 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1467308742-19895 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4120822-1467312678.opb 

pid=21165
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.04 2.01 1.96 3/194 21168
/proc/meminfo: memFree=28798640/32872528 swapFree=7620/7620
[pid=21168] ppid=21165 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/21168/stat : 21168 (java) S 21165 21168 19879 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 12163966 98570240 977 33554432000 1073741824 1073778376 140733966265600 140733966256736 218238058557 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21168/statm: 24065 977 743 9 0 16771 0
[pid=21168/tid=21169] ppid=21165 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21169/stat : 21169 (java) R 21165 21168 19879 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 12163966 98570240 977 33554432000 1073741824 1073778376 140733966265600 140066753961512 218234701184 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.100094 s]
/proc/loadavg: 2.04 2.01 1.96 3/194 21168
/proc/meminfo: memFree=28798640/32872528 swapFree=7620/7620
[pid=21168] ppid=21165 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/21168/stat : 21168 (java) S 21165 21168 19879 0 -1 4202496 4416 0 1 0 9 1 0 0 20 0 18 0 12163966 9787879424 6050 33554432000 1073741824 1073778376 140733966265600 140733966256736 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21168/statm: 2389619 6053 2140 9 0 2380296 0
[pid=21168/tid=21169] ppid=21165 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/21168/task/21169/stat : 21169 (java) R 21165 21168 19879 0 -1 4202560 2381 0 1 0 6 1 0 0 20 0 18 0 12163966 9787879424 6053 33554432000 1073741824 1073778376 140733966265600 140066753964960 218238063121 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200326 s]
/proc/loadavg: 2.04 2.01 1.96 3/194 21168
/proc/meminfo: memFree=28798640/32872528 swapFree=7620/7620
[pid=21168] ppid=21165 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/21168/stat : 21168 (java) S 21165 21168 19879 0 -1 4202496 6871 0 1 0 25 2 0 0 20 0 19 0 12163966 9856040960 7942 33554432000 1073741824 1073778376 140733966265600 140733966256736 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21168/statm: 2406260 7942 2220 9 0 2396937 0
[pid=21168/tid=21169] ppid=21165 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/21168/task/21169/stat : 21169 (java) R 21165 21168 19879 0 -1 4202560 2401 0 1 0 16 1 0 0 20 0 19 0 12163966 9856040960 7942 33554432000 1073741824 1073778376 140733966265600 140066753966720 140066757251991 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9625040

[startup+0.300335 s]
/proc/loadavg: 2.04 2.01 1.96 3/194 21168
/proc/meminfo: memFree=28798640/32872528 swapFree=7620/7620
[pid=21168] ppid=21165 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/21168/stat : 21168 (java) S 21165 21168 19879 0 -1 4202496 7390 0 1 0 47 2 0 0 20 0 19 0 12163966 9856040960 8018 33554432000 1073741824 1073778376 140733966265600 140733966256736 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21168/statm: 2406260 8018 2236 9 0 2396937 0
[pid=21168/tid=21169] ppid=21165 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/21168/task/21169/stat : 21169 (java) R 21165 21168 19879 0 -1 4202560 2403 0 1 0 26 1 0 0 20 0 19 0 12163966 9856040960 8018 33554432000 1073741824 1073778376 140733966265600 140066753965896 140066618248135 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9625040

[startup+0.700242 s]
/proc/loadavg: 2.04 2.01 1.96 3/194 21168
/proc/meminfo: memFree=28798640/32872528 swapFree=7620/7620
[pid=21168] ppid=21165 vsize=9625040 CPUtime=1.05 cores=0,2,4,6
/proc/21168/stat : 21168 (java) S 21165 21168 19879 0 -1 4202496 8737 0 1 0 102 3 0 0 20 0 19 0 12163966 9856040960 8777 33554432000 1073741824 1073778376 140733966265600 140733966256736 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21168/statm: 2406260 8777 2248 9 0 2396937 0
[pid=21168/tid=21169] ppid=21165 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/21168/task/21169/stat : 21169 (java) R 21165 21168 19879 0 -1 4202560 2404 0 1 0 66 1 0 0 20 0 19 0 12163966 9856040960 8777 33554432000 1073741824 1073778376 140733966265600 140066753965896 140066618248178 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 9625040

[startup+1.50071 s]
/proc/loadavg: 2.04 2.01 1.96 3/213 21187
/proc/meminfo: memFree=28769080/32872528 swapFree=7620/7620
[pid=21168] ppid=21165 vsize=9625040 CPUtime=1.88 cores=0,2,4,6
/proc/21168/stat : 21168 (java) S 21165 21168 19879 0 -1 4202496 8741 0 1 0 185 3 0 0 20 0 19 0 12163966 9856040960 9291 33554432000 1073741824 1073778376 140733966265600 140733966256736 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21168/statm: 2406260 9291 2249 9 0 2396937 0
[pid=21168/tid=21169] ppid=21165 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/21168/task/21169/stat : 21169 (java) R 21165 21168 19879 0 -1 4202560 2406 0 1 0 146 2 0 0 20 0 19 0 12163966 9856040960 9291 33554432000 1073741824 1073778376 140733966265600 140066753964464 140066618294823 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21168/tid=21171] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21171/stat : 21171 (java) S 21165 21168 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12163967 9856040960 9291 33554432000 1073741824 1073778376 140733966265600 140066743028776 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21168/tid=21172] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21172/stat : 21172 (java) S 21165 21168 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12163967 9856040960 9291 33554432000 1073741824 1073778376 140733966265600 140066741975976 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21168/tid=21173] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21173/stat : 21173 (java) S 21165 21168 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12163967 9856040960 9291 33554432000 1073741824 1073778376 140733966265600 140066740923176 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21168/tid=21174] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21174/stat : 21174 (java) S 21165 21168 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12163967 9856040960 9291 33554432000 1073741824 1073778376 140733966265600 140066739870376 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21168/tid=21175] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21175/stat : 21175 (java) S 21165 21168 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12163967 9856040960 9291 33554432000 1073741824 1073778376 140733966265600 140066738817576 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21168/tid=21176] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21176/stat : 21176 (java) S 21165 21168 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12163967 9856040960 9291 33554432000 1073741824 1073778376 140733966265600 140066737764776 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21168/tid=21177] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21177/stat : 21177 (java) S 21165 21168 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12163967 9856040960 9291 33554432000 1073741824 1073778376 140733966265600 140066736711976 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21168/tid=21178] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21178/stat : 21178 (java) S 21165 21168 19879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12163967 9856040960 9291 33554432000 1073741824 1073778376 140733966265600 140066590242984 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21168/tid=21179] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21179/stat : 21179 (java) S 21165 21168 19879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12163968 9856040960 9291 33554432000 1073741824 1073778376 140733966265600 140066578045928 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21168/tid=21180] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21180/stat : 21180 (java) S 21165 21168 19879 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12163969 9856040960 9291 33554432000 1073741824 1073778376 140733966265600 140066576991992 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21168/tid=21181] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21181/stat : 21181 (java) S 21165 21168 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12163969 9856040960 9291 33554432000 1073741824 1073778376 140733966265600 140066575939080 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21168/tid=21182] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21182/stat : 21182 (java) S 21165 21168 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12163971 9856040960 9291 33554432000 1073741824 1073778376 140733966265600 140066574887568 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21168/tid=21183] ppid=21165 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/21168/task/21183/stat : 21183 (java) R 21165 21168 19879 0 -1 4202560 2677 0 0 0 20 0 0 0 20 0 19 0 12163971 9856040960 9291 33554432000 1073741824 1073778376 140733966265600 140066573834680 140066756841408 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21168/tid=21184] ppid=21165 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/21168/task/21184/stat : 21184 (java) R 21165 21168 19879 0 -1 4202560 2388 0 0 0 16 0 0 0 20 0 19 0 12163971 9856040960 9291 33554432000 1073741824 1073778376 140733966265600 140066572781880 140066756680282 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21168/tid=21185] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21185/stat : 21185 (java) S 21165 21168 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12163971 9856040960 9291 33554432000 1073741824 1073778376 140733966265600 140066571729272 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21168/tid=21186] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21186/stat : 21186 (java) S 21165 21168 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12163971 9856040960 9291 33554432000 1073741824 1073778376 140733966265600 140066570676680 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21168/tid=21187] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21187/stat : 21187 (java) S 21165 21168 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12163981 9856040960 9291 33554432000 1073741824 1073778376 140733966265600 140066569623208 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 2.04 2.01 1.96 3/213 21187
/proc/meminfo: memFree=28764488/32872528 swapFree=7620/7620
[pid=21168] ppid=21165 vsize=9625040 CPUtime=3.54 cores=0,2,4,6
/proc/21168/stat : 21168 (java) S 21165 21168 19879 0 -1 4202496 9836 0 1 0 351 3 0 0 20 0 19 0 12163966 9856040960 10321 33554432000 1073741824 1073778376 140733966265600 140733966256736 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21168/statm: 2406260 10321 2250 9 0 2396937 0
[pid=21168/tid=21169] ppid=21165 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/21168/task/21169/stat : 21169 (java) R 21165 21168 19879 0 -1 4202560 2408 0 1 0 305 2 0 0 20 0 19 0 12163966 9856040960 10321 33554432000 1073741824 1073778376 140733966265600 140066753966664 140066618294814 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21168/tid=21171] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21171/stat : 21171 (java) S 21165 21168 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12163967 9856040960 10321 33554432000 1073741824 1073778376 140733966265600 140066743028776 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21168/tid=21172] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21172/stat : 21172 (java) S 21165 21168 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12163967 9856040960 10321 33554432000 1073741824 1073778376 140733966265600 140066741975976 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21168/tid=21173] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21173/stat : 21173 (java) S 21165 21168 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12163967 9856040960 10321 33554432000 1073741824 1073778376 140733966265600 140066740923176 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21168/tid=21174] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21174/stat : 21174 (java) S 21165 21168 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12163967 9856040960 10321 33554432000 1073741824 1073778376 140733966265600 140066739870376 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21168/tid=21175] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21175/stat : 21175 (java) S 21165 21168 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12163967 9856040960 10321 33554432000 1073741824 1073778376 140733966265600 140066738817576 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21168/tid=21176] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21176/stat : 21176 (java) S 21165 21168 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12163967 9856040960 10321 33554432000 1073741824 1073778376 140733966265600 140066737764776 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21168/tid=21177] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21177/stat : 21177 (java) S 21165 21168 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12163967 9856040960 10321 33554432000 1073741824 1073778376 140733966265600 140066736711976 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21168/tid=21178] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21178/stat : 21178 (java) S 21165 21168 19879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12163967 9856040960 10321 33554432000 1073741824 1073778376 140733966265600 140066590242984 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21168/tid=21179] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21179/stat : 21179 (java) S 21165 21168 19879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12163968 9856040960 10321 33554432000 1073741824 1073778376 140733966265600 140066578045928 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21168/tid=21180] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21180/stat : 21180 (java) S 21165 21168 19879 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12163969 9856040960 10321 33554432000 1073741824 1073778376 140733966265600 140066576991992 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21168/tid=21181] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21181/stat : 21181 (java) S 21165 21168 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12163969 9856040960 10321 33554432000 1073741824 1073778376 140733966265600 140066575939080 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21168/tid=21182] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21182/stat : 21182 (java) S 21165 21168 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12163971 9856040960 10321 33554432000 1073741824 1073778376 140733966265600 140066574887568 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21168/tid=21183] ppid=21165 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/21168/task/21183/stat : 21183 (java) S 21165 21168 19879 0 -1 4202560 3770 0 0 0 26 0 0 0 20 0 19 0 12163971 9856040960 10321 33554432000 1073741824 1073778376 140733966265600 140066573834680 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21168/tid=21184] ppid=21165 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/21168/task/21184/stat : 21184 (java) S 21165 21168 19879 0 -1 4202560 2388 0 0 0 16 0 0 0 20 0 19 0 12163971 9856040960 10321 33554432000 1073741824 1073778376 140733966265600 140066572781880 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21168/tid=21185] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21185/stat : 21185 (java) S 21165 21168 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12163971 9856040960 10321 33554432000 1073741824 1073778376 140733966265600 140066571729272 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21168/tid=21186] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21186/stat : 21186 (java) S 21165 21168 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12163971 9856040960 10321 33554432000 1073741824 1073778376 140733966265600 140066570676680 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21168/tid=21187] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21187/stat : 21187 (java) S 21165 21168 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12163981 9856040960 10321 33554432000 1073741824 1073778376 140733966265600 140066569623208 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.54
Current children cumulated vsize (KiB) 9625040

[startup+6.30073 s]
/proc/loadavg: 2.04 2.01 1.96 3/213 21187
/proc/meminfo: memFree=28756136/32872528 swapFree=7620/7620
[pid=21168] ppid=21165 vsize=9625040 CPUtime=6.74 cores=0,2,4,6
/proc/21168/stat : 21168 (java) S 21165 21168 19879 0 -1 4202496 9846 0 1 0 671 3 0 0 20 0 19 0 12163966 9856040960 11352 33554432000 1073741824 1073778376 140733966265600 140733966256736 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21168/statm: 2406260 11352 2257 9 0 2396937 0
[pid=21168/tid=21169] ppid=21165 vsize=9625040 CPUtime=6.27 cores=0,2,4,6
/proc/21168/task/21169/stat : 21169 (java) R 21165 21168 19879 0 -1 4202560 2417 0 1 0 625 2 0 0 20 0 19 0 12163966 9856040960 11352 33554432000 1073741824 1073778376 140733966265600 140066753943408 140066618248259 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21168/tid=21171] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21171/stat : 21171 (java) S 21165 21168 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12163967 9856040960 11352 33554432000 1073741824 1073778376 140733966265600 140066743028776 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21168/tid=21172] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21172/stat : 21172 (java) S 21165 21168 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12163967 9856040960 11352 33554432000 1073741824 1073778376 140733966265600 140066741975976 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21168/tid=21173] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21173/stat : 21173 (java) S 21165 21168 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12163967 9856040960 11352 33554432000 1073741824 1073778376 140733966265600 140066740923176 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21168/tid=21174] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21174/stat : 21174 (java) S 21165 21168 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12163967 9856040960 11352 33554432000 1073741824 1073778376 140733966265600 140066739870376 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21168/tid=21175] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21175/stat : 21175 (java) S 21165 21168 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12163967 9856040960 11352 33554432000 1073741824 1073778376 140733966265600 140066738817576 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21168/tid=21176] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21176/stat : 21176 (java) S 21165 21168 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12163967 9856040960 11352 33554432000 1073741824 1073778376 140733966265600 140066737764776 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21168/tid=21177] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21177/stat : 21177 (java) S 21165 21168 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12163967 9856040960 11352 33554432000 1073741824 1073778376 140733966265600 140066736711976 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21168/tid=21178] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21178/stat : 21178 (java) S 21165 21168 19879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12163967 9856040960 11352 33554432000 1073741824 1073778376 140733966265600 140066590242984 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21168/tid=21179] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21179/stat : 21179 (java) S 21165 21168 19879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12163968 9856040960 11352 33554432000 1073741824 1073778376 140733966265600 140066578045928 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21168/tid=21180] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21180/stat : 21180 (java) S 21165 21168 19879 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12163969 9856040960 11352 33554432000 1073741824 1073778376 140733966265600 140066576991992 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21168/tid=21181] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21181/stat : 21181 (java) S 21165 21168 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12163969 9856040960 11352 33554432000 1073741824 1073778376 140733966265600 140066575939080 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21168/tid=21182] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21182/stat : 21182 (java) S 21165 21168 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12163971 9856040960 11352 33554432000 1073741824 1073778376 140733966265600 140066574887568 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21168/tid=21183] ppid=21165 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/21168/task/21183/stat : 21183 (java) S 21165 21168 19879 0 -1 4202560 3770 0 0 0 26 0 0 0 20 0 19 0 12163971 9856040960 11352 33554432000 1073741824 1073778376 140733966265600 140066573834680 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21168/tid=21184] ppid=21165 vsize=9625040 CPUtime=0.16 cores=0,2,4,6

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

/proc/21168/task/21178/stat : 21178 (java) S 21165 21168 19879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12163967 9856040960 15613 33554432000 1073741824 1073778376 140733966265600 140066590242984 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21168/tid=21179] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21179/stat : 21179 (java) S 21165 21168 19879 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12163968 9856040960 15613 33554432000 1073741824 1073778376 140733966265600 140066578045928 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21168/tid=21180] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21180/stat : 21180 (java) S 21165 21168 19879 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12163969 9856040960 15613 33554432000 1073741824 1073778376 140733966265600 140066576991992 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21168/tid=21181] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21181/stat : 21181 (java) S 21165 21168 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12163969 9856040960 15613 33554432000 1073741824 1073778376 140733966265600 140066575939080 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21168/tid=21182] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21182/stat : 21182 (java) S 21165 21168 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12163971 9856040960 15613 33554432000 1073741824 1073778376 140733966265600 140066574887568 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21168/tid=21183] ppid=21165 vsize=9625040 CPUtime=0.81 cores=0,2,4,6
/proc/21168/task/21183/stat : 21183 (java) S 21165 21168 19879 0 -1 4202560 12273 0 0 0 78 3 0 0 20 0 19 0 12163971 9856040960 15613 33554432000 1073741824 1073778376 140733966265600 140066573834680 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21168/tid=21184] ppid=21165 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/21168/task/21184/stat : 21184 (java) S 21165 21168 19879 0 -1 4202560 2713 0 0 0 23 0 0 0 20 0 19 0 12163971 9856040960 15613 33554432000 1073741824 1073778376 140733966265600 140066572781880 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21168/tid=21185] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21185/stat : 21185 (java) S 21165 21168 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12163971 9856040960 15613 33554432000 1073741824 1073778376 140733966265600 140066571729272 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21168/tid=21186] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21186/stat : 21186 (java) S 21165 21168 19879 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12163971 9856040960 15613 33554432000 1073741824 1073778376 140733966265600 140066570676680 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21168/tid=21187] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21187/stat : 21187 (java) S 21165 21168 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12163981 9856040960 15613 33554432000 1073741824 1073778376 140733966265600 140066569623208 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 17.05
Current children cumulated vsize (KiB) 9625040

[startup+17.6006 s]
/proc/loadavg: 2.03 2.01 1.96 3/213 21187
/proc/meminfo: memFree=28731376/32872528 swapFree=7620/7620
[pid=21168] ppid=21165 vsize=9625040 CPUtime=18.66 cores=0,2,4,6
/proc/21168/stat : 21168 (java) S 21165 21168 19879 0 -1 4202496 18686 0 1 0 1861 5 0 0 20 0 19 0 12163966 9856040960 16125 33554432000 1073741824 1073778376 140733966265600 140733966256736 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21168/statm: 2406260 16125 2258 9 0 2396937 0
[pid=21168/tid=21169] ppid=21165 vsize=9625040 CPUtime=17.58 cores=0,2,4,6
/proc/21168/task/21169/stat : 21169 (java) R 21165 21168 19879 0 -1 4202560 2427 0 1 0 1755 3 0 0 20 0 19 0 12163966 9856040960 16125 33554432000 1073741824 1073778376 140733966265600 140066753964464 140066618294919 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21168/tid=21171] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21171/stat : 21171 (java) S 21165 21168 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12163967 9856040960 16125 33554432000 1073741824 1073778376 140733966265600 140066743028776 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21168/tid=21172] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21172/stat : 21172 (java) S 21165 21168 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12163967 9856040960 16125 33554432000 1073741824 1073778376 140733966265600 140066741975976 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21168/tid=21173] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21173/stat : 21173 (java) S 21165 21168 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12163967 9856040960 16125 33554432000 1073741824 1073778376 140733966265600 140066740923176 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21168/tid=21174] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21174/stat : 21174 (java) S 21165 21168 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12163967 9856040960 16125 33554432000 1073741824 1073778376 140733966265600 140066739870376 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21168/tid=21175] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21175/stat : 21175 (java) S 21165 21168 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12163967 9856040960 16125 33554432000 1073741824 1073778376 140733966265600 140066738817576 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21168/tid=21176] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21176/stat : 21176 (java) S 21165 21168 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12163967 9856040960 16125 33554432000 1073741824 1073778376 140733966265600 140066737764776 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21168/tid=21177] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21177/stat : 21177 (java) S 21165 21168 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12163967 9856040960 16125 33554432000 1073741824 1073778376 140733966265600 140066736711976 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21168/tid=21178] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21178/stat : 21178 (java) S 21165 21168 19879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12163967 9856040960 16125 33554432000 1073741824 1073778376 140733966265600 140066590242984 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21168/tid=21179] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21179/stat : 21179 (java) S 21165 21168 19879 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12163968 9856040960 16125 33554432000 1073741824 1073778376 140733966265600 140066578045928 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21168/tid=21180] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21180/stat : 21180 (java) S 21165 21168 19879 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12163969 9856040960 16125 33554432000 1073741824 1073778376 140733966265600 140066576991992 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21168/tid=21181] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21181/stat : 21181 (java) S 21165 21168 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12163969 9856040960 16125 33554432000 1073741824 1073778376 140733966265600 140066575939080 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21168/tid=21182] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21182/stat : 21182 (java) S 21165 21168 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12163971 9856040960 16125 33554432000 1073741824 1073778376 140733966265600 140066574887568 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21168/tid=21183] ppid=21165 vsize=9625040 CPUtime=0.82 cores=0,2,4,6
/proc/21168/task/21183/stat : 21183 (java) S 21165 21168 19879 0 -1 4202560 12273 0 0 0 79 3 0 0 20 0 19 0 12163971 9856040960 16125 33554432000 1073741824 1073778376 140733966265600 140066573834680 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21168/tid=21184] ppid=21165 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/21168/task/21184/stat : 21184 (java) S 21165 21168 19879 0 -1 4202560 2713 0 0 0 23 0 0 0 20 0 19 0 12163971 9856040960 16125 33554432000 1073741824 1073778376 140733966265600 140066572781880 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21168/tid=21185] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21185/stat : 21185 (java) S 21165 21168 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12163971 9856040960 16125 33554432000 1073741824 1073778376 140733966265600 140066571729272 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21168/tid=21186] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21186/stat : 21186 (java) S 21165 21168 19879 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12163971 9856040960 16125 33554432000 1073741824 1073778376 140733966265600 140066570676680 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21168/tid=21187] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21187/stat : 21187 (java) S 21165 21168 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12163981 9856040960 16125 33554432000 1073741824 1073778376 140733966265600 140066569623208 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 18.66
Current children cumulated vsize (KiB) 9625040

[startup+19.2007 s]
/proc/loadavg: 2.03 2.01 1.96 3/213 21187
/proc/meminfo: memFree=28729328/32872528 swapFree=7620/7620
[pid=21168] ppid=21165 vsize=9625040 CPUtime=20.29 cores=0,2,4,6
/proc/21168/stat : 21168 (java) S 21165 21168 19879 0 -1 4202496 18687 0 1 0 2024 5 0 0 20 0 19 0 12163966 9856040960 16125 33554432000 1073741824 1073778376 140733966265600 140733966256736 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21168/statm: 2406260 16125 2258 9 0 2396937 0
[pid=21168/tid=21169] ppid=21165 vsize=9625040 CPUtime=19.17 cores=0,2,4,6
/proc/21168/task/21169/stat : 21169 (java) R 21165 21168 19879 0 -1 4202560 2428 0 1 0 1914 3 0 0 20 0 19 0 12163966 9856040960 16125 33554432000 1073741824 1073778376 140733966265600 140066753964464 140066618637559 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21168/tid=21171] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21171/stat : 21171 (java) S 21165 21168 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12163967 9856040960 16125 33554432000 1073741824 1073778376 140733966265600 140066743028776 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21168/tid=21172] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21172/stat : 21172 (java) S 21165 21168 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12163967 9856040960 16125 33554432000 1073741824 1073778376 140733966265600 140066741975976 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21168/tid=21173] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21173/stat : 21173 (java) S 21165 21168 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12163967 9856040960 16125 33554432000 1073741824 1073778376 140733966265600 140066740923176 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21168/tid=21174] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21174/stat : 21174 (java) S 21165 21168 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12163967 9856040960 16125 33554432000 1073741824 1073778376 140733966265600 140066739870376 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21168/tid=21175] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21175/stat : 21175 (java) S 21165 21168 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12163967 9856040960 16125 33554432000 1073741824 1073778376 140733966265600 140066738817576 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21168/tid=21176] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21176/stat : 21176 (java) S 21165 21168 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12163967 9856040960 16125 33554432000 1073741824 1073778376 140733966265600 140066737764776 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21168/tid=21177] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21177/stat : 21177 (java) S 21165 21168 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12163967 9856040960 16125 33554432000 1073741824 1073778376 140733966265600 140066736711976 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21168/tid=21178] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21178/stat : 21178 (java) S 21165 21168 19879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12163967 9856040960 16125 33554432000 1073741824 1073778376 140733966265600 140066590242984 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21168/tid=21179] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21179/stat : 21179 (java) S 21165 21168 19879 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12163968 9856040960 16125 33554432000 1073741824 1073778376 140733966265600 140066578045928 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21168/tid=21180] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21180/stat : 21180 (java) S 21165 21168 19879 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12163969 9856040960 16125 33554432000 1073741824 1073778376 140733966265600 140066576991992 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21168/tid=21181] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21181/stat : 21181 (java) S 21165 21168 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12163969 9856040960 16125 33554432000 1073741824 1073778376 140733966265600 140066575939080 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21168/tid=21182] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21182/stat : 21182 (java) S 21165 21168 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12163971 9856040960 16125 33554432000 1073741824 1073778376 140733966265600 140066574887568 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21168/tid=21183] ppid=21165 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/21168/task/21183/stat : 21183 (java) S 21165 21168 19879 0 -1 4202560 12273 0 0 0 81 3 0 0 20 0 19 0 12163971 9856040960 16125 33554432000 1073741824 1073778376 140733966265600 140066573834680 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21168/tid=21184] ppid=21165 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/21168/task/21184/stat : 21184 (java) S 21165 21168 19879 0 -1 4202560 2713 0 0 0 26 0 0 0 20 0 19 0 12163971 9856040960 16125 33554432000 1073741824 1073778376 140733966265600 140066572781880 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21168/tid=21185] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21185/stat : 21185 (java) S 21165 21168 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12163971 9856040960 16125 33554432000 1073741824 1073778376 140733966265600 140066571729272 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21168/tid=21186] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21186/stat : 21186 (java) S 21165 21168 19879 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12163971 9856040960 16125 33554432000 1073741824 1073778376 140733966265600 140066570676680 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21168/tid=21187] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21187/stat : 21187 (java) S 21165 21168 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12163981 9856040960 16125 33554432000 1073741824 1073778376 140733966265600 140066569623208 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 20.29
Current children cumulated vsize (KiB) 9625040

[startup+19.6007 s]
/proc/loadavg: 2.03 2.01 1.96 3/213 21187
/proc/meminfo: memFree=28729328/32872528 swapFree=7620/7620
[pid=21168] ppid=21165 vsize=9625040 CPUtime=20.69 cores=0,2,4,6
/proc/21168/stat : 21168 (java) S 21165 21168 19879 0 -1 4202496 18689 0 1 0 2064 5 0 0 20 0 19 0 12163966 9856040960 16637 33554432000 1073741824 1073778376 140733966265600 140733966256736 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21168/statm: 2406260 16637 2258 9 0 2396937 0
[pid=21168/tid=21169] ppid=21165 vsize=9625040 CPUtime=19.57 cores=0,2,4,6
/proc/21168/task/21169/stat : 21169 (java) R 21165 21168 19879 0 -1 4202560 2430 0 1 0 1954 3 0 0 20 0 19 0 12163966 9856040960 16637 33554432000 1073741824 1073778376 140733966265600 140066753957568 140066618637371 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21168/tid=21171] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21171/stat : 21171 (java) S 21165 21168 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12163967 9856040960 16637 33554432000 1073741824 1073778376 140733966265600 140066743028776 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21168/tid=21172] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21172/stat : 21172 (java) S 21165 21168 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12163967 9856040960 16637 33554432000 1073741824 1073778376 140733966265600 140066741975976 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21168/tid=21173] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21173/stat : 21173 (java) S 21165 21168 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12163967 9856040960 16637 33554432000 1073741824 1073778376 140733966265600 140066740923176 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21168/tid=21174] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21174/stat : 21174 (java) S 21165 21168 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12163967 9856040960 16637 33554432000 1073741824 1073778376 140733966265600 140066739870376 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21168/tid=21175] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21175/stat : 21175 (java) S 21165 21168 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12163967 9856040960 16637 33554432000 1073741824 1073778376 140733966265600 140066738817576 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21168/tid=21176] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21176/stat : 21176 (java) S 21165 21168 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12163967 9856040960 16637 33554432000 1073741824 1073778376 140733966265600 140066737764776 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21168/tid=21177] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21177/stat : 21177 (java) S 21165 21168 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12163967 9856040960 16637 33554432000 1073741824 1073778376 140733966265600 140066736711976 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21168/tid=21178] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21178/stat : 21178 (java) S 21165 21168 19879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12163967 9856040960 16637 33554432000 1073741824 1073778376 140733966265600 140066590242984 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21168/tid=21179] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21179/stat : 21179 (java) S 21165 21168 19879 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12163968 9856040960 16637 33554432000 1073741824 1073778376 140733966265600 140066578045928 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21168/tid=21180] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21180/stat : 21180 (java) S 21165 21168 19879 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12163969 9856040960 16637 33554432000 1073741824 1073778376 140733966265600 140066576991992 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21168/tid=21181] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21181/stat : 21181 (java) S 21165 21168 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12163969 9856040960 16637 33554432000 1073741824 1073778376 140733966265600 140066575939080 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21168/tid=21182] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21182/stat : 21182 (java) S 21165 21168 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12163971 9856040960 16637 33554432000 1073741824 1073778376 140733966265600 140066574887568 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21168/tid=21183] ppid=21165 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/21168/task/21183/stat : 21183 (java) S 21165 21168 19879 0 -1 4202560 12273 0 0 0 81 3 0 0 20 0 19 0 12163971 9856040960 16637 33554432000 1073741824 1073778376 140733966265600 140066573834680 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21168/tid=21184] ppid=21165 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/21168/task/21184/stat : 21184 (java) S 21165 21168 19879 0 -1 4202560 2713 0 0 0 26 0 0 0 20 0 19 0 12163971 9856040960 16637 33554432000 1073741824 1073778376 140733966265600 140066572781880 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21168/tid=21185] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21185/stat : 21185 (java) S 21165 21168 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12163971 9856040960 16637 33554432000 1073741824 1073778376 140733966265600 140066571729272 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21168/tid=21186] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21186/stat : 21186 (java) S 21165 21168 19879 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12163971 9856040960 16637 33554432000 1073741824 1073778376 140733966265600 140066570676680 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21168/tid=21187] ppid=21165 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21168/task/21187/stat : 21187 (java) S 21165 21168 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12163981 9856040960 16637 33554432000 1073741824 1073778376 140733966265600 140066569623208 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 20.69
Current children cumulated vsize (KiB) 9625040

[startup+19.8007 s]
/proc/loadavg: 2.03 2.01 1.96 2/211 21188
/proc/meminfo: memFree=28727036/32872528 swapFree=7620/7620
[pid=21168] ppid=21165 vsize=0 CPUtime=20.92 cores=0,2,4,6
/proc/21168/stat : 21168 (java) Z 21165 21168 19879 0 -1 4203532 18716 0 1 0 2083 9 0 0 20 0 2 0 12163966 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21168/statm: 0 0 0 0 0 0 0
[pid=21168/tid=21184] ppid=21165 vsize=0 CPUtime=0.26 cores=0,2,4,6
/proc/21168/task/21184/stat : 21184 (java) R 21165 21168 19879 0 -1 4203588 2716 0 0 0 26 0 0 0 20 0 2 0 12163971 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 20.92
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 19.809
CPU time (s): 20.9308
CPU user time (s): 20.8278
CPU system time (s): 0.102984
CPU usage (%): 105.663
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.8278
system time used= 0.102984
maximum resident set size= 67880
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18716
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 719
involuntary context switches= 179

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.082987 second user time and 0.071989 second system time

The end

Launcher Data

Begin job on node106 at 2016-06-30 20:51:18
IDJOB=4120822
IDBENCH=110146
IDSOLVER=2546
FILE ID=node106/4120822-1467312678
RUNJOBID= node106-1467308742-19895
PBS_JOBID= 20005279
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n70-d3-i2-r1.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4120822-1467312678/watcher-4120822-1467312678 -o /tmp/evaluation-result-4120822-1467312678/solver-4120822-1467312678 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1467308742-19895 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4120822-1467312678.opb

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

MD5SUM BENCH= 440ba65bc31c314a663259687fb71ed5
RANDOM SEED=1472227570

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.495
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:        28798912 kB
Buffers:           80324 kB
Cached:          3132932 kB
SwapCached:            0 kB
Active:          2427332 kB
Inactive:         873076 kB
Active(anon):      74280 kB
Inactive(anon):    15724 kB
Active(file):    2353052 kB
Inactive(file):   857352 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               864 kB
Writeback:             0 kB
AnonPages:        117432 kB
Mapped:            23388 kB
Shmem:               204 kB
Slab:             626144 kB
SReclaimable:      69060 kB
SUnreclaim:       557084 kB
KernelStack:        1760 kB
PageTables:         4444 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     696284 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     61440 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71748 MiB
End job on node106 at 2016-06-30 20:51:38