Trace number 4117973

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 PB16OPT70 1536.28 1534.78

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/
dt-problems/normalized-lo_12x12_002.opb.metafix.opb
MD5SUMd516132abc47e45aecfd51f2b27e6693
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark70
Best CPU time to get the best result obtained on this benchmark0.029995
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables144
Total number of constraints70
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint12
Number of terms in the objective function 144
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 144
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 9
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 144
Number of bits of the biggest sum of numbers8
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@2b21cc40
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@7c64dc11
0.08/0.11	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4117973-1467242181.opb
0.08/0.12	c reading problem ... 
0.08/0.12	c  objective function found
0.08/0.15	c ... done. Wall clock time 0.038s.
0.08/0.15	c declared #vars     144
0.08/0.15	c #constraints  140
0.08/0.15	c constraints type 
0.08/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 8
0.08/0.15	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
0.08/0.15	c org.sat4j.specs.Constr$1 => 7
0.08/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 116
0.08/0.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.08/0.15	c org.sat4j.minisat.constraints.cnf.UnitClause => 4
0.08/0.15	c 140 constraints processed.
0.08/0.15	c objective function length is 144 literals
0.08/0.18	c SATISFIABLE
0.08/0.18	c OPTIMIZING...
0.08/0.18	c Got one! Elapsed wall clock time (in seconds):0.067
0.08/0.18	o 70
0.73/0.55	c cleaning 2533 clauses out of 5065 with flag 17959/5065
1.42/0.90	c cleaning 4262 clauses out of 8532 with flag 41989/11065
1.84/1.39	c cleaning 5632 clauses out of 11269 with flag 73206/18064
2.45/1.99	c cleaning 6809 clauses out of 13639 with flag 109411/26066
3.26/2.75	c cleaning 7910 clauses out of 15828 with flag 151761/35064
4.16/3.70	c cleaning 8954 clauses out of 17918 with flag 205140/45064
5.36/4.82	c cleaning 9984 clauses out of 19968 with flag 265354/56068
6.66/6.15	c cleaning 10978 clauses out of 21981 with flag 331509/68065
8.16/7.61	c cleaning 11995 clauses out of 24002 with flag 399570/81064
9.86/9.33	c cleaning 12998 clauses out of 26007 with flag 478017/95064
11.77/11.27	c cleaning 14003 clauses out of 28009 with flag 565949/110064
14.07/13.50	c cleaning 15000 clauses out of 30007 with flag 669010/126065
16.57/16.03	c cleaning 15997 clauses out of 32006 with flag 778166/143064
19.27/18.77	c cleaning 17001 clauses out of 34009 with flag 895099/161064
22.36/21.85	c cleaning 18000 clauses out of 36009 with flag 1022816/180065
25.76/25.24	c cleaning 19000 clauses out of 38008 with flag 1153739/200064
29.47/28.99	c cleaning 20006 clauses out of 40013 with flag 1299141/221069
33.58/33.09	c cleaning 20989 clauses out of 42002 with flag 1447907/243064
38.27/37.70	c cleaning 21992 clauses out of 44014 with flag 1615039/266065
42.97/42.41	c cleaning 23003 clauses out of 46021 with flag 1776846/290064
48.37/47.80	c cleaning 24004 clauses out of 48019 with flag 1951071/315065
54.16/53.68	c cleaning 25000 clauses out of 50014 with flag 2149745/341064
60.76/60.29	c cleaning 25997 clauses out of 52015 with flag 2362140/368065
67.57/67.03	c cleaning 27008 clauses out of 54017 with flag 2568375/396064
74.77/74.21	c cleaning 27998 clauses out of 56009 with flag 2785374/425064
82.17/81.68	c cleaning 29003 clauses out of 58013 with flag 2993936/455066
90.17/89.68	c cleaning 29998 clauses out of 60008 with flag 3203079/486064
98.67/98.10	c cleaning 31003 clauses out of 62011 with flag 3426558/518065
107.97/107.46	c cleaning 31992 clauses out of 64007 with flag 3666272/551064
117.39/116.89	c cleaning 33002 clauses out of 66015 with flag 3918168/585064
127.10/126.53	c cleaning 33999 clauses out of 68013 with flag 4190172/620064
137.19/136.60	c cleaning 35003 clauses out of 70014 with flag 4459995/656064
148.00/147.41	c cleaning 36005 clauses out of 72012 with flag 4735823/693065
159.39/158.87	c cleaning 36992 clauses out of 74007 with flag 5032350/731065
171.60/171.00	c cleaning 37999 clauses out of 76019 with flag 5300510/770069
184.49/183.97	c cleaning 39005 clauses out of 78018 with flag 5596237/810067
197.99/197.48	c cleaning 40002 clauses out of 80011 with flag 5908723/851065
212.60/212.07	c cleaning 40996 clauses out of 82009 with flag 6215234/893065
228.00/227.43	c cleaning 41995 clauses out of 84013 with flag 6550042/936065
244.10/243.59	c cleaning 43000 clauses out of 86018 with flag 6902189/980065
262.00/261.40	c cleaning 44004 clauses out of 88018 with flag 7247479/1025065
280.41/279.82	c cleaning 44997 clauses out of 90013 with flag 7598488/1071064
298.92/298.31	c cleaning 46003 clauses out of 92018 with flag 7944705/1118066
318.04/317.45	c cleaning 46998 clauses out of 94013 with flag 8319826/1166064
337.35/336.71	c cleaning 48002 clauses out of 96018 with flag 8725927/1215067
357.44/356.86	c cleaning 49006 clauses out of 98015 with flag 9124134/1265066
379.05/378.47	c cleaning 49996 clauses out of 100007 with flag 9515405/1316064
401.24/400.62	c cleaning 51003 clauses out of 102012 with flag 9902668/1368065
424.45/423.86	c cleaning 52000 clauses out of 104008 with flag 10322597/1421064
448.85/448.29	c cleaning 52998 clauses out of 106008 with flag 10735226/1475064
476.45/475.86	c cleaning 54002 clauses out of 108011 with flag 11167712/1530065
504.26/503.68	c cleaning 55000 clauses out of 110009 with flag 11597044/1586065
533.66/533.05	c cleaning 56003 clauses out of 112010 with flag 12055548/1643066
563.60/562.95	c cleaning 57000 clauses out of 114008 with flag 12528502/1701067
593.96/592.99	c cleaning 58000 clauses out of 116005 with flag 12993595/1760064
626.41/625.25	c cleaning 59000 clauses out of 118005 with flag 13467037/1820064
662.32/661.18	c cleaning 59999 clauses out of 120005 with flag 13923953/1881064
698.83/697.61	c cleaning 60995 clauses out of 122006 with flag 14378878/1943064
736.84/735.62	c cleaning 61995 clauses out of 124012 with flag 14852049/2006065
775.36/774.19	c cleaning 63004 clauses out of 126016 with flag 15317114/2070064
814.76/813.50	c cleaning 64002 clauses out of 128012 with flag 15801480/2135064
856.44/855.11	c cleaning 65001 clauses out of 130011 with flag 16328287/2201065
897.44/896.20	c cleaning 65998 clauses out of 132011 with flag 16861790/2268066
940.24/938.90	c cleaning 67000 clauses out of 134011 with flag 17390350/2336064
983.97/982.65	c cleaning 67996 clauses out of 136011 with flag 17904696/2405064
1032.28/1030.97	c cleaning 69006 clauses out of 138016 with flag 18439401/2475065
1081.09/1079.75	c cleaning 69998 clauses out of 140009 with flag 18962225/2546064
1132.11/1130.72	c cleaning 70994 clauses out of 142011 with flag 19501139/2618064
1186.24/1184.74	c cleaning 72004 clauses out of 144017 with flag 20071920/2691064
1241.44/1239.92	c cleaning 73006 clauses out of 146012 with flag 20618747/2765064
1299.04/1297.52	c cleaning 73999 clauses out of 148005 with flag 21165236/2840064
1360.85/1359.35	c cleaning 74996 clauses out of 150006 with flag 21732900/2916064
1425.86/1424.31	c cleaning 75999 clauses out of 152013 with flag 22315632/2993067
1492.36/1490.86	c cleaning 76996 clauses out of 154011 with flag 22887628/3071064
1536.28/1534.77	c starts		: 8652
1536.28/1534.77	c conflicts		: 3128550
1536.28/1534.77	c decisions		: 3703705
1536.28/1534.77	c propagations		: 85851507
1536.28/1534.77	c inspects		: 29929934874
1536.28/1534.77	c shortcuts		: 0
1536.28/1534.77	c learnt literals	: 8
1536.28/1534.77	c learnt binary clauses	: 14
1536.28/1534.77	c learnt ternary clauses	: 123
1536.28/1534.77	c learnt constraints	: 3128541
1536.28/1534.77	c ignored constraints	: 0
1536.28/1534.77	c root simplifications	: 0
1536.28/1534.77	c removed literals (reason simplification)	: 0
1536.28/1534.77	c reason swapping (by a shorter reason)	: 0
1536.28/1534.77	c Calls to reduceDB	: 74
1536.28/1534.77	c Number of update (reduction) of LBD	: 773704
1536.28/1534.77	c Imported unit clauses	: 0
1536.28/1534.77	c number of reductions to clauses (during analyze)	: 0
1536.28/1534.77	c number of learned constraints concerned by reduction	: 0
1536.28/1534.77	c number of learning phase by resolution	: 0
1536.28/1534.77	c number of learning phase by cutting planes	: 0
1536.28/1534.77	c speed (assignments/second)	: 55943.46127881184
1536.28/1534.77	c non guided choices	0
1536.28/1534.77	c learnt constraints type 
1536.28/1534.77	s OPTIMUM FOUND
1536.28/1534.77	c Found 1 solution(s)
1536.28/1534.77	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 -x51 -x52 x53 x54 -x55 x56 x57 x58 -x59 x60 x61 -x62 -x63 -x64 -x65 x66 x67 x68 -x69 -x70 -x71 -x72 -x73 -x74 x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 x86 x87 x88 x89 x90 x91 -x92 -x93 -x94 -x95 x96 -x97 x98 -x99 -x100 x101 x102 x103 -x104 x105 x106 x107 x108 x109 -x110 -x111 -x112 -x113 -x114 x115 -x116 x117 x118 x119 x120 x121 -x122 x123 x124 x125 x126 -x127 -x128 -x129 -x130 x131 x132 x133 x134 x135 x136 x137 x138 x139 -x140 -x141 -x142 -x143 -x144 
1536.28/1534.77	c objective function=70
1536.28/1534.77	c Total wall clock time (in seconds): 1534.655

