Trace number 4119426

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)-48 1800 1793.17

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-NLC/
minlplib2-pb-0.1.0/opb/normalized-graphpart_2pm-0088-0888.opb
MD5SUMff9d98e20084525c4e71f240fb980507
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-55
Best CPU time to get the best result obtained on this benchmark0.6479
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables192
Total number of constraints64
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)64
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 384
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 384
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 384
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)384
Sum of products size (including duplicates)768
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.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.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/0.12	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.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4119426-1467257789.opb
0.08/0.12	c reading problem ... 
0.08/0.12	c  objective function found
0.08/0.18	c ... done. Wall clock time 0.065s.
0.08/0.18	c declared #vars     192
0.08/0.18	c internal #vars     576
0.08/0.18	c #constraints  896
0.08/0.18	c constraints type 
0.08/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 448
0.08/0.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 64
0.08/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 384
0.08/0.19	c 896 constraints processed.
0.08/0.19	c objective function length is 384 literals
0.22/0.20	c SATISFIABLE
0.22/0.20	c OPTIMIZING...
0.22/0.20	c Got one! Elapsed wall clock time (in seconds):0.078
0.22/0.20	o -43
0.22/0.21	c Got one! Elapsed wall clock time (in seconds):0.09
0.22/0.21	o -44
0.49/0.31	c Got one! Elapsed wall clock time (in seconds):0.193
0.49/0.31	o -45
0.49/0.38	c Got one! Elapsed wall clock time (in seconds):0.262
0.49/0.38	o -46
0.88/0.62	c cleaning 2789 clauses out of 5578 with flag 8345/5578
0.88/0.67	c Got one! Elapsed wall clock time (in seconds):0.551
0.88/0.67	o -47
1.03/0.74	c Got one! Elapsed wall clock time (in seconds):0.62
1.03/0.74	o -48
1.30/0.92	c cleaning 4125 clauses out of 8250 with flag 6506/11039
1.61/1.26	c cleaning 5056 clauses out of 10126 with flag 19441/17040
2.01/1.64	c cleaning 6035 clauses out of 12069 with flag 34967/24039
2.52/2.20	c cleaning 7016 clauses out of 14035 with flag 53104/32040
3.22/2.84	c cleaning 8005 clauses out of 16017 with flag 74595/41038
3.92/3.58	c cleaning 9004 clauses out of 18012 with flag 97173/51038
4.83/4.44	c cleaning 10000 clauses out of 20008 with flag 122943/62038
5.62/5.28	c cleaning 11002 clauses out of 22008 with flag 149637/74038
6.72/6.34	c cleaning 12003 clauses out of 24006 with flag 180105/87038
7.82/7.47	c cleaning 12995 clauses out of 26003 with flag 212322/101038
9.22/8.88	c cleaning 14005 clauses out of 28009 with flag 247372/116039
10.62/10.22	c cleaning 15002 clauses out of 30003 with flag 283577/132038
12.02/11.68	c cleaning 16000 clauses out of 32001 with flag 322984/149038
13.73/13.32	c cleaning 16995 clauses out of 34002 with flag 361390/167039
15.41/15.03	c cleaning 17999 clauses out of 36006 with flag 402928/186038
17.55/17.17	c cleaning 19001 clauses out of 38007 with flag 448600/206038
19.65/19.26	c cleaning 20002 clauses out of 40007 with flag 496000/227039
21.95/21.55	c cleaning 20998 clauses out of 42004 with flag 546854/249038
24.45/24.08	c cleaning 22003 clauses out of 44006 with flag 600663/272038
27.35/26.91	c cleaning 22999 clauses out of 46003 with flag 653366/296038
30.65/30.20	c cleaning 24001 clauses out of 48005 with flag 708544/321039
33.66/33.23	c cleaning 24997 clauses out of 50004 with flag 767009/347039
37.26/36.82	c cleaning 25999 clauses out of 52006 with flag 828139/374038
40.65/40.21	c cleaning 27003 clauses out of 54007 with flag 891416/402038
44.50/44.08	c cleaning 28001 clauses out of 56004 with flag 956974/431038
47.70/47.29	c cleaning 29003 clauses out of 58005 with flag 1025522/461040
51.40/50.94	c cleaning 29997 clauses out of 60000 with flag 1095472/492038
55.50/55.03	c cleaning 30998 clauses out of 62003 with flag 1167622/524038
59.10/58.67	c cleaning 31996 clauses out of 64005 with flag 1246354/557038
63.31/62.88	c cleaning 33003 clauses out of 66009 with flag 1322304/591038
68.62/68.04	c cleaning 33998 clauses out of 68006 with flag 1400925/626038
73.42/72.84	c cleaning 35001 clauses out of 70009 with flag 1483203/662039
78.03/77.47	c cleaning 35998 clauses out of 72007 with flag 1568480/699038
83.13/82.57	c cleaning 37001 clauses out of 74010 with flag 1656226/737039
88.13/87.55	c cleaning 38005 clauses out of 76009 with flag 1748081/776039
94.13/93.60	c cleaning 39000 clauses out of 78003 with flag 1841258/816038
99.83/99.13	c cleaning 39999 clauses out of 80003 with flag 1936697/857038
104.72/104.09	c cleaning 41000 clauses out of 82006 with flag 2033408/899040
110.23/109.53	c cleaning 41999 clauses out of 84005 with flag 2133821/942039
116.53/115.86	c cleaning 43002 clauses out of 86006 with flag 2237120/986039
122.43/121.77	c cleaning 44000 clauses out of 88003 with flag 2339706/1031038
128.33/127.51	c cleaning 45002 clauses out of 90004 with flag 2445940/1077039
134.52/133.79	c cleaning 45998 clauses out of 92003 with flag 2555148/1124040
142.22/141.46	c cleaning 47002 clauses out of 94004 with flag 2669884/1172039
149.92/149.14	c cleaning 47998 clauses out of 96002 with flag 2785881/1221039
158.48/157.51	c cleaning 48999 clauses out of 98004 with flag 2905545/1271039
165.98/165.08	c cleaning 50000 clauses out of 100006 with flag 3026104/1322040
173.78/172.88	c cleaning 50998 clauses out of 102004 with flag 3147766/1374038
183.08/182.11	c cleaning 51999 clauses out of 104006 with flag 3273289/1427038
191.98/190.89	c cleaning 53004 clauses out of 106008 with flag 3400387/1481039
200.18/199.08	c cleaning 54000 clauses out of 108004 with flag 3531088/1536039
212.28/211.15	c cleaning 54999 clauses out of 110005 with flag 3667543/1592040
221.09/219.76	c cleaning 56001 clauses out of 112006 with flag 3799150/1649040
230.19/228.82	c cleaning 56999 clauses out of 114004 with flag 3933174/1707039
240.09/238.74	c cleaning 57999 clauses out of 116005 with flag 4073281/1766039
251.49/249.92	c cleaning 58997 clauses out of 118005 with flag 4203049/1826038
260.90/259.31	c cleaning 60003 clauses out of 120008 with flag 4337949/1887038
271.44/269.62	c cleaning 60998 clauses out of 122005 with flag 4473854/1949038
280.73/278.95	c cleaning 61993 clauses out of 124007 with flag 4611657/2012038
292.03/290.01	c cleaning 63003 clauses out of 126014 with flag 4751865/2076038
303.44/301.50	c cleaning 64004 clauses out of 128012 with flag 4898566/2141039
315.03/313.02	c cleaning 65003 clauses out of 130007 with flag 5040822/2207038
327.17/325.17	c cleaning 65999 clauses out of 132004 with flag 5187504/2274038
340.18/338.12	c cleaning 67002 clauses out of 134006 with flag 5342289/2342039
355.06/352.92	c cleaning 68002 clauses out of 136005 with flag 5502548/2411040
372.25/370.15	c cleaning 68997 clauses out of 138001 with flag 5673529/2481038
388.53/386.33	c cleaning 70000 clauses out of 140004 with flag 5847142/2552038
402.64/400.40	c cleaning 71000 clauses out of 142006 with flag 6010143/2624040
419.85/417.56	c cleaning 71994 clauses out of 144004 with flag 6176185/2697038
439.27/436.87	c cleaning 73000 clauses out of 146010 with flag 6342496/2771038
459.56/457.16	c cleaning 74001 clauses out of 148012 with flag 6513021/2846040
477.81/475.34	c cleaning 74997 clauses out of 150009 with flag 6678542/2922038
495.01/492.58	c cleaning 76003 clauses out of 152012 with flag 6852796/2999038
513.26/510.76	c cleaning 77002 clauses out of 154010 with flag 7043252/3077039
531.47/528.86	c cleaning 78000 clauses out of 156007 with flag 7225805/3156038
547.47/544.87	c cleaning 78995 clauses out of 158007 with flag 7401151/3236038
562.78/560.07	c cleaning 80006 clauses out of 160014 with flag 7579052/3317040
581.04/578.27	c cleaning 81000 clauses out of 162007 with flag 7760158/3399039
598.94/596.16	c cleaning 82000 clauses out of 164006 with flag 7946035/3482038
617.68/614.88	c cleaning 83001 clauses out of 166007 with flag 8129837/3566039
637.27/634.34	c cleaning 84000 clauses out of 168006 with flag 8315937/3651039
655.07/652.00	c cleaning 85000 clauses out of 170005 with flag 8506510/3737038
673.46/670.46	c cleaning 85994 clauses out of 172005 with flag 8701579/3824038
692.71/689.67	c cleaning 87005 clauses out of 174012 with flag 8895029/3912039
711.58/708.42	c cleaning 88002 clauses out of 176006 with flag 9087410/4001038
735.15/731.90	c cleaning 88994 clauses out of 178004 with flag 9283840/4091038
771.76/768.44	c cleaning 90002 clauses out of 180010 with flag 9492266/4182038
803.08/799.61	c cleaning 91004 clauses out of 182010 with flag 9708106/4274040
835.19/831.69	c cleaning 92002 clauses out of 184005 with flag 9931728/4367039
865.46/861.81	c cleaning 92996 clauses out of 186003 with flag 10144258/4461039
892.38/888.66	c cleaning 93996 clauses out of 188006 with flag 10368143/4556038
921.98/918.17	c cleaning 95001 clauses out of 190010 with flag 10595010/4652038
951.17/947.29	c cleaning 96002 clauses out of 192011 with flag 10819778/4749040
980.45/976.48	c cleaning 97002 clauses out of 194007 with flag 11050557/4847038
1009.63/1005.53	c cleaning 98002 clauses out of 196006 with flag 11313615/4946039
1043.81/1039.65	c cleaning 98995 clauses out of 198003 with flag 11545338/5046038
1076.21/1071.97	c cleaning 99999 clauses out of 200008 with flag 11774818/5147038
1106.92/1102.59	c cleaning 101001 clauses out of 202009 with flag 12009949/5249038
1139.68/1135.30	c cleaning 101999 clauses out of 204008 with flag 12254785/5352038
1174.72/1170.15	c cleaning 103003 clauses out of 206009 with flag 12510202/5456038
1207.43/1202.77	c cleaning 104000 clauses out of 208006 with flag 12780959/5561038
1240.34/1235.51	c cleaning 105004 clauses out of 210007 with flag 13055484/5667039
1271.27/1266.36	c cleaning 105998 clauses out of 212004 with flag 13327603/5774040
1304.95/1299.91	c cleaning 107003 clauses out of 214005 with flag 13604156/5882039
1336.58/1331.55	c cleaning 107997 clauses out of 216002 with flag 13880273/5991039
1371.85/1366.67	c cleaning 109002 clauses out of 218006 with flag 14159668/6101040
1404.12/1398.85	c cleaning 109994 clauses out of 220002 with flag 14442569/6212038
1438.22/1432.70	c cleaning 111001 clauses out of 222008 with flag 14742546/6324038
1469.77/1464.15	c cleaning 112000 clauses out of 224008 with flag 15047503/6437039
1500.23/1494.56	c cleaning 113004 clauses out of 226007 with flag 15353956/6551038
1532.26/1526.41	c cleaning 113998 clauses out of 228004 with flag 15658810/6666039
1566.39/1560.44	c cleaning 114997 clauses out of 230005 with flag 15966152/6782038
1598.34/1592.28	c cleaning 115998 clauses out of 232008 with flag 16279422/6899038
1634.07/1627.85	c cleaning 117001 clauses out of 234010 with flag 16608297/7017038
1666.45/1660.03	c cleaning 117996 clauses out of 236009 with flag 16952278/7136038
1708.72/1702.11	c cleaning 119002 clauses out of 238013 with flag 17240722/7256038
1752.05/1745.32	c cleaning 120001 clauses out of 240011 with flag 17520963/7377038
1795.30/1788.47	c cleaning 121002 clauses out of 242010 with flag 17801173/7499038
1800.00/1793.13	c starts		: 595
1800.00/1793.13	c conflicts		: 7522338
1800.00/1793.13	c decisions		: 8301183
1800.00/1793.13	c propagations		: 407669851
1800.00/1793.13	c inspects		: 31568533148
1800.00/1793.13	c shortcuts		: 0
1800.00/1793.13	c learnt literals	: 0
1800.00/1793.13	c learnt binary clauses	: 0
1800.00/1793.13	c learnt ternary clauses	: 0
1800.00/1793.13	c learnt constraints	: 7522338
1800.00/1793.13	c ignored constraints	: 0
1800.00/1793.13	c root simplifications	: 0
1800.00/1793.13	c removed literals (reason simplification)	: 0
1800.00/1793.13	c reason swapping (by a shorter reason)	: 0
1800.00/1793.13	c Calls to reduceDB	: 119
1800.00/1793.13	c Number of update (reduction) of LBD	: 307525
1800.00/1793.13	c Imported unit clauses	: 0
1800.00/1793.13	c number of reductions to clauses (during analyze)	: 0
1800.00/1793.13	c number of learned constraints concerned by reduction	: 0
1800.00/1793.13	c number of learning phase by resolution	: 0
1800.00/1793.13	c number of learning phase by cutting planes	: 0
1800.00/1793.13	c speed (assignments/second)	: 227375.19290951896
1800.00/1793.13	c non guided choices	2
1800.00/1793.16	c learnt constraints type 
1800.00/1793.16	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 144308
1800.00/1793.16	s SATISFIABLE
1800.00/1793.16	c Found 6 solution(s)
1800.00/1793.16	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 
1800.00/1793.16	c objective function=-48
1800.00/1793.16	c Total wall clock time (in seconds): 1793.04

