Trace number 4120990

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 262.06 260.947

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n84-d3-i3-r2.cnf.gz-plain.pb.metafix.opb
MD5SUMebe59697c674ee75196763459fd36afc
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 benchmark5.35419
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables126
Total number of constraints336
Number of constraints which are clauses336
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4120990-1467313157.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.09/0.16	c ... done. Wall clock time 0.046s.
0.09/0.16	c declared #vars     126
0.09/0.16	c #constraints  336
0.09/0.16	c constraints type 
0.09/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 336
0.09/0.16	c 336 constraints processed.
0.64/0.48	c cleaning 2500 clauses out of 5001 with flag 21402/5001
0.95/0.68	c cleaning 4248 clauses out of 8502 with flag 49226/11002
1.36/1.03	c cleaning 5627 clauses out of 11254 with flag 86421/18002
1.87/1.50	c cleaning 6812 clauses out of 13626 with flag 133203/26001
2.39/2.00	c cleaning 7905 clauses out of 15814 with flag 175228/35001
3.19/2.87	c cleaning 8951 clauses out of 17908 with flag 231924/45000
4.29/3.96	c cleaning 9977 clauses out of 19957 with flag 291322/56000
5.59/5.27	c cleaning 10987 clauses out of 21981 with flag 355633/68001
6.69/6.37	c cleaning 11994 clauses out of 23993 with flag 421920/81000
7.79/7.42	c cleaning 12999 clauses out of 25999 with flag 496676/95000
9.20/8.84	c cleaning 13999 clauses out of 28000 with flag 570258/110000
10.69/10.31	c cleaning 14999 clauses out of 30001 with flag 659323/126000
12.29/11.93	c cleaning 16000 clauses out of 32002 with flag 748589/143000
14.09/13.73	c cleaning 16998 clauses out of 34003 with flag 840143/161001
16.09/15.76	c cleaning 17997 clauses out of 36004 with flag 930325/180000
18.49/18.17	c cleaning 19000 clauses out of 38008 with flag 1020099/200001
21.49/21.12	c cleaning 20004 clauses out of 40008 with flag 1110722/221001
24.56/24.19	c cleaning 20999 clauses out of 42004 with flag 1207095/243001
28.06/27.62	c cleaning 21994 clauses out of 44005 with flag 1315708/266001
32.06/31.65	c cleaning 23000 clauses out of 46010 with flag 1429661/290000
35.45/35.05	c cleaning 23999 clauses out of 48010 with flag 1537116/315000
39.15/38.71	c cleaning 25004 clauses out of 50012 with flag 1650700/341001
43.05/42.64	c cleaning 25998 clauses out of 52008 with flag 1763668/368001
47.65/47.21	c cleaning 27002 clauses out of 54009 with flag 1882569/396000
52.89/52.38	c cleaning 27999 clauses out of 56008 with flag 2006269/425001
59.31/58.43	c cleaning 29001 clauses out of 58008 with flag 2131828/455000
65.50/64.66	c cleaning 30004 clauses out of 60007 with flag 2272040/486000
70.90/70.03	c cleaning 31000 clauses out of 62004 with flag 2408925/518001
76.60/75.77	c cleaning 31996 clauses out of 64002 with flag 2551892/551000
84.51/83.62	c cleaning 32997 clauses out of 66007 with flag 2698714/585001
94.13/93.28	c cleaning 33998 clauses out of 68009 with flag 2849602/620000
105.64/104.70	c cleaning 35000 clauses out of 70012 with flag 3009865/656001
117.55/116.63	c cleaning 36003 clauses out of 72011 with flag 3171273/693000
130.44/129.51	c cleaning 37001 clauses out of 74008 with flag 3339104/731000
143.24/142.30	c cleaning 38003 clauses out of 76007 with flag 3519914/770000
156.54/155.66	c cleaning 38999 clauses out of 78004 with flag 3705617/810000
171.05/170.16	c cleaning 40001 clauses out of 80005 with flag 3900158/851000
186.98/186.04	c cleaning 40999 clauses out of 82004 with flag 4092475/893000
201.15/200.18	c cleaning 42000 clauses out of 84005 with flag 4292623/936001
218.61/217.50	c cleaning 42998 clauses out of 86004 with flag 4493412/980000
237.11/236.06	c cleaning 44002 clauses out of 88007 with flag 4704452/1025001
256.32/255.21	c cleaning 45002 clauses out of 90004 with flag 4912338/1071001
262.06/260.91	c starts		: 604
262.06/260.91	c conflicts		: 1090618
262.06/260.91	c decisions		: 1446316
262.06/260.91	c propagations		: 6857777
262.06/260.91	c inspects		: 7139820729
262.06/260.91	c shortcuts		: 0
262.06/260.91	c learnt literals	: 17
262.06/260.91	c learnt binary clauses	: 14
262.06/260.91	c learnt ternary clauses	: 30
262.06/260.92	c learnt constraints	: 1090600
262.06/260.92	c ignored constraints	: 0
262.06/260.92	c root simplifications	: 0
262.06/260.92	c removed literals (reason simplification)	: 0
262.06/260.92	c reason swapping (by a shorter reason)	: 0
262.06/260.92	c Calls to reduceDB	: 42
262.06/260.92	c Number of update (reduction) of LBD	: 146125
262.06/260.92	c Imported unit clauses	: 0
262.06/260.92	c number of reductions to clauses (during analyze)	: 0
262.06/260.92	c number of learned constraints concerned by reduction	: 0
262.06/260.92	c number of learning phase by resolution	: 0
262.06/260.92	c number of learning phase by cutting planes	: 0
262.06/260.92	c speed (assignments/second)	: 26299.896837236774
262.06/260.92	c non guided choices	332
262.06/260.94	c learnt constraints type 
262.06/260.94	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 14
262.06/260.94	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 64590
262.06/260.94	s UNSATISFIABLE
262.06/260.94	c Total wall clock time (in seconds): 260.827

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-4120990-1467313157/watcher-4120990-1467313157 -o /tmp/evaluation-result-4120990-1467313157/solver-4120990-1467313157 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1467308852-17535 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4120990-1467313157.opb 

