Trace number 4106653

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)-109 1800.08 896.873

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_500_10_4.opb
MD5SUM81ea6ef3f58dd056541f0542171b5402
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-109
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 -112
Optimality of the best value was proved NO
Number of variables500
Total number of constraints500
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 constraints500
Minimum length of a constraint10
Maximum length of a constraint21
Number of terms in the objective function 500
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 500
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 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)6326
Sum of products size (including duplicates)12652
Number of different products3163
Sum of products size6326

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization by upper bound
0.10/0.12	c ManyCore solver with 2 solvers running in parallel
0.10/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Glucose 2.1 dynamic restart strategy
0.10/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-4106653-1466275032.opb
0.10/0.12	c reading problem ... 
0.10/0.12	c  objective function found
0.70/0.48	c ... done. Wall clock time 0.366s.
0.70/0.48	c declared #vars     500
0.70/0.48	c internal #vars     3663
0.70/0.48	c #constraints  7326
0.70/0.48	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.70/0.48	c constraints type 
0.70/0.48	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3163
0.70/0.48	c org.sat4j.minisat.constraints.cnf.UnitClauses => 387
0.70/0.48	c org.sat4j.specs.Constr$1 => 570
0.70/0.48	c org.sat4j.minisat.constraints.cnf.UnitClause => 43
0.70/0.48	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3163
0.70/0.48	c 7326 constraints processed.
0.70/0.48	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.70/0.48	c constraints type 
0.70/0.48	c org.sat4j.specs.Constr$1 => 570
0.70/0.48	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3163
0.70/0.48	c org.sat4j.pb.constraints.pb.UnitClausesPB => 387
0.70/0.48	c org.sat4j.pb.constraints.pb.UnitClausePB => 43
0.70/0.48	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3163
0.70/0.48	c 7326 constraints processed.
0.70/0.48	c objective function length is 500 literals
1.00/0.53	c And the winner is solver0
1.61/0.99	c SATISFIABLE
1.61/0.99	c OPTIMIZING...
1.61/0.99	c Got one! Elapsed wall clock time (in seconds):0.871
1.61/0.99	o -88
2.12/1.12	c And the winner is solver1
2.46/1.49	c Got one! Elapsed wall clock time (in seconds):1.373
2.46/1.49	o -89
2.49/1.54	c And the winner is solver1
2.78/1.99	c Got one! Elapsed wall clock time (in seconds):1.876
2.78/1.99	o -90
2.79/2.02	c And the winner is solver1
2.97/2.49	c Got one! Elapsed wall clock time (in seconds):2.378
2.97/2.49	o -91
2.98/2.60	c And the winner is solver1
3.40/3.00	c Got one! Elapsed wall clock time (in seconds):2.88
3.40/3.00	o -92
3.40/3.07	c And the winner is solver1
3.54/3.50	c Got one! Elapsed wall clock time (in seconds):3.382
3.54/3.50	o -93
3.54/3.56	c And the winner is solver1
3.71/4.00	c Got one! Elapsed wall clock time (in seconds):3.883
3.71/4.00	o -94
4.22/4.23	c And the winner is solver1
4.36/4.50	c Got one! Elapsed wall clock time (in seconds):4.385
4.36/4.50	o -95
4.56/4.61	c And the winner is solver1
4.59/5.00	c Got one! Elapsed wall clock time (in seconds):4.886
4.59/5.00	o -98
5.31/5.35	c cleaning 4383 clauses out of 8765 with flag 6657/8765
5.98/5.61	c And the winner is solver1
6.00/6.00	c Got one! Elapsed wall clock time (in seconds):5.887
6.00/6.00	o -99
6.63/6.35	c cleaning 5179 clauses out of 10358 with flag 6772/14741
7.81/6.83	c And the winner is solver1
7.89/7.00	c Got one! Elapsed wall clock time (in seconds):6.888
7.89/7.00	o -100
8.06/7.13	c cleaning 5288 clauses out of 10576 with flag 2216/20138
8.90/7.57	c And the winner is solver1
9.05/8.01	c Got one! Elapsed wall clock time (in seconds):7.889
9.05/8.01	o -101
9.29/8.17	c cleaning 5526 clauses out of 11051 with flag 2311/25901
10.56/8.75	c cleaning 5763 clauses out of 11526 with flag 16455/31902
11.24/9.07	c And the winner is solver1
11.39/9.51	c Got one! Elapsed wall clock time (in seconds):9.391
11.39/9.51	o -106
11.77/9.71	c cleaning 5399 clauses out of 10797 with flag 4568/36936
12.77/10.23	c cleaning 5696 clauses out of 11399 with flag 17992/42937
13.97/10.86	c cleaning 6348 clauses out of 12703 with flag 33745/49937
15.11/11.37	c And the winner is solver1
15.25/11.51	c Got one! Elapsed wall clock time (in seconds):11.392
15.25/11.51	o -107
16.03/12.00	c cleaning 8180 clauses out of 16360 with flag 11158/59942
17.24/12.59	c cleaning 7087 clauses out of 14179 with flag 25218/65941
19.03/13.38	c cleaning 7047 clauses out of 14093 with flag 41766/72942
20.82/14.24	c cleaning 7523 clauses out of 15048 with flag 60511/80944
22.82/15.26	c cleaning 8260 clauses out of 16522 with flag 81905/89941
25.05/16.32	c cleaning 9128 clauses out of 18262 with flag 105247/99941
27.91/17.61	c And the winner is solver1
27.91/18.01	c Got one! Elapsed wall clock time (in seconds):17.894
27.91/18.01	o -108
29.08/18.67	c cleaning 12470 clauses out of 24948 with flag 11810/115755
30.68/19.46	c cleaning 9235 clauses out of 18478 with flag 26970/121755
32.28/20.21	c cleaning 8121 clauses out of 16242 with flag 44155/128754
34.07/21.03	c cleaning 8058 clauses out of 16121 with flag 62373/136754
35.86/21.93	c cleaning 8532 clauses out of 17064 with flag 83861/145755
38.29/23.13	c cleaning 9265 clauses out of 18533 with flag 108644/155756
41.11/24.50	c cleaning 10133 clauses out of 20267 with flag 136365/166755
44.34/26.08	c cleaning 11067 clauses out of 22134 with flag 166150/178755
47.74/27.76	c cleaning 12034 clauses out of 24067 with flag 199111/191755
51.34/29.55	c cleaning 13016 clauses out of 26033 with flag 233431/205755
56.09/32.19	c cleaning 14008 clauses out of 28017 with flag 270208/220755
60.10/34.12	c cleaning 15005 clauses out of 30009 with flag 308101/236755
64.29/36.28	c cleaning 16000 clauses out of 32005 with flag 348931/253756
69.29/38.72	c cleaning 16994 clauses out of 34003 with flag 391105/271754
71.30/39.78	c And the winner is solver1
71.34/39.88	c Got one! Elapsed wall clock time (in seconds):39.765
71.34/39.88	o -109
72.90/40.63	c cleaning 14149 clauses out of 28307 with flag 12285/283052
74.30/41.36	c cleaning 10077 clauses out of 20158 with flag 26559/289052
76.10/42.22	c cleaning 8539 clauses out of 17080 with flag 43302/296051
77.71/43.05	c cleaning 8267 clauses out of 16543 with flag 62127/304053
79.50/43.99	c cleaning 8636 clauses out of 17275 with flag 83776/313052
81.91/45.13	c cleaning 9317 clauses out of 18638 with flag 108576/323051
84.50/46.43	c cleaning 10160 clauses out of 20321 with flag 135319/334051
87.10/47.73	c cleaning 11079 clauses out of 22162 with flag 163009/346052
90.43/49.35	c cleaning 12036 clauses out of 24082 with flag 194162/359051
94.03/51.19	c cleaning 13019 clauses out of 26046 with flag 228293/373051
97.64/52.99	c cleaning 14011 clauses out of 28027 with flag 263392/388051
102.22/55.22	c cleaning 15005 clauses out of 30018 with flag 302211/404053
107.37/57.74	c cleaning 16005 clauses out of 32012 with flag 344080/421052
111.98/60.02	c cleaning 17002 clauses out of 34007 with flag 386625/439052
117.39/62.71	c cleaning 18002 clauses out of 36005 with flag 434164/458052
123.18/65.65	c cleaning 19001 clauses out of 38003 with flag 482723/478052
129.56/68.72	c cleaning 19991 clauses out of 40001 with flag 533192/499051
136.16/72.01	c cleaning 21001 clauses out of 42010 with flag 585367/521051
142.96/75.49	c cleaning 22002 clauses out of 44009 with flag 640942/544051
153.31/80.95	c cleaning 23003 clauses out of 46008 with flag 700792/568052
162.70/85.68	c cleaning 23999 clauses out of 48004 with flag 763538/593051
173.98/91.25	c cleaning 25002 clauses out of 50006 with flag 829624/619052
183.98/96.24	c cleaning 25996 clauses out of 52003 with flag 896376/646051
192.51/100.49	c cleaning 27000 clauses out of 54008 with flag 962792/674052
200.11/104.25	c cleaning 28000 clauses out of 56007 with flag 1031364/703051
209.11/108.72	c cleaning 28999 clauses out of 58008 with flag 1104738/733052
220.85/114.51	c cleaning 29996 clauses out of 60008 with flag 1179357/764051
232.25/120.29	c cleaning 31003 clauses out of 62013 with flag 1259119/796052
246.77/127.46	c cleaning 32001 clauses out of 64009 with flag 1341888/829051
260.84/134.35	c cleaning 33004 clauses out of 66008 with flag 1424132/863051
273.42/140.63	c cleaning 34001 clauses out of 68004 with flag 1507284/898051
287.95/147.81	c cleaning 35002 clauses out of 70003 with flag 1595090/934051
308.17/157.83	c cleaning 36000 clauses out of 72002 with flag 1686222/971052
332.55/170.42	c cleaning 37001 clauses out of 74002 with flag 1780586/1009052
351.64/179.90	c cleaning 37996 clauses out of 76002 with flag 1875889/1048053
365.04/186.69	c cleaning 0 clauses out of 7272 with flag 0/7272
370.97/189.51	c cleaning 38994 clauses out of 78004 with flag 1977176/1088051
391.72/199.89	c cleaning 40005 clauses out of 80010 with flag 2082404/1129051
416.49/212.12	c cleaning 41002 clauses out of 82005 with flag 2185403/1171051
441.08/224.30	c cleaning 41999 clauses out of 84003 with flag 2289499/1214051
469.62/238.55	c cleaning 42997 clauses out of 86005 with flag 2396540/1258052
494.25/250.77	c cleaning 44000 clauses out of 88007 with flag 2503224/1303051
514.11/260.53	c cleaning 45004 clauses out of 90007 with flag 2602523/1349051
534.52/270.45	c cleaning 46001 clauses out of 92003 with flag 2701472/1396051
558.46/282.29	c cleaning 47002 clauses out of 94003 with flag 2802746/1444052
582.03/293.87	c cleaning 47997 clauses out of 96001 with flag 2906239/1493052
605.65/305.30	c cleaning 49002 clauses out of 98004 with flag 3011461/1543052
626.35/315.59	c cleaning 50001 clauses out of 100002 with flag 3118799/1594052
649.45/326.97	c cleaning 51000 clauses out of 102000 with flag 3228556/1646051
671.98/339.05	c cleaning 52001 clauses out of 104001 with flag 3340053/1699052
695.35/350.68	c cleaning 53001 clauses out of 106001 with flag 3453791/1753053
719.52/362.65	c cleaning 53998 clauses out of 107998 with flag 3569108/1808051
745.94/375.76	c cleaning 54993 clauses out of 110001 with flag 3686975/1864052
770.92/388.16	c cleaning 56001 clauses out of 112007 with flag 3807497/1921051
798.93/401.92	c cleaning 57003 clauses out of 114008 with flag 3929854/1979053
828.60/416.62	c cleaning 57998 clauses out of 116005 with flag 4054391/2038053
860.12/432.17	c cleaning 59003 clauses out of 118007 with flag 4180636/2098053
890.90/447.22	c cleaning 59998 clauses out of 120003 with flag 4309407/2159052
925.15/464.07	c cleaning 61002 clauses out of 122004 with flag 4439783/2221051
960.46/481.37	c cleaning 62001 clauses out of 124002 with flag 4572250/2284051
992.85/497.30	c cleaning 62995 clauses out of 126001 with flag 4708282/2348051
1027.34/514.24	c cleaning 64003 clauses out of 128006 with flag 4845623/2413051
1061.04/530.83	c cleaning 65000 clauses out of 130004 with flag 4984606/2479052
1096.22/548.21	c cleaning 65996 clauses out of 132004 with flag 5125702/2546052
1134.03/566.92	c cleaning 67004 clauses out of 134007 with flag 5268746/2614051
1170.08/584.73	c cleaning 68000 clauses out of 136003 with flag 5414340/2683051
1207.73/603.33	c cleaning 68995 clauses out of 138004 with flag 5562100/2753052
1244.63/621.58	c cleaning 70003 clauses out of 140009 with flag 5711314/2824052
1282.36/640.11	c cleaning 70996 clauses out of 142006 with flag 5863272/2896052
1322.50/659.98	c cleaning 72005 clauses out of 144011 with flag 6016410/2969053
1363.21/681.19	c cleaning 72999 clauses out of 146004 with flag 6171987/3043051
1401.60/700.25	c cleaning 74003 clauses out of 148006 with flag 6329976/3118052
1433.07/715.84	c cleaning 0 clauses out of 13270 with flag 0/13270
1444.50/721.58	c cleaning 75001 clauses out of 150002 with flag 6488955/3194051
1491.65/744.89	c cleaning 75995 clauses out of 152001 with flag 6650163/3271051
1536.28/766.95	c cleaning 77001 clauses out of 154006 with flag 6813638/3349051
1580.78/788.94	c cleaning 78003 clauses out of 156005 with flag 6979297/3428051
1632.02/814.13	c cleaning 78992 clauses out of 158002 with flag 7147488/3508051
1682.78/839.00	c cleaning 79996 clauses out of 160010 with flag 7317849/3589051
1737.53/866.00	c cleaning 81002 clauses out of 162014 with flag 7489983/3671051
1793.88/893.79	c cleaning 81998 clauses out of 164012 with flag 7664804/3754051
1800.08/896.80	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
1800.08/896.80	c starts		: 25690
1800.08/896.80	c conflicts		: 3767095
1800.08/896.80	c decisions		: 13566987
1800.08/896.80	c propagations		: 32321731
1800.08/896.80	c inspects		: 8571785411
1800.08/896.80	c shortcuts		: 0
1800.08/896.80	c learnt literals	: 0
1800.08/896.80	c learnt binary clauses	: 0
1800.08/896.80	c learnt ternary clauses	: 0
1800.08/896.80	c learnt constraints	: 3767095
1800.08/896.80	c ignored constraints	: 0
1800.08/896.80	c root simplifications	: 0
1800.08/896.80	c removed literals (reason simplification)	: 63976455
1800.08/896.80	c reason swapping (by a shorter reason)	: 0
1800.08/896.80	c Calls to reduceDB	: 107
1800.08/896.80	c Number of update (reduction) of LBD	: 81980
1800.08/896.80	c Imported unit clauses	: 0
1800.08/896.80	c number of reductions to clauses (during analyze)	: 0
1800.08/896.80	c number of learned constraints concerned by reduction	: 0
1800.08/896.80	c number of learning phase by resolution	: 0
1800.08/896.80	c number of learning phase by cutting planes	: 0
1800.08/896.80	c speed (assignments/second)	: 37718.49297484013
1800.08/896.80	c non guided choices	0
1800.08/896.83	c learnt constraints type 
1800.08/896.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 95058
1800.08/896.83	c >>>>>>>>>> Solver number 1 (15 answers) <<<<<<<<<<<<<<<<<<
1800.08/896.83	c starts		: 58
1800.08/896.83	c conflicts		: 14839
1800.08/896.83	c decisions		: 30639
1800.08/896.83	c propagations		: 306827
1800.08/896.83	c inspects		: 796179056
1800.08/896.83	c shortcuts		: 0
1800.08/896.83	c learnt literals	: 0
1800.08/896.83	c learnt binary clauses	: 0
1800.08/896.83	c learnt ternary clauses	: 0
1800.08/896.83	c learnt constraints	: 14839
1800.08/896.83	c ignored constraints	: 0
1800.08/896.83	c root simplifications	: 0
1800.08/896.83	c removed literals (reason simplification)	: 0
1800.08/896.83	c reason swapping (by a shorter reason)	: 0
1800.08/896.83	c Calls to reduceDB	: 2
1800.08/896.83	c Number of update (reduction) of LBD	: 0
1800.08/896.83	c Imported unit clauses	: 0
1800.08/896.83	c number of reductions to clauses (during analyze)	: 0
1800.08/896.83	c number of learned constraints concerned by reduction	: 0
1800.08/896.83	c number of learning phase by resolution	: 0
1800.08/896.83	c number of learning phase by cutting planes	: 0
1800.08/896.83	c speed (assignments/second)	: 342.5050679145197
1800.08/896.83	c non guided choices	0
1800.08/896.83	c learnt constraints type 
1800.08/896.83	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 441
1800.08/896.83	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14398
1800.08/896.83	s SATISFIABLE
1800.08/896.83	c Found 16 solution(s)
1800.08/896.84	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 x18 -x19 -x20 -x21 x22 x23 -x24 -x25 -x26 x27 -x28 -x29 -x30 -x31 -x32 -x33 x34 -x35 -x36 -x37 x38 -x39 -x40 -x41 -x42 x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 x54 -x55 -x56 x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 x81 -x82 x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 x128 -x129 x130 -x131 -x132 x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 x156 -x157 -x158 -x159 -x160 -x161 x162 -x163 -x164 -x165 -x166 x167 -x168 -x169 -x170 -x171 -x172 -x173 x174 -x175 -x176 -x177 x178 -x179 -x180 x181 -x182 x183 -x184 -x185 -x186 -x187 -x188 x189 x190 x191 x192 -x193 -x194 x195 -x196 -x197 x198 x199 -x200 -x201 -x202 -x203 -x204 x205 -x206 -x207 x208 x209 -x210 x211 -x212 -x213 -x214 -x215 -x216 -x217 x218 x219 -x220 -x221 x222 -x223 -x224 x225 x226 -x227 x228 -x229 -x230 -x231 x232 x233 x234 -x235 -x236 -x237 -x238 -x239 x240 x241 -x242 -x243 -x244 -x245 -x246 x247 -x248 -x249 -x250 -x251 x252 -x253 x254 -x255 -x256 x257 -x258 -x259 x260 -x261 -x262 -x263 -x264 -x265 x266 -x267 -x268 -x269 -x270 -x271 x272 x273 -x274 x275 -x276 -x277 -x278 -x279 -x280 -x281 x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 x294 -x295 -x296 x297 -x298 -x299 -x300 -x301 -x302 -x303 x304 -x305 -x306 x307 -x308 -x309 -x310 x311 -x312 -x313 -x314 -x315 -x316 -x317 x318 -x319 -x320 x321 -x322 x323 -x324 -x325 -x326 -x327 -x328 x329 -x330 x331 x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 x342 x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 x352 -x353 x354 -x355 -x356 -x357 -x358 -x359 -x360 x361 -x362 -x363 -x364 x365 x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 x406 -x407 x408 -x409 x410 -x411 x412 -x413 -x414 -x415 -x416 -x417 -x418 x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 x427 x428 x429 -x430 x431 x432 -x433 -x434 -x435 x436 -x437 x438 x439 -x440 x441 -x442 -x443 -x444 x445 x446 -x447 -x448 x449 x450 -x451 x452 -x453 x454 -x455 -x456 -x457 -x458 -x459 x460 -x461 -x462 -x463 x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 x474 x475 -x476 x477 -x478 x479 x480 -x481 x482 -x483 -x484 -x485 x486 -x487 -x488 x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 x499 -x500 
1800.08/896.84	c objective function=-109
1800.08/896.84	c Total wall clock time (in seconds): 896.72

