Trace number 4105437

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)90 1800.02 1795.95

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/logic_synthesis/normalized-C880.a.opb
MD5SUMb05f470b70f12c211f6d9c7c351d242f
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark87
Best CPU time to get the best result obtained on this benchmark0.005999
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 87
Optimality of the best value was proved YES
Number of variables301
Total number of constraints732
Number of constraints which are clauses732
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 constraint1
Maximum length of a constraint23
Number of terms in the objective function 301
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 301
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 301
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	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.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4105437-1466260921.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  objective function found
0.25/0.21	c ... done. Wall clock time 0.1s.
0.25/0.21	c declared #vars     301
0.25/0.21	c #constraints  732
0.25/0.21	c constraints type 
0.25/0.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 340
0.25/0.21	c org.sat4j.specs.Constr$1 => 145
0.25/0.21	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 209
0.25/0.21	c org.sat4j.minisat.constraints.cnf.UnitClause => 38
0.25/0.21	c 732 constraints processed.
0.25/0.21	c objective function length is 301 literals
0.25/0.22	c SATISFIABLE
0.25/0.22	c OPTIMIZING...
0.25/0.22	c Got one! Elapsed wall clock time (in seconds):0.108
0.25/0.22	o 95
0.25/0.23	c Got one! Elapsed wall clock time (in seconds):0.115
0.25/0.23	o 94
0.25/0.24	c Got one! Elapsed wall clock time (in seconds):0.127
0.25/0.24	o 93
0.81/0.51	c cleaning 2510 clauses out of 5020 with flag 12073/5020
1.14/0.71	c cleaning 4256 clauses out of 8511 with flag 28300/11021
1.34/0.94	c cleaning 5628 clauses out of 11255 with flag 47053/18021
1.55/1.19	c cleaning 6811 clauses out of 13627 with flag 67801/26021
1.97/1.53	c cleaning 7902 clauses out of 15815 with flag 91495/35020
2.37/1.92	c cleaning 8951 clauses out of 17913 with flag 115918/45020
2.81/2.32	c cleaning 9974 clauses out of 19962 with flag 142009/56020
3.21/2.71	c Got one! Elapsed wall clock time (in seconds):2.594
3.21/2.71	o 92
3.55/3.05	c cleaning 13255 clauses out of 26521 with flag 13509/72553
3.86/3.32	c cleaning 9624 clauses out of 19267 with flag 29303/78554
4.05/3.56	c cleaning 8311 clauses out of 16642 with flag 46381/85553
4.35/3.83	c cleaning 8160 clauses out of 16331 with flag 66368/93553
4.65/4.17	c cleaning 8584 clauses out of 17172 with flag 90968/102554
5.06/4.56	c cleaning 9289 clauses out of 18588 with flag 116941/112554
5.45/4.97	c cleaning 10141 clauses out of 20298 with flag 145634/123553
5.96/5.48	c cleaning 11069 clauses out of 22157 with flag 181737/135553
6.56/6.07	c cleaning 12038 clauses out of 24088 with flag 218789/148553
7.27/6.71	c cleaning 13016 clauses out of 26050 with flag 257951/162553
7.86/7.39	c cleaning 14006 clauses out of 28035 with flag 298228/177554
8.76/8.24	c cleaning 15005 clauses out of 30028 with flag 342667/193553
9.56/9.05	c cleaning 16005 clauses out of 32024 with flag 389649/210554
10.66/10.11	c cleaning 16999 clauses out of 34018 with flag 438282/228553
11.56/11.09	c cleaning 18002 clauses out of 36019 with flag 490989/247553
12.76/12.22	c cleaning 18999 clauses out of 38019 with flag 541731/267555
13.86/13.36	c cleaning 20000 clauses out of 40018 with flag 594760/288553
15.45/14.93	c cleaning 21000 clauses out of 42018 with flag 650099/310553
16.96/16.44	c cleaning 22001 clauses out of 44018 with flag 708008/333553
18.66/18.13	c cleaning 22999 clauses out of 46018 with flag 768541/357554
20.15/19.65	c cleaning 24000 clauses out of 48019 with flag 831085/382554
21.65/21.18	c cleaning 25000 clauses out of 50018 with flag 895887/408553
23.68/23.20	c cleaning 25998 clauses out of 52018 with flag 963137/435553
25.88/25.34	c cleaning 27002 clauses out of 54021 with flag 1033508/463554
27.67/27.12	c cleaning 27998 clauses out of 56019 with flag 1106401/492554
29.87/29.34	c cleaning 29002 clauses out of 58021 with flag 1183256/522554
32.07/31.54	c cleaning 30003 clauses out of 60019 with flag 1262810/553554
34.57/34.05	c cleaning 30999 clauses out of 62015 with flag 1344395/585553
36.57/36.01	c cleaning 32002 clauses out of 64017 with flag 1427313/618554
38.77/38.28	c cleaning 32997 clauses out of 66014 with flag 1513996/652553
41.77/41.22	c cleaning 33998 clauses out of 68017 with flag 1604064/687553
44.97/44.44	c cleaning 34999 clauses out of 70019 with flag 1696378/723553
47.97/47.46	c cleaning 36004 clauses out of 72021 with flag 1793669/760554
51.07/50.50	c cleaning 36997 clauses out of 74016 with flag 1895521/798553
54.37/53.87	c cleaning 38001 clauses out of 76019 with flag 2003056/837553
57.66/57.20	c cleaning 38999 clauses out of 78018 with flag 2107986/877553
61.41/60.88	c cleaning 39999 clauses out of 80020 with flag 2210839/918554
65.11/64.50	c cleaning 41000 clauses out of 82020 with flag 2323758/960553
68.70/68.17	c cleaning 42003 clauses out of 84020 with flag 2437959/1003553
73.00/72.48	c cleaning 42995 clauses out of 86018 with flag 2558594/1047554
77.80/77.20	c cleaning 44003 clauses out of 88022 with flag 2678464/1092553
82.20/81.62	c cleaning 44996 clauses out of 90019 with flag 2807391/1138553
86.30/85.79	c cleaning 46003 clauses out of 92024 with flag 2936005/1185554
91.40/90.80	c cleaning 46999 clauses out of 94021 with flag 3069438/1233554
96.69/96.19	c cleaning 48000 clauses out of 96022 with flag 3205839/1282554
102.36/101.75	c cleaning 49001 clauses out of 98021 with flag 3345266/1332553
107.85/107.24	c cleaning 49998 clauses out of 100020 with flag 3487301/1383553
114.06/113.44	c cleaning 50996 clauses out of 102022 with flag 3630813/1435553
119.95/119.33	c cleaning 52003 clauses out of 104026 with flag 3774337/1488553
124.96/124.31	c cleaning 53003 clauses out of 106023 with flag 3923230/1542553
129.65/129.02	c cleaning 54001 clauses out of 108020 with flag 4074590/1597553
134.47/133.80	c cleaning 55001 clauses out of 110019 with flag 4230107/1653553
138.86/138.25	c cleaning 55999 clauses out of 112019 with flag 4387477/1710554
143.85/143.14	c cleaning 56999 clauses out of 114020 with flag 4545036/1768554
149.14/148.48	c cleaning 57999 clauses out of 116020 with flag 4708841/1827553
153.94/153.21	c cleaning 59001 clauses out of 118022 with flag 4875884/1887554
159.34/158.67	c cleaning 59999 clauses out of 120020 with flag 5046877/1948553
165.94/165.20	c cleaning 61000 clauses out of 122022 with flag 5232274/2010554
172.03/171.31	c cleaning 61998 clauses out of 124021 with flag 5405213/2073553
178.63/177.95	c cleaning 62999 clauses out of 126023 with flag 5581669/2137553
186.06/185.27	c cleaning 64002 clauses out of 128024 with flag 5762042/2202553
193.06/192.21	c cleaning 65001 clauses out of 130024 with flag 5941596/2268555
199.97/199.15	c cleaning 65997 clauses out of 132022 with flag 6121345/2335554
207.66/206.87	c cleaning 67000 clauses out of 134024 with flag 6312094/2403553
208.26/207.40	c Got one! Elapsed wall clock time (in seconds):207.288
208.26/207.40	o 91
209.26/208.42	c cleaning 40503 clauses out of 81023 with flag 13744/2417552
209.76/208.92	c cleaning 23252 clauses out of 46521 with flag 29480/2423553
210.06/209.27	c cleaning 15120 clauses out of 30268 with flag 47404/2430552
210.36/209.59	c cleaning 11562 clauses out of 23149 with flag 68023/2438553
210.76/209.91	c cleaning 10279 clauses out of 20587 with flag 93070/2447553
211.06/210.23	c cleaning 10144 clauses out of 20308 with flag 120127/2457553
211.46/210.64	c cleaning 10567 clauses out of 21163 with flag 149524/2468552
211.86/211.05	c cleaning 11290 clauses out of 22599 with flag 181134/2480555
212.36/211.50	c cleaning 12143 clauses out of 24307 with flag 214644/2493553
212.86/212.03	c cleaning 13069 clauses out of 26164 with flag 250959/2507553
213.46/212.63	c cleaning 14035 clauses out of 28095 with flag 289967/2522553
214.16/213.30	c cleaning 15016 clauses out of 30059 with flag 332004/2538552
214.86/214.03	c cleaning 16005 clauses out of 32043 with flag 376623/2555552
215.66/214.86	c cleaning 17005 clauses out of 34038 with flag 423538/2573552
216.56/215.76	c cleaning 18005 clauses out of 36034 with flag 472121/2592553
217.56/216.72	c cleaning 19001 clauses out of 38028 with flag 522975/2612552
218.66/217.85	c cleaning 20003 clauses out of 40027 with flag 578210/2633552
220.14/219.22	c cleaning 21009 clauses out of 42024 with flag 633742/2655552
221.34/220.46	c cleaning 21997 clauses out of 44015 with flag 691740/2678552
222.64/221.77	c cleaning 23001 clauses out of 46018 with flag 751525/2702552
224.04/223.10	c cleaning 24002 clauses out of 48017 with flag 816268/2727552
225.35/224.46	c cleaning 25001 clauses out of 50016 with flag 886410/2753553
227.04/226.10	c cleaning 25998 clauses out of 52014 with flag 959616/2780552
228.54/227.68	c cleaning 26999 clauses out of 54016 with flag 1034613/2808552
230.24/229.31	c cleaning 27998 clauses out of 56018 with flag 1108677/2837553
232.05/231.17	c cleaning 28999 clauses out of 58020 with flag 1193523/2867553
234.25/233.31	c cleaning 30004 clauses out of 60021 with flag 1278617/2898553
236.54/235.67	c cleaning 30999 clauses out of 62016 with flag 1367813/2930552
239.04/238.17	c cleaning 31994 clauses out of 64017 with flag 1458812/2963552
241.34/240.49	c cleaning 33003 clauses out of 66024 with flag 1550767/2997553
243.84/242.93	c cleaning 34000 clauses out of 68021 with flag 1653328/3032553
246.04/245.13	c cleaning 35004 clauses out of 70021 with flag 1752222/3068553
248.40/247.47	c cleaning 35997 clauses out of 72017 with flag 1853279/3105553
251.10/250.16	c cleaning 36999 clauses out of 74020 with flag 1957274/3143553
253.90/252.93	c cleaning 37999 clauses out of 76020 with flag 2059074/3182552
256.70/255.70	c cleaning 38998 clauses out of 78021 with flag 2168182/3222552
259.61/258.61	c cleaning 40001 clauses out of 80024 with flag 2282694/3263553
262.91/261.95	c cleaning 41003 clauses out of 82022 with flag 2400197/3305552
266.00/265.06	c cleaning 41999 clauses out of 84019 with flag 2522097/3348552
269.41/268.50	c cleaning 42999 clauses out of 86020 with flag 2642757/3392552
273.31/272.35	c cleaning 43999 clauses out of 88021 with flag 2762334/3437552
276.81/275.88	c cleaning 44998 clauses out of 90024 with flag 2888408/3483554
280.60/279.59	c cleaning 46002 clauses out of 92025 with flag 3015573/3530553
284.59/283.58	c cleaning 47001 clauses out of 94022 with flag 3144169/3578552
288.99/287.90	c cleaning 48002 clauses out of 96021 with flag 3277943/3627552
289.89/288.89	c Got one! Elapsed wall clock time (in seconds):288.776
289.89/288.89	o 90
290.69/289.61	c cleaning 34983 clauses out of 69983 with flag 13166/3649516
291.09/290.02	c cleaning 20488 clauses out of 41000 with flag 29727/3655516
291.39/290.33	c cleaning 13750 clauses out of 27513 with flag 47953/3662517
291.69/290.62	c cleaning 10874 clauses out of 21762 with flag 69313/3670516
291.99/290.93	c cleaning 9935 clauses out of 19889 with flag 93671/3679517
292.29/291.25	c cleaning 9967 clauses out of 19954 with flag 120684/3689517
292.70/291.60	c cleaning 10486 clauses out of 20986 with flag 152100/3700516
292.99/291.99	c cleaning 11240 clauses out of 22500 with flag 186053/3712516
293.49/292.41	c cleaning 12118 clauses out of 24260 with flag 220101/3725516
293.99/292.92	c cleaning 13057 clauses out of 26142 with flag 256258/3739516
294.59/293.52	c cleaning 14034 clauses out of 28085 with flag 296506/3754516
295.19/294.15	c cleaning 15012 clauses out of 30051 with flag 339230/3770516
295.90/294.83	c cleaning 16011 clauses out of 32040 with flag 384219/3787517
296.59/295.59	c cleaning 17006 clauses out of 34029 with flag 429640/3805517
297.49/296.41	c cleaning 18002 clauses out of 36023 with flag 478344/3824517
298.29/297.29	c cleaning 19001 clauses out of 38020 with flag 531379/3844516
299.30/298.27	c cleaning 19998 clauses out of 40020 with flag 586340/3865517
300.40/299.39	c cleaning 21005 clauses out of 42023 with flag 647746/3887518
301.69/300.68	c cleaning 21999 clauses out of 44016 with flag 710536/3910516
303.25/302.11	c cleaning 22998 clauses out of 46017 with flag 779707/3934516
304.55/303.47	c cleaning 23994 clauses out of 48019 with flag 847283/3959516
306.16/305.07	c cleaning 25005 clauses out of 50026 with flag 917776/3985517
307.76/306.60	c cleaning 26002 clauses out of 52020 with flag 990889/4012516
309.27/308.17	c cleaning 27000 clauses out of 54019 with flag 1068882/4040517
310.96/309.83	c cleaning 27999 clauses out of 56018 with flag 1153070/4069516
312.76/311.66	c cleaning 29000 clauses out of 58020 with flag 1241304/4099517
314.86/313.79	c cleaning 29995 clauses out of 60020 with flag 1330141/4130517
316.97/315.88	c cleaning 30998 clauses out of 62025 with flag 1422281/4162517
319.26/318.18	c cleaning 32000 clauses out of 64027 with flag 1512286/4195517
321.66/320.59	c cleaning 33001 clauses out of 66026 with flag 1605711/4229516
324.06/322.94	c cleaning 33999 clauses out of 68025 with flag 1705765/4264516
326.66/325.59	c cleaning 35001 clauses out of 70027 with flag 1806186/4300517
329.60/328.41	c cleaning 36007 clauses out of 72025 with flag 1909116/4337516
332.10/330.95	c cleaning 37001 clauses out of 74019 with flag 2016983/4375517
334.70/333.55	c cleaning 38000 clauses out of 76019 with flag 2127325/4414518
337.60/336.42	c cleaning 38997 clauses out of 78017 with flag 2239022/4454516
340.30/339.11	c cleaning 40001 clauses out of 80022 with flag 2354223/4495518
343.31/342.18	c cleaning 41002 clauses out of 82022 with flag 2470893/4537519
346.50/345.39	c cleaning 41998 clauses out of 84017 with flag 2593806/4580516
349.40/348.24	c cleaning 43000 clauses out of 86019 with flag 2712437/4624516
352.70/351.53	c cleaning 43999 clauses out of 88019 with flag 2837978/4669516
356.30/355.16	c cleaning 44999 clauses out of 90020 with flag 2960880/4715516
359.83/358.63	c cleaning 45996 clauses out of 92021 with flag 3083924/4762516
363.52/362.31	c cleaning 47003 clauses out of 94026 with flag 3219021/4810517
367.53/366.32	c cleaning 47996 clauses out of 96022 with flag 3361549/4859516
371.32/370.17	c cleaning 48996 clauses out of 98026 with flag 3503444/4909516
375.42/374.21	c cleaning 50006 clauses out of 100030 with flag 3649726/4960516
379.32/378.16	c cleaning 50999 clauses out of 102024 with flag 3804756/5012516
383.72/382.55	c cleaning 51999 clauses out of 104026 with flag 3959264/5065517
388.02/386.83	c cleaning 53004 clauses out of 106030 with flag 4109171/5119520
392.55/391.39	c cleaning 53999 clauses out of 108022 with flag 4261926/5174516
397.65/396.45	c cleaning 55001 clauses out of 110024 with flag 4413490/5230517
402.76/401.57	c cleaning 56000 clauses out of 112022 with flag 4572481/5287516
407.95/406.73	c cleaning 56999 clauses out of 114022 with flag 4737894/5345516
413.15/411.95	c cleaning 58001 clauses out of 116023 with flag 4908404/5404516
418.26/417.03	c cleaning 59002 clauses out of 118022 with flag 5078679/5464516
424.00/422.77	c cleaning 60002 clauses out of 120021 with flag 5258960/5525517
430.20/428.98	c cleaning 60997 clauses out of 122018 with flag 5444026/5587516
437.50/436.27	c cleaning 62006 clauses out of 124021 with flag 5632417/5650516
445.00/443.79	c cleaning 62998 clauses out of 126016 with flag 5820801/5714517
452.81/451.53	c cleaning 64001 clauses out of 128017 with flag 6007808/5779516
459.61/458.39	c cleaning 64998 clauses out of 130017 with flag 6192612/5845517
467.30/465.98	c cleaning 66002 clauses out of 132019 with flag 6380675/5912517
477.10/475.79	c cleaning 67000 clauses out of 134016 with flag 6583801/5980516
486.10/484.78	c cleaning 68000 clauses out of 136016 with flag 6792874/6049516
493.50/492.15	c cleaning 68999 clauses out of 138016 with flag 6998595/6119516
501.10/499.76	c cleaning 69998 clauses out of 140017 with flag 7210918/6190516
508.88/507.47	c cleaning 71002 clauses out of 142020 with flag 7420455/6262517
516.29/514.86	c cleaning 71999 clauses out of 144018 with flag 7638271/6335517
524.18/522.74	c cleaning 72998 clauses out of 146018 with flag 7852425/6409516
532.08/530.64	c cleaning 74003 clauses out of 148020 with flag 8067042/6484516
540.28/538.84	c cleaning 74998 clauses out of 150017 with flag 8294696/6560516
548.34/546.83	c cleaning 76000 clauses out of 152019 with flag 8523276/6637516
556.84/555.38	c cleaning 77001 clauses out of 154020 with flag 8770135/6715517
565.34/563.86	c cleaning 77999 clauses out of 156019 with flag 9019176/6794517
573.43/571.97	c cleaning 78999 clauses out of 158019 with flag 9265520/6874516
581.48/579.96	c cleaning 79998 clauses out of 160020 with flag 9515398/6955516
590.18/588.64	c cleaning 80998 clauses out of 162023 with flag 9767163/7037517
599.07/597.50	c cleaning 82003 clauses out of 164024 with flag 10014321/7120516
608.07/606.57	c cleaning 83002 clauses out of 166021 with flag 10250773/7204516
617.83/616.21	c cleaning 83997 clauses out of 168020 with flag 10492618/7289517
631.82/630.27	c cleaning 85000 clauses out of 170023 with flag 10738786/7375517
645.52/643.97	c cleaning 86002 clauses out of 172023 with flag 10980610/7462517
659.12/657.53	c cleaning 86999 clauses out of 174021 with flag 11234858/7550517
673.30/671.61	c cleaning 87997 clauses out of 176021 with flag 11486250/7639516
689.10/687.49	c cleaning 88994 clauses out of 178024 with flag 11737286/7729516
701.50/699.83	c cleaning 90003 clauses out of 180030 with flag 11993613/7820516
713.41/711.65	c cleaning 90998 clauses out of 182028 with flag 12268927/7912517
724.21/722.48	c cleaning 92002 clauses out of 184029 with flag 12546978/8005516
735.81/734.01	c cleaning 93000 clauses out of 186028 with flag 12827528/8099517
747.01/745.29	c cleaning 94002 clauses out of 188028 with flag 13098041/8194517
757.71/755.81	c cleaning 95000 clauses out of 190025 with flag 13368416/8290516
769.51/767.69	c cleaning 96004 clauses out of 192026 with flag 13643268/8387517
780.81/778.98	c cleaning 96999 clauses out of 194022 with flag 13921543/8485517
792.39/790.44	c cleaning 97997 clauses out of 196023 with flag 14209312/8584517
805.90/803.93	c cleaning 99001 clauses out of 198025 with flag 14508295/8684516
819.10/817.10	c cleaning 100001 clauses out of 200024 with flag 14808468/8785516
832.32/830.24	c cleaning 100999 clauses out of 202024 with flag 15108792/8887517
846.22/844.10	c cleaning 102002 clauses out of 204024 with flag 15411057/8990516
858.52/856.44	c cleaning 103003 clauses out of 206022 with flag 15717595/9094516
872.20/869.93	c cleaning 104000 clauses out of 208019 with flag 16027687/9199516
886.00/883.75	c cleaning 104997 clauses out of 210019 with flag 16339176/9305516
900.55/898.11	c cleaning 105996 clauses out of 212022 with flag 16654455/9412516
914.26/911.87	c cleaning 107001 clauses out of 214026 with flag 16967793/9520516
927.06/924.68	c cleaning 108004 clauses out of 216026 with flag 17282142/9629517
938.79/936.36	c cleaning 109002 clauses out of 218022 with flag 17595432/9739517
950.99/948.54	c cleaning 110003 clauses out of 220019 with flag 17910128/9850516
962.69/960.16	c cleaning 110999 clauses out of 222017 with flag 18230401/9962517
975.39/972.83	c cleaning 112002 clauses out of 224017 with flag 18565578/10075516
987.90/985.33	c cleaning 112997 clauses out of 226016 with flag 18901013/10189517
1002.73/1000.07	c cleaning 113998 clauses out of 228018 with flag 19228107/10304516
1015.22/1012.52	c cleaning 114997 clauses out of 230021 with flag 19562999/10420517
1027.70/1024.90	c cleaning 116000 clauses out of 232023 with flag 19901846/10537516
1040.60/1037.88	c cleaning 116998 clauses out of 234025 with flag 20240842/10655518
1054.50/1051.65	c cleaning 118001 clauses out of 236026 with flag 20579684/10774517
1072.49/1069.65	c cleaning 118998 clauses out of 238024 with flag 20926212/10894516
1088.38/1085.56	c cleaning 119999 clauses out of 240026 with flag 21278852/11015516
1103.74/1100.81	c cleaning 121003 clauses out of 242028 with flag 21638844/11137517
1121.13/1118.22	c cleaning 121999 clauses out of 244024 with flag 22006448/11260516
1137.77/1134.89	c cleaning 122999 clauses out of 246026 with flag 22365622/11384517
1154.57/1151.65	c cleaning 124002 clauses out of 248026 with flag 22732823/11509516
1173.21/1170.26	c cleaning 125001 clauses out of 250024 with flag 23105938/11635516
1190.31/1187.36	c cleaning 125999 clauses out of 252024 with flag 23480925/11762517
1207.95/1204.92	c cleaning 126998 clauses out of 254024 with flag 23853244/11890516
1227.24/1224.28	c cleaning 128002 clauses out of 256026 with flag 24225081/12019516
1243.77/1240.80	c cleaning 129001 clauses out of 258024 with flag 24603727/12149516
1262.47/1259.36	c cleaning 129999 clauses out of 260023 with flag 24960962/12280516
1281.27/1278.16	c cleaning 131001 clauses out of 262024 with flag 25323660/12412516
1297.84/1294.68	c cleaning 131999 clauses out of 264023 with flag 25699037/12545516
1315.55/1312.40	c cleaning 133002 clauses out of 266024 with flag 26082306/12679516
1334.72/1331.41	c cleaning 134002 clauses out of 268022 with flag 26456294/12814516
1362.22/1358.93	c cleaning 134994 clauses out of 270022 with flag 26824315/12950518
1387.48/1384.13	c cleaning 136004 clauses out of 272028 with flag 27206819/13087518
1412.86/1409.48	c cleaning 136999 clauses out of 274022 with flag 27581376/13225516
1436.26/1432.87	c cleaning 137998 clauses out of 276023 with flag 27952179/13364516
1462.21/1458.73	c cleaning 139001 clauses out of 278025 with flag 28332508/13504516
1486.07/1482.53	c cleaning 139997 clauses out of 280024 with flag 28721265/13645516
1513.17/1509.63	c cleaning 140998 clauses out of 282027 with flag 29112227/13787516
1536.30/1532.74	c cleaning 142004 clauses out of 284030 with flag 29496281/13930517
1559.37/1555.77	c cleaning 143005 clauses out of 286025 with flag 29893836/14074516
1585.08/1581.41	c cleaning 144000 clauses out of 288021 with flag 30295017/14219517
1609.90/1606.21	c cleaning 145002 clauses out of 290022 with flag 30696968/14365518
1635.95/1632.24	c cleaning 145999 clauses out of 292020 with flag 31101999/14512518
1662.56/1658.70	c cleaning 147005 clauses out of 294020 with flag 31502606/14660517
1685.25/1681.46	c cleaning 147996 clauses out of 296017 with flag 31891786/14809519
1711.63/1707.72	c cleaning 149005 clauses out of 298019 with flag 32290049/14959517
1732.71/1728.73	c cleaning 150006 clauses out of 300013 with flag 32672100/15110516
1753.78/1749.79	c cleaning 150994 clauses out of 302009 with flag 33069407/15262518
1776.19/1772.15	c cleaning 152002 clauses out of 304013 with flag 33468458/15415516
1800.02/1795.90	c starts		: 256
1800.02/1795.90	c conflicts		: 15560729
1800.02/1795.90	c decisions		: 20779762
1800.02/1795.90	c propagations		: 173348530
1800.02/1795.90	c inspects		: 34270521322
1800.02/1795.90	c shortcuts		: 0
1800.02/1795.90	c learnt literals	: 0
1800.02/1795.90	c learnt binary clauses	: 4
1800.02/1795.90	c learnt ternary clauses	: 9
1800.02/1795.90	c learnt constraints	: 15560730
1800.02/1795.90	c ignored constraints	: 0
1800.02/1795.90	c root simplifications	: 0
1800.02/1795.90	c removed literals (reason simplification)	: 0
1800.02/1795.90	c reason swapping (by a shorter reason)	: 0
1800.02/1795.90	c Calls to reduceDB	: 265
1800.02/1795.90	c Number of update (reduction) of LBD	: 1133784
1800.02/1795.90	c Imported unit clauses	: 0
1800.02/1795.90	c number of reductions to clauses (during analyze)	: 0
1800.02/1795.90	c number of learned constraints concerned by reduction	: 0
1800.02/1795.90	c number of learning phase by resolution	: 0
1800.02/1795.90	c number of learning phase by cutting planes	: 0
1800.02/1795.90	c speed (assignments/second)	: 96536.06669759263
1800.02/1795.90	c non guided choices	0
1800.02/1795.93	c learnt constraints type 
1800.02/1795.94	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 4
1800.02/1795.94	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 297221
1800.02/1795.94	s SATISFIABLE
1800.02/1795.94	c Found 6 solution(s)
1800.02/1795.94	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 
1800.02/1795.94	c objective function=90
1800.02/1795.94	c Total wall clock time (in seconds): 1795.825

