Trace number 4119043

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)-2863952 1800 1798.34

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-BIGINT-LIN/minlplib2-pb-0.1.0/
opb/normalized-graphpart_3g-0334-0334.lin.opb
MD5SUM1f3e049cdf03b3287586bbeb2e2561f8
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-3410696
Best CPU time to get the best result obtained on this benchmark1800.1
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables432
Total number of constraints684
Number of constraints which are clauses324
Number of constraints which are cardinality constraints (but not clauses)36
Number of constraints which are nor clauses,nor cardinality constraints324
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 324
Biggest coefficient in the objective function 244497
Number of bits for the biggest coefficient in the objective function 18
Sum of the numbers in the objective function 28420296
Number of bits of the sum of numbers in the objective function 25
Biggest number in a constraint 244497
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 28420296
Number of bits of the biggest sum of numbers25
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.03/1.83	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.03/1.83	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/1.83	c See www.sat4j.org for details.
0.03/1.89	c version PB16.v20160501
0.03/1.89	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/1.89	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/1.89	c java.vm.version	19.1-b02
0.03/1.89	c java.vm.vendor	Sun Microsystems Inc.
0.03/1.89	c sun.arch.data.model	64
0.03/1.89	c java.version		1.6.0_24
0.03/1.89	c os.name		Linux
0.03/1.89	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/1.89	c os.arch		amd64
0.03/1.89	c Free memory 		501472288
0.03/1.89	c Max memory 		7480803328
0.03/1.89	c Total memory 		504102912
0.03/1.89	c Number of processors 	8
0.10/1.91	c Pseudo Boolean Optimization by upper bound
0.10/1.91	c --- Begin Solver configuration ---
0.10/1.91	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/1.91	c Learn all clauses as in MiniSAT
0.10/1.91	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/1.91	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/1.91	c No reason simplification
0.10/1.91	c Glucose 2.1 dynamic restart strategy
0.10/1.91	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/1.91	c timeout=2147483s
0.10/1.91	c DB Simplification allowed=false
0.10/1.91	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/1.91	c --- End Solver configuration ---
0.10/1.91	c solving HOME/instance-4119043-1467243463.opb
0.10/1.91	c reading problem ... 
0.10/1.92	c  objective function found
0.25/2.01	c ... done. Wall clock time 0.094s.
0.25/2.01	c declared #vars     432
0.25/2.01	c #constraints  720
0.25/2.01	c constraints type 
0.25/2.01	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 360
0.25/2.01	c org.sat4j.minisat.constraints.card.MinWatchCard => 36
0.25/2.01	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 324
0.25/2.01	c 720 constraints processed.
0.25/2.01	c objective function length is 324 literals
0.25/2.02	c SATISFIABLE
0.25/2.02	c OPTIMIZING...
0.25/2.02	c Got one! Elapsed wall clock time (in seconds):0.106
0.25/2.02	o -2625038
0.25/2.04	c Got one! Elapsed wall clock time (in seconds):0.126
0.25/2.04	o -2635624
0.25/2.05	c Got one! Elapsed wall clock time (in seconds):0.136
0.25/2.05	o -2863952
1.09/2.53	c cleaning 2506 clauses out of 5017 with flag 12288/5017
1.55/2.96	c cleaning 4251 clauses out of 8507 with flag 25965/11013
2.06/3.45	c cleaning 5624 clauses out of 11258 with flag 40929/18015
2.65/4.07	c cleaning 6816 clauses out of 13632 with flag 58523/26013
3.37/4.79	c cleaning 7904 clauses out of 15815 with flag 78042/35012
4.28/5.68	c cleaning 8949 clauses out of 17911 with flag 99215/45012
5.28/6.61	c cleaning 9980 clauses out of 19964 with flag 123096/56014
6.38/7.71	c cleaning 10990 clauses out of 21983 with flag 149194/68013
7.38/8.74	c cleaning 11993 clauses out of 23993 with flag 177080/81013
8.68/10.03	c cleaning 12998 clauses out of 26000 with flag 207418/95013
10.37/11.75	c cleaning 14000 clauses out of 28002 with flag 240904/110013
12.07/13.48	c cleaning 15000 clauses out of 30003 with flag 275019/126014
14.08/15.49	c cleaning 15994 clauses out of 32002 with flag 312114/143013
16.38/17.77	c cleaning 17000 clauses out of 34007 with flag 351174/161012
18.67/20.05	c cleaning 18002 clauses out of 36007 with flag 393083/180012
21.00/22.31	c cleaning 18999 clauses out of 38006 with flag 437072/200013
23.30/24.62	c cleaning 19998 clauses out of 40006 with flag 483149/221012
25.70/27.05	c cleaning 21003 clauses out of 42008 with flag 531368/243012
28.30/29.61	c cleaning 22000 clauses out of 44006 with flag 582098/266013
31.00/32.37	c cleaning 23001 clauses out of 46006 with flag 634376/290013
34.30/35.64	c cleaning 24003 clauses out of 48005 with flag 688699/315013
37.89/39.23	c cleaning 25001 clauses out of 50003 with flag 746917/341014
41.29/42.69	c cleaning 26001 clauses out of 52001 with flag 808710/368013
45.46/46.72	c cleaning 27000 clauses out of 54000 with flag 869281/396013
49.96/51.20	c cleaning 28000 clauses out of 55999 with flag 932399/425012
55.16/56.40	c cleaning 28996 clauses out of 58000 with flag 998608/455013
60.54/61.86	c cleaning 30002 clauses out of 60004 with flag 1066330/486013
66.44/67.76	c cleaning 30993 clauses out of 62001 with flag 1136998/518012
72.74/74.04	c cleaning 32003 clauses out of 64009 with flag 1208123/551013
78.64/79.90	c cleaning 33002 clauses out of 66005 with flag 1283730/585012
85.55/86.77	c cleaning 34002 clauses out of 68004 with flag 1360967/620013
92.64/93.89	c cleaning 34999 clauses out of 70003 with flag 1440196/656014
99.83/101.04	c cleaning 35995 clauses out of 72002 with flag 1522411/693012
107.13/108.31	c cleaning 36998 clauses out of 74007 with flag 1608484/731012
115.74/116.92	c cleaning 38000 clauses out of 76011 with flag 1694940/770014
123.53/124.63	c cleaning 38999 clauses out of 78009 with flag 1785814/810012
130.94/132.09	c cleaning 40004 clauses out of 80010 with flag 1879968/851012
140.33/141.40	c cleaning 41006 clauses out of 82012 with flag 1973303/893018
150.43/151.52	c cleaning 42001 clauses out of 84001 with flag 2067705/936013
159.03/160.14	c cleaning 42997 clauses out of 85999 with flag 2166365/980012
167.35/168.34	c cleaning 43994 clauses out of 88002 with flag 2264992/1025012
176.45/177.41	c cleaning 45004 clauses out of 90008 with flag 2366943/1071012
185.55/186.58	c cleaning 46001 clauses out of 92005 with flag 2469890/1118013
195.15/196.19	c cleaning 47002 clauses out of 94003 with flag 2575855/1166012
205.34/206.30	c cleaning 48001 clauses out of 96002 with flag 2680204/1215013
218.65/219.52	c cleaning 48997 clauses out of 98000 with flag 2815862/1265012
230.75/231.64	c cleaning 50000 clauses out of 100003 with flag 2940919/1316012
246.72/247.47	c cleaning 51001 clauses out of 102003 with flag 3083584/1368012
263.42/264.17	c cleaning 52002 clauses out of 104004 with flag 3249824/1421014
277.90/278.62	c cleaning 52994 clauses out of 106000 with flag 3404229/1475012
295.70/296.42	c cleaning 53998 clauses out of 108006 with flag 3580714/1530012
311.29/311.81	c cleaning 54999 clauses out of 110008 with flag 3729493/1586012
328.09/328.61	c cleaning 55998 clauses out of 112009 with flag 3873897/1643012
344.79/345.30	c cleaning 57002 clauses out of 114012 with flag 4031173/1701013
361.84/362.24	c cleaning 58003 clauses out of 116009 with flag 4174062/1760012
376.53/376.95	c cleaning 59004 clauses out of 118007 with flag 4329392/1820013
393.53/393.76	c cleaning 59999 clauses out of 120005 with flag 4472599/1881015
411.13/411.38	c cleaning 61001 clauses out of 122003 with flag 4613691/1943012
430.32/430.60	c cleaning 61996 clauses out of 124004 with flag 4753648/2006014
449.16/449.27	c cleaning 63003 clauses out of 126007 with flag 4898034/2070013
469.44/469.55	c cleaning 63997 clauses out of 128003 with flag 5053444/2135012
491.59/491.54	c cleaning 65003 clauses out of 130007 with flag 5223684/2201013
511.19/511.17	c cleaning 66000 clauses out of 132003 with flag 5388861/2268012
541.40/541.33	c cleaning 66992 clauses out of 134003 with flag 5597458/2336012
576.61/576.45	c cleaning 68005 clauses out of 136012 with flag 5844318/2405013
611.10/610.99	c cleaning 69000 clauses out of 138006 with flag 6100141/2475012
645.39/645.14	c cleaning 69999 clauses out of 140009 with flag 6367326/2546015
680.10/679.81	c cleaning 70996 clauses out of 142007 with flag 6633763/2618012
708.99/708.68	c cleaning 72002 clauses out of 144011 with flag 6864112/2691012
745.10/744.79	c cleaning 73003 clauses out of 146009 with flag 7066316/2765012
776.96/776.59	c cleaning 73997 clauses out of 148006 with flag 7245344/2840012
811.55/811.16	c cleaning 74999 clauses out of 150009 with flag 7429210/2916012
846.81/846.37	c cleaning 75999 clauses out of 152010 with flag 7621514/2993012
876.07/875.53	c cleaning 77003 clauses out of 154013 with flag 7815926/3071014
903.57/903.06	c cleaning 78003 clauses out of 156008 with flag 8017483/3150012
940.43/939.82	c cleaning 78999 clauses out of 158005 with flag 8219085/3230012
971.93/971.34	c cleaning 80006 clauses out of 160011 with flag 8409644/3311017
1004.10/1003.41	c cleaning 80997 clauses out of 162000 with flag 8609467/3393012
1033.29/1032.55	c cleaning 82000 clauses out of 164004 with flag 8828095/3476013
1081.17/1080.48	c cleaning 82995 clauses out of 166004 with flag 9138494/3560013
1133.74/1132.92	c cleaning 83993 clauses out of 168008 with flag 9474255/3645012
1188.23/1187.40	c cleaning 84999 clauses out of 170016 with flag 9827225/3731013
1235.94/1235.04	c cleaning 86002 clauses out of 172016 with flag 10184365/3818012
1291.44/1290.45	c cleaning 87004 clauses out of 174015 with flag 10541102/3906013
1340.53/1339.48	c cleaning 88003 clauses out of 176014 with flag 10833738/3995016
1390.14/1388.91	c cleaning 89001 clauses out of 178007 with flag 11105801/4085012
1434.62/1433.32	c cleaning 90002 clauses out of 180007 with flag 11348338/4176013
1490.91/1489.67	c cleaning 90993 clauses out of 182007 with flag 11657242/4268015
1551.87/1550.55	c cleaning 92002 clauses out of 184013 with flag 12043312/4361014
1611.10/1609.72	c cleaning 93005 clauses out of 186009 with flag 12414617/4455012
1654.08/1652.65	c cleaning 94004 clauses out of 188008 with flag 12685431/4550016
1705.55/1704.03	c cleaning 94997 clauses out of 190000 with flag 12932828/4646012
1756.71/1755.15	c cleaning 95999 clauses out of 192004 with flag 13184368/4743013
1800.00/1798.30	c starts		: 16814
1800.00/1798.30	c conflicts		: 4836323
1800.00/1798.30	c decisions		: 6327297
1800.00/1798.30	c propagations		: 213012658
1800.00/1798.30	c inspects		: 26298270721
1800.00/1798.30	c shortcuts		: 0
1800.00/1798.30	c learnt literals	: 0
1800.00/1798.30	c learnt binary clauses	: 0
1800.00/1798.30	c learnt ternary clauses	: 0
1800.00/1798.30	c learnt constraints	: 4836323
1800.00/1798.30	c ignored constraints	: 0
1800.00/1798.30	c root simplifications	: 0
1800.00/1798.30	c removed literals (reason simplification)	: 0
1800.00/1798.30	c reason swapping (by a shorter reason)	: 0
1800.00/1798.30	c Calls to reduceDB	: 93
1800.00/1798.30	c Number of update (reduction) of LBD	: 186276
1800.00/1798.30	c Imported unit clauses	: 0
1800.00/1798.30	c number of reductions to clauses (during analyze)	: 0
1800.00/1798.30	c number of learned constraints concerned by reduction	: 0
1800.00/1798.30	c number of learning phase by resolution	: 0
1800.00/1798.30	c number of learning phase by cutting planes	: 0
1800.00/1798.30	c speed (assignments/second)	: 118584.78252397999
1800.00/1798.30	c non guided choices	0
1800.00/1798.33	c learnt constraints type 
1800.00/1798.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 189316
1800.00/1798.33	s SATISFIABLE
1800.00/1798.33	c Found 3 solution(s)
1800.00/1798.33	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 -x201 -x202 x203 x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 x222 x223 x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 x236 x237 -x238 x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 x257 -x258 -x259 x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 x274 x275 -x276 -x277 -x278 -x279 x280 x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 x289 x290 -x291 -x292 -x293 -x294 x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 x312 -x313 -x314 -x315 -x316 x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 x370 x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 x387 -x388 x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 x417 -x418 -x419 -x420 -x421 -x422 -x423 x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 
1800.00/1798.33	c objective function=-2863952
1800.00/1798.33	c Total wall clock time (in seconds): 1796.416

