Trace number 4106687

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)-39 1800.08 1793.54

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_200_10_2.opb
MD5SUM5255c8da63867fe6fe080ca048384827
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-48
Best CPU time to get the best result obtained on this benchmark1800.01
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -48
Optimality of the best value was proved NO
Number of variables200
Total number of constraints200
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints200
Minimum length of a constraint10
Maximum length of a constraint19
Number of terms in the objective function 200
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 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)2492
Sum of products size (including duplicates)4984
Number of different products1246
Sum of products size2492

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.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.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4106687-1466273354.opb
0.10/0.10	c reading problem ... 
0.10/0.10	c  objective function found
0.25/0.26	c ... done. Wall clock time 0.161s.
0.25/0.26	c declared #vars     200
0.25/0.26	c internal #vars     1446
0.25/0.26	c #constraints  2892
0.25/0.26	c constraints type 
0.25/0.26	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1246
0.25/0.26	c org.sat4j.minisat.constraints.cnf.UnitClauses => 153
0.25/0.26	c org.sat4j.specs.Constr$1 => 228
0.25/0.26	c org.sat4j.minisat.constraints.cnf.UnitClause => 19
0.25/0.26	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1246
0.25/0.26	c 2892 constraints processed.
0.25/0.26	c objective function length is 200 literals
0.25/0.28	c SATISFIABLE
0.25/0.28	c OPTIMIZING...
0.25/0.28	c Got one! Elapsed wall clock time (in seconds):0.174
0.25/0.28	o -37
0.25/0.29	c Got one! Elapsed wall clock time (in seconds):0.187
0.25/0.29	o -38
0.49/0.30	c Got one! Elapsed wall clock time (in seconds):0.198
0.49/0.30	o -39
0.98/0.61	c cleaning 2500 clauses out of 5004 with flag 10433/5004
1.26/0.89	c cleaning 4253 clauses out of 8506 with flag 22951/11006
1.59/1.17	c cleaning 5626 clauses out of 11252 with flag 37502/18005
2.16/1.61	c cleaning 6811 clauses out of 13626 with flag 55904/26005
2.69/2.17	c cleaning 7907 clauses out of 15814 with flag 76655/35004
3.30/2.77	c cleaning 8950 clauses out of 17908 with flag 99486/45005
4.00/3.43	c cleaning 9977 clauses out of 19957 with flag 123797/56004
4.69/4.15	c cleaning 10989 clauses out of 21981 with flag 150332/68005
5.50/4.90	c cleaning 11995 clauses out of 23991 with flag 178133/81004
6.21/5.63	c cleaning 12994 clauses out of 25996 with flag 207342/95004
7.00/6.40	c cleaning 14001 clauses out of 28002 with flag 238525/110004
7.90/7.34	c cleaning 14999 clauses out of 30002 with flag 271532/126005
8.99/8.47	c cleaning 16002 clauses out of 32003 with flag 306668/143005
10.29/9.72	c cleaning 16999 clauses out of 34001 with flag 343701/161005
11.66/11.04	c cleaning 17999 clauses out of 36002 with flag 382865/180005
13.05/12.42	c cleaning 18998 clauses out of 38002 with flag 424254/200004
14.45/13.83	c cleaning 20002 clauses out of 40004 with flag 467584/221004
16.06/15.43	c cleaning 21001 clauses out of 42003 with flag 513066/243005
17.85/17.21	c cleaning 22001 clauses out of 44001 with flag 560576/266004
19.46/18.87	c cleaning 23000 clauses out of 46002 with flag 610219/290006
21.35/20.77	c cleaning 23994 clauses out of 48001 with flag 661758/315005
23.35/22.73	c cleaning 25001 clauses out of 50007 with flag 715253/341005
25.74/25.01	c cleaning 26003 clauses out of 52006 with flag 770684/368005
27.94/27.23	c cleaning 27001 clauses out of 54004 with flag 828420/396006
30.24/29.50	c cleaning 28001 clauses out of 56001 with flag 888171/425004
32.75/32.07	c cleaning 28994 clauses out of 58000 with flag 949988/455004
35.75/35.08	c cleaning 30001 clauses out of 60006 with flag 1013817/486004
38.95/38.28	c cleaning 31003 clauses out of 62005 with flag 1079997/518004
42.45/41.70	c cleaning 31997 clauses out of 64002 with flag 1147975/551004
45.87/45.05	c cleaning 33003 clauses out of 66005 with flag 1217896/585004
49.66/48.85	c cleaning 33995 clauses out of 68002 with flag 1289840/620004
53.86/53.00	c cleaning 35002 clauses out of 70008 with flag 1363961/656005
58.36/57.57	c cleaning 36002 clauses out of 72007 with flag 1440256/693006
63.46/62.66	c cleaning 37002 clauses out of 74004 with flag 1518561/731005
68.23/67.25	c cleaning 37997 clauses out of 76002 with flag 1598953/770005
73.22/72.30	c cleaning 38998 clauses out of 78004 with flag 1681351/810004
79.53/78.54	c cleaning 40003 clauses out of 80006 with flag 1765914/851004
85.03/84.09	c cleaning 41001 clauses out of 82003 with flag 1852400/893004
91.32/90.17	c cleaning 42000 clauses out of 84003 with flag 1940758/936005
97.72/96.55	c cleaning 43000 clauses out of 86004 with flag 2031553/980006
104.12/102.92	c cleaning 44002 clauses out of 88003 with flag 2124052/1025005
110.91/109.77	c cleaning 44996 clauses out of 90001 with flag 2218659/1071005
117.41/116.24	c cleaning 45997 clauses out of 92004 with flag 2315410/1118004
125.13/123.84	c cleaning 47004 clauses out of 94008 with flag 2414325/1166005
131.74/130.48	c cleaning 47999 clauses out of 96003 with flag 2515201/1215004
139.54/138.25	c cleaning 49001 clauses out of 98005 with flag 2618323/1265005
146.60/145.16	c cleaning 49998 clauses out of 100004 with flag 2723529/1316005
154.00/152.57	c cleaning 50994 clauses out of 102005 with flag 2830969/1368004
160.20/158.78	c cleaning 52003 clauses out of 104011 with flag 2940225/1421004
168.09/166.66	c cleaning 53000 clauses out of 106008 with flag 3051599/1475004
176.53/174.82	c cleaning 54001 clauses out of 108009 with flag 3165065/1530005
186.23/184.51	c cleaning 55003 clauses out of 110008 with flag 3280511/1586005
196.68/194.79	c cleaning 56003 clauses out of 112005 with flag 3398015/1643005
205.68/203.74	c cleaning 57001 clauses out of 114001 with flag 3517578/1701004
214.88/212.91	c cleaning 57999 clauses out of 116000 with flag 3639229/1760004
224.48/222.35	c cleaning 58994 clauses out of 118001 with flag 3762862/1820004
235.07/232.95	c cleaning 60003 clauses out of 120007 with flag 3888575/1881004
244.70/242.57	c cleaning 60995 clauses out of 122005 with flag 4016094/1943005
253.13/250.99	c cleaning 61999 clauses out of 124009 with flag 4145793/2006004
262.12/259.99	c cleaning 62996 clauses out of 126010 with flag 4277501/2070004
272.00/269.77	c cleaning 64007 clauses out of 128016 with flag 4411251/2135006
282.20/279.96	c cleaning 65000 clauses out of 130007 with flag 4546972/2201004
294.37/292.02	c cleaning 66001 clauses out of 132008 with flag 4685081/2268005
306.67/304.31	c cleaning 66998 clauses out of 134006 with flag 4825385/2336004
319.06/316.63	c cleaning 68003 clauses out of 136008 with flag 4967774/2405004
331.76/329.35	c cleaning 69003 clauses out of 138005 with flag 5112288/2475004
346.45/343.97	c cleaning 69996 clauses out of 140003 with flag 5258145/2546005
360.85/358.33	c cleaning 71001 clauses out of 142006 with flag 5406694/2618004
378.27/375.68	c cleaning 72003 clauses out of 144005 with flag 5556967/2691004
397.67/395.09	c cleaning 72998 clauses out of 146004 with flag 5709455/2765006
415.74/413.01	c cleaning 74003 clauses out of 148005 with flag 5863650/2840005
434.14/431.47	c cleaning 74998 clauses out of 150002 with flag 6020329/2916005
450.91/448.17	c cleaning 75998 clauses out of 152003 with flag 6178936/2993004
468.21/465.39	c cleaning 77002 clauses out of 154005 with flag 6339504/3071004
486.60/483.74	c cleaning 77996 clauses out of 156003 with flag 6502618/3150004
506.39/503.47	c cleaning 79001 clauses out of 158008 with flag 6667597/3230005
532.07/529.05	c cleaning 79998 clauses out of 160006 with flag 6835268/3311004
553.97/550.93	c cleaning 80998 clauses out of 162008 with flag 7004485/3393004
577.20/574.11	c cleaning 82005 clauses out of 164012 with flag 7175758/3476006
603.28/600.17	c cleaning 82999 clauses out of 166005 with flag 7348989/3560004
628.87/625.72	c cleaning 84001 clauses out of 168006 with flag 7524451/3645004
656.45/653.21	c cleaning 85002 clauses out of 170006 with flag 7701974/3731005
684.01/680.78	c cleaning 85996 clauses out of 172004 with flag 7881572/3818005
713.01/709.63	c cleaning 87000 clauses out of 174007 with flag 8062909/3906004
743.49/740.01	c cleaning 87998 clauses out of 176007 with flag 8246837/3995004
767.49/764.07	c cleaning 89002 clauses out of 178010 with flag 8432966/4085005
796.02/792.60	c cleaning 89999 clauses out of 180007 with flag 8621252/4176004
828.08/824.51	c cleaning 91003 clauses out of 182009 with flag 8811743/4268005
854.35/850.79	c cleaning 92001 clauses out of 184007 with flag 9003443/4361006
881.45/877.77	c cleaning 92999 clauses out of 186006 with flag 9196891/4455006
908.93/905.11	c cleaning 94001 clauses out of 188006 with flag 9392490/4550005
941.02/937.16	c cleaning 94999 clauses out of 190004 with flag 9590136/4646004
970.50/966.53	c cleaning 95998 clauses out of 192006 with flag 9789317/4743005
1001.49/997.41	c cleaning 97004 clauses out of 194009 with flag 9990807/4841006
1029.96/1025.82	c cleaning 97995 clauses out of 196003 with flag 10195208/4940004
1058.91/1054.70	c cleaning 98996 clauses out of 198008 with flag 10401511/5040004
1085.82/1081.51	c cleaning 100004 clauses out of 200013 with flag 10609340/5141005
1116.91/1112.47	c cleaning 101002 clauses out of 202009 with flag 10819829/5243005
1152.47/1147.90	c cleaning 102000 clauses out of 204006 with flag 11032144/5346004
1185.19/1180.67	c cleaning 102996 clauses out of 206006 with flag 11246917/5450004
1215.10/1210.43	c cleaning 103996 clauses out of 208010 with flag 11464204/5555004
1247.43/1242.73	c cleaning 105005 clauses out of 210015 with flag 11683162/5661005
1277.46/1272.64	c cleaning 106004 clauses out of 212011 with flag 11904173/5768006
1312.49/1307.59	c cleaning 107003 clauses out of 214005 with flag 12127234/5876004
1345.21/1340.16	c cleaning 108002 clauses out of 216003 with flag 12351934/5985005
1374.70/1369.57	c cleaning 108992 clauses out of 218000 with flag 12579054/6095004
1411.31/1406.00	c cleaning 109998 clauses out of 220008 with flag 12807758/6206004
1448.34/1442.93	c cleaning 111001 clauses out of 222010 with flag 13038695/6318004
1483.46/1477.96	c cleaning 112001 clauses out of 224009 with flag 13271086/6431004
1524.28/1518.68	c cleaning 113002 clauses out of 226009 with flag 13506343/6545005
1560.41/1554.61	c cleaning 114002 clauses out of 228007 with flag 13743841/6660005
1604.81/1598.93	c cleaning 114998 clauses out of 230004 with flag 13983371/6776004
1650.78/1644.73	c cleaning 116002 clauses out of 232006 with flag 14224512/6893004
1697.82/1691.67	c cleaning 116997 clauses out of 234004 with flag 14467847/7011004
1753.65/1747.39	c cleaning 118001 clauses out of 236007 with flag 14713625/7130004
1800.08/1793.50	c starts		: 1166
1800.08/1793.50	c conflicts		: 7239335
1800.08/1793.50	c decisions		: 8039991
1800.08/1793.50	c propagations		: 42009289
1800.08/1793.50	c inspects		: 29294970157
1800.08/1793.50	c shortcuts		: 0
1800.08/1793.50	c learnt literals	: 0
1800.08/1793.50	c learnt binary clauses	: 0
1800.08/1793.50	c learnt ternary clauses	: 0
1800.08/1793.50	c learnt constraints	: 7239335
1800.08/1793.50	c ignored constraints	: 0
1800.08/1793.50	c root simplifications	: 0
1800.08/1793.50	c removed literals (reason simplification)	: 0
1800.08/1793.50	c reason swapping (by a shorter reason)	: 0
1800.08/1793.50	c Calls to reduceDB	: 115
1800.08/1793.50	c Number of update (reduction) of LBD	: 77903
1800.08/1793.50	c Imported unit clauses	: 0
1800.08/1793.50	c number of reductions to clauses (during analyze)	: 0
1800.08/1793.50	c number of learned constraints concerned by reduction	: 0
1800.08/1793.50	c number of learning phase by resolution	: 0
1800.08/1793.50	c number of learning phase by cutting planes	: 0
1800.08/1793.50	c speed (assignments/second)	: 23426.55169375553
1800.08/1793.50	c non guided choices	0
1800.08/1793.53	c learnt constraints type 
1800.08/1793.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 227337
1800.08/1793.53	s SATISFIABLE
1800.08/1793.53	c Found 3 solution(s)
1800.08/1793.53	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 -x197 -x198 -x199 -x200 
1800.08/1793.53	c objective function=-39
1800.08/1793.53	c Total wall clock time (in seconds): 1793.432

