Trace number 4105370

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)22 1800 903.268

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
logic_synthesis/normalized-m100_300_10_20.r.opb
MD5SUMe82b2413101b8c36ea34c3d9f95f4ad5
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark19
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 17
Optimality of the best value was proved YES
Number of variables299
Total number of constraints100
Number of constraints which are clauses100
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 constraint20
Number of terms in the objective function 299
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 299
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 299
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.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4105370-1466253316.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.09/0.18	c ... done. Wall clock time 0.065s.
0.09/0.18	c declared #vars     299
0.09/0.18	c #constraints  100
0.09/0.19	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.19	c constraints type 
0.09/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 100
0.09/0.19	c 100 constraints processed.
0.09/0.19	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.19	c constraints type 
0.09/0.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 100
0.09/0.19	c 100 constraints processed.
0.09/0.19	c objective function length is 299 literals
0.26/0.20	c And the winner is solver0
0.26/0.69	c SATISFIABLE
0.26/0.69	c OPTIMIZING...
0.26/0.69	c Got one! Elapsed wall clock time (in seconds):0.57
0.26/0.69	o 32
0.27/0.70	c And the winner is solver0
0.31/1.19	c Got one! Elapsed wall clock time (in seconds):1.075
0.31/1.19	o 31
0.33/1.25	c And the winner is solver0
0.62/1.70	c Got one! Elapsed wall clock time (in seconds):1.578
0.62/1.70	o 30
0.62/1.70	c And the winner is solver0
0.65/2.20	c Got one! Elapsed wall clock time (in seconds):2.082
0.65/2.20	o 29
0.65/2.22	c And the winner is solver0
0.76/2.70	c Got one! Elapsed wall clock time (in seconds):2.584
0.76/2.70	o 28
0.76/2.75	c And the winner is solver1
1.13/3.21	c Got one! Elapsed wall clock time (in seconds):3.086
1.13/3.21	o 27
1.13/3.27	c And the winner is solver1
1.69/3.71	c Got one! Elapsed wall clock time (in seconds):3.588
1.69/3.71	o 26
1.69/3.73	c And the winner is solver1
1.87/4.21	c Got one! Elapsed wall clock time (in seconds):4.09
1.87/4.21	o 25
2.47/4.41	c cleaning 3079 clauses out of 6157 with flag 9423/6157
3.41/4.73	c cleaning 4536 clauses out of 9072 with flag 27782/12151
3.81/4.98	c And the winner is solver1
3.97/5.21	c Got one! Elapsed wall clock time (in seconds):5.092
3.97/5.21	o 24
3.97/5.26	c cleaning 5217 clauses out of 10433 with flag 3267/18048
4.63/5.58	c cleaning 5607 clauses out of 11213 with flag 22449/24045
5.46/5.90	c cleaning 6303 clauses out of 12606 with flag 45341/31045
6.30/6.39	c cleaning 7152 clauses out of 14303 with flag 71390/39045
7.69/6.90	c cleaning 8069 clauses out of 16152 with flag 99945/48046
8.99/7.52	c cleaning 9041 clauses out of 18084 with flag 131160/58047
10.21/8.19	c cleaning 10022 clauses out of 20044 with flag 163340/69048
11.90/8.94	c cleaning 11010 clauses out of 22019 with flag 200151/81045
13.50/9.77	c cleaning 11994 clauses out of 24009 with flag 237944/94045
15.59/10.75	c cleaning 12995 clauses out of 26017 with flag 278657/108047
18.07/11.99	c cleaning 14005 clauses out of 28022 with flag 322578/123047
20.47/13.19	c cleaning 15009 clauses out of 30017 with flag 368245/139047
23.47/14.63	c cleaning 16002 clauses out of 32009 with flag 416011/156048
26.48/16.15	c cleaning 16993 clauses out of 34004 with flag 469634/174045
29.97/17.89	c cleaning 18002 clauses out of 36011 with flag 523760/193045
33.77/19.74	c cleaning 18999 clauses out of 38013 with flag 582839/213049
37.86/21.70	c cleaning 19999 clauses out of 40012 with flag 644157/234047
42.05/23.84	c cleaning 21008 clauses out of 42017 with flag 712339/256051
46.56/26.03	c cleaning 22000 clauses out of 44004 with flag 782439/279046
51.56/28.56	c cleaning 22994 clauses out of 46003 with flag 858533/303045
56.64/31.01	c cleaning 23994 clauses out of 48009 with flag 936980/328045
62.44/33.92	c cleaning 25002 clauses out of 50017 with flag 1015154/354047
68.44/36.92	c cleaning 26004 clauses out of 52013 with flag 1105997/381045
75.14/40.29	c cleaning 26987 clauses out of 54010 with flag 1195913/409046
79.14/42.28	c And the winner is solver1
79.14/42.74	c Got one! Elapsed wall clock time (in seconds):42.622
79.14/42.74	o 23
80.44/43.49	c cleaning 26002 clauses out of 52003 with flag 15207/434026
81.43/43.94	c cleaning 16002 clauses out of 32004 with flag 33972/440029
82.44/44.40	c cleaning 11500 clauses out of 22999 with flag 55811/447026
83.24/44.85	c cleaning 9735 clauses out of 19499 with flag 81249/455026
84.24/45.37	c cleaning 9378 clauses out of 18765 with flag 109907/464027
85.44/45.94	c cleaning 9694 clauses out of 19389 with flag 142692/474029
86.83/46.62	c cleaning 10346 clauses out of 20692 with flag 177243/485026
88.47/47.44	c cleaning 11167 clauses out of 22346 with flag 214725/497026
90.56/48.42	c cleaning 12088 clauses out of 24179 with flag 256101/510026
92.35/49.35	c cleaning 13048 clauses out of 26095 with flag 301348/524030
94.35/50.37	c cleaning 14017 clauses out of 28043 with flag 351444/539026
97.16/51.73	c cleaning 15011 clauses out of 30026 with flag 401993/555026
100.15/53.23	c cleaning 16008 clauses out of 32018 with flag 454278/572029
103.35/54.80	c cleaning 17004 clauses out of 34007 with flag 513309/590026
106.86/56.58	c cleaning 18000 clauses out of 36004 with flag 573005/609027
110.67/58.49	c cleaning 18999 clauses out of 38003 with flag 634127/629026
114.87/60.58	c cleaning 20003 clauses out of 40006 with flag 699186/650028
119.47/62.86	c cleaning 21000 clauses out of 42001 with flag 767411/672026
124.08/65.14	c cleaning 21999 clauses out of 44001 with flag 840246/695026
128.68/67.45	c cleaning 22989 clauses out of 46002 with flag 913845/719026
134.08/70.18	c cleaning 24006 clauses out of 48014 with flag 991322/744027
139.75/72.95	c cleaning 25001 clauses out of 50008 with flag 1071219/770027
145.97/76.01	c cleaning 26001 clauses out of 52007 with flag 1154547/797027
151.95/79.01	c cleaning 27003 clauses out of 54006 with flag 1241704/825027
158.20/82.15	c cleaning 27996 clauses out of 56002 with flag 1330055/854026
164.40/85.23	c cleaning 28996 clauses out of 58006 with flag 1423484/884026
172.06/89.01	c cleaning 29992 clauses out of 60010 with flag 1517029/915026
178.50/92.20	c cleaning 0 clauses out of 5819 with flag 0/5819
179.96/92.89	c cleaning 31001 clauses out of 62020 with flag 1615389/947028
188.54/97.00	c cleaning 31998 clauses out of 64017 with flag 1721348/980026
197.33/101.42	c cleaning 33009 clauses out of 66021 with flag 1827693/1014028
206.38/105.96	c cleaning 34000 clauses out of 68011 with flag 1936706/1049027
216.42/110.97	c cleaning 35004 clauses out of 70010 with flag 2049645/1085026
221.44/113.42	c And the winner is solver1
221.44/113.76	c Got one! Elapsed wall clock time (in seconds):113.639
221.44/113.76	o 22
223.13/114.68	c cleaning 30685 clauses out of 61370 with flag 16012/1111390
224.13/115.13	c cleaning 18338 clauses out of 36683 with flag 34195/1117388
224.95/115.55	c cleaning 12669 clauses out of 25347 with flag 55442/1124390
225.73/115.97	c cleaning 10337 clauses out of 20677 with flag 79484/1132389
226.73/116.48	c cleaning 9671 clauses out of 19345 with flag 107225/1141394
228.78/117.73	c cleaning 9834 clauses out of 19668 with flag 139277/1151388
229.96/118.38	c cleaning 10408 clauses out of 20834 with flag 173423/1162388
231.56/119.17	c cleaning 11207 clauses out of 22426 with flag 210588/1174388
233.18/119.99	c cleaning 12097 clauses out of 24219 with flag 252415/1187388
235.16/120.96	c cleaning 13056 clauses out of 26122 with flag 297448/1201388
237.16/121.97	c cleaning 14026 clauses out of 28068 with flag 345762/1216390
239.56/123.15	c cleaning 15020 clauses out of 30040 with flag 397236/1232388
242.22/124.42	c cleaning 16005 clauses out of 32021 with flag 453503/1249389
245.40/126.02	c cleaning 17008 clauses out of 34015 with flag 512434/1267388
248.81/127.77	c cleaning 17993 clauses out of 36007 with flag 575190/1286388
252.61/129.61	c cleaning 19007 clauses out of 38016 with flag 639466/1306390
256.41/131.51	c cleaning 20001 clauses out of 40007 with flag 706813/1327388
260.46/133.58	c cleaning 21002 clauses out of 42006 with flag 775610/1349388
264.86/135.76	c cleaning 21996 clauses out of 44004 with flag 848038/1372388
269.46/138.03	c cleaning 23004 clauses out of 46008 with flag 924151/1396388
274.92/140.70	c cleaning 23994 clauses out of 48004 with flag 1002987/1421388
279.92/143.28	c cleaning 25006 clauses out of 50013 with flag 1085172/1447391
285.71/146.11	c cleaning 25999 clauses out of 52004 with flag 1168266/1474388
292.39/149.41	c cleaning 27001 clauses out of 54005 with flag 1254679/1502388
298.59/152.54	c cleaning 28004 clauses out of 56008 with flag 1349671/1531392
304.78/155.65	c cleaning 28996 clauses out of 58002 with flag 1445679/1561390
311.66/159.06	c cleaning 29996 clauses out of 60004 with flag 1543372/1592388
318.66/162.55	c cleaning 31004 clauses out of 62008 with flag 1645754/1624388
326.45/166.42	c cleaning 31997 clauses out of 64004 with flag 1748998/1657388
334.15/170.24	c cleaning 33002 clauses out of 66010 with flag 1859688/1691391
342.35/174.32	c cleaning 33999 clauses out of 68006 with flag 1981769/1726389
351.84/179.00	c cleaning 34994 clauses out of 70006 with flag 2109568/1762388
360.24/183.21	c cleaning 36007 clauses out of 72013 with flag 2233082/1799389
368.64/187.48	c cleaning 36992 clauses out of 74007 with flag 2355064/1837390
378.93/192.59	c cleaning 37996 clauses out of 76013 with flag 2478794/1876388
389.80/197.97	c cleaning 38997 clauses out of 78017 with flag 2603697/1916388
399.80/202.97	c cleaning 40008 clauses out of 80021 with flag 2734348/1957389
411.49/208.72	c cleaning 41002 clauses out of 82012 with flag 2865559/1999388
423.30/214.68	c cleaning 42001 clauses out of 84010 with flag 3001409/2042388
436.00/220.99	c cleaning 43004 clauses out of 86011 with flag 3136606/2086390
447.90/226.82	c cleaning 43997 clauses out of 88005 with flag 3277918/2131388
460.10/232.93	c cleaning 45000 clauses out of 90009 with flag 3425980/2177389
473.99/239.82	c cleaning 45999 clauses out of 92011 with flag 3575165/2224391
486.97/246.36	c cleaning 46996 clauses out of 94010 with flag 3725331/2272389
500.87/253.23	c cleaning 48002 clauses out of 96013 with flag 3880230/2321388
515.14/260.30	c cleaning 49006 clauses out of 98011 with flag 4041642/2371388
530.94/268.28	c cleaning 50001 clauses out of 100005 with flag 4203860/2422388
547.07/276.26	c cleaning 51004 clauses out of 102007 with flag 4368901/2474391
562.47/283.93	c cleaning 52000 clauses out of 104001 with flag 4536226/2527389
579.05/292.22	c cleaning 52999 clauses out of 106000 with flag 4710891/2581388
594.05/299.77	c cleaning 53997 clauses out of 108001 with flag 4887496/2636388
610.36/307.88	c cleaning 54999 clauses out of 110004 with flag 5067978/2692388
627.15/316.29	c cleaning 56000 clauses out of 112007 with flag 5246086/2749390
643.76/324.54	c cleaning 57002 clauses out of 114008 with flag 5430520/2807391
660.95/333.10	c cleaning 58003 clauses out of 116005 with flag 5617329/2866390
677.94/341.68	c cleaning 58995 clauses out of 118001 with flag 5806690/2926389
696.14/350.75	c cleaning 60002 clauses out of 120006 with flag 5999054/2987389
714.74/360.05	c cleaning 60993 clauses out of 122003 with flag 6199630/3049388
734.30/369.71	c cleaning 61998 clauses out of 124012 with flag 6401697/3112390
753.08/379.13	c cleaning 63003 clauses out of 126012 with flag 6605722/3176388
773.70/389.45	c cleaning 63996 clauses out of 128010 with flag 6809706/3241389
796.88/401.05	c cleaning 65005 clauses out of 130013 with flag 7019363/3307388
819.89/412.56	c cleaning 66001 clauses out of 132008 with flag 7222343/3374388
844.08/424.62	c cleaning 67002 clauses out of 134008 with flag 7435403/3442389
866.46/435.87	c cleaning 67998 clauses out of 136005 with flag 7650781/3511388
892.05/448.66	c cleaning 69004 clauses out of 138010 with flag 7874405/3581391
916.86/461.10	c cleaning 70003 clauses out of 140006 with flag 8096142/3652391
940.04/472.62	c cleaning 70998 clauses out of 142000 with flag 8336431/3724388
966.26/486.49	c cleaning 71999 clauses out of 144003 with flag 8563804/3797389
991.05/498.83	c cleaning 73000 clauses out of 146003 with flag 8795552/3871388
1019.26/512.99	c cleaning 73997 clauses out of 148003 with flag 9028697/3946388
1047.47/527.06	c cleaning 74999 clauses out of 150008 with flag 9260916/4022390
1079.86/543.22	c cleaning 76004 clauses out of 152008 with flag 9496887/4099389
1108.25/557.44	c cleaning 76990 clauses out of 154004 with flag 9744512/4177389
1138.65/572.61	c cleaning 78003 clauses out of 156013 with flag 9985996/4256388
1169.26/587.91	c cleaning 78999 clauses out of 158010 with flag 10237036/4336388
1200.66/603.62	c cleaning 80007 clauses out of 160013 with flag 10484594/4417390
1235.06/620.84	c cleaning 80997 clauses out of 162004 with flag 10731460/4499388
1269.05/637.88	c cleaning 81997 clauses out of 164007 with flag 10989174/4582388
1303.05/654.89	c cleaning 82999 clauses out of 166011 with flag 11253276/4666389
1337.86/672.29	c cleaning 84005 clauses out of 168011 with flag 11505296/4751388
1372.24/689.44	c cleaning 84997 clauses out of 170008 with flag 11765216/4837390
1408.85/707.78	c cleaning 86003 clauses out of 172009 with flag 12027016/4924388
1449.05/727.88	c cleaning 87002 clauses out of 174006 with flag 12290383/5012388
1485.06/745.82	c cleaning 87986 clauses out of 176004 with flag 12550318/5101388
1521.44/764.01	c cleaning 89007 clauses out of 178018 with flag 12817631/5191388
1561.44/784.09	c cleaning 89996 clauses out of 180011 with flag 13092584/5282388
1602.04/804.38	c cleaning 90991 clauses out of 182016 with flag 13364093/5374389
1643.04/824.86	c cleaning 92005 clauses out of 184024 with flag 13647379/5467388
1681.05/843.82	c cleaning 93003 clauses out of 186020 with flag 13924901/5561389
1717.24/861.96	c cleaning 94003 clauses out of 188017 with flag 14212650/5656389
1757.85/882.29	c cleaning 95004 clauses out of 190013 with flag 14496261/5752388
1794.04/900.35	c cleaning 96003 clauses out of 192009 with flag 14793739/5849388
1800.00/903.21	c >>>>>>>>>> Solver number 0 (5 answers) <<<<<<<<<<<<<<<<<<
1800.00/903.21	c starts		: 93991
1800.00/903.21	c conflicts		: 5876955
1800.00/903.21	c decisions		: 19955767
1800.00/903.21	c propagations		: 389285606
1800.00/903.21	c inspects		: 19594595232
1800.00/903.21	c shortcuts		: 0
1800.00/903.21	c learnt literals	: 0
1800.00/903.21	c learnt binary clauses	: 0
1800.00/903.21	c learnt ternary clauses	: 0
1800.00/903.21	c learnt constraints	: 5876955
1800.00/903.21	c ignored constraints	: 0
1800.00/903.21	c root simplifications	: 0
1800.00/903.21	c removed literals (reason simplification)	: 25170891
1800.00/903.21	c reason swapping (by a shorter reason)	: 0
1800.00/903.21	c Calls to reduceDB	: 151
1800.00/903.21	c Number of update (reduction) of LBD	: 1968454
1800.00/903.21	c Imported unit clauses	: 0
1800.00/903.21	c number of reductions to clauses (during analyze)	: 0
1800.00/903.21	c number of learned constraints concerned by reduction	: 0
1800.00/903.21	c number of learning phase by resolution	: 0
1800.00/903.21	c number of learning phase by cutting planes	: 0
1800.00/903.21	c speed (assignments/second)	: 493111.1434825346
1800.00/903.21	c non guided choices	0
1800.00/903.24	c learnt constraints type 
1800.00/903.24	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 123573
1800.00/903.24	c >>>>>>>>>> Solver number 1 (6 answers) <<<<<<<<<<<<<<<<<<
1800.00/903.24	c starts		: 45
1800.00/903.24	c conflicts		: 9920
1800.00/903.24	c decisions		: 87429
1800.00/903.24	c propagations		: 327769
1800.00/903.24	c inspects		: 261311623
1800.00/903.24	c shortcuts		: 0
1800.00/903.24	c learnt literals	: 0
1800.00/903.24	c learnt binary clauses	: 0
1800.00/903.24	c learnt ternary clauses	: 0
1800.00/903.24	c learnt constraints	: 9919
1800.00/903.24	c ignored constraints	: 0
1800.00/903.24	c root simplifications	: 0
1800.00/903.24	c removed literals (reason simplification)	: 0
1800.00/903.24	c reason swapping (by a shorter reason)	: 0
1800.00/903.24	c Calls to reduceDB	: 1
1800.00/903.24	c Number of update (reduction) of LBD	: 0
1800.00/903.24	c Imported unit clauses	: 0
1800.00/903.24	c number of reductions to clauses (during analyze)	: 0
1800.00/903.24	c number of learned constraints concerned by reduction	: 0
1800.00/903.24	c number of learning phase by resolution	: 0
1800.00/903.24	c number of learning phase by cutting planes	: 0
1800.00/903.24	c speed (assignments/second)	: 363.97343786436875
1800.00/903.24	c non guided choices	0
1800.00/903.24	c learnt constraints type 
1800.00/903.24	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 285
1800.00/903.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 9634
1800.00/903.24	s SATISFIABLE
1800.00/903.24	c Found 11 solution(s)
1800.00/903.24	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 
1800.00/903.24	c objective function=22
1800.00/903.24	c Total wall clock time (in seconds): 903.123

