Trace number 4105501

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16OPT8 192.55 190.96

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
logic_synthesis/normalized-m100_50_10_10.r.opb
MD5SUM41d5abe94732aa440d44e4bcd1eb4f30
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark1.07484
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 8
Optimality of the best value was proved YES
Number of variables50
Total number of constraints100
Number of constraints which are clauses100
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 constraint10
Maximum length of a constraint10
Number of terms in the objective function 50
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 50
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 50
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4105501-1466261290.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
0.10/0.15	c ... done. Wall clock time 0.042s.
0.10/0.15	c declared #vars     50
0.10/0.15	c #constraints  100
0.10/0.15	c constraints type 
0.10/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 100
0.10/0.15	c 100 constraints processed.
0.10/0.15	c objective function length is 50 literals
0.10/0.15	c SATISFIABLE
0.10/0.15	c OPTIMIZING...
0.10/0.15	c Got one! Elapsed wall clock time (in seconds):0.046
0.10/0.15	o 9
0.53/0.35	c Got one! Elapsed wall clock time (in seconds):0.244
0.53/0.35	o 8
0.65/0.45	c cleaning 2876 clauses out of 5764 with flag 4533/5764
0.96/0.63	c cleaning 4436 clauses out of 8887 with flag 18106/11763
1.16/0.85	c cleaning 5720 clauses out of 11452 with flag 33893/18764
1.48/1.15	c cleaning 6859 clauses out of 13733 with flag 52094/26765
1.90/1.52	c cleaning 7930 clauses out of 15873 with flag 72604/35764
2.30/1.98	c cleaning 8961 clauses out of 17942 with flag 95413/45763
2.90/2.53	c cleaning 9987 clauses out of 19981 with flag 120752/56763
3.50/3.18	c cleaning 10988 clauses out of 21995 with flag 148256/68764
4.29/3.93	c cleaning 11996 clauses out of 24007 with flag 178030/81764
5.09/4.77	c cleaning 12994 clauses out of 26014 with flag 210177/95767
6.10/5.77	c cleaning 13998 clauses out of 28018 with flag 244931/110765
7.19/6.86	c cleaning 15000 clauses out of 30018 with flag 281791/126763
8.39/8.06	c cleaning 15997 clauses out of 32018 with flag 320984/143763
9.75/9.35	c cleaning 17006 clauses out of 34022 with flag 363034/161764
11.05/10.66	c cleaning 18010 clauses out of 36020 with flag 408311/180768
12.66/12.27	c cleaning 19003 clauses out of 38006 with flag 455377/200764
14.40/13.97	c cleaning 20001 clauses out of 40002 with flag 504617/221763
16.57/15.82	c cleaning 21001 clauses out of 42003 with flag 556362/243765
18.67/17.98	c cleaning 21996 clauses out of 44000 with flag 611013/266763
20.99/20.27	c cleaning 22994 clauses out of 46004 with flag 666976/290763
23.59/22.83	c cleaning 24001 clauses out of 48012 with flag 727447/315765
26.29/25.51	c cleaning 25000 clauses out of 50010 with flag 790899/341764
29.18/28.44	c cleaning 26003 clauses out of 52009 with flag 855844/368763
32.38/31.60	c cleaning 27000 clauses out of 54006 with flag 921879/396763
35.59/34.85	c cleaning 28001 clauses out of 56006 with flag 991441/425764
39.19/38.36	c cleaning 29003 clauses out of 58006 with flag 1061924/455765
43.30/42.15	c cleaning 29996 clauses out of 60001 with flag 1136281/486763
47.85/46.48	c cleaning 31002 clauses out of 62007 with flag 1212221/518765
52.26/50.86	c cleaning 31997 clauses out of 64003 with flag 1289875/551763
56.84/55.35	c cleaning 33004 clauses out of 66012 with flag 1370194/585769
61.74/60.26	c cleaning 33998 clauses out of 68004 with flag 1453093/620765
66.84/65.32	c cleaning 34997 clauses out of 70004 with flag 1538665/656763
72.05/70.59	c cleaning 36001 clauses out of 72008 with flag 1626340/693764
77.54/76.07	c cleaning 36996 clauses out of 74006 with flag 1716255/731763
83.24/81.75	c cleaning 38003 clauses out of 76010 with flag 1808112/770763
89.04/87.59	c cleaning 39000 clauses out of 78007 with flag 1901780/810763
95.15/93.62	c cleaning 40001 clauses out of 80007 with flag 1998768/851763
101.55/100.10	c cleaning 40996 clauses out of 82006 with flag 2097161/893764
108.76/107.26	c cleaning 42003 clauses out of 84012 with flag 2198931/936766
116.36/114.80	c cleaning 43002 clauses out of 86009 with flag 2302925/980766
123.77/122.26	c cleaning 43998 clauses out of 88005 with flag 2408077/1025765
131.35/129.71	c cleaning 45003 clauses out of 90006 with flag 2517450/1071764
138.95/137.37	c cleaning 45996 clauses out of 92002 with flag 2630128/1118763
147.05/145.48	c cleaning 47002 clauses out of 94008 with flag 2753352/1166765
155.66/154.10	c cleaning 48004 clauses out of 96009 with flag 2872165/1215769
164.95/163.35	c cleaning 48998 clauses out of 97999 with flag 2991400/1265763
174.55/172.93	c cleaning 50000 clauses out of 99999 with flag 3111338/1316763
184.85/183.24	c cleaning 51000 clauses out of 101999 with flag 3233899/1368764
192.55/190.95	c starts		: 152
192.55/190.95	c conflicts		: 1411882
192.55/190.95	c decisions		: 2113240
192.55/190.95	c propagations		: 8304927
192.55/190.95	c inspects		: 4450220786
192.55/190.95	c shortcuts		: 0
192.55/190.95	c learnt literals	: 27
192.55/190.95	c learnt binary clauses	: 34
192.55/190.95	c learnt ternary clauses	: 66
192.55/190.95	c learnt constraints	: 1411854
192.55/190.95	c ignored constraints	: 0
192.55/190.95	c root simplifications	: 0
192.55/190.95	c removed literals (reason simplification)	: 0
192.55/190.95	c reason swapping (by a shorter reason)	: 0
192.55/190.95	c Calls to reduceDB	: 48
192.55/190.95	c Number of update (reduction) of LBD	: 235864
192.55/190.95	c Imported unit clauses	: 0
192.55/190.95	c number of reductions to clauses (during analyze)	: 0
192.55/190.95	c number of learned constraints concerned by reduction	: 0
192.55/190.95	c number of learning phase by resolution	: 0
192.55/190.95	c number of learning phase by cutting planes	: 0
192.55/190.95	c speed (assignments/second)	: 43527.099198633114
192.55/190.95	c non guided choices	0
192.55/190.95	c learnt constraints type 
192.55/190.95	s OPTIMUM FOUND
192.55/190.95	c Found 2 solution(s)
192.55/190.95	v -x1 -x2 -x3 -x4 x5 -x6 -x7 x8 x9 -x10 -x11 x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 x20 x21 -x22 -x23 -x24 -x25 -x26 x27 x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 
192.55/190.95	c objective function=8
192.55/190.95	c Total wall clock time (in seconds): 190.845