Verifier Data

OK	-48

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-4119426-1467257789/watcher-4119426-1467257789 -o /tmp/evaluation-result-4119426-1467257789/solver-4119426-1467257789 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1467250272-6475 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4119426-1467257789.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.38 2.33 2.24 2/193 7475
/proc/meminfo: memFree=27858264/32872528 swapFree=1555460/1718980
[pid=7475] ppid=7472 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/7475/stat : 7475 (java) D 7472 7475 5948 0 -1 4202496 319 0 0 0 0 0 0 0 20 0 1 0 4806484 9515008 176 33554432000 1073741824 1073778376 140733673166208 140733673148936 270330053520 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/7475/statm: 2323 176 133 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 2.38 2.33 2.24 2/193 7475
/proc/meminfo: memFree=27858264/32872528 swapFree=1555460/1718980
[pid=7475] ppid=7472 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/7475/stat : 7475 (java) S 7472 7475 5948 0 -1 4202496 4364 0 1 0 7 1 0 0 20 0 18 0 4806484 9787879424 5493 33554432000 1073741824 1073778376 140736791141632 140736791132768 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7475/statm: 2389619 5494 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200214 s]
/proc/loadavg: 2.38 2.33 2.24 2/193 7475
/proc/meminfo: memFree=27858264/32872528 swapFree=1555460/1718980
[pid=7475] ppid=7472 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/7475/stat : 7475 (java) S 7472 7475 5948 0 -1 4202496 4686 0 1 0 21 1 0 0 20 0 19 0 4806484 9856040960 7287 33554432000 1073741824 1073778376 140736791141632 140736791132768 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7475/statm: 2406260 7287 2199 9 0 2396937 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9625040