Verifier Data

OK	22

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-4105370-1466253316/watcher-4105370-1466253316 -o /tmp/evaluation-result-4105370-1466253316/solver-4105370-1466253316 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1466241279-6374 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4105370-1466253316.opb 

pid=10464
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: 4.29 4.23 4.14 4/197 10467
/proc/meminfo: memFree=27862656/32872528 swapFree=681964/737152
[pid=10467] ppid=10464 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/10467/stat : 10467 (java) R 10464 10467 6358 0 -1 4202496 362 0 0 0 0 0 0 0 20 0 1 0 27380877 278528 33 33554432000 1073741824 1073778376 140736800745968 140736075810008 213857168679 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10467/statm: 68 33 25 9 0 25 0

[startup+0.10006 s]
/proc/loadavg: 4.29 4.23 4.14 4/197 10467
/proc/meminfo: memFree=27862656/32872528 swapFree=681964/737152
[pid=10467] ppid=10464 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/10467/stat : 10467 (java) S 10464 10467 6358 0 -1 4202496 4403 0 1 0 8 1 0 0 20 0 18 0 27380877 9787879424 6036 33554432000 1073741824 1073778376 140736800745968 140736800737104 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10467/statm: 2389619 6036 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200226 s]
/proc/loadavg: 4.29 4.23 4.14 4/197 10467
/proc/meminfo: memFree=27862656/32872528 swapFree=681964/737152
[pid=10467] ppid=10464 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/10467/stat : 10467 (java) S 10464 10467 6358 0 -1 4202496 4860 0 1 0 24 2 0 0 20 0 22 0 27380877 10060525568 7943 33554432000 1073741824 1073778376 140736800745968 140736800737104 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10467/statm: 2456183 7943 2210 9 0 2446860 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9824732

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