Verifier Data

OK	8

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-4105501-1466261290/watcher-4105501-1466261290 -o /tmp/evaluation-result-4105501-1466261290/solver-4105501-1466261290 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1466259510-25911 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4105501-1466261290.opb 

pid=26132
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.20 2.23 2.34 3/193 26135
/proc/meminfo: memFree=30475516/32872528 swapFree=1191052/1305516
[pid=26135] ppid=26132 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/26135/stat : 26135 (java) S 26132 26135 20157 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 28175616 98570240 978 33554432000 1073741824 1073778376 140736031816416 140736031807552 214540779581 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26135/statm: 24065 978 744 9 0 16771 0
[pid=26135/tid=26136] ppid=26132 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26136/stat : 26136 (java) R 26132 26135 20157 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 28175617 98570240 978 33554432000 1073741824 1073778376 140736031816416 139786817445416 214537474300 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 2.20 2.23 2.34 3/193 26135
/proc/meminfo: memFree=30475516/32872528 swapFree=1191052/1305516
[pid=26135] ppid=26132 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/26135/stat : 26135 (java) S 26132 26135 20157 0 -1 4202496 4470 0 1 0 9 1 0 0 20 0 18 0 28175616 9787879424 5593 33554432000 1073741824 1073778376 140736031816416 140736031807552 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26135/statm: 2389619 5593 2140 9 0 2380296 0
[pid=26135/tid=26136] ppid=26132 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/26135/task/26136/stat : 26136 (java) R 26132 26135 20157 0 -1 4202560 2427 0 1 0 6 2 0 0 20 0 18 0 28175617 9787879424 5593 33554432000 1073741824 1073778376 140736031816416 139786817448864 139786823849748 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200323 s]
/proc/loadavg: 2.20 2.23 2.34 3/193 26135
/proc/meminfo: memFree=30475516/32872528 swapFree=1191052/1305516
[pid=26135] ppid=26132 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/26135/stat : 26135 (java) S 26132 26135 20157 0 -1 4202496 6490 0 1 0 27 2 0 0 20 0 19 0 28175616 9856040960 7055 33554432000 1073741824 1073778376 140736031816416 140736031807552 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26135/statm: 2406260 7055 2222 9 0 2396937 0
[pid=26135/tid=26136] ppid=26132 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/26135/task/26136/stat : 26136 (java) R 26132 26135 20157 0 -1 4202560 2456 0 1 0 16 2 0 0 20 0 19 0 28175617 9856040960 7055 33554432000 1073741824 1073778376 140736031816416 139786817450624 139786757164628 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9625040

[startup+0.300328 s]
/proc/loadavg: 2.20 2.23 2.34 3/193 26135
/proc/meminfo: memFree=30475516/32872528 swapFree=1191052/1305516
[pid=26135] ppid=26132 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/26135/stat : 26135 (java) S 26132 26135 20157 0 -1 4202496 7159 0 1 0 51 2 0 0 20 0 19 0 28175616 9856040960 7707 33554432000 1073741824 1073778376 140736031816416 140736031807552 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26135/statm: 2406260 7707 2237 9 0 2396937 0
[pid=26135/tid=26136] ppid=26132 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/26135/task/26136/stat : 26136 (java) R 26132 26135 20157 0 -1 4202560 2460 0 1 0 26 2 0 0 20 0 19 0 28175617 9856040960 7707 33554432000 1073741824 1073778376 140736031816416 139786817450624 139786757619351 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9625040

