Trace number 4117865

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 PB16SAT (TO)96 1800.08 1798.74

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/
dt-problems/normalized-lo_14x14_007.opb.metafix.opb
MD5SUM7762cfe9dc20b1498de3f44b2627227b
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark96
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables196
Total number of constraints82
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)82
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint14
Number of terms in the objective function 196
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 196
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 11
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 196
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	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.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	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.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4117865-1467240708.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  objective function found
0.11/0.15	c ... done. Wall clock time 0.047s.
0.11/0.15	c declared #vars     196
0.11/0.15	c #constraints  164
0.11/0.15	c constraints type 
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 9
0.11/0.15	c org.sat4j.minisat.constraints.cnf.UnitClauses => 6
0.11/0.15	c org.sat4j.specs.Constr$1 => 10
0.11/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 133
0.11/0.15	c org.sat4j.minisat.constraints.cnf.UnitClause => 4
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.11/0.15	c 164 constraints processed.
0.11/0.15	c objective function length is 196 literals
0.80/0.50	c cleaning 2495 clauses out of 5000 with flag 19033/5000
1.18/0.79	c cleaning 4250 clauses out of 8505 with flag 44036/11000
1.62/1.19	c cleaning 5620 clauses out of 11255 with flag 76441/18000
2.02/1.52	c SATISFIABLE
2.02/1.52	c OPTIMIZING...
2.02/1.52	c Got one! Elapsed wall clock time (in seconds):1.419
2.02/1.52	o 96
2.32/1.87	c cleaning 8429 clauses out of 16874 with flag 19801/29239
2.76/2.23	c cleaning 7222 clauses out of 14448 with flag 48231/35242
3.15/2.69	c cleaning 7111 clauses out of 14223 with flag 82261/42239
3.65/3.20	c cleaning 7551 clauses out of 15112 with flag 117682/50239
4.35/3.82	c cleaning 8273 clauses out of 16562 with flag 158797/59240
5.15/4.62	c cleaning 9141 clauses out of 18288 with flag 215589/69239
5.85/5.40	c cleaning 10072 clauses out of 20148 with flag 276458/80240
6.85/6.30	c cleaning 11029 clauses out of 22077 with flag 339976/92241
7.96/7.41	c cleaning 12010 clauses out of 24047 with flag 406624/105240
9.16/8.67	c cleaning 13013 clauses out of 26036 with flag 488537/119239
10.56/10.01	c cleaning 14009 clauses out of 28023 with flag 567467/134239
12.16/11.62	c cleaning 15005 clauses out of 30015 with flag 652004/150240
13.76/13.23	c cleaning 15993 clauses out of 32010 with flag 734134/167240
15.76/15.25	c cleaning 17007 clauses out of 34020 with flag 852052/185243
17.76/17.25	c cleaning 17999 clauses out of 36012 with flag 983475/204242
19.96/19.44	c cleaning 19005 clauses out of 38010 with flag 1095067/224239
22.36/21.83	c cleaning 19999 clauses out of 40005 with flag 1215485/245239
25.06/24.55	c cleaning 21001 clauses out of 42007 with flag 1336318/267240
27.86/27.32	c cleaning 21996 clauses out of 44005 with flag 1451531/290239
30.96/30.44	c cleaning 23001 clauses out of 46009 with flag 1598803/314239
34.37/33.84	c cleaning 23996 clauses out of 48008 with flag 1732993/339239
38.47/37.92	c cleaning 24997 clauses out of 50015 with flag 1889671/365242
42.86/42.38	c cleaning 25999 clauses out of 52016 with flag 2096949/392240
47.46/46.97	c cleaning 27000 clauses out of 54016 with flag 2312026/420239
51.86/51.33	c cleaning 28005 clauses out of 56017 with flag 2481532/449240
56.47/55.96	c cleaning 28999 clauses out of 58015 with flag 2672181/479243
61.67/61.12	c cleaning 29999 clauses out of 60013 with flag 2856822/510240
67.37/66.86	c cleaning 31001 clauses out of 62014 with flag 3060201/542240
73.56/73.09	c cleaning 31997 clauses out of 64012 with flag 3327774/575239
79.97/79.43	c cleaning 32999 clauses out of 66016 with flag 3566269/609240
87.17/86.64	c cleaning 34002 clauses out of 68018 with flag 3839031/644241
94.77/94.22	c cleaning 34995 clauses out of 70014 with flag 4077536/680239
102.37/101.82	c cleaning 35995 clauses out of 72023 with flag 4316873/717243
110.68/110.20	c cleaning 37003 clauses out of 74024 with flag 4594203/755239
118.70/118.16	c cleaning 38009 clauses out of 76023 with flag 4899485/794241
126.90/126.36	c cleaning 38995 clauses out of 78012 with flag 5154246/834239
135.91/135.39	c cleaning 40002 clauses out of 80018 with flag 5457771/875240
145.31/144.72	c cleaning 41004 clauses out of 82016 with flag 5781900/917240
154.21/153.62	c cleaning 41989 clauses out of 84011 with flag 6030954/960239
163.82/163.25	c cleaning 43010 clauses out of 86023 with flag 6330755/1004240
174.82/174.20	c cleaning 44000 clauses out of 88012 with flag 6706098/1049239
185.82/185.22	c cleaning 44996 clauses out of 90013 with flag 7041692/1095240
198.02/197.46	c cleaning 46000 clauses out of 92017 with flag 7397414/1142240
210.93/210.32	c cleaning 46999 clauses out of 94016 with flag 7786193/1190239
225.43/224.89	c cleaning 48007 clauses out of 96019 with flag 8243351/1239241
238.94/238.33	c cleaning 49002 clauses out of 98011 with flag 8615687/1289240
252.74/252.15	c cleaning 50003 clauses out of 100008 with flag 8990565/1340239
267.74/267.16	c cleaning 50993 clauses out of 102006 with flag 9388477/1392240
283.24/282.61	c cleaning 51994 clauses out of 104015 with flag 9803447/1445242
300.14/299.51	c cleaning 53004 clauses out of 106018 with flag 10268604/1499239
316.40/315.70	c cleaning 54002 clauses out of 108017 with flag 10715902/1554242
332.11/331.41	c cleaning 54996 clauses out of 110012 with flag 11143042/1610239
348.61/347.96	c cleaning 55993 clauses out of 112016 with flag 11534557/1667239
367.52/366.87	c cleaning 57008 clauses out of 114023 with flag 12035908/1725239
385.63/384.99	c cleaning 58003 clauses out of 116017 with flag 12531996/1784241
404.63/403.95	c cleaning 58993 clauses out of 118015 with flag 13050974/1844242
424.54/423.81	c cleaning 60001 clauses out of 120019 with flag 13534553/1905239
445.04/444.32	c cleaning 60989 clauses out of 122019 with flag 13974129/1967240
468.14/467.50	c cleaning 62007 clauses out of 124029 with flag 14539162/2030239
489.75/489.08	c cleaning 63002 clauses out of 126023 with flag 15045562/2094240
514.85/514.13	c cleaning 64004 clauses out of 128021 with flag 15661035/2159240
543.36/542.61	c cleaning 64997 clauses out of 130016 with flag 16278593/2225239
567.57/566.81	c cleaning 66000 clauses out of 132019 with flag 16827171/2292239
592.12/591.31	c cleaning 67008 clauses out of 134019 with flag 17354674/2360239
618.53/617.70	c cleaning 67997 clauses out of 136012 with flag 17976718/2429240
645.04/644.24	c cleaning 69002 clauses out of 138015 with flag 18550550/2499240
673.84/673.09	c cleaning 69992 clauses out of 140012 with flag 19189451/2570239
702.65/701.89	c cleaning 71002 clauses out of 142020 with flag 19786497/2642239
731.07/730.22	c cleaning 71997 clauses out of 144019 with flag 20362758/2715240
760.48/759.64	c cleaning 73001 clauses out of 146023 with flag 20950957/2789241
791.19/790.34	c cleaning 74002 clauses out of 148020 with flag 21586877/2864239
824.39/823.51	c cleaning 74997 clauses out of 150020 with flag 22238418/2940241
857.50/856.66	c cleaning 76001 clauses out of 152021 with flag 22862484/3017239
891.58/890.68	c cleaning 77002 clauses out of 154020 with flag 23525517/3095239
927.69/926.72	c cleaning 77983 clauses out of 156018 with flag 24219777/3174239
964.11/963.13	c cleaning 79010 clauses out of 158036 with flag 24854554/3254240
1003.82/1002.85	c cleaning 80004 clauses out of 160025 with flag 25580228/3335239
1041.22/1040.24	c cleaning 81004 clauses out of 162021 with flag 26242326/3417239
1081.13/1080.14	c cleaning 82001 clauses out of 164017 with flag 26909304/3500239
1122.44/1121.45	c cleaning 83001 clauses out of 166017 with flag 27620833/3584240
1164.25/1163.26	c cleaning 83999 clauses out of 168017 with flag 28328975/3669241
1207.87/1206.81	c cleaning 85003 clauses out of 170017 with flag 29046626/3755240
1253.06/1251.95	c cleaning 85996 clauses out of 172014 with flag 29806886/3842240
1298.08/1296.93	c cleaning 87000 clauses out of 174019 with flag 30524964/3930241
1345.98/1344.83	c cleaning 88000 clauses out of 176017 with flag 31318961/4019239
1394.60/1393.44	c cleaning 89004 clauses out of 178017 with flag 32094017/4109239
1447.52/1446.33	c cleaning 89998 clauses out of 180013 with flag 32912155/4200239
1496.43/1495.29	c cleaning 91003 clauses out of 182016 with flag 33673502/4292240
1549.34/1548.16	c cleaning 91995 clauses out of 184012 with flag 34433573/4385239
1603.36/1602.10	c cleaning 92999 clauses out of 186018 with flag 35236715/4479240
1655.29/1653.91	c cleaning 94004 clauses out of 188019 with flag 35994945/4574240
1712.39/1711.04	c cleaning 95006 clauses out of 190017 with flag 36836442/4670242
1769.38/1768.02	c cleaning 96001 clauses out of 192011 with flag 37620802/4767242
1800.08/1798.70	c starts		: 8863
1800.08/1798.70	c conflicts		: 4828326
1800.08/1798.70	c decisions		: 6045000
1800.08/1798.70	c propagations		: 173644175
1800.08/1798.70	c inspects		: 33663038271
1800.08/1798.70	c shortcuts		: 0
1800.08/1798.70	c learnt literals	: 0
1800.08/1798.70	c learnt binary clauses	: 0
1800.08/1798.70	c learnt ternary clauses	: 4
1800.08/1798.70	c learnt constraints	: 4828326
1800.08/1798.70	c ignored constraints	: 0
1800.08/1798.70	c root simplifications	: 0
1800.08/1798.70	c removed literals (reason simplification)	: 0
1800.08/1798.70	c reason swapping (by a shorter reason)	: 0
1800.08/1798.70	c Calls to reduceDB	: 96
1800.08/1798.70	c Number of update (reduction) of LBD	: 1784084
1800.08/1798.70	c Imported unit clauses	: 0
1800.08/1798.70	c number of reductions to clauses (during analyze)	: 0
1800.08/1798.70	c number of learned constraints concerned by reduction	: 0
1800.08/1798.70	c number of learning phase by resolution	: 0
1800.08/1798.70	c number of learning phase by cutting planes	: 0
1800.08/1798.70	c speed (assignments/second)	: 96546.65252936808
1800.08/1798.70	c non guided choices	0
1800.08/1798.73	c learnt constraints type 
1800.08/1798.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 157094
1800.08/1798.73	s SATISFIABLE
1800.08/1798.73	c Found 1 solution(s)
1800.08/1798.73	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 x145 -x146 -x147 x148 -x149 -x150 -x151 x152 x153 -x154 x155 -x156 -x157 -x158 x159 -x160 x161 x162 x163 -x164 -x165 x166 -x167 x168 -x169 -x170 x171 x172 -x173 -x174 -x175 x176 x177 -x178 x179 -x180 x181 -x182 x183 -x184 -x185 x186 x187 x188 -x189 -x190 -x191 x192 x193 x194 -x195 x196 
1800.08/1798.73	c objective function=96
1800.08/1798.73	c Total wall clock time (in seconds): 1798.631

