Trace number 4117793

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)95 1800 1798.74

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/
dt-problems/normalized-lo_14x14_000.opb.metafix.opb
MD5SUM9a6d571b9449efb2b920b3495db1d93a
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark95
Best CPU time to get the best result obtained on this benchmark77.2203
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables196
Total number of constraints82
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)82
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint14
Number of terms in the objective function 196
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 196
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 9
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 196
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4117793-1467215704.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  objective function found
0.11/0.15	c ... done. Wall clock time 0.047s.
0.11/0.15	c declared #vars     196
0.11/0.15	c #constraints  164
0.11/0.15	c constraints type 
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7
0.11/0.15	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
0.11/0.15	c org.sat4j.specs.Constr$1 => 7
0.11/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 141
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.11/0.15	c org.sat4j.minisat.constraints.cnf.UnitClause => 4
0.11/0.15	c 164 constraints processed.
0.11/0.15	c objective function length is 196 literals
0.11/0.16	c SATISFIABLE
0.11/0.16	c OPTIMIZING...
0.11/0.16	c Got one! Elapsed wall clock time (in seconds):0.061
0.11/0.16	o 95
0.80/0.53	c cleaning 2511 clauses out of 5026 with flag 20012/5026
1.25/0.83	c cleaning 4253 clauses out of 8513 with flag 44279/11024
1.66/1.27	c cleaning 5624 clauses out of 11262 with flag 78182/18026
2.16/1.78	c cleaning 6809 clauses out of 13636 with flag 116953/26024
2.79/2.36	c cleaning 7905 clauses out of 15827 with flag 154736/35024
3.38/2.95	c cleaning 8956 clauses out of 17923 with flag 198306/45025
4.08/3.62	c cleaning 9982 clauses out of 19968 with flag 253701/56026
4.89/4.41	c cleaning 10983 clauses out of 21984 with flag 303955/68024
5.98/5.60	c cleaning 11991 clauses out of 24001 with flag 373136/81024
7.38/6.95	c cleaning 12995 clauses out of 26010 with flag 466176/95024
8.88/8.42	c cleaning 14001 clauses out of 28018 with flag 551132/110027
10.28/9.83	c cleaning 14998 clauses out of 30015 with flag 626151/126025
11.78/11.31	c cleaning 16004 clauses out of 32018 with flag 698141/143026
13.38/12.91	c cleaning 17002 clauses out of 34013 with flag 775783/161025
15.59/15.10	c cleaning 18002 clauses out of 36014 with flag 868513/180028
17.59/17.19	c cleaning 19002 clauses out of 38008 with flag 960048/200024
19.79/19.37	c cleaning 20001 clauses out of 40008 with flag 1050688/221026
22.29/21.80	c cleaning 20995 clauses out of 42005 with flag 1157839/243024
24.99/24.54	c cleaning 22002 clauses out of 44010 with flag 1264403/266024
27.79/27.36	c cleaning 22987 clauses out of 46009 with flag 1361779/290025
30.99/30.51	c cleaning 24003 clauses out of 48022 with flag 1479905/315025
34.60/34.13	c cleaning 24996 clauses out of 50018 with flag 1602309/341024
38.10/37.67	c cleaning 25991 clauses out of 52022 with flag 1720171/368024
41.99/41.58	c cleaning 27006 clauses out of 54031 with flag 1858074/396024
46.09/45.62	c cleaning 28010 clauses out of 56029 with flag 1996269/425028
50.19/49.76	c cleaning 29002 clauses out of 58018 with flag 2140555/455027
54.79/54.31	c cleaning 29996 clauses out of 60013 with flag 2274986/486024
59.70/59.21	c cleaning 31000 clauses out of 62017 with flag 2424661/518024
64.80/64.39	c cleaning 32007 clauses out of 64019 with flag 2579793/551026
70.40/69.94	c cleaning 32976 clauses out of 66011 with flag 2725999/585025
75.35/74.82	c cleaning 34008 clauses out of 68034 with flag 2887920/620024
80.85/80.38	c cleaning 35008 clauses out of 70027 with flag 3103107/656025
87.15/86.66	c cleaning 36000 clauses out of 72018 with flag 3283787/693024
94.16/93.70	c cleaning 36976 clauses out of 74018 with flag 3462686/731024
101.76/101.24	c cleaning 38017 clauses out of 76044 with flag 3659891/770026
109.05/108.55	c cleaning 38998 clauses out of 78025 with flag 3855752/810024
116.65/116.12	c cleaning 40007 clauses out of 80027 with flag 4061246/851024
124.45/123.99	c cleaning 41004 clauses out of 82020 with flag 4264704/893024
132.56/132.03	c cleaning 42007 clauses out of 84018 with flag 4481684/936026
141.85/141.31	c cleaning 43004 clauses out of 86012 with flag 4689888/980027
151.36/150.84	c cleaning 43999 clauses out of 88006 with flag 4924646/1025025
160.75/160.24	c cleaning 44994 clauses out of 90006 with flag 5152199/1071024
171.56/171.00	c cleaning 46002 clauses out of 92013 with flag 5403946/1118025
181.66/181.11	c cleaning 47000 clauses out of 94011 with flag 5645514/1166025
191.86/191.36	c cleaning 47991 clauses out of 96011 with flag 5883761/1215025
203.41/202.86	c cleaning 49002 clauses out of 98020 with flag 6123482/1265025
215.22/214.61	c cleaning 49998 clauses out of 100019 with flag 6408175/1316026
227.51/226.97	c cleaning 51000 clauses out of 102019 with flag 6692325/1368024
240.52/239.96	c cleaning 52004 clauses out of 104019 with flag 6969856/1421024
253.91/253.36	c cleaning 53005 clauses out of 106017 with flag 7269541/1475026
267.82/267.23	c cleaning 53999 clauses out of 108010 with flag 7554678/1530024
282.33/281.73	c cleaning 55000 clauses out of 110011 with flag 7835263/1586024
295.62/295.04	c cleaning 56000 clauses out of 112012 with flag 8214173/1643025
311.34/310.74	c cleaning 57003 clauses out of 114013 with flag 8489104/1701026
327.74/327.14	c cleaning 57996 clauses out of 116009 with flag 8809168/1760025
344.53/343.93	c cleaning 58993 clauses out of 118013 with flag 9114682/1820025
360.63/360.02	c cleaning 60003 clauses out of 120020 with flag 9418478/1881025
377.31/376.67	c cleaning 61001 clauses out of 122020 with flag 9705124/1943028
396.22/395.58	c cleaning 61996 clauses out of 124015 with flag 10049179/2006024
414.13/413.43	c cleaning 63002 clauses out of 126019 with flag 10401301/2070024
437.63/436.95	c cleaning 63991 clauses out of 128019 with flag 10810518/2135026
458.02/457.37	c cleaning 65010 clauses out of 130026 with flag 11181552/2201024
478.74/478.03	c cleaning 66000 clauses out of 132018 with flag 11572106/2268026
499.84/499.19	c cleaning 67003 clauses out of 134018 with flag 11926215/2336026
520.64/519.92	c cleaning 67989 clauses out of 136013 with flag 12293580/2405024
544.64/543.95	c cleaning 69006 clauses out of 138025 with flag 12690001/2475025
568.25/567.56	c cleaning 70005 clauses out of 140018 with flag 13101712/2546024
591.38/590.64	c cleaning 71002 clauses out of 142014 with flag 13470035/2618025
613.77/613.00	c cleaning 71999 clauses out of 144013 with flag 13850449/2691026
639.09/638.39	c cleaning 72998 clauses out of 146012 with flag 14232384/2765024
660.59/659.86	c cleaning 73999 clauses out of 148014 with flag 14663222/2840024
688.39/687.69	c cleaning 74995 clauses out of 150016 with flag 15107223/2916025
716.69/715.93	c cleaning 76002 clauses out of 152021 with flag 15496267/2993025
745.29/744.53	c cleaning 77001 clauses out of 154020 with flag 15887730/3071026
771.50/770.72	c cleaning 78001 clauses out of 156019 with flag 16337954/3150026
809.21/808.37	c cleaning 78986 clauses out of 158017 with flag 16906654/3230025
839.71/838.87	c cleaning 80000 clauses out of 160031 with flag 17352387/3311025
871.72/870.80	c cleaning 81003 clauses out of 162030 with flag 17803900/3393024
903.83/902.99	c cleaning 82012 clauses out of 164028 with flag 18260019/3476025
935.13/934.21	c cleaning 82996 clauses out of 166015 with flag 18702510/3560024
969.74/968.85	c cleaning 84002 clauses out of 168019 with flag 19185599/3645024
1003.54/1002.60	c cleaning 84994 clauses out of 170017 with flag 19650494/3731024
1040.04/1039.15	c cleaning 85991 clauses out of 172025 with flag 20081909/3818026
1073.34/1072.30	c cleaning 87012 clauses out of 174032 with flag 20528420/3906024
1111.84/1110.85	c cleaning 88000 clauses out of 176020 with flag 21009263/3995024
1147.34/1146.32	c cleaning 88985 clauses out of 178021 with flag 21463390/4085025
1186.84/1185.87	c cleaning 89996 clauses out of 180036 with flag 21973072/4176025
1225.05/1224.03	c cleaning 91008 clauses out of 182040 with flag 22449567/4268025
1265.84/1264.89	c cleaning 92010 clauses out of 184032 with flag 22932057/4361025
1308.45/1307.42	c cleaning 93002 clauses out of 186021 with flag 23438818/4455024
1352.64/1351.51	c cleaning 93997 clauses out of 188019 with flag 23944753/4550024
1396.54/1395.45	c cleaning 95004 clauses out of 190023 with flag 24424529/4646025
1443.55/1442.47	c cleaning 96005 clauses out of 192018 with flag 24956691/4743024
1496.07/1494.98	c cleaning 97000 clauses out of 194013 with flag 25516199/4841024
1543.38/1542.23	c cleaning 97998 clauses out of 196014 with flag 26062617/4940025
1593.87/1592.72	c cleaning 99001 clauses out of 198015 with flag 26636778/5040024
1644.38/1643.10	c cleaning 100002 clauses out of 200014 with flag 27130822/5141024
1696.19/1694.91	c cleaning 101007 clauses out of 202013 with flag 27707401/5243025
1749.09/1747.85	c cleaning 101997 clauses out of 204005 with flag 28312500/5346024
1800.00/1798.70	c starts		: 7188
1800.00/1798.70	c conflicts		: 5446585
1800.00/1798.70	c decisions		: 6970835
1800.00/1798.70	c propagations		: 213310619
1800.00/1798.70	c inspects		: 35067234076
1800.00/1798.70	c shortcuts		: 0
1800.00/1798.70	c learnt literals	: 0
1800.00/1798.70	c learnt binary clauses	: 0
1800.00/1798.70	c learnt ternary clauses	: 0
1800.00/1798.70	c learnt constraints	: 5446585
1800.00/1798.70	c ignored constraints	: 0
1800.00/1798.70	c root simplifications	: 0
1800.00/1798.70	c removed literals (reason simplification)	: 0
1800.00/1798.70	c reason swapping (by a shorter reason)	: 0
1800.00/1798.70	c Calls to reduceDB	: 99
1800.00/1798.70	c Number of update (reduction) of LBD	: 2056512
1800.00/1798.70	c Imported unit clauses	: 0
1800.00/1798.70	c number of reductions to clauses (during analyze)	: 0
1800.00/1798.70	c number of learned constraints concerned by reduction	: 0
1800.00/1798.70	c number of learning phase by resolution	: 0
1800.00/1798.70	c number of learning phase by cutting planes	: 0
1800.00/1798.70	c speed (assignments/second)	: 118601.37577416487
1800.00/1798.70	c non guided choices	0
1800.00/1798.73	c learnt constraints type 
1800.00/1798.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 202570
1800.00/1798.73	s SATISFIABLE
1800.00/1798.73	c Found 1 solution(s)
1800.00/1798.73	v -x1 -x2 -x3 -x4 x5 x6 x7 x8 -x9 -x10 x11 x12 x13 x14 -x15 -x16 -x17 -x18 x19 -x20 -x21 -x22 -x23 -x24 x25 x26 -x27 x28 x29 -x30 -x31 x32 -x33 -x34 -x35 x36 -x37 -x38 x39 x40 -x41 -x42 x43 x44 x45 x46 -x47 -x48 x49 -x50 -x51 x52 x53 -x54 -x55 -x56 x57 -x58 x59 -x60 x61 x62 x63 x64 -x65 -x66 -x67 x68 x69 -x70 x71 -x72 -x73 -x74 -x75 x76 x77 -x78 -x79 -x80 -x81 x82 -x83 -x84 x85 x86 -x87 -x88 x89 x90 x91 -x92 -x93 x94 x95 -x96 -x97 -x98 x99 x100 -x101 -x102 -x103 x104 -x105 x106 x107 -x108 -x109 x110 -x111 -x112 x113 -x114 -x115 x116 x117 -x118 -x119 x120 -x121 -x122 x123 x124 x125 x126 -x127 -x128 -x129 x130 -x131 x132 -x133 x134 -x135 x136 -x137 x138 x139 x140 -x141 -x142 -x143 -x144 x145 x146 x147 x148 -x149 -x150 x151 x152 x153 x154 -x155 -x156 -x157 x158 x159 x160 x161 x162 x163 x164 x165 -x166 -x167 x168 -x169 x170 x171 x172 x173 x174 x175 x176 x177 -x178 -x179 -x180 -x181 -x182 x183 x184 x185 x186 x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 x196 
1800.00/1798.73	c objective function=95
1800.00/1798.73	c Total wall clock time (in seconds): 1798.633

