Trace number 4120806

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 88.4196 86.8915

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-subsetCardinalitySigma-26-2.cnf.gz-plain.pb.metafix.opb
MD5SUM6a8117ae8de62e9ffab35ad361e25fde
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 benchmark12.5171
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables105
Total number of constraints220
Number of constraints which are clauses220
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.08/0.11	c Pseudo Boolean Optimization by upper bound
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Glucose 2.1 dynamic restart strategy
0.08/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.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-4120806-1467312638.opb
0.08/0.11	c reading problem ... 
0.08/0.12	c  no objective function found
0.08/0.15	c ... done. Wall clock time 0.033s.
0.08/0.15	c declared #vars     105
0.08/0.15	c #constraints  220
0.08/0.15	c constraints type 
0.08/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 220
0.08/0.15	c 220 constraints processed.
0.61/0.46	c cleaning 2499 clauses out of 5000 with flag 40892/5000
1.01/0.73	c cleaning 4246 clauses out of 8501 with flag 83045/11000
1.42/1.15	c cleaning 5624 clauses out of 11256 with flag 135482/18001
2.02/1.71	c cleaning 6810 clauses out of 13631 with flag 195309/26000
2.74/2.42	c cleaning 7910 clauses out of 15823 with flag 261059/35002
3.54/3.23	c cleaning 8951 clauses out of 17911 with flag 330310/45000
4.54/4.20	c cleaning 9977 clauses out of 19961 with flag 409011/56001
5.64/5.38	c cleaning 10985 clauses out of 21983 with flag 489911/68000
7.14/6.81	c cleaning 11996 clauses out of 23998 with flag 588680/81000
8.64/8.34	c cleaning 12998 clauses out of 26002 with flag 692337/95000
10.25/9.96	c cleaning 13997 clauses out of 28004 with flag 805565/110000
12.49/12.02	c cleaning 14998 clauses out of 30007 with flag 932783/126000
15.04/14.11	c cleaning 16000 clauses out of 32009 with flag 1050932/143000
17.77/16.59	c cleaning 16999 clauses out of 34011 with flag 1174370/161002
20.58/19.37	c cleaning 18001 clauses out of 36011 with flag 1298917/180001
23.78/22.58	c cleaning 18999 clauses out of 38009 with flag 1449512/200000
27.28/26.03	c cleaning 19997 clauses out of 40011 with flag 1604106/221001
30.88/29.68	c cleaning 21006 clauses out of 42013 with flag 1761569/243000
35.08/33.80	c cleaning 21998 clauses out of 44007 with flag 1914110/266000
39.18/37.92	c cleaning 23000 clauses out of 46011 with flag 2076920/290002
43.68/42.40	c cleaning 23999 clauses out of 48010 with flag 2227834/315001
48.58/47.33	c cleaning 25002 clauses out of 50012 with flag 2395132/341002
53.47/52.25	c cleaning 26000 clauses out of 52010 with flag 2567756/368002
58.97/57.73	c cleaning 27002 clauses out of 54008 with flag 2745827/396000
64.98/63.78	c cleaning 28000 clauses out of 56010 with flag 2924333/425004
71.91/70.52	c cleaning 28999 clauses out of 58005 with flag 3099917/455000
79.56/78.13	c cleaning 29999 clauses out of 60006 with flag 3279128/486001
88.07/86.65	c cleaning 31000 clauses out of 62003 with flag 3485850/518000
88.27/86.86	c starts		: 108
88.27/86.86	c conflicts		: 519255
88.27/86.86	c decisions		: 666244
88.27/86.86	c propagations		: 8431446
88.27/86.86	c inspects		: 2390395431
88.27/86.86	c shortcuts		: 0
88.27/86.86	c learnt literals	: 13
88.27/86.86	c learnt binary clauses	: 13
88.27/86.86	c learnt ternary clauses	: 46
88.27/86.86	c learnt constraints	: 519241
88.27/86.86	c ignored constraints	: 0
88.27/86.86	c root simplifications	: 0
88.27/86.86	c removed literals (reason simplification)	: 0
88.27/86.86	c reason swapping (by a shorter reason)	: 0
88.27/86.86	c Calls to reduceDB	: 28
88.27/86.86	c Number of update (reduction) of LBD	: 163545
88.27/86.86	c Imported unit clauses	: 0
88.27/86.86	c number of reductions to clauses (during analyze)	: 0
88.27/86.86	c number of learned constraints concerned by reduction	: 0
88.27/86.86	c number of learning phase by resolution	: 0
88.27/86.86	c number of learning phase by cutting planes	: 0
88.27/86.86	c speed (assignments/second)	: 97238.4181572847
88.27/86.86	c non guided choices	24
88.27/86.87	c learnt constraints type 
88.27/86.87	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 13
88.27/86.87	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 32236
88.27/86.87	s UNSATISFIABLE
88.27/86.87	c Total wall clock time (in seconds): 86.759

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