pid=19004
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.29 2.26 2.19 3/194 19007
/proc/meminfo: memFree=29131736/32872528 swapFree=1391980/1569808
[pid=19007] ppid=19004 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/19007/stat : 19007 (java) D 19004 19007 17519 0 -1 4202496 375 0 0 0 0 0 0 0 20 0 1 0 12265322 2560000 46 33554432000 1073741824 1073778376 140735424196576 140735424193704 213410475303 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/19007/statm: 625 46 37 9 0 29 0

[startup+0.100061 s]
/proc/loadavg: 2.29 2.26 2.19 3/194 19007
/proc/meminfo: memFree=29131736/32872528 swapFree=1391980/1569808
[pid=19007] ppid=19004 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/19007/stat : 19007 (java) S 19004 19007 17519 0 -1 4202496 4404 0 1 0 8 1 0 0 20 0 18 0 12265322 9787879424 6038 33554432000 1073741824 1073778376 140735424196576 140735424187712 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19007/statm: 2389619 6038 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20021 s]
/proc/loadavg: 2.29 2.26 2.19 3/194 19007
/proc/meminfo: memFree=29131736/32872528 swapFree=1391980/1569808
[pid=19007] ppid=19004 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/19007/stat : 19007 (java) S 19004 19007 17519 0 -1 4202496 6388 0 1 0 24 2 0 0 20 0 19 0 12265322 9856040960 7455 33554432000 1073741824 1073778376 140735424196576 140735424187712 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19007/statm: 2406260 7456 2221 9 0 2396937 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9625040

[startup+0.300216 s]
/proc/loadavg: 2.29 2.26 2.19 3/194 19007
/proc/meminfo: memFree=29131736/32872528 swapFree=1391980/1569808
[pid=19007] ppid=19004 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/19007/stat : 19007 (java) S 19004 19007 17519 0 -1 4202496 7132 0 1 0 49 2 0 0 20 0 19 0 12265322 9856040960 7639 33554432000 1073741824 1073778376 140735424196576 140735424187712 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19007/statm: 2406260 7639 2242 9 0 2396937 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.700159 s]
/proc/loadavg: 2.29 2.26 2.19 3/194 19007
/proc/meminfo: memFree=29131736/32872528 swapFree=1391980/1569808
[pid=19007] ppid=19004 vsize=9625040 CPUtime=1.06 cores=0,2,4,6
/proc/19007/stat : 19007 (java) S 19004 19007 17519 0 -1 4202496 8563 0 1 0 104 2 0 0 20 0 19 0 12265322 9856040960 8843 33554432000 1073741824 1073778376 140735424196576 140735424187712 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19007/statm: 2406260 8843 2254 9 0 2396937 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 9625040