Verifier Data

OK	-109

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

pid=3634
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.16 4.28 4.25 4/197 3637
/proc/meminfo: memFree=27117048/32872528 swapFree=1556504/1720024
[pid=3637] ppid=3634 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/3637/stat : 3637 (java) R 3634 3637 30091 0 -1 4202496 1055 0 0 0 0 0 0 0 20 0 1 0 29551847 23793664 705 33554432000 1073741824 1073778376 140735002171312 140735002160376 270320833461 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3637/statm: 5809 705 520 9 0 128 0

[startup+0.100113 s]
/proc/loadavg: 4.16 4.28 4.25 4/197 3637
/proc/meminfo: memFree=27117048/32872528 swapFree=1556504/1720024
[pid=3637] ppid=3634 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/3637/stat : 3637 (java) S 3634 3637 30091 0 -1 4202496 4432 0 1 0 9 1 0 0 20 0 18 0 29551847 9787879424 6056 33554432000 1073741824 1073778376 140735002171312 140735002162448 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3637/statm: 2389619 6056 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200259 s]
/proc/loadavg: 4.16 4.28 4.25 4/197 3637
/proc/meminfo: memFree=27117048/32872528 swapFree=1556504/1720024
[pid=3637] ppid=3634 vsize=9558476 CPUtime=0.22 cores=0,2,4,6
/proc/3637/stat : 3637 (java) S 3634 3637 30091 0 -1 4202496 4571 0 1 0 21 1 0 0 20 0 18 0 29551847 9787879424 7196 33554432000 1073741824 1073778376 140735002171312 140735002162448 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3637/statm: 2389619 7196 2196 9 0 2380296 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9558476

