Trace number 4105482

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 Res+CP PB16SAT (TO)54 1800.14 901.707

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
logic_synthesis/normalized-m200_500_10_10.r.opb
MD5SUM9ce5413471f93025df24c6fa43fb2680
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark51
Best CPU time to get the best result obtained on this benchmark1800.08
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 39
Optimality of the best value was proved NO
Number of variables492
Total number of constraints200
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint10
Number of terms in the objective function 492
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 492
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 492
Number of bits of the biggest sum of numbers9
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.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization by upper bound
0.10/0.12	c ManyCore solver with 2 solvers running in parallel
0.10/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Glucose 2.1 dynamic restart strategy
0.10/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-4105482-1466254390.opb
0.10/0.12	c reading problem ... 
0.10/0.12	c  objective function found
0.26/0.20	c ... done. Wall clock time 0.082s.
0.26/0.20	c declared #vars     492
0.26/0.20	c #constraints  200
0.26/0.20	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.26/0.20	c constraints type 
0.26/0.20	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 200
0.26/0.20	c 200 constraints processed.
0.26/0.20	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.26/0.20	c constraints type 
0.26/0.20	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 200
0.26/0.20	c 200 constraints processed.
0.26/0.20	c objective function length is 492 literals
0.26/0.22	c And the winner is solver0
0.31/0.71	c SATISFIABLE
0.31/0.71	c OPTIMIZING...
0.31/0.71	c Got one! Elapsed wall clock time (in seconds):0.588
0.31/0.71	o 60
0.31/0.77	c And the winner is solver0
0.57/1.21	c Got one! Elapsed wall clock time (in seconds):1.094
0.57/1.21	o 59
0.57/1.24	c And the winner is solver0
0.73/1.72	c Got one! Elapsed wall clock time (in seconds):1.598
0.73/1.72	o 58
0.73/1.78	c And the winner is solver1
1.34/2.22	c Got one! Elapsed wall clock time (in seconds):2.101
1.34/2.22	o 57
2.00/2.41	c And the winner is solver1
2.14/2.72	c Got one! Elapsed wall clock time (in seconds):2.604
2.14/2.72	o 56
2.38/2.87	c And the winner is solver1
2.54/3.23	c Got one! Elapsed wall clock time (in seconds):3.107
2.54/3.23	o 55
2.71/3.32	c cleaning 3471 clauses out of 6941 with flag 2952/6941
3.67/3.72	c cleaning 4729 clauses out of 9469 with flag 19723/12940
4.71/4.23	c cleaning 5866 clauses out of 11740 with flag 40004/19940
6.07/4.86	c cleaning 6937 clauses out of 13874 with flag 62797/27940
7.51/5.54	c cleaning 7964 clauses out of 15937 with flag 86650/36940
7.71/5.61	c And the winner is solver1
7.72/5.76	c Got one! Elapsed wall clock time (in seconds):5.64
7.72/5.76	o 54
8.27/6.06	c cleaning 6509 clauses out of 13028 with flag 11701/41995
9.11/6.49	c cleaning 6258 clauses out of 12519 with flag 28652/47995
10.14/6.95	c cleaning 6631 clauses out of 13261 with flag 48582/54995
11.42/7.52	c cleaning 7314 clauses out of 14630 with flag 71416/62995
12.91/8.28	c cleaning 8159 clauses out of 16317 with flag 96971/71996
14.83/9.11	c cleaning 9080 clauses out of 18160 with flag 125761/81998
16.45/9.99	c cleaning 10037 clauses out of 20078 with flag 158767/92996
18.77/11.07	c cleaning 11017 clauses out of 22040 with flag 196122/104995
21.17/12.20	c cleaning 12012 clauses out of 24023 with flag 237985/117995
23.87/13.52	c cleaning 13007 clauses out of 26014 with flag 280269/131998
26.68/14.92	c cleaning 14000 clauses out of 28005 with flag 322391/146996
29.90/16.54	c cleaning 14997 clauses out of 30004 with flag 371015/162995
33.84/18.41	c cleaning 16002 clauses out of 32007 with flag 424554/179995
37.47/20.27	c cleaning 16991 clauses out of 34006 with flag 479777/197996
42.02/22.48	c cleaning 17998 clauses out of 36014 with flag 536369/216995
46.23/24.55	c cleaning 19001 clauses out of 38018 with flag 595130/236997
51.22/27.05	c cleaning 19992 clauses out of 40016 with flag 656765/257996
56.55/29.65	c cleaning 21001 clauses out of 42024 with flag 719980/279996
62.15/32.48	c cleaning 22010 clauses out of 44022 with flag 784846/302995
67.84/35.25	c cleaning 23006 clauses out of 46014 with flag 852879/326997
74.03/38.30	c cleaning 23998 clauses out of 48006 with flag 925142/351995
80.82/41.79	c cleaning 24997 clauses out of 50008 with flag 998745/377995
89.17/45.82	c cleaning 26004 clauses out of 52012 with flag 1075459/404996
96.37/49.47	c cleaning 26993 clauses out of 54007 with flag 1152879/432995
104.13/53.23	c cleaning 28000 clauses out of 56014 with flag 1236224/461995
112.73/57.56	c cleaning 29005 clauses out of 58018 with flag 1319000/491999
121.44/61.85	c cleaning 29996 clauses out of 60009 with flag 1403366/522995
131.84/67.09	c cleaning 31000 clauses out of 62013 with flag 1494390/554995
142.64/72.44	c cleaning 31996 clauses out of 64014 with flag 1581264/587996
153.23/77.74	c cleaning 32994 clauses out of 66017 with flag 1671148/621995
163.63/82.90	c cleaning 34001 clauses out of 68023 with flag 1763041/656995
175.49/89.19	c cleaning 34991 clauses out of 70022 with flag 1854493/692995
187.70/95.28	c cleaning 36017 clauses out of 72033 with flag 1951188/729997
199.49/101.10	c cleaning 37008 clauses out of 74015 with flag 2054342/767996
211.09/106.91	c cleaning 37992 clauses out of 76006 with flag 2159170/806995
225.48/114.14	c cleaning 38992 clauses out of 78016 with flag 2263234/846997
239.08/120.92	c cleaning 40007 clauses out of 80022 with flag 2370155/887995
253.48/128.14	c cleaning 41004 clauses out of 82017 with flag 2476346/929997
269.87/136.37	c cleaning 42001 clauses out of 84011 with flag 2589161/972995
286.07/144.42	c cleaning 43005 clauses out of 86011 with flag 2702020/1016996
303.08/152.94	c cleaning 43988 clauses out of 88006 with flag 2817677/1061996
321.86/162.38	c cleaning 45003 clauses out of 90018 with flag 2937258/1107996
341.86/172.33	c cleaning 46002 clauses out of 92014 with flag 3059284/1154995
361.00/181.81	c cleaning 46999 clauses out of 94012 with flag 3182270/1202995
379.80/191.20	c cleaning 48002 clauses out of 96013 with flag 3308936/1251995
399.00/200.89	c cleaning 49000 clauses out of 98011 with flag 3438193/1301995
420.40/211.53	c cleaning 50001 clauses out of 100011 with flag 3567106/1352995
442.19/222.40	c cleaning 51007 clauses out of 102014 with flag 3698687/1404999
467.40/235.07	c cleaning 51999 clauses out of 104003 with flag 3837614/1457995
489.39/246.08	c cleaning 52989 clauses out of 106006 with flag 3976137/1511997
514.60/258.68	c cleaning 53999 clauses out of 108017 with flag 4116496/1566997
540.19/271.45	c cleaning 55001 clauses out of 110017 with flag 4264801/1622996
567.19/284.93	c cleaning 56005 clauses out of 112018 with flag 4412563/1679998
594.78/298.71	c cleaning 56990 clauses out of 114013 with flag 4562787/1737998
622.57/312.63	c cleaning 57999 clauses out of 116020 with flag 4720016/1796995
651.56/327.17	c cleaning 59010 clauses out of 118021 with flag 4874359/1856995
680.96/341.84	c cleaning 59998 clauses out of 120013 with flag 5031505/1917997
709.76/356.23	c cleaning 61001 clauses out of 122013 with flag 5188591/1979995
739.15/370.94	c cleaning 62000 clauses out of 124012 with flag 5352688/2042995
773.54/388.12	c cleaning 62995 clauses out of 126012 with flag 5516577/2106995
810.14/406.44	c cleaning 63996 clauses out of 128018 with flag 5684946/2171996
845.49/424.38	c cleaning 65003 clauses out of 130021 with flag 5856693/2237995
881.30/442.23	c cleaning 66000 clauses out of 132018 with flag 6028650/2304995
917.49/460.34	c cleaning 67004 clauses out of 134018 with flag 6205279/2372995
950.89/477.10	c cleaning 68004 clauses out of 136017 with flag 6384940/2441998
988.69/495.92	c cleaning 68995 clauses out of 138011 with flag 6564913/2511996
1027.30/515.28	c cleaning 69996 clauses out of 140015 with flag 6748033/2582995
1066.69/534.96	c cleaning 70996 clauses out of 142020 with flag 6934883/2654996
1105.49/554.38	c cleaning 72007 clauses out of 144023 with flag 7126396/2727995
1148.29/575.76	c cleaning 73007 clauses out of 146016 with flag 7318021/2801995
1190.09/596.66	c cleaning 73995 clauses out of 148012 with flag 7510225/2876998
1231.50/617.37	c cleaning 74998 clauses out of 150015 with flag 7708142/2952996
1279.30/641.27	c cleaning 75996 clauses out of 152017 with flag 7905131/3029996
1325.31/664.28	c cleaning 76999 clauses out of 154020 with flag 8102931/3107995
1375.90/689.52	c cleaning 78008 clauses out of 156021 with flag 8306537/3186995
1427.71/715.46	c cleaning 79000 clauses out of 158014 with flag 8512706/3266996
1477.30/740.22	c cleaning 79998 clauses out of 160014 with flag 8720732/3347996
1529.50/766.35	c cleaning 81003 clauses out of 162015 with flag 8930926/3429995
1582.31/792.79	c cleaning 82007 clauses out of 164013 with flag 9143809/3512996
1633.52/818.30	c cleaning 83000 clauses out of 166009 with flag 9368377/3596999
1695.73/849.48	c cleaning 83999 clauses out of 168005 with flag 9595197/3681995
1758.53/880.82	c cleaning 84992 clauses out of 170007 with flag 9818981/3767996
1800.14/901.60	c >>>>>>>>>> Solver number 0 (3 answers) <<<<<<<<<<<<<<<<<<
1800.14/901.60	c starts		: 3501
1800.14/901.60	c conflicts		: 3826138
1800.14/901.60	c decisions		: 8153425
1800.14/901.60	c propagations		: 396100502
1800.14/901.60	c inspects		: 19549410221
1800.14/901.60	c shortcuts		: 0
1800.14/901.60	c learnt literals	: 0
1800.14/901.60	c learnt binary clauses	: 0
1800.14/901.60	c learnt ternary clauses	: 0
1800.14/901.60	c learnt constraints	: 3826138
1800.14/901.60	c ignored constraints	: 0
1800.14/901.60	c root simplifications	: 0
1800.14/901.60	c removed literals (reason simplification)	: 9425634
1800.14/901.60	c reason swapping (by a shorter reason)	: 0
1800.14/901.60	c Calls to reduceDB	: 87
1800.14/901.60	c Number of update (reduction) of LBD	: 772119
1800.14/901.60	c Imported unit clauses	: 0
1800.14/901.60	c number of reductions to clauses (during analyze)	: 0
1800.14/901.60	c number of learned constraints concerned by reduction	: 0
1800.14/901.60	c number of learning phase by resolution	: 0
1800.14/901.60	c number of learning phase by cutting planes	: 0
1800.14/901.60	c speed (assignments/second)	: 442154.42232000735
1800.14/901.60	c non guided choices	2
1800.14/901.63	c learnt constraints type 
1800.14/901.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 143157
1800.14/901.63	c >>>>>>>>>> Solver number 1 (4 answers) <<<<<<<<<<<<<<<<<<
1800.14/901.63	c starts		: 27
1800.14/901.63	c conflicts		: 4250
1800.14/901.63	c decisions		: 51541
1800.14/901.63	c propagations		: 228981
1800.14/901.63	c inspects		: 60694455
1800.14/901.63	c shortcuts		: 0
1800.14/901.63	c learnt literals	: 0
1800.14/901.63	c learnt binary clauses	: 0
1800.14/901.63	c learnt ternary clauses	: 0
1800.14/901.63	c learnt constraints	: 4249
1800.14/901.63	c ignored constraints	: 0
1800.14/901.63	c root simplifications	: 0
1800.14/901.63	c removed literals (reason simplification)	: 0
1800.14/901.63	c reason swapping (by a shorter reason)	: 0
1800.14/901.63	c Calls to reduceDB	: 0
1800.14/901.63	c Number of update (reduction) of LBD	: 0
1800.14/901.63	c Imported unit clauses	: 0
1800.14/901.63	c number of reductions to clauses (during analyze)	: 0
1800.14/901.63	c number of learned constraints concerned by reduction	: 0
1800.14/901.63	c number of learning phase by resolution	: 0
1800.14/901.63	c number of learning phase by cutting planes	: 0
1800.14/901.63	c speed (assignments/second)	: 254.44877821115446
1800.14/901.63	c non guided choices	0
1800.14/901.63	c learnt constraints type 
1800.14/901.63	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 338
1800.14/901.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3911
1800.14/901.63	s SATISFIABLE
1800.14/901.63	c Found 7 solution(s)
1800.14/901.63	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 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 
1800.14/901.64	c objective function=54
1800.14/901.64	c Total wall clock time (in seconds): 901.516