pid=21035
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.00 2.00 1.95 3/195 21038
/proc/meminfo: memFree=28693424/32872528 swapFree=7620/7620
[pid=21038] ppid=21035 vsize=8 CPUtime=0 cores=1,3,5,7
/proc/21038/stat : 21038 (java) R 21035 21038 19879 0 -1 4202496 330 0 0 0 0 0 0 0 20 0 1 0 12159882 8192 1 33554432000 0 0 0 140736012833176 218234514871 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21038/statm: 578 2 0 0 0 22 0

[startup+0.100018 s]
/proc/loadavg: 2.00 2.00 1.95 3/195 21038
/proc/meminfo: memFree=28693424/32872528 swapFree=7620/7620
[pid=21038] ppid=21035 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/21038/stat : 21038 (java) S 21035 21038 19879 0 -1 4202496 4406 0 1 0 7 1 0 0 20 0 18 0 12159882 9787879424 6033 33554432000 1073741824 1073778376 140736173509712 140736173500848 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21038/statm: 2389619 6033 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200213 s]
/proc/loadavg: 2.00 2.00 1.95 3/195 21038
/proc/meminfo: memFree=28693424/32872528 swapFree=7620/7620
[pid=21038] ppid=21035 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/21038/stat : 21038 (java) S 21035 21038 19879 0 -1 4202496 6977 0 1 0 25 2 0 0 20 0 19 0 12159882 9856040960 7941 33554432000 1073741824 1073778376 140736173509712 140736173500848 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21038/statm: 2406260 7941 2223 9 0 2396937 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9625040

[startup+0.300229 s]
/proc/loadavg: 2.00 2.00 1.95 3/195 21038
/proc/meminfo: memFree=28693424/32872528 swapFree=7620/7620
[pid=21038] ppid=21035 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/21038/stat : 21038 (java) S 21035 21038 19879 0 -1 4202496 7289 0 1 0 45 2 0 0 20 0 19 0 12159882 9856040960 7960 33554432000 1073741824 1073778376 140736173509712 140736173500848 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21038/statm: 2406260 7960 2237 9 0 2396937 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9625040