[startup+0.300276 s]
/proc/loadavg: 4.16 4.28 4.25 4/197 3637
/proc/meminfo: memFree=27117048/32872528 swapFree=1556504/1720024
[pid=3637] ppid=3634 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/3637/stat : 3637 (java) S 3634 3637 30091 0 -1 4202496 6155 0 1 0 46 1 0 0 20 0 18 0 29551847 9787879424 9158 33554432000 1073741824 1073778376 140735002171312 140735002162448 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3637/statm: 2389619 9158 2225 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700293 s]
/proc/loadavg: 4.16 4.28 4.25 4/197 3637
/proc/meminfo: memFree=27117048/32872528 swapFree=1556504/1720024
[pid=3637] ppid=3634 vsize=9760896 CPUtime=1.41 cores=0,2,4,6
/proc/3637/stat : 3637 (java) S 3634 3637 30091 0 -1 4202496 20711 0 1 0 135 6 0 0 20 0 19 0 29551847 9995157504 23243 33554432000 1073741824 1073778376 140735002171312 140735002162448 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3637/statm: 2440224 23243 2265 9 0 2430901 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 9760896

[startup+1.50069 s]
/proc/loadavg: 4.07 4.25 4.24 7/219 3662
/proc/meminfo: memFree=27021736/32872528 swapFree=1556504/1720024
[pid=3637] ppid=3634 vsize=9824732 CPUtime=2.49 cores=0,2,4,6
/proc/3637/stat : 3637 (java) S 3634 3637 30091 0 -1 4202496 25672 0 1 0 240 9 0 0 20 0 21 0 29551847 10060525568 28042 33554432000 1073741824 1073778376 140735002171312 140735002162448 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3637/statm: 2456183 28042 2271 9 0 2446860 0
[pid=3637/tid=3639] ppid=3634 vsize=9824732 CPUtime=0.47 cores=0,2,4,6
/proc/3637/task/3639/stat : 3639 (java) S 3634 3637 30091 0 -1 4202560 2424 0 1 0 46 1 0 0 20 0 21 0 29551847 10060525568 28042 33554432000 1073741824 1073778376 140735002171312 140616862729080 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3637/tid=3640] ppid=3634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3637/task/3640/stat : 3640 (java) S 3634 3637 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 29551848 10060525568 28042 33554432000 1073741824 1073778376 140735002171312 140616835180968 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3637/tid=3641] ppid=3634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3637/task/3641/stat : 3641 (java) S 3634 3637 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 29551848 10060525568 28042 33554432000 1073741824 1073778376 140735002171312 140616834128424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3637/tid=3642] ppid=3634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3637/task/3642/stat : 3642 (java) S 3634 3637 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 29551848 10060525568 28042 33554432000 1073741824 1073778376 140735002171312 140616833075368 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3637/tid=3643] ppid=3634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3637/task/3643/stat : 3643 (java) S 3634 3637 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 29551848 10060525568 28042 33554432000 1073741824 1073778376 140735002171312 140616832022824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3637/tid=3644] ppid=3634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3637/task/3644/stat : 3644 (java) S 3634 3637 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 29551848 10060525568 28042 33554432000 1073741824 1073778376 140735002171312 140616830970792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3637/tid=3645] ppid=3634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3637/task/3645/stat : 3645 (java) S 3634 3637 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 29551848 10060525568 28042 33554432000 1073741824 1073778376 140735002171312 140616829918248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3637/tid=3646] ppid=3634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3637/task/3646/stat : 3646 (java) S 3634 3637 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 29551848 10060525568 28042 33554432000 1073741824 1073778376 140735002171312 140616828865192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3637/tid=3647] ppid=3634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3637/task/3647/stat : 3647 (java) S 3634 3637 30091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 29551848 10060525568 28042 33554432000 1073741824 1073778376 140735002171312 140616827812648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3637/tid=3648] ppid=3634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3637/task/3648/stat : 3648 (java) S 3634 3637 30091 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 21 0 29551849 10060525568 28042 33554432000 1073741824 1073778376 140735002171312 140616216316264 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3637/tid=3649] ppid=3634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3637/task/3649/stat : 3649 (java) S 3634 3637 30091 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 21 0 29551850 10060525568 28042 33554432000 1073741824 1073778376 140735002171312 140616215262584 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3637/tid=3650] ppid=3634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3637/task/3650/stat : 3650 (java) S 3634 3637 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 29551850 10060525568 28042 33554432000 1073741824 1073778376 140735002171312 140616214209416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3637/tid=3651] ppid=3634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3637/task/3651/stat : 3651 (java) S 3634 3637 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 29551852 10060525568 28042 33554432000 1073741824 1073778376 140735002171312 140616213158160 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3637/tid=3652] ppid=3634 vsize=9824732 CPUtime=0.92 cores=0,2,4,6
/proc/3637/task/3652/stat : 3652 (java) R 3634 3637 30091 0 -1 4202560 12864 0 0 0 91 1 0 0 20 0 21 0 29551852 10060525568 28042 33554432000 1073741824 1073778376 140735002171312 140616212105880 140616869169702 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3637/tid=3653] ppid=3634 vsize=9824732 CPUtime=0.68 cores=0,2,4,6
/proc/3637/task/3653/stat : 3653 (java) R 3634 3637 30091 0 -1 4202560 9035 0 0 0 66 2 0 0 20 0 21 0 29551852 10060525568 28042 33554432000 1073741824 1073778376 140735002171312 140616211053496 270333436341 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3637/tid=3654] ppid=3634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3637/task/3654/stat : 3654 (java) S 3634 3637 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 29551852 10060525568 28042 33554432000 1073741824 1073778376 140735002171312 140616210000632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3637/tid=3655] ppid=3634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3637/task/3655/stat : 3655 (java) S 3634 3637 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 29551852 10060525568 28042 33554432000 1073741824 1073778376 140735002171312 140616208948296 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3637/tid=3662] ppid=3634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3637/task/3662/stat : 3662 (java) S 3634 3637 30091 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 21 0 29551947 10060525568 28042 33554432000 1073741824 1073778376 140735002171312 140616207893800 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.49
Current children cumulated vsize (KiB) 9824732