Verifier Data

OK	70

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-4117973-1467242181/watcher-4117973-1467242181 -o /tmp/evaluation-result-4117973-1467242181/solver-4117973-1467242181 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1467208989-4835 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4117973-1467242181.opb 

pid=9448
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.11 2.19 2.18 3/196 9451
/proc/meminfo: memFree=26963636/32872528 swapFree=1483896/1661724
[pid=9451] ppid=9448 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/9451/stat : 9451 (java) D 9448 9451 4818 0 -1 4202496 524 0 0 0 0 0 0 0 20 0 1 0 5170633 9515008 176 33554432000 1073741824 1073778376 140737011130992 140737011113720 273905697680 0 0 4096 0 18446744072100756772 0 0 17 1 0 0 0 0 0
/proc/9451/statm: 2323 176 133 9 0 71 0

[startup+0.100186 s]
/proc/loadavg: 2.11 2.19 2.18 3/196 9451
/proc/meminfo: memFree=26963636/32872528 swapFree=1483896/1661724
[pid=9451] ppid=9448 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/9451/stat : 9451 (java) S 9448 9451 4818 0 -1 4202496 4405 0 1 0 7 1 0 0 20 0 18 0 5170633 9787879424 6036 33554432000 1073741824 1073778376 140737011130992 140737011122128 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9451/statm: 2389619 6036 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200231 s]
/proc/loadavg: 2.11 2.19 2.18 3/196 9451
/proc/meminfo: memFree=26963636/32872528 swapFree=1483896/1661724
[pid=9451] ppid=9448 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/9451/stat : 9451 (java) S 9448 9451 4818 0 -1 4202496 5861 0 1 0 24 1 0 0 20 0 19 0 5170633 9856040960 8039 33554432000 1073741824 1073778376 140737011130992 140737011122128 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9451/statm: 2406260 8039 2229 9 0 2396937 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9625040

