Trace number 4122022

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 467.973 466.552

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-subsetCardinalitySigma-30-2.cnf.gz-extracted.pb.metafix.opb
MD5SUM7257096547806be68cc06352dfc6cfb0
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.010998
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables121
Total number of constraints120
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)120
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.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@2b21cc40
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@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4122022-1467316271.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  no objective function found
0.09/0.14	c ... done. Wall clock time 0.024s.
0.09/0.14	c declared #vars     121
0.09/0.14	c #constraints  120
0.09/0.14	c constraints type 
0.09/0.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 120
0.09/0.14	c 120 constraints processed.
0.65/0.46	c cleaning 2498 clauses out of 5000 with flag 34216/5000
1.06/0.70	c cleaning 4242 clauses out of 8502 with flag 81124/11000
1.51/1.02	c cleaning 5625 clauses out of 11260 with flag 133296/18000
2.01/1.54	c cleaning 6813 clauses out of 13635 with flag 202789/26000
2.62/2.13	c cleaning 7907 clauses out of 15822 with flag 276001/35000
3.32/2.82	c cleaning 8947 clauses out of 17916 with flag 349972/45001
4.23/3.76	c cleaning 9972 clauses out of 19969 with flag 444034/56001
5.23/4.78	c cleaning 10991 clauses out of 21996 with flag 533713/68000
6.73/6.21	c cleaning 11993 clauses out of 24008 with flag 639917/81003
8.24/7.79	c cleaning 12999 clauses out of 26013 with flag 746313/95001
9.73/9.27	c cleaning 13995 clauses out of 28014 with flag 862572/110001
11.54/11.07	c cleaning 14997 clauses out of 30018 with flag 972629/126000
13.63/13.11	c cleaning 16001 clauses out of 32021 with flag 1098972/143000
16.04/15.50	c cleaning 17002 clauses out of 34021 with flag 1225995/161001
18.53/18.03	c cleaning 18005 clauses out of 36018 with flag 1363349/180000
21.23/20.71	c cleaning 18994 clauses out of 38013 with flag 1504443/200000
24.13/23.63	c cleaning 20008 clauses out of 40021 with flag 1651430/221002
27.33/26.87	c cleaning 20994 clauses out of 42011 with flag 1810570/243000
30.73/30.23	c cleaning 22003 clauses out of 44017 with flag 1976246/266000
34.33/33.86	c cleaning 22999 clauses out of 46014 with flag 2135615/290000
38.33/37.82	c cleaning 23999 clauses out of 48015 with flag 2307867/315000
42.52/42.09	c cleaning 24997 clauses out of 50016 with flag 2485455/341000
47.02/46.56	c cleaning 26002 clauses out of 52019 with flag 2669666/368000
51.93/51.41	c cleaning 26999 clauses out of 54017 with flag 2860311/396000
57.02/56.53	c cleaning 28007 clauses out of 56019 with flag 3048781/425001
62.42/61.93	c cleaning 28993 clauses out of 58011 with flag 3256197/455000
68.63/68.18	c cleaning 30006 clauses out of 60018 with flag 3470248/486000
75.03/74.57	c cleaning 30997 clauses out of 62013 with flag 3676127/518001
81.94/81.44	c cleaning 32000 clauses out of 64016 with flag 3896357/551001
89.53/89.03	c cleaning 33002 clauses out of 66015 with flag 4119246/585000
97.34/96.88	c cleaning 34000 clauses out of 68013 with flag 4349071/620000
105.63/105.20	c cleaning 34999 clauses out of 70013 with flag 4590682/656000
114.53/114.04	c cleaning 36001 clauses out of 72014 with flag 4845498/693000
124.04/123.57	c cleaning 36996 clauses out of 74015 with flag 5101392/731002
134.34/133.86	c cleaning 38000 clauses out of 76018 with flag 5357714/770001
144.93/144.46	c cleaning 39002 clauses out of 78018 with flag 5620968/810001
155.64/155.11	c cleaning 39999 clauses out of 80016 with flag 5880203/851001
167.44/166.95	c cleaning 40998 clauses out of 82016 with flag 6151852/893000
180.34/179.85	c cleaning 42002 clauses out of 84021 with flag 6434747/936003
193.94/193.45	c cleaning 43000 clauses out of 86016 with flag 6717828/980000
207.35/206.81	c cleaning 43995 clauses out of 88016 with flag 7002559/1025000
219.66/219.16	c cleaning 45007 clauses out of 90022 with flag 7298960/1071001
232.97/232.43	c cleaning 45999 clauses out of 92014 with flag 7598311/1118000
247.79/246.99	c cleaning 46999 clauses out of 94015 with flag 7896102/1166000
264.34/263.39	c cleaning 48005 clauses out of 96017 with flag 8211931/1215001
281.48/280.47	c cleaning 49000 clauses out of 98011 with flag 8522507/1265000
299.98/298.97	c cleaning 50000 clauses out of 100012 with flag 8847170/1316001
318.19/317.12	c cleaning 51003 clauses out of 102011 with flag 9182846/1368000
335.60/334.54	c cleaning 51999 clauses out of 104009 with flag 9513942/1421001
353.60/352.53	c cleaning 52998 clauses out of 106009 with flag 9851020/1475000
373.11/372.08	c cleaning 53997 clauses out of 108010 with flag 10197814/1530000
392.32/391.23	c cleaning 54997 clauses out of 110012 with flag 10559355/1586000
413.02/411.91	c cleaning 56001 clauses out of 112015 with flag 10924260/1643000
436.03/434.99	c cleaning 56997 clauses out of 114015 with flag 11301694/1701001
459.04/457.82	c cleaning 58001 clauses out of 116016 with flag 11678292/1760001
467.74/466.52	c starts		: 447
467.74/466.52	c conflicts		: 1789365
467.74/466.52	c decisions		: 2327658
467.74/466.52	c propagations		: 27978807
467.74/466.52	c inspects		: 12324528861
467.74/466.52	c shortcuts		: 0
467.74/466.52	c learnt literals	: 18
467.74/466.52	c learnt binary clauses	: 18
467.74/466.52	c learnt ternary clauses	: 50
467.74/466.52	c learnt constraints	: 1789346
467.74/466.52	c ignored constraints	: 0
467.74/466.52	c root simplifications	: 0
467.74/466.52	c removed literals (reason simplification)	: 0
467.74/466.52	c reason swapping (by a shorter reason)	: 0
467.74/466.52	c Calls to reduceDB	: 55
467.74/466.52	c Number of update (reduction) of LBD	: 544272
467.74/466.52	c Imported unit clauses	: 0
467.74/466.52	c number of reductions to clauses (during analyze)	: 0
467.74/466.52	c number of learned constraints concerned by reduction	: 0
467.74/466.52	c number of learning phase by resolution	: 0
467.74/466.52	c number of learning phase by cutting planes	: 0
467.74/466.52	c speed (assignments/second)	: 59991.69557740717
467.74/466.52	c non guided choices	47
467.74/466.55	c learnt constraints type 
467.74/466.55	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 18
467.74/466.55	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 87346
467.74/466.55	s UNSATISFIABLE
467.74/466.55	c Total wall clock time (in seconds): 466.433

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-4122022-1467316271/watcher-4122022-1467316271 -o /tmp/evaluation-result-4122022-1467316271/solver-4122022-1467316271 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1467308726-12739 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4122022-1467316271.opb 

