Trace number 4106725

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)-46 1800.07 902.758

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_200_10_4.opb
MD5SUM69a7dda5c80f9dda65f29fb6eb76eed7
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-49
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 -53
Optimality of the best value was proved NO
Number of variables200
Total number of constraints200
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints200
Minimum length of a constraint10
Maximum length of a constraint21
Number of terms in the objective function 200
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 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)2524
Sum of products size (including duplicates)5048
Number of different products1262
Sum of products size2524

Quality of the solution as a function of time


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

Solver Data

0.04/0.27	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.04/0.27	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.27	c See www.sat4j.org for details.
0.04/0.28	c version PB16.v20160501
0.04/0.28	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.28	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.28	c java.vm.version	19.1-b02
0.04/0.28	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.28	c sun.arch.data.model	64
0.04/0.28	c java.version		1.6.0_24
0.04/0.28	c os.name		Linux
0.04/0.28	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.28	c os.arch		amd64
0.04/0.28	c Free memory 		501472288
0.04/0.28	c Max memory 		7480803328
0.04/0.28	c Total memory 		504102912
0.04/0.28	c Number of processors 	8
0.12/0.31	c Pseudo Boolean Optimization by upper bound
0.12/0.31	c ManyCore solver with 2 solvers running in parallel
0.12/0.31	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.12/0.31	c --- Begin Solver configuration ---
0.12/0.31	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.12/0.31	c Learn all clauses as in MiniSAT
0.12/0.31	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.31	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.31	c Expensive reason simplification
0.12/0.31	c Glucose 2.1 dynamic restart strategy
0.12/0.31	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.12/0.31	c timeout=2147483s
0.12/0.31	c DB Simplification allowed=false
0.12/0.31	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.12/0.31	c --- End Solver configuration ---
0.12/0.31	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.12/0.31	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.31	c --- Begin Solver configuration ---
0.12/0.31	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.12/0.31	c Learn all clauses as in MiniSAT
0.12/0.31	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.31	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.31	c No reason simplification
0.12/0.31	c Armin Biere (Picosat) restarts strategy
0.12/0.31	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.12/0.31	c timeout=2147483s
0.12/0.31	c DB Simplification allowed=false
0.12/0.31	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.12/0.31	c --- End Solver configuration ---
0.12/0.31	c solving HOME/instance-4106725-1466276277.opb
0.12/0.31	c reading problem ... 
0.12/0.33	c  objective function found
0.48/0.52	c ... done. Wall clock time 0.208s.
0.48/0.52	c declared #vars     200
0.48/0.52	c internal #vars     1462
0.48/0.52	c #constraints  2924
0.48/0.53	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.48/0.53	c constraints type 
0.48/0.53	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1262
0.48/0.53	c org.sat4j.minisat.constraints.cnf.UnitClauses => 149
0.48/0.53	c org.sat4j.specs.Constr$1 => 220
0.48/0.53	c org.sat4j.minisat.constraints.cnf.UnitClause => 31
0.48/0.53	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1262
0.48/0.53	c 2924 constraints processed.
0.48/0.53	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.48/0.53	c constraints type 
0.48/0.53	c org.sat4j.specs.Constr$1 => 220
0.48/0.53	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1262
0.48/0.53	c org.sat4j.pb.constraints.pb.UnitClausesPB => 149
0.48/0.53	c org.sat4j.pb.constraints.pb.UnitClausePB => 31
0.48/0.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1262
0.48/0.53	c 2924 constraints processed.
0.48/0.53	c objective function length is 200 literals
0.48/0.54	c And the winner is solver0
0.59/1.03	c SATISFIABLE
0.59/1.03	c OPTIMIZING...
0.59/1.03	c Got one! Elapsed wall clock time (in seconds):0.713
0.59/1.03	o -33
0.59/1.04	c And the winner is solver0
0.66/1.53	c Got one! Elapsed wall clock time (in seconds):1.215
0.66/1.53	o -34
0.66/1.54	c And the winner is solver0
0.80/2.03	c Got one! Elapsed wall clock time (in seconds):1.717
0.80/2.03	o -35
0.80/2.07	c And the winner is solver1
1.01/2.53	c Got one! Elapsed wall clock time (in seconds):2.218
1.01/2.53	o -36
1.01/2.54	c And the winner is solver1
1.13/3.03	c Got one! Elapsed wall clock time (in seconds):2.72
1.13/3.03	o -37
1.36/3.10	c And the winner is solver1
1.60/3.54	c Got one! Elapsed wall clock time (in seconds):3.221
1.60/3.54	o -38
1.82/3.62	c And the winner is solver1
2.17/4.04	c Got one! Elapsed wall clock time (in seconds):3.723
2.17/4.04	o -39
2.39/4.15	c And the winner is solver1
2.51/4.54	c Got one! Elapsed wall clock time (in seconds):4.224
2.51/4.54	o -40
2.89/4.71	c cleaning 3251 clauses out of 6502 with flag 4731/6502
2.89/4.76	c And the winner is solver1
3.12/5.04	c Got one! Elapsed wall clock time (in seconds):4.725
3.12/5.04	o -41
3.53/5.21	c And the winner is solver1
3.59/5.54	c Got one! Elapsed wall clock time (in seconds):5.226
3.59/5.54	o -42
4.00/5.70	c cleaning 4520 clauses out of 9040 with flag 4714/12291
4.65/6.09	c And the winner is solver1
4.65/6.09	c cleaning 5260 clauses out of 10519 with flag 18538/18290
4.86/6.54	c Got one! Elapsed wall clock time (in seconds):6.227
4.86/6.54	o -43
5.41/6.88	c cleaning 5129 clauses out of 10259 with flag 11162/23290
6.24/7.24	c cleaning 5563 clauses out of 11130 with flag 25452/29290
6.24/7.26	c And the winner is solver1
6.37/7.54	c Got one! Elapsed wall clock time (in seconds):7.228
6.37/7.54	o -44
6.96/7.89	c cleaning 5441 clauses out of 10882 with flag 11505/34605
7.78/8.28	c cleaning 5721 clauses out of 11442 with flag 26471/40606
8.85/8.77	c cleaning 6361 clauses out of 12722 with flag 43067/47607
10.05/9.33	c cleaning 7180 clauses out of 14361 with flag 61427/55607
11.61/10.09	c cleaning 8088 clauses out of 16179 with flag 82946/64605
13.59/11.01	c cleaning 9046 clauses out of 18092 with flag 108009/74606
15.85/12.13	c cleaning 10020 clauses out of 20045 with flag 135141/85605
18.06/13.23	c cleaning 11013 clauses out of 22027 with flag 164365/97607
20.29/14.32	c cleaning 12003 clauses out of 24012 with flag 194330/110605
23.36/15.82	c cleaning 13004 clauses out of 26010 with flag 228102/124606
26.35/17.37	c cleaning 13997 clauses out of 28005 with flag 263766/139605
30.03/19.18	c cleaning 15000 clauses out of 30008 with flag 301492/155605
31.64/19.94	c And the winner is solver1
31.68/20.05	c Got one! Elapsed wall clock time (in seconds):19.732
31.68/20.05	o -45
32.98/20.71	c cleaning 13998 clauses out of 28008 with flag 11626/168605
34.18/21.38	c cleaning 9999 clauses out of 20009 with flag 26076/174604
35.37/21.96	c cleaning 8502 clauses out of 17012 with flag 42921/181606
36.78/22.61	c cleaning 8252 clauses out of 16508 with flag 62621/189604
38.69/23.59	c cleaning 8622 clauses out of 17255 with flag 85437/198603
40.51/24.40	c cleaning 9312 clauses out of 18633 with flag 109251/208603
42.32/25.40	c cleaning 10155 clauses out of 20322 with flag 136572/219604
44.91/26.69	c cleaning 11078 clauses out of 22169 with flag 168142/231606
47.72/28.07	c cleaning 12040 clauses out of 24088 with flag 200201/244603
50.99/29.67	c cleaning 13022 clauses out of 26048 with flag 235684/258603
54.58/31.45	c cleaning 14013 clauses out of 28028 with flag 273207/273605
58.38/33.38	c cleaning 15006 clauses out of 30013 with flag 314345/289603
62.20/35.25	c cleaning 15996 clauses out of 32007 with flag 355211/306603
66.80/37.54	c cleaning 16998 clauses out of 34011 with flag 398113/324603
72.12/40.10	c cleaning 18003 clauses out of 36014 with flag 443793/343604
77.93/43.02	c cleaning 19001 clauses out of 38011 with flag 492861/363604
84.53/46.31	c cleaning 20005 clauses out of 40009 with flag 546117/384603
91.45/49.71	c cleaning 21002 clauses out of 42004 with flag 598375/406603
99.86/53.93	c cleaning 21997 clauses out of 44003 with flag 653102/429604
110.14/59.02	c cleaning 22999 clauses out of 46005 with flag 712808/453603
118.54/63.26	c And the winner is solver1
118.54/63.61	c Got one! Elapsed wall clock time (in seconds):63.294
118.54/63.61	o -46
121.51/65.12	c cleaning 23894 clauses out of 47795 with flag 12597/478392
123.52/66.11	c cleaning 14946 clauses out of 29902 with flag 27674/484393
125.11/66.93	c cleaning 10973 clauses out of 21956 with flag 45726/491393
126.71/67.79	c cleaning 9486 clauses out of 18982 with flag 66628/499392
128.31/68.56	c cleaning 9241 clauses out of 18496 with flag 89075/508392
130.13/69.47	c cleaning 9625 clauses out of 19255 with flag 114761/518392
132.41/70.58	c cleaning 10315 clauses out of 20632 with flag 143717/529394
134.79/71.79	c cleaning 11153 clauses out of 22316 with flag 174002/541393
137.79/73.25	c cleaning 12081 clauses out of 24162 with flag 206665/554392
141.01/74.86	c cleaning 13038 clauses out of 26081 with flag 242129/568392
144.99/76.81	c cleaning 14018 clauses out of 28045 with flag 281607/583394
149.39/79.03	c cleaning 15012 clauses out of 30026 with flag 324340/599393
154.27/81.48	c cleaning 16005 clauses out of 32014 with flag 368104/616393
159.06/83.80	c cleaning 17000 clauses out of 34008 with flag 412120/634392
164.05/86.35	c cleaning 17999 clauses out of 36008 with flag 457219/653392
170.25/89.45	c cleaning 19003 clauses out of 38009 with flag 504838/673392
180.45/94.71	c cleaning 20002 clauses out of 40007 with flag 557050/694393
189.63/99.36	c cleaning 21001 clauses out of 42004 with flag 612426/716392
199.48/104.25	c cleaning 22002 clauses out of 44004 with flag 668727/739393
207.28/108.16	c cleaning 22996 clauses out of 46001 with flag 726381/763392
216.28/112.65	c cleaning 24001 clauses out of 48007 with flag 786408/788394
227.55/118.28	c cleaning 25000 clauses out of 50004 with flag 849291/814392
239.34/124.19	c cleaning 25998 clauses out of 52004 with flag 915205/841392
251.23/130.07	c cleaning 27003 clauses out of 54007 with flag 985251/869393
254.23/131.52	c cleaning 0 clauses out of 7178 with flag 0/7178
263.98/136.27	c cleaning 28001 clauses out of 56005 with flag 1056475/898394
281.46/144.96	c cleaning 28998 clauses out of 58003 with flag 1131550/928393
295.47/151.99	c cleaning 30000 clauses out of 60004 with flag 1205945/959392
307.92/158.19	c cleaning 30998 clauses out of 62005 with flag 1285260/991393
320.72/164.58	c cleaning 31997 clauses out of 64007 with flag 1368846/1024393
334.60/171.46	c cleaning 33006 clauses out of 66012 with flag 1454257/1058395
350.48/179.34	c cleaning 33999 clauses out of 68003 with flag 1543947/1093392
366.46/187.36	c cleaning 35002 clauses out of 70004 with flag 1636007/1129392
391.97/200.02	c cleaning 35995 clauses out of 72003 with flag 1728699/1166393
420.70/214.33	c cleaning 36996 clauses out of 74007 with flag 1823272/1204392
442.15/225.08	c cleaning 38005 clauses out of 76011 with flag 1919803/1243392
475.02/241.73	c cleaning 39003 clauses out of 78007 with flag 2021499/1283393
507.47/257.93	c cleaning 40000 clauses out of 80005 with flag 2125128/1324394
537.72/273.02	c cleaning 40998 clauses out of 82004 with flag 2227126/1366393
588.46/298.39	c cleaning 42003 clauses out of 84005 with flag 2335661/1409392
624.84/316.40	c cleaning 42996 clauses out of 86002 with flag 2446566/1453392
661.22/334.58	c cleaning 44001 clauses out of 88007 with flag 2561499/1498393
695.11/351.45	c cleaning 45000 clauses out of 90007 with flag 2675047/1544394
738.47/372.97	c cleaning 46004 clauses out of 92007 with flag 2796542/1591394
777.69/392.42	c cleaning 46994 clauses out of 94001 with flag 2918364/1639392
815.82/411.50	c cleaning 47997 clauses out of 96008 with flag 3040994/1688393
861.64/434.20	c cleaning 49000 clauses out of 98010 with flag 3168179/1738392
901.89/454.29	c cleaning 50003 clauses out of 100010 with flag 3295890/1789392
956.47/481.47	c cleaning 51005 clauses out of 102009 with flag 3427186/1841394
992.57/499.48	c cleaning 0 clauses out of 13180 with flag 0/13180
1012.29/509.22	c cleaning 52000 clauses out of 104003 with flag 3555306/1894393
1062.95/534.46	c cleaning 52994 clauses out of 106002 with flag 3684102/1948392
1122.99/564.38	c cleaning 54003 clauses out of 108008 with flag 3820858/2003392
1196.91/601.11	c cleaning 55002 clauses out of 110007 with flag 3961928/2059394
1250.15/627.62	c cleaning 56002 clauses out of 112003 with flag 4096184/2116392
1292.81/649.41	c cleaning 57002 clauses out of 114003 with flag 4222897/2174394
1325.28/665.65	c cleaning 58000 clauses out of 115999 with flag 4348488/2233392
1363.26/684.56	c cleaning 59000 clauses out of 117999 with flag 4477964/2293392
1399.96/702.89	c cleaning 60001 clauses out of 120001 with flag 4606540/2354394
1436.38/720.91	c cleaning 60997 clauses out of 121998 with flag 4739047/2416392
1474.99/740.19	c cleaning 61991 clauses out of 124002 with flag 4878574/2479393
1506.35/755.75	c cleaning 63001 clauses out of 126012 with flag 5013446/2543394
1536.22/770.53	c cleaning 64005 clauses out of 128009 with flag 5149587/2608392
1571.72/788.25	c cleaning 64996 clauses out of 130005 with flag 5288745/2674393
1614.92/809.73	c cleaning 66002 clauses out of 132010 with flag 5429359/2741394
1654.47/830.20	c cleaning 66999 clauses out of 134006 with flag 5572077/2809392
1693.95/849.98	c cleaning 67996 clauses out of 136007 with flag 5716882/2878392
1728.34/867.07	c cleaning 69004 clauses out of 138011 with flag 5864001/2948392
1763.82/884.73	c cleaning 70005 clauses out of 140009 with flag 6012796/3019394
1800.07/902.70	c >>>>>>>>>> Solver number 0 (3 answers) <<<<<<<<<<<<<<<<<<
1800.07/902.70	c starts		: 40445
1800.07/902.70	c conflicts		: 3091393
1800.07/902.70	c decisions		: 8381440
1800.07/902.70	c propagations		: 22981792
1800.07/902.70	c inspects		: 10501895839
1800.07/902.70	c shortcuts		: 0
1800.07/902.70	c learnt literals	: 0
1800.07/902.70	c learnt binary clauses	: 0
1800.07/902.70	c learnt ternary clauses	: 0
1800.07/902.70	c learnt constraints	: 3091393
1800.07/902.70	c ignored constraints	: 0
1800.07/902.70	c root simplifications	: 0
1800.07/902.70	c removed literals (reason simplification)	: 55454563
1800.07/902.70	c reason swapping (by a shorter reason)	: 0
1800.07/902.70	c Calls to reduceDB	: 105
1800.07/902.70	c Number of update (reduction) of LBD	: 110885
1800.07/902.70	c Imported unit clauses	: 0
1800.07/902.70	c number of reductions to clauses (during analyze)	: 0
1800.07/902.70	c number of learned constraints concerned by reduction	: 0
1800.07/902.70	c number of learning phase by resolution	: 0
1800.07/902.70	c number of learning phase by cutting planes	: 0
1800.07/902.70	c speed (assignments/second)	: 27388.816985939597
1800.07/902.70	c non guided choices	0
1800.07/902.73	c learnt constraints type 
1800.07/902.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 142003
1800.07/902.73	c >>>>>>>>>> Solver number 1 (11 answers) <<<<<<<<<<<<<<<<<<
1800.07/902.73	c starts		: 58
1800.07/902.73	c conflicts		: 17357
1800.07/902.73	c decisions		: 23782
1800.07/902.73	c propagations		: 218085
1800.07/902.73	c inspects		: 848784993
1800.07/902.73	c shortcuts		: 0
1800.07/902.73	c learnt literals	: 0
1800.07/902.73	c learnt binary clauses	: 0
1800.07/902.73	c learnt ternary clauses	: 0
1800.07/902.73	c learnt constraints	: 17357
1800.07/902.73	c ignored constraints	: 0
1800.07/902.73	c root simplifications	: 0
1800.07/902.73	c removed literals (reason simplification)	: 0
1800.07/902.73	c reason swapping (by a shorter reason)	: 0
1800.07/902.73	c Calls to reduceDB	: 2
1800.07/902.73	c Number of update (reduction) of LBD	: 0
1800.07/902.73	c Imported unit clauses	: 0
1800.07/902.73	c number of reductions to clauses (during analyze)	: 0
1800.07/902.73	c number of learned constraints concerned by reduction	: 0
1800.07/902.73	c number of learning phase by resolution	: 0
1800.07/902.73	c number of learning phase by cutting planes	: 0
1800.07/902.73	c speed (assignments/second)	: 241.99588767333967
1800.07/902.73	c non guided choices	0
1800.07/902.74	c learnt constraints type 
1800.07/902.74	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 270
1800.07/902.74	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17087
1800.07/902.74	s SATISFIABLE
1800.07/902.74	c Found 14 solution(s)
1800.07/902.74	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 
1800.07/902.74	c objective function=-46
1800.07/902.74	c Total wall clock time (in seconds): 902.425

