Trace number 4120230

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 181.897 180.703

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-subsetCardinalitySigma-27-2.cnf.gz-extracted.pb.metafix.opb
MD5SUMb2c36ce28492afd95a9bf419cd8a17f1
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 benchmark0.010997
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables109
Total number of constraints108
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)108
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 8
Number of bits of the biggest sum of numbers4
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.12/0.10	c Pseudo Boolean Optimization by upper bound
0.12/0.10	c --- Begin Solver configuration ---
0.12/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.12/0.10	c Learn all clauses as in MiniSAT
0.12/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.10	c No reason simplification
0.12/0.10	c Glucose 2.1 dynamic restart strategy
0.12/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.10	c timeout=2147483s
0.12/0.10	c DB Simplification allowed=false
0.12/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.12/0.10	c --- End Solver configuration ---
0.12/0.10	c solving HOME/instance-4120230-1467310557.opb
0.12/0.10	c reading problem ... 
0.12/0.10	c  no objective function found
0.12/0.12	c ... done. Wall clock time 0.023s.
0.12/0.12	c declared #vars     109
0.12/0.12	c #constraints  108
0.12/0.12	c constraints type 
0.12/0.12	c org.sat4j.minisat.constraints.card.MinWatchCard => 108
0.12/0.12	c 108 constraints processed.
0.69/0.45	c cleaning 2497 clauses out of 5000 with flag 33938/5000
1.26/0.70	c cleaning 4247 clauses out of 8503 with flag 79815/11000
1.56/1.08	c cleaning 5621 clauses out of 11257 with flag 138129/18001
2.16/1.62	c cleaning 6812 clauses out of 13635 with flag 212169/26000
2.80/2.30	c cleaning 7900 clauses out of 15824 with flag 280627/35001
3.59/3.09	c cleaning 8955 clauses out of 17926 with flag 359439/45003
4.59/4.03	c cleaning 9977 clauses out of 19968 with flag 449913/56000
5.59/5.08	c cleaning 10989 clauses out of 21991 with flag 536566/68000
6.89/6.36	c cleaning 11993 clauses out of 24004 with flag 641652/81002
8.40/7.86	c cleaning 12999 clauses out of 26009 with flag 750131/95000
10.09/9.58	c cleaning 13997 clauses out of 28012 with flag 861351/110002
12.19/11.63	c cleaning 14999 clauses out of 30014 with flag 987265/126001
14.40/13.85	c cleaning 15997 clauses out of 32015 with flag 1119018/143001
16.70/16.15	c cleaning 17002 clauses out of 34017 with flag 1251994/161000
19.30/18.78	c cleaning 18004 clauses out of 36015 with flag 1395336/180000
22.19/21.67	c cleaning 18998 clauses out of 38012 with flag 1546015/200001
25.50/24.95	c cleaning 20003 clauses out of 40013 with flag 1707777/221000
28.99/28.47	c cleaning 20999 clauses out of 42011 with flag 1872672/243001
32.69/32.19	c cleaning 22000 clauses out of 44011 with flag 2035879/266000
36.69/36.18	c cleaning 23001 clauses out of 46013 with flag 2215216/290002
41.20/40.65	c cleaning 24005 clauses out of 48013 with flag 2405783/315003
46.00/45.40	c cleaning 25001 clauses out of 50005 with flag 2599687/341000
51.43/50.78	c cleaning 25995 clauses out of 52004 with flag 2803133/368000
58.24/57.10	c cleaning 27004 clauses out of 54009 with flag 3021299/396000
64.54/63.48	c cleaning 27998 clauses out of 56007 with flag 3234502/425002
71.14/70.06	c cleaning 29000 clauses out of 58007 with flag 3457557/455000
77.94/76.84	c cleaning 30001 clauses out of 60007 with flag 3688744/486000
85.64/84.55	c cleaning 30994 clauses out of 62006 with flag 3954282/518000
93.24/92.19	c cleaning 32000 clauses out of 64013 with flag 4190476/551001
101.84/100.72	c cleaning 33001 clauses out of 66013 with flag 4432282/585001
110.34/109.25	c cleaning 34004 clauses out of 68012 with flag 4671709/620001
119.25/118.17	c cleaning 34999 clauses out of 70008 with flag 4925988/656001
128.07/126.92	c cleaning 36002 clauses out of 72009 with flag 5178621/693001
137.16/136.01	c cleaning 37001 clauses out of 74008 with flag 5449231/731002
148.16/146.95	c cleaning 37994 clauses out of 76004 with flag 5717362/770000
159.86/158.63	c cleaning 38999 clauses out of 78010 with flag 5980603/810000
171.49/170.26	c cleaning 40007 clauses out of 80013 with flag 6246006/851003
181.89/180.67	c starts		: 241
181.89/180.67	c conflicts		: 889497
181.89/180.67	c decisions		: 1088767
181.89/180.67	c propagations		: 13714297
181.89/180.67	c inspects		: 4769555083
181.89/180.67	c shortcuts		: 0
181.89/180.67	c learnt literals	: 17
181.89/180.67	c learnt binary clauses	: 17
181.89/180.67	c learnt ternary clauses	: 48
181.89/180.67	c learnt constraints	: 889479
181.89/180.67	c ignored constraints	: 0
181.89/180.67	c root simplifications	: 0
181.89/180.67	c removed literals (reason simplification)	: 0
181.89/180.67	c reason swapping (by a shorter reason)	: 0
181.89/180.67	c Calls to reduceDB	: 37
181.89/180.67	c Number of update (reduction) of LBD	: 272192
181.89/180.67	c Imported unit clauses	: 0
181.89/180.67	c number of reductions to clauses (during analyze)	: 0
181.89/180.67	c number of learned constraints concerned by reduction	: 0
181.89/180.67	c number of learning phase by resolution	: 0
181.89/180.67	c number of learning phase by cutting planes	: 0
181.89/180.67	c speed (assignments/second)	: 75960.96796348812
181.89/180.67	c non guided choices	30
181.89/180.69	c learnt constraints type 
181.89/180.69	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 17
181.89/180.69	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 78467
181.89/180.69	s UNSATISFIABLE
181.89/180.69	c Total wall clock time (in seconds): 180.595

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-4120230-1467310557/watcher-4120230-1467310557 -o /tmp/evaluation-result-4120230-1467310557/solver-4120230-1467310557 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1467310545-14395 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4120230-1467310557.opb 

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

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