Verifier Data

OK	90

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-4105437-1466260921/watcher-4105437-1466260921 -o /tmp/evaluation-result-4105437-1466260921/solver-4105437-1466260921 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1466259138-27361 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4105437-1466260921.opb 

pid=27647
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.65 2.38 2.39 3/194 27650
/proc/meminfo: memFree=30289508/32872528 swapFree=1459628/1655852
[pid=27650] ppid=27647 vsize=89736 CPUtime=0 cores=0,2,4,6
/proc/27650/stat : 27650 (java) S 27647 27650 22091 0 -1 4202496 1252 0 0 0 0 0 0 0 20 0 2 0 28137617 91889664 894 33554432000 1073741824 1073778376 140735389895136 140735389886272 239876472893 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27650/statm: 22434 894 678 9 0 16769 0
[pid=27650/tid=27651] ppid=27647 vsize=89800 CPUtime=0 cores=0,2,4,6
/proc/27650/task/27651/stat : 27651 (java) R 27647 27650 22091 0 -1 4202560 34 0 0 0 0 0 0 0 20 0 2 0 28137618 91955200 900 33554432000 1073741824 1073778376 140735389895136 140735389884200 239863892659 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100113 s]
/proc/loadavg: 2.65 2.38 2.39 3/194 27650
/proc/meminfo: memFree=30289508/32872528 swapFree=1459628/1655852
[pid=27650] ppid=27647 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/27650/stat : 27650 (java) S 27647 27650 22091 0 -1 4202496 4402 0 1 0 8 1 0 0 20 0 18 0 28137617 9787879424 6042 33554432000 1073741824 1073778376 140735389895136 140735389886272 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27650/statm: 2389619 6042 2125 9 0 2380296 0
[pid=27650/tid=27651] ppid=27647 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/27650/task/27651/stat : 27651 (java) R 27647 27650 22091 0 -1 4202560 2379 0 1 0 6 1 0 0 20 0 18 0 28137618 9787879424 6042 33554432000 1073741824 1073778376 140735389895136 140051816442784 140051823871848 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200315 s]
/proc/loadavg: 2.65 2.38 2.39 3/194 27650
/proc/meminfo: memFree=30289508/32872528 swapFree=1459628/1655852
[pid=27650] ppid=27647 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/27650/stat : 27650 (java) S 27647 27650 22091 0 -1 4202496 4716 0 1 0 24 1 0 0 20 0 18 0 28137617 9787879424 6808 33554432000 1073741824 1073778376 140735389895136 140735389886272 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27650/statm: 2389619 6808 2211 9 0 2380296 0
[pid=27650/tid=27651] ppid=27647 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/27650/task/27651/stat : 27651 (java) R 27647 27650 22091 0 -1 4202560 2410 0 1 0 16 1 0 0 20 0 18 0 28137618 9787879424 6808 33554432000 1073741824 1073778376 140735389895136 140051816442784 140051652666352 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300315 s]
/proc/loadavg: 2.65 2.38 2.39 3/194 27650
/proc/meminfo: memFree=30289508/32872528 swapFree=1459628/1655852
[pid=27650] ppid=27647 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/27650/stat : 27650 (java) S 27647 27650 22091 0 -1 4202496 7286 0 1 0 48 2 0 0 20 0 19 0 28137617 9856040960 8635 33554432000 1073741824 1073778376 140735389895136 140735389886272 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27650/statm: 2406260 8635 2244 9 0 2396937 0
[pid=27650/tid=27651] ppid=27647 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/27650/task/27651/stat : 27651 (java) R 27647 27650 22091 0 -1 4202560 2423 0 1 0 26 1 0 0 20 0 19 0 28137618 9856040960 8635 33554432000 1073741824 1073778376 140735389895136 140051816444544 140051652566880 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9625040

