Trace number 4122398

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 476.501 475.094

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-regular-n29-d4-i2.cnf.gz-extracted.pb.metafix.opb
MD5SUM1f8ccce1230a0525bdb0e1b5cce7649d
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.009998
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables117
Total number of constraints116
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)116
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@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-4122398-1467316805.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.023s.
0.09/0.14	c declared #vars     117
0.09/0.14	c #constraints  116
0.09/0.14	c constraints type 
0.09/0.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 116
0.09/0.14	c 116 constraints processed.
0.66/0.48	c cleaning 2499 clauses out of 5002 with flag 47143/5002
1.24/0.82	c cleaning 4250 clauses out of 8504 with flag 105374/11003
1.65/1.28	c cleaning 5622 clauses out of 11253 with flag 164827/18002
2.15/1.74	c cleaning 6805 clauses out of 13629 with flag 234589/26000
2.86/2.42	c cleaning 7911 clauses out of 15824 with flag 321102/35000
3.56/3.17	c cleaning 8953 clauses out of 17913 with flag 412677/45000
4.66/4.26	c cleaning 9974 clauses out of 19961 with flag 525330/56001
5.86/5.41	c cleaning 10985 clauses out of 21986 with flag 647733/68000
7.06/6.70	c cleaning 11996 clauses out of 24001 with flag 777677/81000
8.76/8.37	c cleaning 12999 clauses out of 26005 with flag 908379/95000
10.46/10.08	c cleaning 13997 clauses out of 28007 with flag 1050847/110001
12.46/12.01	c cleaning 15000 clauses out of 30009 with flag 1203848/126000
14.76/14.38	c cleaning 15999 clauses out of 32010 with flag 1350471/143001
17.66/17.21	c cleaning 16999 clauses out of 34011 with flag 1496370/161001
20.86/20.41	c cleaning 18000 clauses out of 36011 with flag 1638415/180000
24.26/23.87	c cleaning 19002 clauses out of 38013 with flag 1787819/200002
28.07/27.69	c cleaning 20001 clauses out of 40010 with flag 1954735/221001
31.96/31.56	c cleaning 20993 clauses out of 42008 with flag 2106486/243000
36.06/35.63	c cleaning 22002 clauses out of 44016 with flag 2282291/266001
40.56/40.10	c cleaning 23004 clauses out of 46014 with flag 2450018/290001
45.96/45.54	c cleaning 24001 clauses out of 48009 with flag 2645166/315000
52.16/51.77	c cleaning 24996 clauses out of 50008 with flag 2858125/341000
58.66/58.24	c cleaning 25998 clauses out of 52012 with flag 3051397/368000
65.47/65.04	c cleaning 27002 clauses out of 54015 with flag 3254143/396001
72.16/71.79	c cleaning 27995 clauses out of 56012 with flag 3464503/425000
80.56/80.17	c cleaning 29003 clauses out of 58018 with flag 3659328/455001
89.57/89.11	c cleaning 30005 clauses out of 60015 with flag 3852395/486001
99.57/99.14	c cleaning 31002 clauses out of 62013 with flag 4064590/518004
109.66/109.21	c cleaning 32001 clauses out of 64008 with flag 4292512/551001
121.06/120.63	c cleaning 33000 clauses out of 66007 with flag 4510009/585001
132.46/132.08	c cleaning 33999 clauses out of 68006 with flag 4757207/620000
144.67/144.24	c cleaning 35000 clauses out of 70008 with flag 4999927/656001
157.87/157.44	c cleaning 35998 clauses out of 72007 with flag 5238004/693000
171.46/171.06	c cleaning 37001 clauses out of 74009 with flag 5485908/731000
185.96/185.53	c cleaning 37998 clauses out of 76008 with flag 5743650/770000
201.66/201.20	c cleaning 39002 clauses out of 78012 with flag 5999656/810002
219.37/218.90	c cleaning 39997 clauses out of 80008 with flag 6260585/851000
238.66/237.97	c cleaning 40998 clauses out of 82011 with flag 6522462/893000
258.59/257.67	c cleaning 42005 clauses out of 84014 with flag 6805940/936001
280.74/279.75	c cleaning 42993 clauses out of 86008 with flag 7065045/980001
302.85/301.84	c cleaning 44003 clauses out of 88014 with flag 7319213/1025000
327.05/326.00	c cleaning 45000 clauses out of 90011 with flag 7585137/1071000
350.45/349.45	c cleaning 46001 clauses out of 92011 with flag 7850750/1118000
375.33/374.24	c cleaning 46999 clauses out of 94012 with flag 8134692/1166002
403.43/402.39	c cleaning 47999 clauses out of 96012 with flag 8417164/1215001
432.53/431.44	c cleaning 49002 clauses out of 98014 with flag 8707880/1265002
464.22/463.02	c cleaning 50001 clauses out of 100009 with flag 9007220/1316001
476.22/475.06	c starts		: 323
476.22/475.06	c conflicts		: 1342364
476.22/475.06	c decisions		: 1490835
476.22/475.06	c propagations		: 20509377
476.22/475.06	c inspects		: 12802913138
476.22/475.06	c shortcuts		: 0
476.22/475.06	c learnt literals	: 13
476.22/475.06	c learnt binary clauses	: 10
476.22/475.06	c learnt ternary clauses	: 25
476.22/475.06	c learnt constraints	: 1342350
476.22/475.06	c ignored constraints	: 0
476.22/475.06	c root simplifications	: 0
476.22/475.06	c removed literals (reason simplification)	: 0
476.22/475.06	c reason swapping (by a shorter reason)	: 0
476.22/475.06	c Calls to reduceDB	: 47
476.22/475.06	c Number of update (reduction) of LBD	: 265453
476.22/475.06	c Imported unit clauses	: 0
476.22/475.06	c number of reductions to clauses (during analyze)	: 0
476.22/475.06	c number of learned constraints concerned by reduction	: 0
476.22/475.06	c number of learning phase by resolution	: 0
476.22/475.06	c number of learning phase by cutting planes	: 0
476.22/475.06	c speed (assignments/second)	: 43184.7271762521
476.22/475.06	c non guided choices	32
476.22/475.09	c learnt constraints type 
476.22/475.09	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 10
476.22/475.09	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 76350
476.22/475.09	s UNSATISFIABLE
476.22/475.09	c Total wall clock time (in seconds): 474.974

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

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

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