[startup+0.70014 s]
/proc/loadavg: 2.00 2.00 1.95 3/195 21038
/proc/meminfo: memFree=28693424/32872528 swapFree=7620/7620
[pid=21038] ppid=21035 vsize=9625040 CPUtime=1.01 cores=1,3,5,7
/proc/21038/stat : 21038 (java) S 21035 21038 19879 0 -1 4202496 8611 0 1 0 99 2 0 0 20 0 19 0 12159882 9856040960 8586 33554432000 1073741824 1073778376 140736173509712 140736173500848 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21038/statm: 2406260 8586 2248 9 0 2396937 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.08 2.02 1.96 3/214 21057
/proc/meminfo: memFree=28665460/32872528 swapFree=7620/7620
[pid=21038] ppid=21035 vsize=9625040 CPUtime=1.82 cores=1,3,5,7
/proc/21038/stat : 21038 (java) S 21035 21038 19879 0 -1 4202496 8614 0 1 0 180 2 0 0 20 0 19 0 12159882 9856040960 9099 33554432000 1073741824 1073778376 140736173509712 140736173500848 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21038/statm: 2406260 9099 2249 9 0 2396937 0
[pid=21038/tid=21040] ppid=21035 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/21038/task/21040/stat : 21040 (java) R 21035 21038 19879 0 -1 4202560 2404 0 1 0 146 0 0 0 20 0 19 0 12159883 9856040960 9099 33554432000 1073741824 1073778376 140736173509712 139770477776992 139770332634221 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21038/tid=21041] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21041/stat : 21041 (java) S 21035 21038 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12159884 9856040960 9099 33554432000 1073741824 1073778376 140736173509712 139770321217832 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21038/tid=21042] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21042/stat : 21042 (java) S 21035 21038 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12159884 9856040960 9099 33554432000 1073741824 1073778376 140736173509712 139770320165032 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21038/tid=21043] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21043/stat : 21043 (java) S 21035 21038 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12159884 9856040960 9099 33554432000 1073741824 1073778376 140736173509712 139770319112744 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21038/tid=21044] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21044/stat : 21044 (java) S 21035 21038 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12159884 9856040960 9099 33554432000 1073741824 1073778376 140736173509712 139770318059944 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21038/tid=21045] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21045/stat : 21045 (java) S 21035 21038 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12159884 9856040960 9099 33554432000 1073741824 1073778376 140736173509712 139770317007656 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21038/tid=21046] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21046/stat : 21046 (java) S 21035 21038 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12159884 9856040960 9099 33554432000 1073741824 1073778376 140736173509712 139769979857576 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21038/tid=21047] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21047/stat : 21047 (java) S 21035 21038 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12159884 9856040960 9099 33554432000 1073741824 1073778376 140736173509712 139769978805288 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21038/tid=21048] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21048/stat : 21048 (java) S 21035 21038 19879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12159885 9856040960 9099 33554432000 1073741824 1073778376 140736173509712 139769977752488 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21038/tid=21049] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21049/stat : 21049 (java) S 21035 21038 19879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12159886 9856040960 9099 33554432000 1073741824 1073778376 140736173509712 139769965553896 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21038/tid=21050] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21050/stat : 21050 (java) S 21035 21038 19879 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12159886 9856040960 9099 33554432000 1073741824 1073778376 140736173509712 139769964499960 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21038/tid=21051] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21051/stat : 21051 (java) S 21035 21038 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12159886 9856040960 9099 33554432000 1073741824 1073778376 140736173509712 139769963447560 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21038/tid=21052] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21052/stat : 21052 (java) S 21035 21038 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12159888 9856040960 9099 33554432000 1073741824 1073778376 140736173509712 139769962396048 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21038/tid=21053] ppid=21035 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/21038/task/21053/stat : 21053 (java) S 21035 21038 19879 0 -1 4202560 3381 0 0 0 22 0 0 0 20 0 19 0 12159888 9856040960 9099 33554432000 1073741824 1073778376 140736173509712 139769961343672 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21038/tid=21054] ppid=21035 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/21038/task/21054/stat : 21054 (java) S 21035 21038 19879 0 -1 4202560 1558 0 0 0 11 0 0 0 20 0 19 0 12159888 9856040960 9099 33554432000 1073741824 1073778376 140736173509712 139769960290872 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21038/tid=21055] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21055/stat : 21055 (java) S 21035 21038 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12159888 9856040960 9099 33554432000 1073741824 1073778376 140736173509712 139769959238776 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21038/tid=21056] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21056/stat : 21056 (java) S 21035 21038 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12159888 9856040960 9099 33554432000 1073741824 1073778376 140736173509712 139769958186184 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21038/tid=21057] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21057/stat : 21057 (java) S 21035 21038 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12159898 9856040960 9099 33554432000 1073741824 1073778376 140736173509712 139769957032872 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 2.08 2.02 1.96 3/214 21057
/proc/meminfo: memFree=28662916/32872528 swapFree=7620/7620
[pid=21038] ppid=21035 vsize=9625040 CPUtime=3.44 cores=1,3,5,7
/proc/21038/stat : 21038 (java) S 21035 21038 19879 0 -1 4202496 8620 0 1 0 342 2 0 0 20 0 19 0 12159882 9856040960 9616 33554432000 1073741824 1073778376 140736173509712 140736173500848 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21038/statm: 2406260 9616 2250 9 0 2396937 0
[pid=21038/tid=21040] ppid=21035 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/21038/task/21040/stat : 21040 (java) R 21035 21038 19879 0 -1 4202560 2405 0 1 0 306 0 0 0 20 0 19 0 12159883 9856040960 9616 33554432000 1073741824 1073778376 140736173509712 139770477768368 139770332611758 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21038/tid=21041] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21041/stat : 21041 (java) S 21035 21038 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12159884 9856040960 9616 33554432000 1073741824 1073778376 140736173509712 139770321217832 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21038/tid=21042] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21042/stat : 21042 (java) S 21035 21038 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12159884 9856040960 9616 33554432000 1073741824 1073778376 140736173509712 139770320165032 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21038/tid=21043] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21043/stat : 21043 (java) S 21035 21038 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12159884 9856040960 9616 33554432000 1073741824 1073778376 140736173509712 139770319112744 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21038/tid=21044] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21044/stat : 21044 (java) S 21035 21038 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12159884 9856040960 9616 33554432000 1073741824 1073778376 140736173509712 139770318059944 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21038/tid=21045] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21045/stat : 21045 (java) S 21035 21038 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12159884 9856040960 9616 33554432000 1073741824 1073778376 140736173509712 139770317007656 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21038/tid=21046] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21046/stat : 21046 (java) S 21035 21038 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12159884 9856040960 9616 33554432000 1073741824 1073778376 140736173509712 139769979857576 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21038/tid=21047] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21047/stat : 21047 (java) S 21035 21038 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12159884 9856040960 9616 33554432000 1073741824 1073778376 140736173509712 139769978805288 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21038/tid=21048] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21048/stat : 21048 (java) S 21035 21038 19879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12159885 9856040960 9616 33554432000 1073741824 1073778376 140736173509712 139769977752488 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21038/tid=21049] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21049/stat : 21049 (java) S 21035 21038 19879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12159886 9856040960 9616 33554432000 1073741824 1073778376 140736173509712 139769965553896 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21038/tid=21050] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21050/stat : 21050 (java) S 21035 21038 19879 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12159886 9856040960 9616 33554432000 1073741824 1073778376 140736173509712 139769964499960 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21038/tid=21051] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21051/stat : 21051 (java) S 21035 21038 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12159886 9856040960 9616 33554432000 1073741824 1073778376 140736173509712 139769963447560 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21038/tid=21052] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21052/stat : 21052 (java) S 21035 21038 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12159888 9856040960 9616 33554432000 1073741824 1073778376 140736173509712 139769962396048 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21038/tid=21053] ppid=21035 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/21038/task/21053/stat : 21053 (java) S 21035 21038 19879 0 -1 4202560 3385 0 0 0 25 0 0 0 20 0 19 0 12159888 9856040960 9616 33554432000 1073741824 1073778376 140736173509712 139769961343672 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21038/tid=21054] ppid=21035 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/21038/task/21054/stat : 21054 (java) S 21035 21038 19879 0 -1 4202560 1559 0 0 0 11 0 0 0 20 0 19 0 12159888 9856040960 9616 33554432000 1073741824 1073778376 140736173509712 139769960290872 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21038/tid=21055] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21055/stat : 21055 (java) S 21035 21038 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12159888 9856040960 9616 33554432000 1073741824 1073778376 140736173509712 139769959238776 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21038/tid=21056] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21056/stat : 21056 (java) S 21035 21038 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12159888 9856040960 9616 33554432000 1073741824 1073778376 140736173509712 139769958186184 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21038/tid=21057] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21057/stat : 21057 (java) S 21035 21038 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12159898 9856040960 9616 33554432000 1073741824 1073778376 140736173509712 139769957032872 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.44
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.07 2.02 1.96 3/214 21057
/proc/meminfo: memFree=28659944/32872528 swapFree=7620/7620
[pid=21038] ppid=21035 vsize=9625040 CPUtime=6.64 cores=1,3,5,7
/proc/21038/stat : 21038 (java) S 21035 21038 19879 0 -1 4202496 8624 0 1 0 662 2 0 0 20 0 19 0 12159882 9856040960 10293 33554432000 1073741824 1073778376 140736173509712 140736173500848 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21038/statm: 2406260 10293 2251 9 0 2396937 0
[pid=21038/tid=21040] ppid=21035 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/21038/task/21040/stat : 21040 (java) R 21035 21038 19879 0 -1 4202560 2408 0 1 0 626 0 0 0 20 0 19 0 12159883 9856040960 10293 33554432000 1073741824 1073778376 140736173509712 139770477768368 139770332657785 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21038/tid=21041] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21041/stat : 21041 (java) S 21035 21038 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12159884 9856040960 10293 33554432000 1073741824 1073778376 140736173509712 139770321217832 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21038/tid=21042] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21042/stat : 21042 (java) S 21035 21038 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12159884 9856040960 10293 33554432000 1073741824 1073778376 140736173509712 139770320165032 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21038/tid=21043] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21043/stat : 21043 (java) S 21035 21038 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12159884 9856040960 10293 33554432000 1073741824 1073778376 140736173509712 139770319112744 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21038/tid=21044] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21044/stat : 21044 (java) S 21035 21038 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12159884 9856040960 10293 33554432000 1073741824 1073778376 140736173509712 139770318059944 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21038/tid=21045] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21045/stat : 21045 (java) S 21035 21038 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12159884 9856040960 10293 33554432000 1073741824 1073778376 140736173509712 139770317007656 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21038/tid=21046] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21046/stat : 21046 (java) S 21035 21038 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12159884 9856040960 10293 33554432000 1073741824 1073778376 140736173509712 139769979857576 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21038/tid=21047] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21047/stat : 21047 (java) S 21035 21038 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12159884 9856040960 10293 33554432000 1073741824 1073778376 140736173509712 139769978805288 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21038/tid=21048] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21048/stat : 21048 (java) S 21035 21038 19879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12159885 9856040960 10293 33554432000 1073741824 1073778376 140736173509712 139769977752488 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21038/tid=21049] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21049/stat : 21049 (java) S 21035 21038 19879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12159886 9856040960 10293 33554432000 1073741824 1073778376 140736173509712 139769965553896 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21038/tid=21050] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21050/stat : 21050 (java) S 21035 21038 19879 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12159886 9856040960 10293 33554432000 1073741824 1073778376 140736173509712 139769964499960 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21038/tid=21051] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21051/stat : 21051 (java) S 21035 21038 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12159886 9856040960 10293 33554432000 1073741824 1073778376 140736173509712 139769963447560 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21038/tid=21052] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21052/stat : 21052 (java) S 21035 21038 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12159888 9856040960 10293 33554432000 1073741824 1073778376 140736173509712 139769962396048 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21038/tid=21053] ppid=21035 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/21038/task/21053/stat : 21053 (java) S 21035 21038 19879 0 -1 4202560 3385 0 0 0 25 0 0 0 20 0 19 0 12159888 9856040960 10293 33554432000 1073741824 1073778376 140736173509712 139769961343672 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21038/tid=21054] ppid=21035 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/21038/task/21054/stat : 21054 (java) S 21035 21038 19879 0 -1 4202560 1559 0 0 0 11 0 0 0 20 0 19 0 12159888 9856040960 10293 33554432000 1073741824 1073778376 140736173509712 139769960290872 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21038/tid=21055] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21055/stat : 21055 (java) S 21035 21038 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12159888 9856040960 10293 33554432000 1073741824 1073778376 140736173509712 139769959238776 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21038/tid=21056] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21056/stat : 21056 (java) S 21035 21038 19879 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12159888 9856040960 10293 33554432000 1073741824 1073778376 140736173509712 139769958186184 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21038/tid=21057] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21057/stat : 21057 (java) S 21035 21038 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12159898 9856040960 10293 33554432000 1073741824 1073778376 140736173509712 139769957032872 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.64
Current children cumulated vsize (KiB) 9625040


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