[startup+3.10079 s]
/proc/loadavg: 4.07 4.25 4.24 4/216 3668
/proc/meminfo: memFree=26999396/32872528 swapFree=1556504/1720024
[pid=3637] ppid=3634 vsize=9824732 CPUtime=3.54 cores=0,2,4,6
/proc/3637/stat : 3637 (java) S 3634 3637 30091 0 -1 4202496 25774 0 1 0 337 17 0 0 20 0 19 0 29551847 10060525568 39869 33554432000 1073741824 1073778376 140735002171312 140735002162448 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3637/statm: 2456183 39869 2277 9 0 2446860 0
[pid=3637/tid=3639] ppid=3634 vsize=9824732 CPUtime=0.47 cores=0,2,4,6
/proc/3637/task/3639/stat : 3639 (java) S 3634 3637 30091 0 -1 4202560 2424 0 1 0 46 1 0 0 20 0 19 0 29551847 10060525568 39869 33554432000 1073741824 1073778376 140735002171312 140616862729080 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3637/tid=3640] ppid=3634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3637/task/3640/stat : 3640 (java) S 3634 3637 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29551848 10060525568 39869 33554432000 1073741824 1073778376 140735002171312 140616835180968 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3637/tid=3641] ppid=3634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3637/task/3641/stat : 3641 (java) S 3634 3637 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29551848 10060525568 39869 33554432000 1073741824 1073778376 140735002171312 140616834128424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3637/tid=3642] ppid=3634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3637/task/3642/stat : 3642 (java) S 3634 3637 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29551848 10060525568 39869 33554432000 1073741824 1073778376 140735002171312 140616833075368 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3637/tid=3643] ppid=3634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3637/task/3643/stat : 3643 (java) S 3634 3637 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29551848 10060525568 39869 33554432000 1073741824 1073778376 140735002171312 140616832022824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3637/tid=3644] ppid=3634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3637/task/3644/stat : 3644 (java) S 3634 3637 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29551848 10060525568 39869 33554432000 1073741824 1073778376 140735002171312 140616830970792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3637/tid=3645] ppid=3634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3637/task/3645/stat : 3645 (java) S 3634 3637 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29551848 10060525568 39869 33554432000 1073741824 1073778376 140735002171312 140616829918248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3637/tid=3646] ppid=3634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3637/task/3646/stat : 3646 (java) S 3634 3637 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29551848 10060525568 39869 33554432000 1073741824 1073778376 140735002171312 140616828865192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3637/tid=3647] ppid=3634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3637/task/3647/stat : 3647 (java) S 3634 3637 30091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29551848 10060525568 39869 33554432000 1073741824 1073778376 140735002171312 140616827812648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3637/tid=3648] ppid=3634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3637/task/3648/stat : 3648 (java) S 3634 3637 30091 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 29551849 10060525568 39869 33554432000 1073741824 1073778376 140735002171312 140616216316264 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3637/tid=3649] ppid=3634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3637/task/3649/stat : 3649 (java) S 3634 3637 30091 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29551850 10060525568 39869 33554432000 1073741824 1073778376 140735002171312 140616215262584 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3637/tid=3650] ppid=3634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3637/task/3650/stat : 3650 (java) S 3634 3637 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29551850 10060525568 39869 33554432000 1073741824 1073778376 140735002171312 140616214209416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3637/tid=3651] ppid=3634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3637/task/3651/stat : 3651 (java) S 3634 3637 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29551852 10060525568 39869 33554432000 1073741824 1073778376 140735002171312 140616213158160 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3637/tid=3652] ppid=3634 vsize=9824732 CPUtime=1.23 cores=0,2,4,6
/proc/3637/task/3652/stat : 3652 (java) S 3634 3637 30091 0 -1 4202560 12908 0 0 0 121 2 0 0 20 0 19 0 29551852 10060525568 39869 33554432000 1073741824 1073778376 140735002171312 140616212106040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3637/tid=3653] ppid=3634 vsize=9824732 CPUtime=0.96 cores=0,2,4,6
/proc/3637/task/3653/stat : 3653 (java) S 3634 3637 30091 0 -1 4202560 9047 0 0 0 94 2 0 0 20 0 19 0 29551852 10060525568 39869 33554432000 1073741824 1073778376 140735002171312 140616211053496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3637/tid=3654] ppid=3634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3637/task/3654/stat : 3654 (java) S 3634 3637 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29551852 10060525568 39869 33554432000 1073741824 1073778376 140735002171312 140616210000632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3637/tid=3655] ppid=3634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3637/task/3655/stat : 3655 (java) S 3634 3637 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29551852 10060525568 39869 33554432000 1073741824 1073778376 140735002171312 140616208948296 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3637/tid=3662] ppid=3634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3637/task/3662/stat : 3662 (java) S 3634 3637 30091 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 29551947 10060525568 39869 33554432000 1073741824 1073778376 140735002171312 140616207893800 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.54
Current children cumulated vsize (KiB) 9824732