[startup+0.700249 s]
/proc/loadavg: 2.20 2.23 2.34 3/193 26135
/proc/meminfo: memFree=30475516/32872528 swapFree=1191052/1305516
[pid=26135] ppid=26132 vsize=9625040 CPUtime=1.06 cores=0,2,4,6
/proc/26135/stat : 26135 (java) S 26132 26135 20157 0 -1 4202496 8107 0 1 0 104 2 0 0 20 0 19 0 28175616 9856040960 8794 33554432000 1073741824 1073778376 140736031816416 140736031807552 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26135/statm: 2406260 8794 2247 9 0 2396937 0
[pid=26135/tid=26136] ppid=26132 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/26135/task/26136/stat : 26136 (java) R 26132 26135 20157 0 -1 4202560 2462 0 1 0 66 2 0 0 20 0 19 0 28175617 9856040960 8794 33554432000 1073741824 1073778376 140736031816416 139786817450472 139786757595568 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 2.26 2.24 2.34 3/212 26154
/proc/meminfo: memFree=30444232/32872528 swapFree=1191052/1305516
[pid=26135] ppid=26132 vsize=9625040 CPUtime=1.9 cores=0,2,4,6
/proc/26135/stat : 26135 (java) S 26132 26135 20157 0 -1 4202496 8117 0 1 0 188 2 0 0 20 0 19 0 28175616 9856040960 9314 33554432000 1073741824 1073778376 140736031816416 140736031807552 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26135/statm: 2406260 9314 2248 9 0 2396937 0
[pid=26135/tid=26136] ppid=26132 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/26135/task/26136/stat : 26136 (java) R 26132 26135 20157 0 -1 4202560 2464 0 1 0 146 2 0 0 20 0 19 0 28175617 9856040960 9314 33554432000 1073741824 1073778376 140736031816416 139786817450264 139786757583719 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26135/tid=26138] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26138/stat : 26138 (java) S 26132 26135 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28175618 9856040960 9314 33554432000 1073741824 1073778376 140736031816416 139786661439656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26135/tid=26139] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26139/stat : 26139 (java) S 26132 26135 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28175618 9856040960 9314 33554432000 1073741824 1073778376 140736031816416 139786660387112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26135/tid=26140] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26140/stat : 26140 (java) S 26132 26135 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28175618 9856040960 9314 33554432000 1073741824 1073778376 140736031816416 139786659334568 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26135/tid=26141] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26141/stat : 26141 (java) S 26132 26135 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28175618 9856040960 9314 33554432000 1073741824 1073778376 140736031816416 139786658282024 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26135/tid=26142] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26142/stat : 26142 (java) S 26132 26135 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28175618 9856040960 9314 33554432000 1073741824 1073778376 140736031816416 139786657229480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26135/tid=26143] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26143/stat : 26143 (java) S 26132 26135 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28175618 9856040960 9314 33554432000 1073741824 1073778376 140736031816416 139786656176936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26135/tid=26144] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26144/stat : 26144 (java) S 26132 26135 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28175618 9856040960 9314 33554432000 1073741824 1073778376 140736031816416 139786655124392 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26135/tid=26145] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26145/stat : 26145 (java) S 26132 26135 20157 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28175618 9856040960 9314 33554432000 1073741824 1073778376 140736031816416 139786654071848 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26135/tid=26146] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26146/stat : 26146 (java) S 26132 26135 20157 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28175619 9856040960 9314 33554432000 1073741824 1073778376 140736031816416 139786641660008 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26135/tid=26147] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26147/stat : 26147 (java) S 26132 26135 20157 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28175619 9856040960 9314 33554432000 1073741824 1073778376 140736031816416 139786640606328 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26135/tid=26148] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26148/stat : 26148 (java) S 26132 26135 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28175619 9856040960 9314 33554432000 1073741824 1073778376 140736031816416 139786639553672 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26135/tid=26149] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26149/stat : 26149 (java) S 26132 26135 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28175622 9856040960 9314 33554432000 1073741824 1073778376 140736031816416 139786638502416 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26135/tid=26150] ppid=26132 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/26135/task/26150/stat : 26150 (java) S 26132 26135 20157 0 -1 4202560 2545 0 0 0 18 0 0 0 20 0 19 0 28175622 9856040960 9314 33554432000 1073741824 1073778376 140736031816416 139786637449784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26135/tid=26151] ppid=26132 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/26135/task/26151/stat : 26151 (java) S 26132 26135 20157 0 -1 4202560 1839 0 0 0 19 0 0 0 20 0 19 0 28175622 9856040960 9314 33554432000 1073741824 1073778376 140736031816416 139786636397240 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26135/tid=26152] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26152/stat : 26152 (java) S 26132 26135 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28175622 9856040960 9314 33554432000 1073741824 1073778376 140736031816416 139786635344888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26135/tid=26153] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26153/stat : 26153 (java) S 26132 26135 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28175622 9856040960 9314 33554432000 1073741824 1073778376 140736031816416 139786634292552 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26135/tid=26154] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26154/stat : 26154 (java) S 26132 26135 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28175632 9856040960 9314 33554432000 1073741824 1073778376 140736031816416 139786633237288 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 2.26 2.24 2.34 3/212 26154
/proc/meminfo: memFree=30435420/32872528 swapFree=1191052/1305516
[pid=26135] ppid=26132 vsize=9625040 CPUtime=3.5 cores=0,2,4,6
/proc/26135/stat : 26135 (java) S 26132 26135 20157 0 -1 4202496 8119 0 1 0 348 2 0 0 20 0 19 0 28175616 9856040960 10338 33554432000 1073741824 1073778376 140736031816416 140736031807552 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26135/statm: 2406260 10338 2248 9 0 2396937 0
[pid=26135/tid=26136] ppid=26132 vsize=9625040 CPUtime=3.08 cores=0,2,4,6
/proc/26135/task/26136/stat : 26136 (java) R 26132 26135 20157 0 -1 4202560 2466 0 1 0 306 2 0 0 20 0 19 0 28175617 9856040960 10338 33554432000 1073741824 1073778376 140736031816416 139786817441488 139786757619346 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26135/tid=26138] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26138/stat : 26138 (java) S 26132 26135 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28175618 9856040960 10338 33554432000 1073741824 1073778376 140736031816416 139786661439656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26135/tid=26139] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26139/stat : 26139 (java) S 26132 26135 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28175618 9856040960 10338 33554432000 1073741824 1073778376 140736031816416 139786660387112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26135/tid=26140] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26140/stat : 26140 (java) S 26132 26135 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28175618 9856040960 10338 33554432000 1073741824 1073778376 140736031816416 139786659334568 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26135/tid=26141] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26141/stat : 26141 (java) S 26132 26135 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28175618 9856040960 10338 33554432000 1073741824 1073778376 140736031816416 139786658282024 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26135/tid=26142] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26142/stat : 26142 (java) S 26132 26135 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28175618 9856040960 10338 33554432000 1073741824 1073778376 140736031816416 139786657229480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26135/tid=26143] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26143/stat : 26143 (java) S 26132 26135 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28175618 9856040960 10338 33554432000 1073741824 1073778376 140736031816416 139786656176936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26135/tid=26144] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26144/stat : 26144 (java) S 26132 26135 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28175618 9856040960 10338 33554432000 1073741824 1073778376 140736031816416 139786655124392 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26135/tid=26145] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26145/stat : 26145 (java) S 26132 26135 20157 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28175618 9856040960 10338 33554432000 1073741824 1073778376 140736031816416 139786654071848 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26135/tid=26146] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26146/stat : 26146 (java) S 26132 26135 20157 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28175619 9856040960 10338 33554432000 1073741824 1073778376 140736031816416 139786641660008 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26135/tid=26147] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26147/stat : 26147 (java) S 26132 26135 20157 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28175619 9856040960 10338 33554432000 1073741824 1073778376 140736031816416 139786640606328 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26135/tid=26148] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26148/stat : 26148 (java) S 26132 26135 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28175619 9856040960 10338 33554432000 1073741824 1073778376 140736031816416 139786639553672 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26135/tid=26149] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26149/stat : 26149 (java) S 26132 26135 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28175622 9856040960 10338 33554432000 1073741824 1073778376 140736031816416 139786638502416 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26135/tid=26150] ppid=26132 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/26135/task/26150/stat : 26150 (java) S 26132 26135 20157 0 -1 4202560 2545 0 0 0 18 0 0 0 20 0 19 0 28175622 9856040960 10338 33554432000 1073741824 1073778376 140736031816416 139786637449784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26135/tid=26151] ppid=26132 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/26135/task/26151/stat : 26151 (java) S 26132 26135 20157 0 -1 4202560 1839 0 0 0 19 0 0 0 20 0 19 0 28175622 9856040960 10338 33554432000 1073741824 1073778376 140736031816416 139786636397240 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26135/tid=26152] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26152/stat : 26152 (java) S 26132 26135 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28175622 9856040960 10338 33554432000 1073741824 1073778376 140736031816416 139786635344888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26135/tid=26153] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26153/stat : 26153 (java) S 26132 26135 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28175622 9856040960 10338 33554432000 1073741824 1073778376 140736031816416 139786634292552 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26135/tid=26154] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26154/stat : 26154 (java) S 26132 26135 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28175632 9856040960 10338 33554432000 1073741824 1073778376 140736031816416 139786633237288 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.5
Current children cumulated vsize (KiB) 9625040