[pid=21038/tid=21043] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21043/stat : 21043 (java) S 21035 21038 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12159884 9856040960 27717 33554432000 1073741824 1073778376 140736173509712 139770319112744 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21038/tid=21044] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21044/stat : 21044 (java) S 21035 21038 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12159884 9856040960 27717 33554432000 1073741824 1073778376 140736173509712 139770318059944 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21038/tid=21045] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21045/stat : 21045 (java) S 21035 21038 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12159884 9856040960 27717 33554432000 1073741824 1073778376 140736173509712 139770317007656 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21038/tid=21046] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21046/stat : 21046 (java) S 21035 21038 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12159884 9856040960 27717 33554432000 1073741824 1073778376 140736173509712 139769979857576 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21038/tid=21047] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21047/stat : 21047 (java) S 21035 21038 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12159884 9856040960 27717 33554432000 1073741824 1073778376 140736173509712 139769978805288 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21038/tid=21048] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21048/stat : 21048 (java) S 21035 21038 19879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12159885 9856040960 27717 33554432000 1073741824 1073778376 140736173509712 139769977752488 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21038/tid=21049] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21049/stat : 21049 (java) S 21035 21038 19879 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 12159886 9856040960 27717 33554432000 1073741824 1073778376 140736173509712 139769965553896 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21038/tid=21050] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21050/stat : 21050 (java) S 21035 21038 19879 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12159886 9856040960 27717 33554432000 1073741824 1073778376 140736173509712 139769964499960 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21038/tid=21051] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21051/stat : 21051 (java) S 21035 21038 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12159886 9856040960 27717 33554432000 1073741824 1073778376 140736173509712 139769963447560 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21038/tid=21052] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21052/stat : 21052 (java) S 21035 21038 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12159888 9856040960 27717 33554432000 1073741824 1073778376 140736173509712 139769962396048 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21038/tid=21053] ppid=21035 vsize=9625040 CPUtime=1.03 cores=1,3,5,7
/proc/21038/task/21053/stat : 21053 (java) S 21035 21038 19879 0 -1 4202560 10089 0 0 0 101 2 0 0 20 0 19 0 12159888 9856040960 27717 33554432000 1073741824 1073778376 140736173509712 139769961343672 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21038/tid=21054] ppid=21035 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/21038/task/21054/stat : 21054 (java) S 21035 21038 19879 0 -1 4202560 9336 0 0 0 45 2 0 0 20 0 19 0 12159888 9856040960 27717 33554432000 1073741824 1073778376 140736173509712 139769960290872 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21038/tid=21055] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21055/stat : 21055 (java) S 21035 21038 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12159888 9856040960 27717 33554432000 1073741824 1073778376 140736173509712 139769959238776 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21038/tid=21056] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21056/stat : 21056 (java) S 21035 21038 19879 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 12159888 9856040960 27717 33554432000 1073741824 1073778376 140736173509712 139769958186184 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21038/tid=21057] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21057/stat : 21057 (java) S 21035 21038 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12159898 9856040960 27717 33554432000 1073741824 1073778376 140736173509712 139769957032872 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 86.28
Current children cumulated vsize (KiB) 9625040