pid=14835
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: 2.13 2.10 2.02 3/194 14838
/proc/meminfo: memFree=31073984/32872528 swapFree=171816/177948
[pid=14838] ppid=14835 vsize=9160 CPUtime=0 cores=1,3,5,7
/proc/14838/stat : 14838 (java) R 14835 14838 12722 0 -1 4202496 468 0 0 0 0 0 0 0 20 0 1 0 10658413 9379840 122 33554432000 1073741824 1073778376 140735705850112 140735705847240 224925880800 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/14838/statm: 2290 123 95 9 0 38 0

[startup+0.100202 s]
/proc/loadavg: 2.13 2.10 2.02 3/194 14838
/proc/meminfo: memFree=31073984/32872528 swapFree=171816/177948
[pid=14838] ppid=14835 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/14838/stat : 14838 (java) S 14835 14838 12722 0 -1 4202496 4394 0 1 0 8 1 0 0 20 0 18 0 10658413 9787879424 6025 33554432000 1073741824 1073778376 140735705850112 140735705841248 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14838/statm: 2389619 6025 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200221 s]
/proc/loadavg: 2.13 2.10 2.02 3/194 14838
/proc/meminfo: memFree=31073984/32872528 swapFree=171816/177948
[pid=14838] ppid=14835 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/14838/stat : 14838 (java) S 14835 14838 12722 0 -1 4202496 6497 0 1 0 27 1 0 0 20 0 19 0 10658413 9856040960 7337 33554432000 1073741824 1073778376 140735705850112 140735705841248 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14838/statm: 2406260 7337 2223 9 0 2396937 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9625040

[startup+0.300228 s]
/proc/loadavg: 2.13 2.10 2.02 3/194 14838
/proc/meminfo: memFree=31073984/32872528 swapFree=171816/177948
[pid=14838] ppid=14835 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/14838/stat : 14838 (java) S 14835 14838 12722 0 -1 4202496 8344 0 1 0 52 1 0 0 20 0 19 0 10658413 9856040960 8444 33554432000 1073741824 1073778376 140735705850112 140735705841248 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14838/statm: 2406260 8444 2227 9 0 2396937 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9625040