[startup+6.30074 s]
/proc/loadavg: 2.24 2.24 2.34 3/212 26154
/proc/meminfo: memFree=30418156/32872528 swapFree=1191052/1305516
[pid=26135] ppid=26132 vsize=9625040 CPUtime=6.69 cores=0,2,4,6
/proc/26135/stat : 26135 (java) S 26132 26135 20157 0 -1 4202496 8124 0 1 0 667 2 0 0 20 0 19 0 28175616 9856040960 11470 33554432000 1073741824 1073778376 140736031816416 140736031807552 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26135/statm: 2406260 11470 2249 9 0 2396937 0
[pid=26135/tid=26136] ppid=26132 vsize=9625040 CPUtime=6.27 cores=0,2,4,6
/proc/26135/task/26136/stat : 26136 (java) R 26132 26135 20157 0 -1 4202560 2470 0 1 0 625 2 0 0 20 0 19 0 28175617 9856040960 11470 33554432000 1073741824 1073778376 140736031816416 139786817441488 139786757583619 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26135/tid=26138] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26138/stat : 26138 (java) S 26132 26135 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28175618 9856040960 11470 33554432000 1073741824 1073778376 140736031816416 139786661439656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26135/tid=26139] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26139/stat : 26139 (java) S 26132 26135 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28175618 9856040960 11470 33554432000 1073741824 1073778376 140736031816416 139786660387112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26135/tid=26140] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26140/stat : 26140 (java) S 26132 26135 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28175618 9856040960 11470 33554432000 1073741824 1073778376 140736031816416 139786659334568 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26135/tid=26141] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26141/stat : 26141 (java) S 26132 26135 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28175618 9856040960 11470 33554432000 1073741824 1073778376 140736031816416 139786658282024 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26135/tid=26142] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26142/stat : 26142 (java) S 26132 26135 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28175618 9856040960 11470 33554432000 1073741824 1073778376 140736031816416 139786657229480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26135/tid=26143] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26143/stat : 26143 (java) S 26132 26135 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28175618 9856040960 11470 33554432000 1073741824 1073778376 140736031816416 139786656176936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26135/tid=26144] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26144/stat : 26144 (java) S 26132 26135 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28175618 9856040960 11470 33554432000 1073741824 1073778376 140736031816416 139786655124392 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26135/tid=26145] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26145/stat : 26145 (java) S 26132 26135 20157 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28175618 9856040960 11470 33554432000 1073741824 1073778376 140736031816416 139786654071848 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26135/tid=26146] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26146/stat : 26146 (java) S 26132 26135 20157 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28175619 9856040960 11470 33554432000 1073741824 1073778376 140736031816416 139786641660008 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26135/tid=26147] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26147/stat : 26147 (java) S 26132 26135 20157 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28175619 9856040960 11470 33554432000 1073741824 1073778376 140736031816416 139786640606328 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26135/tid=26148] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26148/stat : 26148 (java) S 26132 26135 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28175619 9856040960 11470 33554432000 1073741824 1073778376 140736031816416 139786639553672 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26135/tid=26149] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26149/stat : 26149 (java) S 26132 26135 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28175622 9856040960 11470 33554432000 1073741824 1073778376 140736031816416 139786638502416 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26135/tid=26150] ppid=26132 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/26135/task/26150/stat : 26150 (java) S 26132 26135 20157 0 -1 4202560 2545 0 0 0 18 0 0 0 20 0 19 0 28175622 9856040960 11470 33554432000 1073741824 1073778376 140736031816416 139786637449784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26135/tid=26151] ppid=26132 vsize=9625040 CPUtime=0.19 cores=0,2,4,6

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