[startup+0.200226 s]
/proc/loadavg: 4.29 4.23 4.14 4/197 10467
/proc/meminfo: memFree=27862656/32872528 swapFree=681964/737152
[pid=10467] ppid=10464 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/10467/stat : 10467 (java) S 10464 10467 6358 0 -1 4202496 4860 0 1 0 24 2 0 0 20 0 22 0 27380877 10060525568 7943 33554432000 1073741824 1073778376 140736800745968 140736800737104 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10467/statm: 2456183 7943 2210 9 0 2446860 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9824732

[startup+0.300272 s]
/proc/loadavg: 4.29 4.23 4.14 4/197 10467
/proc/meminfo: memFree=27862656/32872528 swapFree=681964/737152
[pid=10467] ppid=10464 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/10467/stat : 10467 (java) S 10464 10467 6358 0 -1 4202496 4863 0 1 0 23 1 0 0 20 0 19 0 27380877 10060525568 7935 33554432000 1073741824 1073778376 140736800745968 140736800737104 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10467/statm: 2456183 7935 2212 9 0 2446860 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9824732
#
############


[startup+0.300272 s]
/proc/loadavg: 4.29 4.23 4.14 4/197 10467
/proc/meminfo: memFree=27862656/32872528 swapFree=681964/737152
[pid=10467] ppid=10464 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/10467/stat : 10467 (java) S 10464 10467 6358 0 -1 4202496 4863 0 1 0 23 1 0 0 20 0 19 0 27380877 10060525568 7935 33554432000 1073741824 1073778376 140736800745968 140736800737104 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10467/statm: 2456183 7935 2212 9 0 2446860 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9824732