[startup+0 s]
/proc/loadavg: 2.02 2.05 2.01 3/195 15046
/proc/meminfo: memFree=31148896/32872528 swapFree=171816/177948
[pid=15046] ppid=15043 vsize=5632 CPUtime=0 cores=0,2,4,6
/proc/15046/stat : 15046 (java) R 15043 15046 12722 0 -1 4202496 382 0 0 0 0 0 0 0 20 0 1 0 10711875 5767168 52 33554432000 1073741824 1073778376 140734650865312 140734650862440 224913354538 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15046/statm: 2303 61 48 9 0 35 0

[startup+0.100059 s]
/proc/loadavg: 2.02 2.05 2.01 3/195 15046
/proc/meminfo: memFree=31148896/32872528 swapFree=171816/177948
[pid=15046] ppid=15043 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/15046/stat : 15046 (java) S 15043 15046 12722 0 -1 4202496 4450 0 1 0 8 1 0 0 20 0 18 0 10711875 9787879424 5567 33554432000 1073741824 1073778376 140734650865312 140734650856448 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15046/statm: 2389619 5567 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200213 s]
/proc/loadavg: 2.02 2.05 2.01 3/195 15046
/proc/meminfo: memFree=31148896/32872528 swapFree=171816/177948
[pid=15046] ppid=15043 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/15046/stat : 15046 (java) S 15043 15046 12722 0 -1 4202496 7316 0 1 0 27 1 0 0 20 0 19 0 10711875 9856040960 7585 33554432000 1073741824 1073778376 140734650865312 140734650856448 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15046/statm: 2406260 7585 2213 9 0 2396937 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9625040

[startup+0.300221 s]
/proc/loadavg: 2.02 2.05 2.01 3/195 15046
/proc/meminfo: memFree=31148896/32872528 swapFree=171816/177948
[pid=15046] ppid=15043 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/15046/stat : 15046 (java) S 15043 15046 12722 0 -1 4202496 8532 0 1 0 54 1 0 0 20 0 19 0 10711875 9856040960 8191 33554432000 1073741824 1073778376 140734650865312 140734650856448 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15046/statm: 2406260 8191 2226 9 0 2396937 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9625040

[startup+0.700166 s]
/proc/loadavg: 2.02 2.05 2.01 3/195 15046
/proc/meminfo: memFree=31148896/32872528 swapFree=171816/177948
[pid=15046] ppid=15043 vsize=9625040 CPUtime=1.12 cores=0,2,4,6
/proc/15046/stat : 15046 (java) S 15043 15046 12722 0 -1 4202496 10882 0 1 0 111 1 0 0 20 0 19 0 10711875 9856040960 8820 33554432000 1073741824 1073778376 140734650865312 140734650856448 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15046/statm: 2406260 8820 2240 9 0 2396937 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 9625040