[startup+0.300243 s]
/proc/loadavg: 2.11 2.19 2.18 3/196 9451
/proc/meminfo: memFree=26963636/32872528 swapFree=1483896/1661724
[pid=9451] ppid=9448 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/9451/stat : 9451 (java) S 9448 9451 4818 0 -1 4202496 6771 0 1 0 48 2 0 0 20 0 19 0 5170633 9856040960 8342 33554432000 1073741824 1073778376 140737011130992 140737011122128 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9451/statm: 2406260 8342 2244 9 0 2396937 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9625040

[startup+0.700281 s]
/proc/loadavg: 2.11 2.19 2.18 3/196 9451
/proc/meminfo: memFree=26963636/32872528 swapFree=1483896/1661724
[pid=9451] ppid=9448 vsize=9625040 CPUtime=1.16 cores=1,3,5,7
/proc/9451/stat : 9451 (java) S 9448 9451 4818 0 -1 4202496 14290 0 1 0 113 3 0 0 20 0 19 0 5170633 9856040960 13458 33554432000 1073741824 1073778376 140737011130992 140737011122128 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9451/statm: 2406260 13458 2254 9 0 2396937 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.11 2.19 2.18 3/215 9470
/proc/meminfo: memFree=26916944/32872528 swapFree=1483896/1661724
[pid=9451] ppid=9448 vsize=9625040 CPUtime=2.05 cores=1,3,5,7
/proc/9451/stat : 9451 (java) S 9448 9451 4818 0 -1 4202496 14344 0 1 0 201 4 0 0 20 0 19 0 5170633 9856040960 14533 33554432000 1073741824 1073778376 140737011130992 140737011122128 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9451/statm: 2406260 14533 2256 9 0 2396937 0
[pid=9451/tid=9453] ppid=9448 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/9451/task/9453/stat : 9453 (java) R 9448 9451 4818 0 -1 4202560 2423 0 1 0 144 2 0 0 20 0 19 0 5170634 9856040960 14533 33554432000 1073741824 1073778376 140737011130992 139826100379928 139825965893388 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9451/tid=9454] ppid=9448 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9451/task/9454/stat : 9454 (java) S 9448 9451 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5170635 9856040960 14533 33554432000 1073741824 1073778376 140737011130992 139826089441960 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9451/tid=9455] ppid=9448 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9451/task/9455/stat : 9455 (java) S 9448 9451 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5170635 9856040960 14533 33554432000 1073741824 1073778376 140737011130992 139826088389416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9451/tid=9456] ppid=9448 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9451/task/9456/stat : 9456 (java) S 9448 9451 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5170636 9856040960 14533 33554432000 1073741824 1073778376 140737011130992 139826087336872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9451/tid=9457] ppid=9448 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9451/task/9457/stat : 9457 (java) S 9448 9451 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5170636 9856040960 14533 33554432000 1073741824 1073778376 140737011130992 139826086284328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9451/tid=9458] ppid=9448 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9451/task/9458/stat : 9458 (java) S 9448 9451 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5170636 9856040960 14533 33554432000 1073741824 1073778376 140737011130992 139826085230760 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9451/tid=9459] ppid=9448 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9451/task/9459/stat : 9459 (java) S 9448 9451 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5170636 9856040960 14533 33554432000 1073741824 1073778376 140737011130992 139826084178216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9451/tid=9460] ppid=9448 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9451/task/9460/stat : 9460 (java) S 9448 9451 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5170636 9856040960 14533 33554432000 1073741824 1073778376 140737011130992 139825937856936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9451/tid=9461] ppid=9448 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9451/task/9461/stat : 9461 (java) S 9448 9451 4818 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5170636 9856040960 14533 33554432000 1073741824 1073778376 140737011130992 139825936804392 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9451/tid=9462] ppid=9448 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9451/task/9462/stat : 9462 (java) S 9448 9451 4818 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 5170637 9856040960 14533 33554432000 1073741824 1073778376 140737011130992 139825924606568 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9451/tid=9463] ppid=9448 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9451/task/9463/stat : 9463 (java) S 9448 9451 4818 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5170637 9856040960 14533 33554432000 1073741824 1073778376 140737011130992 139825923552888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9451/tid=9464] ppid=9448 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9451/task/9464/stat : 9464 (java) S 9448 9451 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5170637 9856040960 14533 33554432000 1073741824 1073778376 140737011130992 139825922500232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9451/tid=9465] ppid=9448 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9451/task/9465/stat : 9465 (java) S 9448 9451 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5170640 9856040960 14533 33554432000 1073741824 1073778376 140737011130992 139825921448976 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9451/tid=9466] ppid=9448 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/9451/task/9466/stat : 9466 (java) S 9448 9451 4818 0 -1 4202560 8034 0 0 0 33 2 0 0 20 0 19 0 5170640 9856040960 14533 33554432000 1073741824 1073778376 140737011130992 139825920395320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9451/tid=9467] ppid=9448 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/9451/task/9467/stat : 9467 (java) S 9448 9451 4818 0 -1 4202560 2614 0 0 0 20 0 0 0 20 0 19 0 5170640 9856040960 14533 33554432000 1073741824 1073778376 140737011130992 139825919342776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9451/tid=9468] ppid=9448 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9451/task/9468/stat : 9468 (java) S 9448 9451 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5170640 9856040960 14533 33554432000 1073741824 1073778376 140737011130992 139825918290424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9451/tid=9469] ppid=9448 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9451/task/9469/stat : 9469 (java) S 9448 9451 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5170640 9856040960 14533 33554432000 1073741824 1073778376 140737011130992 139825917238088 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9451/tid=9470] ppid=9448 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9451/task/9470/stat : 9470 (java) S 9448 9451 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5170649 9856040960 14533 33554432000 1073741824 1073778376 140737011130992 139825916134696 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 2.11 2.19 2.18 4/215 9470
/proc/meminfo: memFree=26913904/32872528 swapFree=1483896/1661724
[pid=9451] ppid=9448 vsize=9625040 CPUtime=3.66 cores=1,3,5,7
/proc/9451/stat : 9451 (java) S 9448 9451 4818 0 -1 4202496 14347 0 1 0 362 4 0 0 20 0 19 0 5170633 9856040960 15558 33554432000 1073741824 1073778376 140737011130992 140737011122128 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9451/statm: 2406260 15558 2256 9 0 2396937 0
[pid=9451/tid=9453] ppid=9448 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/9451/task/9453/stat : 9453 (java) R 9448 9451 4818 0 -1 4202560 2425 0 1 0 304 2 0 0 20 0 19 0 5170634 9856040960 15558 33554432000 1073741824 1073778376 140737011130992 139826100379928 139825965977886 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9451/tid=9454] ppid=9448 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9451/task/9454/stat : 9454 (java) S 9448 9451 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5170635 9856040960 15558 33554432000 1073741824 1073778376 140737011130992 139826089441960 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9451/tid=9455] ppid=9448 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9451/task/9455/stat : 9455 (java) S 9448 9451 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5170635 9856040960 15558 33554432000 1073741824 1073778376 140737011130992 139826088389416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9451/tid=9456] ppid=9448 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9451/task/9456/stat : 9456 (java) S 9448 9451 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5170636 9856040960 15558 33554432000 1073741824 1073778376 140737011130992 139826087336872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9451/tid=9457] ppid=9448 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9451/task/9457/stat : 9457 (java) S 9448 9451 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5170636 9856040960 15558 33554432000 1073741824 1073778376 140737011130992 139826086284328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9451/tid=9458] ppid=9448 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9451/task/9458/stat : 9458 (java) S 9448 9451 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5170636 9856040960 15558 33554432000 1073741824 1073778376 140737011130992 139826085230760 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9451/tid=9459] ppid=9448 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9451/task/9459/stat : 9459 (java) S 9448 9451 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5170636 9856040960 15558 33554432000 1073741824 1073778376 140737011130992 139826084178216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9451/tid=9460] ppid=9448 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9451/task/9460/stat : 9460 (java) S 9448 9451 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5170636 9856040960 15558 33554432000 1073741824 1073778376 140737011130992 139825937856936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9451/tid=9461] ppid=9448 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9451/task/9461/stat : 9461 (java) S 9448 9451 4818 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5170636 9856040960 15558 33554432000 1073741824 1073778376 140737011130992 139825936804392 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9451/tid=9462] ppid=9448 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9451/task/9462/stat : 9462 (java) S 9448 9451 4818 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 5170637 9856040960 15558 33554432000 1073741824 1073778376 140737011130992 139825924606568 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9451/tid=9463] ppid=9448 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9451/task/9463/stat : 9463 (java) S 9448 9451 4818 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5170637 9856040960 15558 33554432000 1073741824 1073778376 140737011130992 139825923552888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9451/tid=9464] ppid=9448 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9451/task/9464/stat : 9464 (java) S 9448 9451 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5170637 9856040960 15558 33554432000 1073741824 1073778376 140737011130992 139825922500232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9451/tid=9465] ppid=9448 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9451/task/9465/stat : 9465 (java) S 9448 9451 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5170640 9856040960 15558 33554432000 1073741824 1073778376 140737011130992 139825921448976 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9451/tid=9466] ppid=9448 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/9451/task/9466/stat : 9466 (java) S 9448 9451 4818 0 -1 4202560 8034 0 0 0 33 2 0 0 20 0 19 0 5170640 9856040960 15558 33554432000 1073741824 1073778376 140737011130992 139825920395320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9451/tid=9467] ppid=9448 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/9451/task/9467/stat : 9467 (java) S 9448 9451 4818 0 -1 4202560 2615 0 0 0 21 0 0 0 20 0 19 0 5170640 9856040960 15558 33554432000 1073741824 1073778376 140737011130992 139825919342776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9451/tid=9468] ppid=9448 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9451/task/9468/stat : 9468 (java) S 9448 9451 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5170640 9856040960 15558 33554432000 1073741824 1073778376 140737011130992 139825918290424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9451/tid=9469] ppid=9448 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9451/task/9469/stat : 9469 (java) S 9448 9451 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5170640 9856040960 15558 33554432000 1073741824 1073778376 140737011130992 139825917238088 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9451/tid=9470] ppid=9448 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9451/task/9470/stat : 9470 (java) S 9448 9451 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5170649 9856040960 15558 33554432000 1073741824 1073778376 140737011130992 139825916134696 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.66
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.10 2.18 2.18 4/215 9470
/proc/meminfo: memFree=26906936/32872528 swapFree=1483896/1661724
[pid=9451] ppid=9448 vsize=9625040 CPUtime=6.86 cores=1,3,5,7
/proc/9451/stat : 9451 (java) S 9448 9451 4818 0 -1 4202496 14352 0 1 0 682 4 0 0 20 0 19 0 5170633 9856040960 16738 33554432000 1073741824 1073778376 140737011130992 140737011122128 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9451/statm: 2406260 16738 2257 9 0 2396937 0
[pid=9451/tid=9453] ppid=9448 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/9451/task/9453/stat : 9453 (java) R 9448 9451 4818 0 -1 4202560 2429 0 1 0 623 2 0 0 20 0 19 0 5170634 9856040960 16738 33554432000 1073741824 1073778376 140737011130992 139826100380040 139825965934010 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9451/tid=9454] ppid=9448 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9451/task/9454/stat : 9454 (java) S 9448 9451 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5170635 9856040960 16738 33554432000 1073741824 1073778376 140737011130992 139826089441960 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9451/tid=9455] ppid=9448 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9451/task/9455/stat : 9455 (java) S 9448 9451 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5170635 9856040960 16738 33554432000 1073741824 1073778376 140737011130992 139826088389416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9451/tid=9456] ppid=9448 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9451/task/9456/stat : 9456 (java) S 9448 9451 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5170636 9856040960 16738 33554432000 1073741824 1073778376 140737011130992 139826087336872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9451/tid=9457] ppid=9448 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9451/task/9457/stat : 9457 (java) S 9448 9451 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5170636 9856040960 16738 33554432000 1073741824 1073778376 140737011130992 139826086284328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9451/tid=9458] ppid=9448 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9451/task/9458/stat : 9458 (java) S 9448 9451 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5170636 9856040960 16738 33554432000 1073741824 1073778376 140737011130992 139826085230760 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9451/tid=9459] ppid=9448 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9451/task/9459/stat : 9459 (java) S 9448 9451 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5170636 9856040960 16738 33554432000 1073741824 1073778376 140737011130992 139826084178216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9451/tid=9460] ppid=9448 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9451/task/9460/stat : 9460 (java) S 9448 9451 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5170636 9856040960 16738 33554432000 1073741824 1073778376 140737011130992 139825937856936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9451/tid=9461] ppid=9448 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9451/task/9461/stat : 9461 (java) S 9448 9451 4818 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5170636 9856040960 16738 33554432000 1073741824 1073778376 140737011130992 139825936804392 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9451/tid=9462] ppid=9448 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9451/task/9462/stat : 9462 (java) S 9448 9451 4818 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 5170637 9856040960 16738 33554432000 1073741824 1073778376 140737011130992 139825924606568 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9451/tid=9463] ppid=9448 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9451/task/9463/stat : 9463 (java) S 9448 9451 4818 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5170637 9856040960 16738 33554432000 1073741824 1073778376 140737011130992 139825923552888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9451/tid=9464] ppid=9448 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9451/task/9464/stat : 9464 (java) S 9448 9451 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5170637 9856040960 16738 33554432000 1073741824 1073778376 140737011130992 139825922500232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9451/tid=9465] ppid=9448 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9451/task/9465/stat : 9465 (java) S 9448 9451 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5170640 9856040960 16738 33554432000 1073741824 1073778376 140737011130992 139825921448976 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9451/tid=9466] ppid=9448 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/9451/task/9466/stat : 9466 (java) S 9448 9451 4818 0 -1 4202560 8034 0 0 0 33 2 0 0 20 0 19 0 5170640 9856040960 16738 33554432000 1073741824 1073778376 140737011130992 139825920395320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9451/tid=9467] ppid=9448 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/9451/task/9467/stat : 9467 (java) S 9448 9451 4818 0 -1 4202560 2615 0 0 0 21 0 0 0 20 0 19 0 5170640 9856040960 16738 33554432000 1073741824 1073778376 140737011130992 139825919342776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9451/tid=9468] ppid=9448 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9451/task/9468/stat : 9468 (java) S 9448 9451 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5170640 9856040960 16738 33554432000 1073741824 1073778376 140737011130992 139825918290424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9451/tid=9469] ppid=9448 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9451/task/9469/stat : 9469 (java) S 9448 9451 4818 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 5170640 9856040960 16738 33554432000 1073741824 1073778376 140737011130992 139825917238088 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9451/tid=9470] ppid=9448 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9451/task/9470/stat : 9470 (java) S 9448 9451 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5170649 9856040960 16738 33554432000 1073741824 1073778376 140737011130992 139825916134696 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.86
Current children cumulated vsize (KiB) 9625040


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