Verifier Data

OK	95

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

pid=2730
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.19 2.12 2.06 3/193 2733
/proc/meminfo: memFree=29449496/32872528 swapFree=1099624/1181384
[pid=2733] ppid=2730 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/2733/stat : 2733 (java) S 2730 2733 1865 0 -1 4202496 1293 0 0 0 0 0 0 0 20 0 2 0 599641 95129600 926 33554432000 1073741824 1073778376 140735563853728 140735563844864 271790932029 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2733/statm: 23225 926 703 9 0 16769 0
[pid=2733/tid=2734] ppid=2730 vsize=96324 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2734/stat : 2734 (java) R 2730 2733 1865 0 -1 4202560 91 0 0 0 0 0 0 0 20 0 2 0 599641 98635776 945 33554432000 1073741824 1073778376 140735563853728 140285150051880 271778355803 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 2.19 2.12 2.06 3/193 2733
/proc/meminfo: memFree=29449496/32872528 swapFree=1099624/1181384
[pid=2733] ppid=2730 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/2733/stat : 2733 (java) S 2730 2733 1865 0 -1 4202496 4491 0 1 0 10 1 0 0 20 0 18 0 599641 9787879424 6116 33554432000 1073741824 1073778376 140735563853728 140735563844864 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2733/statm: 2389619 6116 2157 9 0 2380296 0
[pid=2733/tid=2734] ppid=2730 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/2733/task/2734/stat : 2734 (java) R 2730 2733 1865 0 -1 4202560 2379 0 1 0 7 0 0 0 20 0 18 0 599641 9787879424 6117 33554432000 1073741824 1073778376 140735563853728 140285150052280 140285140119340 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200268 s]
/proc/loadavg: 2.19 2.12 2.06 3/193 2733
/proc/meminfo: memFree=29449496/32872528 swapFree=1099624/1181384
[pid=2733] ppid=2730 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/2733/stat : 2733 (java) S 2730 2733 1865 0 -1 4202496 6568 0 1 0 27 2 0 0 20 0 19 0 599641 9856040960 8531 33554432000 1073741824 1073778376 140735563853728 140735563844864 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2733/statm: 2406260 8531 2232 9 0 2396937 0
[pid=2733/tid=2734] ppid=2730 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/2733/task/2734/stat : 2734 (java) R 2730 2733 1865 0 -1 4202560 2409 0 1 0 17 0 0 0 20 0 19 0 599641 9856040960 8531 33554432000 1073741824 1073778376 140735563853728 140285150056856 140284990460864 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9625040