[startup+0.300204 s]
/proc/loadavg: 2.38 2.33 2.24 2/193 7475
/proc/meminfo: memFree=27858264/32872528 swapFree=1555460/1718980
[pid=7475] ppid=7472 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/7475/stat : 7475 (java) S 7472 7475 5948 0 -1 4202496 7404 0 1 0 47 2 0 0 20 0 19 0 4806484 9856040960 8853 33554432000 1073741824 1073778376 140736791141632 140736791132768 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7475/statm: 2406260 8853 2238 9 0 2396937 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9625040

[startup+0.700163 s]
/proc/loadavg: 2.38 2.33 2.24 2/193 7475
/proc/meminfo: memFree=27858264/32872528 swapFree=1555460/1718980
[pid=7475] ppid=7472 vsize=9625040 CPUtime=1.03 cores=0,2,4,6
/proc/7475/stat : 7475 (java) S 7472 7475 5948 0 -1 4202496 8163 0 1 0 101 2 0 0 20 0 19 0 4806484 9856040960 10111 33554432000 1073741824 1073778376 140736791141632 140736791132768 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7475/statm: 2406260 10111 2248 9 0 2396937 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 9625040

[startup+1.50074 s]
/proc/loadavg: 2.38 2.33 2.24 3/212 7494
/proc/meminfo: memFree=27820456/32872528 swapFree=1555460/1718980
[pid=7475] ppid=7472 vsize=9625040 CPUtime=1.91 cores=0,2,4,6
/proc/7475/stat : 7475 (java) S 7472 7475 5948 0 -1 4202496 8548 0 1 0 189 2 0 0 20 0 19 0 4806484 9856040960 12470 33554432000 1073741824 1073778376 140736791141632 140736791132768 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7475/statm: 2406260 12470 2250 9 0 2396937 0
[pid=7475/tid=7477] ppid=7472 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/7475/task/7477/stat : 7477 (java) R 7472 7475 5948 0 -1 4202560 2433 0 1 0 144 1 0 0 20 0 19 0 4806486 9856040960 12470 33554432000 1073741824 1073778376 140736791141632 140472722878744 140472559795283 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7475/tid=7478] ppid=7472 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7475/task/7478/stat : 7478 (java) S 7472 7475 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4806487 9856040960 12470 33554432000 1073741824 1073778376 140736791141632 140472684370600 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7475/tid=7479] ppid=7472 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7475/task/7479/stat : 7479 (java) S 7472 7475 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4806487 9856040960 12470 33554432000 1073741824 1073778376 140736791141632 140472683318056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7475/tid=7480] ppid=7472 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7475/task/7480/stat : 7480 (java) S 7472 7475 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4806487 9856040960 12470 33554432000 1073741824 1073778376 140736791141632 140472682265512 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7475/tid=7481] ppid=7472 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7475/task/7481/stat : 7481 (java) S 7472 7475 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4806487 9856040960 12470 33554432000 1073741824 1073778376 140736791141632 140472681212968 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7475/tid=7482] ppid=7472 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7475/task/7482/stat : 7482 (java) S 7472 7475 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4806487 9856040960 12470 33554432000 1073741824 1073778376 140736791141632 140472680159400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7475/tid=7483] ppid=7472 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7475/task/7483/stat : 7483 (java) S 7472 7475 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4806487 9856040960 12470 33554432000 1073741824 1073778376 140736791141632 140472679106856 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7475/tid=7484] ppid=7472 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7475/task/7484/stat : 7484 (java) S 7472 7475 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4806487 9856040960 12470 33554432000 1073741824 1073778376 140736791141632 140472678054312 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7475/tid=7485] ppid=7472 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7475/task/7485/stat : 7485 (java) S 7472 7475 5948 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4806487 9856040960 12470 33554432000 1073741824 1073778376 140736791141632 140472559331880 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7475/tid=7486] ppid=7472 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7475/task/7486/stat : 7486 (java) S 7472 7475 5948 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4806488 9856040960 12470 33554432000 1073741824 1073778376 140736791141632 140472547134056 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7475/tid=7487] ppid=7472 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7475/task/7487/stat : 7487 (java) S 7472 7475 5948 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4806489 9856040960 12470 33554432000 1073741824 1073778376 140736791141632 140472546080376 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7475/tid=7488] ppid=7472 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7475/task/7488/stat : 7488 (java) S 7472 7475 5948 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4806489 9856040960 12470 33554432000 1073741824 1073778376 140736791141632 140472545027720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7475/tid=7489] ppid=7472 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7475/task/7489/stat : 7489 (java) S 7472 7475 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4806491 9856040960 12470 33554432000 1073741824 1073778376 140736791141632 140472543976464 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7475/tid=7490] ppid=7472 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/7475/task/7490/stat : 7490 (java) S 7472 7475 5948 0 -1 4202560 2638 0 0 0 24 0 0 0 20 0 19 0 4806491 9856040960 12470 33554432000 1073741824 1073778376 140736791141632 140471804356664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7475/tid=7491] ppid=7472 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/7475/task/7491/stat : 7491 (java) S 7472 7475 5948 0 -1 4202560 2206 0 0 0 17 0 0 0 20 0 19 0 4806491 9856040960 12470 33554432000 1073741824 1073778376 140736791141632 140471803304120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7475/tid=7492] ppid=7472 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7475/task/7492/stat : 7492 (java) S 7472 7475 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4806491 9856040960 12470 33554432000 1073741824 1073778376 140736791141632 140471802251768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7475/tid=7493] ppid=7472 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7475/task/7493/stat : 7493 (java) S 7472 7475 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4806491 9856040960 12470 33554432000 1073741824 1073778376 140736791141632 140471801199432 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7475/tid=7494] ppid=7472 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7475/task/7494/stat : 7494 (java) S 7472 7475 5948 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4806504 9856040960 12470 33554432000 1073741824 1073778376 140736791141632 140471800145192 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 9625040