Verifier Data

OK	-39

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-4106687-1466273354/watcher-4106687-1466273354 -o /tmp/evaluation-result-4106687-1466273354/solver-4106687-1466273354 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466265808-19865 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4106687-1466273354.opb 

pid=22221
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.38 2.23 2.14 3/194 22224
/proc/meminfo: memFree=30557384/32872528 swapFree=877056/942464
[pid=22224] ppid=22221 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/22224/stat : 22224 (java) S 22221 22224 19848 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 29384313 98570240 977 33554432000 1073741824 1073778376 140734700986272 140734700977408 213196505149 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22224/statm: 24065 977 743 9 0 16771 0
[pid=22224/tid=22225] ppid=22221 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/22224/task/22225/stat : 22225 (java) R 22221 22224 19848 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 29384313 98570240 977 33554432000 1073741824 1073778376 140734700986272 140555289165352 213193147776 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100159 s]
/proc/loadavg: 2.38 2.23 2.14 3/194 22224
/proc/meminfo: memFree=30557384/32872528 swapFree=877056/942464
[pid=22224] ppid=22221 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/22224/stat : 22224 (java) S 22221 22224 19848 0 -1 4202496 4547 0 1 0 9 1 0 0 20 0 18 0 29384313 9787879424 5663 33554432000 1073741824 1073778376 140734700986272 140734700977408 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22224/statm: 2389619 5663 2157 9 0 2380296 0
[pid=22224/tid=22225] ppid=22221 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/22224/task/22225/stat : 22225 (java) R 22221 22224 19848 0 -1 4202560 2427 0 1 0 7 0 0 0 20 0 18 0 29384313 9787879424 5663 33554432000 1073741824 1073778376 140734700986272 140555289167112 213196530957 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200392 s]
/proc/loadavg: 2.38 2.23 2.14 3/194 22224
/proc/meminfo: memFree=30557384/32872528 swapFree=877056/942464
[pid=22224] ppid=22221 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/22224/stat : 22224 (java) S 22221 22224 19848 0 -1 4202496 4745 0 1 0 24 1 0 0 20 0 18 0 29384313 9787879424 6310 33554432000 1073741824 1073778376 140734700986272 140734700977408 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22224/statm: 2389619 6310 2215 9 0 2380296 0
[pid=22224/tid=22225] ppid=22221 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/22224/task/22225/stat : 22225 (java) R 22221 22224 19848 0 -1 4202560 2453 0 1 0 17 0 0 0 20 0 18 0 29384313 9787879424 6310 33554432000 1073741824 1073778376 140734700986272 140555289167112 213196520504 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300382 s]
/proc/loadavg: 2.38 2.23 2.14 3/194 22224
/proc/meminfo: memFree=30557384/32872528 swapFree=877056/942464
[pid=22224] ppid=22221 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/22224/stat : 22224 (java) S 22221 22224 19848 0 -1 4202496 5843 0 1 0 47 2 0 0 20 0 19 0 29384313 9856040960 7939 33554432000 1073741824 1073778376 140734700986272 140734700977408 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22224/statm: 2406260 7939 2250 9 0 2396937 0
[pid=22224/tid=22225] ppid=22221 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/22224/task/22225/stat : 22225 (java) R 22221 22224 19848 0 -1 4202560 2464 0 1 0 26 1 0 0 20 0 19 0 29384313 9856040960 7939 33554432000 1073741824 1073778376 140734700986272 140555289170560 140555292455888 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9625040