[startup+0.70029 s]
/proc/loadavg: 2.13 2.10 2.02 3/194 14838
/proc/meminfo: memFree=31073984/32872528 swapFree=171816/177948
[pid=14838] ppid=14835 vsize=9625040 CPUtime=1.2 cores=1,3,5,7
/proc/14838/stat : 14838 (java) S 14835 14838 12722 0 -1 4202496 15020 0 1 0 118 2 0 0 20 0 19 0 10658413 9856040960 12909 33554432000 1073741824 1073778376 140735705850112 140735705841248 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14838/statm: 2406260 12909 2239 9 0 2396937 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.13 2.10 2.02 3/213 14857
/proc/meminfo: memFree=31029116/32872528 swapFree=171816/177948
[pid=14838] ppid=14835 vsize=9625040 CPUtime=2.01 cores=1,3,5,7
/proc/14838/stat : 14838 (java) S 14835 14838 12722 0 -1 4202496 15023 0 1 0 199 2 0 0 20 0 19 0 10658413 9856040960 13422 33554432000 1073741824 1073778376 140735705850112 140735705841248 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14838/statm: 2406260 13422 2240 9 0 2396937 0
[pid=14838/tid=14840] ppid=14835 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/14838/task/14840/stat : 14840 (java) R 14835 14838 12722 0 -1 4202560 2402 0 1 0 146 0 0 0 20 0 19 0 10658414 9856040960 13422 33554432000 1073741824 1073778376 140735705850112 140584991736376 140584832951905 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14838/tid=14841] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14841/stat : 14841 (java) S 14835 14838 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658415 9856040960 13422 33554432000 1073741824 1073778376 140735705850112 140584953227560 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14838/tid=14842] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14842/stat : 14842 (java) S 14835 14838 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658415 9856040960 13422 33554432000 1073741824 1073778376 140735705850112 140584952174760 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14838/tid=14843] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14843/stat : 14843 (java) S 14835 14838 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658415 9856040960 13422 33554432000 1073741824 1073778376 140735705850112 140584951122472 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14838/tid=14844] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14844/stat : 14844 (java) S 14835 14838 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658415 9856040960 13422 33554432000 1073741824 1073778376 140735705850112 140584832461224 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14838/tid=14845] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14845/stat : 14845 (java) S 14835 14838 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658415 9856040960 13422 33554432000 1073741824 1073778376 140735705850112 140584831408936 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14838/tid=14846] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14846/stat : 14846 (java) S 14835 14838 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658415 9856040960 13422 33554432000 1073741824 1073778376 140735705850112 140584830356136 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14838/tid=14847] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14847/stat : 14847 (java) S 14835 14838 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658415 9856040960 13422 33554432000 1073741824 1073778376 140735705850112 140584829303848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14838/tid=14848] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14848/stat : 14848 (java) S 14835 14838 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10658415 9856040960 13422 33554432000 1073741824 1073778376 140735705850112 140584828251048 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14838/tid=14849] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14849/stat : 14849 (java) S 14835 14838 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10658416 9856040960 13422 33554432000 1073741824 1073778376 140735705850112 140584345921768 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14838/tid=14850] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14850/stat : 14850 (java) S 14835 14838 12722 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10658417 9856040960 13422 33554432000 1073741824 1073778376 140735705850112 140584344867832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14838/tid=14851] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14851/stat : 14851 (java) S 14835 14838 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10658417 9856040960 13422 33554432000 1073741824 1073778376 140735705850112 140584343815432 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14838/tid=14852] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14852/stat : 14852 (java) S 14835 14838 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658419 9856040960 13422 33554432000 1073741824 1073778376 140735705850112 140584342763920 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14838/tid=14853] ppid=14835 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/14838/task/14853/stat : 14853 (java) S 14835 14838 12722 0 -1 4202560 3047 0 0 0 19 0 0 0 20 0 19 0 10658419 9856040960 13422 33554432000 1073741824 1073778376 140735705850112 140584341711544 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14838/tid=14854] ppid=14835 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/14838/task/14854/stat : 14854 (java) S 14835 14838 12722 0 -1 4202560 8304 0 0 0 31 2 0 0 20 0 19 0 10658419 9856040960 13422 33554432000 1073741824 1073778376 140735705850112 140584340658744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14838/tid=14855] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14855/stat : 14855 (java) S 14835 14838 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658419 9856040960 13422 33554432000 1073741824 1073778376 140735705850112 140584339606648 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14838/tid=14856] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14856/stat : 14856 (java) S 14835 14838 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658419 9856040960 13422 33554432000 1073741824 1073778376 140735705850112 140584338554056 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14838/tid=14857] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14857/stat : 14857 (java) S 14835 14838 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10658427 9856040960 13422 33554432000 1073741824 1073778376 140735705850112 140584337499048 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 2.12 2.10 2.02 3/213 14857
/proc/meminfo: memFree=31026572/32872528 swapFree=171816/177948
[pid=14838] ppid=14835 vsize=9625040 CPUtime=3.63 cores=1,3,5,7
/proc/14838/stat : 14838 (java) S 14835 14838 12722 0 -1 4202496 15025 0 1 0 360 3 0 0 20 0 19 0 10658413 9856040960 14446 33554432000 1073741824 1073778376 140735705850112 140735705841248 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14838/statm: 2406260 14446 2240 9 0 2396937 0
[pid=14838/tid=14840] ppid=14835 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/14838/task/14840/stat : 14840 (java) R 14835 14838 12722 0 -1 4202560 2404 0 1 0 306 0 0 0 20 0 19 0 10658414 9856040960 14446 33554432000 1073741824 1073778376 140735705850112 140584991727312 140584832879668 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14838/tid=14841] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14841/stat : 14841 (java) S 14835 14838 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658415 9856040960 14446 33554432000 1073741824 1073778376 140735705850112 140584953227560 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14838/tid=14842] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14842/stat : 14842 (java) S 14835 14838 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658415 9856040960 14446 33554432000 1073741824 1073778376 140735705850112 140584952174760 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14838/tid=14843] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14843/stat : 14843 (java) S 14835 14838 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658415 9856040960 14446 33554432000 1073741824 1073778376 140735705850112 140584951122472 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14838/tid=14844] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14844/stat : 14844 (java) S 14835 14838 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658415 9856040960 14446 33554432000 1073741824 1073778376 140735705850112 140584832461224 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14838/tid=14845] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14845/stat : 14845 (java) S 14835 14838 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658415 9856040960 14446 33554432000 1073741824 1073778376 140735705850112 140584831408936 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14838/tid=14846] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14846/stat : 14846 (java) S 14835 14838 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658415 9856040960 14446 33554432000 1073741824 1073778376 140735705850112 140584830356136 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14838/tid=14847] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14847/stat : 14847 (java) S 14835 14838 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658415 9856040960 14446 33554432000 1073741824 1073778376 140735705850112 140584829303848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14838/tid=14848] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14848/stat : 14848 (java) S 14835 14838 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10658415 9856040960 14446 33554432000 1073741824 1073778376 140735705850112 140584828251048 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14838/tid=14849] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14849/stat : 14849 (java) S 14835 14838 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10658416 9856040960 14446 33554432000 1073741824 1073778376 140735705850112 140584345921768 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14838/tid=14850] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14850/stat : 14850 (java) S 14835 14838 12722 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10658417 9856040960 14446 33554432000 1073741824 1073778376 140735705850112 140584344867832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14838/tid=14851] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14851/stat : 14851 (java) S 14835 14838 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10658417 9856040960 14446 33554432000 1073741824 1073778376 140735705850112 140584343815432 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14838/tid=14852] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14852/stat : 14852 (java) S 14835 14838 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658419 9856040960 14446 33554432000 1073741824 1073778376 140735705850112 140584342763920 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14838/tid=14853] ppid=14835 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/14838/task/14853/stat : 14853 (java) S 14835 14838 12722 0 -1 4202560 3047 0 0 0 19 0 0 0 20 0 19 0 10658419 9856040960 14446 33554432000 1073741824 1073778376 140735705850112 140584341711544 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14838/tid=14854] ppid=14835 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/14838/task/14854/stat : 14854 (java) S 14835 14838 12722 0 -1 4202560 8304 0 0 0 32 2 0 0 20 0 19 0 10658419 9856040960 14446 33554432000 1073741824 1073778376 140735705850112 140584340658744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14838/tid=14855] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14855/stat : 14855 (java) S 14835 14838 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658419 9856040960 14446 33554432000 1073741824 1073778376 140735705850112 140584339606648 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14838/tid=14856] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14856/stat : 14856 (java) S 14835 14838 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658419 9856040960 14446 33554432000 1073741824 1073778376 140735705850112 140584338554056 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14838/tid=14857] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14857/stat : 14857 (java) S 14835 14838 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10658427 9856040960 14446 33554432000 1073741824 1073778376 140735705850112 140584337499048 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.63
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.12 2.10 2.02 3/213 14857
/proc/meminfo: memFree=31022116/32872528 swapFree=171816/177948
[pid=14838] ppid=14835 vsize=9625040 CPUtime=6.83 cores=1,3,5,7
/proc/14838/stat : 14838 (java) S 14835 14838 12722 0 -1 4202496 15029 0 1 0 680 3 0 0 20 0 19 0 10658413 9856040960 15290 33554432000 1073741824 1073778376 140735705850112 140735705841248 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14838/statm: 2406260 15290 2241 9 0 2396937 0
[pid=14838/tid=14840] ppid=14835 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/14838/task/14840/stat : 14840 (java) R 14835 14838 12722 0 -1 4202560 2407 0 1 0 626 0 0 0 20 0 19 0 10658414 9856040960 15290 33554432000 1073741824 1073778376 140735705850112 140584991727312 140584832952028 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14838/tid=14841] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14841/stat : 14841 (java) S 14835 14838 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658415 9856040960 15290 33554432000 1073741824 1073778376 140735705850112 140584953227560 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14838/tid=14842] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14842/stat : 14842 (java) S 14835 14838 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658415 9856040960 15290 33554432000 1073741824 1073778376 140735705850112 140584952174760 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14838/tid=14843] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14843/stat : 14843 (java) S 14835 14838 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658415 9856040960 15290 33554432000 1073741824 1073778376 140735705850112 140584951122472 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14838/tid=14844] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14844/stat : 14844 (java) S 14835 14838 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658415 9856040960 15290 33554432000 1073741824 1073778376 140735705850112 140584832461224 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14838/tid=14845] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14845/stat : 14845 (java) S 14835 14838 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658415 9856040960 15290 33554432000 1073741824 1073778376 140735705850112 140584831408936 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14838/tid=14846] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14846/stat : 14846 (java) S 14835 14838 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658415 9856040960 15290 33554432000 1073741824 1073778376 140735705850112 140584830356136 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14838/tid=14847] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14847/stat : 14847 (java) S 14835 14838 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658415 9856040960 15290 33554432000 1073741824 1073778376 140735705850112 140584829303848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14838/tid=14848] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14848/stat : 14848 (java) S 14835 14838 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10658415 9856040960 15290 33554432000 1073741824 1073778376 140735705850112 140584828251048 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14838/tid=14849] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14849/stat : 14849 (java) S 14835 14838 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10658416 9856040960 15290 33554432000 1073741824 1073778376 140735705850112 140584345921768 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14838/tid=14850] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14850/stat : 14850 (java) S 14835 14838 12722 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10658417 9856040960 15290 33554432000 1073741824 1073778376 140735705850112 140584344867832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14838/tid=14851] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14851/stat : 14851 (java) S 14835 14838 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10658417 9856040960 15290 33554432000 1073741824 1073778376 140735705850112 140584343815432 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14838/tid=14852] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14852/stat : 14852 (java) S 14835 14838 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658419 9856040960 15290 33554432000 1073741824 1073778376 140735705850112 140584342763920 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14838/tid=14853] ppid=14835 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/14838/task/14853/stat : 14853 (java) S 14835 14838 12722 0 -1 4202560 3047 0 0 0 19 0 0 0 20 0 19 0 10658419 9856040960 15290 33554432000 1073741824 1073778376 140735705850112 140584341711544 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14838/tid=14854] ppid=14835 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/14838/task/14854/stat : 14854 (java) S 14835 14838 12722 0 -1 4202560 8304 0 0 0 32 2 0 0 20 0 19 0 10658419 9856040960 15290 33554432000 1073741824 1073778376 140735705850112 140584340658744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14838/tid=14855] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14855/stat : 14855 (java) S 14835 14838 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658419 9856040960 15290 33554432000 1073741824 1073778376 140735705850112 140584339606648 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14838/tid=14856] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14856/stat : 14856 (java) S 14835 14838 12722 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10658419 9856040960 15290 33554432000 1073741824 1073778376 140735705850112 140584338554056 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14838/tid=14857] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14857/stat : 14857 (java) S 14835 14838 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10658427 9856040960 15290 33554432000 1073741824 1073778376 140735705850112 140584337499048 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.83
Current children cumulated vsize (KiB) 9625040


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