[pid=9451/tid=9463] ppid=9448 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9451/task/9463/stat : 9463 (java) S 9448 9451 4818 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5170637 9856040960 62896 33554432000 1073741824 1073778376 140737011130992 139825923552888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9451/tid=9464] ppid=9448 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9451/task/9464/stat : 9464 (java) S 9448 9451 4818 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5170637 9856040960 62896 33554432000 1073741824 1073778376 140737011130992 139825922500232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9451/tid=9465] ppid=9448 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9451/task/9465/stat : 9465 (java) S 9448 9451 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5170640 9856040960 62896 33554432000 1073741824 1073778376 140737011130992 139825921448976 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9451/tid=9466] ppid=9448 vsize=9625040 CPUtime=0.9 cores=1,3,5,7
/proc/9451/task/9466/stat : 9466 (java) S 9448 9451 4818 0 -1 4202560 11259 0 0 0 87 3 0 0 20 0 19 0 5170640 9856040960 62896 33554432000 1073741824 1073778376 140737011130992 139825920395320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9451/tid=9467] ppid=9448 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/9451/task/9467/stat : 9467 (java) S 9448 9451 4818 0 -1 4202560 2615 0 0 0 23 0 0 0 20 0 19 0 5170640 9856040960 62896 33554432000 1073741824 1073778376 140737011130992 139825919342776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9451/tid=9468] ppid=9448 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9451/task/9468/stat : 9468 (java) S 9448 9451 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5170640 9856040960 62896 33554432000 1073741824 1073778376 140737011130992 139825918290424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9451/tid=9469] ppid=9448 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/9451/task/9469/stat : 9469 (java) S 9448 9451 4818 0 -1 4202560 90 0 0 0 27 36 0 0 20 0 19 0 5170640 9856040960 62896 33554432000 1073741824 1073778376 140737011130992 139825917238088 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9451/tid=9470] ppid=9448 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9451/task/9470/stat : 9470 (java) S 9448 9451 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5170649 9856040960 62896 33554432000 1073741824 1073778376 140737011130992 139825916134696 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1535.18
Current children cumulated vsize (KiB) 9625040