[startup+3.10074 s]
/proc/loadavg: 2.38 2.33 2.24 3/212 7494
/proc/meminfo: memFree=27809596/32872528 swapFree=1555460/1718980
[pid=7475] ppid=7472 vsize=9625040 CPUtime=3.52 cores=0,2,4,6
/proc/7475/stat : 7475 (java) S 7472 7475 5948 0 -1 4202496 8556 0 1 0 349 3 0 0 20 0 19 0 4806484 9856040960 16055 33554432000 1073741824 1073778376 140736791141632 140736791132768 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7475/statm: 2406260 16055 2250 9 0 2396937 0
[pid=7475/tid=7477] ppid=7472 vsize=9625040 CPUtime=3.04 cores=0,2,4,6
/proc/7475/task/7477/stat : 7477 (java) R 7472 7475 5948 0 -1 4202560 2440 0 1 0 303 1 0 0 20 0 19 0 4806486 9856040960 16055 33554432000 1073741824 1073778376 140736791141632 140472722869952 140472559795269 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7475/tid=7478] ppid=7472 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7475/task/7478/stat : 7478 (java) S 7472 7475 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4806487 9856040960 16055 33554432000 1073741824 1073778376 140736791141632 140472684370600 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7475/tid=7479] ppid=7472 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7475/task/7479/stat : 7479 (java) S 7472 7475 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4806487 9856040960 16055 33554432000 1073741824 1073778376 140736791141632 140472683318056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7475/tid=7480] ppid=7472 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7475/task/7480/stat : 7480 (java) S 7472 7475 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4806487 9856040960 16055 33554432000 1073741824 1073778376 140736791141632 140472682265512 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7475/tid=7481] ppid=7472 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7475/task/7481/stat : 7481 (java) S 7472 7475 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4806487 9856040960 16055 33554432000 1073741824 1073778376 140736791141632 140472681212968 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7475/tid=7482] ppid=7472 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7475/task/7482/stat : 7482 (java) S 7472 7475 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4806487 9856040960 16055 33554432000 1073741824 1073778376 140736791141632 140472680159400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7475/tid=7483] ppid=7472 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7475/task/7483/stat : 7483 (java) S 7472 7475 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4806487 9856040960 16055 33554432000 1073741824 1073778376 140736791141632 140472679106856 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7475/tid=7484] ppid=7472 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7475/task/7484/stat : 7484 (java) S 7472 7475 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4806487 9856040960 16055 33554432000 1073741824 1073778376 140736791141632 140472678054312 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7475/tid=7485] ppid=7472 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7475/task/7485/stat : 7485 (java) S 7472 7475 5948 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4806487 9856040960 16055 33554432000 1073741824 1073778376 140736791141632 140472559331880 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7475/tid=7486] ppid=7472 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7475/task/7486/stat : 7486 (java) S 7472 7475 5948 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4806488 9856040960 16055 33554432000 1073741824 1073778376 140736791141632 140472547134056 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7475/tid=7487] ppid=7472 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7475/task/7487/stat : 7487 (java) S 7472 7475 5948 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4806489 9856040960 16055 33554432000 1073741824 1073778376 140736791141632 140472546080376 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7475/tid=7488] ppid=7472 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7475/task/7488/stat : 7488 (java) S 7472 7475 5948 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4806489 9856040960 16055 33554432000 1073741824 1073778376 140736791141632 140472545027720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7475/tid=7489] ppid=7472 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7475/task/7489/stat : 7489 (java) S 7472 7475 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4806491 9856040960 16055 33554432000 1073741824 1073778376 140736791141632 140472543976464 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7475/tid=7490] ppid=7472 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/7475/task/7490/stat : 7490 (java) S 7472 7475 5948 0 -1 4202560 2639 0 0 0 25 0 0 0 20 0 19 0 4806491 9856040960 16055 33554432000 1073741824 1073778376 140736791141632 140471804356664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7475/tid=7491] ppid=7472 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/7475/task/7491/stat : 7491 (java) S 7472 7475 5948 0 -1 4202560 2206 0 0 0 18 0 0 0 20 0 19 0 4806491 9856040960 16055 33554432000 1073741824 1073778376 140736791141632 140471803304120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7475/tid=7492] ppid=7472 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7475/task/7492/stat : 7492 (java) S 7472 7475 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4806491 9856040960 16055 33554432000 1073741824 1073778376 140736791141632 140471802251768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7475/tid=7493] ppid=7472 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7475/task/7493/stat : 7493 (java) S 7472 7475 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4806491 9856040960 16055 33554432000 1073741824 1073778376 140736791141632 140471801199432 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7475/tid=7494] ppid=7472 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7475/task/7494/stat : 7494 (java) S 7472 7475 5948 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4806504 9856040960 16055 33554432000 1073741824 1073778376 140736791141632 140471800145192 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.52
Current children cumulated vsize (KiB) 9625040