Verifier Data

OK	-46

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

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

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


[startup+0 s]
/proc/loadavg: 1.11 1.69 2.03 3/176 8304
/proc/meminfo: memFree=30503148/32872528 swapFree=1200228/1314692
[pid=8304] ppid=8301 vsize=24328 CPUtime=0 cores=1,3,5,7
/proc/8304/stat : 8304 (runsolver) D 8301 8304 8258 0 -1 4202560 115 0 0 0 0 0 0 0 20 0 1 0 29674281 24911872 152 33554432000 4194304 4338465 140734848438400 140734848436040 252263091383 0 0 4096 24578 18446744072101238148 0 0 17 1 0 0 0 0 0
/proc/8304/statm: 6082 152 105 36 0 2655 0

[startup+0.100167 s]
/proc/loadavg: 1.11 1.69 2.03 3/176 8304
/proc/meminfo: memFree=30503148/32872528 swapFree=1200228/1314692
[pid=8304] ppid=8301 vsize=101528 CPUtime=0 cores=1,3,5,7
/proc/8304/stat : 8304 (java) S 8301 8304 8258 0 -1 4202496 1443 0 12 0 0 0 0 0 20 0 2 0 29674281 103964672 1058 33554432000 1073741824 1073778376 140735640094880 140735640086016 252266446909 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 3 0 0
/proc/8304/statm: 25382 1058 809 9 0 16774 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 101528