Verifier Data

OK	54

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-4105482-1466254390/watcher-4105482-1466254390 -o /tmp/evaluation-result-4105482-1466254390/solver-4105482-1466254390 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1466241741-20174 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4105482-1466254390.opb 

pid=23964
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 4.14 4.29 4.22 4/197 23967
/proc/meminfo: memFree=26559536/32872528 swapFree=1191052/1305516
[pid=23967] ppid=23964 vsize=132 CPUtime=0 cores=1,3,5,7
/proc/23967/stat : 23967 (java) R 23964 23967 20157 0 -1 4194304 328 0 0 0 0 0 0 0 20 0 1 0 27485589 135168 1 33554432000 0 0 140735255434794 140733623122360 214537235895 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23967/statm: 67 4 0 0 0 24 0

[startup+0.100059 s]
/proc/loadavg: 4.14 4.29 4.22 4/197 23967
/proc/meminfo: memFree=26559536/32872528 swapFree=1191052/1305516
[pid=23967] ppid=23964 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/23967/stat : 23967 (java) S 23964 23967 20157 0 -1 4202496 4413 0 1 0 9 1 0 0 20 0 18 0 27485589 9787879424 6042 33554432000 1073741824 1073778376 140735255427824 140735255418960 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23967/statm: 2389619 6042 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200221 s]
/proc/loadavg: 4.14 4.29 4.22 4/197 23967
/proc/meminfo: memFree=26559536/32872528 swapFree=1191052/1305516
[pid=23967] ppid=23964 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/23967/stat : 23967 (java) S 23964 23967 20157 0 -1 4202496 4831 0 1 0 25 1 0 0 20 0 18 0 27485589 9787879424 6885 33554432000 1073741824 1073778376 140735255427824 140735255418960 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23967/statm: 2389619 6885 2213 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300348 s]
/proc/loadavg: 4.14 4.29 4.22 4/197 23967
/proc/meminfo: memFree=26559536/32872528 swapFree=1191052/1305516
[pid=23967] ppid=23964 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/23967/stat : 23967 (java) S 23964 23967 20157 0 -1 4202496 5044 0 1 0 29 2 0 0 20 0 19 0 27485589 10060525568 8020 33554432000 1073741824 1073778376 140735255427824 140735255418960 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23967/statm: 2456183 8020 2229 9 0 2446860 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9824732