[startup+0 s]
/proc/loadavg: 1.59 1.93 1.97 3/192 14572
/proc/meminfo: memFree=30120296/32872528 swapFree=1299868/1463388
[pid=14572] ppid=14569 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/14572/stat : 14572 (java) S 14569 14572 12018 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 10081645 98570240 977 33554432000 1073741824 1073778376 140737401068288 140737401059424 227515859005 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14572/statm: 24065 977 743 9 0 16771 0
[pid=14572/tid=14573] ppid=14569 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14573/stat : 14573 (java) R 14569 14572 12018 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 10081646 98570240 977 33554432000 1073741824 1073778376 140737401068288 140375632952872 227512501632 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100166 s]
/proc/loadavg: 1.59 1.93 1.97 3/192 14572
/proc/meminfo: memFree=30120296/32872528 swapFree=1299868/1463388
[pid=14572] ppid=14569 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/14572/stat : 14572 (java) S 14569 14572 12018 0 -1 4202496 4555 0 1 0 11 1 0 0 20 0 18 0 10081645 9787879424 5672 33554432000 1073741824 1073778376 140737401068288 140737401059424 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14572/statm: 2389619 5672 2157 9 0 2380296 0
[pid=14572/tid=14573] ppid=14569 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/14572/task/14573/stat : 14573 (java) R 14569 14572 12018 0 -1 4202560 2432 0 1 0 8 0 0 0 20 0 18 0 10081646 9787879424 5672 33554432000 1073741824 1073778376 140737401068288 140375632956792 140375640108256 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 9558476

[startup+0.200389 s]
/proc/loadavg: 1.59 1.93 1.97 3/192 14572
/proc/meminfo: memFree=30120296/32872528 swapFree=1299868/1463388
[pid=14572] ppid=14569 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/14572/stat : 14572 (java) S 14569 14572 12018 0 -1 4202496 8113 0 1 0 32 1 0 0 20 0 19 0 10081645 9856040960 8143 33554432000 1073741824 1073778376 140737401068288 140737401059424 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14572/statm: 2406260 8143 2223 9 0 2396937 0
[pid=14572/tid=14573] ppid=14569 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/14572/task/14573/stat : 14573 (java) R 14569 14572 12018 0 -1 4202560 2452 0 1 0 18 0 0 0 20 0 19 0 10081646 9856040960 8143 33554432000 1073741824 1073778376 140737401068288 140375632957512 140375636243347 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 9625040

[startup+0.300418 s]
/proc/loadavg: 1.59 1.93 1.97 3/192 14572
/proc/meminfo: memFree=30120296/32872528 swapFree=1299868/1463388
[pid=14572] ppid=14569 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/14572/stat : 14572 (java) S 14569 14572 12018 0 -1 4202496 8401 0 1 0 56 1 0 0 20 0 19 0 10081645 9856040960 8219 33554432000 1073741824 1073778376 140737401068288 140737401059424 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14572/statm: 2406260 8219 2227 9 0 2396937 0
[pid=14572/tid=14573] ppid=14569 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/14572/task/14573/stat : 14573 (java) R 14569 14572 12018 0 -1 4202560 2452 0 1 0 27 0 0 0 20 0 19 0 10081646 9856040960 8219 33554432000 1073741824 1073778376 140737401068288 140375632957416 140375573060822 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 9625040