[startup+6.30081 s]
/proc/loadavg: 2.35 2.33 2.24 3/212 7494
/proc/meminfo: memFree=27782288/32872528 swapFree=1555460/1718980
[pid=7475] ppid=7472 vsize=9625040 CPUtime=6.72 cores=0,2,4,6
/proc/7475/stat : 7475 (java) S 7472 7475 5948 0 -1 4202496 8571 0 1 0 669 3 0 0 20 0 19 0 4806484 9856040960 22497 33554432000 1073741824 1073778376 140736791141632 140736791132768 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7475/statm: 2406260 22497 2251 9 0 2396937 0
[pid=7475/tid=7477] ppid=7472 vsize=9625040 CPUtime=6.23 cores=0,2,4,6
/proc/7475/task/7477/stat : 7477 (java) R 7472 7475 5948 0 -1 4202560 2454 0 1 0 621 2 0 0 20 0 19 0 4806486 9856040960 22497 33554432000 1073741824 1073778376 140736791141632 140472722878776 140472559823634 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7475/tid=7478] ppid=7472 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7475/task/7478/stat : 7478 (java) S 7472 7475 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4806487 9856040960 22497 33554432000 1073741824 1073778376 140736791141632 140472684370600 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7475/tid=7479] ppid=7472 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7475/task/7479/stat : 7479 (java) S 7472 7475 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4806487 9856040960 22497 33554432000 1073741824 1073778376 140736791141632 140472683318056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7475/tid=7480] ppid=7472 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7475/task/7480/stat : 7480 (java) S 7472 7475 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4806487 9856040960 22497 33554432000 1073741824 1073778376 140736791141632 140472682265512 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7475/tid=7481] ppid=7472 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7475/task/7481/stat : 7481 (java) S 7472 7475 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4806487 9856040960 22497 33554432000 1073741824 1073778376 140736791141632 140472681212968 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7475/tid=7482] ppid=7472 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7475/task/7482/stat : 7482 (java) S 7472 7475 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4806487 9856040960 22497 33554432000 1073741824 1073778376 140736791141632 140472680159400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7475/tid=7483] ppid=7472 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7475/task/7483/stat : 7483 (java) S 7472 7475 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4806487 9856040960 22497 33554432000 1073741824 1073778376 140736791141632 140472679106856 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7475/tid=7484] ppid=7472 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7475/task/7484/stat : 7484 (java) S 7472 7475 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4806487 9856040960 22497 33554432000 1073741824 1073778376 140736791141632 140472678054312 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7475/tid=7485] ppid=7472 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7475/task/7485/stat : 7485 (java) S 7472 7475 5948 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4806487 9856040960 22497 33554432000 1073741824 1073778376 140736791141632 140472559331880 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7475/tid=7486] ppid=7472 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7475/task/7486/stat : 7486 (java) S 7472 7475 5948 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4806488 9856040960 22497 33554432000 1073741824 1073778376 140736791141632 140472547134056 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7475/tid=7487] ppid=7472 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7475/task/7487/stat : 7487 (java) S 7472 7475 5948 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4806489 9856040960 22497 33554432000 1073741824 1073778376 140736791141632 140472546080376 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7475/tid=7488] ppid=7472 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7475/task/7488/stat : 7488 (java) S 7472 7475 5948 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4806489 9856040960 22497 33554432000 1073741824 1073778376 140736791141632 140472545027720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7475/tid=7489] ppid=7472 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7475/task/7489/stat : 7489 (java) S 7472 7475 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4806491 9856040960 22497 33554432000 1073741824 1073778376 140736791141632 140472543976464 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7475/tid=7490] ppid=7472 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/7475/task/7490/stat : 7490 (java) S 7472 7475 5948 0 -1 4202560 2639 0 0 0 25 0 0 0 20 0 19 0 4806491 9856040960 22497 33554432000 1073741824 1073778376 140736791141632 140471804356664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7475/tid=7491] ppid=7472 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/7475/task/7491/stat : 7491 (java) S 7472 7475 5948 0 -1 4202560 2206 0 0 0 18 0 0 0 20 0 19 0 4806491 9856040960 22497 33554432000 1073741824 1073778376 140736791141632 140471803304120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7475/tid=7492] ppid=7472 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7475/task/7492/stat : 7492 (java) S 7472 7475 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4806491 9856040960 22497 33554432000 1073741824 1073778376 140736791141632 140471802251768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7475/tid=7493] ppid=7472 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7475/task/7493/stat : 7493 (java) S 7472 7475 5948 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 4806491 9856040960 22497 33554432000 1073741824 1073778376 140736791141632 140471801199432 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7475/tid=7494] ppid=7472 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7475/task/7494/stat : 7494 (java) S 7472 7475 5948 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4806504 9856040960 22497 33554432000 1073741824 1073778376 140736791141632 140471800145192 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.72
Current children cumulated vsize (KiB) 9625040


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