[startup+6.3008 s]
/proc/loadavg: 4.07 4.25 4.24 6/219 3686
/proc/meminfo: memFree=26873468/32872528 swapFree=1556504/1720024
[pid=3637] ppid=3634 vsize=9824732 CPUtime=6.63 cores=0,2,4,6
/proc/3637/stat : 3637 (java) S 3634 3637 30091 0 -1 4202496 26901 0 1 0 633 30 0 0 20 0 22 0 29551847 10060525568 67982 33554432000 1073741824 1073778376 140735002171312 140735002162448 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3637/statm: 2456183 67982 2295 9 0 2446860 0
[pid=3637/tid=3639] ppid=3634 vsize=9824732 CPUtime=0.49 cores=0,2,4,6
/proc/3637/task/3639/stat : 3639 (java) S 3634 3637 30091 0 -1 4202560 2424 0 1 0 47 2 0 0 20 0 22 0 29551847 10060525568 67982 33554432000 1073741824 1073778376 140735002171312 140616862729080 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3637/tid=3640] ppid=3634 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/3637/task/3640/stat : 3640 (java) S 3634 3637 30091 0 -1 4202560 201 0 0 0 3 0 0 0 20 0 22 0 29551848 10060525568 67982 33554432000 1073741824 1073778376 140735002171312 140616835180968 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3637/tid=3641] ppid=3634 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/3637/task/3641/stat : 3641 (java) S 3634 3637 30091 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 29551848 10060525568 67982 33554432000 1073741824 1073778376 140735002171312 140616834128424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3637/tid=3642] ppid=3634 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/3637/task/3642/stat : 3642 (java) S 3634 3637 30091 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 22 0 29551848 10060525568 67982 33554432000 1073741824 1073778376 140735002171312 140616833075368 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3637/tid=3643] ppid=3634 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/3637/task/3643/stat : 3643 (java) S 3634 3637 30091 0 -1 4202560 22 0 0 0 5 0 0 0 20 0 22 0 29551848 10060525568 67982 33554432000 1073741824 1073778376 140735002171312 140616832022824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3637/tid=3644] ppid=3634 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/3637/task/3644/stat : 3644 (java) S 3634 3637 30091 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 22 0 29551848 10060525568 67982 33554432000 1073741824 1073778376 140735002171312 140616830970792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3637/tid=3645] ppid=3634 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/3637/task/3645/stat : 3645 (java) S 3634 3637 30091 0 -1 4202560 171 0 0 0 2 0 0 0 20 0 22 0 29551848 10060525568 67982 33554432000 1073741824 1073778376 140735002171312 140616829918248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3637/tid=3646] ppid=3634 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/3637/task/3646/stat : 3646 (java) S 3634 3637 30091 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 22 0 29551848 10060525568 67982 33554432000 1073741824 1073778376 140735002171312 140616828865192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3637/tid=3647] ppid=3634 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/3637/task/3647/stat : 3647 (java) S 3634 3637 30091 0 -1 4202560 157 0 0 0 3 0 0 0 20 0 22 0 29551848 10060525568 67982 33554432000 1073741824 1073778376 140735002171312 140616827812648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3637/tid=3648] ppid=3634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3637/task/3648/stat : 3648 (java) S 3634 3637 30091 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 29551849 10060525568 67982 33554432000 1073741824 1073778376 140735002171312 140616216316264 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3637/tid=3649] ppid=3634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3637/task/3649/stat : 3649 (java) S 3634 3637 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29551850 10060525568 67982 33554432000 1073741824 1073778376 140735002171312 140616215262584 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3637/tid=3650] ppid=3634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3637/task/3650/stat : 3650 (java) S 3634 3637 30091 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 29551850 10060525568 67982 33554432000 1073741824 1073778376 140735002171312 140616214209416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3637/tid=3651] ppid=3634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3637/task/3651/stat : 3651 (java) S 3634 3637 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29551852 10060525568 67982 33554432000 1073741824 1073778376 140735002171312 140616213158160 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3637/tid=3652] ppid=3634 vsize=9824732 CPUtime=1.48 cores=0,2,4,6
/proc/3637/task/3652/stat : 3652 (java) R 3634 3637 30091 0 -1 4202560 12914 0 0 0 146 2 0 0 20 0 22 0 29551852 10060525568 67982 33554432000 1073741824 1073778376 140735002171312 140616212106040 140616865330033 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3637/tid=3653] ppid=3634 vsize=9824732 CPUtime=1.11 cores=0,2,4,6
/proc/3637/task/3653/stat : 3653 (java) S 3634 3637 30091 0 -1 4202560 9423 0 0 0 109 2 0 0 20 0 22 0 29551852 10060525568 67982 33554432000 1073741824 1073778376 140735002171312 140616211053496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3637/tid=3654] ppid=3634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3637/task/3654/stat : 3654 (java) S 3634 3637 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29551852 10060525568 67982 33554432000 1073741824 1073778376 140735002171312 140616210000632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3637/tid=3655] ppid=3634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3637/task/3655/stat : 3655 (java) S 3634 3637 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29551852 10060525568 67982 33554432000 1073741824 1073778376 140735002171312 140616208948296 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3637/tid=3662] ppid=3634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3637/task/3662/stat : 3662 (java) S 3634 3637 30091 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 29551947 10060525568 67982 33554432000 1073741824 1073778376 140735002171312 140616207893800 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 6.63
Current children cumulated vsize (KiB) 9824732


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