[startup+0.700207 s]
/proc/loadavg: 2.38 2.23 2.14 3/194 22224
/proc/meminfo: memFree=30557384/32872528 swapFree=877056/942464
[pid=22224] ppid=22221 vsize=9625040 CPUtime=1.11 cores=1,3,5,7
/proc/22224/stat : 22224 (java) S 22221 22224 19848 0 -1 4202496 6881 0 1 0 109 2 0 0 20 0 19 0 29384313 9856040960 9946 33554432000 1073741824 1073778376 140734700986272 140734700977408 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22224/statm: 2406260 9946 2265 9 0 2396937 0
[pid=22224/tid=22225] ppid=22221 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/22224/task/22225/stat : 22225 (java) R 22221 22224 19848 0 -1 4202560 2468 0 1 0 66 1 0 0 20 0 19 0 29384313 9856040960 9946 33554432000 1073741824 1073778376 140734700986272 140555289170504 140555162025062 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 9625040

[startup+1.50075 s]
/proc/loadavg: 2.35 2.23 2.14 3/213 22243
/proc/meminfo: memFree=30517652/32872528 swapFree=877056/942464
[pid=22224] ppid=22221 vsize=9625040 CPUtime=2.06 cores=1,3,5,7
/proc/22224/stat : 22224 (java) S 22221 22224 19848 0 -1 4202496 8797 0 1 0 203 3 0 0 20 0 19 0 29384313 9856040960 13746 33554432000 1073741824 1073778376 140734700986272 140734700977408 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22224/statm: 2406260 13746 2269 9 0 2396937 0
[pid=22224/tid=22225] ppid=22221 vsize=9625040 CPUtime=1.48 cores=1,3,5,7
/proc/22224/task/22225/stat : 22225 (java) R 22221 22224 19848 0 -1 4202560 2475 0 1 0 146 2 0 0 20 0 19 0 29384313 9856040960 13746 33554432000 1073741824 1073778376 140734700986272 140555289170296 140555161546688 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22224/tid=22227] ppid=22221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22224/task/22227/stat : 22227 (java) S 22221 22224 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29384314 9856040960 13746 33554432000 1073741824 1073778376 140734700986272 140555133119528 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22224/tid=22228] ppid=22221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22224/task/22228/stat : 22228 (java) S 22221 22224 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29384314 9856040960 13746 33554432000 1073741824 1073778376 140734700986272 140555132066728 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22224/tid=22229] ppid=22221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22224/task/22229/stat : 22229 (java) S 22221 22224 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29384314 9856040960 13746 33554432000 1073741824 1073778376 140734700986272 140555131013928 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22224/tid=22230] ppid=22221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22224/task/22230/stat : 22230 (java) S 22221 22224 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29384314 9856040960 13746 33554432000 1073741824 1073778376 140734700986272 140555129961128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22224/tid=22231] ppid=22221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22224/task/22231/stat : 22231 (java) S 22221 22224 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29384314 9856040960 13746 33554432000 1073741824 1073778376 140734700986272 140555128908328 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22224/tid=22232] ppid=22221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22224/task/22232/stat : 22232 (java) S 22221 22224 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29384314 9856040960 13746 33554432000 1073741824 1073778376 140734700986272 140555127855528 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22224/tid=22233] ppid=22221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22224/task/22233/stat : 22233 (java) S 22221 22224 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29384314 9856040960 13746 33554432000 1073741824 1073778376 140734700986272 140555126802728 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22224/tid=22234] ppid=22221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22224/task/22234/stat : 22234 (java) S 22221 22224 19848 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29384314 9856040960 13746 33554432000 1073741824 1073778376 140734700986272 140555125749928 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22224/tid=22235] ppid=22221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22224/task/22235/stat : 22235 (java) S 22221 22224 19848 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29384315 9856040960 13746 33554432000 1073741824 1073778376 140734700986272 140555113339880 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22224/tid=22236] ppid=22221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22224/task/22236/stat : 22236 (java) S 22221 22224 19848 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29384316 9856040960 13746 33554432000 1073741824 1073778376 140734700986272 140555112285944 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22224/tid=22237] ppid=22221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22224/task/22237/stat : 22237 (java) S 22221 22224 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29384316 9856040960 13746 33554432000 1073741824 1073778376 140734700986272 140555111233032 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22224/tid=22238] ppid=22221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22224/task/22238/stat : 22238 (java) S 22221 22224 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29384318 9856040960 13746 33554432000 1073741824 1073778376 140734700986272 140555110181520 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22224/tid=22239] ppid=22221 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/22224/task/22239/stat : 22239 (java) S 22221 22224 19848 0 -1 4202560 3105 0 0 0 30 0 0 0 20 0 19 0 29384318 9856040960 13746 33554432000 1073741824 1073778376 140734700986272 140555109128632 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22224/tid=22240] ppid=22221 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/22224/task/22240/stat : 22240 (java) S 22221 22224 19848 0 -1 4202560 1944 0 0 0 25 0 0 0 20 0 19 0 29384318 9856040960 13746 33554432000 1073741824 1073778376 140734700986272 140555108075832 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22224/tid=22241] ppid=22221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22224/task/22241/stat : 22241 (java) S 22221 22224 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29384318 9856040960 13746 33554432000 1073741824 1073778376 140734700986272 140555107023224 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22224/tid=22242] ppid=22221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22224/task/22242/stat : 22242 (java) S 22221 22224 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29384318 9856040960 13746 33554432000 1073741824 1073778376 140734700986272 140555105970632 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22224/tid=22243] ppid=22221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22224/task/22243/stat : 22243 (java) S 22221 22224 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29384340 9856040960 13746 33554432000 1073741824 1073778376 140734700986272 140555104917160 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 9625040