[startup+0.300249 s]
/proc/loadavg: 2.19 2.12 2.06 3/193 2733
/proc/meminfo: memFree=29449496/32872528 swapFree=1099624/1181384
[pid=2733] ppid=2730 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/2733/stat : 2733 (java) S 2730 2733 1865 0 -1 4202496 7523 0 1 0 54 2 0 0 20 0 19 0 599641 9856040960 8977 33554432000 1073741824 1073778376 140735563853728 140735563844864 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2733/statm: 2406260 8977 2244 9 0 2396937 0
[pid=2733/tid=2734] ppid=2730 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/2733/task/2734/stat : 2734 (java) R 2730 2733 1865 0 -1 4202560 2415 0 1 0 27 0 0 0 20 0 19 0 599641 9856040960 8977 33554432000 1073741824 1073778376 140735563853728 140285150056616 140284990086695 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9625040

[startup+0.700316 s]
/proc/loadavg: 2.19 2.12 2.06 3/193 2733
/proc/meminfo: memFree=29449496/32872528 swapFree=1099624/1181384
[pid=2733] ppid=2730 vsize=9625040 CPUtime=1.14 cores=0,2,4,6
/proc/2733/stat : 2733 (java) S 2730 2733 1865 0 -1 4202496 8406 0 1 0 112 2 0 0 20 0 19 0 599641 9856040960 9571 33554432000 1073741824 1073778376 140735563853728 140735563844864 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2733/statm: 2406260 9571 2255 9 0 2396937 0
[pid=2733/tid=2734] ppid=2730 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/2733/task/2734/stat : 2734 (java) R 2730 2733 1865 0 -1 4202560 2416 0 1 0 67 0 0 0 20 0 19 0 599641 9856040960 9571 33554432000 1073741824 1073778376 140735563853728 140285150056616 140284990608510 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 9625040