[startup+0.700228 s]
/proc/loadavg: 4.29 4.23 4.14 4/197 10467
/proc/meminfo: memFree=27862656/32872528 swapFree=681964/737152
[pid=10467] ppid=10464 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/10467/stat : 10467 (java) S 10464 10467 6358 0 -1 4202496 4872 0 1 0 23 2 0 0 20 0 21 0 27380877 10060525568 8966 33554432000 1073741824 1073778376 140736800745968 140736800737104 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10467/statm: 2456183 8966 2212 9 0 2446860 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9824732

[startup+1.50078 s]
/proc/loadavg: 4.11 4.20 4.13 3/216 10492
/proc/meminfo: memFree=27782260/32872528 swapFree=681964/737152
[pid=10467] ppid=10464 vsize=9824732 CPUtime=0.6 cores=0,2,4,6
/proc/10467/stat : 10467 (java) S 10464 10467 6358 0 -1 4202496 7722 0 1 0 55 5 0 0 20 0 19 0 27380877 10060525568 11649 33554432000 1073741824 1073778376 140736800745968 140736800737104 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10467/statm: 2456183 11649 2248 9 0 2446860 0
[pid=10467/tid=10469] ppid=10464 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/10467/task/10469/stat : 10469 (java) S 10464 10467 6358 0 -1 4202560 2420 0 1 0 15 1 0 0 20 0 19 0 27380878 10060525568 11649 33554432000 1073741824 1073778376 140736800745968 140526584013688 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10467/tid=10470] ppid=10464 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10467/task/10470/stat : 10470 (java) S 10464 10467 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27380879 10060525568 11649 33554432000 1073741824 1073778376 140736800745968 140526573075112 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10467/tid=10471] ppid=10464 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10467/task/10471/stat : 10471 (java) S 10464 10467 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27380879 10060525568 11649 33554432000 1073741824 1073778376 140736800745968 140526572022568 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10467/tid=10472] ppid=10464 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10467/task/10472/stat : 10472 (java) S 10464 10467 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27380879 10060525568 11649 33554432000 1073741824 1073778376 140736800745968 140526570970024 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10467/tid=10473] ppid=10464 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10467/task/10473/stat : 10473 (java) S 10464 10467 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27380879 10060525568 11649 33554432000 1073741824 1073778376 140736800745968 140526569917480 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10467/tid=10474] ppid=10464 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10467/task/10474/stat : 10474 (java) S 10464 10467 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27380879 10060525568 11649 33554432000 1073741824 1073778376 140736800745968 140526568863912 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10467/tid=10475] ppid=10464 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10467/task/10475/stat : 10475 (java) S 10464 10467 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27380879 10060525568 11649 33554432000 1073741824 1073778376 140736800745968 140526567811368 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10467/tid=10476] ppid=10464 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10467/task/10476/stat : 10476 (java) S 10464 10467 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27380879 10060525568 11649 33554432000 1073741824 1073778376 140736800745968 140526566758824 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10467/tid=10477] ppid=10464 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10467/task/10477/stat : 10477 (java) S 10464 10467 6358 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 27380879 10060525568 11649 33554432000 1073741824 1073778376 140736800745968 140526420179496 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10467/tid=10478] ppid=10464 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10467/task/10478/stat : 10478 (java) S 10464 10467 6358 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 27380880 10060525568 11649 33554432000 1073741824 1073778376 140736800745968 140526407981672 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10467/tid=10479] ppid=10464 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10467/task/10479/stat : 10479 (java) S 10464 10467 6358 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 27380880 10060525568 11649 33554432000 1073741824 1073778376 140736800745968 140526406927992 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10467/tid=10480] ppid=10464 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10467/task/10480/stat : 10480 (java) S 10464 10467 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27380880 10060525568 11649 33554432000 1073741824 1073778376 140736800745968 140526405875336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10467/tid=10481] ppid=10464 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10467/task/10481/stat : 10481 (java) S 10464 10467 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27380883 10060525568 11649 33554432000 1073741824 1073778376 140736800745968 140526404824080 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10467/tid=10482] ppid=10464 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/10467/task/10482/stat : 10482 (java) S 10464 10467 6358 0 -1 4202560 2032 0 0 0 12 0 0 0 20 0 19 0 27380883 10060525568 11649 33554432000 1073741824 1073778376 140736800745968 140526403770424 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10467/tid=10483] ppid=10464 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/10467/task/10483/stat : 10483 (java) S 10464 10467 6358 0 -1 4202560 1911 0 0 0 13 0 0 0 20 0 19 0 27380883 10060525568 11649 33554432000 1073741824 1073778376 140736800745968 140526402717880 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10467/tid=10484] ppid=10464 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10467/task/10484/stat : 10484 (java) S 10464 10467 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27380883 10060525568 11649 33554432000 1073741824 1073778376 140736800745968 140526401665528 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10467/tid=10485] ppid=10464 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10467/task/10485/stat : 10485 (java) S 10464 10467 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27380883 10060525568 11649 33554432000 1073741824 1073778376 140736800745968 140526400613192 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10467/tid=10489] ppid=10464 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10467/task/10489/stat : 10489 (java) S 10464 10467 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27380896 10060525568 11649 33554432000 1073741824 1073778376 140736800745968 140526396401320 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 9824732