[pid=14838/tid=14843] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14843/stat : 14843 (java) S 14835 14838 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658415 9856040960 49068 33554432000 1073741824 1073778376 140735705850112 140584951122472 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14838/tid=14844] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14844/stat : 14844 (java) S 14835 14838 12722 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 10658415 9856040960 49068 33554432000 1073741824 1073778376 140735705850112 140584832461224 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14838/tid=14845] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14845/stat : 14845 (java) S 14835 14838 12722 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10658415 9856040960 49068 33554432000 1073741824 1073778376 140735705850112 140584831408936 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14838/tid=14846] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14846/stat : 14846 (java) S 14835 14838 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658415 9856040960 49068 33554432000 1073741824 1073778376 140735705850112 140584830356136 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14838/tid=14847] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14847/stat : 14847 (java) S 14835 14838 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658415 9856040960 49068 33554432000 1073741824 1073778376 140735705850112 140584829303848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14838/tid=14848] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14848/stat : 14848 (java) S 14835 14838 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10658415 9856040960 49068 33554432000 1073741824 1073778376 140735705850112 140584828251048 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14838/tid=14849] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14849/stat : 14849 (java) S 14835 14838 12722 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 10658416 9856040960 49068 33554432000 1073741824 1073778376 140735705850112 140584345921768 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14838/tid=14850] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14850/stat : 14850 (java) S 14835 14838 12722 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10658417 9856040960 49068 33554432000 1073741824 1073778376 140735705850112 140584344867832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14838/tid=14851] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14851/stat : 14851 (java) S 14835 14838 12722 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10658417 9856040960 49068 33554432000 1073741824 1073778376 140735705850112 140584343815432 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14838/tid=14852] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14852/stat : 14852 (java) S 14835 14838 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658419 9856040960 49068 33554432000 1073741824 1073778376 140735705850112 140584342763920 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14838/tid=14853] ppid=14835 vsize=9625040 CPUtime=0.82 cores=1,3,5,7
/proc/14838/task/14853/stat : 14853 (java) S 14835 14838 12722 0 -1 4202560 10586 0 0 0 80 2 0 0 20 0 19 0 10658419 9856040960 49068 33554432000 1073741824 1073778376 140735705850112 140584341711544 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14838/tid=14854] ppid=14835 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/14838/task/14854/stat : 14854 (java) S 14835 14838 12722 0 -1 4202560 8304 0 0 0 34 2 0 0 20 0 19 0 10658419 9856040960 49068 33554432000 1073741824 1073778376 140735705850112 140584340658744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14838/tid=14855] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14855/stat : 14855 (java) S 14835 14838 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658419 9856040960 49068 33554432000 1073741824 1073778376 140735705850112 140584339606648 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14838/tid=14856] ppid=14835 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/14838/task/14856/stat : 14856 (java) S 14835 14838 12722 0 -1 4202560 28 0 0 0 6 8 0 0 20 0 19 0 10658419 9856040960 49068 33554432000 1073741824 1073778376 140735705850112 140584338554056 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14838/tid=14857] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14857/stat : 14857 (java) S 14835 14838 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10658427 9856040960 49068 33554432000 1073741824 1073778376 140735705850112 140584337499048 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 466.84
Current children cumulated vsize (KiB) 9625040