[startup+0.200304 s]
/proc/loadavg: 1.11 1.69 2.03 3/176 8304
/proc/meminfo: memFree=30503148/32872528 swapFree=1200228/1314692
[pid=8304] ppid=8301 vsize=9225560 CPUtime=0.04 cores=1,3,5,7
/proc/8304/stat : 8304 (java) S 8301 8304 8258 0 -1 4202496 3170 0 16 0 3 1 0 0 20 0 13 0 29674281 9446973440 3294 33554432000 1073741824 1073778376 140735640094880 140735640086016 252266446909 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0 3 0 0
/proc/8304/statm: 2306390 3294 1707 9 0 2297091 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9225560

[startup+0.300237 s]
/proc/loadavg: 1.11 1.69 2.03 3/176 8304
/proc/meminfo: memFree=30503148/32872528 swapFree=1200228/1314692
[pid=8304] ppid=8301 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/8304/stat : 8304 (java) S 8301 8304 8258 0 -1 4202496 4506 0 16 0 10 2 0 0 20 0 18 0 29674281 9787879424 5633 33554432000 1073741824 1073778376 140735640094880 140735640086016 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 3 0 0
/proc/8304/statm: 2389619 5633 2148 9 0 2380296 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 9558476

[startup+0.700294 s]
/proc/loadavg: 1.11 1.69 2.03 3/176 8304
/proc/meminfo: memFree=30503148/32872528 swapFree=1200228/1314692
[pid=8304] ppid=8301 vsize=9824732 CPUtime=0.59 cores=1,3,5,7
/proc/8304/stat : 8304 (java) S 8301 8304 8258 0 -1 4202496 6203 0 16 0 54 5 0 0 20 0 19 0 29674281 10060525568 9655 33554432000 1073741824 1073778376 140735640094880 140735640086016 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 3 0 0
/proc/8304/statm: 2456183 9655 2251 9 0 2446860 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 9824732