[startup+1.50074 s]
/proc/loadavg: 2.19 2.12 2.06 4/212 2818
/proc/meminfo: memFree=29680228/32872528 swapFree=1099624/1181384
[pid=2733] ppid=2730 vsize=9625040 CPUtime=1.96 cores=0,2,4,6
/proc/2733/stat : 2733 (java) S 2730 2733 1865 0 -1 4202496 8411 0 1 0 194 2 0 0 20 0 19 0 599641 9856040960 10086 33554432000 1073741824 1073778376 140735563853728 140735563844864 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2733/statm: 2406260 10086 2257 9 0 2396937 0
[pid=2733/tid=2734] ppid=2730 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/2733/task/2734/stat : 2734 (java) R 2730 2733 1865 0 -1 4202560 2418 0 1 0 146 1 0 0 20 0 19 0 599641 9856040960 10086 33554432000 1073741824 1073778376 140735563853728 140285150047936 140284990553872 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2733/tid=2736] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2736/stat : 2736 (java) S 2730 2733 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 599642 9856040960 10086 33554432000 1073741824 1073778376 140735563853728 140285111548328 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2733/tid=2737] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2737/stat : 2737 (java) S 2730 2733 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 599642 9856040960 10086 33554432000 1073741824 1073778376 140735563853728 140285110495784 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2733/tid=2738] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2738/stat : 2738 (java) S 2730 2733 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 599642 9856040960 10086 33554432000 1073741824 1073778376 140735563853728 140285109442728 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2733/tid=2739] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2739/stat : 2739 (java) S 2730 2733 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 599642 9856040960 10086 33554432000 1073741824 1073778376 140735563853728 140284990056744 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2733/tid=2740] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2740/stat : 2740 (java) S 2730 2733 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 599642 9856040960 10086 33554432000 1073741824 1073778376 140735563853728 140284989004712 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2733/tid=2741] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2741/stat : 2741 (java) S 2730 2733 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 599642 9856040960 10086 33554432000 1073741824 1073778376 140735563853728 140284987952168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2733/tid=2742] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2742/stat : 2742 (java) S 2730 2733 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 599642 9856040960 10086 33554432000 1073741824 1073778376 140735563853728 140284986899112 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2733/tid=2743] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2743/stat : 2743 (java) S 2730 2733 1865 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 599642 9856040960 10086 33554432000 1073741824 1073778376 140735563853728 140284985846568 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2733/tid=2744] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2744/stat : 2744 (java) S 2730 2733 1865 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 599643 9856040960 10086 33554432000 1073741824 1073778376 140735563853728 140284503517544 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2733/tid=2745] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2745/stat : 2745 (java) S 2730 2733 1865 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 599643 9856040960 10086 33554432000 1073741824 1073778376 140735563853728 140284502463864 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2733/tid=2746] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2746/stat : 2746 (java) S 2730 2733 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 599643 9856040960 10086 33554432000 1073741824 1073778376 140735563853728 140284501410696 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2733/tid=2749] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2749/stat : 2749 (java) S 2730 2733 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 599645 9856040960 10086 33554432000 1073741824 1073778376 140735563853728 140284500359440 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2733/tid=2750] ppid=2730 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/2733/task/2750/stat : 2750 (java) S 2730 2733 1865 0 -1 4202560 2718 0 0 0 24 0 0 0 20 0 19 0 599645 9856040960 10086 33554432000 1073741824 1073778376 140735563853728 140284499307320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2733/tid=2751] ppid=2730 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/2733/task/2751/stat : 2751 (java) S 2730 2733 1865 0 -1 4202560 2004 0 0 0 20 0 0 0 20 0 19 0 599645 9856040960 10086 33554432000 1073741824 1073778376 140735563853728 140284498254776 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2733/tid=2752] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2752/stat : 2752 (java) S 2730 2733 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 599645 9856040960 10086 33554432000 1073741824 1073778376 140735563853728 140284497201912 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2733/tid=2753] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2753/stat : 2753 (java) S 2730 2733 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 599645 9856040960 10086 33554432000 1073741824 1073778376 140735563853728 140284496149576 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2733/tid=2758] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2758/stat : 2758 (java) S 2730 2733 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 599656 9856040960 10086 33554432000 1073741824 1073778376 140735563853728 140284495094824 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 9625040