Verifier Data

OK	-2863952

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

pid=6039
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.29 2.33 2.23 3/194 6042
/proc/meminfo: memFree=27274480/32872528 swapFree=1099624/1181384
[pid=6042] ppid=6039 vsize=24328 CPUtime=0 cores=0,2,4,6
/proc/6042/stat : 6042 (runsolver) D 6039 6042 1865 0 -1 4202560 115 0 0 0 0 0 0 0 20 0 1 0 3375600 24911872 151 33554432000 4194304 4338465 140736655916800 140736655914440 271787576503 0 0 4096 24578 18446744071579943789 0 0 17 0 0 0 0 0 0
/proc/6042/statm: 6082 151 105 36 0 2655 0

[startup+0.100167 s]
/proc/loadavg: 2.29 2.33 2.23 3/194 6042
/proc/meminfo: memFree=27274480/32872528 swapFree=1099624/1181384
[pid=6042] ppid=6039 vsize=24328 CPUtime=0 cores=0,2,4,6
/proc/6042/stat : 6042 (runsolver) D 6039 6042 1865 0 -1 4202560 115 0 0 0 0 0 0 0 20 0 1 0 3375600 24911872 151 33554432000 4194304 4338465 140736655916800 140736655914440 271787576503 0 0 4096 24578 18446744071579943789 0 0 17 0 0 0 0 0 0
/proc/6042/statm: 6082 151 105 36 0 2655 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 24328