[startup+1.5008 s]
/proc/loadavg: 1.11 1.69 2.03 1/213 8352
/proc/meminfo: memFree=30428284/32872528 swapFree=1200228/1314692
[pid=8304] ppid=8301 vsize=9824732 CPUtime=0.66 cores=1,3,5,7
/proc/8304/stat : 8304 (java) S 8301 8304 8258 0 -1 4202496 6268 0 16 0 59 7 0 0 20 0 19 0 29674281 10060525568 10721 33554432000 1073741824 1073778376 140735640094880 140735640086016 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 3 0 0
/proc/8304/statm: 2456183 10721 2257 9 0 2446860 0
[pid=8304/tid=8307] ppid=8301 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/8304/task/8307/stat : 8307 (java) S 8301 8304 8258 0 -1 4202560 2460 0 7 0 28 2 0 0 20 0 19 0 29674288 10060525568 10721 33554432000 1073741824 1073778376 140735640094880 140121691255672 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 12 0 0
[pid=8304/tid=8308] ppid=8301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8304/task/8308/stat : 8308 (java) S 8301 8304 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29674293 10060525568 10721 33554432000 1073741824 1073778376 140735640094880 140121534839848 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8304/tid=8309] ppid=8301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8304/task/8309/stat : 8309 (java) S 8301 8304 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29674293 10060525568 10721 33554432000 1073741824 1073778376 140735640094880 140121533787048 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8304/tid=8310] ppid=8301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8304/task/8310/stat : 8310 (java) S 8301 8304 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29674293 10060525568 10721 33554432000 1073741824 1073778376 140735640094880 140121532734248 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8304/tid=8311] ppid=8301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8304/task/8311/stat : 8311 (java) S 8301 8304 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29674293 10060525568 10721 33554432000 1073741824 1073778376 140735640094880 140121531681448 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8304/tid=8313] ppid=8301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8304/task/8313/stat : 8313 (java) S 8301 8304 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29674293 10060525568 10721 33554432000 1073741824 1073778376 140735640094880 140121530628648 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8304/tid=8314] ppid=8301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8304/task/8314/stat : 8314 (java) S 8301 8304 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29674293 10060525568 10721 33554432000 1073741824 1073778376 140735640094880 140121529575848 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8304/tid=8316] ppid=8301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8304/task/8316/stat : 8316 (java) S 8301 8304 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29674293 10060525568 10721 33554432000 1073741824 1073778376 140735640094880 140121528523048 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8304/tid=8319] ppid=8301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8304/task/8319/stat : 8319 (java) S 8301 8304 8258 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29674293 10060525568 10721 33554432000 1073741824 1073778376 140735640094880 140121527470248 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8304/tid=8325] ppid=8301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8304/task/8325/stat : 8325 (java) S 8301 8304 8258 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29674296 10060525568 10721 33554432000 1073741824 1073778376 140735640094880 140121515273192 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8304/tid=8327] ppid=8301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8304/task/8327/stat : 8327 (java) S 8301 8304 8258 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29674297 10060525568 10721 33554432000 1073741824 1073778376 140735640094880 140121514219256 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8304/tid=8329] ppid=8301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8304/task/8329/stat : 8329 (java) S 8301 8304 8258 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29674297 10060525568 10721 33554432000 1073741824 1073778376 140735640094880 140121513166344 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8304/tid=8331] ppid=8301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8304/task/8331/stat : 8331 (java) S 8301 8304 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29674303 10060525568 10721 33554432000 1073741824 1073778376 140735640094880 140121512114832 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8304/tid=8333] ppid=8301 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/8304/task/8333/stat : 8333 (java) S 8301 8304 8258 0 -1 4202560 1109 0 0 0 12 0 0 0 20 0 19 0 29674303 10060525568 10721 33554432000 1073741824 1073778376 140735640094880 140121511061944 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8304/tid=8335] ppid=8301 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/8304/task/8335/stat : 8335 (java) S 8301 8304 8258 0 -1 4202560 1382 0 0 0 11 0 0 0 20 0 19 0 29674303 10060525568 10721 33554432000 1073741824 1073778376 140735640094880 140121510009144 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8304/tid=8337] ppid=8301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8304/task/8337/stat : 8337 (java) S 8301 8304 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29674303 10060525568 10721 33554432000 1073741824 1073778376 140735640094880 140121508956536 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8304/tid=8339] ppid=8301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8304/task/8339/stat : 8339 (java) S 8301 8304 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29674303 10060525568 10721 33554432000 1073741824 1073778376 140735640094880 140121507903944 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8304/tid=8346] ppid=8301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8304/task/8346/stat : 8346 (java) S 8301 8304 8258 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29674335 10060525568 10721 33554432000 1073741824 1073778376 140735640094880 140121504744872 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 9824732