[startup+0.700389 s]
/proc/loadavg: 1.59 1.93 1.97 3/192 14572
/proc/meminfo: memFree=30120296/32872528 swapFree=1299868/1463388
[pid=14572] ppid=14569 vsize=9625040 CPUtime=1.26 cores=1,3,5,7
/proc/14572/stat : 14572 (java) S 14569 14572 12018 0 -1 4202496 14836 0 1 0 123 3 0 0 20 0 19 0 10081645 9856040960 12861 33554432000 1073741824 1073778376 140737401068288 140737401059424 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14572/statm: 2406260 12861 2240 9 0 2396937 0
[pid=14572/tid=14573] ppid=14569 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/14572/task/14573/stat : 14573 (java) R 14569 14572 12018 0 -1 4202560 2453 0 1 0 67 0 0 0 20 0 19 0 10081646 9856040960 12861 33554432000 1073741824 1073778376 140737401068288 140375632957416 140375572713453 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 1.59 1.93 1.97 3/211 14591
/proc/meminfo: memFree=30073624/32872528 swapFree=1299868/1463388
[pid=14572] ppid=14569 vsize=9625040 CPUtime=2.06 cores=1,3,5,7
/proc/14572/stat : 14572 (java) S 14569 14572 12018 0 -1 4202496 14839 0 1 0 203 3 0 0 20 0 19 0 10081645 9856040960 13374 33554432000 1073741824 1073778376 140737401068288 140737401059424 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14572/statm: 2406260 13374 2241 9 0 2396937 0
[pid=14572/tid=14573] ppid=14569 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/14572/task/14573/stat : 14573 (java) R 14569 14572 12018 0 -1 4202560 2455 0 1 0 147 0 0 0 20 0 19 0 10081646 9856040960 13374 33554432000 1073741824 1073778376 140737401068288 140375632948944 140375573250740 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14572/tid=14575] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14575/stat : 14575 (java) S 14569 14572 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10081646 9856040960 13374 33554432000 1073741824 1073778376 140737401068288 140375571687976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14572/tid=14576] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14576/stat : 14576 (java) S 14569 14572 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10081646 9856040960 13374 33554432000 1073741824 1073778376 140737401068288 140375475567016 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14572/tid=14577] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14577/stat : 14577 (java) S 14569 14572 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10081646 9856040960 13374 33554432000 1073741824 1073778376 140737401068288 140375474514216 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14572/tid=14578] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14578/stat : 14578 (java) S 14569 14572 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10081646 9856040960 13374 33554432000 1073741824 1073778376 140737401068288 140375473461416 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14572/tid=14579] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14579/stat : 14579 (java) S 14569 14572 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10081646 9856040960 13374 33554432000 1073741824 1073778376 140737401068288 140375472409640 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14572/tid=14580] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14580/stat : 14580 (java) S 14569 14572 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10081646 9856040960 13374 33554432000 1073741824 1073778376 140737401068288 140375471356840 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14572/tid=14581] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14581/stat : 14581 (java) S 14569 14572 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10081646 9856040960 13374 33554432000 1073741824 1073778376 140737401068288 140375470304040 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14572/tid=14582] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14582/stat : 14582 (java) S 14569 14572 12018 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10081646 9856040960 13374 33554432000 1073741824 1073778376 140737401068288 140375469251240 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14572/tid=14583] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14583/stat : 14583 (java) S 14569 14572 12018 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10081648 9856040960 13374 33554432000 1073741824 1073778376 140737401068288 140375457053160 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14572/tid=14584] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14584/stat : 14584 (java) S 14569 14572 12018 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10081648 9856040960 13374 33554432000 1073741824 1073778376 140737401068288 140375455999224 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14572/tid=14585] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14585/stat : 14585 (java) S 14569 14572 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10081648 9856040960 13374 33554432000 1073741824 1073778376 140737401068288 140375454946312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14572/tid=14586] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14586/stat : 14586 (java) S 14569 14572 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10081650 9856040960 13374 33554432000 1073741824 1073778376 140737401068288 140375453894800 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14572/tid=14587] ppid=14569 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/14572/task/14587/stat : 14587 (java) S 14569 14572 12018 0 -1 4202560 2417 0 0 0 22 0 0 0 20 0 19 0 10081650 9856040960 13374 33554432000 1073741824 1073778376 140737401068288 140375452842936 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14572/tid=14588] ppid=14569 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/14572/task/14588/stat : 14588 (java) S 14569 14572 12018 0 -1 4202560 8696 0 0 0 30 2 0 0 20 0 19 0 10081650 9856040960 13374 33554432000 1073741824 1073778376 140737401068288 140375451790136 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14572/tid=14589] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14589/stat : 14589 (java) S 14569 14572 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10081650 9856040960 13374 33554432000 1073741824 1073778376 140737401068288 140375450737528 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14572/tid=14590] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14590/stat : 14590 (java) S 14569 14572 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10081650 9856040960 13374 33554432000 1073741824 1073778376 140737401068288 140375449684936 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14572/tid=14591] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14591/stat : 14591 (java) S 14569 14572 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10081658 9856040960 13374 33554432000 1073741824 1073778376 140737401068288 140375448630440 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 9625040