[pid=26135/tid=26147] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26147/stat : 26147 (java) S 26132 26135 20157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28175619 9856040960 44709 33554432000 1073741824 1073778376 140736031816416 139786640606328 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26135/tid=26148] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26148/stat : 26148 (java) S 26132 26135 20157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28175619 9856040960 44709 33554432000 1073741824 1073778376 140736031816416 139786639553672 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26135/tid=26149] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26149/stat : 26149 (java) S 26132 26135 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28175622 9856040960 44709 33554432000 1073741824 1073778376 140736031816416 139786638502416 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26135/tid=26150] ppid=26132 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/26135/task/26150/stat : 26150 (java) S 26132 26135 20157 0 -1 4202560 2555 0 0 0 20 0 0 0 20 0 19 0 28175622 9856040960 44709 33554432000 1073741824 1073778376 140736031816416 139786637449784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26135/tid=26151] ppid=26132 vsize=9625040 CPUtime=1.33 cores=0,2,4,6
/proc/26135/task/26151/stat : 26151 (java) S 26132 26135 20157 0 -1 4202560 18300 0 0 0 130 3 0 0 20 0 19 0 28175622 9856040960 44709 33554432000 1073741824 1073778376 140736031816416 139786636397240 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26135/tid=26152] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26152/stat : 26152 (java) S 26132 26135 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28175622 9856040960 44709 33554432000 1073741824 1073778376 140736031816416 139786635344888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26135/tid=26153] ppid=26132 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/26135/task/26153/stat : 26153 (java) S 26132 26135 20157 0 -1 4202560 12 0 0 0 1 3 0 0 20 0 19 0 28175622 9856040960 44709 33554432000 1073741824 1073778376 140736031816416 139786634292552 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26135/tid=26154] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26154/stat : 26154 (java) S 26132 26135 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28175632 9856040960 44709 33554432000 1073741824 1073778376 140736031816416 139786633237288 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 191.25
Current children cumulated vsize (KiB) 9625040