[startup+0.700276 s]
/proc/loadavg: 4.14 4.29 4.22 4/197 23967
/proc/meminfo: memFree=26559536/32872528 swapFree=1191052/1305516
[pid=23967] ppid=23964 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/23967/stat : 23967 (java) S 23964 23967 20157 0 -1 4202496 5044 0 1 0 29 2 0 0 20 0 19 0 27485589 10060525568 8020 33554432000 1073741824 1073778376 140735255427824 140735255418960 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23967/statm: 2456183 8020 2229 9 0 2446860 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9824732

[startup+1.50088 s]
/proc/loadavg: 4.14 4.29 4.22 3/216 23992
/proc/meminfo: memFree=26526704/32872528 swapFree=1191052/1305516
[pid=23967] ppid=23964 vsize=9824732 CPUtime=0.73 cores=1,3,5,7
/proc/23967/stat : 23967 (java) S 23964 23967 20157 0 -1 4202496 7666 0 1 0 67 6 0 0 20 0 19 0 27485589 10060525568 11135 33554432000 1073741824 1073778376 140735255427824 140735255418960 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23967/statm: 2456183 11135 2251 9 0 2446860 0
[pid=23967/tid=23969] ppid=23964 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/23967/task/23969/stat : 23969 (java) S 23964 23967 20157 0 -1 4202560 2432 0 1 0 18 0 0 0 20 0 19 0 27485590 10060525568 11135 33554432000 1073741824 1073778376 140735255427824 139920539734904 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23970] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23970/stat : 23970 (java) S 23964 23967 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27485591 10060525568 11135 33554432000 1073741824 1073778376 140735255427824 139920512186536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23971] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23971/stat : 23971 (java) S 23964 23967 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27485591 10060525568 11135 33554432000 1073741824 1073778376 140735255427824 139920511133992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23967/tid=23972] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23972/stat : 23972 (java) S 23964 23967 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27485591 10060525568 11135 33554432000 1073741824 1073778376 140735255427824 139920510081448 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23967/tid=23973] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23973/stat : 23973 (java) S 23964 23967 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27485591 10060525568 11135 33554432000 1073741824 1073778376 140735255427824 139920509028904 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23967/tid=23974] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23974/stat : 23974 (java) S 23964 23967 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27485591 10060525568 11135 33554432000 1073741824 1073778376 140735255427824 139920507976360 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23975] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23975/stat : 23975 (java) S 23964 23967 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27485591 10060525568 11135 33554432000 1073741824 1073778376 140735255427824 139920506923816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23967/tid=23976] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23976/stat : 23976 (java) S 23964 23967 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27485591 10060525568 11135 33554432000 1073741824 1073778376 140735255427824 139920376638376 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23977] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23977/stat : 23977 (java) S 23964 23967 20157 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 27485591 10060525568 11135 33554432000 1073741824 1073778376 140735255427824 139920375585832 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23978] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23978/stat : 23978 (java) S 23964 23967 20157 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 27485592 10060525568 11135 33554432000 1073741824 1073778376 140735255427824 139919892637800 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23979] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23979/stat : 23979 (java) S 23964 23967 20157 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 27485592 10060525568 11135 33554432000 1073741824 1073778376 140735255427824 139919891584120 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23980] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23980/stat : 23980 (java) S 23964 23967 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27485593 10060525568 11135 33554432000 1073741824 1073778376 140735255427824 139919890531464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23981] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23981/stat : 23981 (java) S 23964 23967 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27485595 10060525568 11135 33554432000 1073741824 1073778376 140735255427824 139919889480208 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23982] ppid=23964 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/23967/task/23982/stat : 23982 (java) S 23964 23967 20157 0 -1 4202560 1603 0 0 0 15 0 0 0 20 0 19 0 27485595 10060525568 11135 33554432000 1073741824 1073778376 140735255427824 139919888427576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23967/tid=23983] ppid=23964 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/23967/task/23983/stat : 23983 (java) S 23964 23967 20157 0 -1 4202560 2258 0 0 0 16 0 0 0 20 0 19 0 27485595 10060525568 11135 33554432000 1073741824 1073778376 140735255427824 139919887375032 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23984] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23984/stat : 23984 (java) S 23964 23967 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27485595 10060525568 11135 33554432000 1073741824 1073778376 140735255427824 139919886322680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23967/tid=23985] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23985/stat : 23985 (java) S 23964 23967 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27485595 10060525568 11135 33554432000 1073741824 1073778376 140735255427824 139919885270344 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23988] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23988/stat : 23988 (java) S 23964 23967 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27485610 10060525568 11135 33554432000 1073741824 1073778376 140735255427824 139919882109992 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 9824732