[startup+3.10074 s]
/proc/loadavg: 1.59 1.93 1.97 3/211 14591
/proc/meminfo: memFree=30068536/32872528 swapFree=1299868/1463388
[pid=14572] ppid=14569 vsize=9625040 CPUtime=3.69 cores=1,3,5,7
/proc/14572/stat : 14572 (java) S 14569 14572 12018 0 -1 4202496 14884 0 1 0 366 3 0 0 20 0 19 0 10081645 9856040960 13930 33554432000 1073741824 1073778376 140737401068288 140737401059424 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14572/statm: 2406260 13930 2241 9 0 2396937 0
[pid=14572/tid=14573] ppid=14569 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/14572/task/14573/stat : 14573 (java) R 14569 14572 12018 0 -1 4202560 2456 0 1 0 307 0 0 0 20 0 19 0 10081646 9856040960 13930 33554432000 1073741824 1073778376 140737401068288 140375632948944 140375573126857 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14572/tid=14575] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14575/stat : 14575 (java) S 14569 14572 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10081646 9856040960 13930 33554432000 1073741824 1073778376 140737401068288 140375571687976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14572/tid=14576] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14576/stat : 14576 (java) S 14569 14572 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10081646 9856040960 13930 33554432000 1073741824 1073778376 140737401068288 140375475567016 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14572/tid=14577] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14577/stat : 14577 (java) S 14569 14572 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10081646 9856040960 13930 33554432000 1073741824 1073778376 140737401068288 140375474514216 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14572/tid=14578] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14578/stat : 14578 (java) S 14569 14572 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10081646 9856040960 13930 33554432000 1073741824 1073778376 140737401068288 140375473461416 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14572/tid=14579] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14579/stat : 14579 (java) S 14569 14572 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10081646 9856040960 13930 33554432000 1073741824 1073778376 140737401068288 140375472409640 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14572/tid=14580] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14580/stat : 14580 (java) S 14569 14572 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10081646 9856040960 13930 33554432000 1073741824 1073778376 140737401068288 140375471356840 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14572/tid=14581] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14581/stat : 14581 (java) S 14569 14572 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10081646 9856040960 13930 33554432000 1073741824 1073778376 140737401068288 140375470304040 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14572/tid=14582] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14582/stat : 14582 (java) S 14569 14572 12018 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10081646 9856040960 13930 33554432000 1073741824 1073778376 140737401068288 140375469251240 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14572/tid=14583] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14583/stat : 14583 (java) S 14569 14572 12018 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10081648 9856040960 13930 33554432000 1073741824 1073778376 140737401068288 140375457053160 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14572/tid=14584] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14584/stat : 14584 (java) S 14569 14572 12018 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10081648 9856040960 13930 33554432000 1073741824 1073778376 140737401068288 140375455999224 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14572/tid=14585] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14585/stat : 14585 (java) S 14569 14572 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10081648 9856040960 13930 33554432000 1073741824 1073778376 140737401068288 140375454946312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14572/tid=14586] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14586/stat : 14586 (java) S 14569 14572 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10081650 9856040960 13930 33554432000 1073741824 1073778376 140737401068288 140375453894800 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14572/tid=14587] ppid=14569 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/14572/task/14587/stat : 14587 (java) S 14569 14572 12018 0 -1 4202560 2417 0 0 0 23 0 0 0 20 0 19 0 10081650 9856040960 13930 33554432000 1073741824 1073778376 140737401068288 140375452842936 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14572/tid=14588] ppid=14569 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/14572/task/14588/stat : 14588 (java) S 14569 14572 12018 0 -1 4202560 8740 0 0 0 33 2 0 0 20 0 19 0 10081650 9856040960 13930 33554432000 1073741824 1073778376 140737401068288 140375451790136 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14572/tid=14589] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14589/stat : 14589 (java) S 14569 14572 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10081650 9856040960 13930 33554432000 1073741824 1073778376 140737401068288 140375450737528 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14572/tid=14590] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14590/stat : 14590 (java) S 14569 14572 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10081650 9856040960 13930 33554432000 1073741824 1073778376 140737401068288 140375449684936 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14572/tid=14591] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14591/stat : 14591 (java) S 14569 14572 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10081658 9856040960 13930 33554432000 1073741824 1073778376 140737401068288 140375448630440 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.69
Current children cumulated vsize (KiB) 9625040