[startup+1.5007 s]
/proc/loadavg: 2.02 2.05 2.01 3/214 15065
/proc/meminfo: memFree=31119360/32872528 swapFree=171816/177948
[pid=15046] ppid=15043 vsize=9625040 CPUtime=1.95 cores=0,2,4,6
/proc/15046/stat : 15046 (java) S 15043 15046 12722 0 -1 4202496 10886 0 1 0 194 1 0 0 20 0 19 0 10711875 9856040960 9334 33554432000 1073741824 1073778376 140734650865312 140734650856448 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15046/statm: 2406260 9334 2241 9 0 2396937 0
[pid=15046/tid=15048] ppid=15043 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/15046/task/15048/stat : 15048 (java) R 15043 15046 12722 0 -1 4202560 2469 0 1 0 146 0 0 0 20 0 19 0 10711876 9856040960 9334 33554432000 1073741824 1073778376 140734650865312 139931990167248 139931862528692 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15046/tid=15049] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15049/stat : 15049 (java) S 15043 15046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10711877 9856040960 9334 33554432000 1073741824 1073778376 140734650865312 139931833727272 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15046/tid=15050] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15050/stat : 15050 (java) S 15043 15046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10711877 9856040960 9334 33554432000 1073741824 1073778376 140734650865312 139931832674472 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15046/tid=15051] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15051/stat : 15051 (java) S 15043 15046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10711877 9856040960 9334 33554432000 1073741824 1073778376 140734650865312 139931831622184 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15046/tid=15052] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15052/stat : 15052 (java) S 15043 15046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10711877 9856040960 9334 33554432000 1073741824 1073778376 140734650865312 139931830569384 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15046/tid=15053] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15053/stat : 15053 (java) S 15043 15046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10711877 9856040960 9334 33554432000 1073741824 1073778376 140734650865312 139931829517096 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15046/tid=15054] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15054/stat : 15054 (java) S 15043 15046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10711877 9856040960 9334 33554432000 1073741824 1073778376 140734650865312 139931828464296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15046/tid=15055] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15055/stat : 15055 (java) S 15043 15046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10711877 9856040960 9334 33554432000 1073741824 1073778376 140734650865312 139931827412008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15046/tid=15056] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15056/stat : 15056 (java) S 15043 15046 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10711877 9856040960 9334 33554432000 1073741824 1073778376 140734650865312 139931826359208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15046/tid=15057] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15057/stat : 15057 (java) S 15043 15046 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10711878 9856040960 9334 33554432000 1073741824 1073778376 140734650865312 139931814160616 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15046/tid=15058] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15058/stat : 15058 (java) S 15043 15046 12722 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10711878 9856040960 9334 33554432000 1073741824 1073778376 140734650865312 139931813106680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15046/tid=15059] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15059/stat : 15059 (java) S 15043 15046 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10711878 9856040960 9334 33554432000 1073741824 1073778376 140734650865312 139931812054280 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15046/tid=15060] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15060/stat : 15060 (java) S 15043 15046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10711881 9856040960 9334 33554432000 1073741824 1073778376 140734650865312 139931811002768 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15046/tid=15061] ppid=15043 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/15046/task/15061/stat : 15061 (java) S 15043 15046 12722 0 -1 4202560 4333 0 0 0 28 0 0 0 20 0 19 0 10711881 9856040960 9334 33554432000 1073741824 1073778376 140734650865312 139931809950392 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15046/tid=15062] ppid=15043 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/15046/task/15062/stat : 15062 (java) S 15043 15046 12722 0 -1 4202560 2813 0 0 0 17 0 0 0 20 0 19 0 10711881 9856040960 9334 33554432000 1073741824 1073778376 140734650865312 139931808897592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15046/tid=15063] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15063/stat : 15063 (java) S 15043 15046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10711881 9856040960 9334 33554432000 1073741824 1073778376 140734650865312 139931807845496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15046/tid=15064] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15064/stat : 15064 (java) S 15043 15046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10711881 9856040960 9334 33554432000 1073741824 1073778376 140734650865312 139931806792904 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15046/tid=15065] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15065/stat : 15065 (java) S 15043 15046 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10711889 9856040960 9334 33554432000 1073741824 1073778376 140734650865312 139931805737896 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 9625040