[startup+1.50071 s]
/proc/loadavg: 2.29 2.26 2.19 3/213 19026
/proc/meminfo: memFree=29102584/32872528 swapFree=1391980/1569808
[pid=19007] ppid=19004 vsize=9625040 CPUtime=1.87 cores=0,2,4,6
/proc/19007/stat : 19007 (java) S 19004 19007 17519 0 -1 4202496 8607 0 1 0 185 2 0 0 20 0 19 0 12265322 9856040960 9876 33554432000 1073741824 1073778376 140735424196576 140735424187712 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19007/statm: 2406260 9876 2256 9 0 2396937 0
[pid=19007/tid=19009] ppid=19004 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/19007/task/19009/stat : 19009 (java) R 19004 19007 17519 0 -1 4202560 2411 0 1 0 144 2 0 0 20 0 19 0 12265323 9856040960 9876 33554432000 1073741824 1073778376 140735424196576 140621006106832 140620870552674 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19007/tid=19010] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19010/stat : 19010 (java) S 19004 19007 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12265324 9856040960 9876 33554432000 1073741824 1073778376 140735424196576 140620995168424 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19007/tid=19011] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19011/stat : 19011 (java) S 19004 19007 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12265324 9856040960 9876 33554432000 1073741824 1073778376 140735424196576 140620994115880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19007/tid=19012] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19012/stat : 19012 (java) S 19004 19007 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12265324 9856040960 9876 33554432000 1073741824 1073778376 140735424196576 140620993063336 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19007/tid=19013] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19013/stat : 19013 (java) S 19004 19007 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12265324 9856040960 9876 33554432000 1073741824 1073778376 140735424196576 140620992010792 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19007/tid=19014] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19014/stat : 19014 (java) S 19004 19007 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12265324 9856040960 9876 33554432000 1073741824 1073778376 140735424196576 140620990958248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19007/tid=19015] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19015/stat : 19015 (java) S 19004 19007 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12265324 9856040960 9876 33554432000 1073741824 1073778376 140735424196576 140620989905704 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19007/tid=19016] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19016/stat : 19016 (java) S 19004 19007 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12265324 9856040960 9876 33554432000 1073741824 1073778376 140735424196576 140620988853160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19007/tid=19017] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19017/stat : 19017 (java) S 19004 19007 17519 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12265324 9856040960 9876 33554432000 1073741824 1073778376 140735424196576 140620842351656 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19007/tid=19018] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19018/stat : 19018 (java) S 19004 19007 17519 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12265325 9856040960 9876 33554432000 1073741824 1073778376 140735424196576 140620830152808 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19007/tid=19019] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19019/stat : 19019 (java) S 19004 19007 17519 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12265326 9856040960 9876 33554432000 1073741824 1073778376 140735424196576 140620829099128 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19007/tid=19020] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19020/stat : 19020 (java) S 19004 19007 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12265326 9856040960 9876 33554432000 1073741824 1073778376 140735424196576 140620828046472 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19007/tid=19021] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19021/stat : 19021 (java) S 19004 19007 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12265328 9856040960 9876 33554432000 1073741824 1073778376 140735424196576 140620826995216 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19007/tid=19022] ppid=19004 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/19007/task/19022/stat : 19022 (java) R 19004 19007 17519 0 -1 4202560 1582 0 0 0 18 0 0 0 20 0 19 0 12265328 9856040960 9876 33554432000 1073741824 1073778376 140735424196576 140620825942584 140621008297504 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19007/tid=19023] ppid=19004 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/19007/task/19023/stat : 19023 (java) S 19004 19007 17519 0 -1 4202560 3338 0 0 0 20 0 0 0 20 0 19 0 12265328 9856040960 9876 33554432000 1073741824 1073778376 140735424196576 140620824890040 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19007/tid=19024] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19024/stat : 19024 (java) S 19004 19007 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12265328 9856040960 9876 33554432000 1073741824 1073778376 140735424196576 140620823837688 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19007/tid=19025] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19025/stat : 19025 (java) S 19004 19007 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12265328 9856040960 9876 33554432000 1073741824 1073778376 140735424196576 140620822785352 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19007/tid=19026] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19026/stat : 19026 (java) S 19004 19007 17519 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 12265339 9856040960 9876 33554432000 1073741824 1073778376 140735424196576 140620821730088 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 9625040