[startup+6.3007 s]
/proc/loadavg: 1.62 1.93 1.97 3/211 14591
/proc/meminfo: memFree=30061848/32872528 swapFree=1299868/1463388
[pid=14572] ppid=14569 vsize=9625040 CPUtime=6.89 cores=1,3,5,7
/proc/14572/stat : 14572 (java) S 14569 14572 12018 0 -1 4202496 14888 0 1 0 686 3 0 0 20 0 19 0 10081645 9856040960 14009 33554432000 1073741824 1073778376 140737401068288 140737401059424 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14572/statm: 2406260 14009 2242 9 0 2396937 0
[pid=14572/tid=14573] ppid=14569 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/14572/task/14573/stat : 14573 (java) R 14569 14572 12018 0 -1 4202560 2459 0 1 0 626 0 0 0 20 0 19 0 10081646 9856040960 14009 33554432000 1073741824 1073778376 140737401068288 140375632948944 140375573127362 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14572/tid=14575] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14575/stat : 14575 (java) S 14569 14572 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10081646 9856040960 14009 33554432000 1073741824 1073778376 140737401068288 140375571687976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14572/tid=14576] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14576/stat : 14576 (java) S 14569 14572 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10081646 9856040960 14009 33554432000 1073741824 1073778376 140737401068288 140375475567016 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14572/tid=14577] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14577/stat : 14577 (java) S 14569 14572 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10081646 9856040960 14009 33554432000 1073741824 1073778376 140737401068288 140375474514216 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14572/tid=14578] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14578/stat : 14578 (java) S 14569 14572 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10081646 9856040960 14009 33554432000 1073741824 1073778376 140737401068288 140375473461416 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14572/tid=14579] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14579/stat : 14579 (java) S 14569 14572 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10081646 9856040960 14009 33554432000 1073741824 1073778376 140737401068288 140375472409640 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14572/tid=14580] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14580/stat : 14580 (java) S 14569 14572 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10081646 9856040960 14009 33554432000 1073741824 1073778376 140737401068288 140375471356840 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14572/tid=14581] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14581/stat : 14581 (java) S 14569 14572 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10081646 9856040960 14009 33554432000 1073741824 1073778376 140737401068288 140375470304040 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14572/tid=14582] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14582/stat : 14582 (java) S 14569 14572 12018 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10081646 9856040960 14009 33554432000 1073741824 1073778376 140737401068288 140375469251240 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14572/tid=14583] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14583/stat : 14583 (java) S 14569 14572 12018 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10081648 9856040960 14009 33554432000 1073741824 1073778376 140737401068288 140375457053160 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14572/tid=14584] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14584/stat : 14584 (java) S 14569 14572 12018 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10081648 9856040960 14009 33554432000 1073741824 1073778376 140737401068288 140375455999224 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14572/tid=14585] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14585/stat : 14585 (java) S 14569 14572 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10081648 9856040960 14009 33554432000 1073741824 1073778376 140737401068288 140375454946312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14572/tid=14586] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14586/stat : 14586 (java) S 14569 14572 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10081650 9856040960 14009 33554432000 1073741824 1073778376 140737401068288 140375453894800 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14572/tid=14587] ppid=14569 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/14572/task/14587/stat : 14587 (java) S 14569 14572 12018 0 -1 4202560 2417 0 0 0 23 0 0 0 20 0 19 0 10081650 9856040960 14009 33554432000 1073741824 1073778376 140737401068288 140375452842936 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14572/tid=14588] ppid=14569 vsize=9625040 CPUtime=0.35 cores=1,3,5,7

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

[pid=14572/tid=14587] ppid=14569 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/14572/task/14587/stat : 14587 (java) S 14569 14572 12018 0 -1 4202560 5260 0 0 0 46 0 0 0 20 0 19 0 10081650 9856040960 38252 33554432000 1073741824 1073778376 140737401068288 140375452842936 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14572/tid=14588] ppid=14569 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/14572/task/14588/stat : 14588 (java) S 14569 14572 12018 0 -1 4202560 10284 0 0 0 77 2 0 0 20 0 19 0 10081650 9856040960 38252 33554432000 1073741824 1073778376 140737401068288 140375451790136 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14572/tid=14589] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14589/stat : 14589 (java) S 14569 14572 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10081650 9856040960 38252 33554432000 1073741824 1073778376 140737401068288 140375450737528 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14572/tid=14590] ppid=14569 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/14572/task/14590/stat : 14590 (java) S 14569 14572 12018 0 -1 4202560 12 0 0 0 1 2 0 0 20 0 19 0 10081650 9856040960 38252 33554432000 1073741824 1073778376 140737401068288 140375449684936 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14572/tid=14591] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14591/stat : 14591 (java) S 14569 14572 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10081658 9856040960 38252 33554432000 1073741824 1073778376 140737401068288 140375448630440 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 180.49
Current children cumulated vsize (KiB) 9625040