Verifier Data

OK	96

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-4117865-1467240708/watcher-4117865-1467240708 -o /tmp/evaluation-result-4117865-1467240708/solver-4117865-1467240708 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1467210312-1882 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4117865-1467240708.opb 

pid=5753
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.29 2.27 2.21 4/194 5756
/proc/meminfo: memFree=29195996/32872528 swapFree=1099624/1181384
[pid=5756] ppid=5753 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/5756/stat : 5756 (java) S 5753 5756 1865 0 -1 4202496 1355 0 0 0 0 0 0 0 20 0 2 0 3100065 98570240 978 33554432000 1073741824 1073778376 140734777476368 140734777467504 271790932029 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5756/statm: 24067 980 746 9 0 16773 0
[pid=5756/tid=5757] ppid=5753 vsize=96272 CPUtime=0 cores=1,3,5,7
/proc/5756/task/5757/stat : 5757 (java) R 5753 5756 1865 0 -1 4202560 137 0 0 0 0 0 0 0 20 0 2 0 3100065 98582528 985 33554432000 1073741824 1073778376 140734777476368 140485516000808 271787574685 0 0 0 16784584 0 0 0 -1 1 0 0 0 0 0

[startup+0.100075 s]
/proc/loadavg: 2.29 2.27 2.21 4/194 5756
/proc/meminfo: memFree=29195996/32872528 swapFree=1099624/1181384
[pid=5756] ppid=5753 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/5756/stat : 5756 (java) S 5753 5756 1865 0 -1 4202496 4501 0 1 0 10 1 0 0 20 0 18 0 3100065 9787879424 6125 33554432000 1073741824 1073778376 140734777476368 140734777467504 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5756/statm: 2389619 6125 2157 9 0 2380296 0
[pid=5756/tid=5757] ppid=5753 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/5756/task/5757/stat : 5757 (java) R 5753 5756 1865 0 -1 4202560 2377 0 1 0 6 1 0 0 20 0 18 0 3100065 9787879424 6125 33554432000 1073741824 1073778376 140734777476368 140485516005080 271790956981 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200381 s]
/proc/loadavg: 2.29 2.27 2.21 4/194 5756
/proc/meminfo: memFree=29195996/32872528 swapFree=1099624/1181384
[pid=5756] ppid=5753 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/5756/stat : 5756 (java) S 5753 5756 1865 0 -1 4202496 6306 0 1 0 28 1 0 0 20 0 19 0 3100065 9856040960 8349 33554432000 1073741824 1073778376 140734777476368 140734777467504 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5756/statm: 2406260 8349 2229 9 0 2396937 0
[pid=5756/tid=5757] ppid=5753 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/5756/task/5757/stat : 5757 (java) R 5753 5756 1865 0 -1 4202560 2409 0 1 0 16 1 0 0 20 0 19 0 3100065 9856040960 8349 33554432000 1073741824 1073778376 140734777476368 140485516006016 140485377221810 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9625040