[startup+0.200331 s]
/proc/loadavg: 2.29 2.33 2.23 3/194 6042
/proc/meminfo: memFree=27274480/32872528 swapFree=1099624/1181384
[pid=6042] ppid=6039 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/6042/stat : 6042 (java) D 6039 6042 1865 0 -1 4202496 157 0 0 0 0 0 0 0 20 0 1 0 3375600 278528 33 33554432000 1073741824 1073778376 140736790090832 140736790088008 271778409767 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 18 0 0
/proc/6042/statm: 68 33 25 9 0 25 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 272

[startup+0.300263 s]
/proc/loadavg: 2.29 2.33 2.23 3/194 6042
/proc/meminfo: memFree=27274480/32872528 swapFree=1099624/1181384
[pid=6042] ppid=6039 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/6042/stat : 6042 (java) D 6039 6042 1865 0 -1 4202496 157 0 0 0 0 0 0 0 20 0 1 0 3375600 278528 33 33554432000 1073741824 1073778376 140736790090832 140736790088008 271778409767 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 18 0 0
/proc/6042/statm: 68 33 25 9 0 25 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 272

[startup+0.700224 s]
/proc/loadavg: 2.29 2.33 2.23 3/194 6042
/proc/meminfo: memFree=27274480/32872528 swapFree=1099624/1181384
[pid=6042] ppid=6039 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/6042/stat : 6042 (java) D 6039 6042 1865 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 3375600 9515008 183 33554432000 1073741824 1073778376 140736790090832 140736790081864 271787572917 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 18 0 0
/proc/6042/statm: 2323 183 140 9 0 71 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9292