[startup+180.001 s]
/proc/loadavg: 2.25 2.06 2.01 4/211 14594
/proc/meminfo: memFree=29868148/32872528 swapFree=1299868/1463388
[pid=14572] ppid=14569 vsize=9625040 CPUtime=181.29 cores=1,3,5,7
/proc/14572/stat : 14572 (java) S 14569 14572 12018 0 -1 4202496 19353 0 1 0 18120 9 0 0 20 0 19 0 10081645 9856040960 38252 33554432000 1073741824 1073778376 140737401068288 140737401059424 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14572/statm: 2406260 38252 2249 9 0 2396937 0
[pid=14572/tid=14573] ppid=14569 vsize=9625040 CPUtime=179.5 cores=1,3,5,7
/proc/14572/task/14573/stat : 14573 (java) R 14569 14572 12018 0 -1 4202560 2523 0 1 0 17945 5 0 0 20 0 19 0 10081646 9856040960 38252 33554432000 1073741824 1073778376 140737401068288 140375632957824 140375573483279 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14572/tid=14575] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14575/stat : 14575 (java) S 14569 14572 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10081646 9856040960 38252 33554432000 1073741824 1073778376 140737401068288 140375571687976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14572/tid=14576] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14576/stat : 14576 (java) S 14569 14572 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10081646 9856040960 38252 33554432000 1073741824 1073778376 140737401068288 140375475567016 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14572/tid=14577] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14577/stat : 14577 (java) S 14569 14572 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10081646 9856040960 38252 33554432000 1073741824 1073778376 140737401068288 140375474514216 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14572/tid=14578] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14578/stat : 14578 (java) S 14569 14572 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10081646 9856040960 38252 33554432000 1073741824 1073778376 140737401068288 140375473461416 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14572/tid=14579] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14579/stat : 14579 (java) S 14569 14572 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10081646 9856040960 38252 33554432000 1073741824 1073778376 140737401068288 140375472409640 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14572/tid=14580] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14580/stat : 14580 (java) S 14569 14572 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10081646 9856040960 38252 33554432000 1073741824 1073778376 140737401068288 140375471356840 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14572/tid=14581] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14581/stat : 14581 (java) S 14569 14572 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10081646 9856040960 38252 33554432000 1073741824 1073778376 140737401068288 140375470304040 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14572/tid=14582] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14582/stat : 14582 (java) S 14569 14572 12018 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10081646 9856040960 38252 33554432000 1073741824 1073778376 140737401068288 140375469251240 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14572/tid=14583] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14583/stat : 14583 (java) S 14569 14572 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10081648 9856040960 38252 33554432000 1073741824 1073778376 140737401068288 140375457053160 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14572/tid=14584] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14584/stat : 14584 (java) S 14569 14572 12018 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10081648 9856040960 38252 33554432000 1073741824 1073778376 140737401068288 140375455999224 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14572/tid=14585] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14585/stat : 14585 (java) S 14569 14572 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10081648 9856040960 38252 33554432000 1073741824 1073778376 140737401068288 140375454946312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14572/tid=14586] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14586/stat : 14586 (java) S 14569 14572 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10081650 9856040960 38252 33554432000 1073741824 1073778376 140737401068288 140375453894800 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14572/tid=14587] ppid=14569 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/14572/task/14587/stat : 14587 (java) S 14569 14572 12018 0 -1 4202560 5260 0 0 0 46 0 0 0 20 0 19 0 10081650 9856040960 38252 33554432000 1073741824 1073778376 140737401068288 140375452842936 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14572/tid=14588] ppid=14569 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/14572/task/14588/stat : 14588 (java) S 14569 14572 12018 0 -1 4202560 10284 0 0 0 77 2 0 0 20 0 19 0 10081650 9856040960 38252 33554432000 1073741824 1073778376 140737401068288 140375451790136 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14572/tid=14589] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14589/stat : 14589 (java) S 14569 14572 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10081650 9856040960 38252 33554432000 1073741824 1073778376 140737401068288 140375450737528 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14572/tid=14590] ppid=14569 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/14572/task/14590/stat : 14590 (java) S 14569 14572 12018 0 -1 4202560 12 0 0 0 1 2 0 0 20 0 19 0 10081650 9856040960 38252 33554432000 1073741824 1073778376 140737401068288 140375449684936 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14572/tid=14591] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14591/stat : 14591 (java) S 14569 14572 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10081658 9856040960 38252 33554432000 1073741824 1073778376 140737401068288 140375448630440 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 181.29
Current children cumulated vsize (KiB) 9625040