[startup+3.10072 s]
/proc/loadavg: 1.03 1.66 2.02 1/213 8363
/proc/meminfo: memFree=30396924/32872528 swapFree=1200228/1314692
[pid=8304] ppid=8301 vsize=9824732 CPUtime=1.36 cores=1,3,5,7
/proc/8304/stat : 8304 (java) S 8301 8304 8258 0 -1 4202496 10254 0 16 0 125 11 0 0 20 0 22 0 29674281 10060525568 17685 33554432000 1073741824 1073778376 140735640094880 140735640086016 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 3 0 0
/proc/8304/statm: 2456183 17685 2264 9 0 2446860 0
[pid=8304/tid=8307] ppid=8301 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/8304/task/8307/stat : 8307 (java) S 8301 8304 8258 0 -1 4202560 2462 0 7 0 29 2 0 0 20 0 22 0 29674288 10060525568 17685 33554432000 1073741824 1073778376 140735640094880 140121691255672 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 12 0 0
[pid=8304/tid=8308] ppid=8301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8304/task/8308/stat : 8308 (java) S 8301 8304 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29674293 10060525568 17685 33554432000 1073741824 1073778376 140735640094880 140121534839848 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8304/tid=8309] ppid=8301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8304/task/8309/stat : 8309 (java) S 8301 8304 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29674293 10060525568 17685 33554432000 1073741824 1073778376 140735640094880 140121533787048 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8304/tid=8310] ppid=8301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8304/task/8310/stat : 8310 (java) S 8301 8304 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29674293 10060525568 17685 33554432000 1073741824 1073778376 140735640094880 140121532734248 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8304/tid=8311] ppid=8301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8304/task/8311/stat : 8311 (java) S 8301 8304 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29674293 10060525568 17685 33554432000 1073741824 1073778376 140735640094880 140121531681448 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8304/tid=8313] ppid=8301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8304/task/8313/stat : 8313 (java) S 8301 8304 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29674293 10060525568 17685 33554432000 1073741824 1073778376 140735640094880 140121530628648 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8304/tid=8314] ppid=8301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8304/task/8314/stat : 8314 (java) S 8301 8304 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29674293 10060525568 17685 33554432000 1073741824 1073778376 140735640094880 140121529575848 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8304/tid=8316] ppid=8301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8304/task/8316/stat : 8316 (java) S 8301 8304 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29674293 10060525568 17685 33554432000 1073741824 1073778376 140735640094880 140121528523048 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8304/tid=8319] ppid=8301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8304/task/8319/stat : 8319 (java) S 8301 8304 8258 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29674293 10060525568 17685 33554432000 1073741824 1073778376 140735640094880 140121527470248 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8304/tid=8325] ppid=8301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8304/task/8325/stat : 8325 (java) S 8301 8304 8258 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29674296 10060525568 17685 33554432000 1073741824 1073778376 140735640094880 140121515273192 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8304/tid=8327] ppid=8301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8304/task/8327/stat : 8327 (java) S 8301 8304 8258 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 29674297 10060525568 17685 33554432000 1073741824 1073778376 140735640094880 140121514219256 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8304/tid=8329] ppid=8301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8304/task/8329/stat : 8329 (java) S 8301 8304 8258 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29674297 10060525568 17685 33554432000 1073741824 1073778376 140735640094880 140121513166344 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8304/tid=8331] ppid=8301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8304/task/8331/stat : 8331 (java) S 8301 8304 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29674303 10060525568 17685 33554432000 1073741824 1073778376 140735640094880 140121512114832 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8304/tid=8333] ppid=8301 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/8304/task/8333/stat : 8333 (java) R 8301 8304 8258 0 -1 4202560 3411 0 0 0 39 0 0 0 20 0 22 0 29674303 10060525568 17685 33554432000 1073741824 1073778376 140735640094880 140121511061944 252262759733 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8304/tid=8335] ppid=8301 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/8304/task/8335/stat : 8335 (java) R 8301 8304 8258 0 -1 4202560 3014 0 0 0 31 0 0 0 20 0 22 0 29674303 10060525568 17685 33554432000 1073741824 1073778376 140735640094880 140121509986392 140121697638208 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=8304/tid=8337] ppid=8301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8304/task/8337/stat : 8337 (java) S 8301 8304 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29674303 10060525568 17685 33554432000 1073741824 1073778376 140735640094880 140121508956536 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8304/tid=8339] ppid=8301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8304/task/8339/stat : 8339 (java) S 8301 8304 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29674303 10060525568 17685 33554432000 1073741824 1073778376 140735640094880 140121507903944 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8304/tid=8358] ppid=8301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8304/task/8358/stat : 8358 (java) S 8301 8304 8258 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29674435 10060525568 17685 33554432000 1073741824 1073778376 140735640094880 140121506850344 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=23 pid=1811 uid=0 cmd=

[startup+6.30078 s]
/proc/loadavg: 1.03 1.66 2.02 2/213 8455
/proc/meminfo: memFree=30197592/32872528 swapFree=1200228/1314692
[pid=8304] ppid=8301 vsize=9824732 CPUtime=4.86 cores=1,3,5,7
/proc/8304/stat : 8304 (java) S 8301 8304 8258 0 -1 4202496 16401 0 16 0 458 28 0 0 20 0 19 0 29674281 10060525568 54016 33554432000 1073741824 1073778376 140735640094880 140735640086016 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 3 0 0
/proc/8304/statm: 2456183 54016 2293 9 0 2446860 0
[pid=8304/tid=8307] ppid=8301 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/8304/task/8307/stat : 8307 (java) S 8301 8304 8258 0 -1 4202560 2463 0 7 0 29 2 0 0 20 0 19 0 29674288 10060525568 54016 33554432000 1073741824 1073778376 140735640094880 140121691255672 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 12 0 0
[pid=8304/tid=8308] ppid=8301 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/8304/task/8308/stat : 8308 (java) S 8301 8304 8258 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 29674293 10060525568 54016 33554432000 1073741824 1073778376 140735640094880 140121534839848 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8304/tid=8309] ppid=8301 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/8304/task/8309/stat : 8309 (java) S 8301 8304 8258 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 19 0 29674293 10060525568 54016 33554432000 1073741824 1073778376 140735640094880 140121533787048 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8304/tid=8310] ppid=8301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8304/task/8310/stat : 8310 (java) S 8301 8304 8258 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29674293 10060525568 54016 33554432000 1073741824 1073778376 140735640094880 140121532734248 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8304/tid=8311] ppid=8301 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/8304/task/8311/stat : 8311 (java) S 8301 8304 8258 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 29674293 10060525568 54016 33554432000 1073741824 1073778376 140735640094880 140121531681448 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8304/tid=8313] ppid=8301 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/8304/task/8313/stat : 8313 (java) S 8301 8304 8258 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 19 0 29674293 10060525568 54016 33554432000 1073741824 1073778376 140735640094880 140121530628648 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8304/tid=8314] ppid=8301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8304/task/8314/stat : 8314 (java) S 8301 8304 8258 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 29674293 10060525568 54016 33554432000 1073741824 1073778376 140735640094880 140121529575848 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8304/tid=8316] ppid=8301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8304/task/8316/stat : 8316 (java) S 8301 8304 8258 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29674293 10060525568 54016 33554432000 1073741824 1073778376 140735640094880 140121528523048 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8304/tid=8319] ppid=8301 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/8304/task/8319/stat : 8319 (java) S 8301 8304 8258 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 29674293 10060525568 54016 33554432000 1073741824 1073778376 140735640094880 140121527470248 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8304/tid=8325] ppid=8301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8304/task/8325/stat : 8325 (java) S 8301 8304 8258 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 29674296 10060525568 54016 33554432000 1073741824 1073778376 140735640094880 140121515273192 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8304/tid=8327] ppid=8301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8304/task/8327/stat : 8327 (java) S 8301 8304 8258 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29674297 10060525568 54016 33554432000 1073741824 1073778376 140735640094880 140121514219256 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8304/tid=8329] ppid=8301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8304/task/8329/stat : 8329 (java) S 8301 8304 8258 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 29674297 10060525568 54016 33554432000 1073741824 1073778376 140735640094880 140121513166344 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8304/tid=8331] ppid=8301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8304/task/8331/stat : 8331 (java) S 8301 8304 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29674303 10060525568 54016 33554432000 1073741824 1073778376 140735640094880 140121512114832 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8304/tid=8333] ppid=8301 vsize=9824732 CPUtime=0.86 cores=1,3,5,7
/proc/8304/task/8333/stat : 8333 (java) S 8301 8304 8258 0 -1 4202560 6683 0 0 0 84 2 0 0 20 0 19 0 29674303 10060525568 54016 33554432000 1073741824 1073778376 140735640094880 140121511061944 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8304/tid=8335] ppid=8301 vsize=9824732 CPUtime=0.99 cores=1,3,5,7
/proc/8304/task/8335/stat : 8335 (java) S 8301 8304 8258 0 -1 4202560 5631 0 0 0 97 2 0 0 20 0 19 0 29674303 10060525568 54016 33554432000 1073741824 1073778376 140735640094880 140121510009144 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8304/tid=8337] ppid=8301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8304/task/8337/stat : 8337 (java) S 8301 8304 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29674303 10060525568 54016 33554432000 1073741824 1073778376 140735640094880 140121508956536 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8304/tid=8339] ppid=8301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8304/task/8339/stat : 8339 (java) S 8301 8304 8258 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29674303 10060525568 54016 33554432000 1073741824 1073778376 140735640094880 140121507903944 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8304/tid=8358] ppid=8301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8304/task/8358/stat : 8358 (java) S 8301 8304 8258 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29674435 10060525568 54016 33554432000 1073741824 1073778376 140735640094880 140121506850344 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.86

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