[startup+1.50031 s]
/proc/loadavg: 2.35 2.34 2.23 2/196 6044
/proc/meminfo: memFree=27273704/32872528 swapFree=1099624/1181384
[pid=6042] ppid=6039 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/6042/stat : 6042 (java) S 6039 6042 1865 0 -1 4202496 3139 0 1 0 2 0 0 0 20 0 13 0 3375600 9446973440 3759 33554432000 1073741824 1073778376 140735212138896 140735212130032 271790932029 0 0 0 16800971 18446744073709551615 0 0 17 4 0 0 18 0 0
/proc/6042/statm: 2306390 3759 1707 9 0 2297091 0
[pid=6042/tid=6044] ppid=6039 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/6042/task/6044/stat : 6044 (java) D 6039 6042 1865 0 -1 4202560 1881 0 1 0 2 0 0 0 20 0 13 0 3375695 9446973440 3759 33554432000 1073741824 1073778376 140735212138896 140161686578752 271790959949 0 4 0 16800971 18446744072100588836 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+3.10079 s]
/proc/loadavg: 2.35 2.34 2.23 3/213 6061
/proc/meminfo: memFree=27245772/32872528 swapFree=1099624/1181384
[pid=6042] ppid=6039 vsize=9625040 CPUtime=1.75 cores=0,2,4,6
/proc/6042/stat : 6042 (java) S 6039 6042 1865 0 -1 4202496 7969 0 1 0 173 2 0 0 20 0 19 0 3375600 9856040960 11286 33554432000 1073741824 1073778376 140735212138896 140735212130032 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 18 0 0
/proc/6042/statm: 2406260 11286 2260 9 0 2396937 0
[pid=6042/tid=6044] ppid=6039 vsize=9625040 CPUtime=1.27 cores=0,2,4,6
/proc/6042/task/6044/stat : 6044 (java) R 6039 6042 1865 0 -1 4202560 2426 0 1 0 127 0 0 0 20 0 19 0 3375695 9856040960 11286 33554432000 1073741824 1073778376 140735212138896 140161686581736 140161509984041 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6042/tid=6045] ppid=6039 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6045/stat : 6045 (java) S 6039 6042 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3375711 9856040960 11286 33554432000 1073741824 1073778376 140735212138896 140161648073512 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6046] ppid=6039 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6046/stat : 6046 (java) S 6039 6042 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3375711 9856040960 11286 33554432000 1073741824 1073778376 140735212138896 140161647020712 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6042/tid=6047] ppid=6039 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6047/stat : 6047 (java) S 6039 6042 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3375711 9856040960 11286 33554432000 1073741824 1073778376 140735212138896 140161645968424 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6042/tid=6048] ppid=6039 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6048/stat : 6048 (java) S 6039 6042 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3375711 9856040960 11286 33554432000 1073741824 1073778376 140735212138896 140161644915624 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6042/tid=6049] ppid=6039 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6049/stat : 6049 (java) S 6039 6042 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3375711 9856040960 11286 33554432000 1073741824 1073778376 140735212138896 140161643862312 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6050] ppid=6039 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6050/stat : 6050 (java) S 6039 6042 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3375711 9856040960 11286 33554432000 1073741824 1073778376 140735212138896 140161642809512 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6042/tid=6051] ppid=6039 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6051/stat : 6051 (java) S 6039 6042 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3375711 9856040960 11286 33554432000 1073741824 1073778376 140735212138896 140161641757224 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6052] ppid=6039 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6052/stat : 6052 (java) S 6039 6042 1865 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3375711 9856040960 11286 33554432000 1073741824 1073778376 140735212138896 140161640704424 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6053] ppid=6039 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6053/stat : 6053 (java) S 6039 6042 1865 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 3375721 9856040960 11286 33554432000 1073741824 1073778376 140735212138896 140161628293864 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6054] ppid=6039 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6054/stat : 6054 (java) S 6039 6042 1865 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 3375721 9856040960 11286 33554432000 1073741824 1073778376 140735212138896 140161509746168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6055] ppid=6039 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6055/stat : 6055 (java) S 6039 6042 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3375721 9856040960 11286 33554432000 1073741824 1073778376 140735212138896 140161508693768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6056] ppid=6039 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6056/stat : 6056 (java) S 6039 6042 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3375780 9856040960 11286 33554432000 1073741824 1073778376 140735212138896 140161507642256 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6057] ppid=6039 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/6042/task/6057/stat : 6057 (java) S 6039 6042 1865 0 -1 4202560 2212 0 0 0 24 0 0 0 20 0 19 0 3375780 9856040960 11286 33554432000 1073741824 1073778376 140735212138896 140161506588856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6058] ppid=6039 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/6042/task/6058/stat : 6058 (java) S 6039 6042 1865 0 -1 4202560 2061 0 0 0 19 0 0 0 20 0 19 0 3375780 9856040960 11286 33554432000 1073741824 1073778376 140735212138896 140161505536056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6042/tid=6059] ppid=6039 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6059/stat : 6059 (java) S 6039 6042 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3375780 9856040960 11286 33554432000 1073741824 1073778376 140735212138896 140161504483960 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6042/tid=6060] ppid=6039 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6060/stat : 6060 (java) S 6039 6042 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3375780 9856040960 11286 33554432000 1073741824 1073778376 140735212138896 140161503431368 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6042/tid=6061] ppid=6039 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6061/stat : 6061 (java) S 6039 6042 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3375802 9856040960 11286 33554432000 1073741824 1073778376 140735212138896 140161502377384 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.75
Current children cumulated vsize (KiB) 9625040
heavy processes:
  %CPU=16 pid=1812 uid=0 cmd=