[startup+3.10073 s]
/proc/loadavg: 2.19 2.12 2.06 3/212 2818
/proc/meminfo: memFree=29669360/32872528 swapFree=1099624/1181384
[pid=2733] ppid=2730 vsize=9625040 CPUtime=3.58 cores=0,2,4,6
/proc/2733/stat : 2733 (java) S 2730 2733 1865 0 -1 4202496 8419 0 1 0 356 2 0 0 20 0 19 0 599641 9856040960 11627 33554432000 1073741824 1073778376 140735563853728 140735563844864 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2733/statm: 2406260 11627 2257 9 0 2396937 0
[pid=2733/tid=2734] ppid=2730 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/2733/task/2734/stat : 2734 (java) R 2730 2733 1865 0 -1 4202560 2421 0 1 0 306 1 0 0 20 0 19 0 599641 9856040960 11627 33554432000 1073741824 1073778376 140735563853728 140285150056712 140284990575555 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2733/tid=2736] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2736/stat : 2736 (java) S 2730 2733 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 599642 9856040960 11627 33554432000 1073741824 1073778376 140735563853728 140285111548328 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2733/tid=2737] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2737/stat : 2737 (java) S 2730 2733 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 599642 9856040960 11627 33554432000 1073741824 1073778376 140735563853728 140285110495784 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2733/tid=2738] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2738/stat : 2738 (java) S 2730 2733 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 599642 9856040960 11627 33554432000 1073741824 1073778376 140735563853728 140285109442728 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2733/tid=2739] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2739/stat : 2739 (java) S 2730 2733 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 599642 9856040960 11627 33554432000 1073741824 1073778376 140735563853728 140284990056744 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2733/tid=2740] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2740/stat : 2740 (java) S 2730 2733 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 599642 9856040960 11627 33554432000 1073741824 1073778376 140735563853728 140284989004712 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2733/tid=2741] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2741/stat : 2741 (java) S 2730 2733 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 599642 9856040960 11627 33554432000 1073741824 1073778376 140735563853728 140284987952168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2733/tid=2742] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2742/stat : 2742 (java) S 2730 2733 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 599642 9856040960 11627 33554432000 1073741824 1073778376 140735563853728 140284986899112 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2733/tid=2743] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2743/stat : 2743 (java) S 2730 2733 1865 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 599642 9856040960 11627 33554432000 1073741824 1073778376 140735563853728 140284985846568 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2733/tid=2744] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2744/stat : 2744 (java) S 2730 2733 1865 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 599643 9856040960 11627 33554432000 1073741824 1073778376 140735563853728 140284503517544 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2733/tid=2745] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2745/stat : 2745 (java) S 2730 2733 1865 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 599643 9856040960 11627 33554432000 1073741824 1073778376 140735563853728 140284502463864 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2733/tid=2746] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2746/stat : 2746 (java) S 2730 2733 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 599643 9856040960 11627 33554432000 1073741824 1073778376 140735563853728 140284501410696 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2733/tid=2749] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2749/stat : 2749 (java) S 2730 2733 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 599645 9856040960 11627 33554432000 1073741824 1073778376 140735563853728 140284500359440 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2733/tid=2750] ppid=2730 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/2733/task/2750/stat : 2750 (java) S 2730 2733 1865 0 -1 4202560 2718 0 0 0 24 0 0 0 20 0 19 0 599645 9856040960 11627 33554432000 1073741824 1073778376 140735563853728 140284499307320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2733/tid=2751] ppid=2730 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/2733/task/2751/stat : 2751 (java) S 2730 2733 1865 0 -1 4202560 2009 0 0 0 21 0 0 0 20 0 19 0 599645 9856040960 11627 33554432000 1073741824 1073778376 140735563853728 140284498254776 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2733/tid=2752] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2752/stat : 2752 (java) S 2730 2733 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 599645 9856040960 11627 33554432000 1073741824 1073778376 140735563853728 140284497201912 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2733/tid=2753] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2753/stat : 2753 (java) S 2730 2733 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 599645 9856040960 11627 33554432000 1073741824 1073778376 140735563853728 140284496149576 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2733/tid=2758] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2758/stat : 2758 (java) S 2730 2733 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 599656 9856040960 11627 33554432000 1073741824 1073778376 140735563853728 140284495094824 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.58
Current children cumulated vsize (KiB) 9625040

[startup+6.30072 s]
/proc/loadavg: 2.17 2.12 2.05 4/212 2818
/proc/meminfo: memFree=29652964/32872528 swapFree=1099624/1181384
[pid=2733] ppid=2730 vsize=9625040 CPUtime=6.78 cores=0,2,4,6
/proc/2733/stat : 2733 (java) S 2730 2733 1865 0 -1 4202496 8425 0 1 0 676 2 0 0 20 0 19 0 599641 9856040960 13561 33554432000 1073741824 1073778376 140735563853728 140735563844864 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2733/statm: 2406260 13561 2258 9 0 2396937 0
[pid=2733/tid=2734] ppid=2730 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/2733/task/2734/stat : 2734 (java) R 2730 2733 1865 0 -1 4202560 2426 0 1 0 625 1 0 0 20 0 19 0 599641 9856040960 13561 33554432000 1073741824 1073778376 140735563853728 140285150047936 140284990625630 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2733/tid=2736] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2736/stat : 2736 (java) S 2730 2733 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 599642 9856040960 13561 33554432000 1073741824 1073778376 140735563853728 140285111548328 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2733/tid=2737] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2737/stat : 2737 (java) S 2730 2733 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 599642 9856040960 13561 33554432000 1073741824 1073778376 140735563853728 140285110495784 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2733/tid=2738] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2738/stat : 2738 (java) S 2730 2733 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 599642 9856040960 13561 33554432000 1073741824 1073778376 140735563853728 140285109442728 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2733/tid=2739] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2739/stat : 2739 (java) S 2730 2733 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 599642 9856040960 13561 33554432000 1073741824 1073778376 140735563853728 140284990056744 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2733/tid=2740] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2740/stat : 2740 (java) S 2730 2733 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 599642 9856040960 13561 33554432000 1073741824 1073778376 140735563853728 140284989004712 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2733/tid=2741] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2741/stat : 2741 (java) S 2730 2733 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 599642 9856040960 13561 33554432000 1073741824 1073778376 140735563853728 140284987952168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2733/tid=2742] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2742/stat : 2742 (java) S 2730 2733 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 599642 9856040960 13561 33554432000 1073741824 1073778376 140735563853728 140284986899112 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2733/tid=2743] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2743/stat : 2743 (java) S 2730 2733 1865 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 599642 9856040960 13561 33554432000 1073741824 1073778376 140735563853728 140284985846568 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2733/tid=2744] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2744/stat : 2744 (java) S 2730 2733 1865 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 599643 9856040960 13561 33554432000 1073741824 1073778376 140735563853728 140284503517544 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2733/tid=2745] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2745/stat : 2745 (java) S 2730 2733 1865 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 599643 9856040960 13561 33554432000 1073741824 1073778376 140735563853728 140284502463864 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2733/tid=2746] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2746/stat : 2746 (java) S 2730 2733 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 599643 9856040960 13561 33554432000 1073741824 1073778376 140735563853728 140284501410696 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2733/tid=2749] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2749/stat : 2749 (java) S 2730 2733 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 599645 9856040960 13561 33554432000 1073741824 1073778376 140735563853728 140284500359440 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2733/tid=2750] ppid=2730 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/2733/task/2750/stat : 2750 (java) S 2730 2733 1865 0 -1 4202560 2718 0 0 0 24 0 0 0 20 0 19 0 599645 9856040960 13561 33554432000 1073741824 1073778376 140735563853728 140284499307320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2733/tid=2751] ppid=2730 vsize=9625040 CPUtime=0.21 cores=0,2,4,6

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