[startup+3.10075 s]
/proc/loadavg: 2.35 2.23 2.14 3/213 22243
/proc/meminfo: memFree=30502076/32872528 swapFree=877056/942464
[pid=22224] ppid=22221 vsize=9625040 CPUtime=3.69 cores=1,3,5,7
/proc/22224/stat : 22224 (java) S 22221 22224 19848 0 -1 4202496 8821 0 1 0 366 3 0 0 20 0 19 0 29384313 9856040960 18369 33554432000 1073741824 1073778376 140734700986272 140734700977408 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22224/statm: 2406260 18369 2269 9 0 2396937 0
[pid=22224/tid=22225] ppid=22221 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/22224/task/22225/stat : 22225 (java) R 22221 22224 19848 0 -1 4202560 2484 0 1 0 305 2 0 0 20 0 19 0 29384313 9856040960 18369 33554432000 1073741824 1073778376 140734700986272 140555289168312 140555162055115 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22224/tid=22227] ppid=22221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22224/task/22227/stat : 22227 (java) S 22221 22224 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29384314 9856040960 18369 33554432000 1073741824 1073778376 140734700986272 140555133119528 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22224/tid=22228] ppid=22221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22224/task/22228/stat : 22228 (java) S 22221 22224 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29384314 9856040960 18369 33554432000 1073741824 1073778376 140734700986272 140555132066728 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22224/tid=22229] ppid=22221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22224/task/22229/stat : 22229 (java) S 22221 22224 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29384314 9856040960 18369 33554432000 1073741824 1073778376 140734700986272 140555131013928 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22224/tid=22230] ppid=22221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22224/task/22230/stat : 22230 (java) S 22221 22224 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29384314 9856040960 18369 33554432000 1073741824 1073778376 140734700986272 140555129961128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22224/tid=22231] ppid=22221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22224/task/22231/stat : 22231 (java) S 22221 22224 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29384314 9856040960 18369 33554432000 1073741824 1073778376 140734700986272 140555128908328 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22224/tid=22232] ppid=22221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22224/task/22232/stat : 22232 (java) S 22221 22224 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29384314 9856040960 18369 33554432000 1073741824 1073778376 140734700986272 140555127855528 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22224/tid=22233] ppid=22221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22224/task/22233/stat : 22233 (java) S 22221 22224 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29384314 9856040960 18369 33554432000 1073741824 1073778376 140734700986272 140555126802728 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22224/tid=22234] ppid=22221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22224/task/22234/stat : 22234 (java) S 22221 22224 19848 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29384314 9856040960 18369 33554432000 1073741824 1073778376 140734700986272 140555125749928 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22224/tid=22235] ppid=22221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22224/task/22235/stat : 22235 (java) S 22221 22224 19848 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29384315 9856040960 18369 33554432000 1073741824 1073778376 140734700986272 140555113339880 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22224/tid=22236] ppid=22221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22224/task/22236/stat : 22236 (java) S 22221 22224 19848 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29384316 9856040960 18369 33554432000 1073741824 1073778376 140734700986272 140555112285944 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22224/tid=22237] ppid=22221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22224/task/22237/stat : 22237 (java) S 22221 22224 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29384316 9856040960 18369 33554432000 1073741824 1073778376 140734700986272 140555111233032 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22224/tid=22238] ppid=22221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22224/task/22238/stat : 22238 (java) S 22221 22224 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29384318 9856040960 18369 33554432000 1073741824 1073778376 140734700986272 140555110181520 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22224/tid=22239] ppid=22221 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/22224/task/22239/stat : 22239 (java) S 22221 22224 19848 0 -1 4202560 3120 0 0 0 32 0 0 0 20 0 19 0 29384318 9856040960 18369 33554432000 1073741824 1073778376 140734700986272 140555109128632 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22224/tid=22240] ppid=22221 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/22224/task/22240/stat : 22240 (java) S 22221 22224 19848 0 -1 4202560 1944 0 0 0 26 0 0 0 20 0 19 0 29384318 9856040960 18369 33554432000 1073741824 1073778376 140734700986272 140555108075832 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22224/tid=22241] ppid=22221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22224/task/22241/stat : 22241 (java) S 22221 22224 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29384318 9856040960 18369 33554432000 1073741824 1073778376 140734700986272 140555107023224 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22224/tid=22242] ppid=22221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22224/task/22242/stat : 22242 (java) S 22221 22224 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29384318 9856040960 18369 33554432000 1073741824 1073778376 140734700986272 140555105970632 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22224/tid=22243] ppid=22221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22224/task/22243/stat : 22243 (java) S 22221 22224 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29384340 9856040960 18369 33554432000 1073741824 1073778376 140734700986272 140555104917160 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.69
Current children cumulated vsize (KiB) 9625040