[startup+3.10081 s]
/proc/loadavg: 4.14 4.29 4.22 3/216 23998
/proc/meminfo: memFree=26495872/32872528 swapFree=1191052/1305516
[pid=23967] ppid=23964 vsize=9824732 CPUtime=2.54 cores=1,3,5,7
/proc/23967/stat : 23967 (java) S 23964 23967 20157 0 -1 4202496 18581 0 1 0 241 13 0 0 20 0 19 0 27485589 10060525568 25492 33554432000 1073741824 1073778376 140735255427824 140735255418960 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23967/statm: 2456183 25492 2266 9 0 2446860 0
[pid=23967/tid=23969] ppid=23964 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/23967/task/23969/stat : 23969 (java) S 23964 23967 20157 0 -1 4202560 2433 0 1 0 19 0 0 0 20 0 19 0 27485590 10060525568 25492 33554432000 1073741824 1073778376 140735255427824 139920539734904 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23970] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23970/stat : 23970 (java) S 23964 23967 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27485591 10060525568 25492 33554432000 1073741824 1073778376 140735255427824 139920512186536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23971] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23971/stat : 23971 (java) S 23964 23967 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27485591 10060525568 25492 33554432000 1073741824 1073778376 140735255427824 139920511133992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23967/tid=23972] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23972/stat : 23972 (java) S 23964 23967 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27485591 10060525568 25492 33554432000 1073741824 1073778376 140735255427824 139920510081448 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23967/tid=23973] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23973/stat : 23973 (java) S 23964 23967 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27485591 10060525568 25492 33554432000 1073741824 1073778376 140735255427824 139920509028904 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23967/tid=23974] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23974/stat : 23974 (java) S 23964 23967 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27485591 10060525568 25492 33554432000 1073741824 1073778376 140735255427824 139920507976360 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23975] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23975/stat : 23975 (java) S 23964 23967 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27485591 10060525568 25492 33554432000 1073741824 1073778376 140735255427824 139920506923816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23967/tid=23976] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23976/stat : 23976 (java) S 23964 23967 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27485591 10060525568 25492 33554432000 1073741824 1073778376 140735255427824 139920376638376 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23977] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23977/stat : 23977 (java) S 23964 23967 20157 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 27485591 10060525568 25492 33554432000 1073741824 1073778376 140735255427824 139920375585832 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23978] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23978/stat : 23978 (java) S 23964 23967 20157 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 27485592 10060525568 25492 33554432000 1073741824 1073778376 140735255427824 139919892637800 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23979] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23979/stat : 23979 (java) S 23964 23967 20157 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 27485592 10060525568 25492 33554432000 1073741824 1073778376 140735255427824 139919891584120 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23980] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23980/stat : 23980 (java) S 23964 23967 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27485593 10060525568 25492 33554432000 1073741824 1073778376 140735255427824 139919890531464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23981] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23981/stat : 23981 (java) S 23964 23967 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27485595 10060525568 25492 33554432000 1073741824 1073778376 140735255427824 139919889480208 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23982] ppid=23964 vsize=9824732 CPUtime=0.81 cores=1,3,5,7
/proc/23967/task/23982/stat : 23982 (java) S 23964 23967 20157 0 -1 4202560 10113 0 0 0 79 2 0 0 20 0 19 0 27485595 10060525568 25492 33554432000 1073741824 1073778376 140735255427824 139919888427576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23967/tid=23983] ppid=23964 vsize=9824732 CPUtime=0.49 cores=1,3,5,7
/proc/23967/task/23983/stat : 23983 (java) S 23964 23967 20157 0 -1 4202560 4615 0 0 0 49 0 0 0 20 0 19 0 27485595 10060525568 25492 33554432000 1073741824 1073778376 140735255427824 139919887375032 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23967/tid=23984] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23984/stat : 23984 (java) S 23964 23967 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27485595 10060525568 25492 33554432000 1073741824 1073778376 140735255427824 139919886322680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23967/tid=23985] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23985/stat : 23985 (java) S 23964 23967 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27485595 10060525568 25492 33554432000 1073741824 1073778376 140735255427824 139919885270344 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23998] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23998/stat : 23998 (java) S 23964 23967 20157 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 27485761 10060525568 25492 33554432000 1073741824 1073778376 140735255427824 139919881057576 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.54
Current children cumulated vsize (KiB) 9824732