[startup+190.408 s]
/proc/loadavg: 2.16 2.18 2.29 4/213 26161
/proc/meminfo: memFree=30137984/32872528 swapFree=1191052/1305516
[pid=26135] ppid=26132 vsize=9625040 CPUtime=192.06 cores=0,2,4,6
/proc/26135/stat : 26135 (java) S 26132 26135 20157 0 -1 4202496 24719 0 1 0 19197 9 0 0 20 0 19 0 28175616 9856040960 44709 33554432000 1073741824 1073778376 140736031816416 140736031807552 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26135/statm: 2406260 44709 2270 9 0 2396937 0
[pid=26135/tid=26136] ppid=26132 vsize=9625040 CPUtime=189.86 cores=0,2,4,6
/proc/26135/task/26136/stat : 26136 (java) R 26132 26135 20157 0 -1 4202560 2540 0 1 0 18981 5 0 0 20 0 19 0 28175617 9856040960 44709 33554432000 1073741824 1073778376 140736031816416 139786817441456 139786757619256 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26135/tid=26138] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26138/stat : 26138 (java) S 26132 26135 20157 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28175618 9856040960 44709 33554432000 1073741824 1073778376 140736031816416 139786661439656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26135/tid=26139] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26139/stat : 26139 (java) S 26132 26135 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28175618 9856040960 44709 33554432000 1073741824 1073778376 140736031816416 139786660387112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26135/tid=26140] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26140/stat : 26140 (java) S 26132 26135 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28175618 9856040960 44709 33554432000 1073741824 1073778376 140736031816416 139786659334568 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26135/tid=26141] ppid=26132 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/26135/task/26141/stat : 26141 (java) S 26132 26135 20157 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 28175618 9856040960 44709 33554432000 1073741824 1073778376 140736031816416 139786658282024 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26135/tid=26142] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26142/stat : 26142 (java) S 26132 26135 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28175618 9856040960 44709 33554432000 1073741824 1073778376 140736031816416 139786657229480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26135/tid=26143] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26143/stat : 26143 (java) S 26132 26135 20157 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 28175618 9856040960 44709 33554432000 1073741824 1073778376 140736031816416 139786656176936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26135/tid=26144] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26144/stat : 26144 (java) S 26132 26135 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28175618 9856040960 44709 33554432000 1073741824 1073778376 140736031816416 139786655124392 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26135/tid=26145] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26145/stat : 26145 (java) S 26132 26135 20157 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28175618 9856040960 44709 33554432000 1073741824 1073778376 140736031816416 139786654071848 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26135/tid=26146] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26146/stat : 26146 (java) S 26132 26135 20157 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28175619 9856040960 44709 33554432000 1073741824 1073778376 140736031816416 139786641660008 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26135/tid=26147] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26147/stat : 26147 (java) S 26132 26135 20157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28175619 9856040960 44709 33554432000 1073741824 1073778376 140736031816416 139786640606328 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26135/tid=26148] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26148/stat : 26148 (java) S 26132 26135 20157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28175619 9856040960 44709 33554432000 1073741824 1073778376 140736031816416 139786639553672 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26135/tid=26149] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26149/stat : 26149 (java) S 26132 26135 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28175622 9856040960 44709 33554432000 1073741824 1073778376 140736031816416 139786638502416 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26135/tid=26150] ppid=26132 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/26135/task/26150/stat : 26150 (java) S 26132 26135 20157 0 -1 4202560 2555 0 0 0 20 0 0 0 20 0 19 0 28175622 9856040960 44709 33554432000 1073741824 1073778376 140736031816416 139786637449784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26135/tid=26151] ppid=26132 vsize=9625040 CPUtime=1.33 cores=0,2,4,6
/proc/26135/task/26151/stat : 26151 (java) S 26132 26135 20157 0 -1 4202560 18300 0 0 0 130 3 0 0 20 0 19 0 28175622 9856040960 44709 33554432000 1073741824 1073778376 140736031816416 139786636397240 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26135/tid=26152] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26152/stat : 26152 (java) S 26132 26135 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28175622 9856040960 44709 33554432000 1073741824 1073778376 140736031816416 139786635344888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26135/tid=26153] ppid=26132 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/26135/task/26153/stat : 26153 (java) S 26132 26135 20157 0 -1 4202560 12 0 0 0 1 3 0 0 20 0 19 0 28175622 9856040960 44709 33554432000 1073741824 1073778376 140736031816416 139786634292552 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26135/tid=26154] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26154/stat : 26154 (java) S 26132 26135 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28175632 9856040960 44709 33554432000 1073741824 1073778376 140736031816416 139786633237288 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 192.06
Current children cumulated vsize (KiB) 9625040