[startup+6.30085 s]
/proc/loadavg: 2.35 2.23 2.14 3/213 22243
/proc/meminfo: memFree=30463056/32872528 swapFree=877056/942464
[pid=22224] ppid=22221 vsize=9625040 CPUtime=6.9 cores=1,3,5,7
/proc/22224/stat : 22224 (java) S 22221 22224 19848 0 -1 4202496 8843 0 1 0 686 4 0 0 20 0 19 0 29384313 9856040960 27842 33554432000 1073741824 1073778376 140734700986272 140734700977408 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22224/statm: 2406260 27842 2270 9 0 2396937 0
[pid=22224/tid=22225] ppid=22221 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/22224/task/22225/stat : 22225 (java) R 22221 22224 19848 0 -1 4202560 2505 0 1 0 623 2 0 0 20 0 19 0 29384313 9856040960 27842 33554432000 1073741824 1073778376 140734700986272 140555289161392 140555161546790 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22224/tid=22227] ppid=22221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22224/task/22227/stat : 22227 (java) S 22221 22224 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29384314 9856040960 27842 33554432000 1073741824 1073778376 140734700986272 140555133119528 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22224/tid=22228] ppid=22221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22224/task/22228/stat : 22228 (java) S 22221 22224 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29384314 9856040960 27842 33554432000 1073741824 1073778376 140734700986272 140555132066728 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22224/tid=22229] ppid=22221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22224/task/22229/stat : 22229 (java) S 22221 22224 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29384314 9856040960 27842 33554432000 1073741824 1073778376 140734700986272 140555131013928 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22224/tid=22230] ppid=22221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22224/task/22230/stat : 22230 (java) S 22221 22224 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29384314 9856040960 27842 33554432000 1073741824 1073778376 140734700986272 140555129961128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22224/tid=22231] ppid=22221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22224/task/22231/stat : 22231 (java) S 22221 22224 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29384314 9856040960 27842 33554432000 1073741824 1073778376 140734700986272 140555128908328 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22224/tid=22232] ppid=22221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22224/task/22232/stat : 22232 (java) S 22221 22224 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29384314 9856040960 27842 33554432000 1073741824 1073778376 140734700986272 140555127855528 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22224/tid=22233] ppid=22221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22224/task/22233/stat : 22233 (java) S 22221 22224 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29384314 9856040960 27842 33554432000 1073741824 1073778376 140734700986272 140555126802728 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22224/tid=22234] ppid=22221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22224/task/22234/stat : 22234 (java) S 22221 22224 19848 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29384314 9856040960 27842 33554432000 1073741824 1073778376 140734700986272 140555125749928 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22224/tid=22235] ppid=22221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22224/task/22235/stat : 22235 (java) S 22221 22224 19848 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29384315 9856040960 27842 33554432000 1073741824 1073778376 140734700986272 140555113339880 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22224/tid=22236] ppid=22221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22224/task/22236/stat : 22236 (java) S 22221 22224 19848 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29384316 9856040960 27842 33554432000 1073741824 1073778376 140734700986272 140555112285944 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22224/tid=22237] ppid=22221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22224/task/22237/stat : 22237 (java) S 22221 22224 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29384316 9856040960 27842 33554432000 1073741824 1073778376 140734700986272 140555111233032 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22224/tid=22238] ppid=22221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22224/task/22238/stat : 22238 (java) S 22221 22224 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29384318 9856040960 27842 33554432000 1073741824 1073778376 140734700986272 140555110181520 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22224/tid=22239] ppid=22221 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/22224/task/22239/stat : 22239 (java) S 22221 22224 19848 0 -1 4202560 3120 0 0 0 32 0 0 0 20 0 19 0 29384318 9856040960 27842 33554432000 1073741824 1073778376 140734700986272 140555109128632 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22224/tid=22240] ppid=22221 vsize=9625040 CPUtime=0.26 cores=1,3,5,7

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