[pid=3637/tid=3647] ppid=3634 vsize=9824732 CPUtime=5.32 cores=0,2,4,6
/proc/3637/task/3647/stat : 3647 (java) S 3634 3637 30091 0 -1 4202560 937 0 0 0 508 24 0 0 20 0 22 0 29551848 10060525568 1019772 33554432000 1073741824 1073778376 140735002171312 140616827812648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3637/tid=3648] ppid=3634 vsize=9824732 CPUtime=6.64 cores=0,2,4,6
/proc/3637/task/3648/stat : 3648 (java) S 3634 3637 30091 0 -1 4202560 2947 0 0 0 656 8 0 0 20 0 22 0 29551849 10060525568 1019772 33554432000 1073741824 1073778376 140735002171312 140616216316264 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3637/tid=3649] ppid=3634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3637/task/3649/stat : 3649 (java) S 3634 3637 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29551850 10060525568 1019772 33554432000 1073741824 1073778376 140735002171312 140616215262584 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3637/tid=3650] ppid=3634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3637/task/3650/stat : 3650 (java) S 3634 3637 30091 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 29551850 10060525568 1019772 33554432000 1073741824 1073778376 140735002171312 140616214209416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3637/tid=3651] ppid=3634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3637/task/3651/stat : 3651 (java) S 3634 3637 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29551852 10060525568 1019772 33554432000 1073741824 1073778376 140735002171312 140616213158160 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3637/tid=3652] ppid=3634 vsize=9824732 CPUtime=1.76 cores=0,2,4,6
/proc/3637/task/3652/stat : 3652 (java) S 3634 3637 30091 0 -1 4202560 12918 0 0 0 174 2 0 0 20 0 22 0 29551852 10060525568 1019772 33554432000 1073741824 1073778376 140735002171312 140616212106040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3637/tid=3653] ppid=3634 vsize=9824732 CPUtime=1.36 cores=0,2,4,6
/proc/3637/task/3653/stat : 3653 (java) S 3634 3637 30091 0 -1 4202560 9427 0 0 0 134 2 0 0 20 0 22 0 29551852 10060525568 1019772 33554432000 1073741824 1073778376 140735002171312 140616211053496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3637/tid=3654] ppid=3634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3637/task/3654/stat : 3654 (java) S 3634 3637 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29551852 10060525568 1019772 33554432000 1073741824 1073778376 140735002171312 140616210000632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3637/tid=3655] ppid=3634 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/3637/task/3655/stat : 3655 (java) S 3634 3637 30091 0 -1 4202560 47 0 0 0 16 15 0 0 20 0 22 0 29551852 10060525568 1019772 33554432000 1073741824 1073778376 140735002171312 140616208948296 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3637/tid=3662] ppid=3634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3637/task/3662/stat : 3662 (java) S 3634 3637 30091 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 29551947 10060525568 1019772 33554432000 1073741824 1073778376 140735002171312 140616207893800 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3637/tid=3705] ppid=3634 vsize=9824732 CPUtime=764.23 cores=0,2,4,6
/proc/3637/task/3705/stat : 3705 (java) R 3634 3637 30091 0 -1 4202560 27 0 0 0 76411 12 0 0 20 0 22 0 29555835 10060525568 1019772 33554432000 1073741824 1073778376 140735002171312 140616204734000 140616710125473 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3637/tid=3706] ppid=3634 vsize=9824732 CPUtime=764.23 cores=0,2,4,6
/proc/3637/task/3706/stat : 3706 (java) R 3634 3637 30091 0 -1 4202560 148 0 0 0 76410 13 0 0 20 0 22 0 29555835 10060525568 1019772 33554432000 1073741824 1073778376 140735002171312 140616205787408 140616710086428 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3637/tid=3707] ppid=3634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3637/task/3707/stat : 3707 (java) S 3634 3637 30091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29555835 10060525568 1019772 33554432000 1073741824 1073778376 140735002171312 140616206840744 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1648.71
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.30 4.21 4.18 5/219 3820
/proc/meminfo: memFree=22608912/32872528 swapFree=1556504/1720024
[pid=3637] ppid=3634 vsize=9824732 CPUtime=1770.61 cores=0,2,4,6
/proc/3637/stat : 3637 (java) S 3634 3637 30091 0 -1 4202496 37577 0 1 0 176800 261 0 0 20 0 22 0 29551847 10060525568 1053132 33554432000 1073741824 1073778376 140735002171312 140735002162448 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3637/statm: 2456183 1053132 2303 9 0 2446860 0
[pid=3637/tid=3639] ppid=3634 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/3637/task/3639/stat : 3639 (java) S 3634 3637 30091 0 -1 4202560 2434 0 1 0 51 2 0 0 20 0 22 0 29551847 10060525568 1053132 33554432000 1073741824 1073778376 140735002171312 140616862729080 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3637/tid=3640] ppid=3634 vsize=9824732 CPUtime=5.59 cores=0,2,4,6
/proc/3637/task/3640/stat : 3640 (java) S 3634 3637 30091 0 -1 4202560 1060 0 0 0 537 22 0 0 20 0 22 0 29551848 10060525568 1053132 33554432000 1073741824 1073778376 140735002171312 140616835180968 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3637/tid=3641] ppid=3634 vsize=9824732 CPUtime=5.82 cores=0,2,4,6
/proc/3637/task/3641/stat : 3641 (java) S 3634 3637 30091 0 -1 4202560 805 0 0 0 556 26 0 0 20 0 22 0 29551848 10060525568 1053132 33554432000 1073741824 1073778376 140735002171312 140616834128424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3637/tid=3642] ppid=3634 vsize=9824732 CPUtime=5.38 cores=0,2,4,6
/proc/3637/task/3642/stat : 3642 (java) S 3634 3637 30091 0 -1 4202560 657 0 0 0 517 21 0 0 20 0 22 0 29551848 10060525568 1053132 33554432000 1073741824 1073778376 140735002171312 140616833075368 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3637/tid=3643] ppid=3634 vsize=9824732 CPUtime=5.81 cores=0,2,4,6
/proc/3637/task/3643/stat : 3643 (java) S 3634 3637 30091 0 -1 4202560 695 0 0 0 563 18 0 0 20 0 22 0 29551848 10060525568 1053132 33554432000 1073741824 1073778376 140735002171312 140616832022824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3637/tid=3644] ppid=3634 vsize=9824732 CPUtime=5.46 cores=0,2,4,6
/proc/3637/task/3644/stat : 3644 (java) S 3634 3637 30091 0 -1 4202560 649 0 0 0 527 19 0 0 20 0 22 0 29551848 10060525568 1053132 33554432000 1073741824 1073778376 140735002171312 140616830970792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3637/tid=3645] ppid=3634 vsize=9824732 CPUtime=5.77 cores=0,2,4,6
/proc/3637/task/3645/stat : 3645 (java) S 3634 3637 30091 0 -1 4202560 930 0 0 0 555 22 0 0 20 0 22 0 29551848 10060525568 1053132 33554432000 1073741824 1073778376 140735002171312 140616829918248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3637/tid=3646] ppid=3634 vsize=9824732 CPUtime=5.94 cores=0,2,4,6
/proc/3637/task/3646/stat : 3646 (java) S 3634 3637 30091 0 -1 4202560 714 0 0 0 568 26 0 0 20 0 22 0 29551848 10060525568 1053132 33554432000 1073741824 1073778376 140735002171312 140616828865192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3637/tid=3647] ppid=3634 vsize=9824732 CPUtime=5.87 cores=0,2,4,6
/proc/3637/task/3647/stat : 3647 (java) S 3634 3637 30091 0 -1 4202560 971 0 0 0 562 25 0 0 20 0 22 0 29551848 10060525568 1053132 33554432000 1073741824 1073778376 140735002171312 140616827812648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3637/tid=3648] ppid=3634 vsize=9824732 CPUtime=6.64 cores=0,2,4,6
/proc/3637/task/3648/stat : 3648 (java) S 3634 3637 30091 0 -1 4202560 2993 0 0 0 656 8 0 0 20 0 22 0 29551849 10060525568 1053132 33554432000 1073741824 1073778376 140735002171312 140616216316264 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3637/tid=3649] ppid=3634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3637/task/3649/stat : 3649 (java) S 3634 3637 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29551850 10060525568 1053132 33554432000 1073741824 1073778376 140735002171312 140616215262584 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3637/tid=3650] ppid=3634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3637/task/3650/stat : 3650 (java) S 3634 3637 30091 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 29551850 10060525568 1053132 33554432000 1073741824 1073778376 140735002171312 140616214209416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3637/tid=3651] ppid=3634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3637/task/3651/stat : 3651 (java) S 3634 3637 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29551852 10060525568 1053132 33554432000 1073741824 1073778376 140735002171312 140616213158160 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3637/tid=3652] ppid=3634 vsize=9824732 CPUtime=1.76 cores=0,2,4,6
/proc/3637/task/3652/stat : 3652 (java) S 3634 3637 30091 0 -1 4202560 12918 0 0 0 174 2 0 0 20 0 22 0 29551852 10060525568 1053132 33554432000 1073741824 1073778376 140735002171312 140616212106040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3637/tid=3653] ppid=3634 vsize=9824732 CPUtime=1.36 cores=0,2,4,6
/proc/3637/task/3653/stat : 3653 (java) S 3634 3637 30091 0 -1 4202560 9427 0 0 0 134 2 0 0 20 0 22 0 29551852 10060525568 1053132 33554432000 1073741824 1073778376 140735002171312 140616211053496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3637/tid=3654] ppid=3634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3637/task/3654/stat : 3654 (java) S 3634 3637 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29551852 10060525568 1053132 33554432000 1073741824 1073778376 140735002171312 140616210000632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3637/tid=3655] ppid=3634 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/3637/task/3655/stat : 3655 (java) S 3634 3637 30091 0 -1 4202560 51 0 0 0 17 16 0 0 20 0 22 0 29551852 10060525568 1053132 33554432000 1073741824 1073778376 140735002171312 140616208948296 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3637/tid=3662] ppid=3634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3637/task/3662/stat : 3662 (java) S 3634 3637 30091 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 29551947 10060525568 1053132 33554432000 1073741824 1073778376 140735002171312 140616207893800 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3637/tid=3705] ppid=3634 vsize=9824732 CPUtime=822.97 cores=0,2,4,6
/proc/3637/task/3705/stat : 3705 (java) R 3634 3637 30091 0 -1 4202560 29 0 0 0 82284 13 0 0 20 0 22 0 29555835 10060525568 1053132 33554432000 1073741824 1073778376 140735002171312 140616204734000 140616709879477 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3637/tid=3706] ppid=3634 vsize=9824732 CPUtime=823 cores=0,2,4,6
/proc/3637/task/3706/stat : 3706 (java) R 3634 3637 30091 0 -1 4202560 153 0 0 0 82286 14 0 0 20 0 22 0 29555835 10060525568 1053132 33554432000 1073741824 1073778376 140735002171312 140616205787408 140616710061502 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3637/tid=3707] ppid=3634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3637/task/3707/stat : 3707 (java) S 3634 3637 30091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29555835 10060525568 1053132 33554432000 1073741824 1073778376 140735002171312 140616206840744 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1770.61
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.801 s]
/proc/loadavg: 4.23 4.20 4.18 5/219 3820
/proc/meminfo: memFree=22530844/32872528 swapFree=1556504/1720024
[pid=3637] ppid=3634 vsize=9824732 CPUtime=1800.06 cores=0,2,4,6
/proc/3637/stat : 3637 (java) S 3634 3637 30091 0 -1 4202496 37655 0 1 0 179740 266 0 0 20 0 22 0 29551847 10060525568 1072582 33554432000 1073741824 1073778376 140735002171312 140735002162448 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3637/statm: 2456183 1072582 2303 9 0 2446860 0
[pid=3637/tid=3639] ppid=3634 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/3637/task/3639/stat : 3639 (java) S 3634 3637 30091 0 -1 4202560 2435 0 1 0 51 2 0 0 20 0 22 0 29551847 10060525568 1072582 33554432000 1073741824 1073778376 140735002171312 140616862729080 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3637/tid=3640] ppid=3634 vsize=9824732 CPUtime=5.68 cores=0,2,4,6
/proc/3637/task/3640/stat : 3640 (java) S 3634 3637 30091 0 -1 4202560 1070 0 0 0 546 22 0 0 20 0 22 0 29551848 10060525568 1072582 33554432000 1073741824 1073778376 140735002171312 140616835180968 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3637/tid=3641] ppid=3634 vsize=9824732 CPUtime=6 cores=0,2,4,6
/proc/3637/task/3641/stat : 3641 (java) S 3634 3637 30091 0 -1 4202560 816 0 0 0 573 27 0 0 20 0 22 0 29551848 10060525568 1072582 33554432000 1073741824 1073778376 140735002171312 140616834128424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3637/tid=3642] ppid=3634 vsize=9824732 CPUtime=5.47 cores=0,2,4,6
/proc/3637/task/3642/stat : 3642 (java) S 3634 3637 30091 0 -1 4202560 666 0 0 0 526 21 0 0 20 0 22 0 29551848 10060525568 1072582 33554432000 1073741824 1073778376 140735002171312 140616833075368 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3637/tid=3643] ppid=3634 vsize=9824732 CPUtime=5.87 cores=0,2,4,6
/proc/3637/task/3643/stat : 3643 (java) S 3634 3637 30091 0 -1 4202560 700 0 0 0 569 18 0 0 20 0 22 0 29551848 10060525568 1072582 33554432000 1073741824 1073778376 140735002171312 140616832022824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3637/tid=3644] ppid=3634 vsize=9824732 CPUtime=5.56 cores=0,2,4,6
/proc/3637/task/3644/stat : 3644 (java) S 3634 3637 30091 0 -1 4202560 655 0 0 0 536 20 0 0 20 0 22 0 29551848 10060525568 1072582 33554432000 1073741824 1073778376 140735002171312 140616830970792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3637/tid=3645] ppid=3634 vsize=9824732 CPUtime=5.89 cores=0,2,4,6
/proc/3637/task/3645/stat : 3645 (java) S 3634 3637 30091 0 -1 4202560 933 0 0 0 566 23 0 0 20 0 22 0 29551848 10060525568 1072582 33554432000 1073741824 1073778376 140735002171312 140616829918248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3637/tid=3646] ppid=3634 vsize=9824732 CPUtime=6.07 cores=0,2,4,6
/proc/3637/task/3646/stat : 3646 (java) S 3634 3637 30091 0 -1 4202560 732 0 0 0 580 27 0 0 20 0 22 0 29551848 10060525568 1072582 33554432000 1073741824 1073778376 140735002171312 140616828865192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3637/tid=3647] ppid=3634 vsize=9824732 CPUtime=6.05 cores=0,2,4,6
/proc/3637/task/3647/stat : 3647 (java) S 3634 3637 30091 0 -1 4202560 985 0 0 0 579 26 0 0 20 0 22 0 29551848 10060525568 1072582 33554432000 1073741824 1073778376 140735002171312 140616827812648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3637/tid=3648] ppid=3634 vsize=9824732 CPUtime=6.65 cores=0,2,4,6
/proc/3637/task/3648/stat : 3648 (java) S 3634 3637 30091 0 -1 4202560 2993 0 0 0 656 9 0 0 20 0 22 0 29551849 10060525568 1072582 33554432000 1073741824 1073778376 140735002171312 140616216316264 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3637/tid=3649] ppid=3634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3637/task/3649/stat : 3649 (java) S 3634 3637 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29551850 10060525568 1072582 33554432000 1073741824 1073778376 140735002171312 140616215262584 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3637/tid=3650] ppid=3634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3637/task/3650/stat : 3650 (java) S 3634 3637 30091 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 29551850 10060525568 1072582 33554432000 1073741824 1073778376 140735002171312 140616214209416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3637/tid=3651] ppid=3634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3637/task/3651/stat : 3651 (java) S 3634 3637 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29551852 10060525568 1072582 33554432000 1073741824 1073778376 140735002171312 140616213158160 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3637/tid=3652] ppid=3634 vsize=9824732 CPUtime=1.76 cores=0,2,4,6
/proc/3637/task/3652/stat : 3652 (java) S 3634 3637 30091 0 -1 4202560 12918 0 0 0 174 2 0 0 20 0 22 0 29551852 10060525568 1072582 33554432000 1073741824 1073778376 140735002171312 140616212106040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3637/tid=3653] ppid=3634 vsize=9824732 CPUtime=1.36 cores=0,2,4,6
/proc/3637/task/3653/stat : 3653 (java) S 3634 3637 30091 0 -1 4202560 9427 0 0 0 134 2 0 0 20 0 22 0 29551852 10060525568 1072582 33554432000 1073741824 1073778376 140735002171312 140616211053496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3637/tid=3654] ppid=3634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3637/task/3654/stat : 3654 (java) S 3634 3637 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29551852 10060525568 1072582 33554432000 1073741824 1073778376 140735002171312 140616210000632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3637/tid=3655] ppid=3634 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/3637/task/3655/stat : 3655 (java) S 3634 3637 30091 0 -1 4202560 51 0 0 0 18 16 0 0 20 0 22 0 29551852 10060525568 1072582 33554432000 1073741824 1073778376 140735002171312 140616208948296 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3637/tid=3662] ppid=3634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3637/task/3662/stat : 3662 (java) S 3634 3637 30091 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 29551947 10060525568 1072582 33554432000 1073741824 1073778376 140735002171312 140616207893800 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3637/tid=3705] ppid=3634 vsize=9824732 CPUtime=837.19 cores=0,2,4,6
/proc/3637/task/3705/stat : 3705 (java) R 3634 3637 30091 0 -1 4202560 29 0 0 0 83706 13 0 0 20 0 22 0 29555835 10060525568 1072582 33554432000 1073741824 1073778376 140735002171312 140616204726288 140616709879477 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3637/tid=3706] ppid=3634 vsize=9824732 CPUtime=837.22 cores=0,2,4,6
/proc/3637/task/3706/stat : 3706 (java) R 3634 3637 30091 0 -1 4202560 154 0 0 0 83708 14 0 0 20 0 22 0 29555835 10060525568 1072582 33554432000 1073741824 1073778376 140735002171312 140616205786368 140616710191443 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3637/tid=3707] ppid=3634 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3637/task/3707/stat : 3707 (java) S 3634 3637 30091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29555835 10060525568 1072582 33554432000 1073741824 1073778376 140735002171312 140616206840744 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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 3637 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 3637 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=38416
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=133523
# CPU time returned by wait4() is 1796.17
# while last known CPU time is 1800.06
#
# 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.0200005
#  lost CPU user time (s): 0.0300007
#  lost CPU system time (s): -0.00999999