[startup+3.10084 s]
/proc/loadavg: 4.11 4.20 4.13 3/216 10498
/proc/meminfo: memFree=27766744/32872528 swapFree=681964/737152
[pid=10467] ppid=10464 vsize=9824732 CPUtime=1.11 cores=0,2,4,6
/proc/10467/stat : 10467 (java) S 10464 10467 6358 0 -1 4202496 11995 0 1 0 101 10 0 0 20 0 19 0 27380877 10060525568 17589 33554432000 1073741824 1073778376 140736800745968 140736800737104 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10467/statm: 2456183 17589 2253 9 0 2446860 0
[pid=10467/tid=10469] ppid=10464 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/10467/task/10469/stat : 10469 (java) S 10464 10467 6358 0 -1 4202560 2421 0 1 0 16 1 0 0 20 0 19 0 27380878 10060525568 17589 33554432000 1073741824 1073778376 140736800745968 140526584013688 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10467/tid=10470] ppid=10464 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10467/task/10470/stat : 10470 (java) S 10464 10467 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27380879 10060525568 17589 33554432000 1073741824 1073778376 140736800745968 140526573075112 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10467/tid=10471] ppid=10464 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10467/task/10471/stat : 10471 (java) S 10464 10467 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27380879 10060525568 17589 33554432000 1073741824 1073778376 140736800745968 140526572022568 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10467/tid=10472] ppid=10464 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10467/task/10472/stat : 10472 (java) S 10464 10467 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27380879 10060525568 17589 33554432000 1073741824 1073778376 140736800745968 140526570970024 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10467/tid=10473] ppid=10464 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10467/task/10473/stat : 10473 (java) S 10464 10467 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27380879 10060525568 17589 33554432000 1073741824 1073778376 140736800745968 140526569917480 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10467/tid=10474] ppid=10464 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10467/task/10474/stat : 10474 (java) S 10464 10467 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27380879 10060525568 17589 33554432000 1073741824 1073778376 140736800745968 140526568863912 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10467/tid=10475] ppid=10464 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10467/task/10475/stat : 10475 (java) S 10464 10467 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27380879 10060525568 17589 33554432000 1073741824 1073778376 140736800745968 140526567811368 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10467/tid=10476] ppid=10464 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10467/task/10476/stat : 10476 (java) S 10464 10467 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27380879 10060525568 17589 33554432000 1073741824 1073778376 140736800745968 140526566758824 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10467/tid=10477] ppid=10464 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10467/task/10477/stat : 10477 (java) S 10464 10467 6358 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 27380879 10060525568 17589 33554432000 1073741824 1073778376 140736800745968 140526420179496 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10467/tid=10478] ppid=10464 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10467/task/10478/stat : 10478 (java) S 10464 10467 6358 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 27380880 10060525568 17589 33554432000 1073741824 1073778376 140736800745968 140526407981672 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10467/tid=10479] ppid=10464 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10467/task/10479/stat : 10479 (java) S 10464 10467 6358 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 27380880 10060525568 17589 33554432000 1073741824 1073778376 140736800745968 140526406927992 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10467/tid=10480] ppid=10464 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10467/task/10480/stat : 10480 (java) S 10464 10467 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27380880 10060525568 17589 33554432000 1073741824 1073778376 140736800745968 140526405875336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10467/tid=10481] ppid=10464 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10467/task/10481/stat : 10481 (java) S 10464 10467 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27380883 10060525568 17589 33554432000 1073741824 1073778376 140736800745968 140526404824080 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10467/tid=10482] ppid=10464 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/10467/task/10482/stat : 10482 (java) S 10464 10467 6358 0 -1 4202560 5901 0 0 0 35 1 0 0 20 0 19 0 27380883 10060525568 17589 33554432000 1073741824 1073778376 140736800745968 140526403770424 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10467/tid=10483] ppid=10464 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/10467/task/10483/stat : 10483 (java) S 10464 10467 6358 0 -1 4202560 2286 0 0 0 23 0 0 0 20 0 19 0 27380883 10060525568 17589 33554432000 1073741824 1073778376 140736800745968 140526402717880 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10467/tid=10484] ppid=10464 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10467/task/10484/stat : 10484 (java) S 10464 10467 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27380883 10060525568 17589 33554432000 1073741824 1073778376 140736800745968 140526401665528 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10467/tid=10485] ppid=10464 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10467/task/10485/stat : 10485 (java) S 10464 10467 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27380883 10060525568 17589 33554432000 1073741824 1073778376 140736800745968 140526400613192 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=14 pid=1814 uid=0 cmd=

[startup+6.301 s]
/proc/loadavg: 4.11 4.20 4.13 5/219 10516
/proc/meminfo: memFree=27619148/32872528 swapFree=681964/737152
[pid=10467] ppid=10464 vsize=9824732 CPUtime=6.28 cores=0,2,4,6
/proc/10467/stat : 10467 (java) S 10464 10467 6358 0 -1 4202496 21014 0 1 0 606 22 0 0 20 0 22 0 27380877 10060525568 51998 33554432000 1073741824 1073778376 140736800745968 140736800737104 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10467/statm: 2456183 51998 2286 9 0 2446860 0
[pid=10467/tid=10469] ppid=10464 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/10467/task/10469/stat : 10469 (java) S 10464 10467 6358 0 -1 4202560 2423 0 1 0 16 1 0 0 20 0 22 0 27380878 10060525568 51998 33554432000 1073741824 1073778376 140736800745968 140526584013688 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10467/tid=10470] ppid=10464 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/10467/task/10470/stat : 10470 (java) S 10464 10467 6358 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 27380879 10060525568 51998 33554432000 1073741824 1073778376 140736800745968 140526573075112 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10467/tid=10471] ppid=10464 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/10467/task/10471/stat : 10471 (java) S 10464 10467 6358 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 27380879 10060525568 51998 33554432000 1073741824 1073778376 140736800745968 140526572022568 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10467/tid=10472] ppid=10464 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10467/task/10472/stat : 10472 (java) S 10464 10467 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27380879 10060525568 51998 33554432000 1073741824 1073778376 140736800745968 140526570970024 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10467/tid=10473] ppid=10464 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/10467/task/10473/stat : 10473 (java) S 10464 10467 6358 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 27380879 10060525568 51998 33554432000 1073741824 1073778376 140736800745968 140526569917480 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10467/tid=10474] ppid=10464 vsize=9824732 CPUtime=0 cores=0,2,4,6

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