[startup+6.30081 s]
/proc/loadavg: 2.35 2.34 2.23 3/213 6061
/proc/meminfo: memFree=27218648/32872528 swapFree=1099624/1181384
[pid=6042] ppid=6039 vsize=9625040 CPUtime=4.97 cores=0,2,4,6
/proc/6042/stat : 6042 (java) S 6039 6042 1865 0 -1 4202496 7984 0 1 0 495 2 0 0 20 0 19 0 3375600 9856040960 17431 33554432000 1073741824 1073778376 140735212138896 140735212130032 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 18 0 0
/proc/6042/statm: 2406260 17431 2261 9 0 2396937 0
[pid=6042/tid=6044] ppid=6039 vsize=9625040 CPUtime=4.46 cores=0,2,4,6
/proc/6042/task/6044/stat : 6044 (java) R 6039 6042 1865 0 -1 4202560 2440 0 1 0 445 1 0 0 20 0 19 0 3375695 9856040960 17431 33554432000 1073741824 1073778376 140735212138896 140161686579632 140161510292857 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6042/tid=6045] ppid=6039 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6045/stat : 6045 (java) S 6039 6042 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3375711 9856040960 17431 33554432000 1073741824 1073778376 140735212138896 140161648073512 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6046] ppid=6039 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6046/stat : 6046 (java) S 6039 6042 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3375711 9856040960 17431 33554432000 1073741824 1073778376 140735212138896 140161647020712 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6042/tid=6047] ppid=6039 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6047/stat : 6047 (java) S 6039 6042 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3375711 9856040960 17431 33554432000 1073741824 1073778376 140735212138896 140161645968424 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6042/tid=6048] ppid=6039 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6048/stat : 6048 (java) S 6039 6042 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3375711 9856040960 17431 33554432000 1073741824 1073778376 140735212138896 140161644915624 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6042/tid=6049] ppid=6039 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6049/stat : 6049 (java) S 6039 6042 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3375711 9856040960 17431 33554432000 1073741824 1073778376 140735212138896 140161643862312 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6050] ppid=6039 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6050/stat : 6050 (java) S 6039 6042 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3375711 9856040960 17431 33554432000 1073741824 1073778376 140735212138896 140161642809512 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6042/tid=6051] ppid=6039 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6051/stat : 6051 (java) S 6039 6042 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3375711 9856040960 17431 33554432000 1073741824 1073778376 140735212138896 140161641757224 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6052] ppid=6039 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6052/stat : 6052 (java) S 6039 6042 1865 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3375711 9856040960 17431 33554432000 1073741824 1073778376 140735212138896 140161640704424 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6053] ppid=6039 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6053/stat : 6053 (java) S 6039 6042 1865 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 3375721 9856040960 17431 33554432000 1073741824 1073778376 140735212138896 140161628293864 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6054] ppid=6039 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6054/stat : 6054 (java) S 6039 6042 1865 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 3375721 9856040960 17431 33554432000 1073741824 1073778376 140735212138896 140161509746168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6055] ppid=6039 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6055/stat : 6055 (java) S 6039 6042 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3375721 9856040960 17431 33554432000 1073741824 1073778376 140735212138896 140161508693768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6056] ppid=6039 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6056/stat : 6056 (java) S 6039 6042 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3375780 9856040960 17431 33554432000 1073741824 1073778376 140735212138896 140161507642256 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6057] ppid=6039 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/6042/task/6057/stat : 6057 (java) S 6039 6042 1865 0 -1 4202560 2212 0 0 0 25 0 0 0 20 0 19 0 3375780 9856040960 17431 33554432000 1073741824 1073778376 140735212138896 140161506588856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6058] ppid=6039 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/6042/task/6058/stat : 6058 (java) S 6039 6042 1865 0 -1 4202560 2061 0 0 0 21 0 0 0 20 0 19 0 3375780 9856040960 17431 33554432000 1073741824 1073778376 140735212138896 140161505536056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6042/tid=6059] ppid=6039 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6059/stat : 6059 (java) S 6039 6042 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3375780 9856040960 17431 33554432000 1073741824 1073778376 140735212138896 140161504483960 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6042/tid=6060] ppid=6039 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6060/stat : 6060 (java) S 6039 6042 1865 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 3375780 9856040960 17431 33554432000 1073741824 1073778376 140735212138896 140161503431368 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6042/tid=6061] ppid=6039 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6061/stat : 6061 (java) S 6039 6042 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3375802 9856040960 17431 33554432000 1073741824 1073778376 140735212138896 140161502377384 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.97
Current children cumulated vsize (KiB) 9625040
heavy processes:
  %CPU=16 pid=1812 uid=0 cmd=/usr/local/sbin/pbs_mom 

[startup+12.7008 s]
/proc/loadavg: 2.29 2.33 2.23 3/213 6061
/proc/meminfo: memFree=27167812/32872528 swapFree=1099624/1181384
[pid=6042] ppid=6039 vsize=9625040 CPUtime=11.38 cores=0,2,4,6
/proc/6042/stat : 6042 (java) S 6039 6042 1865 0 -1 4202496 8005 0 1 0 1135 3 0 0 20 0 19 0 3375600 9856040960 28044 33554432000 1073741824 1073778376 140735212138896 140735212130032 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 18 0 0
/proc/6042/statm: 2406260 28044 2261 9 0 2396937 0
[pid=6042/tid=6044] ppid=6039 vsize=9625040 CPUtime=10.84 cores=0,2,4,6
/proc/6042/task/6044/stat : 6044 (java) R 6039 6042 1865 0 -1 4202560 2461 0 1 0 1083 1 0 0 20 0 19 0 3375695 9856040960 28044 33554432000 1073741824 1073778376 140735212138896 140161686581560 140161510243238 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6042/tid=6045] ppid=6039 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6045/stat : 6045 (java) S 6039 6042 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3375711 9856040960 28044 33554432000 1073741824 1073778376 140735212138896 140161648073512 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6046] ppid=6039 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6046/stat : 6046 (java) S 6039 6042 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3375711 9856040960 28044 33554432000 1073741824 1073778376 140735212138896 140161647020712 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6042/tid=6047] ppid=6039 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6047/stat : 6047 (java) S 6039 6042 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3375711 9856040960 28044 33554432000 1073741824 1073778376 140735212138896 140161645968424 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6042/tid=6048] ppid=6039 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6048/stat : 6048 (java) S 6039 6042 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3375711 9856040960 28044 33554432000 1073741824 1073778376 140735212138896 140161644915624 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6042/tid=6049] ppid=6039 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6049/stat : 6049 (java) S 6039 6042 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3375711 9856040960 28044 33554432000 1073741824 1073778376 140735212138896 140161643862312 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6050] ppid=6039 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6050/stat : 6050 (java) S 6039 6042 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3375711 9856040960 28044 33554432000 1073741824 1073778376 140735212138896 140161642809512 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6042/tid=6051] ppid=6039 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6051/stat : 6051 (java) S 6039 6042 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3375711 9856040960 28044 33554432000 1073741824 1073778376 140735212138896 140161641757224 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6052] ppid=6039 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6052/stat : 6052 (java) S 6039 6042 1865 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3375711 9856040960 28044 33554432000 1073741824 1073778376 140735212138896 140161640704424 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6053] ppid=6039 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6053/stat : 6053 (java) S 6039 6042 1865 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 3375721 9856040960 28044 33554432000 1073741824 1073778376 140735212138896 140161628293864 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6054] ppid=6039 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6054/stat : 6054 (java) S 6039 6042 1865 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 3375721 9856040960 28044 33554432000 1073741824 1073778376 140735212138896 140161509746168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6055] ppid=6039 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6055/stat : 6055 (java) S 6039 6042 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3375721 9856040960 28044 33554432000 1073741824 1073778376 140735212138896 140161508693768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