[startup+85.6008 s]
/proc/loadavg: 2.02 2.01 1.96 3/213 21252
/proc/meminfo: memFree=28708964/32872528 swapFree=7620/7620
[pid=21038] ppid=21035 vsize=9625040 CPUtime=87.07 cores=1,3,5,7
/proc/21038/stat : 21038 (java) S 21035 21038 19879 0 -1 4202496 23152 0 1 0 8702 5 0 0 20 0 19 0 12159882 9856040960 27717 33554432000 1073741824 1073778376 140736173509712 140736173500848 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21038/statm: 2406260 27717 2258 9 0 2396937 0
[pid=21038/tid=21040] ppid=21035 vsize=9625040 CPUtime=85.56 cores=1,3,5,7
/proc/21038/task/21040/stat : 21040 (java) R 21035 21038 19879 0 -1 4202560 2448 0 1 0 8553 3 0 0 20 0 19 0 12159883 9856040960 27717 33554432000 1073741824 1073778376 140736173509712 139770477777368 139770332946816 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21038/tid=21041] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21041/stat : 21041 (java) S 21035 21038 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12159884 9856040960 27717 33554432000 1073741824 1073778376 140736173509712 139770321217832 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21038/tid=21042] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21042/stat : 21042 (java) S 21035 21038 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12159884 9856040960 27717 33554432000 1073741824 1073778376 140736173509712 139770320165032 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21038/tid=21043] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21043/stat : 21043 (java) S 21035 21038 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12159884 9856040960 27717 33554432000 1073741824 1073778376 140736173509712 139770319112744 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21038/tid=21044] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21044/stat : 21044 (java) S 21035 21038 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12159884 9856040960 27717 33554432000 1073741824 1073778376 140736173509712 139770318059944 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21038/tid=21045] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21045/stat : 21045 (java) S 21035 21038 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12159884 9856040960 27717 33554432000 1073741824 1073778376 140736173509712 139770317007656 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21038/tid=21046] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21046/stat : 21046 (java) S 21035 21038 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12159884 9856040960 27717 33554432000 1073741824 1073778376 140736173509712 139769979857576 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21038/tid=21047] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21047/stat : 21047 (java) S 21035 21038 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12159884 9856040960 27717 33554432000 1073741824 1073778376 140736173509712 139769978805288 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21038/tid=21048] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21048/stat : 21048 (java) S 21035 21038 19879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12159885 9856040960 27717 33554432000 1073741824 1073778376 140736173509712 139769977752488 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21038/tid=21049] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21049/stat : 21049 (java) S 21035 21038 19879 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 12159886 9856040960 27717 33554432000 1073741824 1073778376 140736173509712 139769965553896 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21038/tid=21050] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21050/stat : 21050 (java) S 21035 21038 19879 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12159886 9856040960 27717 33554432000 1073741824 1073778376 140736173509712 139769964499960 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21038/tid=21051] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21051/stat : 21051 (java) S 21035 21038 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12159886 9856040960 27717 33554432000 1073741824 1073778376 140736173509712 139769963447560 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21038/tid=21052] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21052/stat : 21052 (java) S 21035 21038 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12159888 9856040960 27717 33554432000 1073741824 1073778376 140736173509712 139769962396048 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21038/tid=21053] ppid=21035 vsize=9625040 CPUtime=1.03 cores=1,3,5,7
/proc/21038/task/21053/stat : 21053 (java) S 21035 21038 19879 0 -1 4202560 10089 0 0 0 101 2 0 0 20 0 19 0 12159888 9856040960 27717 33554432000 1073741824 1073778376 140736173509712 139769961343672 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21038/tid=21054] ppid=21035 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/21038/task/21054/stat : 21054 (java) S 21035 21038 19879 0 -1 4202560 9336 0 0 0 45 2 0 0 20 0 19 0 12159888 9856040960 27717 33554432000 1073741824 1073778376 140736173509712 139769960290872 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21038/tid=21055] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21055/stat : 21055 (java) S 21035 21038 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12159888 9856040960 27717 33554432000 1073741824 1073778376 140736173509712 139769959238776 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21038/tid=21056] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21056/stat : 21056 (java) S 21035 21038 19879 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 12159888 9856040960 27717 33554432000 1073741824 1073778376 140736173509712 139769958186184 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21038/tid=21057] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21057/stat : 21057 (java) S 21035 21038 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12159898 9856040960 27717 33554432000 1073741824 1073778376 140736173509712 139769957032872 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 87.07
Current children cumulated vsize (KiB) 9625040