[pid=10467/tid=10477] ppid=10464 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/10467/task/10477/stat : 10477 (java) S 10464 10467 6358 0 -1 4202560 2497 0 0 0 83 16 0 0 20 0 22 0 27380879 10060525568 828977 33554432000 1073741824 1073778376 140736800745968 140526420179496 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10467/tid=10478] ppid=10464 vsize=9824732 CPUtime=2.12 cores=0,2,4,6
/proc/10467/task/10478/stat : 10478 (java) S 10464 10467 6358 0 -1 4202560 1842 0 0 0 209 3 0 0 20 0 22 0 27380880 10060525568 828977 33554432000 1073741824 1073778376 140736800745968 140526407981672 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10467/tid=10479] ppid=10464 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10467/task/10479/stat : 10479 (java) S 10464 10467 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27380880 10060525568 828977 33554432000 1073741824 1073778376 140736800745968 140526406927992 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10467/tid=10480] ppid=10464 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10467/task/10480/stat : 10480 (java) S 10464 10467 6358 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 27380880 10060525568 828977 33554432000 1073741824 1073778376 140736800745968 140526405875336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10467/tid=10481] ppid=10464 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10467/task/10481/stat : 10481 (java) S 10464 10467 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27380883 10060525568 828977 33554432000 1073741824 1073778376 140736800745968 140526404824080 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10467/tid=10482] ppid=10464 vsize=9824732 CPUtime=1.49 cores=0,2,4,6
/proc/10467/task/10482/stat : 10482 (java) S 10464 10467 6358 0 -1 4202560 9092 0 0 0 147 2 0 0 20 0 22 0 27380883 10060525568 828977 33554432000 1073741824 1073778376 140736800745968 140526403770424 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10467/tid=10483] ppid=10464 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/10467/task/10483/stat : 10483 (java) S 10464 10467 6358 0 -1 4202560 11591 0 0 0 97 2 0 0 20 0 22 0 27380883 10060525568 828977 33554432000 1073741824 1073778376 140736800745968 140526402717880 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10467/tid=10484] ppid=10464 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10467/task/10484/stat : 10484 (java) S 10464 10467 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27380883 10060525568 828977 33554432000 1073741824 1073778376 140736800745968 140526401665528 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10467/tid=10485] ppid=10464 vsize=9824732 CPUtime=0.21 cores=0,2,4,6
/proc/10467/task/10485/stat : 10485 (java) S 10464 10467 6358 0 -1 4202560 48 0 0 0 10 11 0 0 20 0 22 0 27380883 10060525568 828977 33554432000 1073741824 1073778376 140736800745968 140526400613192 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10467/tid=10504] ppid=10464 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10467/task/10504/stat : 10504 (java) S 10464 10467 6358 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 27381148 10060525568 828977 33554432000 1073741824 1073778376 140736800745968 140526399559208 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10467/tid=10522] ppid=10464 vsize=9824732 CPUtime=703.54 cores=0,2,4,6
/proc/10467/task/10522/stat : 10522 (java) R 10464 10467 6358 0 -1 4202560 10 0 0 0 70344 10 0 0 20 0 22 0 27392253 10060525568 828977 33554432000 1073741824 1073778376 140736800745968 140526396391920 140526448292766 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10467/tid=10523] ppid=10464 vsize=9824732 CPUtime=703.44 cores=0,2,4,6
/proc/10467/task/10523/stat : 10523 (java) R 10464 10467 6358 0 -1 4202560 224 0 0 0 70333 11 0 0 20 0 22 0 27392253 10060525568 828977 33554432000 1073741824 1073778376 140736800745968 140526397451104 140526448551824 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10467/tid=10524] ppid=10464 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10467/task/10524/stat : 10524 (java) S 10464 10467 6358 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 27392253 10060525568 828977 33554432000 1073741824 1073778376 140736800745968 140526398505768 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1637.73
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.19 4.22 4.18 5/219 10733
/proc/meminfo: memFree=24772280/32872528 swapFree=681964/737152
[pid=10467] ppid=10464 vsize=9824732 CPUtime=1757.74 cores=0,2,4,6
/proc/10467/stat : 10467 (java) S 10464 10467 6358 0 -1 4202496 56724 0 1 0 175595 179 0 0 20 0 22 0 27380877 10060525568 828977 33554432000 1073741824 1073778376 140736800745968 140736800737104 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10467/statm: 2456183 828977 2294 9 0 2446860 0
[pid=10467/tid=10469] ppid=10464 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/10467/task/10469/stat : 10469 (java) S 10464 10467 6358 0 -1 4202560 2424 0 1 0 19 3 0 0 20 0 22 0 27380878 10060525568 828977 33554432000 1073741824 1073778376 140736800745968 140526584013688 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10467/tid=10470] ppid=10464 vsize=9824732 CPUtime=0.97 cores=0,2,4,6
/proc/10467/task/10470/stat : 10470 (java) S 10464 10467 6358 0 -1 4202560 4351 0 0 0 84 13 0 0 20 0 22 0 27380879 10060525568 828977 33554432000 1073741824 1073778376 140736800745968 140526573075112 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10467/tid=10471] ppid=10464 vsize=9824732 CPUtime=0.84 cores=0,2,4,6
/proc/10467/task/10471/stat : 10471 (java) S 10464 10467 6358 0 -1 4202560 3679 0 0 0 71 13 0 0 20 0 22 0 27380879 10060525568 828977 33554432000 1073741824 1073778376 140736800745968 140526572022568 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10467/tid=10472] ppid=10464 vsize=9824732 CPUtime=1.01 cores=0,2,4,6
/proc/10467/task/10472/stat : 10472 (java) S 10464 10467 6358 0 -1 4202560 3908 0 0 0 86 15 0 0 20 0 22 0 27380879 10060525568 828977 33554432000 1073741824 1073778376 140736800745968 140526570970024 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10467/tid=10473] ppid=10464 vsize=9824732 CPUtime=0.78 cores=0,2,4,6
/proc/10467/task/10473/stat : 10473 (java) S 10464 10467 6358 0 -1 4202560 3316 0 0 0 66 12 0 0 20 0 22 0 27380879 10060525568 828977 33554432000 1073741824 1073778376 140736800745968 140526569917480 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10467/tid=10474] ppid=10464 vsize=9824732 CPUtime=0.82 cores=0,2,4,6
/proc/10467/task/10474/stat : 10474 (java) S 10464 10467 6358 0 -1 4202560 2631 0 0 0 70 12 0 0 20 0 22 0 27380879 10060525568 828977 33554432000 1073741824 1073778376 140736800745968 140526568863912 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10467/tid=10475] ppid=10464 vsize=9824732 CPUtime=0.87 cores=0,2,4,6
/proc/10467/task/10475/stat : 10475 (java) S 10464 10467 6358 0 -1 4202560 4154 0 0 0 72 15 0 0 20 0 22 0 27380879 10060525568 828977 33554432000 1073741824 1073778376 140736800745968 140526567811368 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10467/tid=10476] ppid=10464 vsize=9824732 CPUtime=0.91 cores=0,2,4,6
/proc/10467/task/10476/stat : 10476 (java) S 10464 10467 6358 0 -1 4202560 4212 0 0 0 77 14 0 0 20 0 22 0 27380879 10060525568 828977 33554432000 1073741824 1073778376 140736800745968 140526566758824 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10467/tid=10477] ppid=10464 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/10467/task/10477/stat : 10477 (java) S 10464 10467 6358 0 -1 4202560 2497 0 0 0 83 16 0 0 20 0 22 0 27380879 10060525568 828977 33554432000 1073741824 1073778376 140736800745968 140526420179496 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10467/tid=10478] ppid=10464 vsize=9824732 CPUtime=2.12 cores=0,2,4,6
/proc/10467/task/10478/stat : 10478 (java) S 10464 10467 6358 0 -1 4202560 1842 0 0 0 209 3 0 0 20 0 22 0 27380880 10060525568 828977 33554432000 1073741824 1073778376 140736800745968 140526407981672 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10467/tid=10479] ppid=10464 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10467/task/10479/stat : 10479 (java) S 10464 10467 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27380880 10060525568 828977 33554432000 1073741824 1073778376 140736800745968 140526406927992 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10467/tid=10480] ppid=10464 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10467/task/10480/stat : 10480 (java) S 10464 10467 6358 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 27380880 10060525568 828977 33554432000 1073741824 1073778376 140736800745968 140526405875336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10467/tid=10481] ppid=10464 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10467/task/10481/stat : 10481 (java) S 10464 10467 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27380883 10060525568 828977 33554432000 1073741824 1073778376 140736800745968 140526404824080 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10467/tid=10482] ppid=10464 vsize=9824732 CPUtime=1.49 cores=0,2,4,6
/proc/10467/task/10482/stat : 10482 (java) S 10464 10467 6358 0 -1 4202560 9092 0 0 0 147 2 0 0 20 0 22 0 27380883 10060525568 828977 33554432000 1073741824 1073778376 140736800745968 140526403770424 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10467/tid=10483] ppid=10464 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/10467/task/10483/stat : 10483 (java) S 10464 10467 6358 0 -1 4202560 11591 0 0 0 97 2 0 0 20 0 22 0 27380883 10060525568 828977 33554432000 1073741824 1073778376 140736800745968 140526402717880 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10467/tid=10484] ppid=10464 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10467/task/10484/stat : 10484 (java) S 10464 10467 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27380883 10060525568 828977 33554432000 1073741824 1073778376 140736800745968 140526401665528 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10467/tid=10485] ppid=10464 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/10467/task/10485/stat : 10485 (java) S 10464 10467 6358 0 -1 4202560 52 0 0 0 11 11 0 0 20 0 22 0 27380883 10060525568 828977 33554432000 1073741824 1073778376 140736800745968 140526400613192 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10467/tid=10504] ppid=10464 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10467/task/10504/stat : 10504 (java) S 10464 10467 6358 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 27381148 10060525568 828977 33554432000 1073741824 1073778376 140736800745968 140526399559208 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10467/tid=10522] ppid=10464 vsize=9824732 CPUtime=763.39 cores=0,2,4,6
/proc/10467/task/10522/stat : 10522 (java) R 10464 10467 6358 0 -1 4202560 10 0 0 0 76328 11 0 0 20 0 22 0 27392253 10060525568 828977 33554432000 1073741824 1073778376 140736800745968 140526396391920 140526448316117 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10467/tid=10523] ppid=10464 vsize=9824732 CPUtime=763.29 cores=0,2,4,6
/proc/10467/task/10523/stat : 10523 (java) R 10464 10467 6358 0 -1 4202560 224 0 0 0 76317 12 0 0 20 0 22 0 27392253 10060525568 828977 33554432000 1073741824 1073778376 140736800745968 140526397451104 140526448551808 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10467/tid=10524] ppid=10464 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10467/task/10524/stat : 10524 (java) S 10464 10467 6358 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 27392253 10060525568 828977 33554432000 1073741824 1073778376 140736800745968 140526398505768 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1757.74
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+903.208 s]
/proc/loadavg: 4.21 4.22 4.18 5/220 10736
/proc/meminfo: memFree=24718428/32872528 swapFree=681964/737152
[pid=10467] ppid=10464 vsize=9824732 CPUtime=1799.69 cores=0,2,4,6
/proc/10467/stat : 10467 (java) S 10464 10467 6358 0 -1 4202496 57048 0 1 0 179783 186 0 0 20 0 22 0 27380877 10060525568 842494 33554432000 1073741824 1073778376 140736800745968 140736800737104 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10467/statm: 2456183 842494 2294 9 0 2446860 0
[pid=10467/tid=10469] ppid=10464 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/10467/task/10469/stat : 10469 (java) S 10464 10467 6358 0 -1 4202560 2424 0 1 0 19 3 0 0 20 0 22 0 27380878 10060525568 842494 33554432000 1073741824 1073778376 140736800745968 140526584013688 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10467/tid=10470] ppid=10464 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/10467/task/10470/stat : 10470 (java) S 10464 10467 6358 0 -1 4202560 4362 0 0 0 85 14 0 0 20 0 22 0 27380879 10060525568 842494 33554432000 1073741824 1073778376 140736800745968 140526573075112 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10467/tid=10471] ppid=10464 vsize=9824732 CPUtime=0.86 cores=0,2,4,6
/proc/10467/task/10471/stat : 10471 (java) S 10464 10467 6358 0 -1 4202560 3683 0 0 0 73 13 0 0 20 0 22 0 27380879 10060525568 842494 33554432000 1073741824 1073778376 140736800745968 140526572022568 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10467/tid=10472] ppid=10464 vsize=9824732 CPUtime=1.03 cores=0,2,4,6
/proc/10467/task/10472/stat : 10472 (java) S 10464 10467 6358 0 -1 4202560 3985 0 0 0 88 15 0 0 20 0 22 0 27380879 10060525568 842494 33554432000 1073741824 1073778376 140736800745968 140526570970024 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10467/tid=10473] ppid=10464 vsize=9824732 CPUtime=0.86 cores=0,2,4,6
/proc/10467/task/10473/stat : 10473 (java) S 10464 10467 6358 0 -1 4202560 3376 0 0 0 73 13 0 0 20 0 22 0 27380879 10060525568 842494 33554432000 1073741824 1073778376 140736800745968 140526569917480 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10467/tid=10474] ppid=10464 vsize=9824732 CPUtime=0.85 cores=0,2,4,6
/proc/10467/task/10474/stat : 10474 (java) S 10464 10467 6358 0 -1 4202560 2642 0 0 0 73 12 0 0 20 0 22 0 27380879 10060525568 842494 33554432000 1073741824 1073778376 140736800745968 140526568863912 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10467/tid=10475] ppid=10464 vsize=9824732 CPUtime=0.91 cores=0,2,4,6
/proc/10467/task/10475/stat : 10475 (java) S 10464 10467 6358 0 -1 4202560 4170 0 0 0 75 16 0 0 20 0 22 0 27380879 10060525568 842494 33554432000 1073741824 1073778376 140736800745968 140526567811368 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10467/tid=10476] ppid=10464 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/10467/task/10476/stat : 10476 (java) S 10464 10467 6358 0 -1 4202560 4315 0 0 0 79 15 0 0 20 0 22 0 27380879 10060525568 842494 33554432000 1073741824 1073778376 140736800745968 140526566758824 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10467/tid=10477] ppid=10464 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/10467/task/10477/stat : 10477 (java) S 10464 10467 6358 0 -1 4202560 2533 0 0 0 86 16 0 0 20 0 22 0 27380879 10060525568 842494 33554432000 1073741824 1073778376 140736800745968 140526420179496 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10467/tid=10478] ppid=10464 vsize=9824732 CPUtime=2.12 cores=0,2,4,6
/proc/10467/task/10478/stat : 10478 (java) S 10464 10467 6358 0 -1 4202560 1844 0 0 0 209 3 0 0 20 0 22 0 27380880 10060525568 842494 33554432000 1073741824 1073778376 140736800745968 140526407981672 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10467/tid=10479] ppid=10464 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10467/task/10479/stat : 10479 (java) S 10464 10467 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27380880 10060525568 842494 33554432000 1073741824 1073778376 140736800745968 140526406927992 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10467/tid=10480] ppid=10464 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10467/task/10480/stat : 10480 (java) S 10464 10467 6358 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 27380880 10060525568 842494 33554432000 1073741824 1073778376 140736800745968 140526405875336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10467/tid=10481] ppid=10464 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10467/task/10481/stat : 10481 (java) S 10464 10467 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27380883 10060525568 842494 33554432000 1073741824 1073778376 140736800745968 140526404824080 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10467/tid=10482] ppid=10464 vsize=9824732 CPUtime=1.49 cores=0,2,4,6
/proc/10467/task/10482/stat : 10482 (java) S 10464 10467 6358 0 -1 4202560 9092 0 0 0 147 2 0 0 20 0 22 0 27380883 10060525568 842494 33554432000 1073741824 1073778376 140736800745968 140526403770424 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10467/tid=10483] ppid=10464 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/10467/task/10483/stat : 10483 (java) S 10464 10467 6358 0 -1 4202560 11591 0 0 0 97 2 0 0 20 0 22 0 27380883 10060525568 842494 33554432000 1073741824 1073778376 140736800745968 140526402717880 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10467/tid=10484] ppid=10464 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10467/task/10484/stat : 10484 (java) S 10464 10467 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27380883 10060525568 842494 33554432000 1073741824 1073778376 140736800745968 140526401665528 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10467/tid=10485] ppid=10464 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/10467/task/10485/stat : 10485 (java) S 10464 10467 6358 0 -1 4202560 54 0 0 0 11 12 0 0 20 0 22 0 27380883 10060525568 842494 33554432000 1073741824 1073778376 140736800745968 140526400613192 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10467/tid=10504] ppid=10464 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10467/task/10504/stat : 10504 (java) S 10464 10467 6358 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 27381148 10060525568 842494 33554432000 1073741824 1073778376 140736800745968 140526399559208 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10467/tid=10522] ppid=10464 vsize=9824732 CPUtime=784.16 cores=0,2,4,6
/proc/10467/task/10522/stat : 10522 (java) R 10464 10467 6358 0 -1 4202560 12 0 0 0 78405 11 0 0 20 0 22 0 27392253 10060525568 842494 33554432000 1073741824 1073778376 140736800745968 140526396399632 140526448284771 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10467/tid=10523] ppid=10464 vsize=9824732 CPUtime=784.06 cores=0,2,4,6
/proc/10467/task/10523/stat : 10523 (java) R 10464 10467 6358 0 -1 4202560 224 0 0 0 78394 12 0 0 20 0 22 0 27392253 10060525568 842494 33554432000 1073741824 1073778376 140736800745968 140526397451264 140526448551873 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10467/tid=10524] ppid=10464 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10467/task/10524/stat : 10524 (java) S 10464 10467 6358 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 27392253 10060525568 842494 33554432000 1073741824 1073778376 140736800745968 140526398505768 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1799.69
Current children cumulated vsize (KiB) 9824732

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 10467 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10467 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=869290
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=291651
# CPU time returned by wait4() is 1796.16
# while last known CPU time is 1799.69
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# 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): 0.310009
#  lost CPU user time (s): 0.340002
#  lost CPU system time (s): -0.03