[startup+6.30094 s]
/proc/loadavg: 4.13 4.29 4.22 5/219 24007
/proc/meminfo: memFree=26346732/32872528 swapFree=1191052/1305516
[pid=23967] ppid=23964 vsize=9824732 CPUtime=8.87 cores=1,3,5,7
/proc/23967/stat : 23967 (java) S 23964 23967 20157 0 -1 4202496 19506 0 1 0 864 23 0 0 20 0 22 0 27485589 10060525568 57993 33554432000 1073741824 1073778376 140735255427824 140735255418960 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23967/statm: 2456183 57993 2285 9 0 2446860 0
[pid=23967/tid=23969] ppid=23964 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/23967/task/23969/stat : 23969 (java) S 23964 23967 20157 0 -1 4202560 2434 0 1 0 19 0 0 0 20 0 22 0 27485590 10060525568 57993 33554432000 1073741824 1073778376 140735255427824 139920539734904 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23970] ppid=23964 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/23967/task/23970/stat : 23970 (java) S 23964 23967 20157 0 -1 4202560 129 0 0 0 2 0 0 0 20 0 22 0 27485591 10060525568 57993 33554432000 1073741824 1073778376 140735255427824 139920512186536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23971] ppid=23964 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/23967/task/23971/stat : 23971 (java) S 23964 23967 20157 0 -1 4202560 118 0 0 0 1 0 0 0 20 0 22 0 27485591 10060525568 57993 33554432000 1073741824 1073778376 140735255427824 139920511133992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23972] ppid=23964 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/23967/task/23972/stat : 23972 (java) S 23964 23967 20157 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 27485591 10060525568 57993 33554432000 1073741824 1073778376 140735255427824 139920510081448 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23973] ppid=23964 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/23967/task/23973/stat : 23973 (java) S 23964 23967 20157 0 -1 4202560 156 0 0 0 2 2 0 0 20 0 22 0 27485591 10060525568 57993 33554432000 1073741824 1073778376 140735255427824 139920509028904 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23974] ppid=23964 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/23967/task/23974/stat : 23974 (java) S 23964 23967 20157 0 -1 4202560 24 0 0 0 1 1 0 0 20 0 22 0 27485591 10060525568 57993 33554432000 1073741824 1073778376 140735255427824 139920507976360 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23975] ppid=23964 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/23967/task/23975/stat : 23975 (java) S 23964 23967 20157 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 27485591 10060525568 57993 33554432000 1073741824 1073778376 140735255427824 139920506923816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23967/tid=23976] ppid=23964 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/23967/task/23976/stat : 23976 (java) S 23964 23967 20157 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 27485591 10060525568 57993 33554432000 1073741824 1073778376 140735255427824 139920376638376 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23967/tid=23977] ppid=23964 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/23967/task/23977/stat : 23977 (java) S 23964 23967 20157 0 -1 4202560 153 0 0 0 3 0 0 0 20 0 22 0 27485591 10060525568 57993 33554432000 1073741824 1073778376 140735255427824 139920375585832 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23978] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23978/stat : 23978 (java) S 23964 23967 20157 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 27485592 10060525568 57993 33554432000 1073741824 1073778376 140735255427824 139919892637800 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23979] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23979/stat : 23979 (java) S 23964 23967 20157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27485592 10060525568 57993 33554432000 1073741824 1073778376 140735255427824 139919891584120 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23967/tid=23980] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23980/stat : 23980 (java) S 23964 23967 20157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27485593 10060525568 57993 33554432000 1073741824 1073778376 140735255427824 139919890531464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23967/tid=23981] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23981/stat : 23981 (java) S 23964 23967 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27485595 10060525568 57993 33554432000 1073741824 1073778376 140735255427824 139919889480208 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23982] ppid=23964 vsize=9824732 CPUtime=1.03 cores=1,3,5,7
/proc/23967/task/23982/stat : 23982 (java) S 23964 23967 20157 0 -1 4202560 10133 0 0 0 101 2 0 0 20 0 22 0 27485595 10060525568 57993 33554432000 1073741824 1073778376 140735255427824 139919888427576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23967/tid=23983] ppid=23964 vsize=9824732 CPUtime=0.63 cores=1,3,5,7
/proc/23967/task/23983/stat : 23983 (java) S 23964 23967 20157 0 -1 4202560 4780 0 0 0 63 0 0 0 20 0 22 0 27485595 10060525568 57993 33554432000 1073741824 1073778376 140735255427824 139919887375032 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23967/tid=23984] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23984/stat : 23984 (java) S 23964 23967 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27485595 10060525568 57993 33554432000 1073741824 1073778376 140735255427824 139919886322680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23967/tid=23985] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23985/stat : 23985 (java) S 23964 23967 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27485595 10060525568 57993 33554432000 1073741824 1073778376 140735255427824 139919885270344 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23998] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23998/stat : 23998 (java) S 23964 23967 20157 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 27485761 10060525568 57993 33554432000 1073741824 1073778376 140735255427824 139919881057576 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.87
Current children cumulated vsize (KiB) 9824732


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