[startup+190.801 s]
/proc/loadavg: 2.16 2.18 2.29 4/213 26161
/proc/meminfo: memFree=30137984/32872528 swapFree=1191052/1305516
[pid=26135] ppid=26132 vsize=9625040 CPUtime=192.45 cores=0,2,4,6
/proc/26135/stat : 26135 (java) S 26132 26135 20157 0 -1 4202496 24722 0 1 0 19236 9 0 0 20 0 19 0 28175616 9856040960 44709 33554432000 1073741824 1073778376 140736031816416 140736031807552 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26135/statm: 2406260 44709 2270 9 0 2396937 0
[pid=26135/tid=26136] ppid=26132 vsize=9625040 CPUtime=190.25 cores=0,2,4,6
/proc/26135/task/26136/stat : 26136 (java) R 26132 26135 20157 0 -1 4202560 2540 0 1 0 19020 5 0 0 20 0 19 0 28175617 9856040960 44709 33554432000 1073741824 1073778376 140736031816416 139786817441456 139786757755032 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26135/tid=26138] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26138/stat : 26138 (java) S 26132 26135 20157 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28175618 9856040960 44709 33554432000 1073741824 1073778376 140736031816416 139786661439656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26135/tid=26139] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26139/stat : 26139 (java) S 26132 26135 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28175618 9856040960 44709 33554432000 1073741824 1073778376 140736031816416 139786660387112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26135/tid=26140] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26140/stat : 26140 (java) S 26132 26135 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28175618 9856040960 44709 33554432000 1073741824 1073778376 140736031816416 139786659334568 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26135/tid=26141] ppid=26132 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/26135/task/26141/stat : 26141 (java) S 26132 26135 20157 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 28175618 9856040960 44709 33554432000 1073741824 1073778376 140736031816416 139786658282024 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26135/tid=26142] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26142/stat : 26142 (java) S 26132 26135 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28175618 9856040960 44709 33554432000 1073741824 1073778376 140736031816416 139786657229480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26135/tid=26143] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26143/stat : 26143 (java) S 26132 26135 20157 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 28175618 9856040960 44709 33554432000 1073741824 1073778376 140736031816416 139786656176936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26135/tid=26144] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26144/stat : 26144 (java) S 26132 26135 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28175618 9856040960 44709 33554432000 1073741824 1073778376 140736031816416 139786655124392 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26135/tid=26145] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26145/stat : 26145 (java) S 26132 26135 20157 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28175618 9856040960 44709 33554432000 1073741824 1073778376 140736031816416 139786654071848 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26135/tid=26146] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26146/stat : 26146 (java) S 26132 26135 20157 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28175619 9856040960 44709 33554432000 1073741824 1073778376 140736031816416 139786641660008 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26135/tid=26147] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26147/stat : 26147 (java) S 26132 26135 20157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28175619 9856040960 44709 33554432000 1073741824 1073778376 140736031816416 139786640606328 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26135/tid=26148] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26148/stat : 26148 (java) S 26132 26135 20157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28175619 9856040960 44709 33554432000 1073741824 1073778376 140736031816416 139786639553672 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26135/tid=26149] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26149/stat : 26149 (java) S 26132 26135 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28175622 9856040960 44709 33554432000 1073741824 1073778376 140736031816416 139786638502416 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26135/tid=26150] ppid=26132 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/26135/task/26150/stat : 26150 (java) S 26132 26135 20157 0 -1 4202560 2556 0 0 0 20 0 0 0 20 0 19 0 28175622 9856040960 44709 33554432000 1073741824 1073778376 140736031816416 139786637449784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26135/tid=26151] ppid=26132 vsize=9625040 CPUtime=1.33 cores=0,2,4,6
/proc/26135/task/26151/stat : 26151 (java) S 26132 26135 20157 0 -1 4202560 18302 0 0 0 130 3 0 0 20 0 19 0 28175622 9856040960 44709 33554432000 1073741824 1073778376 140736031816416 139786636397240 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26135/tid=26152] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26152/stat : 26152 (java) S 26132 26135 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28175622 9856040960 44709 33554432000 1073741824 1073778376 140736031816416 139786635344888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26135/tid=26153] ppid=26132 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/26135/task/26153/stat : 26153 (java) S 26132 26135 20157 0 -1 4202560 12 0 0 0 1 3 0 0 20 0 19 0 28175622 9856040960 44709 33554432000 1073741824 1073778376 140736031816416 139786634292552 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26135/tid=26154] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26154/stat : 26154 (java) S 26132 26135 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28175632 9856040960 44709 33554432000 1073741824 1073778376 140736031816416 139786633237288 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 192.45
Current children cumulated vsize (KiB) 9625040