Real time (s): 903.268
CPU time (s): 1800
CPU user time (s): 1798.17
CPU system time (s): 1.83
CPU usage (%): 199.276
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.87
system time used= 2.29165
maximum resident set size= 3370112
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57091
page faults= 1
swaps= 0
block input operations= 0
block output operations= 688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24502
involuntary context switches= 12830

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.59315 second user time and 7.2529 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-18 14:35:17
IDJOB=4105370
IDBENCH=2844
IDSOLVER=2543
FILE ID=node112/4105370-1466253316
RUNJOBID= node112-1466241279-6374
PBS_JOBID= 19918204
Free space on /tmp= 71712 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-m100_300_10_20.r.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4105370-1466253316/watcher-4105370-1466253316 -o /tmp/evaluation-result-4105370-1466253316/solver-4105370-1466253316 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1466241279-6374 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4105370-1466253316.opb

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

MD5SUM BENCH= e82b2413101b8c36ea34c3d9f95f4ad5
RANDOM SEED=306095452

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27863316 kB
Buffers:           43684 kB
Cached:           112260 kB
SwapCached:         2028 kB
Active:          3428584 kB
Inactive:          99068 kB
Active(anon):    3372272 kB
Inactive(anon):     2096 kB
Active(file):      56312 kB
Inactive(file):    96972 kB
Unevictable:      737152 kB
Mlocked:          681964 kB
SwapTotal:      67108856 kB
SwapFree:       67096744 kB
Dirty:               844 kB
Writeback:             0 kB
AnonPages:       4140920 kB
Mapped:            15400 kB
Shmem:                 0 kB
Slab:             601280 kB
SReclaimable:      44916 kB
SUnreclaim:       556364 kB
KernelStack:        1640 kB
PageTables:        12736 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4509460 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3391488 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= 71712 MiB
End job on node112 at 2016-06-18 14:50:20