[startup+86.4008 s]
/proc/loadavg: 2.02 2.01 1.96 3/213 21252
/proc/meminfo: memFree=28708964/32872528 swapFree=7620/7620
[pid=21038] ppid=21035 vsize=9625040 CPUtime=87.87 cores=1,3,5,7
/proc/21038/stat : 21038 (java) S 21035 21038 19879 0 -1 4202496 23152 0 1 0 8782 5 0 0 20 0 19 0 12159882 9856040960 27717 33554432000 1073741824 1073778376 140736173509712 140736173500848 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21038/statm: 2406260 27717 2258 9 0 2396937 0
[pid=21038/tid=21040] ppid=21035 vsize=9625040 CPUtime=86.36 cores=1,3,5,7
/proc/21038/task/21040/stat : 21040 (java) R 21035 21038 19879 0 -1 4202560 2448 0 1 0 8633 3 0 0 20 0 19 0 12159883 9856040960 27717 33554432000 1073741824 1073778376 140736173509712 139770477777248 139770332946816 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21038/tid=21041] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21041/stat : 21041 (java) S 21035 21038 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12159884 9856040960 27717 33554432000 1073741824 1073778376 140736173509712 139770321217832 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21038/tid=21042] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21042/stat : 21042 (java) S 21035 21038 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12159884 9856040960 27717 33554432000 1073741824 1073778376 140736173509712 139770320165032 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21038/tid=21043] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21043/stat : 21043 (java) S 21035 21038 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12159884 9856040960 27717 33554432000 1073741824 1073778376 140736173509712 139770319112744 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21038/tid=21044] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21044/stat : 21044 (java) S 21035 21038 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12159884 9856040960 27717 33554432000 1073741824 1073778376 140736173509712 139770318059944 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21038/tid=21045] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21045/stat : 21045 (java) S 21035 21038 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12159884 9856040960 27717 33554432000 1073741824 1073778376 140736173509712 139770317007656 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21038/tid=21046] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21046/stat : 21046 (java) S 21035 21038 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12159884 9856040960 27717 33554432000 1073741824 1073778376 140736173509712 139769979857576 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21038/tid=21047] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21047/stat : 21047 (java) S 21035 21038 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12159884 9856040960 27717 33554432000 1073741824 1073778376 140736173509712 139769978805288 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21038/tid=21048] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21048/stat : 21048 (java) S 21035 21038 19879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12159885 9856040960 27717 33554432000 1073741824 1073778376 140736173509712 139769977752488 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21038/tid=21049] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21049/stat : 21049 (java) S 21035 21038 19879 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 12159886 9856040960 27717 33554432000 1073741824 1073778376 140736173509712 139769965553896 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21038/tid=21050] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21050/stat : 21050 (java) S 21035 21038 19879 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12159886 9856040960 27717 33554432000 1073741824 1073778376 140736173509712 139769964499960 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21038/tid=21051] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21051/stat : 21051 (java) S 21035 21038 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12159886 9856040960 27717 33554432000 1073741824 1073778376 140736173509712 139769963447560 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21038/tid=21052] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21052/stat : 21052 (java) S 21035 21038 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12159888 9856040960 27717 33554432000 1073741824 1073778376 140736173509712 139769962396048 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21038/tid=21053] ppid=21035 vsize=9625040 CPUtime=1.03 cores=1,3,5,7
/proc/21038/task/21053/stat : 21053 (java) S 21035 21038 19879 0 -1 4202560 10089 0 0 0 101 2 0 0 20 0 19 0 12159888 9856040960 27717 33554432000 1073741824 1073778376 140736173509712 139769961343672 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21038/tid=21054] ppid=21035 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/21038/task/21054/stat : 21054 (java) S 21035 21038 19879 0 -1 4202560 9336 0 0 0 45 2 0 0 20 0 19 0 12159888 9856040960 27717 33554432000 1073741824 1073778376 140736173509712 139769960290872 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21038/tid=21055] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21055/stat : 21055 (java) S 21035 21038 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12159888 9856040960 27717 33554432000 1073741824 1073778376 140736173509712 139769959238776 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21038/tid=21056] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21056/stat : 21056 (java) S 21035 21038 19879 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 12159888 9856040960 27717 33554432000 1073741824 1073778376 140736173509712 139769958186184 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21038/tid=21057] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21057/stat : 21057 (java) S 21035 21038 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12159898 9856040960 27717 33554432000 1073741824 1073778376 140736173509712 139769957032872 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 87.87
Current children cumulated vsize (KiB) 9625040