[startup+190.901 s]
/proc/loadavg: 2.16 2.18 2.29 4/213 26161
/proc/meminfo: memFree=30137984/32872528 swapFree=1191052/1305516
[pid=26135] ppid=26132 vsize=9625040 CPUtime=192.55 cores=0,2,4,6
/proc/26135/stat : 26135 (java) S 26132 26135 20157 0 -1 4202496 24722 0 1 0 19246 9 0 0 20 0 19 0 28175616 9856040960 44709 33554432000 1073741824 1073778376 140736031816416 140736031807552 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26135/statm: 2406260 44709 2270 9 0 2396937 0
[pid=26135/tid=26136] ppid=26132 vsize=9625040 CPUtime=190.35 cores=0,2,4,6
/proc/26135/task/26136/stat : 26136 (java) R 26132 26135 20157 0 -1 4202560 2540 0 1 0 19030 5 0 0 20 0 19 0 28175617 9856040960 44709 33554432000 1073741824 1073778376 140736031816416 139786817441456 139786757754640 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26135/tid=26138] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26138/stat : 26138 (java) S 26132 26135 20157 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28175618 9856040960 44709 33554432000 1073741824 1073778376 140736031816416 139786661439656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26135/tid=26139] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26139/stat : 26139 (java) S 26132 26135 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28175618 9856040960 44709 33554432000 1073741824 1073778376 140736031816416 139786660387112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26135/tid=26140] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26140/stat : 26140 (java) S 26132 26135 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28175618 9856040960 44709 33554432000 1073741824 1073778376 140736031816416 139786659334568 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26135/tid=26141] ppid=26132 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/26135/task/26141/stat : 26141 (java) S 26132 26135 20157 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 28175618 9856040960 44709 33554432000 1073741824 1073778376 140736031816416 139786658282024 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26135/tid=26142] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26142/stat : 26142 (java) S 26132 26135 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28175618 9856040960 44709 33554432000 1073741824 1073778376 140736031816416 139786657229480 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26135/tid=26143] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26143/stat : 26143 (java) S 26132 26135 20157 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 28175618 9856040960 44709 33554432000 1073741824 1073778376 140736031816416 139786656176936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26135/tid=26144] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26144/stat : 26144 (java) S 26132 26135 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28175618 9856040960 44709 33554432000 1073741824 1073778376 140736031816416 139786655124392 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26135/tid=26145] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26145/stat : 26145 (java) S 26132 26135 20157 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28175618 9856040960 44709 33554432000 1073741824 1073778376 140736031816416 139786654071848 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26135/tid=26146] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26146/stat : 26146 (java) S 26132 26135 20157 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28175619 9856040960 44709 33554432000 1073741824 1073778376 140736031816416 139786641660008 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26135/tid=26147] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26147/stat : 26147 (java) S 26132 26135 20157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28175619 9856040960 44709 33554432000 1073741824 1073778376 140736031816416 139786640606328 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26135/tid=26148] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26148/stat : 26148 (java) S 26132 26135 20157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28175619 9856040960 44709 33554432000 1073741824 1073778376 140736031816416 139786639553672 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26135/tid=26149] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26149/stat : 26149 (java) S 26132 26135 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28175622 9856040960 44709 33554432000 1073741824 1073778376 140736031816416 139786638502416 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26135/tid=26150] ppid=26132 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/26135/task/26150/stat : 26150 (java) S 26132 26135 20157 0 -1 4202560 2556 0 0 0 20 0 0 0 20 0 19 0 28175622 9856040960 44709 33554432000 1073741824 1073778376 140736031816416 139786637449784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26135/tid=26151] ppid=26132 vsize=9625040 CPUtime=1.33 cores=0,2,4,6
/proc/26135/task/26151/stat : 26151 (java) S 26132 26135 20157 0 -1 4202560 18302 0 0 0 130 3 0 0 20 0 19 0 28175622 9856040960 44709 33554432000 1073741824 1073778376 140736031816416 139786636397240 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26135/tid=26152] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26152/stat : 26152 (java) S 26132 26135 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28175622 9856040960 44709 33554432000 1073741824 1073778376 140736031816416 139786635344888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26135/tid=26153] ppid=26132 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/26135/task/26153/stat : 26153 (java) S 26132 26135 20157 0 -1 4202560 12 0 0 0 1 3 0 0 20 0 19 0 28175622 9856040960 44709 33554432000 1073741824 1073778376 140736031816416 139786634292552 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26135/tid=26154] ppid=26132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26135/task/26154/stat : 26154 (java) S 26132 26135 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28175632 9856040960 44709 33554432000 1073741824 1073778376 140736031816416 139786633237288 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 192.55
Current children cumulated vsize (KiB) 9625040

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26135 and gives
#  childrusage.ru_utime.tv_sec=191
#  childrusage.ru_utime.tv_usec=992812
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=241963
# CPU time returned by wait4() is 192.235
# while last known CPU time is 192.55
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 190.96
CPU time (s): 192.55
CPU user time (s): 192.46
CPU system time (s): 0.09
CPU usage (%): 100.833
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 191.993
system time used= 0.241963
maximum resident set size= 178932
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24754
page faults= 1
swaps= 0
block input operations= 0
block output operations= 224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4307
involuntary context switches= 665

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.10583 second user time and 1.39679 second system time

The end

Launcher Data

Begin job on node127 at 2016-06-18 16:48:10
IDJOB=4105501
IDBENCH=2882
IDSOLVER=2546
FILE ID=node127/4105501-1466261290
RUNJOBID= node127-1466259510-25911
PBS_JOBID= 19918213
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-m100_50_10_10.r.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4105501-1466261290/watcher-4105501-1466261290 -o /tmp/evaluation-result-4105501-1466261290/solver-4105501-1466261290 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1466259510-25911 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4105501-1466261290.opb

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

MD5SUM BENCH= 41d5abe94732aa440d44e4bcd1eb4f30
RANDOM SEED=155413774

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.769
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:        30476160 kB
Buffers:           76240 kB
Cached:           222000 kB
SwapCached:          516 kB
Active:            94728 kB
Inactive:         242588 kB
Active(anon):      39636 kB
Inactive(anon):     2184 kB
Active(file):      55092 kB
Inactive(file):   240404 kB
Unevictable:     1305516 kB
Mlocked:         1191052 kB
SwapTotal:      67108856 kB
SwapFree:       67100260 kB
Dirty:              1920 kB
Writeback:             0 kB
AnonPages:       1358964 kB
Mapped:            14392 kB
Shmem:                 0 kB
Slab:             603892 kB
SReclaimable:      47540 kB
SUnreclaim:       556352 kB
KernelStack:        1584 kB
PageTables:         6820 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1992920 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    151552 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= 71736 MiB
End job on node127 at 2016-06-18 16:51:21