[pid=8304/tid=8319] ppid=8301 vsize=9824732 CPUtime=2.18 cores=1,3,5,7
/proc/8304/task/8319/stat : 8319 (java) S 8301 8304 8258 0 -1 4202560 914 0 0 0 196 22 0 0 20 0 22 0 29674293 10060525568 860085 33554432000 1073741824 1073778376 140735640094880 140121527470248 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8304/tid=8325] ppid=8301 vsize=9824732 CPUtime=4.13 cores=1,3,5,7
/proc/8304/task/8325/stat : 8325 (java) S 8301 8304 8258 0 -1 4202560 2463 0 0 0 407 6 0 0 20 0 22 0 29674296 10060525568 860085 33554432000 1073741824 1073778376 140735640094880 140121515273192 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8304/tid=8327] ppid=8301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8304/task/8327/stat : 8327 (java) S 8301 8304 8258 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29674297 10060525568 860085 33554432000 1073741824 1073778376 140735640094880 140121514219256 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8304/tid=8329] ppid=8301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8304/task/8329/stat : 8329 (java) S 8301 8304 8258 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 29674297 10060525568 860085 33554432000 1073741824 1073778376 140735640094880 140121513166344 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8304/tid=8331] ppid=8301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8304/task/8331/stat : 8331 (java) S 8301 8304 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29674303 10060525568 860085 33554432000 1073741824 1073778376 140735640094880 140121512114832 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8304/tid=8333] ppid=8301 vsize=9824732 CPUtime=0.96 cores=1,3,5,7
/proc/8304/task/8333/stat : 8333 (java) S 8301 8304 8258 0 -1 4202560 6693 0 0 0 94 2 0 0 20 0 22 0 29674303 10060525568 860085 33554432000 1073741824 1073778376 140735640094880 140121511061944 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8304/tid=8335] ppid=8301 vsize=9824732 CPUtime=1.57 cores=1,3,5,7
/proc/8304/task/8335/stat : 8335 (java) S 8301 8304 8258 0 -1 4202560 7213 0 0 0 155 2 0 0 20 0 22 0 29674303 10060525568 860085 33554432000 1073741824 1073778376 140735640094880 140121510009144 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8304/tid=8337] ppid=8301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8304/task/8337/stat : 8337 (java) S 8301 8304 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29674303 10060525568 860085 33554432000 1073741824 1073778376 140735640094880 140121508956536 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8304/tid=8339] ppid=8301 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/8304/task/8339/stat : 8339 (java) S 8301 8304 8258 0 -1 4202560 52 0 0 0 17 23 0 0 20 0 22 0 29674303 10060525568 860085 33554432000 1073741824 1073778376 140735640094880 140121507903944 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8304/tid=8358] ppid=8301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8304/task/8358/stat : 8358 (java) S 8301 8304 8258 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29674435 10060525568 860085 33554432000 1073741824 1073778376 140735640094880 140121506850344 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8304/tid=8489] ppid=8301 vsize=9824732 CPUtime=808.23 cores=1,3,5,7
/proc/8304/task/8489/stat : 8489 (java) R 8301 8304 8258 0 -1 4202560 18 0 0 0 80810 13 0 0 20 0 22 0 29680642 10060525568 860085 33554432000 1073741824 1073778376 140735640094880 140121504742432 140121631489621 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8304/tid=8490] ppid=8301 vsize=9824732 CPUtime=808.23 cores=1,3,5,7
/proc/8304/task/8490/stat : 8490 (java) R 8301 8304 8258 0 -1 4202560 451 0 0 0 80808 15 0 0 20 0 22 0 29680642 10060525568 860085 33554432000 1073741824 1073778376 140735640094880 140121503690336 140121631428808 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8304/tid=8491] ppid=8301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8304/task/8491/stat : 8491 (java) S 8301 8304 8258 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29680642 10060525568 860085 33554432000 1073741824 1073778376 140735640094880 140121505797288 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1758.97
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+902.701 s]
/proc/loadavg: 4.33 4.18 3.42 3/216 8612
/proc/meminfo: memFree=26523040/32872528 swapFree=1200228/1314692
[pid=8304] ppid=8301 vsize=9824732 CPUtime=1800 cores=1,3,5,7
/proc/8304/stat : 8304 (java) S 8301 8304 8258 0 -1 4202496 33287 0 16 0 179734 266 0 0 20 0 22 0 29674281 10060525568 880739 33554432000 1073741824 1073778376 140735640094880 140735640086016 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 3 0 0
/proc/8304/statm: 2456183 880739 2301 9 0 2446860 0
[pid=8304/tid=8307] ppid=8301 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/8304/task/8307/stat : 8307 (java) S 8301 8304 8258 0 -1 4202560 2466 0 7 0 33 4 0 0 20 0 22 0 29674288 10060525568 880739 33554432000 1073741824 1073778376 140735640094880 140121691255672 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 12 0 0
[pid=8304/tid=8308] ppid=8301 vsize=9824732 CPUtime=2 cores=1,3,5,7
/proc/8304/task/8308/stat : 8308 (java) S 8301 8304 8258 0 -1 4202560 980 0 0 0 182 18 0 0 20 0 22 0 29674293 10060525568 880739 33554432000 1073741824 1073778376 140735640094880 140121534839848 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8304/tid=8309] ppid=8301 vsize=9824732 CPUtime=2.39 cores=1,3,5,7
/proc/8304/task/8309/stat : 8309 (java) S 8301 8304 8258 0 -1 4202560 4059 0 0 0 214 25 0 0 20 0 22 0 29674293 10060525568 880739 33554432000 1073741824 1073778376 140735640094880 140121533787048 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8304/tid=8310] ppid=8301 vsize=9824732 CPUtime=2.33 cores=1,3,5,7
/proc/8304/task/8310/stat : 8310 (java) S 8301 8304 8258 0 -1 4202560 1080 0 0 0 216 17 0 0 20 0 22 0 29674293 10060525568 880739 33554432000 1073741824 1073778376 140735640094880 140121532734248 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8304/tid=8311] ppid=8301 vsize=9824732 CPUtime=2.18 cores=1,3,5,7
/proc/8304/task/8311/stat : 8311 (java) S 8301 8304 8258 0 -1 4202560 1184 0 0 0 199 19 0 0 20 0 22 0 29674293 10060525568 880739 33554432000 1073741824 1073778376 140735640094880 140121531681448 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8304/tid=8313] ppid=8301 vsize=9824732 CPUtime=2.53 cores=1,3,5,7
/proc/8304/task/8313/stat : 8313 (java) S 8301 8304 8258 0 -1 4202560 1009 0 0 0 231 22 0 0 20 0 22 0 29674293 10060525568 880739 33554432000 1073741824 1073778376 140735640094880 140121530628648 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8304/tid=8314] ppid=8301 vsize=9824732 CPUtime=2.25 cores=1,3,5,7
/proc/8304/task/8314/stat : 8314 (java) S 8301 8304 8258 0 -1 4202560 1150 0 0 0 200 25 0 0 20 0 22 0 29674293 10060525568 880739 33554432000 1073741824 1073778376 140735640094880 140121529575848 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8304/tid=8316] ppid=8301 vsize=9824732 CPUtime=2.22 cores=1,3,5,7
/proc/8304/task/8316/stat : 8316 (java) S 8301 8304 8258 0 -1 4202560 812 0 0 0 202 20 0 0 20 0 22 0 29674293 10060525568 880739 33554432000 1073741824 1073778376 140735640094880 140121528523048 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8304/tid=8319] ppid=8301 vsize=9824732 CPUtime=2.22 cores=1,3,5,7
/proc/8304/task/8319/stat : 8319 (java) S 8301 8304 8258 0 -1 4202560 924 0 0 0 199 23 0 0 20 0 22 0 29674293 10060525568 880739 33554432000 1073741824 1073778376 140735640094880 140121527470248 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8304/tid=8325] ppid=8301 vsize=9824732 CPUtime=4.13 cores=1,3,5,7
/proc/8304/task/8325/stat : 8325 (java) S 8301 8304 8258 0 -1 4202560 2465 0 0 0 407 6 0 0 20 0 22 0 29674296 10060525568 880739 33554432000 1073741824 1073778376 140735640094880 140121515273192 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8304/tid=8327] ppid=8301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8304/task/8327/stat : 8327 (java) S 8301 8304 8258 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29674297 10060525568 880739 33554432000 1073741824 1073778376 140735640094880 140121514219256 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8304/tid=8329] ppid=8301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8304/task/8329/stat : 8329 (java) S 8301 8304 8258 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 29674297 10060525568 880739 33554432000 1073741824 1073778376 140735640094880 140121513166344 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8304/tid=8331] ppid=8301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8304/task/8331/stat : 8331 (java) S 8301 8304 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29674303 10060525568 880739 33554432000 1073741824 1073778376 140735640094880 140121512114832 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8304/tid=8333] ppid=8301 vsize=9824732 CPUtime=0.96 cores=1,3,5,7
/proc/8304/task/8333/stat : 8333 (java) S 8301 8304 8258 0 -1 4202560 6693 0 0 0 94 2 0 0 20 0 22 0 29674303 10060525568 880739 33554432000 1073741824 1073778376 140735640094880 140121511061944 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8304/tid=8335] ppid=8301 vsize=9824732 CPUtime=1.57 cores=1,3,5,7
/proc/8304/task/8335/stat : 8335 (java) S 8301 8304 8258 0 -1 4202560 7213 0 0 0 155 2 0 0 20 0 22 0 29674303 10060525568 880739 33554432000 1073741824 1073778376 140735640094880 140121510009144 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8304/tid=8337] ppid=8301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8304/task/8337/stat : 8337 (java) S 8301 8304 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29674303 10060525568 880739 33554432000 1073741824 1073778376 140735640094880 140121508956536 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8304/tid=8339] ppid=8301 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/8304/task/8339/stat : 8339 (java) S 8301 8304 8258 0 -1 4202560 52 0 0 0 17 23 0 0 20 0 22 0 29674303 10060525568 880739 33554432000 1073741824 1073778376 140735640094880 140121507903944 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8304/tid=8358] ppid=8301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8304/task/8358/stat : 8358 (java) S 8301 8304 8258 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29674435 10060525568 880739 33554432000 1073741824 1073778376 140735640094880 140121506850344 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8304/tid=8489] ppid=8301 vsize=9824732 CPUtime=828.42 cores=1,3,5,7
/proc/8304/task/8489/stat : 8489 (java) R 8301 8304 8258 0 -1 4202560 19 0 0 0 82829 13 0 0 20 0 22 0 29680642 10060525568 880739 33554432000 1073741824 1073778376 140735640094880 140121504742360 140121632156016 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8304/tid=8490] ppid=8301 vsize=9824732 CPUtime=828.42 cores=1,3,5,7
/proc/8304/task/8490/stat : 8490 (java) R 8301 8304 8258 0 -1 4202560 452 0 0 0 82827 15 0 0 20 0 22 0 29680642 10060525568 880739 33554432000 1073741824 1073778376 140735640094880 140121503690536 140121631422960 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8304/tid=8491] ppid=8301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8304/task/8491/stat : 8491 (java) S 8301 8304 8258 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29680642 10060525568 880739 33554432000 1073741824 1073778376 140735640094880 140121505797288 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800
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 8304 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+902.701 s]
/proc/loadavg: 4.33 4.18 3.42 3/216 8612
/proc/meminfo: memFree=26523040/32872528 swapFree=1200228/1314692
[pid=8304] ppid=8301 vsize=9824732 CPUtime=1800 cores=1,3,5,7
/proc/8304/stat : 8304 (java) S 8301 8304 8258 0 -1 4202496 33287 0 16 0 179734 266 0 0 20 0 22 0 29674281 10060525568 880739 33554432000 1073741824 1073778376 140735640094880 140735640086016 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 3 0 0
/proc/8304/statm: 2456183 880739 2301 9 0 2446860 0
[pid=8304/tid=8307] ppid=8301 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/8304/task/8307/stat : 8307 (java) S 8301 8304 8258 0 -1 4202560 2466 0 7 0 33 4 0 0 20 0 22 0 29674288 10060525568 880739 33554432000 1073741824 1073778376 140735640094880 140121691255672 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 12 0 0
[pid=8304/tid=8308] ppid=8301 vsize=9824732 CPUtime=2 cores=1,3,5,7
/proc/8304/task/8308/stat : 8308 (java) S 8301 8304 8258 0 -1 4202560 980 0 0 0 182 18 0 0 20 0 22 0 29674293 10060525568 880739 33554432000 1073741824 1073778376 140735640094880 140121534839848 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8304/tid=8309] ppid=8301 vsize=9824732 CPUtime=2.39 cores=1,3,5,7
/proc/8304/task/8309/stat : 8309 (java) S 8301 8304 8258 0 -1 4202560 4059 0 0 0 214 25 0 0 20 0 22 0 29674293 10060525568 880739 33554432000 1073741824 1073778376 140735640094880 140121533787048 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8304/tid=8310] ppid=8301 vsize=9824732 CPUtime=2.33 cores=1,3,5,7
/proc/8304/task/8310/stat : 8310 (java) S 8301 8304 8258 0 -1 4202560 1080 0 0 0 216 17 0 0 20 0 22 0 29674293 10060525568 880739 33554432000 1073741824 1073778376 140735640094880 140121532734248 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8304/tid=8311] ppid=8301 vsize=9824732 CPUtime=2.18 cores=1,3,5,7
/proc/8304/task/8311/stat : 8311 (java) S 8301 8304 8258 0 -1 4202560 1184 0 0 0 199 19 0 0 20 0 22 0 29674293 10060525568 880739 33554432000 1073741824 1073778376 140735640094880 140121531681448 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8304/tid=8313] ppid=8301 vsize=9824732 CPUtime=2.53 cores=1,3,5,7
/proc/8304/task/8313/stat : 8313 (java) S 8301 8304 8258 0 -1 4202560 1009 0 0 0 231 22 0 0 20 0 22 0 29674293 10060525568 880739 33554432000 1073741824 1073778376 140735640094880 140121530628648 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8304/tid=8314] ppid=8301 vsize=9824732 CPUtime=2.25 cores=1,3,5,7
/proc/8304/task/8314/stat : 8314 (java) S 8301 8304 8258 0 -1 4202560 1150 0 0 0 200 25 0 0 20 0 22 0 29674293 10060525568 880739 33554432000 1073741824 1073778376 140735640094880 140121529575848 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8304/tid=8316] ppid=8301 vsize=9824732 CPUtime=2.22 cores=1,3,5,7
/proc/8304/task/8316/stat : 8316 (java) S 8301 8304 8258 0 -1 4202560 812 0 0 0 202 20 0 0 20 0 22 0 29674293 10060525568 880739 33554432000 1073741824 1073778376 140735640094880 140121528523048 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8304/tid=8319] ppid=8301 vsize=9824732 CPUtime=2.22 cores=1,3,5,7
/proc/8304/task/8319/stat : 8319 (java) S 8301 8304 8258 0 -1 4202560 924 0 0 0 199 23 0 0 20 0 22 0 29674293 10060525568 880739 33554432000 1073741824 1073778376 140735640094880 140121527470248 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8304/tid=8325] ppid=8301 vsize=9824732 CPUtime=4.13 cores=1,3,5,7
/proc/8304/task/8325/stat : 8325 (java) S 8301 8304 8258 0 -1 4202560 2465 0 0 0 407 6 0 0 20 0 22 0 29674296 10060525568 880739 33554432000 1073741824 1073778376 140735640094880 140121515273192 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8304/tid=8327] ppid=8301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8304/task/8327/stat : 8327 (java) S 8301 8304 8258 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29674297 10060525568 880739 33554432000 1073741824 1073778376 140735640094880 140121514219256 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8304/tid=8329] ppid=8301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8304/task/8329/stat : 8329 (java) S 8301 8304 8258 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 29674297 10060525568 880739 33554432000 1073741824 1073778376 140735640094880 140121513166344 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8304/tid=8331] ppid=8301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8304/task/8331/stat : 8331 (java) S 8301 8304 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29674303 10060525568 880739 33554432000 1073741824 1073778376 140735640094880 140121512114832 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8304/tid=8333] ppid=8301 vsize=9824732 CPUtime=0.96 cores=1,3,5,7
/proc/8304/task/8333/stat : 8333 (java) S 8301 8304 8258 0 -1 4202560 6693 0 0 0 94 2 0 0 20 0 22 0 29674303 10060525568 880739 33554432000 1073741824 1073778376 140735640094880 140121511061944 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8304/tid=8335] ppid=8301 vsize=9824732 CPUtime=1.57 cores=1,3,5,7
/proc/8304/task/8335/stat : 8335 (java) S 8301 8304 8258 0 -1 4202560 7213 0 0 0 155 2 0 0 20 0 22 0 29674303 10060525568 880739 33554432000 1073741824 1073778376 140735640094880 140121510009144 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8304/tid=8337] ppid=8301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8304/task/8337/stat : 8337 (java) S 8301 8304 8258 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29674303 10060525568 880739 33554432000 1073741824 1073778376 140735640094880 140121508956536 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8304/tid=8339] ppid=8301 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/8304/task/8339/stat : 8339 (java) S 8301 8304 8258 0 -1 4202560 52 0 0 0 17 23 0 0 20 0 22 0 29674303 10060525568 880739 33554432000 1073741824 1073778376 140735640094880 140121507903944 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8304/tid=8358] ppid=8301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8304/task/8358/stat : 8358 (java) S 8301 8304 8258 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29674435 10060525568 880739 33554432000 1073741824 1073778376 140735640094880 140121506850344 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8304/tid=8489] ppid=8301 vsize=9824732 CPUtime=828.42 cores=1,3,5,7
/proc/8304/task/8489/stat : 8489 (java) R 8301 8304 8258 0 -1 4202560 19 0 0 0 82829 13 0 0 20 0 22 0 29680642 10060525568 880739 33554432000 1073741824 1073778376 140735640094880 140121504742360 140121632156016 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8304/tid=8490] ppid=8301 vsize=9824732 CPUtime=828.42 cores=1,3,5,7
/proc/8304/task/8490/stat : 8490 (java) R 8301 8304 8258 0 -1 4202560 452 0 0 0 82827 15 0 0 20 0 22 0 29680642 10060525568 880739 33554432000 1073741824 1073778376 140735640094880 140121503690536 140121631422960 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8304/tid=8491] ppid=8301 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8304/task/8491/stat : 8491 (java) S 8301 8304 8258 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29680642 10060525568 880739 33554432000 1073741824 1073778376 140735640094880 140121505797288 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 8304 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=222388
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=63534
# CPU time returned by wait4() is 1796.29
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# 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.0699997
#  lost CPU user time (s): 0.090004
#  lost CPU system time (s): -0.0200001