[startup+180.401 s]
/proc/loadavg: 2.25 2.06 2.01 3/211 14595
/proc/meminfo: memFree=29868024/32872528 swapFree=1299868/1463388
[pid=14572] ppid=14569 vsize=9625040 CPUtime=181.69 cores=1,3,5,7
/proc/14572/stat : 14572 (java) S 14569 14572 12018 0 -1 4202496 19353 0 1 0 18160 9 0 0 20 0 19 0 10081645 9856040960 38252 33554432000 1073741824 1073778376 140737401068288 140737401059424 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14572/statm: 2406260 38252 2249 9 0 2396937 0
[pid=14572/tid=14573] ppid=14569 vsize=9625040 CPUtime=179.9 cores=1,3,5,7
/proc/14572/task/14573/stat : 14573 (java) R 14569 14572 12018 0 -1 4202560 2523 0 1 0 17985 5 0 0 20 0 19 0 10081646 9856040960 38252 33554432000 1073741824 1073778376 140737401068288 140375632957824 140375573483279 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14572/tid=14575] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14575/stat : 14575 (java) S 14569 14572 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10081646 9856040960 38252 33554432000 1073741824 1073778376 140737401068288 140375571687976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14572/tid=14576] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14576/stat : 14576 (java) S 14569 14572 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10081646 9856040960 38252 33554432000 1073741824 1073778376 140737401068288 140375475567016 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14572/tid=14577] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14577/stat : 14577 (java) S 14569 14572 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10081646 9856040960 38252 33554432000 1073741824 1073778376 140737401068288 140375474514216 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14572/tid=14578] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14578/stat : 14578 (java) S 14569 14572 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10081646 9856040960 38252 33554432000 1073741824 1073778376 140737401068288 140375473461416 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14572/tid=14579] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14579/stat : 14579 (java) S 14569 14572 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10081646 9856040960 38252 33554432000 1073741824 1073778376 140737401068288 140375472409640 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14572/tid=14580] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14580/stat : 14580 (java) S 14569 14572 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10081646 9856040960 38252 33554432000 1073741824 1073778376 140737401068288 140375471356840 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14572/tid=14581] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14581/stat : 14581 (java) S 14569 14572 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10081646 9856040960 38252 33554432000 1073741824 1073778376 140737401068288 140375470304040 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14572/tid=14582] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14582/stat : 14582 (java) S 14569 14572 12018 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10081646 9856040960 38252 33554432000 1073741824 1073778376 140737401068288 140375469251240 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14572/tid=14583] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14583/stat : 14583 (java) S 14569 14572 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10081648 9856040960 38252 33554432000 1073741824 1073778376 140737401068288 140375457053160 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14572/tid=14584] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14584/stat : 14584 (java) S 14569 14572 12018 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10081648 9856040960 38252 33554432000 1073741824 1073778376 140737401068288 140375455999224 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14572/tid=14585] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14585/stat : 14585 (java) S 14569 14572 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10081648 9856040960 38252 33554432000 1073741824 1073778376 140737401068288 140375454946312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14572/tid=14586] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14586/stat : 14586 (java) S 14569 14572 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10081650 9856040960 38252 33554432000 1073741824 1073778376 140737401068288 140375453894800 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14572/tid=14587] ppid=14569 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/14572/task/14587/stat : 14587 (java) S 14569 14572 12018 0 -1 4202560 5260 0 0 0 46 0 0 0 20 0 19 0 10081650 9856040960 38252 33554432000 1073741824 1073778376 140737401068288 140375452842936 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14572/tid=14588] ppid=14569 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/14572/task/14588/stat : 14588 (java) S 14569 14572 12018 0 -1 4202560 10284 0 0 0 77 2 0 0 20 0 19 0 10081650 9856040960 38252 33554432000 1073741824 1073778376 140737401068288 140375451790136 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14572/tid=14589] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14589/stat : 14589 (java) S 14569 14572 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10081650 9856040960 38252 33554432000 1073741824 1073778376 140737401068288 140375450737528 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14572/tid=14590] ppid=14569 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/14572/task/14590/stat : 14590 (java) S 14569 14572 12018 0 -1 4202560 12 0 0 0 1 2 0 0 20 0 19 0 10081650 9856040960 38252 33554432000 1073741824 1073778376 140737401068288 140375449684936 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14572/tid=14591] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14591/stat : 14591 (java) S 14569 14572 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10081658 9856040960 38252 33554432000 1073741824 1073778376 140737401068288 140375448630440 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 181.69
Current children cumulated vsize (KiB) 9625040

[startup+180.601 s]
/proc/loadavg: 2.25 2.06 2.01 3/211 14595
/proc/meminfo: memFree=29868024/32872528 swapFree=1299868/1463388
[pid=14572] ppid=14569 vsize=9625040 CPUtime=181.89 cores=1,3,5,7
/proc/14572/stat : 14572 (java) S 14569 14572 12018 0 -1 4202496 19353 0 1 0 18180 9 0 0 20 0 19 0 10081645 9856040960 38252 33554432000 1073741824 1073778376 140737401068288 140737401059424 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14572/statm: 2406260 38252 2249 9 0 2396937 0
[pid=14572/tid=14573] ppid=14569 vsize=9625040 CPUtime=180.1 cores=1,3,5,7
/proc/14572/task/14573/stat : 14573 (java) R 14569 14572 12018 0 -1 4202560 2523 0 1 0 18005 5 0 0 20 0 19 0 10081646 9856040960 38252 33554432000 1073741824 1073778376 140737401068288 140375632957824 140375573103561 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14572/tid=14575] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14575/stat : 14575 (java) S 14569 14572 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10081646 9856040960 38252 33554432000 1073741824 1073778376 140737401068288 140375571687976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14572/tid=14576] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14576/stat : 14576 (java) S 14569 14572 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10081646 9856040960 38252 33554432000 1073741824 1073778376 140737401068288 140375475567016 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14572/tid=14577] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14577/stat : 14577 (java) S 14569 14572 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10081646 9856040960 38252 33554432000 1073741824 1073778376 140737401068288 140375474514216 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14572/tid=14578] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14578/stat : 14578 (java) S 14569 14572 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10081646 9856040960 38252 33554432000 1073741824 1073778376 140737401068288 140375473461416 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14572/tid=14579] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14579/stat : 14579 (java) S 14569 14572 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10081646 9856040960 38252 33554432000 1073741824 1073778376 140737401068288 140375472409640 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14572/tid=14580] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14580/stat : 14580 (java) S 14569 14572 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10081646 9856040960 38252 33554432000 1073741824 1073778376 140737401068288 140375471356840 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14572/tid=14581] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14581/stat : 14581 (java) S 14569 14572 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10081646 9856040960 38252 33554432000 1073741824 1073778376 140737401068288 140375470304040 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14572/tid=14582] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14582/stat : 14582 (java) S 14569 14572 12018 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10081646 9856040960 38252 33554432000 1073741824 1073778376 140737401068288 140375469251240 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14572/tid=14583] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14583/stat : 14583 (java) S 14569 14572 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10081648 9856040960 38252 33554432000 1073741824 1073778376 140737401068288 140375457053160 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14572/tid=14584] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14584/stat : 14584 (java) S 14569 14572 12018 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10081648 9856040960 38252 33554432000 1073741824 1073778376 140737401068288 140375455999224 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14572/tid=14585] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14585/stat : 14585 (java) S 14569 14572 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10081648 9856040960 38252 33554432000 1073741824 1073778376 140737401068288 140375454946312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14572/tid=14586] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14586/stat : 14586 (java) S 14569 14572 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10081650 9856040960 38252 33554432000 1073741824 1073778376 140737401068288 140375453894800 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14572/tid=14587] ppid=14569 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/14572/task/14587/stat : 14587 (java) S 14569 14572 12018 0 -1 4202560 5260 0 0 0 46 0 0 0 20 0 19 0 10081650 9856040960 38252 33554432000 1073741824 1073778376 140737401068288 140375452842936 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14572/tid=14588] ppid=14569 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/14572/task/14588/stat : 14588 (java) S 14569 14572 12018 0 -1 4202560 10284 0 0 0 77 2 0 0 20 0 19 0 10081650 9856040960 38252 33554432000 1073741824 1073778376 140737401068288 140375451790136 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14572/tid=14589] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14589/stat : 14589 (java) S 14569 14572 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10081650 9856040960 38252 33554432000 1073741824 1073778376 140737401068288 140375450737528 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14572/tid=14590] ppid=14569 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/14572/task/14590/stat : 14590 (java) S 14569 14572 12018 0 -1 4202560 12 0 0 0 1 2 0 0 20 0 19 0 10081650 9856040960 38252 33554432000 1073741824 1073778376 140737401068288 140375449684936 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14572/tid=14591] ppid=14569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14591/stat : 14591 (java) S 14569 14572 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10081658 9856040960 38252 33554432000 1073741824 1073778376 140737401068288 140375448630440 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 181.89
Current children cumulated vsize (KiB) 9625040