[startup+466.001 s]
/proc/loadavg: 2.09 2.07 2.01 3/213 14866
/proc/meminfo: memFree=30853932/32872528 swapFree=171816/177948
[pid=14838] ppid=14835 vsize=9625040 CPUtime=467.23 cores=1,3,5,7
/proc/14838/stat : 14838 (java) S 14835 14838 12722 0 -1 4202496 22711 0 1 0 46712 11 0 0 20 0 19 0 10658413 9856040960 49068 33554432000 1073741824 1073778376 140735705850112 140735705841248 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14838/statm: 2406260 49068 2262 9 0 2396937 0
[pid=14838/tid=14840] ppid=14835 vsize=9625040 CPUtime=465.98 cores=1,3,5,7
/proc/14838/task/14840/stat : 14840 (java) R 14835 14838 12722 0 -1 4202560 2488 0 1 0 46588 10 0 0 20 0 19 0 10658414 9856040960 49068 33554432000 1073741824 1073778376 140735705850112 140584991734208 140584833240525 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14838/tid=14841] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14841/stat : 14841 (java) S 14835 14838 12722 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 10658415 9856040960 49068 33554432000 1073741824 1073778376 140735705850112 140584953227560 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14838/tid=14842] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14842/stat : 14842 (java) S 14835 14838 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658415 9856040960 49068 33554432000 1073741824 1073778376 140735705850112 140584952174760 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14838/tid=14843] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14843/stat : 14843 (java) S 14835 14838 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658415 9856040960 49068 33554432000 1073741824 1073778376 140735705850112 140584951122472 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14838/tid=14844] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14844/stat : 14844 (java) S 14835 14838 12722 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 10658415 9856040960 49068 33554432000 1073741824 1073778376 140735705850112 140584832461224 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14838/tid=14845] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14845/stat : 14845 (java) S 14835 14838 12722 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10658415 9856040960 49068 33554432000 1073741824 1073778376 140735705850112 140584831408936 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14838/tid=14846] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14846/stat : 14846 (java) S 14835 14838 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658415 9856040960 49068 33554432000 1073741824 1073778376 140735705850112 140584830356136 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14838/tid=14847] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14847/stat : 14847 (java) S 14835 14838 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658415 9856040960 49068 33554432000 1073741824 1073778376 140735705850112 140584829303848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14838/tid=14848] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14848/stat : 14848 (java) S 14835 14838 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10658415 9856040960 49068 33554432000 1073741824 1073778376 140735705850112 140584828251048 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14838/tid=14849] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14849/stat : 14849 (java) S 14835 14838 12722 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 10658416 9856040960 49068 33554432000 1073741824 1073778376 140735705850112 140584345921768 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14838/tid=14850] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14850/stat : 14850 (java) S 14835 14838 12722 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10658417 9856040960 49068 33554432000 1073741824 1073778376 140735705850112 140584344867832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14838/tid=14851] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14851/stat : 14851 (java) S 14835 14838 12722 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10658417 9856040960 49068 33554432000 1073741824 1073778376 140735705850112 140584343815432 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14838/tid=14852] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14852/stat : 14852 (java) S 14835 14838 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658419 9856040960 49068 33554432000 1073741824 1073778376 140735705850112 140584342763920 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14838/tid=14853] ppid=14835 vsize=9625040 CPUtime=0.82 cores=1,3,5,7
/proc/14838/task/14853/stat : 14853 (java) S 14835 14838 12722 0 -1 4202560 10586 0 0 0 80 2 0 0 20 0 19 0 10658419 9856040960 49068 33554432000 1073741824 1073778376 140735705850112 140584341711544 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14838/tid=14854] ppid=14835 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/14838/task/14854/stat : 14854 (java) S 14835 14838 12722 0 -1 4202560 8304 0 0 0 34 2 0 0 20 0 19 0 10658419 9856040960 49068 33554432000 1073741824 1073778376 140735705850112 140584340658744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14838/tid=14855] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14855/stat : 14855 (java) S 14835 14838 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658419 9856040960 49068 33554432000 1073741824 1073778376 140735705850112 140584339606648 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14838/tid=14856] ppid=14835 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/14838/task/14856/stat : 14856 (java) S 14835 14838 12722 0 -1 4202560 28 0 0 0 6 8 0 0 20 0 19 0 10658419 9856040960 49068 33554432000 1073741824 1073778376 140735705850112 140584338554056 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14838/tid=14857] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14857/stat : 14857 (java) S 14835 14838 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10658427 9856040960 49068 33554432000 1073741824 1073778376 140735705850112 140584337499048 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 467.23
Current children cumulated vsize (KiB) 9625040