[startup+1534.4 s]
/proc/loadavg: 2.14 2.18 2.18 3/215 9575
/proc/meminfo: memFree=26622696/32872528 swapFree=1483896/1661724
[pid=9451] ppid=9448 vsize=9625040 CPUtime=1535.98 cores=1,3,5,7
/proc/9451/stat : 9451 (java) S 9448 9451 4818 0 -1 4202496 18468 0 1 0 153560 38 0 0 20 0 19 0 5170633 9856040960 62896 33554432000 1073741824 1073778376 140737011130992 140737011122128 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9451/statm: 2406260 62896 2273 9 0 2396937 0
[pid=9451/tid=9453] ppid=9448 vsize=9625040 CPUtime=1530.26 cores=1,3,5,7
/proc/9451/task/9453/stat : 9453 (java) R 9448 9451 4818 0 -1 4202560 2499 0 1 0 153001 25 0 0 20 0 19 0 5170634 9856040960 62896 33554432000 1073741824 1073778376 140737011130992 139826100378048 139825965546285 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9451/tid=9454] ppid=9448 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/9451/task/9454/stat : 9454 (java) S 9448 9451 4818 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 19 0 5170635 9856040960 62896 33554432000 1073741824 1073778376 140737011130992 139826089441960 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9451/tid=9455] ppid=9448 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/9451/task/9455/stat : 9455 (java) S 9448 9451 4818 0 -1 4202560 58 0 0 0 1 0 0 0 20 0 19 0 5170635 9856040960 62896 33554432000 1073741824 1073778376 140737011130992 139826088389416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9451/tid=9456] ppid=9448 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/9451/task/9456/stat : 9456 (java) S 9448 9451 4818 0 -1 4202560 110 0 0 0 4 1 0 0 20 0 19 0 5170636 9856040960 62896 33554432000 1073741824 1073778376 140737011130992 139826087336872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9451/tid=9457] ppid=9448 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/9451/task/9457/stat : 9457 (java) S 9448 9451 4818 0 -1 4202560 100 0 0 0 2 1 0 0 20 0 19 0 5170636 9856040960 62896 33554432000 1073741824 1073778376 140737011130992 139826086284328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9451/tid=9458] ppid=9448 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/9451/task/9458/stat : 9458 (java) S 9448 9451 4818 0 -1 4202560 18 0 0 0 1 2 0 0 20 0 19 0 5170636 9856040960 62896 33554432000 1073741824 1073778376 140737011130992 139826085230760 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9451/tid=9459] ppid=9448 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/9451/task/9459/stat : 9459 (java) S 9448 9451 4818 0 -1 4202560 71 0 0 0 2 2 0 0 20 0 19 0 5170636 9856040960 62896 33554432000 1073741824 1073778376 140737011130992 139826084178216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9451/tid=9460] ppid=9448 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/9451/task/9460/stat : 9460 (java) S 9448 9451 4818 0 -1 4202560 134 0 0 0 2 1 0 0 20 0 19 0 5170636 9856040960 62896 33554432000 1073741824 1073778376 140737011130992 139825937856936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9451/tid=9461] ppid=9448 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/9451/task/9461/stat : 9461 (java) S 9448 9451 4818 0 -1 4202560 189 0 0 0 5 0 0 0 20 0 19 0 5170636 9856040960 62896 33554432000 1073741824 1073778376 140737011130992 139825936804392 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9451/tid=9462] ppid=9448 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/9451/task/9462/stat : 9462 (java) S 9448 9451 4818 0 -1 4202560 45 0 0 0 1 1 0 0 20 0 19 0 5170637 9856040960 62896 33554432000 1073741824 1073778376 140737011130992 139825924606568 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9451/tid=9463] ppid=9448 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9451/task/9463/stat : 9463 (java) S 9448 9451 4818 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5170637 9856040960 62896 33554432000 1073741824 1073778376 140737011130992 139825923552888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9451/tid=9464] ppid=9448 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9451/task/9464/stat : 9464 (java) S 9448 9451 4818 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5170637 9856040960 62896 33554432000 1073741824 1073778376 140737011130992 139825922500232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9451/tid=9465] ppid=9448 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9451/task/9465/stat : 9465 (java) S 9448 9451 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5170640 9856040960 62896 33554432000 1073741824 1073778376 140737011130992 139825921448976 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9451/tid=9466] ppid=9448 vsize=9625040 CPUtime=0.9 cores=1,3,5,7
/proc/9451/task/9466/stat : 9466 (java) S 9448 9451 4818 0 -1 4202560 11259 0 0 0 87 3 0 0 20 0 19 0 5170640 9856040960 62896 33554432000 1073741824 1073778376 140737011130992 139825920395320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9451/tid=9467] ppid=9448 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/9451/task/9467/stat : 9467 (java) S 9448 9451 4818 0 -1 4202560 2615 0 0 0 23 0 0 0 20 0 19 0 5170640 9856040960 62896 33554432000 1073741824 1073778376 140737011130992 139825919342776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9451/tid=9468] ppid=9448 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9451/task/9468/stat : 9468 (java) S 9448 9451 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5170640 9856040960 62896 33554432000 1073741824 1073778376 140737011130992 139825918290424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9451/tid=9469] ppid=9448 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/9451/task/9469/stat : 9469 (java) S 9448 9451 4818 0 -1 4202560 90 0 0 0 27 36 0 0 20 0 19 0 5170640 9856040960 62896 33554432000 1073741824 1073778376 140737011130992 139825917238088 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9451/tid=9470] ppid=9448 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9451/task/9470/stat : 9470 (java) S 9448 9451 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5170649 9856040960 62896 33554432000 1073741824 1073778376 140737011130992 139825916134696 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1535.98
Current children cumulated vsize (KiB) 9625040