[startup+3.10075 s]
/proc/loadavg: 2.27 2.25 2.19 3/213 19026
/proc/meminfo: memFree=29099668/32872528 swapFree=1391980/1569808
[pid=19007] ppid=19004 vsize=9625040 CPUtime=3.49 cores=0,2,4,6
/proc/19007/stat : 19007 (java) S 19004 19007 17519 0 -1 4202496 8654 0 1 0 347 2 0 0 20 0 19 0 12265322 9856040960 10399 33554432000 1073741824 1073778376 140735424196576 140735424187712 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19007/statm: 2406260 10399 2256 9 0 2396937 0
[pid=19007/tid=19009] ppid=19004 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/19007/task/19009/stat : 19009 (java) R 19004 19007 17519 0 -1 4202560 2412 0 1 0 303 2 0 0 20 0 19 0 12265323 9856040960 10399 33554432000 1073741824 1073778376 140735424196576 140621006098112 140620870363542 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19007/tid=19010] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19010/stat : 19010 (java) S 19004 19007 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12265324 9856040960 10399 33554432000 1073741824 1073778376 140735424196576 140620995168424 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19007/tid=19011] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19011/stat : 19011 (java) S 19004 19007 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12265324 9856040960 10399 33554432000 1073741824 1073778376 140735424196576 140620994115880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19007/tid=19012] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19012/stat : 19012 (java) S 19004 19007 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12265324 9856040960 10399 33554432000 1073741824 1073778376 140735424196576 140620993063336 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19007/tid=19013] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19013/stat : 19013 (java) S 19004 19007 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12265324 9856040960 10399 33554432000 1073741824 1073778376 140735424196576 140620992010792 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19007/tid=19014] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19014/stat : 19014 (java) S 19004 19007 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12265324 9856040960 10399 33554432000 1073741824 1073778376 140735424196576 140620990958248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19007/tid=19015] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19015/stat : 19015 (java) S 19004 19007 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12265324 9856040960 10399 33554432000 1073741824 1073778376 140735424196576 140620989905704 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19007/tid=19016] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19016/stat : 19016 (java) S 19004 19007 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12265324 9856040960 10399 33554432000 1073741824 1073778376 140735424196576 140620988853160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19007/tid=19017] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19017/stat : 19017 (java) S 19004 19007 17519 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12265324 9856040960 10399 33554432000 1073741824 1073778376 140735424196576 140620842351656 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19007/tid=19018] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19018/stat : 19018 (java) S 19004 19007 17519 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12265325 9856040960 10399 33554432000 1073741824 1073778376 140735424196576 140620830152808 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19007/tid=19019] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19019/stat : 19019 (java) S 19004 19007 17519 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12265326 9856040960 10399 33554432000 1073741824 1073778376 140735424196576 140620829099128 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19007/tid=19020] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19020/stat : 19020 (java) S 19004 19007 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12265326 9856040960 10399 33554432000 1073741824 1073778376 140735424196576 140620828046472 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19007/tid=19021] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19021/stat : 19021 (java) S 19004 19007 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12265328 9856040960 10399 33554432000 1073741824 1073778376 140735424196576 140620826995216 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19007/tid=19022] ppid=19004 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/19007/task/19022/stat : 19022 (java) S 19004 19007 17519 0 -1 4202560 1621 0 0 0 19 0 0 0 20 0 19 0 12265328 9856040960 10399 33554432000 1073741824 1073778376 140735424196576 140620825942584 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19007/tid=19023] ppid=19004 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/19007/task/19023/stat : 19023 (java) S 19004 19007 17519 0 -1 4202560 3345 0 0 0 20 0 0 0 20 0 19 0 12265328 9856040960 10399 33554432000 1073741824 1073778376 140735424196576 140620824890040 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19007/tid=19024] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19024/stat : 19024 (java) S 19004 19007 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12265328 9856040960 10399 33554432000 1073741824 1073778376 140735424196576 140620823837688 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19007/tid=19025] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19025/stat : 19025 (java) S 19004 19007 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12265328 9856040960 10399 33554432000 1073741824 1073778376 140735424196576 140620822785352 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19007/tid=19026] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19026/stat : 19026 (java) S 19004 19007 17519 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 12265339 9856040960 10399 33554432000 1073741824 1073778376 140735424196576 140620821730088 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.49
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.27 2.25 2.19 3/213 19026
/proc/meminfo: memFree=29093308/32872528 swapFree=1391980/1569808
[pid=19007] ppid=19004 vsize=9625040 CPUtime=6.69 cores=0,2,4,6
/proc/19007/stat : 19007 (java) S 19004 19007 17519 0 -1 4202496 8658 0 1 0 666 3 0 0 20 0 19 0 12265322 9856040960 11424 33554432000 1073741824 1073778376 140735424196576 140735424187712 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19007/statm: 2406260 11424 2257 9 0 2396937 0
[pid=19007/tid=19009] ppid=19004 vsize=9625040 CPUtime=6.24 cores=0,2,4,6
/proc/19007/task/19009/stat : 19009 (java) R 19004 19007 17519 0 -1 4202560 2415 0 1 0 622 2 0 0 20 0 19 0 12265323 9856040960 11424 33554432000 1073741824 1073778376 140735424196576 140621006098112 140620870437120 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19007/tid=19010] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19010/stat : 19010 (java) S 19004 19007 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12265324 9856040960 11424 33554432000 1073741824 1073778376 140735424196576 140620995168424 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19007/tid=19011] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19011/stat : 19011 (java) S 19004 19007 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12265324 9856040960 11424 33554432000 1073741824 1073778376 140735424196576 140620994115880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19007/tid=19012] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19012/stat : 19012 (java) S 19004 19007 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12265324 9856040960 11424 33554432000 1073741824 1073778376 140735424196576 140620993063336 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19007/tid=19013] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19013/stat : 19013 (java) S 19004 19007 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12265324 9856040960 11424 33554432000 1073741824 1073778376 140735424196576 140620992010792 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19007/tid=19014] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19014/stat : 19014 (java) S 19004 19007 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12265324 9856040960 11424 33554432000 1073741824 1073778376 140735424196576 140620990958248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19007/tid=19015] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19015/stat : 19015 (java) S 19004 19007 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12265324 9856040960 11424 33554432000 1073741824 1073778376 140735424196576 140620989905704 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19007/tid=19016] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19016/stat : 19016 (java) S 19004 19007 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12265324 9856040960 11424 33554432000 1073741824 1073778376 140735424196576 140620988853160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19007/tid=19017] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19017/stat : 19017 (java) S 19004 19007 17519 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12265324 9856040960 11424 33554432000 1073741824 1073778376 140735424196576 140620842351656 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19007/tid=19018] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19018/stat : 19018 (java) S 19004 19007 17519 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12265325 9856040960 11424 33554432000 1073741824 1073778376 140735424196576 140620830152808 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19007/tid=19019] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19019/stat : 19019 (java) S 19004 19007 17519 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12265326 9856040960 11424 33554432000 1073741824 1073778376 140735424196576 140620829099128 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19007/tid=19020] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19020/stat : 19020 (java) S 19004 19007 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12265326 9856040960 11424 33554432000 1073741824 1073778376 140735424196576 140620828046472 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19007/tid=19021] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19021/stat : 19021 (java) S 19004 19007 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12265328 9856040960 11424 33554432000 1073741824 1073778376 140735424196576 140620826995216 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19007/tid=19022] ppid=19004 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/19007/task/19022/stat : 19022 (java) S 19004 19007 17519 0 -1 4202560 1621 0 0 0 19 0 0 0 20 0 19 0 12265328 9856040960 11424 33554432000 1073741824 1073778376 140735424196576 140620825942584 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19007/tid=19023] ppid=19004 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/19007/task/19023/stat : 19023 (java) S 19004 19007 17519 0 -1 4202560 3345 0 0 0 20 0 0 0 20 0 19 0 12265328 9856040960 11424 33554432000 1073741824 1073778376 140735424196576 140620824890040 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19007/tid=19024] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19024/stat : 19024 (java) S 19004 19007 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12265328 9856040960 11424 33554432000 1073741824 1073778376 140735424196576 140620823837688 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19007/tid=19025] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19025/stat : 19025 (java) S 19004 19007 17519 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12265328 9856040960 11424 33554432000 1073741824 1073778376 140735424196576 140620822785352 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19007/tid=19026] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19026/stat : 19026 (java) S 19004 19007 17519 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 12265339 9856040960 11424 33554432000 1073741824 1073778376 140735424196576 140620821730088 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.69
Current children cumulated vsize (KiB) 9625040


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