[startup+466.401 s]
/proc/loadavg: 2.09 2.07 2.01 3/213 14866
/proc/meminfo: memFree=30853932/32872528 swapFree=171816/177948
[pid=14838] ppid=14835 vsize=9625040 CPUtime=467.64 cores=1,3,5,7
/proc/14838/stat : 14838 (java) S 14835 14838 12722 0 -1 4202496 22711 0 1 0 46753 11 0 0 20 0 19 0 10658413 9856040960 49068 33554432000 1073741824 1073778376 140735705850112 140735705841248 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14838/statm: 2406260 49068 2262 9 0 2396937 0
[pid=14838/tid=14840] ppid=14835 vsize=9625040 CPUtime=466.39 cores=1,3,5,7
/proc/14838/task/14840/stat : 14840 (java) R 14835 14838 12722 0 -1 4202560 2488 0 1 0 46629 10 0 0 20 0 19 0 10658414 9856040960 49068 33554432000 1073741824 1073778376 140735705850112 140584991734208 140584832928579 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14838/tid=14841] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14841/stat : 14841 (java) S 14835 14838 12722 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 10658415 9856040960 49068 33554432000 1073741824 1073778376 140735705850112 140584953227560 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14838/tid=14842] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14842/stat : 14842 (java) S 14835 14838 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658415 9856040960 49068 33554432000 1073741824 1073778376 140735705850112 140584952174760 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14838/tid=14843] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14843/stat : 14843 (java) S 14835 14838 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658415 9856040960 49068 33554432000 1073741824 1073778376 140735705850112 140584951122472 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14838/tid=14844] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14844/stat : 14844 (java) S 14835 14838 12722 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 10658415 9856040960 49068 33554432000 1073741824 1073778376 140735705850112 140584832461224 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14838/tid=14845] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14845/stat : 14845 (java) S 14835 14838 12722 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10658415 9856040960 49068 33554432000 1073741824 1073778376 140735705850112 140584831408936 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14838/tid=14846] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14846/stat : 14846 (java) S 14835 14838 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658415 9856040960 49068 33554432000 1073741824 1073778376 140735705850112 140584830356136 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14838/tid=14847] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14847/stat : 14847 (java) S 14835 14838 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658415 9856040960 49068 33554432000 1073741824 1073778376 140735705850112 140584829303848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14838/tid=14848] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14848/stat : 14848 (java) S 14835 14838 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10658415 9856040960 49068 33554432000 1073741824 1073778376 140735705850112 140584828251048 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14838/tid=14849] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14849/stat : 14849 (java) S 14835 14838 12722 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 10658416 9856040960 49068 33554432000 1073741824 1073778376 140735705850112 140584345921768 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14838/tid=14850] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14850/stat : 14850 (java) S 14835 14838 12722 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10658417 9856040960 49068 33554432000 1073741824 1073778376 140735705850112 140584344867832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14838/tid=14851] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14851/stat : 14851 (java) S 14835 14838 12722 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10658417 9856040960 49068 33554432000 1073741824 1073778376 140735705850112 140584343815432 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14838/tid=14852] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14852/stat : 14852 (java) S 14835 14838 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658419 9856040960 49068 33554432000 1073741824 1073778376 140735705850112 140584342763920 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14838/tid=14853] ppid=14835 vsize=9625040 CPUtime=0.82 cores=1,3,5,7
/proc/14838/task/14853/stat : 14853 (java) S 14835 14838 12722 0 -1 4202560 10586 0 0 0 80 2 0 0 20 0 19 0 10658419 9856040960 49068 33554432000 1073741824 1073778376 140735705850112 140584341711544 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14838/tid=14854] ppid=14835 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/14838/task/14854/stat : 14854 (java) S 14835 14838 12722 0 -1 4202560 8304 0 0 0 34 2 0 0 20 0 19 0 10658419 9856040960 49068 33554432000 1073741824 1073778376 140735705850112 140584340658744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14838/tid=14855] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14855/stat : 14855 (java) S 14835 14838 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658419 9856040960 49068 33554432000 1073741824 1073778376 140735705850112 140584339606648 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14838/tid=14856] ppid=14835 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/14838/task/14856/stat : 14856 (java) S 14835 14838 12722 0 -1 4202560 28 0 0 0 6 8 0 0 20 0 19 0 10658419 9856040960 49068 33554432000 1073741824 1073778376 140735705850112 140584338554056 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14838/tid=14857] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14857/stat : 14857 (java) S 14835 14838 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10658427 9856040960 49068 33554432000 1073741824 1073778376 140735705850112 140584337499048 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 467.64
Current children cumulated vsize (KiB) 9625040