[startup+1534.61 s]
/proc/loadavg: 2.13 2.18 2.17 3/215 9575
/proc/meminfo: memFree=26625452/32872528 swapFree=1483896/1661724
[pid=9451] ppid=9448 vsize=9625040 CPUtime=1536.19 cores=1,3,5,7
/proc/9451/stat : 9451 (java) S 9448 9451 4818 0 -1 4202496 18468 0 1 0 153581 38 0 0 20 0 19 0 5170633 9856040960 62896 33554432000 1073741824 1073778376 140737011130992 140737011122128 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9451/statm: 2406260 62896 2273 9 0 2396937 0
[pid=9451/tid=9453] ppid=9448 vsize=9625040 CPUtime=1530.46 cores=1,3,5,7
/proc/9451/task/9453/stat : 9453 (java) R 9448 9451 4818 0 -1 4202560 2499 0 1 0 153021 25 0 0 20 0 19 0 5170634 9856040960 62896 33554432000 1073741824 1073778376 140737011130992 139826100378048 139825966205038 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9451/tid=9454] ppid=9448 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/9451/task/9454/stat : 9454 (java) S 9448 9451 4818 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 19 0 5170635 9856040960 62896 33554432000 1073741824 1073778376 140737011130992 139826089441960 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9451/tid=9455] ppid=9448 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/9451/task/9455/stat : 9455 (java) S 9448 9451 4818 0 -1 4202560 58 0 0 0 1 0 0 0 20 0 19 0 5170635 9856040960 62896 33554432000 1073741824 1073778376 140737011130992 139826088389416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9451/tid=9456] ppid=9448 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/9451/task/9456/stat : 9456 (java) S 9448 9451 4818 0 -1 4202560 110 0 0 0 4 1 0 0 20 0 19 0 5170636 9856040960 62896 33554432000 1073741824 1073778376 140737011130992 139826087336872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9451/tid=9457] ppid=9448 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/9451/task/9457/stat : 9457 (java) S 9448 9451 4818 0 -1 4202560 100 0 0 0 2 1 0 0 20 0 19 0 5170636 9856040960 62896 33554432000 1073741824 1073778376 140737011130992 139826086284328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9451/tid=9458] ppid=9448 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/9451/task/9458/stat : 9458 (java) S 9448 9451 4818 0 -1 4202560 18 0 0 0 1 2 0 0 20 0 19 0 5170636 9856040960 62896 33554432000 1073741824 1073778376 140737011130992 139826085230760 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9451/tid=9459] ppid=9448 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/9451/task/9459/stat : 9459 (java) S 9448 9451 4818 0 -1 4202560 71 0 0 0 2 2 0 0 20 0 19 0 5170636 9856040960 62896 33554432000 1073741824 1073778376 140737011130992 139826084178216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9451/tid=9460] ppid=9448 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/9451/task/9460/stat : 9460 (java) S 9448 9451 4818 0 -1 4202560 134 0 0 0 2 1 0 0 20 0 19 0 5170636 9856040960 62896 33554432000 1073741824 1073778376 140737011130992 139825937856936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9451/tid=9461] ppid=9448 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/9451/task/9461/stat : 9461 (java) S 9448 9451 4818 0 -1 4202560 189 0 0 0 5 0 0 0 20 0 19 0 5170636 9856040960 62896 33554432000 1073741824 1073778376 140737011130992 139825936804392 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9451/tid=9462] ppid=9448 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/9451/task/9462/stat : 9462 (java) S 9448 9451 4818 0 -1 4202560 45 0 0 0 1 1 0 0 20 0 19 0 5170637 9856040960 62896 33554432000 1073741824 1073778376 140737011130992 139825924606568 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9451/tid=9463] ppid=9448 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9451/task/9463/stat : 9463 (java) S 9448 9451 4818 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5170637 9856040960 62896 33554432000 1073741824 1073778376 140737011130992 139825923552888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9451/tid=9464] ppid=9448 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9451/task/9464/stat : 9464 (java) S 9448 9451 4818 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5170637 9856040960 62896 33554432000 1073741824 1073778376 140737011130992 139825922500232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9451/tid=9465] ppid=9448 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9451/task/9465/stat : 9465 (java) S 9448 9451 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5170640 9856040960 62896 33554432000 1073741824 1073778376 140737011130992 139825921448976 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9451/tid=9466] ppid=9448 vsize=9625040 CPUtime=0.9 cores=1,3,5,7
/proc/9451/task/9466/stat : 9466 (java) S 9448 9451 4818 0 -1 4202560 11259 0 0 0 87 3 0 0 20 0 19 0 5170640 9856040960 62896 33554432000 1073741824 1073778376 140737011130992 139825920395320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9451/tid=9467] ppid=9448 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/9451/task/9467/stat : 9467 (java) S 9448 9451 4818 0 -1 4202560 2615 0 0 0 24 0 0 0 20 0 19 0 5170640 9856040960 62896 33554432000 1073741824 1073778376 140737011130992 139825919342776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9451/tid=9468] ppid=9448 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9451/task/9468/stat : 9468 (java) S 9448 9451 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5170640 9856040960 62896 33554432000 1073741824 1073778376 140737011130992 139825918290424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9451/tid=9469] ppid=9448 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/9451/task/9469/stat : 9469 (java) S 9448 9451 4818 0 -1 4202560 90 0 0 0 27 36 0 0 20 0 19 0 5170640 9856040960 62896 33554432000 1073741824 1073778376 140737011130992 139825917238088 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9451/tid=9470] ppid=9448 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9451/task/9470/stat : 9470 (java) S 9448 9451 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5170649 9856040960 62896 33554432000 1073741824 1073778376 140737011130992 139825916134696 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1536.19
Current children cumulated vsize (KiB) 9625040