[startup+3.10079 s]
/proc/loadavg: 2.02 2.05 2.01 3/214 15065
/proc/meminfo: memFree=31117180/32872528 swapFree=171816/177948
[pid=15046] ppid=15043 vsize=9625040 CPUtime=3.56 cores=0,2,4,6
/proc/15046/stat : 15046 (java) S 15043 15046 12722 0 -1 4202496 10891 0 1 0 355 1 0 0 20 0 19 0 10711875 9856040960 10361 33554432000 1073741824 1073778376 140734650865312 140734650856448 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15046/statm: 2406260 10361 2241 9 0 2396937 0
[pid=15046/tid=15048] ppid=15043 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/15046/task/15048/stat : 15048 (java) R 15043 15046 12722 0 -1 4202560 2471 0 1 0 306 0 0 0 20 0 19 0 10711876 9856040960 10361 33554432000 1073741824 1073778376 140734650865312 139931990167232 139931862556610 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15046/tid=15049] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15049/stat : 15049 (java) S 15043 15046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10711877 9856040960 10361 33554432000 1073741824 1073778376 140734650865312 139931833727272 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15046/tid=15050] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15050/stat : 15050 (java) S 15043 15046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10711877 9856040960 10361 33554432000 1073741824 1073778376 140734650865312 139931832674472 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15046/tid=15051] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15051/stat : 15051 (java) S 15043 15046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10711877 9856040960 10361 33554432000 1073741824 1073778376 140734650865312 139931831622184 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15046/tid=15052] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15052/stat : 15052 (java) S 15043 15046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10711877 9856040960 10361 33554432000 1073741824 1073778376 140734650865312 139931830569384 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15046/tid=15053] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15053/stat : 15053 (java) S 15043 15046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10711877 9856040960 10361 33554432000 1073741824 1073778376 140734650865312 139931829517096 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15046/tid=15054] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15054/stat : 15054 (java) S 15043 15046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10711877 9856040960 10361 33554432000 1073741824 1073778376 140734650865312 139931828464296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15046/tid=15055] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15055/stat : 15055 (java) S 15043 15046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10711877 9856040960 10361 33554432000 1073741824 1073778376 140734650865312 139931827412008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15046/tid=15056] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15056/stat : 15056 (java) S 15043 15046 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10711877 9856040960 10361 33554432000 1073741824 1073778376 140734650865312 139931826359208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15046/tid=15057] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15057/stat : 15057 (java) S 15043 15046 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10711878 9856040960 10361 33554432000 1073741824 1073778376 140734650865312 139931814160616 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15046/tid=15058] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15058/stat : 15058 (java) S 15043 15046 12722 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10711878 9856040960 10361 33554432000 1073741824 1073778376 140734650865312 139931813106680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15046/tid=15059] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15059/stat : 15059 (java) S 15043 15046 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10711878 9856040960 10361 33554432000 1073741824 1073778376 140734650865312 139931812054280 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15046/tid=15060] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15060/stat : 15060 (java) S 15043 15046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10711881 9856040960 10361 33554432000 1073741824 1073778376 140734650865312 139931811002768 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15046/tid=15061] ppid=15043 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/15046/task/15061/stat : 15061 (java) S 15043 15046 12722 0 -1 4202560 4336 0 0 0 29 0 0 0 20 0 19 0 10711881 9856040960 10361 33554432000 1073741824 1073778376 140734650865312 139931809950392 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15046/tid=15062] ppid=15043 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/15046/task/15062/stat : 15062 (java) S 15043 15046 12722 0 -1 4202560 2813 0 0 0 17 0 0 0 20 0 19 0 10711881 9856040960 10361 33554432000 1073741824 1073778376 140734650865312 139931808897592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15046/tid=15063] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15063/stat : 15063 (java) S 15043 15046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10711881 9856040960 10361 33554432000 1073741824 1073778376 140734650865312 139931807845496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15046/tid=15064] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15064/stat : 15064 (java) S 15043 15046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10711881 9856040960 10361 33554432000 1073741824 1073778376 140734650865312 139931806792904 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15046/tid=15065] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15065/stat : 15065 (java) S 15043 15046 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10711889 9856040960 10361 33554432000 1073741824 1073778376 140734650865312 139931805737896 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.56
Current children cumulated vsize (KiB) 9625040

[startup+6.30082 s]
/proc/loadavg: 2.02 2.05 2.01 3/214 15065
/proc/meminfo: memFree=31113764/32872528 swapFree=171816/177948
[pid=15046] ppid=15043 vsize=9625040 CPUtime=6.76 cores=0,2,4,6
/proc/15046/stat : 15046 (java) S 15043 15046 12722 0 -1 4202496 10895 0 1 0 675 1 0 0 20 0 19 0 10711875 9856040960 11118 33554432000 1073741824 1073778376 140734650865312 140734650856448 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15046/statm: 2406260 11118 2242 9 0 2396937 0
[pid=15046/tid=15048] ppid=15043 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/15046/task/15048/stat : 15048 (java) R 15043 15046 12722 0 -1 4202560 2474 0 1 0 626 0 0 0 20 0 19 0 10711876 9856040960 11118 33554432000 1073741824 1073778376 140734650865312 139931990167232 139931862556706 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15046/tid=15049] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15049/stat : 15049 (java) S 15043 15046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10711877 9856040960 11118 33554432000 1073741824 1073778376 140734650865312 139931833727272 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15046/tid=15050] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15050/stat : 15050 (java) S 15043 15046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10711877 9856040960 11118 33554432000 1073741824 1073778376 140734650865312 139931832674472 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15046/tid=15051] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15051/stat : 15051 (java) S 15043 15046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10711877 9856040960 11118 33554432000 1073741824 1073778376 140734650865312 139931831622184 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15046/tid=15052] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15052/stat : 15052 (java) S 15043 15046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10711877 9856040960 11118 33554432000 1073741824 1073778376 140734650865312 139931830569384 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15046/tid=15053] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15053/stat : 15053 (java) S 15043 15046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10711877 9856040960 11118 33554432000 1073741824 1073778376 140734650865312 139931829517096 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15046/tid=15054] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15054/stat : 15054 (java) S 15043 15046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10711877 9856040960 11118 33554432000 1073741824 1073778376 140734650865312 139931828464296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15046/tid=15055] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15055/stat : 15055 (java) S 15043 15046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10711877 9856040960 11118 33554432000 1073741824 1073778376 140734650865312 139931827412008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15046/tid=15056] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15056/stat : 15056 (java) S 15043 15046 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10711877 9856040960 11118 33554432000 1073741824 1073778376 140734650865312 139931826359208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15046/tid=15057] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15057/stat : 15057 (java) S 15043 15046 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10711878 9856040960 11118 33554432000 1073741824 1073778376 140734650865312 139931814160616 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15046/tid=15058] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15058/stat : 15058 (java) S 15043 15046 12722 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10711878 9856040960 11118 33554432000 1073741824 1073778376 140734650865312 139931813106680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15046/tid=15059] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15059/stat : 15059 (java) S 15043 15046 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10711878 9856040960 11118 33554432000 1073741824 1073778376 140734650865312 139931812054280 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15046/tid=15060] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15060/stat : 15060 (java) S 15043 15046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10711881 9856040960 11118 33554432000 1073741824 1073778376 140734650865312 139931811002768 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15046/tid=15061] ppid=15043 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/15046/task/15061/stat : 15061 (java) S 15043 15046 12722 0 -1 4202560 4336 0 0 0 29 0 0 0 20 0 19 0 10711881 9856040960 11118 33554432000 1073741824 1073778376 140734650865312 139931809950392 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15046/tid=15062] ppid=15043 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/15046/task/15062/stat : 15062 (java) S 15043 15046 12722 0 -1 4202560 2813 0 0 0 17 0 0 0 20 0 19 0 10711881 9856040960 11118 33554432000 1073741824 1073778376 140734650865312 139931808897592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15046/tid=15063] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15063/stat : 15063 (java) S 15043 15046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10711881 9856040960 11118 33554432000 1073741824 1073778376 140734650865312 139931807845496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15046/tid=15064] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15064/stat : 15064 (java) S 15043 15046 12722 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10711881 9856040960 11118 33554432000 1073741824 1073778376 140734650865312 139931806792904 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15046/tid=15065] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15065/stat : 15065 (java) S 15043 15046 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10711889 9856040960 11118 33554432000 1073741824 1073778376 140734650865312 139931805737896 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.76
Current children cumulated vsize (KiB) 9625040


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