[pid=19007/tid=19019] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19019/stat : 19019 (java) S 19004 19007 17519 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 12265326 9856040960 46752 33554432000 1073741824 1073778376 140735424196576 140620829099128 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19007/tid=19020] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19020/stat : 19020 (java) S 19004 19007 17519 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12265326 9856040960 46752 33554432000 1073741824 1073778376 140735424196576 140620828046472 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19007/tid=19021] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19021/stat : 19021 (java) S 19004 19007 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12265328 9856040960 46752 33554432000 1073741824 1073778376 140735424196576 140620826995216 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19007/tid=19022] ppid=19004 vsize=9625040 CPUtime=0.74 cores=0,2,4,6
/proc/19007/task/19022/stat : 19022 (java) S 19004 19007 17519 0 -1 4202560 10528 0 0 0 72 2 0 0 20 0 19 0 12265328 9856040960 46752 33554432000 1073741824 1073778376 140735424196576 140620825942584 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19007/tid=19023] ppid=19004 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/19007/task/19023/stat : 19023 (java) S 19004 19007 17519 0 -1 4202560 4495 0 0 0 36 0 0 0 20 0 19 0 12265328 9856040960 46752 33554432000 1073741824 1073778376 140735424196576 140620824890040 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19007/tid=19024] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19024/stat : 19024 (java) S 19004 19007 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12265328 9856040960 46752 33554432000 1073741824 1073778376 140735424196576 140620823837688 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19007/tid=19025] ppid=19004 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/19007/task/19025/stat : 19025 (java) S 19004 19007 17519 0 -1 4202560 16 0 0 0 1 4 0 0 20 0 19 0 12265328 9856040960 46752 33554432000 1073741824 1073778376 140735424196576 140620822785352 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19007/tid=19026] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19026/stat : 19026 (java) S 19004 19007 17519 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 12265339 9856040960 46752 33554432000 1073741824 1073778376 140735424196576 140620821730088 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 261.16
Current children cumulated vsize (KiB) 9625040