[startup+180.701 s]
/proc/loadavg: 2.25 2.06 2.01 3/211 14595
/proc/meminfo: memFree=29868024/32872528 swapFree=1299868/1463388
[pid=14572] ppid=14569 vsize=0 CPUtime=181.57 cores=1,3,5,7
/proc/14572/stat : 14572 (java) Z 14569 14572 12018 0 -1 4203532 19386 0 1 0 18143 14 0 0 20 0 2 0 10081645 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14572/statm: 0 0 0 0 0 0 0
[pid=14572/tid=14586] ppid=14569 vsize=0 CPUtime=0 cores=1,3,5,7
/proc/14572/task/14586/stat : 14586 (java) R 14569 14572 12018 0 -1 4203588 8 0 0 0 0 0 0 0 20 0 2 0 10081650 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 181.57
Current children cumulated vsize (KiB) 0

Child status: 20

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

Real time (s): 180.703
CPU time (s): 181.897
CPU user time (s): 181.804
CPU system time (s): 0.092978
CPU usage (%): 100.661
Max. virtual memory (cumulated for all children) (KiB): 9626652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 181.434
system time used= 0.142978
maximum resident set size= 155160
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19386
page faults= 1
swaps= 0
block input operations= 0
block output operations= 240
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4065
involuntary context switches= 667

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.06584 second user time and 1.10083 second system time

The end

Launcher Data

Begin job on node121 at 2016-06-30 20:15:57
IDJOB=4120230
IDBENCH=109814
IDSOLVER=2546
FILE ID=node121/4120230-1467310557
RUNJOBID= node121-1467310545-14395
PBS_JOBID= 20005265
Free space on /tmp= 71700 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-subsetCardinalitySigma-27-2.cnf.gz-extracted.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4120230-1467310557/watcher-4120230-1467310557 -o /tmp/evaluation-result-4120230-1467310557/solver-4120230-1467310557 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1467310545-14395 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4120230-1467310557.opb

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

MD5SUM BENCH= b2c36ce28492afd95a9bf419cd8a17f1
RANDOM SEED=401188181

node121.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.172
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:        30120576 kB
Buffers:          116304 kB
Cached:           337016 kB
SwapCached:            0 kB
Active:           295424 kB
Inactive:         225496 kB
Active(anon):      55604 kB
Inactive(anon):    14568 kB
Active(file):     239820 kB
Inactive(file):   210928 kB
Unevictable:     1463388 kB
Mlocked:         1299868 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1488 kB
Writeback:             0 kB
AnonPages:       1573520 kB
Mapped:            21996 kB
Shmem:               204 kB
Slab:             610064 kB
SReclaimable:      53988 kB
SUnreclaim:       556076 kB
KernelStack:        1744 kB
PageTables:         7024 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2144912 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    227328 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= 71700 MiB
End job on node121 at 2016-06-30 20:18:57