[pid=23967/tid=23984] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23984/stat : 23984 (java) S 23964 23967 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27485595 10060525568 850323 33554432000 1073741824 1073778376 140735255427824 139919886322680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23967/tid=23985] ppid=23964 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/23967/task/23985/stat : 23985 (java) S 23964 23967 20157 0 -1 4202560 51 0 0 0 9 14 0 0 20 0 22 0 27485595 10060525568 850323 33554432000 1073741824 1073778376 140735255427824 139919885270344 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23998] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23998/stat : 23998 (java) S 23964 23967 20157 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 27485761 10060525568 850323 33554432000 1073741824 1073778376 140735255427824 139919881057576 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23967/tid=24008] ppid=23964 vsize=9824732 CPUtime=871.73 cores=1,3,5,7
/proc/23967/task/24008/stat : 24008 (java) R 23964 23967 20157 0 -1 4202560 34 0 0 0 87159 14 0 0 20 0 22 0 27486165 10060525568 850323 33554432000 1073741824 1073778376 140735255427824 139919883153808 139920388148856 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23967/tid=24009] ppid=23964 vsize=9824732 CPUtime=871.64 cores=1,3,5,7
/proc/23967/task/24009/stat : 24009 (java) R 23964 23967 20157 0 -1 4202560 1228 0 0 0 87121 43 0 0 20 0 22 0 27486165 10060525568 850323 33554432000 1073741824 1073778376 140735255427824 139919884214080 139920388501390 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23967/tid=24010] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/24010/stat : 24010 (java) S 23964 23967 20157 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 27486165 10060525568 850323 33554432000 1073741824 1073778376 140735255427824 139919882109736 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1761.54
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+901.601 s]
/proc/loadavg: 4.12 4.16 4.17 5/218 24278
/proc/meminfo: memFree=25486500/32872528 swapFree=1191052/1305516
[pid=23967] ppid=23964 vsize=9824732 CPUtime=1800.14 cores=1,3,5,7
/proc/23967/stat : 23967 (java) S 23964 23967 20157 0 -1 4202496 40388 0 1 0 179837 177 0 0 20 0 22 0 27485589 10060525568 850323 33554432000 1073741824 1073778376 140735255427824 140735255418960 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23967/statm: 2456183 850323 2294 9 0 2446860 0
[pid=23967/tid=23969] ppid=23964 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/23967/task/23969/stat : 23969 (java) S 23964 23967 20157 0 -1 4202560 2437 0 1 0 21 2 0 0 20 0 22 0 27485590 10060525568 850323 33554432000 1073741824 1073778376 140735255427824 139920539734904 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23970] ppid=23964 vsize=9824732 CPUtime=0.57 cores=1,3,5,7
/proc/23967/task/23970/stat : 23970 (java) S 23964 23967 20157 0 -1 4202560 2466 0 0 0 43 14 0 0 20 0 22 0 27485591 10060525568 850323 33554432000 1073741824 1073778376 140735255427824 139920512186536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23967/tid=23971] ppid=23964 vsize=9824732 CPUtime=0.57 cores=1,3,5,7
/proc/23967/task/23971/stat : 23971 (java) S 23964 23967 20157 0 -1 4202560 1194 0 0 0 42 15 0 0 20 0 22 0 27485591 10060525568 850323 33554432000 1073741824 1073778376 140735255427824 139920511133992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23967/tid=23972] ppid=23964 vsize=9824732 CPUtime=0.52 cores=1,3,5,7
/proc/23967/task/23972/stat : 23972 (java) S 23964 23967 20157 0 -1 4202560 404 0 0 0 37 15 0 0 20 0 22 0 27485591 10060525568 850323 33554432000 1073741824 1073778376 140735255427824 139920510081448 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23967/tid=23973] ppid=23964 vsize=9824732 CPUtime=0.55 cores=1,3,5,7
/proc/23967/task/23973/stat : 23973 (java) S 23964 23967 20157 0 -1 4202560 3124 0 0 0 40 15 0 0 20 0 22 0 27485591 10060525568 850323 33554432000 1073741824 1073778376 140735255427824 139920509028904 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23967/tid=23974] ppid=23964 vsize=9824732 CPUtime=0.57 cores=1,3,5,7
/proc/23967/task/23974/stat : 23974 (java) S 23964 23967 20157 0 -1 4202560 1639 0 0 0 43 14 0 0 20 0 22 0 27485591 10060525568 850323 33554432000 1073741824 1073778376 140735255427824 139920507976360 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23967/tid=23975] ppid=23964 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/23967/task/23975/stat : 23975 (java) S 23964 23967 20157 0 -1 4202560 4639 0 0 0 37 14 0 0 20 0 22 0 27485591 10060525568 850323 33554432000 1073741824 1073778376 140735255427824 139920506923816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23967/tid=23976] ppid=23964 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/23967/task/23976/stat : 23976 (java) S 23964 23967 20157 0 -1 4202560 1871 0 0 0 31 10 0 0 20 0 22 0 27485591 10060525568 850323 33554432000 1073741824 1073778376 140735255427824 139920376638376 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23967/tid=23977] ppid=23964 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/23967/task/23977/stat : 23977 (java) S 23964 23967 20157 0 -1 4202560 1673 0 0 0 39 12 0 0 20 0 22 0 27485591 10060525568 850323 33554432000 1073741824 1073778376 140735255427824 139920375585832 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23967/tid=23978] ppid=23964 vsize=9824732 CPUtime=1.41 cores=1,3,5,7
/proc/23967/task/23978/stat : 23978 (java) S 23964 23967 20157 0 -1 4202560 2943 0 0 0 139 2 0 0 20 0 22 0 27485592 10060525568 850323 33554432000 1073741824 1073778376 140735255427824 139919892637800 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23967/tid=23979] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23979/stat : 23979 (java) S 23964 23967 20157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27485592 10060525568 850323 33554432000 1073741824 1073778376 140735255427824 139919891584120 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23980] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23980/stat : 23980 (java) S 23964 23967 20157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27485593 10060525568 850323 33554432000 1073741824 1073778376 140735255427824 139919890531464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23967/tid=23981] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23981/stat : 23981 (java) S 23964 23967 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27485595 10060525568 850323 33554432000 1073741824 1073778376 140735255427824 139919889480208 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23982] ppid=23964 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/23967/task/23982/stat : 23982 (java) S 23964 23967 20157 0 -1 4202560 10143 0 0 0 118 2 0 0 20 0 22 0 27485595 10060525568 850323 33554432000 1073741824 1073778376 140735255427824 139919888427576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23983] ppid=23964 vsize=9824732 CPUtime=0.74 cores=1,3,5,7
/proc/23967/task/23983/stat : 23983 (java) S 23964 23967 20157 0 -1 4202560 5080 0 0 0 74 0 0 0 20 0 22 0 27485595 10060525568 850323 33554432000 1073741824 1073778376 140735255427824 139919887375032 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23967/tid=23984] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23984/stat : 23984 (java) S 23964 23967 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27485595 10060525568 850323 33554432000 1073741824 1073778376 140735255427824 139919886322680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23967/tid=23985] ppid=23964 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/23967/task/23985/stat : 23985 (java) S 23964 23967 20157 0 -1 4202560 51 0 0 0 9 14 0 0 20 0 22 0 27485595 10060525568 850323 33554432000 1073741824 1073778376 140735255427824 139919885270344 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23998] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23998/stat : 23998 (java) S 23964 23967 20157 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 27485761 10060525568 850323 33554432000 1073741824 1073778376 140735255427824 139919881057576 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23967/tid=24008] ppid=23964 vsize=9824732 CPUtime=890.97 cores=1,3,5,7
/proc/23967/task/24008/stat : 24008 (java) R 23964 23967 20157 0 -1 4202560 34 0 0 0 89083 14 0 0 20 0 22 0 27486165 10060525568 850323 33554432000 1073741824 1073778376 140735255427824 139919883153808 139920388226833 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23967/tid=24009] ppid=23964 vsize=9824732 CPUtime=890.88 cores=1,3,5,7
/proc/23967/task/24009/stat : 24009 (java) R 23964 23967 20157 0 -1 4202560 1228 0 0 0 89045 43 0 0 20 0 22 0 27486165 10060525568 850323 33554432000 1073741824 1073778376 140735255427824 139919884214080 139920388501361 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23967/tid=24010] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/24010/stat : 24010 (java) S 23964 23967 20157 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 27486165 10060525568 850323 33554432000 1073741824 1073778376 140735255427824 139919882109736 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 9824732

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