[startup+0.70026 s]
/proc/loadavg: 2.65 2.38 2.39 3/194 27650
/proc/meminfo: memFree=30289508/32872528 swapFree=1459628/1655852
[pid=27650] ppid=27647 vsize=9625040 CPUtime=1.14 cores=0,2,4,6
/proc/27650/stat : 27650 (java) S 27647 27650 22091 0 -1 4202496 8493 0 1 0 112 2 0 0 20 0 19 0 28137617 9856040960 10052 33554432000 1073741824 1073778376 140735389895136 140735389886272 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27650/statm: 2406260 10052 2255 9 0 2396937 0
[pid=27650/tid=27651] ppid=27647 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/27650/task/27651/stat : 27651 (java) R 27647 27650 22091 0 -1 4202560 2425 0 1 0 66 1 0 0 20 0 19 0 28137618 9856040960 10052 33554432000 1073741824 1073778376 140735389895136 140051816444008 140051653068659 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 2.60 2.37 2.39 3/213 27669
/proc/meminfo: memFree=30249256/32872528 swapFree=1459628/1655852
[pid=27650] ppid=27647 vsize=9625040 CPUtime=1.97 cores=0,2,4,6
/proc/27650/stat : 27650 (java) S 27647 27650 22091 0 -1 4202496 8506 0 1 0 195 2 0 0 20 0 19 0 28137617 9856040960 11597 33554432000 1073741824 1073778376 140735389895136 140735389886272 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27650/statm: 2406260 11597 2257 9 0 2396937 0
[pid=27650/tid=27651] ppid=27647 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/27650/task/27651/stat : 27651 (java) R 27647 27650 22091 0 -1 4202560 2429 0 1 0 146 2 0 0 20 0 19 0 28137618 9856040960 11597 33554432000 1073741824 1073778376 140735389895136 140051816444408 140051653151380 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27650/tid=27653] ppid=27647 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27650/task/27653/stat : 27653 (java) S 27647 27650 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28137619 9856040960 11597 33554432000 1073741824 1073778376 140735389895136 140051777936168 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27650/tid=27654] ppid=27647 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27650/task/27654/stat : 27654 (java) S 27647 27650 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28137619 9856040960 11597 33554432000 1073741824 1073778376 140735389895136 140051776883368 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27650/tid=27655] ppid=27647 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27650/task/27655/stat : 27655 (java) S 27647 27650 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28137619 9856040960 11597 33554432000 1073741824 1073778376 140735389895136 140051775831080 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27650/tid=27656] ppid=27647 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27650/task/27656/stat : 27656 (java) S 27647 27650 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28137619 9856040960 11597 33554432000 1073741824 1073778376 140735389895136 140051774778280 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27650/tid=27657] ppid=27647 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27650/task/27657/stat : 27657 (java) S 27647 27650 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28137619 9856040960 11597 33554432000 1073741824 1073778376 140735389895136 140051773724968 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27650/tid=27658] ppid=27647 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27650/task/27658/stat : 27658 (java) S 27647 27650 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28137619 9856040960 11597 33554432000 1073741824 1073778376 140735389895136 140051772672168 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27650/tid=27659] ppid=27647 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27650/task/27659/stat : 27659 (java) S 27647 27650 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28137619 9856040960 11597 33554432000 1073741824 1073778376 140735389895136 140051771619880 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27650/tid=27660] ppid=27647 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27650/task/27660/stat : 27660 (java) S 27647 27650 22091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28137619 9856040960 11597 33554432000 1073741824 1073778376 140735389895136 140051652536744 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27650/tid=27661] ppid=27647 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27650/task/27661/stat : 27661 (java) S 27647 27650 22091 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28137620 9856040960 11597 33554432000 1073741824 1073778376 140735389895136 140051640339176 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27650/tid=27662] ppid=27647 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27650/task/27662/stat : 27662 (java) S 27647 27650 22091 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28137620 9856040960 11597 33554432000 1073741824 1073778376 140735389895136 140051639285240 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27650/tid=27663] ppid=27647 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27650/task/27663/stat : 27663 (java) S 27647 27650 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28137620 9856040960 11597 33554432000 1073741824 1073778376 140735389895136 140051638232840 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27650/tid=27664] ppid=27647 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27650/task/27664/stat : 27664 (java) S 27647 27650 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28137623 9856040960 11597 33554432000 1073741824 1073778376 140735389895136 140051637181328 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27650/tid=27665] ppid=27647 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/27650/task/27665/stat : 27665 (java) S 27647 27650 22091 0 -1 4202560 1903 0 0 0 22 0 0 0 20 0 19 0 28137623 9856040960 11597 33554432000 1073741824 1073778376 140735389895136 140050897561784 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27650/tid=27666] ppid=27647 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/27650/task/27666/stat : 27666 (java) S 27647 27650 22091 0 -1 4202560 2902 0 0 0 25 0 0 0 20 0 19 0 28137623 9856040960 11597 33554432000 1073741824 1073778376 140735389895136 140050896508984 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27650/tid=27667] ppid=27647 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27650/task/27667/stat : 27667 (java) S 27647 27650 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28137623 9856040960 11597 33554432000 1073741824 1073778376 140735389895136 140050895456888 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27650/tid=27668] ppid=27647 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27650/task/27668/stat : 27668 (java) S 27647 27650 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28137623 9856040960 11597 33554432000 1073741824 1073778376 140735389895136 140050894404296 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27650/tid=27669] ppid=27647 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27650/task/27669/stat : 27669 (java) S 27647 27650 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28137639 9856040960 11597 33554432000 1073741824 1073778376 140735389895136 140050893350312 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 9625040