[startup+466.508 s]
/proc/loadavg: 2.09 2.07 2.01 3/213 14866
/proc/meminfo: memFree=30853932/32872528 swapFree=171816/177948
[pid=14838] ppid=14835 vsize=9625040 CPUtime=467.74 cores=1,3,5,7
/proc/14838/stat : 14838 (java) S 14835 14838 12722 0 -1 4202496 22711 0 1 0 46763 11 0 0 20 0 19 0 10658413 9856040960 49068 33554432000 1073741824 1073778376 140735705850112 140735705841248 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14838/statm: 2406260 49068 2262 9 0 2396937 0
[pid=14838/tid=14840] ppid=14835 vsize=9625040 CPUtime=466.49 cores=1,3,5,7
/proc/14838/task/14840/stat : 14840 (java) R 14835 14838 12722 0 -1 4202560 2488 0 1 0 46639 10 0 0 20 0 19 0 10658414 9856040960 49068 33554432000 1073741824 1073778376 140735705850112 140584991734208 140584833240525 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14838/tid=14841] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14841/stat : 14841 (java) S 14835 14838 12722 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 10658415 9856040960 49068 33554432000 1073741824 1073778376 140735705850112 140584953227560 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14838/tid=14842] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14842/stat : 14842 (java) S 14835 14838 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658415 9856040960 49068 33554432000 1073741824 1073778376 140735705850112 140584952174760 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14838/tid=14843] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14843/stat : 14843 (java) S 14835 14838 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658415 9856040960 49068 33554432000 1073741824 1073778376 140735705850112 140584951122472 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14838/tid=14844] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14844/stat : 14844 (java) S 14835 14838 12722 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 10658415 9856040960 49068 33554432000 1073741824 1073778376 140735705850112 140584832461224 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14838/tid=14845] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14845/stat : 14845 (java) S 14835 14838 12722 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10658415 9856040960 49068 33554432000 1073741824 1073778376 140735705850112 140584831408936 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14838/tid=14846] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14846/stat : 14846 (java) S 14835 14838 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658415 9856040960 49068 33554432000 1073741824 1073778376 140735705850112 140584830356136 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14838/tid=14847] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14847/stat : 14847 (java) S 14835 14838 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658415 9856040960 49068 33554432000 1073741824 1073778376 140735705850112 140584829303848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14838/tid=14848] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14848/stat : 14848 (java) S 14835 14838 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10658415 9856040960 49068 33554432000 1073741824 1073778376 140735705850112 140584828251048 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14838/tid=14849] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14849/stat : 14849 (java) S 14835 14838 12722 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 10658416 9856040960 49068 33554432000 1073741824 1073778376 140735705850112 140584345921768 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14838/tid=14850] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14850/stat : 14850 (java) S 14835 14838 12722 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10658417 9856040960 49068 33554432000 1073741824 1073778376 140735705850112 140584344867832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14838/tid=14851] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14851/stat : 14851 (java) S 14835 14838 12722 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10658417 9856040960 49068 33554432000 1073741824 1073778376 140735705850112 140584343815432 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14838/tid=14852] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14852/stat : 14852 (java) S 14835 14838 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658419 9856040960 49068 33554432000 1073741824 1073778376 140735705850112 140584342763920 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14838/tid=14853] ppid=14835 vsize=9625040 CPUtime=0.82 cores=1,3,5,7
/proc/14838/task/14853/stat : 14853 (java) S 14835 14838 12722 0 -1 4202560 10586 0 0 0 80 2 0 0 20 0 19 0 10658419 9856040960 49068 33554432000 1073741824 1073778376 140735705850112 140584341711544 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14838/tid=14854] ppid=14835 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/14838/task/14854/stat : 14854 (java) S 14835 14838 12722 0 -1 4202560 8304 0 0 0 34 2 0 0 20 0 19 0 10658419 9856040960 49068 33554432000 1073741824 1073778376 140735705850112 140584340658744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14838/tid=14855] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14855/stat : 14855 (java) S 14835 14838 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10658419 9856040960 49068 33554432000 1073741824 1073778376 140735705850112 140584339606648 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14838/tid=14856] ppid=14835 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/14838/task/14856/stat : 14856 (java) S 14835 14838 12722 0 -1 4202560 28 0 0 0 6 8 0 0 20 0 19 0 10658419 9856040960 49068 33554432000 1073741824 1073778376 140735705850112 140584338554056 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14838/tid=14857] ppid=14835 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14838/task/14857/stat : 14857 (java) S 14835 14838 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10658427 9856040960 49068 33554432000 1073741824 1073778376 140735705850112 140584337499048 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 467.74
Current children cumulated vsize (KiB) 9625040