[startup+1534.7 s]
/proc/loadavg: 2.13 2.18 2.17 3/215 9575
/proc/meminfo: memFree=26625452/32872528 swapFree=1483896/1661724
[pid=9451] ppid=9448 vsize=9625040 CPUtime=1536.28 cores=1,3,5,7
/proc/9451/stat : 9451 (java) S 9448 9451 4818 0 -1 4202496 18468 0 1 0 153590 38 0 0 20 0 19 0 5170633 9856040960 62896 33554432000 1073741824 1073778376 140737011130992 140737011122128 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9451/statm: 2406260 62896 2273 9 0 2396937 0
[pid=9451/tid=9453] ppid=9448 vsize=9625040 CPUtime=1530.55 cores=1,3,5,7
/proc/9451/task/9453/stat : 9453 (java) R 9448 9451 4818 0 -1 4202560 2499 0 1 0 153030 25 0 0 20 0 19 0 5170634 9856040960 62896 33554432000 1073741824 1073778376 140737011130992 139826100378048 139825965701006 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9451/tid=9454] ppid=9448 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/9451/task/9454/stat : 9454 (java) S 9448 9451 4818 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 19 0 5170635 9856040960 62896 33554432000 1073741824 1073778376 140737011130992 139826089441960 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9451/tid=9455] ppid=9448 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/9451/task/9455/stat : 9455 (java) S 9448 9451 4818 0 -1 4202560 58 0 0 0 1 0 0 0 20 0 19 0 5170635 9856040960 62896 33554432000 1073741824 1073778376 140737011130992 139826088389416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9451/tid=9456] ppid=9448 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/9451/task/9456/stat : 9456 (java) S 9448 9451 4818 0 -1 4202560 110 0 0 0 4 1 0 0 20 0 19 0 5170636 9856040960 62896 33554432000 1073741824 1073778376 140737011130992 139826087336872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9451/tid=9457] ppid=9448 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/9451/task/9457/stat : 9457 (java) S 9448 9451 4818 0 -1 4202560 100 0 0 0 2 1 0 0 20 0 19 0 5170636 9856040960 62896 33554432000 1073741824 1073778376 140737011130992 139826086284328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9451/tid=9458] ppid=9448 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/9451/task/9458/stat : 9458 (java) S 9448 9451 4818 0 -1 4202560 18 0 0 0 1 2 0 0 20 0 19 0 5170636 9856040960 62896 33554432000 1073741824 1073778376 140737011130992 139826085230760 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9451/tid=9459] ppid=9448 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/9451/task/9459/stat : 9459 (java) S 9448 9451 4818 0 -1 4202560 71 0 0 0 2 2 0 0 20 0 19 0 5170636 9856040960 62896 33554432000 1073741824 1073778376 140737011130992 139826084178216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9451/tid=9460] ppid=9448 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/9451/task/9460/stat : 9460 (java) S 9448 9451 4818 0 -1 4202560 134 0 0 0 2 1 0 0 20 0 19 0 5170636 9856040960 62896 33554432000 1073741824 1073778376 140737011130992 139825937856936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9451/tid=9461] ppid=9448 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/9451/task/9461/stat : 9461 (java) S 9448 9451 4818 0 -1 4202560 189 0 0 0 5 0 0 0 20 0 19 0 5170636 9856040960 62896 33554432000 1073741824 1073778376 140737011130992 139825936804392 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9451/tid=9462] ppid=9448 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/9451/task/9462/stat : 9462 (java) S 9448 9451 4818 0 -1 4202560 45 0 0 0 1 1 0 0 20 0 19 0 5170637 9856040960 62896 33554432000 1073741824 1073778376 140737011130992 139825924606568 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9451/tid=9463] ppid=9448 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9451/task/9463/stat : 9463 (java) S 9448 9451 4818 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5170637 9856040960 62896 33554432000 1073741824 1073778376 140737011130992 139825923552888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9451/tid=9464] ppid=9448 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9451/task/9464/stat : 9464 (java) S 9448 9451 4818 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5170637 9856040960 62896 33554432000 1073741824 1073778376 140737011130992 139825922500232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9451/tid=9465] ppid=9448 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9451/task/9465/stat : 9465 (java) S 9448 9451 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5170640 9856040960 62896 33554432000 1073741824 1073778376 140737011130992 139825921448976 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9451/tid=9466] ppid=9448 vsize=9625040 CPUtime=0.9 cores=1,3,5,7
/proc/9451/task/9466/stat : 9466 (java) S 9448 9451 4818 0 -1 4202560 11259 0 0 0 87 3 0 0 20 0 19 0 5170640 9856040960 62896 33554432000 1073741824 1073778376 140737011130992 139825920395320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9451/tid=9467] ppid=9448 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/9451/task/9467/stat : 9467 (java) S 9448 9451 4818 0 -1 4202560 2615 0 0 0 24 0 0 0 20 0 19 0 5170640 9856040960 62896 33554432000 1073741824 1073778376 140737011130992 139825919342776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9451/tid=9468] ppid=9448 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9451/task/9468/stat : 9468 (java) S 9448 9451 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5170640 9856040960 62896 33554432000 1073741824 1073778376 140737011130992 139825918290424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9451/tid=9469] ppid=9448 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/9451/task/9469/stat : 9469 (java) S 9448 9451 4818 0 -1 4202560 90 0 0 0 27 36 0 0 20 0 19 0 5170640 9856040960 62896 33554432000 1073741824 1073778376 140737011130992 139825917238088 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9451/tid=9470] ppid=9448 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9451/task/9470/stat : 9470 (java) S 9448 9451 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5170649 9856040960 62896 33554432000 1073741824 1073778376 140737011130992 139825916134696 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1536.28
Current children cumulated vsize (KiB) 9625040

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9451 and gives
#  childrusage.ru_utime.tv_sec=1532
#  childrusage.ru_utime.tv_usec=79088
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=850870
# CPU time returned by wait4() is 1532.93
# while last known CPU time is 1536.28
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1534.78
CPU time (s): 1536.28
CPU user time (s): 1535.9
CPU system time (s): 0.38
CPU usage (%): 100.098
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1532.08
system time used= 0.85087
maximum resident set size= 251640
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18488
page faults= 1
swaps= 0
block input operations= 0
block output operations= 992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32614
involuntary context switches= 1962

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.6484 second user time and 14.4468 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-30 01:16:21
IDJOB=4117973
IDBENCH=111634
IDSOLVER=2546
FILE ID=node134/4117973-1467242181
RUNJOBID= node134-1467208989-4835
PBS_JOBID= 19997576
Free space on /tmp= 71708 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/dt-problems/normalized-lo_12x12_002.opb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4117973-1467242181/watcher-4117973-1467242181 -o /tmp/evaluation-result-4117973-1467242181/solver-4117973-1467242181 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1467208989-4835 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4117973-1467242181.opb

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

MD5SUM BENCH= d516132abc47e45aecfd51f2b27e6693
RANDOM SEED=691164099

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        26964016 kB
Buffers:          151528 kB
Cached:          2999564 kB
SwapCached:            0 kB
Active:           478984 kB
Inactive:        3017308 kB
Active(anon):     347924 kB
Inactive(anon):        0 kB
Active(file):     131060 kB
Inactive(file):  3017308 kB
Unevictable:     1661724 kB
Mlocked:         1483896 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               876 kB
Writeback:             0 kB
AnonPages:       2010940 kB
Mapped:            21468 kB
Shmem:               216 kB
Slab:             612608 kB
SReclaimable:      56376 kB
SUnreclaim:       556232 kB
KernelStack:        1592 kB
PageTables:         8224 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2394288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    503808 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= 71708 MiB
End job on node134 at 2016-06-30 01:41:56