[startup+3.10081 s]
/proc/loadavg: 2.60 2.37 2.39 3/213 27669
/proc/meminfo: memFree=30235976/32872528 swapFree=1459628/1655852
[pid=27650] ppid=27647 vsize=9625040 CPUtime=3.65 cores=0,2,4,6
/proc/27650/stat : 27650 (java) S 27647 27650 22091 0 -1 4202496 9055 0 1 0 363 2 0 0 20 0 19 0 28137617 9856040960 14680 33554432000 1073741824 1073778376 140735389895136 140735389886272 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27650/statm: 2406260 14680 2258 9 0 2396937 0
[pid=27650/tid=27651] ppid=27647 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/27650/task/27651/stat : 27651 (java) R 27647 27650 22091 0 -1 4202560 2436 0 1 0 305 2 0 0 20 0 19 0 28137618 9856040960 14680 33554432000 1073741824 1073778376 140735389895136 140051816442264 140051653085425 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27650/tid=27653] ppid=27647 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27650/task/27653/stat : 27653 (java) S 27647 27650 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28137619 9856040960 14680 33554432000 1073741824 1073778376 140735389895136 140051777936168 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27650/tid=27654] ppid=27647 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27650/task/27654/stat : 27654 (java) S 27647 27650 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28137619 9856040960 14680 33554432000 1073741824 1073778376 140735389895136 140051776883368 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27650/tid=27655] ppid=27647 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27650/task/27655/stat : 27655 (java) S 27647 27650 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28137619 9856040960 14680 33554432000 1073741824 1073778376 140735389895136 140051775831080 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27650/tid=27656] ppid=27647 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27650/task/27656/stat : 27656 (java) S 27647 27650 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28137619 9856040960 14680 33554432000 1073741824 1073778376 140735389895136 140051774778280 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27650/tid=27657] ppid=27647 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27650/task/27657/stat : 27657 (java) S 27647 27650 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28137619 9856040960 14680 33554432000 1073741824 1073778376 140735389895136 140051773724968 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27650/tid=27658] ppid=27647 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27650/task/27658/stat : 27658 (java) S 27647 27650 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28137619 9856040960 14680 33554432000 1073741824 1073778376 140735389895136 140051772672168 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27650/tid=27659] ppid=27647 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27650/task/27659/stat : 27659 (java) S 27647 27650 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28137619 9856040960 14680 33554432000 1073741824 1073778376 140735389895136 140051771619880 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27650/tid=27660] ppid=27647 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27650/task/27660/stat : 27660 (java) S 27647 27650 22091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28137619 9856040960 14680 33554432000 1073741824 1073778376 140735389895136 140051652536744 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27650/tid=27661] ppid=27647 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27650/task/27661/stat : 27661 (java) S 27647 27650 22091 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28137620 9856040960 14680 33554432000 1073741824 1073778376 140735389895136 140051640339176 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27650/tid=27662] ppid=27647 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27650/task/27662/stat : 27662 (java) S 27647 27650 22091 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28137620 9856040960 14680 33554432000 1073741824 1073778376 140735389895136 140051639285240 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27650/tid=27663] ppid=27647 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27650/task/27663/stat : 27663 (java) S 27647 27650 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28137620 9856040960 14680 33554432000 1073741824 1073778376 140735389895136 140051638232840 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27650/tid=27664] ppid=27647 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27650/task/27664/stat : 27664 (java) S 27647 27650 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28137623 9856040960 14680 33554432000 1073741824 1073778376 140735389895136 140051637181328 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27650/tid=27665] ppid=27647 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/27650/task/27665/stat : 27665 (java) S 27647 27650 22091 0 -1 4202560 1903 0 0 0 22 0 0 0 20 0 19 0 28137623 9856040960 14680 33554432000 1073741824 1073778376 140735389895136 140050897561784 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27650/tid=27666] ppid=27647 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/27650/task/27666/stat : 27666 (java) S 27647 27650 22091 0 -1 4202560 3444 0 0 0 33 0 0 0 20 0 19 0 28137623 9856040960 14680 33554432000 1073741824 1073778376 140735389895136 140050896508984 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27650/tid=27667] ppid=27647 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27650/task/27667/stat : 27667 (java) S 27647 27650 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28137623 9856040960 14680 33554432000 1073741824 1073778376 140735389895136 140050895456888 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27650/tid=27668] ppid=27647 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27650/task/27668/stat : 27668 (java) S 27647 27650 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28137623 9856040960 14680 33554432000 1073741824 1073778376 140735389895136 140050894404296 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27650/tid=27669] ppid=27647 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27650/task/27669/stat : 27669 (java) S 27647 27650 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28137639 9856040960 14680 33554432000 1073741824 1073778376 140735389895136 140050893350312 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.65
Current children cumulated vsize (KiB) 9625040