Child status: 20
Real time (s): 466.552
CPU time (s): 467.973
CPU user time (s): 467.702
CPU system time (s): 0.270958
CPU usage (%): 100.304
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 467.702
system time used= 0.270958
maximum resident set size= 207888
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22742
page faults= 1
swaps= 0
block input operations= 0
block output operations= 424
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10105
involuntary context switches= 541

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.69159 second user time and 3.48847 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-30 21:51:11
IDJOB=4122022
IDBENCH=110831
IDSOLVER=2546
FILE ID=node105/4122022-1467316271
RUNJOBID= node105-1467308726-12739
PBS_JOBID= 20005269
Free space on /tmp= 71728 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-30-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-4122022-1467316271/watcher-4122022-1467316271 -o /tmp/evaluation-result-4122022-1467316271/solver-4122022-1467316271 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1467308726-12739 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4122022-1467316271.opb

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

MD5SUM BENCH= 7257096547806be68cc06352dfc6cfb0
RANDOM SEED=1160774221

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31074248 kB
Buffers:          146536 kB
Cached:           540616 kB
SwapCached:            0 kB
Active:           440384 kB
Inactive:         421264 kB
Active(anon):     169256 kB
Inactive(anon):     7948 kB
Active(file):     271128 kB
Inactive(file):   413316 kB
Unevictable:      177948 kB
Mlocked:          171816 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               460 kB
Writeback:             0 kB
AnonPages:        338468 kB
Mapped:            22164 kB
Shmem:               204 kB
Slab:             611164 kB
SReclaimable:      55096 kB
SUnreclaim:       556068 kB
KernelStack:        1760 kB
PageTables:         5396 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     866636 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    122880 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= 71728 MiB
End job on node105 at 2016-06-30 21:58:57