[pid=7475/tid=7494] ppid=7472 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7475/task/7494/stat : 7494 (java) S 7472 7475 5948 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4806504 9856040960 112024 33554432000 1073741824 1073778376 140736791141632 140471800145192 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1728.95
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.18 2.21 2.21 4/213 7627
/proc/meminfo: memFree=27275044/32872528 swapFree=1555460/1718980
[pid=7475] ppid=7472 vsize=9625040 CPUtime=1789.2 cores=0,2,4,6
/proc/7475/stat : 7475 (java) S 7472 7475 5948 0 -1 4202496 17023 0 1 0 178828 92 0 0 20 0 19 0 4806484 9856040960 110229 33554432000 1073741824 1073778376 140736791141632 140736791132768 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7475/statm: 2406260 110229 2277 9 0 2396937 0
[pid=7475/tid=7477] ppid=7472 vsize=9625040 CPUtime=1774.03 cores=0,2,4,6
/proc/7475/task/7477/stat : 7477 (java) R 7472 7475 5948 0 -1 4202560 2562 0 1 0 177372 31 0 0 20 0 19 0 4806486 9856040960 110229 33554432000 1073741824 1073778376 140736791141632 140472722877648 140472559825232 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7475/tid=7478] ppid=7472 vsize=9625040 CPUtime=1.07 cores=0,2,4,6
/proc/7475/task/7478/stat : 7478 (java) S 7472 7475 5948 0 -1 4202560 676 0 0 0 100 7 0 0 20 0 19 0 4806487 9856040960 110229 33554432000 1073741824 1073778376 140736791141632 140472684370600 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7475/tid=7479] ppid=7472 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/7475/task/7479/stat : 7479 (java) S 7472 7475 5948 0 -1 4202560 976 0 0 0 93 8 0 0 20 0 19 0 4806487 9856040960 110229 33554432000 1073741824 1073778376 140736791141632 140472683318056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7475/tid=7480] ppid=7472 vsize=9625040 CPUtime=1.15 cores=0,2,4,6
/proc/7475/task/7480/stat : 7480 (java) S 7472 7475 5948 0 -1 4202560 866 0 0 0 108 7 0 0 20 0 19 0 4806487 9856040960 110229 33554432000 1073741824 1073778376 140736791141632 140472682265512 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7475/tid=7481] ppid=7472 vsize=9625040 CPUtime=0.98 cores=0,2,4,6
/proc/7475/task/7481/stat : 7481 (java) S 7472 7475 5948 0 -1 4202560 652 0 0 0 91 7 0 0 20 0 19 0 4806487 9856040960 110229 33554432000 1073741824 1073778376 140736791141632 140472681212968 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7475/tid=7482] ppid=7472 vsize=9625040 CPUtime=1.19 cores=0,2,4,6
/proc/7475/task/7482/stat : 7482 (java) S 7472 7475 5948 0 -1 4202560 1435 0 0 0 109 10 0 0 20 0 19 0 4806487 9856040960 110229 33554432000 1073741824 1073778376 140736791141632 140472680159400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7475/tid=7483] ppid=7472 vsize=9625040 CPUtime=1.27 cores=0,2,4,6
/proc/7475/task/7483/stat : 7483 (java) S 7472 7475 5948 0 -1 4202560 873 0 0 0 118 9 0 0 20 0 19 0 4806487 9856040960 110229 33554432000 1073741824 1073778376 140736791141632 140472679106856 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7475/tid=7484] ppid=7472 vsize=9625040 CPUtime=1 cores=0,2,4,6
/proc/7475/task/7484/stat : 7484 (java) S 7472 7475 5948 0 -1 4202560 847 0 0 0 93 7 0 0 20 0 19 0 4806487 9856040960 110229 33554432000 1073741824 1073778376 140736791141632 140472678054312 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7475/tid=7485] ppid=7472 vsize=9625040 CPUtime=1.05 cores=0,2,4,6
/proc/7475/task/7485/stat : 7485 (java) S 7472 7475 5948 0 -1 4202560 1302 0 0 0 96 9 0 0 20 0 19 0 4806487 9856040960 110229 33554432000 1073741824 1073778376 140736791141632 140472559331880 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7475/tid=7486] ppid=7472 vsize=9625040 CPUtime=1.13 cores=0,2,4,6
/proc/7475/task/7486/stat : 7486 (java) S 7472 7475 5948 0 -1 4202560 347 0 0 0 110 3 0 0 20 0 19 0 4806488 9856040960 110229 33554432000 1073741824 1073778376 140736791141632 140472547134056 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7475/tid=7487] ppid=7472 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7475/task/7487/stat : 7487 (java) S 7472 7475 5948 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4806489 9856040960 110229 33554432000 1073741824 1073778376 140736791141632 140472546080376 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7475/tid=7488] ppid=7472 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7475/task/7488/stat : 7488 (java) S 7472 7475 5948 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4806489 9856040960 110229 33554432000 1073741824 1073778376 140736791141632 140472545027720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7475/tid=7489] ppid=7472 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7475/task/7489/stat : 7489 (java) S 7472 7475 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4806491 9856040960 110229 33554432000 1073741824 1073778376 140736791141632 140472543976464 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7475/tid=7490] ppid=7472 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/7475/task/7490/stat : 7490 (java) S 7472 7475 5948 0 -1 4202560 2639 0 0 0 25 0 0 0 20 0 19 0 4806491 9856040960 110229 33554432000 1073741824 1073778376 140736791141632 140471804356664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7475/tid=7491] ppid=7472 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/7475/task/7491/stat : 7491 (java) S 7472 7475 5948 0 -1 4202560 2485 0 0 0 20 0 0 0 20 0 19 0 4806491 9856040960 110229 33554432000 1073741824 1073778376 140736791141632 140471803304120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7475/tid=7492] ppid=7472 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7475/task/7492/stat : 7492 (java) S 7472 7475 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4806491 9856040960 110229 33554432000 1073741824 1073778376 140736791141632 140471802251768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7475/tid=7493] ppid=7472 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/7475/task/7493/stat : 7493 (java) S 7472 7475 5948 0 -1 4202560 104 0 0 0 28 28 0 0 20 0 19 0 4806491 9856040960 110229 33554432000 1073741824 1073778376 140736791141632 140471801199432 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7475/tid=7494] ppid=7472 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7475/task/7494/stat : 7494 (java) S 7472 7475 5948 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4806504 9856040960 110229 33554432000 1073741824 1073778376 140736791141632 140471800145192 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1789.2
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.11 s]
/proc/loadavg: 2.15 2.20 2.20 3/213 7627
/proc/meminfo: memFree=27279764/32872528 swapFree=1555460/1718980
[pid=7475] ppid=7472 vsize=9625040 CPUtime=1800 cores=0,2,4,6
/proc/7475/stat : 7475 (java) S 7472 7475 5948 0 -1 4202496 17023 0 1 0 179908 92 0 0 20 0 19 0 4806484 9856040960 110229 33554432000 1073741824 1073778376 140736791141632 140736791132768 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7475/statm: 2406260 110229 2277 9 0 2396937 0
[pid=7475/tid=7477] ppid=7472 vsize=9625040 CPUtime=1784.81 cores=0,2,4,6
/proc/7475/task/7477/stat : 7477 (java) R 7472 7475 5948 0 -1 4202560 2562 0 1 0 178449 32 0 0 20 0 19 0 4806486 9856040960 110229 33554432000 1073741824 1073778376 140736791141632 140472722869952 140472559823584 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7475/tid=7478] ppid=7472 vsize=9625040 CPUtime=1.07 cores=0,2,4,6
/proc/7475/task/7478/stat : 7478 (java) S 7472 7475 5948 0 -1 4202560 676 0 0 0 100 7 0 0 20 0 19 0 4806487 9856040960 110229 33554432000 1073741824 1073778376 140736791141632 140472684370600 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7475/tid=7479] ppid=7472 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/7475/task/7479/stat : 7479 (java) S 7472 7475 5948 0 -1 4202560 976 0 0 0 93 8 0 0 20 0 19 0 4806487 9856040960 110229 33554432000 1073741824 1073778376 140736791141632 140472683318056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7475/tid=7480] ppid=7472 vsize=9625040 CPUtime=1.15 cores=0,2,4,6
/proc/7475/task/7480/stat : 7480 (java) S 7472 7475 5948 0 -1 4202560 866 0 0 0 108 7 0 0 20 0 19 0 4806487 9856040960 110229 33554432000 1073741824 1073778376 140736791141632 140472682265512 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7475/tid=7481] ppid=7472 vsize=9625040 CPUtime=0.98 cores=0,2,4,6
/proc/7475/task/7481/stat : 7481 (java) S 7472 7475 5948 0 -1 4202560 652 0 0 0 91 7 0 0 20 0 19 0 4806487 9856040960 110229 33554432000 1073741824 1073778376 140736791141632 140472681212968 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7475/tid=7482] ppid=7472 vsize=9625040 CPUtime=1.19 cores=0,2,4,6
/proc/7475/task/7482/stat : 7482 (java) S 7472 7475 5948 0 -1 4202560 1435 0 0 0 109 10 0 0 20 0 19 0 4806487 9856040960 110229 33554432000 1073741824 1073778376 140736791141632 140472680159400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7475/tid=7483] ppid=7472 vsize=9625040 CPUtime=1.27 cores=0,2,4,6
/proc/7475/task/7483/stat : 7483 (java) S 7472 7475 5948 0 -1 4202560 873 0 0 0 118 9 0 0 20 0 19 0 4806487 9856040960 110229 33554432000 1073741824 1073778376 140736791141632 140472679106856 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7475/tid=7484] ppid=7472 vsize=9625040 CPUtime=1 cores=0,2,4,6
/proc/7475/task/7484/stat : 7484 (java) S 7472 7475 5948 0 -1 4202560 847 0 0 0 93 7 0 0 20 0 19 0 4806487 9856040960 110229 33554432000 1073741824 1073778376 140736791141632 140472678054312 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7475/tid=7485] ppid=7472 vsize=9625040 CPUtime=1.05 cores=0,2,4,6
/proc/7475/task/7485/stat : 7485 (java) S 7472 7475 5948 0 -1 4202560 1302 0 0 0 96 9 0 0 20 0 19 0 4806487 9856040960 110229 33554432000 1073741824 1073778376 140736791141632 140472559331880 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7475/tid=7486] ppid=7472 vsize=9625040 CPUtime=1.13 cores=0,2,4,6
/proc/7475/task/7486/stat : 7486 (java) S 7472 7475 5948 0 -1 4202560 347 0 0 0 110 3 0 0 20 0 19 0 4806488 9856040960 110229 33554432000 1073741824 1073778376 140736791141632 140472547134056 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7475/tid=7487] ppid=7472 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7475/task/7487/stat : 7487 (java) S 7472 7475 5948 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4806489 9856040960 110229 33554432000 1073741824 1073778376 140736791141632 140472546080376 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7475/tid=7488] ppid=7472 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7475/task/7488/stat : 7488 (java) S 7472 7475 5948 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4806489 9856040960 110229 33554432000 1073741824 1073778376 140736791141632 140472545027720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7475/tid=7489] ppid=7472 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7475/task/7489/stat : 7489 (java) S 7472 7475 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4806491 9856040960 110229 33554432000 1073741824 1073778376 140736791141632 140472543976464 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7475/tid=7490] ppid=7472 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/7475/task/7490/stat : 7490 (java) S 7472 7475 5948 0 -1 4202560 2639 0 0 0 25 0 0 0 20 0 19 0 4806491 9856040960 110229 33554432000 1073741824 1073778376 140736791141632 140471804356664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7475/tid=7491] ppid=7472 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/7475/task/7491/stat : 7491 (java) S 7472 7475 5948 0 -1 4202560 2485 0 0 0 20 0 0 0 20 0 19 0 4806491 9856040960 110229 33554432000 1073741824 1073778376 140736791141632 140471803304120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7475/tid=7492] ppid=7472 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7475/task/7492/stat : 7492 (java) S 7472 7475 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4806491 9856040960 110229 33554432000 1073741824 1073778376 140736791141632 140471802251768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7475/tid=7493] ppid=7472 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/7475/task/7493/stat : 7493 (java) S 7472 7475 5948 0 -1 4202560 104 0 0 0 28 28 0 0 20 0 19 0 4806491 9856040960 110229 33554432000 1073741824 1073778376 140736791141632 140471801199432 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7475/tid=7494] ppid=7472 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7475/task/7494/stat : 7494 (java) S 7472 7475 5948 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4806504 9856040960 110229 33554432000 1073741824 1073778376 140736791141632 140471800145192 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800
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 7475 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1793.11 s]
/proc/loadavg: 2.15 2.20 2.20 3/213 7627
/proc/meminfo: memFree=27279764/32872528 swapFree=1555460/1718980
[pid=7475] ppid=7472 vsize=9625040 CPUtime=1800 cores=0,2,4,6
/proc/7475/stat : 7475 (java) S 7472 7475 5948 0 -1 4202496 17023 0 1 0 179908 92 0 0 20 0 19 0 4806484 9856040960 110229 33554432000 1073741824 1073778376 140736791141632 140736791132768 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7475/statm: 2406260 110229 2277 9 0 2396937 0
[pid=7475/tid=7477] ppid=7472 vsize=9625040 CPUtime=1784.81 cores=0,2,4,6
/proc/7475/task/7477/stat : 7477 (java) R 7472 7475 5948 0 -1 4202560 2562 0 1 0 178449 32 0 0 20 0 19 0 4806486 9856040960 110229 33554432000 1073741824 1073778376 140736791141632 140472722869952 140472559823584 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7475/tid=7478] ppid=7472 vsize=9625040 CPUtime=1.07 cores=0,2,4,6
/proc/7475/task/7478/stat : 7478 (java) S 7472 7475 5948 0 -1 4202560 676 0 0 0 100 7 0 0 20 0 19 0 4806487 9856040960 110229 33554432000 1073741824 1073778376 140736791141632 140472684370600 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7475/tid=7479] ppid=7472 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/7475/task/7479/stat : 7479 (java) S 7472 7475 5948 0 -1 4202560 976 0 0 0 93 8 0 0 20 0 19 0 4806487 9856040960 110229 33554432000 1073741824 1073778376 140736791141632 140472683318056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7475/tid=7480] ppid=7472 vsize=9625040 CPUtime=1.15 cores=0,2,4,6
/proc/7475/task/7480/stat : 7480 (java) S 7472 7475 5948 0 -1 4202560 866 0 0 0 108 7 0 0 20 0 19 0 4806487 9856040960 110229 33554432000 1073741824 1073778376 140736791141632 140472682265512 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7475/tid=7481] ppid=7472 vsize=9625040 CPUtime=0.98 cores=0,2,4,6
/proc/7475/task/7481/stat : 7481 (java) S 7472 7475 5948 0 -1 4202560 652 0 0 0 91 7 0 0 20 0 19 0 4806487 9856040960 110229 33554432000 1073741824 1073778376 140736791141632 140472681212968 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7475/tid=7482] ppid=7472 vsize=9625040 CPUtime=1.19 cores=0,2,4,6
/proc/7475/task/7482/stat : 7482 (java) S 7472 7475 5948 0 -1 4202560 1435 0 0 0 109 10 0 0 20 0 19 0 4806487 9856040960 110229 33554432000 1073741824 1073778376 140736791141632 140472680159400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7475/tid=7483] ppid=7472 vsize=9625040 CPUtime=1.27 cores=0,2,4,6
/proc/7475/task/7483/stat : 7483 (java) S 7472 7475 5948 0 -1 4202560 873 0 0 0 118 9 0 0 20 0 19 0 4806487 9856040960 110229 33554432000 1073741824 1073778376 140736791141632 140472679106856 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7475/tid=7484] ppid=7472 vsize=9625040 CPUtime=1 cores=0,2,4,6
/proc/7475/task/7484/stat : 7484 (java) S 7472 7475 5948 0 -1 4202560 847 0 0 0 93 7 0 0 20 0 19 0 4806487 9856040960 110229 33554432000 1073741824 1073778376 140736791141632 140472678054312 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7475/tid=7485] ppid=7472 vsize=9625040 CPUtime=1.05 cores=0,2,4,6
/proc/7475/task/7485/stat : 7485 (java) S 7472 7475 5948 0 -1 4202560 1302 0 0 0 96 9 0 0 20 0 19 0 4806487 9856040960 110229 33554432000 1073741824 1073778376 140736791141632 140472559331880 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7475/tid=7486] ppid=7472 vsize=9625040 CPUtime=1.13 cores=0,2,4,6
/proc/7475/task/7486/stat : 7486 (java) S 7472 7475 5948 0 -1 4202560 347 0 0 0 110 3 0 0 20 0 19 0 4806488 9856040960 110229 33554432000 1073741824 1073778376 140736791141632 140472547134056 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7475/tid=7487] ppid=7472 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7475/task/7487/stat : 7487 (java) S 7472 7475 5948 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4806489 9856040960 110229 33554432000 1073741824 1073778376 140736791141632 140472546080376 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7475/tid=7488] ppid=7472 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7475/task/7488/stat : 7488 (java) S 7472 7475 5948 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4806489 9856040960 110229 33554432000 1073741824 1073778376 140736791141632 140472545027720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7475/tid=7489] ppid=7472 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7475/task/7489/stat : 7489 (java) S 7472 7475 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4806491 9856040960 110229 33554432000 1073741824 1073778376 140736791141632 140472543976464 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7475/tid=7490] ppid=7472 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/7475/task/7490/stat : 7490 (java) S 7472 7475 5948 0 -1 4202560 2639 0 0 0 25 0 0 0 20 0 19 0 4806491 9856040960 110229 33554432000 1073741824 1073778376 140736791141632 140471804356664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7475/tid=7491] ppid=7472 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/7475/task/7491/stat : 7491 (java) S 7472 7475 5948 0 -1 4202560 2485 0 0 0 20 0 0 0 20 0 19 0 4806491 9856040960 110229 33554432000 1073741824 1073778376 140736791141632 140471803304120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7475/tid=7492] ppid=7472 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7475/task/7492/stat : 7492 (java) S 7472 7475 5948 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4806491 9856040960 110229 33554432000 1073741824 1073778376 140736791141632 140471802251768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7475/tid=7493] ppid=7472 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/7475/task/7493/stat : 7493 (java) S 7472 7475 5948 0 -1 4202560 104 0 0 0 28 28 0 0 20 0 19 0 4806491 9856040960 110229 33554432000 1073741824 1073778376 140736791141632 140471801199432 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7475/tid=7494] ppid=7472 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7475/task/7494/stat : 7494 (java) S 7472 7475 5948 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4806504 9856040960 110229 33554432000 1073741824 1073778376 140736791141632 140471800145192 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1793.17
CPU time (s): 1800
CPU user time (s): 1799.08
CPU system time (s): 0.92
CPU usage (%): 100.381
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.62
system time used= 1.42078
maximum resident set size= 731812
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17074
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40265
involuntary context switches= 19116

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.90149 second user time and 13.6059 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-30 05:36:29
IDJOB=4119426
IDBENCH=111727
IDSOLVER=2546
FILE ID=node117/4119426-1467257789
RUNJOBID= node117-1467250272-6475
PBS_JOBID= 20004471
Free space on /tmp= 71624 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-NLC/minlplib2-pb-0.1.0/opb/normalized-graphpart_2pm-0088-0888.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119426-1467257789/watcher-4119426-1467257789 -o /tmp/evaluation-result-4119426-1467257789/solver-4119426-1467257789 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1467250272-6475 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4119426-1467257789.opb

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

MD5SUM BENCH= ff9d98e20084525c4e71f240fb980507
RANDOM SEED=710986886

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.714
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.714
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.714
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:        27859328 kB
Buffers:          124408 kB
Cached:          1774032 kB
SwapCached:            0 kB
Active:           792216 kB
Inactive:        1748344 kB
Active(anon):     644548 kB
Inactive(anon):        4 kB
Active(file):     147668 kB
Inactive(file):  1748340 kB
Unevictable:     1718980 kB
Mlocked:         1555460 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               500 kB
Writeback:             0 kB
AnonPages:       2369152 kB
Mapped:            21976 kB
Shmem:               204 kB
Slab:             611856 kB
SReclaimable:      55904 kB
SUnreclaim:       555952 kB
KernelStack:        1584 kB
PageTables:         8864 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2575660 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    774144 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= 71624 MiB
End job on node117 at 2016-06-30 06:06:22