[startup+0.300372 s]
/proc/loadavg: 2.29 2.27 2.21 4/194 5756
/proc/meminfo: memFree=29195996/32872528 swapFree=1099624/1181384
[pid=5756] ppid=5753 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/5756/stat : 5756 (java) S 5753 5756 1865 0 -1 4202496 6844 0 1 0 52 1 0 0 20 0 19 0 3100065 9856040960 8254 33554432000 1073741824 1073778376 140734777476368 140734777467504 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5756/statm: 2406260 8254 2238 9 0 2396937 0
[pid=5756/tid=5757] ppid=5753 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/5756/task/5757/stat : 5757 (java) R 5753 5756 1865 0 -1 4202560 2409 0 1 0 26 1 0 0 20 0 19 0 3100065 9856040960 8254 33554432000 1073741824 1073778376 140734777476368 140485516005784 140485377639090 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9625040

[startup+0.700339 s]
/proc/loadavg: 2.29 2.27 2.21 4/194 5756
/proc/meminfo: memFree=29195996/32872528 swapFree=1099624/1181384
[pid=5756] ppid=5753 vsize=9625040 CPUtime=1.18 cores=1,3,5,7
/proc/5756/stat : 5756 (java) S 5753 5756 1865 0 -1 4202496 15222 0 1 0 115 3 0 0 20 0 19 0 3100065 9856040960 13569 33554432000 1073741824 1073778376 140734777476368 140734777467504 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5756/statm: 2406260 13569 2248 9 0 2396937 0
[pid=5756/tid=5757] ppid=5753 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/5756/task/5757/stat : 5757 (java) R 5753 5756 1865 0 -1 4202560 2409 0 1 0 66 1 0 0 20 0 19 0 3100065 9856040960 13569 33554432000 1073741824 1073778376 140734777476368 140485515996864 140485377574137 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.35 2.28 2.21 4/213 5775
/proc/meminfo: memFree=29148020/32872528 swapFree=1099624/1181384
[pid=5756] ppid=5753 vsize=9625040 CPUtime=2.02 cores=1,3,5,7
/proc/5756/stat : 5756 (java) S 5753 5756 1865 0 -1 4202496 15228 0 1 0 199 3 0 0 20 0 19 0 3100065 9856040960 14596 33554432000 1073741824 1073778376 140734777476368 140734777467504 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5756/statm: 2406260 14596 2249 9 0 2396937 0
[pid=5756/tid=5757] ppid=5753 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/5756/task/5757/stat : 5757 (java) R 5753 5756 1865 0 -1 4202560 2412 0 1 0 146 1 0 0 20 0 19 0 3100065 9856040960 14596 33554432000 1073741824 1073778376 140734777476368 140485516005656 140485377574146 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5756/tid=5759] ppid=5753 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5756/task/5759/stat : 5759 (java) S 5753 5756 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3100066 9856040960 14596 33554432000 1073741824 1073778376 140734777476368 140485505067560 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5756/tid=5760] ppid=5753 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5756/task/5760/stat : 5760 (java) S 5753 5756 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3100066 9856040960 14596 33554432000 1073741824 1073778376 140734777476368 140485504014760 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5756/tid=5761] ppid=5753 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5756/task/5761/stat : 5761 (java) S 5753 5756 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3100066 9856040960 14596 33554432000 1073741824 1073778376 140734777476368 140485502961960 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5756/tid=5762] ppid=5753 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5756/task/5762/stat : 5762 (java) S 5753 5756 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3100066 9856040960 14596 33554432000 1073741824 1073778376 140734777476368 140485501909160 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5756/tid=5763] ppid=5753 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5756/task/5763/stat : 5763 (java) S 5753 5756 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3100066 9856040960 14596 33554432000 1073741824 1073778376 140734777476368 140485500857384 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5756/tid=5764] ppid=5753 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5756/task/5764/stat : 5764 (java) S 5753 5756 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3100066 9856040960 14596 33554432000 1073741824 1073778376 140734777476368 140485499804584 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5756/tid=5765] ppid=5753 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5756/task/5765/stat : 5765 (java) S 5753 5756 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3100066 9856040960 14596 33554432000 1073741824 1073778376 140734777476368 140485498751784 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5756/tid=5766] ppid=5753 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5756/task/5766/stat : 5766 (java) S 5753 5756 1865 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3100066 9856040960 14596 33554432000 1073741824 1073778376 140734777476368 140485497698984 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5756/tid=5767] ppid=5753 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5756/task/5767/stat : 5767 (java) S 5753 5756 1865 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3100067 9856040960 14596 33554432000 1073741824 1073778376 140734777476368 140485340080616 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5756/tid=5768] ppid=5753 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5756/task/5768/stat : 5768 (java) S 5753 5756 1865 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 3100067 9856040960 14596 33554432000 1073741824 1073778376 140734777476368 140485339026680 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5756/tid=5769] ppid=5753 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5756/task/5769/stat : 5769 (java) S 5753 5756 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3100067 9856040960 14596 33554432000 1073741824 1073778376 140734777476368 140485337973768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5756/tid=5770] ppid=5753 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5756/task/5770/stat : 5770 (java) S 5753 5756 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3100069 9856040960 14596 33554432000 1073741824 1073778376 140734777476368 140485336922256 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5756/tid=5771] ppid=5753 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/5756/task/5771/stat : 5771 (java) S 5753 5756 1865 0 -1 4202560 1887 0 0 0 19 0 0 0 20 0 19 0 3100069 9856040960 14596 33554432000 1073741824 1073778376 140734777476368 140485335870392 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5756/tid=5772] ppid=5753 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/5756/task/5772/stat : 5772 (java) S 5753 5756 1865 0 -1 4202560 9658 0 0 0 30 2 0 0 20 0 19 0 3100069 9856040960 14596 33554432000 1073741824 1073778376 140734777476368 140485334817592 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5756/tid=5773] ppid=5753 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5756/task/5773/stat : 5773 (java) S 5753 5756 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3100069 9856040960 14596 33554432000 1073741824 1073778376 140734777476368 140485333764984 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5756/tid=5774] ppid=5753 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5756/task/5774/stat : 5774 (java) S 5753 5756 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3100069 9856040960 14596 33554432000 1073741824 1073778376 140734777476368 140485332712392 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5756/tid=5775] ppid=5753 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5756/task/5775/stat : 5775 (java) S 5753 5756 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3100080 9856040960 14596 33554432000 1073741824 1073778376 140734777476368 140485331657896 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.35 2.28 2.21 4/213 5775
/proc/meminfo: memFree=29143548/32872528 swapFree=1099624/1181384
[pid=5756] ppid=5753 vsize=9625040 CPUtime=3.65 cores=1,3,5,7
/proc/5756/stat : 5756 (java) S 5753 5756 1865 0 -1 4202496 15233 0 1 0 362 3 0 0 20 0 19 0 3100065 9856040960 15622 33554432000 1073741824 1073778376 140734777476368 140734777467504 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5756/statm: 2406260 15622 2250 9 0 2396937 0
[pid=5756/tid=5757] ppid=5753 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/5756/task/5757/stat : 5757 (java) R 5753 5756 1865 0 -1 4202560 2415 0 1 0 306 1 0 0 20 0 19 0 3100065 9856040960 15622 33554432000 1073741824 1073778376 140734777476368 140485515996880 140485377574174 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5756/tid=5759] ppid=5753 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5756/task/5759/stat : 5759 (java) S 5753 5756 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3100066 9856040960 15622 33554432000 1073741824 1073778376 140734777476368 140485505067560 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5756/tid=5760] ppid=5753 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5756/task/5760/stat : 5760 (java) S 5753 5756 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3100066 9856040960 15622 33554432000 1073741824 1073778376 140734777476368 140485504014760 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5756/tid=5761] ppid=5753 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5756/task/5761/stat : 5761 (java) S 5753 5756 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3100066 9856040960 15622 33554432000 1073741824 1073778376 140734777476368 140485502961960 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5756/tid=5762] ppid=5753 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5756/task/5762/stat : 5762 (java) S 5753 5756 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3100066 9856040960 15622 33554432000 1073741824 1073778376 140734777476368 140485501909160 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5756/tid=5763] ppid=5753 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5756/task/5763/stat : 5763 (java) S 5753 5756 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3100066 9856040960 15622 33554432000 1073741824 1073778376 140734777476368 140485500857384 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5756/tid=5764] ppid=5753 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5756/task/5764/stat : 5764 (java) S 5753 5756 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3100066 9856040960 15622 33554432000 1073741824 1073778376 140734777476368 140485499804584 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5756/tid=5765] ppid=5753 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5756/task/5765/stat : 5765 (java) S 5753 5756 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3100066 9856040960 15622 33554432000 1073741824 1073778376 140734777476368 140485498751784 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5756/tid=5766] ppid=5753 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5756/task/5766/stat : 5766 (java) S 5753 5756 1865 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3100066 9856040960 15622 33554432000 1073741824 1073778376 140734777476368 140485497698984 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5756/tid=5767] ppid=5753 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5756/task/5767/stat : 5767 (java) S 5753 5756 1865 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3100067 9856040960 15622 33554432000 1073741824 1073778376 140734777476368 140485340080616 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5756/tid=5768] ppid=5753 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5756/task/5768/stat : 5768 (java) S 5753 5756 1865 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 3100067 9856040960 15622 33554432000 1073741824 1073778376 140734777476368 140485339026680 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5756/tid=5769] ppid=5753 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5756/task/5769/stat : 5769 (java) S 5753 5756 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3100067 9856040960 15622 33554432000 1073741824 1073778376 140734777476368 140485337973768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5756/tid=5770] ppid=5753 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5756/task/5770/stat : 5770 (java) S 5753 5756 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3100069 9856040960 15622 33554432000 1073741824 1073778376 140734777476368 140485336922256 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5756/tid=5771] ppid=5753 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/5756/task/5771/stat : 5771 (java) S 5753 5756 1865 0 -1 4202560 1889 0 0 0 21 0 0 0 20 0 19 0 3100069 9856040960 15622 33554432000 1073741824 1073778376 140734777476368 140485335870392 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5756/tid=5772] ppid=5753 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/5756/task/5772/stat : 5772 (java) S 5753 5756 1865 0 -1 4202560 9658 0 0 0 31 2 0 0 20 0 19 0 3100069 9856040960 15622 33554432000 1073741824 1073778376 140734777476368 140485334817592 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5756/tid=5773] ppid=5753 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5756/task/5773/stat : 5773 (java) S 5753 5756 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3100069 9856040960 15622 33554432000 1073741824 1073778376 140734777476368 140485333764984 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5756/tid=5774] ppid=5753 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5756/task/5774/stat : 5774 (java) S 5753 5756 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3100069 9856040960 15622 33554432000 1073741824 1073778376 140734777476368 140485332712392 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5756/tid=5775] ppid=5753 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5756/task/5775/stat : 5775 (java) S 5753 5756 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3100080 9856040960 15622 33554432000 1073741824 1073778376 140734777476368 140485331657896 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.65
Current children cumulated vsize (KiB) 9625040