[pid=15046/tid=15051] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15051/stat : 15051 (java) S 15043 15046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10711877 9856040960 45360 33554432000 1073741824 1073778376 140734650865312 139931831622184 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15046/tid=15052] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15052/stat : 15052 (java) S 15043 15046 12722 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 10711877 9856040960 45360 33554432000 1073741824 1073778376 140734650865312 139931830569384 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15046/tid=15053] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15053/stat : 15053 (java) S 15043 15046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10711877 9856040960 45360 33554432000 1073741824 1073778376 140734650865312 139931829517096 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15046/tid=15054] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15054/stat : 15054 (java) S 15043 15046 12722 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10711877 9856040960 45360 33554432000 1073741824 1073778376 140734650865312 139931828464296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15046/tid=15055] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15055/stat : 15055 (java) S 15043 15046 12722 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 10711877 9856040960 45360 33554432000 1073741824 1073778376 140734650865312 139931827412008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15046/tid=15056] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15056/stat : 15056 (java) S 15043 15046 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10711877 9856040960 45360 33554432000 1073741824 1073778376 140734650865312 139931826359208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15046/tid=15057] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15057/stat : 15057 (java) S 15043 15046 12722 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 10711878 9856040960 45360 33554432000 1073741824 1073778376 140734650865312 139931814160616 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15046/tid=15058] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15058/stat : 15058 (java) S 15043 15046 12722 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 10711878 9856040960 45360 33554432000 1073741824 1073778376 140734650865312 139931813106680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15046/tid=15059] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15059/stat : 15059 (java) S 15043 15046 12722 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10711878 9856040960 45360 33554432000 1073741824 1073778376 140734650865312 139931812054280 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15046/tid=15060] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15060/stat : 15060 (java) S 15043 15046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10711881 9856040960 45360 33554432000 1073741824 1073778376 140734650865312 139931811002768 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15046/tid=15061] ppid=15043 vsize=9625040 CPUtime=1 cores=0,2,4,6
/proc/15046/task/15061/stat : 15061 (java) S 15043 15046 12722 0 -1 4202560 12482 0 0 0 97 3 0 0 20 0 19 0 10711881 9856040960 45360 33554432000 1073741824 1073778376 140734650865312 139931809950392 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15046/tid=15062] ppid=15043 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/15046/task/15062/stat : 15062 (java) S 15043 15046 12722 0 -1 4202560 2824 0 0 0 22 0 0 0 20 0 19 0 10711881 9856040960 45360 33554432000 1073741824 1073778376 140734650865312 139931808897592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15046/tid=15063] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15063/stat : 15063 (java) S 15043 15046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10711881 9856040960 45360 33554432000 1073741824 1073778376 140734650865312 139931807845496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15046/tid=15064] ppid=15043 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/15046/task/15064/stat : 15064 (java) S 15043 15046 12722 0 -1 4202560 28 0 0 0 4 8 0 0 20 0 19 0 10711881 9856040960 45360 33554432000 1073741824 1073778376 140734650865312 139931806792904 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15046/tid=15065] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15065/stat : 15065 (java) S 15043 15046 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10711889 9856040960 45360 33554432000 1073741824 1073778376 140734650865312 139931805737896 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 474.82
Current children cumulated vsize (KiB) 9625040