[startup+86.8008 s]
/proc/loadavg: 2.02 2.01 1.96 3/213 21252
/proc/meminfo: memFree=28708964/32872528 swapFree=7620/7620
[pid=21038] ppid=21035 vsize=9625040 CPUtime=88.27 cores=1,3,5,7
/proc/21038/stat : 21038 (java) S 21035 21038 19879 0 -1 4202496 23153 0 1 0 8822 5 0 0 20 0 19 0 12159882 9856040960 28229 33554432000 1073741824 1073778376 140736173509712 140736173500848 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21038/statm: 2406260 28229 2258 9 0 2396937 0
[pid=21038/tid=21040] ppid=21035 vsize=9625040 CPUtime=86.76 cores=1,3,5,7
/proc/21038/task/21040/stat : 21040 (java) R 21035 21038 19879 0 -1 4202560 2449 0 1 0 8673 3 0 0 20 0 19 0 12159883 9856040960 28229 33554432000 1073741824 1073778376 140736173509712 139770477768368 139770332611758 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21038/tid=21041] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21041/stat : 21041 (java) S 21035 21038 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12159884 9856040960 28229 33554432000 1073741824 1073778376 140736173509712 139770321217832 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21038/tid=21042] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21042/stat : 21042 (java) S 21035 21038 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12159884 9856040960 28229 33554432000 1073741824 1073778376 140736173509712 139770320165032 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21038/tid=21043] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21043/stat : 21043 (java) S 21035 21038 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12159884 9856040960 28229 33554432000 1073741824 1073778376 140736173509712 139770319112744 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21038/tid=21044] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21044/stat : 21044 (java) S 21035 21038 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12159884 9856040960 28229 33554432000 1073741824 1073778376 140736173509712 139770318059944 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21038/tid=21045] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21045/stat : 21045 (java) S 21035 21038 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12159884 9856040960 28229 33554432000 1073741824 1073778376 140736173509712 139770317007656 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21038/tid=21046] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21046/stat : 21046 (java) S 21035 21038 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12159884 9856040960 28229 33554432000 1073741824 1073778376 140736173509712 139769979857576 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21038/tid=21047] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21047/stat : 21047 (java) S 21035 21038 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12159884 9856040960 28229 33554432000 1073741824 1073778376 140736173509712 139769978805288 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21038/tid=21048] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21048/stat : 21048 (java) S 21035 21038 19879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12159885 9856040960 28229 33554432000 1073741824 1073778376 140736173509712 139769977752488 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21038/tid=21049] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21049/stat : 21049 (java) S 21035 21038 19879 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 12159886 9856040960 28229 33554432000 1073741824 1073778376 140736173509712 139769965553896 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21038/tid=21050] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21050/stat : 21050 (java) S 21035 21038 19879 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12159886 9856040960 28229 33554432000 1073741824 1073778376 140736173509712 139769964499960 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21038/tid=21051] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21051/stat : 21051 (java) S 21035 21038 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12159886 9856040960 28229 33554432000 1073741824 1073778376 140736173509712 139769963447560 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21038/tid=21052] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21052/stat : 21052 (java) S 21035 21038 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12159888 9856040960 28229 33554432000 1073741824 1073778376 140736173509712 139769962396048 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21038/tid=21053] ppid=21035 vsize=9625040 CPUtime=1.03 cores=1,3,5,7
/proc/21038/task/21053/stat : 21053 (java) S 21035 21038 19879 0 -1 4202560 10089 0 0 0 101 2 0 0 20 0 19 0 12159888 9856040960 28229 33554432000 1073741824 1073778376 140736173509712 139769961343672 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21038/tid=21054] ppid=21035 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/21038/task/21054/stat : 21054 (java) S 21035 21038 19879 0 -1 4202560 9336 0 0 0 45 2 0 0 20 0 19 0 12159888 9856040960 28229 33554432000 1073741824 1073778376 140736173509712 139769960290872 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21038/tid=21055] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21055/stat : 21055 (java) S 21035 21038 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12159888 9856040960 28229 33554432000 1073741824 1073778376 140736173509712 139769959238776 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21038/tid=21056] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21056/stat : 21056 (java) S 21035 21038 19879 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 12159888 9856040960 28229 33554432000 1073741824 1073778376 140736173509712 139769958186184 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21038/tid=21057] ppid=21035 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21038/task/21057/stat : 21057 (java) S 21035 21038 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12159898 9856040960 28229 33554432000 1073741824 1073778376 140736173509712 139769957032872 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 88.27
Current children cumulated vsize (KiB) 9625040