[startup+6.30077 s]
/proc/loadavg: 2.35 2.28 2.21 3/213 5775
/proc/meminfo: memFree=29137280/32872528 swapFree=1099624/1181384
[pid=5756] ppid=5753 vsize=9625040 CPUtime=6.85 cores=1,3,5,7
/proc/5756/stat : 5756 (java) S 5753 5756 1865 0 -1 4202496 15238 0 1 0 682 3 0 0 20 0 19 0 3100065 9856040960 16950 33554432000 1073741824 1073778376 140734777476368 140734777467504 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5756/statm: 2406260 16950 2251 9 0 2396937 0
[pid=5756/tid=5757] ppid=5753 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/5756/task/5757/stat : 5757 (java) R 5753 5756 1865 0 -1 4202560 2419 0 1 0 625 1 0 0 20 0 19 0 3100065 9856040960 16950 33554432000 1073741824 1073778376 140734777476368 140485515996880 140485377817084 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5756/tid=5759] ppid=5753 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5756/task/5759/stat : 5759 (java) S 5753 5756 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3100066 9856040960 16950 33554432000 1073741824 1073778376 140734777476368 140485505067560 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5756/tid=5760] ppid=5753 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5756/task/5760/stat : 5760 (java) S 5753 5756 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3100066 9856040960 16950 33554432000 1073741824 1073778376 140734777476368 140485504014760 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5756/tid=5761] ppid=5753 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5756/task/5761/stat : 5761 (java) S 5753 5756 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3100066 9856040960 16950 33554432000 1073741824 1073778376 140734777476368 140485502961960 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5756/tid=5762] ppid=5753 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5756/task/5762/stat : 5762 (java) S 5753 5756 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3100066 9856040960 16950 33554432000 1073741824 1073778376 140734777476368 140485501909160 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5756/tid=5763] ppid=5753 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5756/task/5763/stat : 5763 (java) S 5753 5756 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3100066 9856040960 16950 33554432000 1073741824 1073778376 140734777476368 140485500857384 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5756/tid=5764] ppid=5753 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5756/task/5764/stat : 5764 (java) S 5753 5756 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3100066 9856040960 16950 33554432000 1073741824 1073778376 140734777476368 140485499804584 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5756/tid=5765] ppid=5753 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5756/task/5765/stat : 5765 (java) S 5753 5756 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3100066 9856040960 16950 33554432000 1073741824 1073778376 140734777476368 140485498751784 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5756/tid=5766] ppid=5753 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5756/task/5766/stat : 5766 (java) S 5753 5756 1865 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3100066 9856040960 16950 33554432000 1073741824 1073778376 140734777476368 140485497698984 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5756/tid=5767] ppid=5753 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5756/task/5767/stat : 5767 (java) S 5753 5756 1865 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3100067 9856040960 16950 33554432000 1073741824 1073778376 140734777476368 140485340080616 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5756/tid=5768] ppid=5753 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5756/task/5768/stat : 5768 (java) S 5753 5756 1865 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 3100067 9856040960 16950 33554432000 1073741824 1073778376 140734777476368 140485339026680 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5756/tid=5769] ppid=5753 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5756/task/5769/stat : 5769 (java) S 5753 5756 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3100067 9856040960 16950 33554432000 1073741824 1073778376 140734777476368 140485337973768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5756/tid=5770] ppid=5753 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5756/task/5770/stat : 5770 (java) S 5753 5756 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3100069 9856040960 16950 33554432000 1073741824 1073778376 140734777476368 140485336922256 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5756/tid=5771] ppid=5753 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/5756/task/5771/stat : 5771 (java) S 5753 5756 1865 0 -1 4202560 1889 0 0 0 21 0 0 0 20 0 19 0 3100069 9856040960 16950 33554432000 1073741824 1073778376 140734777476368 140485335870392 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5756/tid=5772] ppid=5753 vsize=9625040 CPUtime=0.33 cores=1,3,5,7

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