[startup+474.401 s]
/proc/loadavg: 2.18 2.10 2.02 3/213 15227
/proc/meminfo: memFree=30903736/32872528 swapFree=171816/177948
[pid=15046] ppid=15043 vsize=9625040 CPUtime=475.62 cores=0,2,4,6
/proc/15046/stat : 15046 (java) S 15043 15046 12722 0 -1 4202496 19192 0 1 0 47550 12 0 0 20 0 19 0 10711875 9856040960 45360 33554432000 1073741824 1073778376 140734650865312 140734650856448 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15046/statm: 2406260 45360 2262 9 0 2396937 0
[pid=15046/tid=15048] ppid=15043 vsize=9625040 CPUtime=474.32 cores=0,2,4,6
/proc/15046/task/15048/stat : 15048 (java) R 15043 15046 12722 0 -1 4202560 2548 0 1 0 47421 11 0 0 20 0 19 0 10711876 9856040960 45360 33554432000 1073741824 1073778376 140734650865312 139931990174144 139931862788309 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15046/tid=15049] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15049/stat : 15049 (java) S 15043 15046 12722 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 10711877 9856040960 45360 33554432000 1073741824 1073778376 140734650865312 139931833727272 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15046/tid=15050] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15050/stat : 15050 (java) S 15043 15046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10711877 9856040960 45360 33554432000 1073741824 1073778376 140734650865312 139931832674472 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15046/tid=15051] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15051/stat : 15051 (java) S 15043 15046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10711877 9856040960 45360 33554432000 1073741824 1073778376 140734650865312 139931831622184 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15046/tid=15052] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15052/stat : 15052 (java) S 15043 15046 12722 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 10711877 9856040960 45360 33554432000 1073741824 1073778376 140734650865312 139931830569384 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15046/tid=15053] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15053/stat : 15053 (java) S 15043 15046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10711877 9856040960 45360 33554432000 1073741824 1073778376 140734650865312 139931829517096 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15046/tid=15054] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15054/stat : 15054 (java) S 15043 15046 12722 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10711877 9856040960 45360 33554432000 1073741824 1073778376 140734650865312 139931828464296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15046/tid=15055] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15055/stat : 15055 (java) S 15043 15046 12722 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 10711877 9856040960 45360 33554432000 1073741824 1073778376 140734650865312 139931827412008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15046/tid=15056] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15056/stat : 15056 (java) S 15043 15046 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10711877 9856040960 45360 33554432000 1073741824 1073778376 140734650865312 139931826359208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15046/tid=15057] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15057/stat : 15057 (java) S 15043 15046 12722 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 10711878 9856040960 45360 33554432000 1073741824 1073778376 140734650865312 139931814160616 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15046/tid=15058] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15058/stat : 15058 (java) S 15043 15046 12722 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 10711878 9856040960 45360 33554432000 1073741824 1073778376 140734650865312 139931813106680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15046/tid=15059] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15059/stat : 15059 (java) S 15043 15046 12722 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10711878 9856040960 45360 33554432000 1073741824 1073778376 140734650865312 139931812054280 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15046/tid=15060] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15060/stat : 15060 (java) S 15043 15046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10711881 9856040960 45360 33554432000 1073741824 1073778376 140734650865312 139931811002768 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15046/tid=15061] ppid=15043 vsize=9625040 CPUtime=1 cores=0,2,4,6
/proc/15046/task/15061/stat : 15061 (java) S 15043 15046 12722 0 -1 4202560 12482 0 0 0 97 3 0 0 20 0 19 0 10711881 9856040960 45360 33554432000 1073741824 1073778376 140734650865312 139931809950392 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15046/tid=15062] ppid=15043 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/15046/task/15062/stat : 15062 (java) S 15043 15046 12722 0 -1 4202560 2824 0 0 0 22 0 0 0 20 0 19 0 10711881 9856040960 45360 33554432000 1073741824 1073778376 140734650865312 139931808897592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15046/tid=15063] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15063/stat : 15063 (java) S 15043 15046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10711881 9856040960 45360 33554432000 1073741824 1073778376 140734650865312 139931807845496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15046/tid=15064] ppid=15043 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/15046/task/15064/stat : 15064 (java) S 15043 15046 12722 0 -1 4202560 28 0 0 0 4 8 0 0 20 0 19 0 10711881 9856040960 45360 33554432000 1073741824 1073778376 140734650865312 139931806792904 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15046/tid=15065] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15065/stat : 15065 (java) S 15043 15046 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10711889 9856040960 45360 33554432000 1073741824 1073778376 140734650865312 139931805737896 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 475.62
Current children cumulated vsize (KiB) 9625040