[pid=6042/tid=6061] ppid=6039 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6061/stat : 6061 (java) S 6039 6042 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3375802 9856040960 115378 33554432000 1073741824 1073778376 140735212138896 140161502377384 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1723.84
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 1.14 1.15 1.48 2/188 6160
/proc/meminfo: memFree=29250460/32872528 swapFree=1099624/1181384
[pid=6042] ppid=6039 vsize=9625040 CPUtime=1783.91 cores=0,2,4,6
/proc/6042/stat : 6042 (java) S 6039 6042 1865 0 -1 4202496 10925 0 1 0 178307 84 0 0 20 0 19 0 3375600 9856040960 113714 33554432000 1073741824 1073778376 140735212138896 140735212130032 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 18 0 0
/proc/6042/statm: 2406260 113714 2284 9 0 2396937 0
[pid=6042/tid=6044] ppid=6039 vsize=9625040 CPUtime=1774.08 cores=0,2,4,6
/proc/6042/task/6044/stat : 6044 (java) R 6039 6042 1865 0 -1 4202560 2518 0 1 0 177377 31 0 0 20 0 19 0 3375695 9856040960 113714 33554432000 1073741824 1073778376 140735212138896 140161686572816 140161510257656 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6042/tid=6045] ppid=6039 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/6042/task/6045/stat : 6045 (java) S 6039 6042 1865 0 -1 4202560 338 0 0 0 44 7 0 0 20 0 19 0 3375711 9856040960 113714 33554432000 1073741824 1073778376 140735212138896 140161648073512 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6042/tid=6046] ppid=6039 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/6042/task/6046/stat : 6046 (java) S 6039 6042 1865 0 -1 4202560 302 0 0 0 46 8 0 0 20 0 19 0 3375711 9856040960 113714 33554432000 1073741824 1073778376 140735212138896 140161647020712 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6047] ppid=6039 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/6042/task/6047/stat : 6047 (java) S 6039 6042 1865 0 -1 4202560 328 0 0 0 47 6 0 0 20 0 19 0 3375711 9856040960 113714 33554432000 1073741824 1073778376 140735212138896 140161645968424 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6048] ppid=6039 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/6042/task/6048/stat : 6048 (java) S 6039 6042 1865 0 -1 4202560 186 0 0 0 39 6 0 0 20 0 19 0 3375711 9856040960 113714 33554432000 1073741824 1073778376 140735212138896 140161644915624 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6042/tid=6049] ppid=6039 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/6042/task/6049/stat : 6049 (java) S 6039 6042 1865 0 -1 4202560 220 0 0 0 45 6 0 0 20 0 19 0 3375711 9856040960 113714 33554432000 1073741824 1073778376 140735212138896 140161643862312 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6042/tid=6050] ppid=6039 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/6042/task/6050/stat : 6050 (java) S 6039 6042 1865 0 -1 4202560 169 0 0 0 40 6 0 0 20 0 19 0 3375711 9856040960 113714 33554432000 1073741824 1073778376 140735212138896 140161642809512 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6042/tid=6051] ppid=6039 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/6042/task/6051/stat : 6051 (java) S 6039 6042 1865 0 -1 4202560 237 0 0 0 41 7 0 0 20 0 19 0 3375711 9856040960 113714 33554432000 1073741824 1073778376 140735212138896 140161641757224 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6042/tid=6052] ppid=6039 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/6042/task/6052/stat : 6052 (java) S 6039 6042 1865 0 -1 4202560 468 0 0 0 47 7 0 0 20 0 19 0 3375711 9856040960 113714 33554432000 1073741824 1073778376 140735212138896 140161640704424 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6042/tid=6053] ppid=6039 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/6042/task/6053/stat : 6053 (java) S 6039 6042 1865 0 -1 4202560 188 0 0 0 31 2 0 0 20 0 19 0 3375721 9856040960 113714 33554432000 1073741824 1073778376 140735212138896 140161628293864 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6042/tid=6054] ppid=6039 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6054/stat : 6054 (java) S 6039 6042 1865 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3375721 9856040960 113714 33554432000 1073741824 1073778376 140735212138896 140161509746168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6055] ppid=6039 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6055/stat : 6055 (java) S 6039 6042 1865 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3375721 9856040960 113714 33554432000 1073741824 1073778376 140735212138896 140161508693768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6056] ppid=6039 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6056/stat : 6056 (java) S 6039 6042 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3375780 9856040960 113714 33554432000 1073741824 1073778376 140735212138896 140161507642256 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6057] ppid=6039 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/6042/task/6057/stat : 6057 (java) S 6039 6042 1865 0 -1 4202560 2549 0 0 0 28 0 0 0 20 0 19 0 3375780 9856040960 113714 33554432000 1073741824 1073778376 140735212138896 140161506588856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6058] ppid=6039 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/6042/task/6058/stat : 6058 (java) S 6039 6042 1865 0 -1 4202560 2061 0 0 0 21 0 0 0 20 0 19 0 3375780 9856040960 113714 33554432000 1073741824 1073778376 140735212138896 140161505536056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6042/tid=6059] ppid=6039 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6059/stat : 6059 (java) S 6039 6042 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3375780 9856040960 113714 33554432000 1073741824 1073778376 140735212138896 140161504483960 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6042/tid=6060] ppid=6039 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/6042/task/6060/stat : 6060 (java) S 6039 6042 1865 0 -1 4202560 104 0 0 0 30 34 0 0 20 0 19 0 3375780 9856040960 113714 33554432000 1073741824 1073778376 140735212138896 140161503431368 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6042/tid=6061] ppid=6039 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6061/stat : 6061 (java) S 6039 6042 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3375802 9856040960 113714 33554432000 1073741824 1073778376 140735212138896 140161502377384 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1783.91
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.3 s]
/proc/loadavg: 1.18 1.16 1.48 2/188 6160
/proc/meminfo: memFree=29253996/32872528 swapFree=1099624/1181384
[pid=6042] ppid=6039 vsize=9625040 CPUtime=1800 cores=0,2,4,6
/proc/6042/stat : 6042 (java) S 6039 6042 1865 0 -1 4202496 10951 0 1 0 179916 84 0 0 20 0 19 0 3375600 9856040960 112887 33554432000 1073741824 1073778376 140735212138896 140735212130032 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 18 0 0
/proc/6042/statm: 2406260 112887 2284 9 0 2396937 0
[pid=6042/tid=6044] ppid=6039 vsize=9625040 CPUtime=1789.99 cores=0,2,4,6
/proc/6042/task/6044/stat : 6044 (java) R 6039 6042 1865 0 -1 4202560 2519 0 1 0 178967 32 0 0 20 0 19 0 3375695 9856040960 112887 33554432000 1073741824 1073778376 140735212138896 140161686580528 140161510278307 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6042/tid=6045] ppid=6039 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/6042/task/6045/stat : 6045 (java) S 6039 6042 1865 0 -1 4202560 361 0 0 0 46 7 0 0 20 0 19 0 3375711 9856040960 112887 33554432000 1073741824 1073778376 140735212138896 140161648073512 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6042/tid=6046] ppid=6039 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/6042/task/6046/stat : 6046 (java) S 6039 6042 1865 0 -1 4202560 302 0 0 0 47 8 0 0 20 0 19 0 3375711 9856040960 112887 33554432000 1073741824 1073778376 140735212138896 140161647020712 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6042/tid=6047] ppid=6039 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/6042/task/6047/stat : 6047 (java) S 6039 6042 1865 0 -1 4202560 328 0 0 0 50 6 0 0 20 0 19 0 3375711 9856040960 112887 33554432000 1073741824 1073778376 140735212138896 140161645968424 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6042/tid=6048] ppid=6039 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/6042/task/6048/stat : 6048 (java) S 6039 6042 1865 0 -1 4202560 186 0 0 0 41 6 0 0 20 0 19 0 3375711 9856040960 112887 33554432000 1073741824 1073778376 140735212138896 140161644915624 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6049] ppid=6039 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/6042/task/6049/stat : 6049 (java) S 6039 6042 1865 0 -1 4202560 220 0 0 0 46 6 0 0 20 0 19 0 3375711 9856040960 112887 33554432000 1073741824 1073778376 140735212138896 140161643862312 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6050] ppid=6039 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/6042/task/6050/stat : 6050 (java) S 6039 6042 1865 0 -1 4202560 169 0 0 0 42 6 0 0 20 0 19 0 3375711 9856040960 112887 33554432000 1073741824 1073778376 140735212138896 140161642809512 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6042/tid=6051] ppid=6039 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/6042/task/6051/stat : 6051 (java) S 6039 6042 1865 0 -1 4202560 237 0 0 0 41 7 0 0 20 0 19 0 3375711 9856040960 112887 33554432000 1073741824 1073778376 140735212138896 140161641757224 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6042/tid=6052] ppid=6039 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/6042/task/6052/stat : 6052 (java) S 6039 6042 1865 0 -1 4202560 468 0 0 0 49 7 0 0 20 0 19 0 3375711 9856040960 112887 33554432000 1073741824 1073778376 140735212138896 140161640704424 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6042/tid=6053] ppid=6039 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/6042/task/6053/stat : 6053 (java) S 6039 6042 1865 0 -1 4202560 190 0 0 0 31 2 0 0 20 0 19 0 3375721 9856040960 112887 33554432000 1073741824 1073778376 140735212138896 140161628293864 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6042/tid=6054] ppid=6039 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6054/stat : 6054 (java) S 6039 6042 1865 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3375721 9856040960 112887 33554432000 1073741824 1073778376 140735212138896 140161509746168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6055] ppid=6039 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6055/stat : 6055 (java) S 6039 6042 1865 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3375721 9856040960 112887 33554432000 1073741824 1073778376 140735212138896 140161508693768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6056] ppid=6039 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6056/stat : 6056 (java) S 6039 6042 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3375780 9856040960 112887 33554432000 1073741824 1073778376 140735212138896 140161507642256 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6057] ppid=6039 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/6042/task/6057/stat : 6057 (java) S 6039 6042 1865 0 -1 4202560 2549 0 0 0 28 0 0 0 20 0 19 0 3375780 9856040960 112887 33554432000 1073741824 1073778376 140735212138896 140161506588856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6058] ppid=6039 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/6042/task/6058/stat : 6058 (java) S 6039 6042 1865 0 -1 4202560 2061 0 0 0 21 0 0 0 20 0 19 0 3375780 9856040960 112887 33554432000 1073741824 1073778376 140735212138896 140161505536056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6042/tid=6059] ppid=6039 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6059/stat : 6059 (java) S 6039 6042 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3375780 9856040960 112887 33554432000 1073741824 1073778376 140735212138896 140161504483960 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6042/tid=6060] ppid=6039 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/6042/task/6060/stat : 6060 (java) S 6039 6042 1865 0 -1 4202560 104 0 0 0 31 34 0 0 20 0 19 0 3375780 9856040960 112887 33554432000 1073741824 1073778376 140735212138896 140161503431368 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6042/tid=6061] ppid=6039 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6061/stat : 6061 (java) S 6039 6042 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3375802 9856040960 112887 33554432000 1073741824 1073778376 140735212138896 140161502377384 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 4 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 6042 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1798.3 s]
/proc/loadavg: 1.18 1.16 1.48 2/188 6160
/proc/meminfo: memFree=29253996/32872528 swapFree=1099624/1181384
[pid=6042] ppid=6039 vsize=9625040 CPUtime=1800 cores=0,2,4,6
/proc/6042/stat : 6042 (java) S 6039 6042 1865 0 -1 4202496 10951 0 1 0 179916 84 0 0 20 0 19 0 3375600 9856040960 112887 33554432000 1073741824 1073778376 140735212138896 140735212130032 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 18 0 0
/proc/6042/statm: 2406260 112887 2284 9 0 2396937 0
[pid=6042/tid=6044] ppid=6039 vsize=9625040 CPUtime=1789.99 cores=0,2,4,6
/proc/6042/task/6044/stat : 6044 (java) R 6039 6042 1865 0 -1 4202560 2519 0 1 0 178967 32 0 0 20 0 19 0 3375695 9856040960 112887 33554432000 1073741824 1073778376 140735212138896 140161686580528 140161510278307 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6042/tid=6045] ppid=6039 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/6042/task/6045/stat : 6045 (java) S 6039 6042 1865 0 -1 4202560 361 0 0 0 46 7 0 0 20 0 19 0 3375711 9856040960 112887 33554432000 1073741824 1073778376 140735212138896 140161648073512 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6042/tid=6046] ppid=6039 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/6042/task/6046/stat : 6046 (java) S 6039 6042 1865 0 -1 4202560 302 0 0 0 47 8 0 0 20 0 19 0 3375711 9856040960 112887 33554432000 1073741824 1073778376 140735212138896 140161647020712 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6042/tid=6047] ppid=6039 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/6042/task/6047/stat : 6047 (java) S 6039 6042 1865 0 -1 4202560 328 0 0 0 50 6 0 0 20 0 19 0 3375711 9856040960 112887 33554432000 1073741824 1073778376 140735212138896 140161645968424 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6042/tid=6048] ppid=6039 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/6042/task/6048/stat : 6048 (java) S 6039 6042 1865 0 -1 4202560 186 0 0 0 41 6 0 0 20 0 19 0 3375711 9856040960 112887 33554432000 1073741824 1073778376 140735212138896 140161644915624 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6049] ppid=6039 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/6042/task/6049/stat : 6049 (java) S 6039 6042 1865 0 -1 4202560 220 0 0 0 46 6 0 0 20 0 19 0 3375711 9856040960 112887 33554432000 1073741824 1073778376 140735212138896 140161643862312 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6050] ppid=6039 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/6042/task/6050/stat : 6050 (java) S 6039 6042 1865 0 -1 4202560 169 0 0 0 42 6 0 0 20 0 19 0 3375711 9856040960 112887 33554432000 1073741824 1073778376 140735212138896 140161642809512 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6042/tid=6051] ppid=6039 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/6042/task/6051/stat : 6051 (java) S 6039 6042 1865 0 -1 4202560 237 0 0 0 41 7 0 0 20 0 19 0 3375711 9856040960 112887 33554432000 1073741824 1073778376 140735212138896 140161641757224 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6042/tid=6052] ppid=6039 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/6042/task/6052/stat : 6052 (java) S 6039 6042 1865 0 -1 4202560 468 0 0 0 49 7 0 0 20 0 19 0 3375711 9856040960 112887 33554432000 1073741824 1073778376 140735212138896 140161640704424 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6042/tid=6053] ppid=6039 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/6042/task/6053/stat : 6053 (java) S 6039 6042 1865 0 -1 4202560 190 0 0 0 31 2 0 0 20 0 19 0 3375721 9856040960 112887 33554432000 1073741824 1073778376 140735212138896 140161628293864 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6042/tid=6054] ppid=6039 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6054/stat : 6054 (java) S 6039 6042 1865 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3375721 9856040960 112887 33554432000 1073741824 1073778376 140735212138896 140161509746168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6055] ppid=6039 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6055/stat : 6055 (java) S 6039 6042 1865 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3375721 9856040960 112887 33554432000 1073741824 1073778376 140735212138896 140161508693768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6056] ppid=6039 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6056/stat : 6056 (java) S 6039 6042 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3375780 9856040960 112887 33554432000 1073741824 1073778376 140735212138896 140161507642256 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6057] ppid=6039 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/6042/task/6057/stat : 6057 (java) S 6039 6042 1865 0 -1 4202560 2549 0 0 0 28 0 0 0 20 0 19 0 3375780 9856040960 112887 33554432000 1073741824 1073778376 140735212138896 140161506588856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6058] ppid=6039 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/6042/task/6058/stat : 6058 (java) S 6039 6042 1865 0 -1 4202560 2061 0 0 0 21 0 0 0 20 0 19 0 3375780 9856040960 112887 33554432000 1073741824 1073778376 140735212138896 140161505536056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6042/tid=6059] ppid=6039 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6059/stat : 6059 (java) S 6039 6042 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3375780 9856040960 112887 33554432000 1073741824 1073778376 140735212138896 140161504483960 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6042/tid=6060] ppid=6039 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/6042/task/6060/stat : 6060 (java) S 6039 6042 1865 0 -1 4202560 104 0 0 0 31 34 0 0 20 0 19 0 3375780 9856040960 112887 33554432000 1073741824 1073778376 140735212138896 140161503431368 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6042/tid=6061] ppid=6039 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6061/stat : 6061 (java) S 6039 6042 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3375802 9856040960 112887 33554432000 1073741824 1073778376 140735212138896 140161502377384 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 4 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 6042 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=617176
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=354794
# CPU time returned by wait4() is 1795.97
# 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): 1798.34
CPU time (s): 1800
CPU user time (s): 1799.16
CPU system time (s): 0.84
CPU usage (%): 100.092
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.62
system time used= 1.35479
maximum resident set size= 619052
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10996
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1432
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38954
involuntary context switches= 23719

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.93549 second user time and 13.5819 second system time