[startup+6.30077 s]
/proc/loadavg: 2.55 2.37 2.39 4/213 27669
/proc/meminfo: memFree=30203216/32872528 swapFree=1459628/1655852
[pid=27650] ppid=27647 vsize=9625040 CPUtime=6.86 cores=0,2,4,6
/proc/27650/stat : 27650 (java) S 27647 27650 22091 0 -1 4202496 9069 0 1 0 683 3 0 0 20 0 19 0 28137617 9856040960 20215 33554432000 1073741824 1073778376 140735389895136 140735389886272 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27650/statm: 2406260 20215 2259 9 0 2396937 0
[pid=27650/tid=27651] ppid=27647 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/27650/task/27651/stat : 27651 (java) R 27647 27650 22091 0 -1 4202560 2449 0 1 0 623 2 0 0 20 0 19 0 28137618 9856040960 20215 33554432000 1073741824 1073778376 140735389895136 140051816435392 140051653085420 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27650/tid=27653] ppid=27647 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27650/task/27653/stat : 27653 (java) S 27647 27650 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28137619 9856040960 20215 33554432000 1073741824 1073778376 140735389895136 140051777936168 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27650/tid=27654] ppid=27647 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27650/task/27654/stat : 27654 (java) S 27647 27650 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28137619 9856040960 20215 33554432000 1073741824 1073778376 140735389895136 140051776883368 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27650/tid=27655] ppid=27647 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27650/task/27655/stat : 27655 (java) S 27647 27650 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28137619 9856040960 20215 33554432000 1073741824 1073778376 140735389895136 140051775831080 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27650/tid=27656] ppid=27647 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27650/task/27656/stat : 27656 (java) S 27647 27650 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28137619 9856040960 20215 33554432000 1073741824 1073778376 140735389895136 140051774778280 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27650/tid=27657] ppid=27647 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27650/task/27657/stat : 27657 (java) S 27647 27650 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28137619 9856040960 20215 33554432000 1073741824 1073778376 140735389895136 140051773724968 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27650/tid=27658] ppid=27647 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27650/task/27658/stat : 27658 (java) S 27647 27650 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28137619 9856040960 20215 33554432000 1073741824 1073778376 140735389895136 140051772672168 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27650/tid=27659] ppid=27647 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27650/task/27659/stat : 27659 (java) S 27647 27650 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28137619 9856040960 20215 33554432000 1073741824 1073778376 140735389895136 140051771619880 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27650/tid=27660] ppid=27647 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27650/task/27660/stat : 27660 (java) S 27647 27650 22091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28137619 9856040960 20215 33554432000 1073741824 1073778376 140735389895136 140051652536744 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27650/tid=27661] ppid=27647 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27650/task/27661/stat : 27661 (java) S 27647 27650 22091 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28137620 9856040960 20215 33554432000 1073741824 1073778376 140735389895136 140051640339176 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27650/tid=27662] ppid=27647 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27650/task/27662/stat : 27662 (java) S 27647 27650 22091 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28137620 9856040960 20215 33554432000 1073741824 1073778376 140735389895136 140051639285240 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27650/tid=27663] ppid=27647 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27650/task/27663/stat : 27663 (java) S 27647 27650 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28137620 9856040960 20215 33554432000 1073741824 1073778376 140735389895136 140051638232840 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27650/tid=27664] ppid=27647 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27650/task/27664/stat : 27664 (java) S 27647 27650 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28137623 9856040960 20215 33554432000 1073741824 1073778376 140735389895136 140051637181328 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27650/tid=27665] ppid=27647 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/27650/task/27665/stat : 27665 (java) S 27647 27650 22091 0 -1 4202560 1903 0 0 0 22 0 0 0 20 0 19 0 28137623 9856040960 20215 33554432000 1073741824 1073778376 140735389895136 140050897561784 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27650/tid=27666] ppid=27647 vsize=9625040 CPUtime=0.33 cores=0,2,4,6

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