[startup+260.401 s]
/proc/loadavg: 2.20 2.23 2.18 3/213 19316
/proc/meminfo: memFree=29094564/32872528 swapFree=1391980/1569808
[pid=19007] ppid=19004 vsize=9625040 CPUtime=261.56 cores=0,2,4,6
/proc/19007/stat : 19007 (java) S 19004 19007 17519 0 -1 4202496 18847 0 1 0 26146 10 0 0 20 0 19 0 12265322 9856040960 46752 33554432000 1073741824 1073778376 140735424196576 140735424187712 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19007/statm: 2406260 46752 2271 9 0 2396937 0
[pid=19007/tid=19009] ppid=19004 vsize=9625040 CPUtime=259.67 cores=0,2,4,6
/proc/19007/task/19009/stat : 19009 (java) R 19004 19007 17519 0 -1 4202560 2484 0 1 0 25961 6 0 0 20 0 19 0 12265323 9856040960 46752 33554432000 1073741824 1073778376 140735424196576 140621006107112 140620870631996 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19007/tid=19010] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19010/stat : 19010 (java) S 19004 19007 17519 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 12265324 9856040960 46752 33554432000 1073741824 1073778376 140735424196576 140620995168424 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19007/tid=19011] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19011/stat : 19011 (java) S 19004 19007 17519 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12265324 9856040960 46752 33554432000 1073741824 1073778376 140735424196576 140620994115880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19007/tid=19012] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19012/stat : 19012 (java) S 19004 19007 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12265324 9856040960 46752 33554432000 1073741824 1073778376 140735424196576 140620993063336 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19007/tid=19013] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19013/stat : 19013 (java) S 19004 19007 17519 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 12265324 9856040960 46752 33554432000 1073741824 1073778376 140735424196576 140620992010792 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19007/tid=19014] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19014/stat : 19014 (java) S 19004 19007 17519 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 12265324 9856040960 46752 33554432000 1073741824 1073778376 140735424196576 140620990958248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19007/tid=19015] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19015/stat : 19015 (java) S 19004 19007 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12265324 9856040960 46752 33554432000 1073741824 1073778376 140735424196576 140620989905704 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19007/tid=19016] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19016/stat : 19016 (java) S 19004 19007 17519 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12265324 9856040960 46752 33554432000 1073741824 1073778376 140735424196576 140620988853160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19007/tid=19017] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19017/stat : 19017 (java) S 19004 19007 17519 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12265324 9856040960 46752 33554432000 1073741824 1073778376 140735424196576 140620842351656 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19007/tid=19018] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19018/stat : 19018 (java) S 19004 19007 17519 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 12265325 9856040960 46752 33554432000 1073741824 1073778376 140735424196576 140620830152808 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19007/tid=19019] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19019/stat : 19019 (java) S 19004 19007 17519 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 12265326 9856040960 46752 33554432000 1073741824 1073778376 140735424196576 140620829099128 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19007/tid=19020] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19020/stat : 19020 (java) S 19004 19007 17519 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12265326 9856040960 46752 33554432000 1073741824 1073778376 140735424196576 140620828046472 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19007/tid=19021] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19021/stat : 19021 (java) S 19004 19007 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12265328 9856040960 46752 33554432000 1073741824 1073778376 140735424196576 140620826995216 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19007/tid=19022] ppid=19004 vsize=9625040 CPUtime=0.74 cores=0,2,4,6
/proc/19007/task/19022/stat : 19022 (java) S 19004 19007 17519 0 -1 4202560 10528 0 0 0 72 2 0 0 20 0 19 0 12265328 9856040960 46752 33554432000 1073741824 1073778376 140735424196576 140620825942584 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19007/tid=19023] ppid=19004 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/19007/task/19023/stat : 19023 (java) S 19004 19007 17519 0 -1 4202560 4495 0 0 0 36 0 0 0 20 0 19 0 12265328 9856040960 46752 33554432000 1073741824 1073778376 140735424196576 140620824890040 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19007/tid=19024] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19024/stat : 19024 (java) S 19004 19007 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12265328 9856040960 46752 33554432000 1073741824 1073778376 140735424196576 140620823837688 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19007/tid=19025] ppid=19004 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/19007/task/19025/stat : 19025 (java) S 19004 19007 17519 0 -1 4202560 16 0 0 0 1 4 0 0 20 0 19 0 12265328 9856040960 46752 33554432000 1073741824 1073778376 140735424196576 140620822785352 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19007/tid=19026] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19026/stat : 19026 (java) S 19004 19007 17519 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 12265339 9856040960 46752 33554432000 1073741824 1073778376 140735424196576 140620821730088 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 261.56
Current children cumulated vsize (KiB) 9625040