[startup+474.801 s]
/proc/loadavg: 2.18 2.10 2.02 3/213 15227
/proc/meminfo: memFree=30903736/32872528 swapFree=171816/177948
[pid=15046] ppid=15043 vsize=9625040 CPUtime=476.02 cores=0,2,4,6
/proc/15046/stat : 15046 (java) S 15043 15046 12722 0 -1 4202496 19193 0 1 0 47590 12 0 0 20 0 19 0 10711875 9856040960 45360 33554432000 1073741824 1073778376 140734650865312 140734650856448 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15046/statm: 2406260 45360 2262 9 0 2396937 0
[pid=15046/tid=15048] ppid=15043 vsize=9625040 CPUtime=474.72 cores=0,2,4,6
/proc/15046/task/15048/stat : 15048 (java) R 15043 15046 12722 0 -1 4202560 2549 0 1 0 47461 11 0 0 20 0 19 0 10711876 9856040960 45360 33554432000 1073741824 1073778376 140734650865312 139931990174144 139931862788128 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15046/tid=15049] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15049/stat : 15049 (java) S 15043 15046 12722 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 10711877 9856040960 45360 33554432000 1073741824 1073778376 140734650865312 139931833727272 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15046/tid=15050] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15050/stat : 15050 (java) S 15043 15046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10711877 9856040960 45360 33554432000 1073741824 1073778376 140734650865312 139931832674472 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15046/tid=15051] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15051/stat : 15051 (java) S 15043 15046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10711877 9856040960 45360 33554432000 1073741824 1073778376 140734650865312 139931831622184 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15046/tid=15052] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15052/stat : 15052 (java) S 15043 15046 12722 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 10711877 9856040960 45360 33554432000 1073741824 1073778376 140734650865312 139931830569384 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15046/tid=15053] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15053/stat : 15053 (java) S 15043 15046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10711877 9856040960 45360 33554432000 1073741824 1073778376 140734650865312 139931829517096 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15046/tid=15054] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15054/stat : 15054 (java) S 15043 15046 12722 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10711877 9856040960 45360 33554432000 1073741824 1073778376 140734650865312 139931828464296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15046/tid=15055] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15055/stat : 15055 (java) S 15043 15046 12722 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 10711877 9856040960 45360 33554432000 1073741824 1073778376 140734650865312 139931827412008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15046/tid=15056] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15056/stat : 15056 (java) S 15043 15046 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10711877 9856040960 45360 33554432000 1073741824 1073778376 140734650865312 139931826359208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15046/tid=15057] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15057/stat : 15057 (java) S 15043 15046 12722 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 10711878 9856040960 45360 33554432000 1073741824 1073778376 140734650865312 139931814160616 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15046/tid=15058] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15058/stat : 15058 (java) S 15043 15046 12722 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 10711878 9856040960 45360 33554432000 1073741824 1073778376 140734650865312 139931813106680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15046/tid=15059] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15059/stat : 15059 (java) S 15043 15046 12722 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10711878 9856040960 45360 33554432000 1073741824 1073778376 140734650865312 139931812054280 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15046/tid=15060] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15060/stat : 15060 (java) S 15043 15046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10711881 9856040960 45360 33554432000 1073741824 1073778376 140734650865312 139931811002768 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15046/tid=15061] ppid=15043 vsize=9625040 CPUtime=1 cores=0,2,4,6
/proc/15046/task/15061/stat : 15061 (java) S 15043 15046 12722 0 -1 4202560 12482 0 0 0 97 3 0 0 20 0 19 0 10711881 9856040960 45360 33554432000 1073741824 1073778376 140734650865312 139931809950392 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15046/tid=15062] ppid=15043 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/15046/task/15062/stat : 15062 (java) S 15043 15046 12722 0 -1 4202560 2824 0 0 0 22 0 0 0 20 0 19 0 10711881 9856040960 45360 33554432000 1073741824 1073778376 140734650865312 139931808897592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15046/tid=15063] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15063/stat : 15063 (java) S 15043 15046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10711881 9856040960 45360 33554432000 1073741824 1073778376 140734650865312 139931807845496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15046/tid=15064] ppid=15043 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/15046/task/15064/stat : 15064 (java) S 15043 15046 12722 0 -1 4202560 28 0 0 0 4 8 0 0 20 0 19 0 10711881 9856040960 45360 33554432000 1073741824 1073778376 140734650865312 139931806792904 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15046/tid=15065] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15065/stat : 15065 (java) S 15043 15046 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10711889 9856040960 45360 33554432000 1073741824 1073778376 140734650865312 139931805737896 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 476.02
Current children cumulated vsize (KiB) 9625040