[pid=5756/tid=5775] ppid=5753 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5756/task/5775/stat : 5775 (java) S 5753 5756 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3100080 9856040960 66803 33554432000 1073741824 1073778376 140734777476368 140485331657896 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1723.69
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.13 2.14 2.15 4/214 5908
/proc/meminfo: memFree=29235564/32872528 swapFree=1099624/1181384
[pid=5756] ppid=5753 vsize=9625040 CPUtime=1783.67 cores=1,3,5,7
/proc/5756/stat : 5756 (java) S 5753 5756 1865 0 -1 4202496 16213 0 1 0 178310 57 0 0 20 0 19 0 3100065 9856040960 66803 33554432000 1073741824 1073778376 140734777476368 140734777467504 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5756/statm: 2406260 66803 2266 9 0 2396937 0
[pid=5756/tid=5757] ppid=5753 vsize=9625040 CPUtime=1777.49 cores=1,3,5,7
/proc/5756/task/5757/stat : 5757 (java) R 5753 5756 1865 0 -1 4202560 2481 0 1 0 177711 38 0 0 20 0 19 0 3100065 9856040960 66803 33554432000 1073741824 1073778376 140734777476368 140485515996880 140485377638787 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5756/tid=5759] ppid=5753 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/5756/task/5759/stat : 5759 (java) S 5753 5756 1865 0 -1 4202560 157 0 0 0 6 2 0 0 20 0 19 0 3100066 9856040960 66803 33554432000 1073741824 1073778376 140734777476368 140485505067560 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5756/tid=5760] ppid=5753 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/5756/task/5760/stat : 5760 (java) S 5753 5756 1865 0 -1 4202560 23 0 0 0 4 2 0 0 20 0 19 0 3100066 9856040960 66803 33554432000 1073741824 1073778376 140734777476368 140485504014760 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5756/tid=5761] ppid=5753 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/5756/task/5761/stat : 5761 (java) S 5753 5756 1865 0 -1 4202560 12 0 0 0 4 0 0 0 20 0 19 0 3100066 9856040960 66803 33554432000 1073741824 1073778376 140734777476368 140485502961960 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5756/tid=5762] ppid=5753 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/5756/task/5762/stat : 5762 (java) S 5753 5756 1865 0 -1 4202560 27 0 0 0 5 0 0 0 20 0 19 0 3100066 9856040960 66803 33554432000 1073741824 1073778376 140734777476368 140485501909160 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5756/tid=5763] ppid=5753 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/5756/task/5763/stat : 5763 (java) S 5753 5756 1865 0 -1 4202560 189 0 0 0 6 2 0 0 20 0 19 0 3100066 9856040960 66803 33554432000 1073741824 1073778376 140734777476368 140485500857384 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5756/tid=5764] ppid=5753 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/5756/task/5764/stat : 5764 (java) S 5753 5756 1865 0 -1 4202560 38 0 0 0 6 0 0 0 20 0 19 0 3100066 9856040960 66803 33554432000 1073741824 1073778376 140734777476368 140485499804584 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5756/tid=5765] ppid=5753 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/5756/task/5765/stat : 5765 (java) S 5753 5756 1865 0 -1 4202560 167 0 0 0 5 0 0 0 20 0 19 0 3100066 9856040960 66803 33554432000 1073741824 1073778376 140734777476368 140485498751784 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5756/tid=5766] ppid=5753 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/5756/task/5766/stat : 5766 (java) S 5753 5756 1865 0 -1 4202560 52 0 0 0 4 1 0 0 20 0 19 0 3100066 9856040960 66803 33554432000 1073741824 1073778376 140734777476368 140485497698984 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5756/tid=5767] ppid=5753 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/5756/task/5767/stat : 5767 (java) S 5753 5756 1865 0 -1 4202560 36 0 0 0 0 2 0 0 20 0 19 0 3100067 9856040960 66803 33554432000 1073741824 1073778376 140734777476368 140485340080616 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5756/tid=5768] ppid=5753 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5756/task/5768/stat : 5768 (java) S 5753 5756 1865 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3100067 9856040960 66803 33554432000 1073741824 1073778376 140734777476368 140485339026680 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5756/tid=5769] ppid=5753 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5756/task/5769/stat : 5769 (java) S 5753 5756 1865 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3100067 9856040960 66803 33554432000 1073741824 1073778376 140734777476368 140485337973768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5756/tid=5770] ppid=5753 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5756/task/5770/stat : 5770 (java) S 5753 5756 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3100069 9856040960 66803 33554432000 1073741824 1073778376 140734777476368 140485336922256 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5756/tid=5771] ppid=5753 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/5756/task/5771/stat : 5771 (java) S 5753 5756 1865 0 -1 4202560 2010 0 0 0 24 0 0 0 20 0 19 0 3100069 9856040960 66803 33554432000 1073741824 1073778376 140734777476368 140485335870392 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5756/tid=5772] ppid=5753 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/5756/task/5772/stat : 5772 (java) S 5753 5756 1865 0 -1 4202560 9658 0 0 0 31 2 0 0 20 0 19 0 3100069 9856040960 66803 33554432000 1073741824 1073778376 140734777476368 140485334817592 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5756/tid=5773] ppid=5753 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5756/task/5773/stat : 5773 (java) S 5753 5756 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3100069 9856040960 66803 33554432000 1073741824 1073778376 140734777476368 140485333764984 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5756/tid=5774] ppid=5753 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/5756/task/5774/stat : 5774 (java) S 5753 5756 1865 0 -1 4202560 104 0 0 0 35 36 0 0 20 0 19 0 3100069 9856040960 66803 33554432000 1073741824 1073778376 140734777476368 140485332712392 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5756/tid=5775] ppid=5753 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5756/task/5775/stat : 5775 (java) S 5753 5756 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3100080 9856040960 66803 33554432000 1073741824 1073778376 140734777476368 140485331657896 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1783.67
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.7 s]
/proc/loadavg: 2.25 2.17 2.15 3/213 5908
/proc/meminfo: memFree=29235312/32872528 swapFree=1099624/1181384
[pid=5756] ppid=5753 vsize=9625040 CPUtime=1800.08 cores=1,3,5,7
/proc/5756/stat : 5756 (java) S 5753 5756 1865 0 -1 4202496 16213 0 1 0 179950 58 0 0 20 0 19 0 3100065 9856040960 66803 33554432000 1073741824 1073778376 140734777476368 140734777467504 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5756/statm: 2406260 66803 2266 9 0 2396937 0
[pid=5756/tid=5757] ppid=5753 vsize=9625040 CPUtime=1793.84 cores=1,3,5,7
/proc/5756/task/5757/stat : 5757 (java) R 5753 5756 1865 0 -1 4202560 2481 0 1 0 179345 39 0 0 20 0 19 0 3100065 9856040960 66803 33554432000 1073741824 1073778376 140734777476368 140485515996880 140485377574174 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5756/tid=5759] ppid=5753 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/5756/task/5759/stat : 5759 (java) S 5753 5756 1865 0 -1 4202560 157 0 0 0 6 2 0 0 20 0 19 0 3100066 9856040960 66803 33554432000 1073741824 1073778376 140734777476368 140485505067560 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5756/tid=5760] ppid=5753 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/5756/task/5760/stat : 5760 (java) S 5753 5756 1865 0 -1 4202560 23 0 0 0 4 2 0 0 20 0 19 0 3100066 9856040960 66803 33554432000 1073741824 1073778376 140734777476368 140485504014760 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5756/tid=5761] ppid=5753 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/5756/task/5761/stat : 5761 (java) S 5753 5756 1865 0 -1 4202560 12 0 0 0 4 0 0 0 20 0 19 0 3100066 9856040960 66803 33554432000 1073741824 1073778376 140734777476368 140485502961960 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5756/tid=5762] ppid=5753 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/5756/task/5762/stat : 5762 (java) S 5753 5756 1865 0 -1 4202560 27 0 0 0 5 0 0 0 20 0 19 0 3100066 9856040960 66803 33554432000 1073741824 1073778376 140734777476368 140485501909160 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5756/tid=5763] ppid=5753 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/5756/task/5763/stat : 5763 (java) S 5753 5756 1865 0 -1 4202560 189 0 0 0 6 2 0 0 20 0 19 0 3100066 9856040960 66803 33554432000 1073741824 1073778376 140734777476368 140485500857384 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5756/tid=5764] ppid=5753 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/5756/task/5764/stat : 5764 (java) S 5753 5756 1865 0 -1 4202560 38 0 0 0 6 0 0 0 20 0 19 0 3100066 9856040960 66803 33554432000 1073741824 1073778376 140734777476368 140485499804584 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5756/tid=5765] ppid=5753 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/5756/task/5765/stat : 5765 (java) S 5753 5756 1865 0 -1 4202560 167 0 0 0 5 0 0 0 20 0 19 0 3100066 9856040960 66803 33554432000 1073741824 1073778376 140734777476368 140485498751784 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5756/tid=5766] ppid=5753 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/5756/task/5766/stat : 5766 (java) S 5753 5756 1865 0 -1 4202560 52 0 0 0 4 1 0 0 20 0 19 0 3100066 9856040960 66803 33554432000 1073741824 1073778376 140734777476368 140485497698984 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5756/tid=5767] ppid=5753 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/5756/task/5767/stat : 5767 (java) S 5753 5756 1865 0 -1 4202560 36 0 0 0 0 2 0 0 20 0 19 0 3100067 9856040960 66803 33554432000 1073741824 1073778376 140734777476368 140485340080616 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5756/tid=5768] ppid=5753 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5756/task/5768/stat : 5768 (java) S 5753 5756 1865 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3100067 9856040960 66803 33554432000 1073741824 1073778376 140734777476368 140485339026680 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5756/tid=5769] ppid=5753 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5756/task/5769/stat : 5769 (java) S 5753 5756 1865 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3100067 9856040960 66803 33554432000 1073741824 1073778376 140734777476368 140485337973768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5756/tid=5770] ppid=5753 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5756/task/5770/stat : 5770 (java) S 5753 5756 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3100069 9856040960 66803 33554432000 1073741824 1073778376 140734777476368 140485336922256 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5756/tid=5771] ppid=5753 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/5756/task/5771/stat : 5771 (java) S 5753 5756 1865 0 -1 4202560 2010 0 0 0 24 0 0 0 20 0 19 0 3100069 9856040960 66803 33554432000 1073741824 1073778376 140734777476368 140485335870392 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5756/tid=5772] ppid=5753 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/5756/task/5772/stat : 5772 (java) S 5753 5756 1865 0 -1 4202560 9658 0 0 0 31 2 0 0 20 0 19 0 3100069 9856040960 66803 33554432000 1073741824 1073778376 140734777476368 140485334817592 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5756/tid=5773] ppid=5753 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5756/task/5773/stat : 5773 (java) S 5753 5756 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3100069 9856040960 66803 33554432000 1073741824 1073778376 140734777476368 140485333764984 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5756/tid=5774] ppid=5753 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/5756/task/5774/stat : 5774 (java) S 5753 5756 1865 0 -1 4202560 104 0 0 0 35 37 0 0 20 0 19 0 3100069 9856040960 66803 33554432000 1073741824 1073778376 140734777476368 140485332712392 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5756/tid=5775] ppid=5753 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5756/task/5775/stat : 5775 (java) S 5753 5756 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3100080 9856040960 66803 33554432000 1073741824 1073778376 140734777476368 140485331657896 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625040

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 5756 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1798.7 s]
/proc/loadavg: 2.25 2.17 2.15 3/213 5908
/proc/meminfo: memFree=29235312/32872528 swapFree=1099624/1181384
[pid=5756] ppid=5753 vsize=9625040 CPUtime=1800.08 cores=1,3,5,7
/proc/5756/stat : 5756 (java) S 5753 5756 1865 0 -1 4202496 16213 0 1 0 179950 58 0 0 20 0 19 0 3100065 9856040960 66803 33554432000 1073741824 1073778376 140734777476368 140734777467504 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5756/statm: 2406260 66803 2266 9 0 2396937 0
[pid=5756/tid=5757] ppid=5753 vsize=9625040 CPUtime=1793.84 cores=1,3,5,7
/proc/5756/task/5757/stat : 5757 (java) R 5753 5756 1865 0 -1 4202560 2481 0 1 0 179345 39 0 0 20 0 19 0 3100065 9856040960 66803 33554432000 1073741824 1073778376 140734777476368 140485515996880 140485377574174 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5756/tid=5759] ppid=5753 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/5756/task/5759/stat : 5759 (java) S 5753 5756 1865 0 -1 4202560 157 0 0 0 6 2 0 0 20 0 19 0 3100066 9856040960 66803 33554432000 1073741824 1073778376 140734777476368 140485505067560 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5756/tid=5760] ppid=5753 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/5756/task/5760/stat : 5760 (java) S 5753 5756 1865 0 -1 4202560 23 0 0 0 4 2 0 0 20 0 19 0 3100066 9856040960 66803 33554432000 1073741824 1073778376 140734777476368 140485504014760 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5756/tid=5761] ppid=5753 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/5756/task/5761/stat : 5761 (java) S 5753 5756 1865 0 -1 4202560 12 0 0 0 4 0 0 0 20 0 19 0 3100066 9856040960 66803 33554432000 1073741824 1073778376 140734777476368 140485502961960 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5756/tid=5762] ppid=5753 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/5756/task/5762/stat : 5762 (java) S 5753 5756 1865 0 -1 4202560 27 0 0 0 5 0 0 0 20 0 19 0 3100066 9856040960 66803 33554432000 1073741824 1073778376 140734777476368 140485501909160 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5756/tid=5763] ppid=5753 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/5756/task/5763/stat : 5763 (java) S 5753 5756 1865 0 -1 4202560 189 0 0 0 6 2 0 0 20 0 19 0 3100066 9856040960 66803 33554432000 1073741824 1073778376 140734777476368 140485500857384 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5756/tid=5764] ppid=5753 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/5756/task/5764/stat : 5764 (java) S 5753 5756 1865 0 -1 4202560 38 0 0 0 6 0 0 0 20 0 19 0 3100066 9856040960 66803 33554432000 1073741824 1073778376 140734777476368 140485499804584 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5756/tid=5765] ppid=5753 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/5756/task/5765/stat : 5765 (java) S 5753 5756 1865 0 -1 4202560 167 0 0 0 5 0 0 0 20 0 19 0 3100066 9856040960 66803 33554432000 1073741824 1073778376 140734777476368 140485498751784 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5756/tid=5766] ppid=5753 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/5756/task/5766/stat : 5766 (java) S 5753 5756 1865 0 -1 4202560 52 0 0 0 4 1 0 0 20 0 19 0 3100066 9856040960 66803 33554432000 1073741824 1073778376 140734777476368 140485497698984 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5756/tid=5767] ppid=5753 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/5756/task/5767/stat : 5767 (java) S 5753 5756 1865 0 -1 4202560 36 0 0 0 0 2 0 0 20 0 19 0 3100067 9856040960 66803 33554432000 1073741824 1073778376 140734777476368 140485340080616 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5756/tid=5768] ppid=5753 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5756/task/5768/stat : 5768 (java) S 5753 5756 1865 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3100067 9856040960 66803 33554432000 1073741824 1073778376 140734777476368 140485339026680 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5756/tid=5769] ppid=5753 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5756/task/5769/stat : 5769 (java) S 5753 5756 1865 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3100067 9856040960 66803 33554432000 1073741824 1073778376 140734777476368 140485337973768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5756/tid=5770] ppid=5753 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5756/task/5770/stat : 5770 (java) S 5753 5756 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3100069 9856040960 66803 33554432000 1073741824 1073778376 140734777476368 140485336922256 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5756/tid=5771] ppid=5753 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/5756/task/5771/stat : 5771 (java) S 5753 5756 1865 0 -1 4202560 2010 0 0 0 24 0 0 0 20 0 19 0 3100069 9856040960 66803 33554432000 1073741824 1073778376 140734777476368 140485335870392 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5756/tid=5772] ppid=5753 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/5756/task/5772/stat : 5772 (java) S 5753 5756 1865 0 -1 4202560 9658 0 0 0 31 2 0 0 20 0 19 0 3100069 9856040960 66803 33554432000 1073741824 1073778376 140734777476368 140485334817592 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5756/tid=5773] ppid=5753 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5756/task/5773/stat : 5773 (java) S 5753 5756 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3100069 9856040960 66803 33554432000 1073741824 1073778376 140734777476368 140485333764984 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5756/tid=5774] ppid=5753 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/5756/task/5774/stat : 5774 (java) S 5753 5756 1865 0 -1 4202560 104 0 0 0 35 37 0 0 20 0 19 0 3100069 9856040960 66803 33554432000 1073741824 1073778376 140734777476368 140485332712392 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5756/tid=5775] ppid=5753 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5756/task/5775/stat : 5775 (java) S 5753 5756 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3100080 9856040960 66803 33554432000 1073741824 1073778376 140734777476368 140485331657896 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 5756 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=949126
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=10846
# CPU time returned by wait4() is 1795.96
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1798.74
CPU time (s): 1800.08
CPU user time (s): 1799.5
CPU system time (s): 0.58
CPU usage (%): 100.075
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.95
system time used= 1.01085
maximum resident set size= 267404
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16268
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38082
involuntary context switches= 6874

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.96379 second user time and 16.3915 second system time