[startup+260.808 s]
/proc/loadavg: 2.20 2.23 2.18 3/213 19316
/proc/meminfo: memFree=29094936/32872528 swapFree=1391980/1569808
[pid=19007] ppid=19004 vsize=9625040 CPUtime=261.97 cores=0,2,4,6
/proc/19007/stat : 19007 (java) S 19004 19007 17519 0 -1 4202496 18847 0 1 0 26187 10 0 0 20 0 19 0 12265322 9856040960 46584 33554432000 1073741824 1073778376 140735424196576 140735424187712 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19007/statm: 2406260 46584 2271 9 0 2396937 0
[pid=19007/tid=19009] ppid=19004 vsize=9625040 CPUtime=260.07 cores=0,2,4,6
/proc/19007/task/19009/stat : 19009 (java) R 19004 19007 17519 0 -1 4202560 2484 0 1 0 26001 6 0 0 20 0 19 0 12265323 9856040960 46584 33554432000 1073741824 1073778376 140735424196576 140621006106992 140620870631352 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19007/tid=19010] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19010/stat : 19010 (java) S 19004 19007 17519 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 12265324 9856040960 46584 33554432000 1073741824 1073778376 140735424196576 140620995168424 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19007/tid=19011] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19011/stat : 19011 (java) S 19004 19007 17519 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12265324 9856040960 46584 33554432000 1073741824 1073778376 140735424196576 140620994115880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19007/tid=19012] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19012/stat : 19012 (java) S 19004 19007 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12265324 9856040960 46584 33554432000 1073741824 1073778376 140735424196576 140620993063336 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19007/tid=19013] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19013/stat : 19013 (java) S 19004 19007 17519 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 12265324 9856040960 46584 33554432000 1073741824 1073778376 140735424196576 140620992010792 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19007/tid=19014] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19014/stat : 19014 (java) S 19004 19007 17519 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 12265324 9856040960 46584 33554432000 1073741824 1073778376 140735424196576 140620990958248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19007/tid=19015] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19015/stat : 19015 (java) S 19004 19007 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12265324 9856040960 46584 33554432000 1073741824 1073778376 140735424196576 140620989905704 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19007/tid=19016] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19016/stat : 19016 (java) S 19004 19007 17519 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12265324 9856040960 46584 33554432000 1073741824 1073778376 140735424196576 140620988853160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19007/tid=19017] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19017/stat : 19017 (java) S 19004 19007 17519 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12265324 9856040960 46584 33554432000 1073741824 1073778376 140735424196576 140620842351656 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19007/tid=19018] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19018/stat : 19018 (java) S 19004 19007 17519 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 12265325 9856040960 46584 33554432000 1073741824 1073778376 140735424196576 140620830152808 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19007/tid=19019] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19019/stat : 19019 (java) S 19004 19007 17519 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 12265326 9856040960 46584 33554432000 1073741824 1073778376 140735424196576 140620829099128 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19007/tid=19020] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19020/stat : 19020 (java) S 19004 19007 17519 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12265326 9856040960 46584 33554432000 1073741824 1073778376 140735424196576 140620828046472 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19007/tid=19021] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19021/stat : 19021 (java) S 19004 19007 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12265328 9856040960 46584 33554432000 1073741824 1073778376 140735424196576 140620826995216 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19007/tid=19022] ppid=19004 vsize=9625040 CPUtime=0.74 cores=0,2,4,6
/proc/19007/task/19022/stat : 19022 (java) S 19004 19007 17519 0 -1 4202560 10528 0 0 0 72 2 0 0 20 0 19 0 12265328 9856040960 46584 33554432000 1073741824 1073778376 140735424196576 140620825942584 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19007/tid=19023] ppid=19004 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/19007/task/19023/stat : 19023 (java) S 19004 19007 17519 0 -1 4202560 4495 0 0 0 36 0 0 0 20 0 19 0 12265328 9856040960 46584 33554432000 1073741824 1073778376 140735424196576 140620824890040 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19007/tid=19024] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19024/stat : 19024 (java) S 19004 19007 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12265328 9856040960 46584 33554432000 1073741824 1073778376 140735424196576 140620823837688 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19007/tid=19025] ppid=19004 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/19007/task/19025/stat : 19025 (java) S 19004 19007 17519 0 -1 4202560 16 0 0 0 1 4 0 0 20 0 19 0 12265328 9856040960 46584 33554432000 1073741824 1073778376 140735424196576 140620822785352 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19007/tid=19026] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19026/stat : 19026 (java) S 19004 19007 17519 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 12265339 9856040960 46584 33554432000 1073741824 1073778376 140735424196576 140620821730088 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 261.97
Current children cumulated vsize (KiB) 9625040