############
# WARNING:
# current cumulated CPU time (1796.04 s) is less than in the last sample (1800.14 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (4.1001 s) to the 'lost time'.

[startup+901.601 s]
/proc/loadavg: 4.12 4.16 4.17 5/218 24278
/proc/meminfo: memFree=25486500/32872528 swapFree=1191052/1305516
[pid=23967] ppid=23964 vsize=9824732 CPUtime=1800.14 cores=1,3,5,7
/proc/23967/stat : 23967 (java) S 23964 23967 20157 0 -1 4202496 40388 0 1 0 179837 177 0 0 20 0 22 0 27485589 10060525568 850323 33554432000 1073741824 1073778376 140735255427824 140735255418960 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23967/statm: 2456183 850323 2294 9 0 2446860 0
[pid=23967/tid=23969] ppid=23964 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/23967/task/23969/stat : 23969 (java) S 23964 23967 20157 0 -1 4202560 2437 0 1 0 21 2 0 0 20 0 22 0 27485590 10060525568 850323 33554432000 1073741824 1073778376 140735255427824 139920539734904 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23970] ppid=23964 vsize=9824732 CPUtime=0.57 cores=1,3,5,7
/proc/23967/task/23970/stat : 23970 (java) S 23964 23967 20157 0 -1 4202560 2466 0 0 0 43 14 0 0 20 0 22 0 27485591 10060525568 850323 33554432000 1073741824 1073778376 140735255427824 139920512186536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23967/tid=23971] ppid=23964 vsize=9824732 CPUtime=0.57 cores=1,3,5,7
/proc/23967/task/23971/stat : 23971 (java) S 23964 23967 20157 0 -1 4202560 1194 0 0 0 42 15 0 0 20 0 22 0 27485591 10060525568 850323 33554432000 1073741824 1073778376 140735255427824 139920511133992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23967/tid=23972] ppid=23964 vsize=9824732 CPUtime=0.52 cores=1,3,5,7
/proc/23967/task/23972/stat : 23972 (java) S 23964 23967 20157 0 -1 4202560 404 0 0 0 37 15 0 0 20 0 22 0 27485591 10060525568 850323 33554432000 1073741824 1073778376 140735255427824 139920510081448 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23967/tid=23973] ppid=23964 vsize=9824732 CPUtime=0.55 cores=1,3,5,7
/proc/23967/task/23973/stat : 23973 (java) S 23964 23967 20157 0 -1 4202560 3124 0 0 0 40 15 0 0 20 0 22 0 27485591 10060525568 850323 33554432000 1073741824 1073778376 140735255427824 139920509028904 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23967/tid=23974] ppid=23964 vsize=9824732 CPUtime=0.57 cores=1,3,5,7
/proc/23967/task/23974/stat : 23974 (java) S 23964 23967 20157 0 -1 4202560 1639 0 0 0 43 14 0 0 20 0 22 0 27485591 10060525568 850323 33554432000 1073741824 1073778376 140735255427824 139920507976360 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23967/tid=23975] ppid=23964 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/23967/task/23975/stat : 23975 (java) S 23964 23967 20157 0 -1 4202560 4639 0 0 0 37 14 0 0 20 0 22 0 27485591 10060525568 850323 33554432000 1073741824 1073778376 140735255427824 139920506923816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23967/tid=23976] ppid=23964 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/23967/task/23976/stat : 23976 (java) S 23964 23967 20157 0 -1 4202560 1871 0 0 0 31 10 0 0 20 0 22 0 27485591 10060525568 850323 33554432000 1073741824 1073778376 140735255427824 139920376638376 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23967/tid=23977] ppid=23964 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/23967/task/23977/stat : 23977 (java) S 23964 23967 20157 0 -1 4202560 1673 0 0 0 39 12 0 0 20 0 22 0 27485591 10060525568 850323 33554432000 1073741824 1073778376 140735255427824 139920375585832 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23967/tid=23978] ppid=23964 vsize=9824732 CPUtime=1.41 cores=1,3,5,7
/proc/23967/task/23978/stat : 23978 (java) S 23964 23967 20157 0 -1 4202560 2943 0 0 0 139 2 0 0 20 0 22 0 27485592 10060525568 850323 33554432000 1073741824 1073778376 140735255427824 139919892637800 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23967/tid=23979] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23979/stat : 23979 (java) S 23964 23967 20157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27485592 10060525568 850323 33554432000 1073741824 1073778376 140735255427824 139919891584120 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23980] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23980/stat : 23980 (java) S 23964 23967 20157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27485593 10060525568 850323 33554432000 1073741824 1073778376 140735255427824 139919890531464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23967/tid=23981] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23981/stat : 23981 (java) S 23964 23967 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27485595 10060525568 850323 33554432000 1073741824 1073778376 140735255427824 139919889480208 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23982] ppid=23964 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/23967/task/23982/stat : 23982 (java) S 23964 23967 20157 0 -1 4202560 10143 0 0 0 118 2 0 0 20 0 22 0 27485595 10060525568 850323 33554432000 1073741824 1073778376 140735255427824 139919888427576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23983] ppid=23964 vsize=9824732 CPUtime=0.74 cores=1,3,5,7
/proc/23967/task/23983/stat : 23983 (java) S 23964 23967 20157 0 -1 4202560 5080 0 0 0 74 0 0 0 20 0 22 0 27485595 10060525568 850323 33554432000 1073741824 1073778376 140735255427824 139919887375032 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23967/tid=23984] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23984/stat : 23984 (java) S 23964 23967 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27485595 10060525568 850323 33554432000 1073741824 1073778376 140735255427824 139919886322680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23967/tid=23985] ppid=23964 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/23967/task/23985/stat : 23985 (java) S 23964 23967 20157 0 -1 4202560 51 0 0 0 9 14 0 0 20 0 22 0 27485595 10060525568 850323 33554432000 1073741824 1073778376 140735255427824 139919885270344 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23967/tid=23998] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/23998/stat : 23998 (java) S 23964 23967 20157 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 27485761 10060525568 850323 33554432000 1073741824 1073778376 140735255427824 139919881057576 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23967/tid=24008] ppid=23964 vsize=9824732 CPUtime=890.97 cores=1,3,5,7
/proc/23967/task/24008/stat : 24008 (java) R 23964 23967 20157 0 -1 4202560 34 0 0 0 89083 14 0 0 20 0 22 0 27486165 10060525568 850323 33554432000 1073741824 1073778376 140735255427824 139919883153808 139920388226833 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23967/tid=24009] ppid=23964 vsize=9824732 CPUtime=890.88 cores=1,3,5,7
/proc/23967/task/24009/stat : 24009 (java) R 23964 23967 20157 0 -1 4202560 1228 0 0 0 89045 43 0 0 20 0 22 0 27486165 10060525568 850323 33554432000 1073741824 1073778376 140735255427824 139919884214080 139920388501361 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23967/tid=24010] ppid=23964 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23967/task/24010/stat : 24010 (java) S 23964 23967 20157 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 27486165 10060525568 850323 33554432000 1073741824 1073778376 140735255427824 139919882109736 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 9824732