[startup+475.001 s]
/proc/loadavg: 2.18 2.10 2.02 3/213 15227
/proc/meminfo: memFree=30903736/32872528 swapFree=171816/177948
[pid=15046] ppid=15043 vsize=9625040 CPUtime=476.22 cores=0,2,4,6
/proc/15046/stat : 15046 (java) S 15043 15046 12722 0 -1 4202496 19193 0 1 0 47610 12 0 0 20 0 19 0 10711875 9856040960 45360 33554432000 1073741824 1073778376 140734650865312 140734650856448 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15046/statm: 2406260 45360 2262 9 0 2396937 0
[pid=15046/tid=15048] ppid=15043 vsize=9625040 CPUtime=474.92 cores=0,2,4,6
/proc/15046/task/15048/stat : 15048 (java) R 15043 15046 12722 0 -1 4202560 2549 0 1 0 47481 11 0 0 20 0 19 0 10711876 9856040960 45360 33554432000 1073741824 1073778376 140734650865312 139931990174144 139931862788271 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15046/tid=15049] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15049/stat : 15049 (java) S 15043 15046 12722 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 10711877 9856040960 45360 33554432000 1073741824 1073778376 140734650865312 139931833727272 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15046/tid=15050] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15050/stat : 15050 (java) S 15043 15046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10711877 9856040960 45360 33554432000 1073741824 1073778376 140734650865312 139931832674472 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15046/tid=15051] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15051/stat : 15051 (java) S 15043 15046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10711877 9856040960 45360 33554432000 1073741824 1073778376 140734650865312 139931831622184 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15046/tid=15052] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15052/stat : 15052 (java) S 15043 15046 12722 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 10711877 9856040960 45360 33554432000 1073741824 1073778376 140734650865312 139931830569384 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15046/tid=15053] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15053/stat : 15053 (java) S 15043 15046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10711877 9856040960 45360 33554432000 1073741824 1073778376 140734650865312 139931829517096 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15046/tid=15054] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15054/stat : 15054 (java) S 15043 15046 12722 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10711877 9856040960 45360 33554432000 1073741824 1073778376 140734650865312 139931828464296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15046/tid=15055] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15055/stat : 15055 (java) S 15043 15046 12722 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 10711877 9856040960 45360 33554432000 1073741824 1073778376 140734650865312 139931827412008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15046/tid=15056] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15056/stat : 15056 (java) S 15043 15046 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10711877 9856040960 45360 33554432000 1073741824 1073778376 140734650865312 139931826359208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15046/tid=15057] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15057/stat : 15057 (java) S 15043 15046 12722 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 10711878 9856040960 45360 33554432000 1073741824 1073778376 140734650865312 139931814160616 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15046/tid=15058] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15058/stat : 15058 (java) S 15043 15046 12722 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 10711878 9856040960 45360 33554432000 1073741824 1073778376 140734650865312 139931813106680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15046/tid=15059] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15059/stat : 15059 (java) S 15043 15046 12722 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10711878 9856040960 45360 33554432000 1073741824 1073778376 140734650865312 139931812054280 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15046/tid=15060] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15060/stat : 15060 (java) S 15043 15046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10711881 9856040960 45360 33554432000 1073741824 1073778376 140734650865312 139931811002768 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15046/tid=15061] ppid=15043 vsize=9625040 CPUtime=1 cores=0,2,4,6
/proc/15046/task/15061/stat : 15061 (java) S 15043 15046 12722 0 -1 4202560 12482 0 0 0 97 3 0 0 20 0 19 0 10711881 9856040960 45360 33554432000 1073741824 1073778376 140734650865312 139931809950392 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15046/tid=15062] ppid=15043 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/15046/task/15062/stat : 15062 (java) S 15043 15046 12722 0 -1 4202560 2824 0 0 0 22 0 0 0 20 0 19 0 10711881 9856040960 45360 33554432000 1073741824 1073778376 140734650865312 139931808897592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15046/tid=15063] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15063/stat : 15063 (java) S 15043 15046 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10711881 9856040960 45360 33554432000 1073741824 1073778376 140734650865312 139931807845496 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15046/tid=15064] ppid=15043 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/15046/task/15064/stat : 15064 (java) S 15043 15046 12722 0 -1 4202560 28 0 0 0 4 8 0 0 20 0 19 0 10711881 9856040960 45360 33554432000 1073741824 1073778376 140734650865312 139931806792904 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15046/tid=15065] ppid=15043 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15046/task/15065/stat : 15065 (java) S 15043 15046 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10711889 9856040960 45360 33554432000 1073741824 1073778376 140734650865312 139931805737896 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 476.22
Current children cumulated vsize (KiB) 9625040

Child status: 20
Real time (s): 475.094
CPU time (s): 476.501
CPU user time (s): 476.21
CPU system time (s): 0.290955
CPU usage (%): 100.296
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 476.21
system time used= 0.290955
maximum resident set size= 182076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19241
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= 10264
involuntary context switches= 1659

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.68674 second user time and 1.82272 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-30 22:00:05
IDJOB=4122398
IDBENCH=111095
IDSOLVER=2546
FILE ID=node105/4122398-1467316805
RUNJOBID= node105-1467308726-12738
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-regular-n29-d4-i2.cnf.gz-extracted.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4122398-1467316805/watcher-4122398-1467316805 -o /tmp/evaluation-result-4122398-1467316805/solver-4122398-1467316805 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1467308726-12738 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4122398-1467316805.opb

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

MD5SUM BENCH= 1f8ccce1230a0525bdb0e1b5cce7649d
RANDOM SEED=1913125074

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:        31149432 kB
Buffers:          146952 kB
Cached:           541064 kB
SwapCached:            0 kB
Active:           368856 kB
Inactive:         421728 kB
Active(anon):      97172 kB
Inactive(anon):     7948 kB
Active(file):     271684 kB
Inactive(file):   413780 kB
Unevictable:      177948 kB
Mlocked:          171816 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               844 kB
Writeback:             0 kB
AnonPages:        292632 kB
Mapped:            21956 kB
Shmem:               204 kB
Slab:             611616 kB
SReclaimable:      55184 kB
SUnreclaim:       556432 kB
KernelStack:        1600 kB
PageTables:         4948 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     866892 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     63488 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 22:08:01