The end

Launcher Data

Begin job on node115 at 2016-06-30 01:37:43
IDJOB=4119043
IDBENCH=111640
IDSOLVER=2546
FILE ID=node115/4119043-1467243463
RUNJOBID= node115-1467210312-1881
PBS_JOBID= 19997598
Free space on /tmp= 71660 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-BIGINT-LIN/minlplib2-pb-0.1.0/opb/normalized-graphpart_3g-0334-0334.lin.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119043-1467243463/watcher-4119043-1467243463 -o /tmp/evaluation-result-4119043-1467243463/solver-4119043-1467243463 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1467210312-1881 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4119043-1467243463.opb

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

MD5SUM BENCH= 1f3e049cdf03b3287586bbeb2e2561f8
RANDOM SEED=2015637013

node115.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27274992 kB
Buffers:           96700 kB
Cached:          1172992 kB
SwapCached:            0 kB
Active:          2524080 kB
Inactive:        1172548 kB
Active(anon):    2429756 kB
Inactive(anon):        0 kB
Active(file):      94324 kB
Inactive(file):  1172548 kB
Unevictable:     1181384 kB
Mlocked:         1099624 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               912 kB
Writeback:             0 kB
AnonPages:       3614700 kB
Mapped:            22192 kB
Shmem:               204 kB
Slab:             576332 kB
SReclaimable:      20608 kB
SUnreclaim:       555724 kB
KernelStack:        1576 kB
PageTables:        11532 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4048576 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2461696 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71664 MiB
End job on node115 at 2016-06-30 02:07:42