[pid=27650/tid=27669] ppid=27647 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27650/task/27669/stat : 27669 (java) S 27647 27650 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28137639 9856040960 104290 33554432000 1073741824 1073778376 140735389895136 140050893350312 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1726.31
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.26 2.29 2.27 3/213 27737
/proc/meminfo: memFree=29545524/32872528 swapFree=1459628/1655852
[pid=27650] ppid=27647 vsize=9625040 CPUtime=1786.42 cores=0,2,4,6
/proc/27650/stat : 27650 (java) S 27647 27650 22091 0 -1 4202496 11980 0 1 0 178579 63 0 0 20 0 19 0 28137617 9856040960 104114 33554432000 1073741824 1073778376 140735389895136 140735389886272 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27650/statm: 2406260 104114 2281 9 0 2396937 0
[pid=27650/tid=27651] ppid=27647 vsize=9625040 CPUtime=1775.9 cores=0,2,4,6
/proc/27650/task/27651/stat : 27651 (java) R 27647 27650 22091 0 -1 4202560 2543 0 1 0 177559 31 0 0 20 0 19 0 28137618 9856040960 104114 33554432000 1073741824 1073778376 140735389895136 140051816443072 140051653085420 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27650/tid=27653] ppid=27647 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/27650/task/27653/stat : 27653 (java) S 27647 27650 22091 0 -1 4202560 422 0 0 0 62 6 0 0 20 0 19 0 28137619 9856040960 104114 33554432000 1073741824 1073778376 140735389895136 140051777936168 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27650/tid=27654] ppid=27647 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/27650/task/27654/stat : 27654 (java) S 27647 27650 22091 0 -1 4202560 133 0 0 0 52 3 0 0 20 0 19 0 28137619 9856040960 104114 33554432000 1073741824 1073778376 140735389895136 140051776883368 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27650/tid=27655] ppid=27647 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/27650/task/27655/stat : 27655 (java) S 27647 27650 22091 0 -1 4202560 289 0 0 0 55 4 0 0 20 0 19 0 28137619 9856040960 104114 33554432000 1073741824 1073778376 140735389895136 140051775831080 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27650/tid=27656] ppid=27647 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/27650/task/27656/stat : 27656 (java) S 27647 27650 22091 0 -1 4202560 220 0 0 0 57 5 0 0 20 0 19 0 28137619 9856040960 104114 33554432000 1073741824 1073778376 140735389895136 140051774778280 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27650/tid=27657] ppid=27647 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/27650/task/27657/stat : 27657 (java) S 27647 27650 22091 0 -1 4202560 403 0 0 0 58 5 0 0 20 0 19 0 28137619 9856040960 104114 33554432000 1073741824 1073778376 140735389895136 140051773724968 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27650/tid=27658] ppid=27647 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/27650/task/27658/stat : 27658 (java) S 27647 27650 22091 0 -1 4202560 246 0 0 0 54 4 0 0 20 0 19 0 28137619 9856040960 104114 33554432000 1073741824 1073778376 140735389895136 140051772672168 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27650/tid=27659] ppid=27647 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/27650/task/27659/stat : 27659 (java) S 27647 27650 22091 0 -1 4202560 306 0 0 0 51 5 0 0 20 0 19 0 28137619 9856040960 104114 33554432000 1073741824 1073778376 140735389895136 140051771619880 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27650/tid=27660] ppid=27647 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/27650/task/27660/stat : 27660 (java) S 27647 27650 22091 0 -1 4202560 420 0 0 0 60 7 0 0 20 0 19 0 28137619 9856040960 104114 33554432000 1073741824 1073778376 140735389895136 140051652536744 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27650/tid=27661] ppid=27647 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/27650/task/27661/stat : 27661 (java) S 27647 27650 22091 0 -1 4202560 180 0 0 0 26 2 0 0 20 0 19 0 28137620 9856040960 104114 33554432000 1073741824 1073778376 140735389895136 140051640339176 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27650/tid=27662] ppid=27647 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27650/task/27662/stat : 27662 (java) S 27647 27650 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28137620 9856040960 104114 33554432000 1073741824 1073778376 140735389895136 140051639285240 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27650/tid=27663] ppid=27647 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27650/task/27663/stat : 27663 (java) S 27647 27650 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28137620 9856040960 104114 33554432000 1073741824 1073778376 140735389895136 140051638232840 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27650/tid=27664] ppid=27647 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27650/task/27664/stat : 27664 (java) S 27647 27650 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28137623 9856040960 104114 33554432000 1073741824 1073778376 140735389895136 140051637181328 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27650/tid=27665] ppid=27647 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/27650/task/27665/stat : 27665 (java) S 27647 27650 22091 0 -1 4202560 1903 0 0 0 22 0 0 0 20 0 19 0 28137623 9856040960 104114 33554432000 1073741824 1073778376 140735389895136 140050897561784 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27650/tid=27666] ppid=27647 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/27650/task/27666/stat : 27666 (java) S 27647 27650 22091 0 -1 4202560 3553 0 0 0 38 0 0 0 20 0 19 0 28137623 9856040960 104114 33554432000 1073741824 1073778376 140735389895136 140050896508984 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27650/tid=27667] ppid=27647 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27650/task/27667/stat : 27667 (java) S 27647 27650 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28137623 9856040960 104114 33554432000 1073741824 1073778376 140735389895136 140050895456888 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27650/tid=27668] ppid=27647 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/27650/task/27668/stat : 27668 (java) S 27647 27650 22091 0 -1 4202560 104 0 0 0 17 22 0 0 20 0 19 0 28137623 9856040960 104114 33554432000 1073741824 1073778376 140735389895136 140050894404296 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27650/tid=27669] ppid=27647 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27650/task/27669/stat : 27669 (java) S 27647 27650 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28137639 9856040960 104114 33554432000 1073741824 1073778376 140735389895136 140050893350312 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1786.42
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.9 s]
/proc/loadavg: 2.22 2.28 2.27 4/213 27737
/proc/meminfo: memFree=29545776/32872528 swapFree=1459628/1655852
[pid=27650] ppid=27647 vsize=9625040 CPUtime=1800.02 cores=0,2,4,6
/proc/27650/stat : 27650 (java) S 27647 27650 22091 0 -1 4202496 11982 0 1 0 179939 63 0 0 20 0 19 0 28137617 9856040960 104114 33554432000 1073741824 1073778376 140735389895136 140735389886272 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27650/statm: 2406260 104114 2281 9 0 2396937 0
[pid=27650/tid=27651] ppid=27647 vsize=9625040 CPUtime=1789.47 cores=0,2,4,6
/proc/27650/task/27651/stat : 27651 (java) R 27647 27650 22091 0 -1 4202560 2543 0 1 0 178915 32 0 0 20 0 19 0 28137618 9856040960 104114 33554432000 1073741824 1073778376 140735389895136 140051816443072 140051653085420 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27650/tid=27653] ppid=27647 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/27650/task/27653/stat : 27653 (java) S 27647 27650 22091 0 -1 4202560 422 0 0 0 62 6 0 0 20 0 19 0 28137619 9856040960 104114 33554432000 1073741824 1073778376 140735389895136 140051777936168 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27650/tid=27654] ppid=27647 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/27650/task/27654/stat : 27654 (java) S 27647 27650 22091 0 -1 4202560 133 0 0 0 52 3 0 0 20 0 19 0 28137619 9856040960 104114 33554432000 1073741824 1073778376 140735389895136 140051776883368 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27650/tid=27655] ppid=27647 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/27650/task/27655/stat : 27655 (java) S 27647 27650 22091 0 -1 4202560 289 0 0 0 55 4 0 0 20 0 19 0 28137619 9856040960 104114 33554432000 1073741824 1073778376 140735389895136 140051775831080 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27650/tid=27656] ppid=27647 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/27650/task/27656/stat : 27656 (java) S 27647 27650 22091 0 -1 4202560 220 0 0 0 57 5 0 0 20 0 19 0 28137619 9856040960 104114 33554432000 1073741824 1073778376 140735389895136 140051774778280 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27650/tid=27657] ppid=27647 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/27650/task/27657/stat : 27657 (java) S 27647 27650 22091 0 -1 4202560 403 0 0 0 58 5 0 0 20 0 19 0 28137619 9856040960 104114 33554432000 1073741824 1073778376 140735389895136 140051773724968 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27650/tid=27658] ppid=27647 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/27650/task/27658/stat : 27658 (java) S 27647 27650 22091 0 -1 4202560 246 0 0 0 54 4 0 0 20 0 19 0 28137619 9856040960 104114 33554432000 1073741824 1073778376 140735389895136 140051772672168 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27650/tid=27659] ppid=27647 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/27650/task/27659/stat : 27659 (java) S 27647 27650 22091 0 -1 4202560 306 0 0 0 51 5 0 0 20 0 19 0 28137619 9856040960 104114 33554432000 1073741824 1073778376 140735389895136 140051771619880 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27650/tid=27660] ppid=27647 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/27650/task/27660/stat : 27660 (java) S 27647 27650 22091 0 -1 4202560 420 0 0 0 60 7 0 0 20 0 19 0 28137619 9856040960 104114 33554432000 1073741824 1073778376 140735389895136 140051652536744 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27650/tid=27661] ppid=27647 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/27650/task/27661/stat : 27661 (java) S 27647 27650 22091 0 -1 4202560 180 0 0 0 26 2 0 0 20 0 19 0 28137620 9856040960 104114 33554432000 1073741824 1073778376 140735389895136 140051640339176 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27650/tid=27662] ppid=27647 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27650/task/27662/stat : 27662 (java) S 27647 27650 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28137620 9856040960 104114 33554432000 1073741824 1073778376 140735389895136 140051639285240 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27650/tid=27663] ppid=27647 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27650/task/27663/stat : 27663 (java) S 27647 27650 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28137620 9856040960 104114 33554432000 1073741824 1073778376 140735389895136 140051638232840 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27650/tid=27664] ppid=27647 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27650/task/27664/stat : 27664 (java) S 27647 27650 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28137623 9856040960 104114 33554432000 1073741824 1073778376 140735389895136 140051637181328 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27650/tid=27665] ppid=27647 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/27650/task/27665/stat : 27665 (java) S 27647 27650 22091 0 -1 4202560 1903 0 0 0 22 0 0 0 20 0 19 0 28137623 9856040960 104114 33554432000 1073741824 1073778376 140735389895136 140050897561784 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27650/tid=27666] ppid=27647 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/27650/task/27666/stat : 27666 (java) S 27647 27650 22091 0 -1 4202560 3553 0 0 0 38 0 0 0 20 0 19 0 28137623 9856040960 104114 33554432000 1073741824 1073778376 140735389895136 140050896508984 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27650/tid=27667] ppid=27647 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27650/task/27667/stat : 27667 (java) S 27647 27650 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28137623 9856040960 104114 33554432000 1073741824 1073778376 140735389895136 140050895456888 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27650/tid=27668] ppid=27647 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/27650/task/27668/stat : 27668 (java) S 27647 27650 22091 0 -1 4202560 106 0 0 0 17 22 0 0 20 0 19 0 28137623 9856040960 104114 33554432000 1073741824 1073778376 140735389895136 140050894404296 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27650/tid=27669] ppid=27647 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27650/task/27669/stat : 27669 (java) S 27647 27650 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28137639 9856040960 104114 33554432000 1073741824 1073778376 140735389895136 140050893350312 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 27650 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1795.9 s]
/proc/loadavg: 2.22 2.28 2.27 4/213 27737
/proc/meminfo: memFree=29545776/32872528 swapFree=1459628/1655852
[pid=27650] ppid=27647 vsize=9625040 CPUtime=1800.02 cores=0,2,4,6
/proc/27650/stat : 27650 (java) S 27647 27650 22091 0 -1 4202496 11982 0 1 0 179939 63 0 0 20 0 19 0 28137617 9856040960 104114 33554432000 1073741824 1073778376 140735389895136 140735389886272 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27650/statm: 2406260 104114 2281 9 0 2396937 0
[pid=27650/tid=27651] ppid=27647 vsize=9625040 CPUtime=1789.47 cores=0,2,4,6
/proc/27650/task/27651/stat : 27651 (java) R 27647 27650 22091 0 -1 4202560 2543 0 1 0 178915 32 0 0 20 0 19 0 28137618 9856040960 104114 33554432000 1073741824 1073778376 140735389895136 140051816443072 140051653085420 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27650/tid=27653] ppid=27647 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/27650/task/27653/stat : 27653 (java) S 27647 27650 22091 0 -1 4202560 422 0 0 0 62 6 0 0 20 0 19 0 28137619 9856040960 104114 33554432000 1073741824 1073778376 140735389895136 140051777936168 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27650/tid=27654] ppid=27647 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/27650/task/27654/stat : 27654 (java) S 27647 27650 22091 0 -1 4202560 133 0 0 0 52 3 0 0 20 0 19 0 28137619 9856040960 104114 33554432000 1073741824 1073778376 140735389895136 140051776883368 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27650/tid=27655] ppid=27647 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/27650/task/27655/stat : 27655 (java) S 27647 27650 22091 0 -1 4202560 289 0 0 0 55 4 0 0 20 0 19 0 28137619 9856040960 104114 33554432000 1073741824 1073778376 140735389895136 140051775831080 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27650/tid=27656] ppid=27647 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/27650/task/27656/stat : 27656 (java) S 27647 27650 22091 0 -1 4202560 220 0 0 0 57 5 0 0 20 0 19 0 28137619 9856040960 104114 33554432000 1073741824 1073778376 140735389895136 140051774778280 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27650/tid=27657] ppid=27647 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/27650/task/27657/stat : 27657 (java) S 27647 27650 22091 0 -1 4202560 403 0 0 0 58 5 0 0 20 0 19 0 28137619 9856040960 104114 33554432000 1073741824 1073778376 140735389895136 140051773724968 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27650/tid=27658] ppid=27647 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/27650/task/27658/stat : 27658 (java) S 27647 27650 22091 0 -1 4202560 246 0 0 0 54 4 0 0 20 0 19 0 28137619 9856040960 104114 33554432000 1073741824 1073778376 140735389895136 140051772672168 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27650/tid=27659] ppid=27647 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/27650/task/27659/stat : 27659 (java) S 27647 27650 22091 0 -1 4202560 306 0 0 0 51 5 0 0 20 0 19 0 28137619 9856040960 104114 33554432000 1073741824 1073778376 140735389895136 140051771619880 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27650/tid=27660] ppid=27647 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/27650/task/27660/stat : 27660 (java) S 27647 27650 22091 0 -1 4202560 420 0 0 0 60 7 0 0 20 0 19 0 28137619 9856040960 104114 33554432000 1073741824 1073778376 140735389895136 140051652536744 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27650/tid=27661] ppid=27647 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/27650/task/27661/stat : 27661 (java) S 27647 27650 22091 0 -1 4202560 180 0 0 0 26 2 0 0 20 0 19 0 28137620 9856040960 104114 33554432000 1073741824 1073778376 140735389895136 140051640339176 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27650/tid=27662] ppid=27647 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27650/task/27662/stat : 27662 (java) S 27647 27650 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28137620 9856040960 104114 33554432000 1073741824 1073778376 140735389895136 140051639285240 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27650/tid=27663] ppid=27647 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27650/task/27663/stat : 27663 (java) S 27647 27650 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28137620 9856040960 104114 33554432000 1073741824 1073778376 140735389895136 140051638232840 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27650/tid=27664] ppid=27647 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27650/task/27664/stat : 27664 (java) S 27647 27650 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28137623 9856040960 104114 33554432000 1073741824 1073778376 140735389895136 140051637181328 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27650/tid=27665] ppid=27647 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/27650/task/27665/stat : 27665 (java) S 27647 27650 22091 0 -1 4202560 1903 0 0 0 22 0 0 0 20 0 19 0 28137623 9856040960 104114 33554432000 1073741824 1073778376 140735389895136 140050897561784 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27650/tid=27666] ppid=27647 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/27650/task/27666/stat : 27666 (java) S 27647 27650 22091 0 -1 4202560 3553 0 0 0 38 0 0 0 20 0 19 0 28137623 9856040960 104114 33554432000 1073741824 1073778376 140735389895136 140050896508984 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27650/tid=27667] ppid=27647 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27650/task/27667/stat : 27667 (java) S 27647 27650 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28137623 9856040960 104114 33554432000 1073741824 1073778376 140735389895136 140050895456888 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27650/tid=27668] ppid=27647 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/27650/task/27668/stat : 27668 (java) S 27647 27650 22091 0 -1 4202560 106 0 0 0 17 22 0 0 20 0 19 0 28137623 9856040960 104114 33554432000 1073741824 1073778376 140735389895136 140050894404296 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27650/tid=27669] ppid=27647 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27650/task/27669/stat : 27669 (java) S 27647 27650 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28137639 9856040960 104114 33554432000 1073741824 1073778376 140735389895136 140050893350312 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1795.95
CPU time (s): 1800.02
CPU user time (s): 1799.39
CPU system time (s): 0.63
CPU usage (%): 100.227
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.87
system time used= 1.09183
maximum resident set size= 520120
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12030
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39592
involuntary context switches= 21656

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.78351 second user time and 13.7029 second system time