Real time (s): 896.873
CPU time (s): 1800.08
CPU user time (s): 1797.43
CPU system time (s): 2.65
CPU usage (%): 200.706
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.04
system time used= 3.13352
maximum resident set size= 4290440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37691
page faults= 1
swaps= 0
block input operations= 0
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24614
involuntary context switches= 31070

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.57115 second user time and 7.53585 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-18 20:37:12
IDJOB=4106653
IDBENCH=48164
IDSOLVER=2543
FILE ID=node117/4106653-1466275032
RUNJOBID= node117-1466265252-30107
PBS_JOBID= 19918233
Free space on /tmp= 71740 MiB

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

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

MD5SUM BENCH= 81ea6ef3f58dd056541f0542171b5402
RANDOM SEED=1258333321

node117.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.912
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.82
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.912
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.912
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.55
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.912
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.912
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.54
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.912
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.54
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.912
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.54
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.912
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:        27117576 kB
Buffers:          140460 kB
Cached:           320452 kB
SwapCached:            0 kB
Active:          2907896 kB
Inactive:         358876 kB
Active(anon):    2797792 kB
Inactive(anon):    10636 kB
Active(file):     110104 kB
Inactive(file):   348240 kB
Unevictable:     1720024 kB
Mlocked:         1556504 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1040 kB
Writeback:             0 kB
AnonPages:       4559984 kB
Mapped:            21160 kB
Shmem:               204 kB
Slab:             621868 kB
SReclaimable:      65444 kB
SUnreclaim:       556424 kB
KernelStack:        1808 kB
PageTables:        13032 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4769964 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2936832 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= 71740 MiB
End job on node117 at 2016-06-18 20:52:09