Child status: 20
Real time (s): 86.8915
CPU time (s): 88.4196
CPU user time (s): 88.2976
CPU system time (s): 0.121981
CPU usage (%): 101.759
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 88.2976
system time used= 0.121981
maximum resident set size= 112980
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23173
page faults= 1
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2171
involuntary context switches= 195

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.595909 second user time and 0.823874 second system time

The end

Launcher Data

Begin job on node106 at 2016-06-30 20:50:38
IDJOB=4120806
IDBENCH=110113
IDSOLVER=2546
FILE ID=node106/4120806-1467312638
RUNJOBID= node106-1467308742-19896
PBS_JOBID= 20005279
Free space on /tmp= 71748 MiB

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

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

MD5SUM BENCH= 6a8117ae8de62e9ffab35ad361e25fde
RANDOM SEED=1041764683

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28694348 kB
Buffers:           80244 kB
Cached:          3132748 kB
SwapCached:            0 kB
Active:          2530036 kB
Inactive:         872844 kB
Active(anon):     176608 kB
Inactive(anon):    15724 kB
Active(file):    2353428 kB
Inactive(file):   857120 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               504 kB
Writeback:             0 kB
AnonPages:        209428 kB
Mapped:            23392 kB
Shmem:               204 kB
Slab:             625948 kB
SReclaimable:      69000 kB
SUnreclaim:       556948 kB
KernelStack:        1664 kB
PageTables:         3956 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     696176 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    165888 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

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