[startup+260.901 s]
/proc/loadavg: 2.20 2.23 2.18 3/213 19316
/proc/meminfo: memFree=29094936/32872528 swapFree=1391980/1569808
[pid=19007] ppid=19004 vsize=9625040 CPUtime=262.06 cores=0,2,4,6
/proc/19007/stat : 19007 (java) S 19004 19007 17519 0 -1 4202496 18847 0 1 0 26196 10 0 0 20 0 19 0 12265322 9856040960 46584 33554432000 1073741824 1073778376 140735424196576 140735424187712 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19007/statm: 2406260 46584 2271 9 0 2396937 0
[pid=19007/tid=19009] ppid=19004 vsize=9625040 CPUtime=260.17 cores=0,2,4,6
/proc/19007/task/19009/stat : 19009 (java) R 19004 19007 17519 0 -1 4202560 2484 0 1 0 26011 6 0 0 20 0 19 0 12265323 9856040960 46584 33554432000 1073741824 1073778376 140735424196576 140621006106992 140620870631996 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19007/tid=19010] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19010/stat : 19010 (java) S 19004 19007 17519 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 12265324 9856040960 46584 33554432000 1073741824 1073778376 140735424196576 140620995168424 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19007/tid=19011] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19011/stat : 19011 (java) S 19004 19007 17519 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12265324 9856040960 46584 33554432000 1073741824 1073778376 140735424196576 140620994115880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19007/tid=19012] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19012/stat : 19012 (java) S 19004 19007 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12265324 9856040960 46584 33554432000 1073741824 1073778376 140735424196576 140620993063336 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19007/tid=19013] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19013/stat : 19013 (java) S 19004 19007 17519 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 12265324 9856040960 46584 33554432000 1073741824 1073778376 140735424196576 140620992010792 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19007/tid=19014] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19014/stat : 19014 (java) S 19004 19007 17519 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 12265324 9856040960 46584 33554432000 1073741824 1073778376 140735424196576 140620990958248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19007/tid=19015] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19015/stat : 19015 (java) S 19004 19007 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12265324 9856040960 46584 33554432000 1073741824 1073778376 140735424196576 140620989905704 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19007/tid=19016] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19016/stat : 19016 (java) S 19004 19007 17519 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12265324 9856040960 46584 33554432000 1073741824 1073778376 140735424196576 140620988853160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19007/tid=19017] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19017/stat : 19017 (java) S 19004 19007 17519 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12265324 9856040960 46584 33554432000 1073741824 1073778376 140735424196576 140620842351656 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19007/tid=19018] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19018/stat : 19018 (java) S 19004 19007 17519 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 12265325 9856040960 46584 33554432000 1073741824 1073778376 140735424196576 140620830152808 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19007/tid=19019] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19019/stat : 19019 (java) S 19004 19007 17519 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 12265326 9856040960 46584 33554432000 1073741824 1073778376 140735424196576 140620829099128 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19007/tid=19020] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19020/stat : 19020 (java) S 19004 19007 17519 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12265326 9856040960 46584 33554432000 1073741824 1073778376 140735424196576 140620828046472 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19007/tid=19021] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19021/stat : 19021 (java) S 19004 19007 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12265328 9856040960 46584 33554432000 1073741824 1073778376 140735424196576 140620826995216 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19007/tid=19022] ppid=19004 vsize=9625040 CPUtime=0.74 cores=0,2,4,6
/proc/19007/task/19022/stat : 19022 (java) S 19004 19007 17519 0 -1 4202560 10528 0 0 0 72 2 0 0 20 0 19 0 12265328 9856040960 46584 33554432000 1073741824 1073778376 140735424196576 140620825942584 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19007/tid=19023] ppid=19004 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/19007/task/19023/stat : 19023 (java) S 19004 19007 17519 0 -1 4202560 4495 0 0 0 36 0 0 0 20 0 19 0 12265328 9856040960 46584 33554432000 1073741824 1073778376 140735424196576 140620824890040 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19007/tid=19024] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19024/stat : 19024 (java) S 19004 19007 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12265328 9856040960 46584 33554432000 1073741824 1073778376 140735424196576 140620823837688 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19007/tid=19025] ppid=19004 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/19007/task/19025/stat : 19025 (java) S 19004 19007 17519 0 -1 4202560 16 0 0 0 1 4 0 0 20 0 19 0 12265328 9856040960 46584 33554432000 1073741824 1073778376 140735424196576 140620822785352 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19007/tid=19026] ppid=19004 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19007/task/19026/stat : 19026 (java) S 19004 19007 17519 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 12265339 9856040960 46584 33554432000 1073741824 1073778376 140735424196576 140620821730088 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 262.06
Current children cumulated vsize (KiB) 9625040

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19007 and gives
#  childrusage.ru_utime.tv_sec=261
#  childrusage.ru_utime.tv_usec=322272
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=211967
# CPU time returned by wait4() is 261.534
# while last known CPU time is 262.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 260.947
CPU time (s): 262.06
CPU user time (s): 261.96
CPU system time (s): 0.1
CPU usage (%): 100.426
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 261.322
system time used= 0.211967
maximum resident set size= 187600
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18878
page faults= 1
swaps= 0
block input operations= 0
block output operations= 288
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5806
involuntary context switches= 398

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.58776 second user time and 1.77373 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-30 20:59:17
IDJOB=4120990
IDBENCH=110208
IDSOLVER=2546
FILE ID=node140/4120990-1467313157
RUNJOBID= node140-1467308852-17535
PBS_JOBID= 20005285
Free space on /tmp= 71652 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-n84-d3-i3-r2.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4120990-1467313157/watcher-4120990-1467313157 -o /tmp/evaluation-result-4120990-1467313157/solver-4120990-1467313157 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1467308852-17535 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4120990-1467313157.opb

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

MD5SUM BENCH= ebe59697c674ee75196763459fd36afc
RANDOM SEED=897213372

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

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.708
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.708
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.708
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.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29132116 kB
Buffers:          146848 kB
Cached:          1044680 kB
SwapCached:            0 kB
Active:           472384 kB
Inactive:         953280 kB
Active(anon):     226624 kB
Inactive(anon):    10340 kB
Active(file):     245760 kB
Inactive(file):   942940 kB
Unevictable:     1569808 kB
Mlocked:         1391980 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               844 kB
Writeback:             0 kB
AnonPages:       1893992 kB
Mapped:            22140 kB
Shmem:               204 kB
Slab:             607584 kB
SReclaimable:      51736 kB
SUnreclaim:       555848 kB
KernelStack:        1760 kB
PageTables:         7772 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2261096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    481280 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= 71652 MiB
End job on node140 at 2016-06-30 21:03:38