[startup+901.705 s]
/proc/loadavg: 4.12 4.16 4.17 5/218 24278
/proc/meminfo: memFree=25486500/32872528 swapFree=1191052/1305516
[pid=23967] ppid=23964 vsize=0 CPUtime=1796.04 cores=1,3,5,7
/proc/23967/stat : 23967 (java) Z 23964 23967 20157 0 -1 4203532 40434 0 1 0 179383 221 0 0 20 0 2 0 27485589 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23967/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1796.04
Current children cumulated vsize (KiB) 0
#
############


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

[startup+901.705 s]
/proc/loadavg: 4.12 4.16 4.17 5/218 24278
/proc/meminfo: memFree=25486500/32872528 swapFree=1191052/1305516
[pid=23967] ppid=23964 vsize=0 CPUtime=1796.04 cores=1,3,5,7
/proc/23967/stat : 23967 (java) Z 23964 23967 20157 0 -1 4203532 40434 0 1 0 179383 221 0 0 20 0 2 0 27485589 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23967/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1796.04
Current children cumulated vsize (KiB) 0

Child status: 143

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 4.1001
#  lost CPU user time (s): 4.54004
#  lost CPU system time (s): -0.44

Real time (s): 901.707
CPU time (s): 1800.14
CPU user time (s): 1798.37
CPU system time (s): 1.77166
CPU usage (%): 199.637
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.83
system time used= 2.21166
maximum resident set size= 3404452
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40434
page faults= 1
swaps= 0
block input operations= 0
block output operations= 576
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22872
involuntary context switches= 9705

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.54216 second user time and 7.19391 second system time

The end

Launcher Data

Begin job on node127 at 2016-06-18 14:53:10
IDJOB=4105482
IDBENCH=2878
IDSOLVER=2543
FILE ID=node127/4105482-1466254390
RUNJOBID= node127-1466241741-20174
PBS_JOBID= 19918213
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-m200_500_10_10.r.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4105482-1466254390/watcher-4105482-1466254390 -o /tmp/evaluation-result-4105482-1466254390/solver-4105482-1466254390 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1466241741-20174 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4105482-1466254390.opb

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

MD5SUM BENCH= 9ce5413471f93025df24c6fa43fb2680
RANDOM SEED=6693459

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

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.769
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:        26560172 kB
Buffers:           68780 kB
Cached:           210936 kB
SwapCached:          516 kB
Active:          4036612 kB
Inactive:         226524 kB
Active(anon):    3983864 kB
Inactive(anon):     2184 kB
Active(file):      52748 kB
Inactive(file):   224340 kB
Unevictable:     1305516 kB
Mlocked:         1191052 kB
SwapTotal:      67108856 kB
SwapFree:       67100260 kB
Dirty:              1004 kB
Writeback:             0 kB
AnonPages:       5288860 kB
Mapped:            15396 kB
Shmem:                 0 kB
Slab:             603348 kB
SReclaimable:      47252 kB
SUnreclaim:       556096 kB
KernelStack:        1600 kB
PageTables:        14596 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5581700 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4026368 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= 71736 MiB
End job on node127 at 2016-06-18 15:08:11