Real time (s): 902.758
CPU time (s): 1800.07
CPU user time (s): 1797.43
CPU system time (s): 2.64
CPU usage (%): 199.397
Max. virtual memory (cumulated for all children) (KiB): 9825284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.22
system time used= 3.06353
maximum resident set size= 3523072
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33324
page faults= 16
swaps= 0
block input operations= 11056
block output operations= 976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24268
involuntary context switches= 24887

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.61515 second user time and 7.75282 second system time

The end

Launcher Data

Begin job on node131 at 2016-06-18 20:57:58
IDJOB=4106725
IDBENCH=48213
IDSOLVER=2543
FILE ID=node131/4106725-1466276277
RUNJOBID= node131-1466276277-8275
PBS_JOBID= 19918257
Free space on /tmp= 71704 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_200_10_4.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106725-1466276277/watcher-4106725-1466276277 -o /tmp/evaluation-result-4106725-1466276277/solver-4106725-1466276277 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node131-1466276277-8275 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4106725-1466276277.opb

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

MD5SUM BENCH= 69a7dda5c80f9dda65f29fb6eb76eed7
RANDOM SEED=1501638552

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.752
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.752
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		: 2666.752
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.57
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.752
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:        30505312 kB
Buffers:          156116 kB
Cached:           155392 kB
SwapCached:         1460 kB
Active:            94548 kB
Inactive:         220040 kB
Active(anon):       3040 kB
Inactive(anon):     2920 kB
Active(file):      91508 kB
Inactive(file):   217120 kB
Unevictable:     1314692 kB
Mlocked:         1200228 kB
SwapTotal:      67108856 kB
SwapFree:       67099856 kB
Dirty:              1632 kB
Writeback:             0 kB
AnonPages:       1318148 kB
Mapped:             6944 kB
Shmem:                 0 kB
Slab:             602972 kB
SReclaimable:      47332 kB
SUnreclaim:       555640 kB
KernelStack:        1368 kB
PageTables:         6940 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1432584 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    114688 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= 71704 MiB
End job on node131 at 2016-06-18 21:13:00