[pid=22224/tid=22243] ppid=22221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22224/task/22243/stat : 22243 (java) S 22221 22224 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29384340 9856040960 109207 33554432000 1073741824 1073778376 140734700986272 140555104917160 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1728.65
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.08 2.13 2.11 3/213 22481
/proc/meminfo: memFree=27188992/32872528 swapFree=877056/942464
[pid=22224] ppid=22221 vsize=9625040 CPUtime=1788.77 cores=1,3,5,7
/proc/22224/stat : 22224 (java) S 22221 22224 19848 0 -1 4202496 13275 0 1 0 178776 101 0 0 20 0 19 0 29384313 9856040960 107415 33554432000 1073741824 1073778376 140734700986272 140734700977408 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22224/statm: 2406260 107415 2292 9 0 2396937 0
[pid=22224/tid=22225] ppid=22221 vsize=9625040 CPUtime=1773.97 cores=1,3,5,7
/proc/22224/task/22225/stat : 22225 (java) R 22221 22224 19848 0 -1 4202560 2601 0 1 0 177367 30 0 0 20 0 19 0 29384313 9856040960 107415 33554432000 1073741824 1073778376 140734700986272 140555289169104 140555161945192 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22224/tid=22227] ppid=22221 vsize=9625040 CPUtime=1.02 cores=1,3,5,7
/proc/22224/task/22227/stat : 22227 (java) S 22221 22224 19848 0 -1 4202560 536 0 0 0 93 9 0 0 20 0 19 0 29384314 9856040960 107415 33554432000 1073741824 1073778376 140734700986272 140555133119528 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22224/tid=22228] ppid=22221 vsize=9625040 CPUtime=0.98 cores=1,3,5,7
/proc/22224/task/22228/stat : 22228 (java) S 22221 22224 19848 0 -1 4202560 372 0 0 0 91 7 0 0 20 0 19 0 29384314 9856040960 107415 33554432000 1073741824 1073778376 140734700986272 140555132066728 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22224/tid=22229] ppid=22221 vsize=9625040 CPUtime=1.21 cores=1,3,5,7
/proc/22224/task/22229/stat : 22229 (java) S 22221 22224 19848 0 -1 4202560 451 0 0 0 112 9 0 0 20 0 19 0 29384314 9856040960 107415 33554432000 1073741824 1073778376 140734700986272 140555131013928 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22224/tid=22230] ppid=22221 vsize=9625040 CPUtime=0.99 cores=1,3,5,7
/proc/22224/task/22230/stat : 22230 (java) S 22221 22224 19848 0 -1 4202560 238 0 0 0 91 8 0 0 20 0 19 0 29384314 9856040960 107415 33554432000 1073741824 1073778376 140734700986272 140555129961128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22224/tid=22231] ppid=22221 vsize=9625040 CPUtime=0.99 cores=1,3,5,7
/proc/22224/task/22231/stat : 22231 (java) S 22221 22224 19848 0 -1 4202560 436 0 0 0 92 7 0 0 20 0 19 0 29384314 9856040960 107415 33554432000 1073741824 1073778376 140734700986272 140555128908328 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22224/tid=22232] ppid=22221 vsize=9625040 CPUtime=0.98 cores=1,3,5,7
/proc/22224/task/22232/stat : 22232 (java) S 22221 22224 19848 0 -1 4202560 424 0 0 0 92 6 0 0 20 0 19 0 29384314 9856040960 107415 33554432000 1073741824 1073778376 140734700986272 140555127855528 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22224/tid=22233] ppid=22221 vsize=9625040 CPUtime=0.91 cores=1,3,5,7
/proc/22224/task/22233/stat : 22233 (java) S 22221 22224 19848 0 -1 4202560 425 0 0 0 83 8 0 0 20 0 19 0 29384314 9856040960 107415 33554432000 1073741824 1073778376 140734700986272 140555126802728 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22224/tid=22234] ppid=22221 vsize=9625040 CPUtime=0.93 cores=1,3,5,7
/proc/22224/task/22234/stat : 22234 (java) S 22221 22224 19848 0 -1 4202560 431 0 0 0 87 6 0 0 20 0 19 0 29384314 9856040960 107415 33554432000 1073741824 1073778376 140734700986272 140555125749928 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22224/tid=22235] ppid=22221 vsize=9625040 CPUtime=1.14 cores=1,3,5,7
/proc/22224/task/22235/stat : 22235 (java) S 22221 22224 19848 0 -1 4202560 343 0 0 0 111 3 0 0 20 0 19 0 29384315 9856040960 107415 33554432000 1073741824 1073778376 140734700986272 140555113339880 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22224/tid=22236] ppid=22221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22224/task/22236/stat : 22236 (java) S 22221 22224 19848 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29384316 9856040960 107415 33554432000 1073741824 1073778376 140734700986272 140555112285944 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22224/tid=22237] ppid=22221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22224/task/22237/stat : 22237 (java) S 22221 22224 19848 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29384316 9856040960 107415 33554432000 1073741824 1073778376 140734700986272 140555111233032 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22224/tid=22238] ppid=22221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22224/task/22238/stat : 22238 (java) S 22221 22224 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29384318 9856040960 107415 33554432000 1073741824 1073778376 140734700986272 140555110181520 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22224/tid=22239] ppid=22221 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/22224/task/22239/stat : 22239 (java) S 22221 22224 19848 0 -1 4202560 3120 0 0 0 32 0 0 0 20 0 19 0 29384318 9856040960 107415 33554432000 1073741824 1073778376 140734700986272 140555109128632 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22224/tid=22240] ppid=22221 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/22224/task/22240/stat : 22240 (java) S 22221 22224 19848 0 -1 4202560 2535 0 0 0 30 0 0 0 20 0 19 0 29384318 9856040960 107415 33554432000 1073741824 1073778376 140734700986272 140555108075832 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22224/tid=22241] ppid=22221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22224/task/22241/stat : 22241 (java) S 22221 22224 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29384318 9856040960 107415 33554432000 1073741824 1073778376 140734700986272 140555107023224 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22224/tid=22242] ppid=22221 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/22224/task/22242/stat : 22242 (java) S 22221 22224 19848 0 -1 4202560 104 0 0 0 26 42 0 0 20 0 19 0 29384318 9856040960 107415 33554432000 1073741824 1073778376 140734700986272 140555105970632 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22224/tid=22243] ppid=22221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22224/task/22243/stat : 22243 (java) S 22221 22224 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29384340 9856040960 107415 33554432000 1073741824 1073778376 140734700986272 140555104917160 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1788.77
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.5 s]
/proc/loadavg: 2.07 2.13 2.11 3/213 22482
/proc/meminfo: memFree=27192536/32872528 swapFree=877056/942464
[pid=22224] ppid=22221 vsize=9625040 CPUtime=1800.08 cores=1,3,5,7
/proc/22224/stat : 22224 (java) S 22221 22224 19848 0 -1 4202496 13278 0 1 0 179906 102 0 0 20 0 19 0 29384313 9856040960 106549 33554432000 1073741824 1073778376 140734700986272 140734700977408 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22224/statm: 2406260 106549 2292 9 0 2396937 0
[pid=22224/tid=22225] ppid=22221 vsize=9625040 CPUtime=1785.11 cores=1,3,5,7
/proc/22224/task/22225/stat : 22225 (java) R 22221 22224 19848 0 -1 4202560 2602 0 1 0 178480 31 0 0 20 0 19 0 29384313 9856040960 106549 33554432000 1073741824 1073778376 140734700986272 140555289169104 140555162066994 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22224/tid=22227] ppid=22221 vsize=9625040 CPUtime=1.04 cores=1,3,5,7
/proc/22224/task/22227/stat : 22227 (java) S 22221 22224 19848 0 -1 4202560 536 0 0 0 95 9 0 0 20 0 19 0 29384314 9856040960 106549 33554432000 1073741824 1073778376 140734700986272 140555133119528 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22224/tid=22228] ppid=22221 vsize=9625040 CPUtime=0.99 cores=1,3,5,7
/proc/22224/task/22228/stat : 22228 (java) S 22221 22224 19848 0 -1 4202560 372 0 0 0 92 7 0 0 20 0 19 0 29384314 9856040960 106549 33554432000 1073741824 1073778376 140734700986272 140555132066728 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22224/tid=22229] ppid=22221 vsize=9625040 CPUtime=1.23 cores=1,3,5,7
/proc/22224/task/22229/stat : 22229 (java) S 22221 22224 19848 0 -1 4202560 451 0 0 0 114 9 0 0 20 0 19 0 29384314 9856040960 106549 33554432000 1073741824 1073778376 140734700986272 140555131013928 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22224/tid=22230] ppid=22221 vsize=9625040 CPUtime=1.01 cores=1,3,5,7
/proc/22224/task/22230/stat : 22230 (java) S 22221 22224 19848 0 -1 4202560 238 0 0 0 93 8 0 0 20 0 19 0 29384314 9856040960 106549 33554432000 1073741824 1073778376 140734700986272 140555129961128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22224/tid=22231] ppid=22221 vsize=9625040 CPUtime=1 cores=1,3,5,7
/proc/22224/task/22231/stat : 22231 (java) S 22221 22224 19848 0 -1 4202560 436 0 0 0 93 7 0 0 20 0 19 0 29384314 9856040960 106549 33554432000 1073741824 1073778376 140734700986272 140555128908328 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22224/tid=22232] ppid=22221 vsize=9625040 CPUtime=1 cores=1,3,5,7
/proc/22224/task/22232/stat : 22232 (java) S 22221 22224 19848 0 -1 4202560 424 0 0 0 94 6 0 0 20 0 19 0 29384314 9856040960 106549 33554432000 1073741824 1073778376 140734700986272 140555127855528 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22224/tid=22233] ppid=22221 vsize=9625040 CPUtime=0.95 cores=1,3,5,7
/proc/22224/task/22233/stat : 22233 (java) S 22221 22224 19848 0 -1 4202560 425 0 0 0 87 8 0 0 20 0 19 0 29384314 9856040960 106549 33554432000 1073741824 1073778376 140734700986272 140555126802728 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22224/tid=22234] ppid=22221 vsize=9625040 CPUtime=0.94 cores=1,3,5,7
/proc/22224/task/22234/stat : 22234 (java) S 22221 22224 19848 0 -1 4202560 431 0 0 0 88 6 0 0 20 0 19 0 29384314 9856040960 106549 33554432000 1073741824 1073778376 140734700986272 140555125749928 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22224/tid=22235] ppid=22221 vsize=9625040 CPUtime=1.15 cores=1,3,5,7
/proc/22224/task/22235/stat : 22235 (java) S 22221 22224 19848 0 -1 4202560 345 0 0 0 112 3 0 0 20 0 19 0 29384315 9856040960 106549 33554432000 1073741824 1073778376 140734700986272 140555113339880 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22224/tid=22236] ppid=22221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22224/task/22236/stat : 22236 (java) S 22221 22224 19848 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29384316 9856040960 106549 33554432000 1073741824 1073778376 140734700986272 140555112285944 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22224/tid=22237] ppid=22221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22224/task/22237/stat : 22237 (java) S 22221 22224 19848 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29384316 9856040960 106549 33554432000 1073741824 1073778376 140734700986272 140555111233032 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22224/tid=22238] ppid=22221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22224/task/22238/stat : 22238 (java) S 22221 22224 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29384318 9856040960 106549 33554432000 1073741824 1073778376 140734700986272 140555110181520 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22224/tid=22239] ppid=22221 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/22224/task/22239/stat : 22239 (java) S 22221 22224 19848 0 -1 4202560 3120 0 0 0 32 0 0 0 20 0 19 0 29384318 9856040960 106549 33554432000 1073741824 1073778376 140734700986272 140555109128632 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22224/tid=22240] ppid=22221 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/22224/task/22240/stat : 22240 (java) S 22221 22224 19848 0 -1 4202560 2535 0 0 0 30 0 0 0 20 0 19 0 29384318 9856040960 106549 33554432000 1073741824 1073778376 140734700986272 140555108075832 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22224/tid=22241] ppid=22221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22224/task/22241/stat : 22241 (java) S 22221 22224 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29384318 9856040960 106549 33554432000 1073741824 1073778376 140734700986272 140555107023224 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22224/tid=22242] ppid=22221 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/22224/task/22242/stat : 22242 (java) S 22221 22224 19848 0 -1 4202560 104 0 0 0 27 42 0 0 20 0 19 0 29384318 9856040960 106549 33554432000 1073741824 1073778376 140734700986272 140555105970632 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22224/tid=22243] ppid=22221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22224/task/22243/stat : 22243 (java) S 22221 22224 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29384340 9856040960 106549 33554432000 1073741824 1073778376 140734700986272 140555104917160 213196519337 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 22224 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1793.5 s]
/proc/loadavg: 2.07 2.13 2.11 3/213 22482
/proc/meminfo: memFree=27192536/32872528 swapFree=877056/942464
[pid=22224] ppid=22221 vsize=9625040 CPUtime=1800.08 cores=1,3,5,7
/proc/22224/stat : 22224 (java) S 22221 22224 19848 0 -1 4202496 13278 0 1 0 179906 102 0 0 20 0 19 0 29384313 9856040960 106549 33554432000 1073741824 1073778376 140734700986272 140734700977408 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22224/statm: 2406260 106549 2292 9 0 2396937 0
[pid=22224/tid=22225] ppid=22221 vsize=9625040 CPUtime=1785.11 cores=1,3,5,7
/proc/22224/task/22225/stat : 22225 (java) R 22221 22224 19848 0 -1 4202560 2602 0 1 0 178480 31 0 0 20 0 19 0 29384313 9856040960 106549 33554432000 1073741824 1073778376 140734700986272 140555289169104 140555162066994 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22224/tid=22227] ppid=22221 vsize=9625040 CPUtime=1.04 cores=1,3,5,7
/proc/22224/task/22227/stat : 22227 (java) S 22221 22224 19848 0 -1 4202560 536 0 0 0 95 9 0 0 20 0 19 0 29384314 9856040960 106549 33554432000 1073741824 1073778376 140734700986272 140555133119528 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22224/tid=22228] ppid=22221 vsize=9625040 CPUtime=0.99 cores=1,3,5,7
/proc/22224/task/22228/stat : 22228 (java) S 22221 22224 19848 0 -1 4202560 372 0 0 0 92 7 0 0 20 0 19 0 29384314 9856040960 106549 33554432000 1073741824 1073778376 140734700986272 140555132066728 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22224/tid=22229] ppid=22221 vsize=9625040 CPUtime=1.23 cores=1,3,5,7
/proc/22224/task/22229/stat : 22229 (java) S 22221 22224 19848 0 -1 4202560 451 0 0 0 114 9 0 0 20 0 19 0 29384314 9856040960 106549 33554432000 1073741824 1073778376 140734700986272 140555131013928 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22224/tid=22230] ppid=22221 vsize=9625040 CPUtime=1.01 cores=1,3,5,7
/proc/22224/task/22230/stat : 22230 (java) S 22221 22224 19848 0 -1 4202560 238 0 0 0 93 8 0 0 20 0 19 0 29384314 9856040960 106549 33554432000 1073741824 1073778376 140734700986272 140555129961128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22224/tid=22231] ppid=22221 vsize=9625040 CPUtime=1 cores=1,3,5,7
/proc/22224/task/22231/stat : 22231 (java) S 22221 22224 19848 0 -1 4202560 436 0 0 0 93 7 0 0 20 0 19 0 29384314 9856040960 106549 33554432000 1073741824 1073778376 140734700986272 140555128908328 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22224/tid=22232] ppid=22221 vsize=9625040 CPUtime=1 cores=1,3,5,7
/proc/22224/task/22232/stat : 22232 (java) S 22221 22224 19848 0 -1 4202560 424 0 0 0 94 6 0 0 20 0 19 0 29384314 9856040960 106549 33554432000 1073741824 1073778376 140734700986272 140555127855528 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22224/tid=22233] ppid=22221 vsize=9625040 CPUtime=0.95 cores=1,3,5,7
/proc/22224/task/22233/stat : 22233 (java) S 22221 22224 19848 0 -1 4202560 425 0 0 0 87 8 0 0 20 0 19 0 29384314 9856040960 106549 33554432000 1073741824 1073778376 140734700986272 140555126802728 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22224/tid=22234] ppid=22221 vsize=9625040 CPUtime=0.94 cores=1,3,5,7
/proc/22224/task/22234/stat : 22234 (java) S 22221 22224 19848 0 -1 4202560 431 0 0 0 88 6 0 0 20 0 19 0 29384314 9856040960 106549 33554432000 1073741824 1073778376 140734700986272 140555125749928 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22224/tid=22235] ppid=22221 vsize=9625040 CPUtime=1.15 cores=1,3,5,7
/proc/22224/task/22235/stat : 22235 (java) S 22221 22224 19848 0 -1 4202560 345 0 0 0 112 3 0 0 20 0 19 0 29384315 9856040960 106549 33554432000 1073741824 1073778376 140734700986272 140555113339880 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22224/tid=22236] ppid=22221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22224/task/22236/stat : 22236 (java) S 22221 22224 19848 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29384316 9856040960 106549 33554432000 1073741824 1073778376 140734700986272 140555112285944 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22224/tid=22237] ppid=22221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22224/task/22237/stat : 22237 (java) S 22221 22224 19848 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29384316 9856040960 106549 33554432000 1073741824 1073778376 140734700986272 140555111233032 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22224/tid=22238] ppid=22221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22224/task/22238/stat : 22238 (java) S 22221 22224 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29384318 9856040960 106549 33554432000 1073741824 1073778376 140734700986272 140555110181520 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22224/tid=22239] ppid=22221 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/22224/task/22239/stat : 22239 (java) S 22221 22224 19848 0 -1 4202560 3120 0 0 0 32 0 0 0 20 0 19 0 29384318 9856040960 106549 33554432000 1073741824 1073778376 140734700986272 140555109128632 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22224/tid=22240] ppid=22221 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/22224/task/22240/stat : 22240 (java) S 22221 22224 19848 0 -1 4202560 2535 0 0 0 30 0 0 0 20 0 19 0 29384318 9856040960 106549 33554432000 1073741824 1073778376 140734700986272 140555108075832 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22224/tid=22241] ppid=22221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22224/task/22241/stat : 22241 (java) S 22221 22224 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29384318 9856040960 106549 33554432000 1073741824 1073778376 140734700986272 140555107023224 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22224/tid=22242] ppid=22221 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/22224/task/22242/stat : 22242 (java) S 22221 22224 19848 0 -1 4202560 104 0 0 0 27 42 0 0 20 0 19 0 29384318 9856040960 106549 33554432000 1073741824 1073778376 140734700986272 140555105970632 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22224/tid=22243] ppid=22221 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22224/task/22243/stat : 22243 (java) S 22221 22224 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29384340 9856040960 106549 33554432000 1073741824 1073778376 140734700986272 140555104917160 213196519337 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 22224 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=557185
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=502771
# CPU time returned by wait4() is 1796.06
# 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): 1793.54
CPU time (s): 1800.08
CPU user time (s): 1799.06
CPU system time (s): 1.02
CPU usage (%): 100.365
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.56
system time used= 1.50277
maximum resident set size= 677988
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13314
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40051
involuntary context switches= 23862

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.2553 second user time and 12.972 second system time