The end

Launcher Data

Begin job on node136 at 2016-06-18 16:42:01
IDJOB=4105437
IDBENCH=2863
IDSOLVER=2546
FILE ID=node136/4105437-1466260921
RUNJOBID= node136-1466259138-27361
PBS_JOBID= 19918192
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-C880.a.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4105437-1466260921/watcher-4105437-1466260921 -o /tmp/evaluation-result-4105437-1466260921/solver-4105437-1466260921 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1466259138-27361 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4105437-1466260921.opb

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

MD5SUM BENCH= b05f470b70f12c211f6d9c7c351d242f
RANDOM SEED=1148406105

node136.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.278
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.55
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.278
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		: 2667.278
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		: 2667.278
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.278
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.278
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.56
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.278
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.67
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.278
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:        30290036 kB
Buffers:           26828 kB
Cached:           114052 kB
SwapCached:        47324 kB
Active:            68352 kB
Inactive:         144720 kB
Active(anon):      27560 kB
Inactive(anon):    47248 kB
Active(file):      40792 kB
Inactive(file):    97472 kB
Unevictable:     1655852 kB
Mlocked:         1459628 kB
SwapTotal:      67108856 kB
SwapFree:       67054628 kB
Dirty:              1584 kB
Writeback:             4 kB
AnonPages:       1686764 kB
Mapped:            16744 kB
Shmem:                 0 kB
Slab:             570752 kB
SReclaimable:      14264 kB
SUnreclaim:       556488 kB
KernelStack:        1624 kB
PageTables:         7528 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2344576 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    210944 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 node136 at 2016-06-18 17:11:57