[pid=2733/tid=2758] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2758/stat : 2758 (java) S 2730 2733 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 599656 9856040960 64697 33554432000 1073741824 1073778376 140735563853728 140284495094824 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1723.59
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.14 2.16 2.14 4/213 2886
/proc/meminfo: memFree=29195340/32872528 swapFree=1099624/1181384
[pid=2733] ppid=2730 vsize=9625040 CPUtime=1783.6 cores=0,2,4,6
/proc/2733/stat : 2733 (java) S 2730 2733 1865 0 -1 4202496 9659 0 1 0 178321 39 0 0 20 0 19 0 599641 9856040960 64697 33554432000 1073741824 1073778376 140735563853728 140735563844864 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2733/statm: 2406260 64697 2272 9 0 2396937 0
[pid=2733/tid=2734] ppid=2730 vsize=9625040 CPUtime=1777.41 cores=0,2,4,6
/proc/2733/task/2734/stat : 2734 (java) R 2730 2733 1865 0 -1 4202560 2488 0 1 0 177711 30 0 0 20 0 19 0 599641 9856040960 64697 33554432000 1073741824 1073778376 140735563853728 140285150047936 140284990625630 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2733/tid=2736] ppid=2730 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/2733/task/2736/stat : 2736 (java) S 2730 2733 1865 0 -1 4202560 269 0 0 0 8 2 0 0 20 0 19 0 599642 9856040960 64697 33554432000 1073741824 1073778376 140735563853728 140285111548328 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2733/tid=2737] ppid=2730 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/2733/task/2737/stat : 2737 (java) S 2730 2733 1865 0 -1 4202560 252 0 0 0 11 2 0 0 20 0 19 0 599642 9856040960 64697 33554432000 1073741824 1073778376 140735563853728 140285110495784 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2733/tid=2738] ppid=2730 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/2733/task/2738/stat : 2738 (java) S 2730 2733 1865 0 -1 4202560 152 0 0 0 4 0 0 0 20 0 19 0 599642 9856040960 64697 33554432000 1073741824 1073778376 140735563853728 140285109442728 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2733/tid=2739] ppid=2730 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/2733/task/2739/stat : 2739 (java) S 2730 2733 1865 0 -1 4202560 20 0 0 0 5 0 0 0 20 0 19 0 599642 9856040960 64697 33554432000 1073741824 1073778376 140735563853728 140284990056744 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2733/tid=2740] ppid=2730 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/2733/task/2740/stat : 2740 (java) S 2730 2733 1865 0 -1 4202560 150 0 0 0 9 2 0 0 20 0 19 0 599642 9856040960 64697 33554432000 1073741824 1073778376 140735563853728 140284989004712 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2733/tid=2741] ppid=2730 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/2733/task/2741/stat : 2741 (java) S 2730 2733 1865 0 -1 4202560 53 0 0 0 8 2 0 0 20 0 19 0 599642 9856040960 64697 33554432000 1073741824 1073778376 140735563853728 140284987952168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2733/tid=2742] ppid=2730 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/2733/task/2742/stat : 2742 (java) S 2730 2733 1865 0 -1 4202560 39 0 0 0 5 1 0 0 20 0 19 0 599642 9856040960 64697 33554432000 1073741824 1073778376 140735563853728 140284986899112 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2733/tid=2743] ppid=2730 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/2733/task/2743/stat : 2743 (java) S 2730 2733 1865 0 -1 4202560 48 0 0 0 6 2 0 0 20 0 19 0 599642 9856040960 64697 33554432000 1073741824 1073778376 140735563853728 140284985846568 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2733/tid=2744] ppid=2730 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/2733/task/2744/stat : 2744 (java) S 2730 2733 1865 0 -1 4202560 45 0 0 0 0 2 0 0 20 0 19 0 599643 9856040960 64697 33554432000 1073741824 1073778376 140735563853728 140284503517544 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2733/tid=2745] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2745/stat : 2745 (java) S 2730 2733 1865 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 599643 9856040960 64697 33554432000 1073741824 1073778376 140735563853728 140284502463864 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2733/tid=2746] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2746/stat : 2746 (java) S 2730 2733 1865 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 599643 9856040960 64697 33554432000 1073741824 1073778376 140735563853728 140284501410696 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2733/tid=2749] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2749/stat : 2749 (java) S 2730 2733 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 599645 9856040960 64697 33554432000 1073741824 1073778376 140735563853728 140284500359440 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2733/tid=2750] ppid=2730 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/2733/task/2750/stat : 2750 (java) S 2730 2733 1865 0 -1 4202560 2772 0 0 0 27 0 0 0 20 0 19 0 599645 9856040960 64697 33554432000 1073741824 1073778376 140735563853728 140284499307320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2733/tid=2751] ppid=2730 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/2733/task/2751/stat : 2751 (java) S 2730 2733 1865 0 -1 4202560 2009 0 0 0 21 0 0 0 20 0 19 0 599645 9856040960 64697 33554432000 1073741824 1073778376 140735563853728 140284498254776 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2733/tid=2752] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2752/stat : 2752 (java) S 2730 2733 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 599645 9856040960 64697 33554432000 1073741824 1073778376 140735563853728 140284497201912 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2733/tid=2753] ppid=2730 vsize=9625040 CPUtime=0.75 cores=0,2,4,6
/proc/2733/task/2753/stat : 2753 (java) S 2730 2733 1865 0 -1 4202560 104 0 0 0 39 36 0 0 20 0 19 0 599645 9856040960 64697 33554432000 1073741824 1073778376 140735563853728 140284496149576 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2733/tid=2758] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2758/stat : 2758 (java) S 2730 2733 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 599656 9856040960 64697 33554432000 1073741824 1073778376 140735563853728 140284495094824 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1783.6
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.7 s]
/proc/loadavg: 2.11 2.15 2.13 3/213 2886
/proc/meminfo: memFree=29195468/32872528 swapFree=1099624/1181384
[pid=2733] ppid=2730 vsize=9625040 CPUtime=1800 cores=0,2,4,6
/proc/2733/stat : 2733 (java) S 2730 2733 1865 0 -1 4202496 9661 0 1 0 179961 39 0 0 20 0 19 0 599641 9856040960 64697 33554432000 1073741824 1073778376 140735563853728 140735563844864 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2733/statm: 2406260 64697 2272 9 0 2396937 0
[pid=2733/tid=2734] ppid=2730 vsize=9625040 CPUtime=1793.76 cores=0,2,4,6
/proc/2733/task/2734/stat : 2734 (java) R 2730 2733 1865 0 -1 4202560 2488 0 1 0 179346 30 0 0 20 0 19 0 599641 9856040960 64697 33554432000 1073741824 1073778376 140735563853728 140285150047936 140284990625568 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2733/tid=2736] ppid=2730 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/2733/task/2736/stat : 2736 (java) S 2730 2733 1865 0 -1 4202560 269 0 0 0 8 2 0 0 20 0 19 0 599642 9856040960 64697 33554432000 1073741824 1073778376 140735563853728 140285111548328 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2733/tid=2737] ppid=2730 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/2733/task/2737/stat : 2737 (java) S 2730 2733 1865 0 -1 4202560 252 0 0 0 11 2 0 0 20 0 19 0 599642 9856040960 64697 33554432000 1073741824 1073778376 140735563853728 140285110495784 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2733/tid=2738] ppid=2730 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/2733/task/2738/stat : 2738 (java) S 2730 2733 1865 0 -1 4202560 152 0 0 0 4 0 0 0 20 0 19 0 599642 9856040960 64697 33554432000 1073741824 1073778376 140735563853728 140285109442728 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2733/tid=2739] ppid=2730 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/2733/task/2739/stat : 2739 (java) S 2730 2733 1865 0 -1 4202560 20 0 0 0 5 0 0 0 20 0 19 0 599642 9856040960 64697 33554432000 1073741824 1073778376 140735563853728 140284990056744 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2733/tid=2740] ppid=2730 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/2733/task/2740/stat : 2740 (java) S 2730 2733 1865 0 -1 4202560 150 0 0 0 9 2 0 0 20 0 19 0 599642 9856040960 64697 33554432000 1073741824 1073778376 140735563853728 140284989004712 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2733/tid=2741] ppid=2730 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/2733/task/2741/stat : 2741 (java) S 2730 2733 1865 0 -1 4202560 53 0 0 0 8 2 0 0 20 0 19 0 599642 9856040960 64697 33554432000 1073741824 1073778376 140735563853728 140284987952168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2733/tid=2742] ppid=2730 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/2733/task/2742/stat : 2742 (java) S 2730 2733 1865 0 -1 4202560 39 0 0 0 5 1 0 0 20 0 19 0 599642 9856040960 64697 33554432000 1073741824 1073778376 140735563853728 140284986899112 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2733/tid=2743] ppid=2730 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/2733/task/2743/stat : 2743 (java) S 2730 2733 1865 0 -1 4202560 48 0 0 0 6 2 0 0 20 0 19 0 599642 9856040960 64697 33554432000 1073741824 1073778376 140735563853728 140284985846568 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2733/tid=2744] ppid=2730 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/2733/task/2744/stat : 2744 (java) S 2730 2733 1865 0 -1 4202560 45 0 0 0 0 2 0 0 20 0 19 0 599643 9856040960 64697 33554432000 1073741824 1073778376 140735563853728 140284503517544 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2733/tid=2745] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2745/stat : 2745 (java) S 2730 2733 1865 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 599643 9856040960 64697 33554432000 1073741824 1073778376 140735563853728 140284502463864 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2733/tid=2746] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2746/stat : 2746 (java) S 2730 2733 1865 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 599643 9856040960 64697 33554432000 1073741824 1073778376 140735563853728 140284501410696 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2733/tid=2749] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2749/stat : 2749 (java) S 2730 2733 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 599645 9856040960 64697 33554432000 1073741824 1073778376 140735563853728 140284500359440 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2733/tid=2750] ppid=2730 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/2733/task/2750/stat : 2750 (java) S 2730 2733 1865 0 -1 4202560 2772 0 0 0 27 0 0 0 20 0 19 0 599645 9856040960 64697 33554432000 1073741824 1073778376 140735563853728 140284499307320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2733/tid=2751] ppid=2730 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/2733/task/2751/stat : 2751 (java) S 2730 2733 1865 0 -1 4202560 2009 0 0 0 21 0 0 0 20 0 19 0 599645 9856040960 64697 33554432000 1073741824 1073778376 140735563853728 140284498254776 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2733/tid=2752] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2752/stat : 2752 (java) S 2730 2733 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 599645 9856040960 64697 33554432000 1073741824 1073778376 140735563853728 140284497201912 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2733/tid=2753] ppid=2730 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/2733/task/2753/stat : 2753 (java) S 2730 2733 1865 0 -1 4202560 106 0 0 0 40 36 0 0 20 0 19 0 599645 9856040960 64697 33554432000 1073741824 1073778376 140735563853728 140284496149576 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2733/tid=2758] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2758/stat : 2758 (java) S 2730 2733 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 599656 9856040960 64697 33554432000 1073741824 1073778376 140735563853728 140284495094824 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 2733 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1798.7 s]
/proc/loadavg: 2.11 2.15 2.13 3/213 2886
/proc/meminfo: memFree=29195468/32872528 swapFree=1099624/1181384
[pid=2733] ppid=2730 vsize=9625040 CPUtime=1800 cores=0,2,4,6
/proc/2733/stat : 2733 (java) S 2730 2733 1865 0 -1 4202496 9661 0 1 0 179961 39 0 0 20 0 19 0 599641 9856040960 64697 33554432000 1073741824 1073778376 140735563853728 140735563844864 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2733/statm: 2406260 64697 2272 9 0 2396937 0
[pid=2733/tid=2734] ppid=2730 vsize=9625040 CPUtime=1793.76 cores=0,2,4,6
/proc/2733/task/2734/stat : 2734 (java) R 2730 2733 1865 0 -1 4202560 2488 0 1 0 179346 30 0 0 20 0 19 0 599641 9856040960 64697 33554432000 1073741824 1073778376 140735563853728 140285150047936 140284990625568 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2733/tid=2736] ppid=2730 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/2733/task/2736/stat : 2736 (java) S 2730 2733 1865 0 -1 4202560 269 0 0 0 8 2 0 0 20 0 19 0 599642 9856040960 64697 33554432000 1073741824 1073778376 140735563853728 140285111548328 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2733/tid=2737] ppid=2730 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/2733/task/2737/stat : 2737 (java) S 2730 2733 1865 0 -1 4202560 252 0 0 0 11 2 0 0 20 0 19 0 599642 9856040960 64697 33554432000 1073741824 1073778376 140735563853728 140285110495784 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2733/tid=2738] ppid=2730 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/2733/task/2738/stat : 2738 (java) S 2730 2733 1865 0 -1 4202560 152 0 0 0 4 0 0 0 20 0 19 0 599642 9856040960 64697 33554432000 1073741824 1073778376 140735563853728 140285109442728 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2733/tid=2739] ppid=2730 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/2733/task/2739/stat : 2739 (java) S 2730 2733 1865 0 -1 4202560 20 0 0 0 5 0 0 0 20 0 19 0 599642 9856040960 64697 33554432000 1073741824 1073778376 140735563853728 140284990056744 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2733/tid=2740] ppid=2730 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/2733/task/2740/stat : 2740 (java) S 2730 2733 1865 0 -1 4202560 150 0 0 0 9 2 0 0 20 0 19 0 599642 9856040960 64697 33554432000 1073741824 1073778376 140735563853728 140284989004712 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2733/tid=2741] ppid=2730 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/2733/task/2741/stat : 2741 (java) S 2730 2733 1865 0 -1 4202560 53 0 0 0 8 2 0 0 20 0 19 0 599642 9856040960 64697 33554432000 1073741824 1073778376 140735563853728 140284987952168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2733/tid=2742] ppid=2730 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/2733/task/2742/stat : 2742 (java) S 2730 2733 1865 0 -1 4202560 39 0 0 0 5 1 0 0 20 0 19 0 599642 9856040960 64697 33554432000 1073741824 1073778376 140735563853728 140284986899112 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2733/tid=2743] ppid=2730 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/2733/task/2743/stat : 2743 (java) S 2730 2733 1865 0 -1 4202560 48 0 0 0 6 2 0 0 20 0 19 0 599642 9856040960 64697 33554432000 1073741824 1073778376 140735563853728 140284985846568 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2733/tid=2744] ppid=2730 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/2733/task/2744/stat : 2744 (java) S 2730 2733 1865 0 -1 4202560 45 0 0 0 0 2 0 0 20 0 19 0 599643 9856040960 64697 33554432000 1073741824 1073778376 140735563853728 140284503517544 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2733/tid=2745] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2745/stat : 2745 (java) S 2730 2733 1865 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 599643 9856040960 64697 33554432000 1073741824 1073778376 140735563853728 140284502463864 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2733/tid=2746] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2746/stat : 2746 (java) S 2730 2733 1865 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 599643 9856040960 64697 33554432000 1073741824 1073778376 140735563853728 140284501410696 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2733/tid=2749] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2749/stat : 2749 (java) S 2730 2733 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 599645 9856040960 64697 33554432000 1073741824 1073778376 140735563853728 140284500359440 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2733/tid=2750] ppid=2730 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/2733/task/2750/stat : 2750 (java) S 2730 2733 1865 0 -1 4202560 2772 0 0 0 27 0 0 0 20 0 19 0 599645 9856040960 64697 33554432000 1073741824 1073778376 140735563853728 140284499307320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2733/tid=2751] ppid=2730 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/2733/task/2751/stat : 2751 (java) S 2730 2733 1865 0 -1 4202560 2009 0 0 0 21 0 0 0 20 0 19 0 599645 9856040960 64697 33554432000 1073741824 1073778376 140735563853728 140284498254776 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2733/tid=2752] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2752/stat : 2752 (java) S 2730 2733 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 599645 9856040960 64697 33554432000 1073741824 1073778376 140735563853728 140284497201912 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2733/tid=2753] ppid=2730 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/2733/task/2753/stat : 2753 (java) S 2730 2733 1865 0 -1 4202560 106 0 0 0 40 36 0 0 20 0 19 0 599645 9856040960 64697 33554432000 1073741824 1073778376 140735563853728 140284496149576 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2733/tid=2758] ppid=2730 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2733/task/2758/stat : 2758 (java) S 2730 2733 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 599656 9856040960 64697 33554432000 1073741824 1073778376 140735563853728 140284495094824 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 2733 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=129098
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=931858
# CPU time returned by wait4() is 1796.06
# 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.74
CPU time (s): 1800
CPU user time (s): 1799.61
CPU system time (s): 0.39
CPU usage (%): 100.07
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.13
system time used= 0.931858
maximum resident set size= 258956
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9710
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1056
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38200
involuntary context switches= 3345

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.4401 second user time and 11.4353 second system time

The end

Launcher Data

Begin job on node115 at 2016-06-29 17:55:04
IDJOB=4117793
IDBENCH=111614
IDSOLVER=2546
FILE ID=node115/4117793-1467215704
RUNJOBID= node115-1467210312-1881
PBS_JOBID= 19997598
Free space on /tmp= 71664 MiB

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

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

MD5SUM BENCH= 9a6d571b9449efb2b920b3495db1d93a
RANDOM SEED=458324156

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:        29450124 kB
Buffers:           68148 kB
Cached:          1159996 kB
SwapCached:            0 kB
Active:           392248 kB
Inactive:        1137020 kB
Active(anon):     303948 kB
Inactive(anon):        0 kB
Active(file):      88300 kB
Inactive(file):  1137020 kB
Unevictable:     1181384 kB
Mlocked:         1099624 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               472 kB
Writeback:             0 kB
AnonPages:       1494960 kB
Mapped:            21968 kB
Shmem:               204 kB
Slab:             574988 kB
SReclaimable:      18964 kB
SUnreclaim:       556024 kB
KernelStack:        1744 kB
PageTables:         6728 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1915864 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    374784 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-29 18:25:03