The end

Launcher Data

Begin job on node113 at 2016-06-18 20:09:14
IDJOB=4106687
IDBENCH=48185
IDSOLVER=2546
FILE ID=node113/4106687-1466273354
RUNJOBID= node113-1466265808-19865
PBS_JOBID= 19918235
Free space on /tmp= 71704 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_200_10_2.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106687-1466273354/watcher-4106687-1466273354 -o /tmp/evaluation-result-4106687-1466273354/solver-4106687-1466273354 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466265808-19865 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4106687-1466273354.opb

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

MD5SUM BENCH= 5255c8da63867fe6fe080ca048384827
RANDOM SEED=616441665

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30558076 kB
Buffers:          114836 kB
Cached:           283412 kB
SwapCached:         1896 kB
Active:           305476 kB
Inactive:         311336 kB
Active(anon):     218508 kB
Inactive(anon):     2024 kB
Active(file):      86968 kB
Inactive(file):   309312 kB
Unevictable:      942464 kB
Mlocked:          877056 kB
SwapTotal:      67108856 kB
SwapFree:       67098956 kB
Dirty:               500 kB
Writeback:             0 kB
AnonPages:       1175828 kB
Mapped:            15344 kB
Shmem:                 0 kB
Slab:             606344 kB
SReclaimable:      50060 kB
SUnreclaim:       556284 kB
KernelStack:        1696 kB
PageTables:         6764 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1631452 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    286720 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= 71704 MiB
End job on node113 at 2016-06-18 20:39:08