The end

Launcher Data

Begin job on node115 at 2016-06-30 00:51:48
IDJOB=4117865
IDBENCH=111622
IDSOLVER=2546
FILE ID=node115/4117865-1467240708
RUNJOBID= node115-1467210312-1882
PBS_JOBID= 19997598
Free space on /tmp= 71664 MiB

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

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

MD5SUM BENCH= 7762cfe9dc20b1498de3f44b2627227b
RANDOM SEED=881943518

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.087
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.54
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		: 2667.087
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		: 2667.087
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		: 2667.087
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		: 2667.087
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		: 2667.087
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:        29196656 kB
Buffers:           94196 kB
Cached:          1170716 kB
SwapCached:            0 kB
Active:           615076 kB
Inactive:        1169388 kB
Active(anon):     522392 kB
Inactive(anon):        0 kB
Active(file):      92684 kB
Inactive(file):  1169388 kB
Unevictable:     1181384 kB
Mlocked:         1099624 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               844 kB
Writeback:             0 kB
AnonPages:       1711652 kB
Mapped:            22208 kB
Shmem:               204 kB
Slab:             576784 kB
SReclaimable:      20536 kB
SUnreclaim:       556248 kB
KernelStack:        1760 kB
PageTables:         7732 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1851000 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    557056 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= 71664 MiB
End job on node115 at 2016-06-30 01:21:47