Trace number 4118980

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)-21 1800.02 897.867

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/
minlplib2-pb-0.1.0/opb/normalized-sporttournament10.lin.opb
MD5SUMd39ecb47a49cea79af0e20621b5b8062
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-22
Best CPU time to get the best result obtained on this benchmark0.010997
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables125
Total number of constraints160
Number of constraints which are clauses80
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints80
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 112
Biggest coefficient in the objective function 2
Number of bits for the biggest coefficient in the objective function 2
Sum of the numbers in the objective function 118
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 118
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c ManyCore solver with 2 solvers running in parallel
0.08/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/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.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/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.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4118980-1467238625.opb
0.08/0.12	c reading problem ... 
0.08/0.12	c  objective function found
0.08/0.16	c ... done. Wall clock time 0.04s.
0.08/0.16	c declared #vars     125
0.08/0.16	c #constraints  160
0.08/0.17	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.17	c constraints type 
0.08/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 80
0.08/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 80
0.08/0.17	c 160 constraints processed.
0.08/0.17	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.17	c constraints type 
0.08/0.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 80
0.08/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 80
0.08/0.17	c 160 constraints processed.
0.08/0.17	c objective function length is 112 literals
0.08/0.17	c And the winner is solver1
0.18/0.67	c SATISFIABLE
0.18/0.67	c OPTIMIZING...
0.18/0.67	c Got one! Elapsed wall clock time (in seconds):0.545
0.18/0.67	o -13
0.18/0.68	c And the winner is solver0
0.19/1.17	c Got one! Elapsed wall clock time (in seconds):1.048
0.19/1.17	o -14
0.19/1.18	c And the winner is solver0
0.20/1.67	c Got one! Elapsed wall clock time (in seconds):1.551
0.20/1.67	o -15
0.67/1.82	c And the winner is solver0
1.15/2.17	c Got one! Elapsed wall clock time (in seconds):2.053
1.15/2.17	o -16
2.35/2.51	c cleaning 2801 clauses out of 5610 with flag 10046/5610
2.35/2.58	c And the winner is solver1
2.73/2.68	c Got one! Elapsed wall clock time (in seconds):2.554
2.73/2.68	o -17
3.27/2.83	c cleaning 4293 clauses out of 8590 with flag 8604/11391
3.74/3.02	c cleaning 5145 clauses out of 10296 with flag 21383/17390
4.16/3.29	c And the winner is solver1
4.16/3.30	c cleaning 6076 clauses out of 12152 with flag 36315/24391
4.40/3.68	c Got one! Elapsed wall clock time (in seconds):3.556
4.40/3.68	o -18
4.63/3.83	c cleaning 5535 clauses out of 11077 with flag 10652/29392
5.04/4.05	c cleaning 5769 clauses out of 11542 with flag 23624/35392
5.70/4.29	c cleaning 6383 clauses out of 12773 with flag 38556/42392
6.71/4.61	c cleaning 7194 clauses out of 14389 with flag 55851/50391
6.91/4.72	c And the winner is solver1
6.96/5.18	c Got one! Elapsed wall clock time (in seconds):5.057
6.96/5.18	o -19
6.99/5.27	c cleaning 6235 clauses out of 12469 with flag 4492/55665
7.39/5.47	c cleaning 6118 clauses out of 12235 with flag 17505/61666
8.03/5.73	c cleaning 6558 clauses out of 13117 with flag 32812/68666
8.65/6.03	c cleaning 7277 clauses out of 14559 with flag 50217/76666
9.25/6.38	c cleaning 8139 clauses out of 16282 with flag 69766/85666
10.29/6.81	c cleaning 9072 clauses out of 18143 with flag 91721/95666
11.29/7.37	c cleaning 10035 clauses out of 20071 with flag 115579/106666
12.54/7.97	c cleaning 11015 clauses out of 22036 with flag 141604/118666
14.13/8.70	c cleaning 12008 clauses out of 24020 with flag 169944/131665
15.52/9.44	c cleaning 13003 clauses out of 26012 with flag 200416/145665
17.33/10.33	c cleaning 14000 clauses out of 28010 with flag 233487/160666
19.36/11.38	c cleaning 15002 clauses out of 30010 with flag 268474/176666
21.76/12.52	c cleaning 16004 clauses out of 32008 with flag 306168/193666
23.60/13.45	c And the winner is solver1
23.68/13.68	c Got one! Elapsed wall clock time (in seconds):13.56
23.68/13.68	o -20
24.71/14.22	c cleaning 18067 clauses out of 36134 with flag 11099/213796
25.31/14.54	c cleaning 12030 clauses out of 24068 with flag 23924/219797
25.91/14.89	c cleaning 9509 clauses out of 19037 with flag 39070/226796
26.71/15.22	c cleaning 8759 clauses out of 17528 with flag 56361/234796
27.32/15.57	c cleaning 8880 clauses out of 17770 with flag 75888/243797
28.30/16.03	c cleaning 9445 clauses out of 18890 with flag 97280/253797
29.32/16.56	c cleaning 10219 clauses out of 20444 with flag 121046/264796
30.51/17.14	c cleaning 11110 clauses out of 22225 with flag 147840/276796
31.91/17.84	c cleaning 12057 clauses out of 24116 with flag 176652/289797
33.57/18.68	c cleaning 13027 clauses out of 26058 with flag 208088/303796
35.38/19.52	c cleaning 14016 clauses out of 28031 with flag 241270/318796
37.19/20.49	c cleaning 15007 clauses out of 30015 with flag 275970/334796
39.59/21.62	c cleaning 16003 clauses out of 32010 with flag 312771/351798
42.45/23.01	c cleaning 16999 clauses out of 34005 with flag 352445/369796
45.06/24.32	c cleaning 17998 clauses out of 36006 with flag 393989/388796
47.85/25.70	c cleaning 19003 clauses out of 38008 with flag 437748/408796
51.05/27.32	c cleaning 19998 clauses out of 40006 with flag 483680/429797
54.65/29.14	c cleaning 21004 clauses out of 42007 with flag 531097/451796
58.44/31.04	c cleaning 21998 clauses out of 44004 with flag 580119/474797
62.31/32.96	c cleaning 22999 clauses out of 46006 with flag 632758/498797
66.31/34.97	c cleaning 23999 clauses out of 48006 with flag 687502/523796
67.51/35.53	c And the winner is solver1
67.51/35.69	c Got one! Elapsed wall clock time (in seconds):35.565
67.51/35.69	o -21
68.37/36.15	c cleaning 18942 clauses out of 37886 with flag 10843/537675
69.17/36.52	c cleaning 12469 clauses out of 24942 with flag 23753/543673
69.77/36.84	c cleaning 9733 clauses out of 19474 with flag 38807/550674
70.37/37.19	c cleaning 8867 clauses out of 17740 with flag 56028/558673
71.18/37.54	c cleaning 8934 clauses out of 17874 with flag 75333/567674
71.97/37.97	c cleaning 9468 clauses out of 18939 with flag 96690/577673
72.97/38.48	c cleaning 10231 clauses out of 20471 with flag 120359/588673
74.17/39.09	c cleaning 11119 clauses out of 22240 with flag 146843/600673
75.77/39.80	c cleaning 12058 clauses out of 24122 with flag 176276/613674
77.43/40.66	c cleaning 13027 clauses out of 26064 with flag 206683/627674
79.23/41.53	c cleaning 14017 clauses out of 28037 with flag 239414/642674
81.24/42.50	c cleaning 15008 clauses out of 30020 with flag 274195/658674
83.44/43.65	c cleaning 16004 clauses out of 32011 with flag 311292/675673
85.85/44.86	c cleaning 16999 clauses out of 34008 with flag 350669/693674
88.66/46.22	c cleaning 17997 clauses out of 36008 with flag 393057/712673
91.65/47.70	c cleaning 19003 clauses out of 38013 with flag 436803/732675
94.48/49.16	c cleaning 20001 clauses out of 40009 with flag 482409/753674
97.50/50.70	c cleaning 21002 clauses out of 42008 with flag 530390/775674
101.69/52.76	c cleaning 22002 clauses out of 44007 with flag 580771/798675
105.89/54.82	c cleaning 22997 clauses out of 46004 with flag 634172/822674
110.13/56.94	c cleaning 24001 clauses out of 48007 with flag 690183/847674
114.93/59.37	c cleaning 25000 clauses out of 50006 with flag 747431/873674
119.93/61.81	c cleaning 25997 clauses out of 52005 with flag 806347/900673
125.13/64.47	c cleaning 27000 clauses out of 54008 with flag 867781/928673
131.18/67.45	c cleaning 27999 clauses out of 56008 with flag 932457/957673
137.21/70.43	c cleaning 0 clauses out of 7396 with flag 0/7397
137.82/70.61	c cleaning 29005 clauses out of 58010 with flag 1000302/987674
144.50/74.00	c cleaning 30001 clauses out of 60004 with flag 1069275/1018673
152.30/77.80	c cleaning 30999 clauses out of 62003 with flag 1140957/1050673
160.55/81.95	c cleaning 32001 clauses out of 64005 with flag 1215190/1083674
169.16/86.20	c cleaning 33002 clauses out of 66004 with flag 1291297/1117674
176.40/89.88	c cleaning 33997 clauses out of 68002 with flag 1369962/1152674
184.20/93.74	c cleaning 34998 clauses out of 70004 with flag 1452628/1188673
190.83/97.03	c cleaning 36000 clauses out of 72007 with flag 1534332/1225674
200.07/101.67	c cleaning 37001 clauses out of 74007 with flag 1621156/1263674
209.47/106.37	c cleaning 38000 clauses out of 76005 with flag 1708906/1302673
219.90/111.54	c cleaning 38998 clauses out of 78006 with flag 1797850/1342674
232.73/117.97	c cleaning 40000 clauses out of 80008 with flag 1887432/1383674
245.91/124.49	c cleaning 41001 clauses out of 82007 with flag 1981258/1425673
259.68/131.24	c cleaning 42002 clauses out of 84007 with flag 2075353/1468674
273.93/138.34	c cleaning 43002 clauses out of 86005 with flag 2172265/1512674
287.38/145.07	c cleaning 43994 clauses out of 88002 with flag 2273273/1557673
304.24/153.47	c cleaning 44999 clauses out of 90008 with flag 2375509/1603673
321.30/161.92	c cleaning 46001 clauses out of 92009 with flag 2479985/1650673
337.11/169.85	c cleaning 47003 clauses out of 94008 with flag 2585551/1698673
354.00/178.22	c cleaning 47998 clauses out of 96005 with flag 2692575/1747673
369.65/186.02	c cleaning 48999 clauses out of 98007 with flag 2805584/1797673
385.50/193.92	c cleaning 49999 clauses out of 100010 with flag 2917844/1848675
401.94/202.18	c cleaning 51002 clauses out of 102010 with flag 3033244/1900674
421.82/212.04	c cleaning 52001 clauses out of 104008 with flag 3151773/1953674
439.09/220.66	c cleaning 53003 clauses out of 106006 with flag 3270380/2007673
458.59/230.35	c cleaning 53995 clauses out of 108003 with flag 3391981/2062673
480.74/241.31	c cleaning 55004 clauses out of 110008 with flag 3513052/2118673
507.71/254.78	c cleaning 56000 clauses out of 112004 with flag 3628933/2175673
536.46/269.09	c cleaning 57003 clauses out of 114007 with flag 3746258/2233676
568.28/284.83	c cleaning 58001 clauses out of 116001 with flag 3866790/2292673
573.93/287.69	c cleaning 0 clauses out of 13398 with flag 0/13399
602.88/302.08	c cleaning 59000 clauses out of 118001 with flag 3989330/2352674
638.30/319.61	c cleaning 59998 clauses out of 120000 with flag 4113800/2413673
679.82/340.44	c cleaning 61001 clauses out of 122003 with flag 4239750/2475674
722.57/361.78	c cleaning 62000 clauses out of 124001 with flag 4367921/2538673
763.43/382.09	c cleaning 62995 clauses out of 126002 with flag 4498465/2602674
801.05/400.77	c cleaning 63999 clauses out of 128006 with flag 4631573/2667673
841.47/420.82	c cleaning 64999 clauses out of 130007 with flag 4767790/2733673
885.89/442.90	c cleaning 66000 clauses out of 132008 with flag 4904935/2800673
917.90/458.89	c cleaning 67003 clauses out of 134008 with flag 5043609/2868673
959.48/479.57	c cleaning 67998 clauses out of 136007 with flag 5184940/2937675
1001.13/500.20	c cleaning 68994 clauses out of 138007 with flag 5327192/3007673
1041.34/520.44	c cleaning 70005 clauses out of 140013 with flag 5472198/3078673
1075.95/537.61	c cleaning 71002 clauses out of 142008 with flag 5618784/3150673
1116.74/557.91	c cleaning 71997 clauses out of 144006 with flag 5766963/3223673
1165.55/582.26	c cleaning 72997 clauses out of 146010 with flag 5917274/3297674
1209.63/604.15	c cleaning 74001 clauses out of 148012 with flag 6069401/3372673
1255.29/626.80	c cleaning 75006 clauses out of 150012 with flag 6223312/3448674
1297.93/648.06	c cleaning 76003 clauses out of 152006 with flag 6379562/3525674
1348.20/673.02	c cleaning 77001 clauses out of 154002 with flag 6538521/3603673
1410.35/703.93	c cleaning 77997 clauses out of 156002 with flag 6699655/3682674
1466.70/731.90	c cleaning 0 clauses out of 20396 with flag 0/20397
1477.17/737.13	c cleaning 78999 clauses out of 158005 with flag 6862574/3762674
1535.25/766.24	c cleaning 80000 clauses out of 160006 with flag 7027561/3843674
1594.60/795.79	c cleaning 80999 clauses out of 162005 with flag 7194595/3925673
1675.05/835.76	c cleaning 81999 clauses out of 164007 with flag 7363711/4008674
1748.72/872.33	c cleaning 82999 clauses out of 166007 with flag 7534836/4092673
1800.02/897.80	c >>>>>>>>>> Solver number 0 (3 answers) <<<<<<<<<<<<<<<<<<
1800.02/897.80	c starts		: 40564
1800.02/897.80	c conflicts		: 4161545
1800.02/897.80	c decisions		: 5593096
1800.02/897.80	c propagations		: 50080807
1800.02/897.80	c inspects		: 14531826974
1800.02/897.80	c shortcuts		: 0
1800.02/897.80	c learnt literals	: 0
1800.02/897.80	c learnt binary clauses	: 0
1800.02/897.80	c learnt ternary clauses	: 0
1800.02/897.80	c learnt constraints	: 4161545
1800.02/897.80	c ignored constraints	: 0
1800.02/897.80	c root simplifications	: 0
1800.02/897.80	c removed literals (reason simplification)	: 3768394
1800.02/897.80	c reason swapping (by a shorter reason)	: 0
1800.02/897.80	c Calls to reduceDB	: 122
1800.02/897.80	c Number of update (reduction) of LBD	: 134906
1800.02/897.80	c Imported unit clauses	: 0
1800.02/897.80	c number of reductions to clauses (during analyze)	: 0
1800.02/897.80	c number of learned constraints concerned by reduction	: 0
1800.02/897.80	c number of learning phase by resolution	: 0
1800.02/897.80	c number of learning phase by cutting planes	: 0
1800.02/897.80	c speed (assignments/second)	: 58090.63408014012
1800.02/897.80	c non guided choices	4
1800.02/897.83	c learnt constraints type 
1800.02/897.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 151880
1800.02/897.83	c >>>>>>>>>> Solver number 1 (6 answers) <<<<<<<<<<<<<<<<<<
1800.02/897.83	c starts		: 60
1800.02/897.83	c conflicts		: 22480
1800.02/897.83	c decisions		: 50278
1800.02/897.83	c propagations		: 420326
1800.02/897.83	c inspects		: 973636614
1800.02/897.83	c shortcuts		: 0
1800.02/897.83	c learnt literals	: 0
1800.02/897.83	c learnt binary clauses	: 0
1800.02/897.83	c learnt ternary clauses	: 0
1800.02/897.83	c learnt constraints	: 22478
1800.02/897.83	c ignored constraints	: 0
1800.02/897.83	c root simplifications	: 0
1800.02/897.83	c removed literals (reason simplification)	: 0
1800.02/897.83	c reason swapping (by a shorter reason)	: 0
1800.02/897.83	c Calls to reduceDB	: 3
1800.02/897.83	c Number of update (reduction) of LBD	: 0
1800.02/897.83	c Imported unit clauses	: 0
1800.02/897.83	c number of reductions to clauses (during analyze)	: 0
1800.02/897.83	c number of learned constraints concerned by reduction	: 0
1800.02/897.83	c number of learning phase by resolution	: 0
1800.02/897.83	c number of learning phase by cutting planes	: 0
1800.02/897.83	c speed (assignments/second)	: 469.29506260229954
1800.02/897.83	c non guided choices	2
1800.02/897.84	c learnt constraints type 
1800.02/897.84	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 19
1800.02/897.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 22459
1800.02/897.84	s SATISFIABLE
1800.02/897.84	c Found 9 solution(s)
1800.02/897.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 
1800.02/897.84	c objective function=-21
1800.02/897.84	c Total wall clock time (in seconds): 897.72

Verifier Data

OK	-21

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

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

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


[startup+0 s]
/proc/loadavg: 4.19 4.16 4.09 4/197 10067
/proc/meminfo: memFree=21017096/32872528 swapFree=12440/1155036
[pid=10067] ppid=10064 vsize=8 CPUtime=0 cores=1,3,5,7
/proc/10067/stat : 10067 (java) R 10064 10067 4301 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 4829883 8192 1 33554432000 0 0 0 140734989733976 219513777591 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10067/statm: 2 1 0 0 0 2 0

[startup+0.10006 s]
/proc/loadavg: 4.19 4.16 4.09 4/197 10067
/proc/meminfo: memFree=21017096/32872528 swapFree=12440/1155036
[pid=10067] ppid=10064 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/10067/stat : 10067 (java) S 10064 10067 4301 0 -1 4202496 4392 0 1 0 7 1 0 0 20 0 18 0 4829883 9787879424 6029 33554432000 1073741824 1073778376 140733231367952 140733231359088 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10067/statm: 2389619 6029 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200268 s]
/proc/loadavg: 4.19 4.16 4.09 4/197 10067
/proc/meminfo: memFree=21017096/32872528 swapFree=12440/1155036
[pid=10067] ppid=10064 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/10067/stat : 10067 (java) S 10064 10067 4301 0 -1 4202496 4733 0 1 0 17 1 0 0 20 0 19 0 4829883 10060525568 7832 33554432000 1073741824 1073778376 140733231367952 140733231359088 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10067/statm: 2456183 7832 2198 9 0 2446860 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 9824732

[startup+0.300306 s]
/proc/loadavg: 4.19 4.16 4.09 4/197 10067
/proc/meminfo: memFree=21017096/32872528 swapFree=12440/1155036
[pid=10067] ppid=10064 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/10067/stat : 10067 (java) S 10064 10067 4301 0 -1 4202496 4733 0 1 0 17 1 0 0 20 0 19 0 4829883 10060525568 7832 33554432000 1073741824 1073778376 140733231367952 140733231359088 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10067/statm: 2456183 7832 2198 9 0 2446860 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 9824732

[startup+0.700218 s]
/proc/loadavg: 4.19 4.16 4.09 4/197 10067
/proc/meminfo: memFree=21017096/32872528 swapFree=12440/1155036
[pid=10067] ppid=10064 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/10067/stat : 10067 (java) S 10064 10067 4301 0 -1 4202496 4762 0 1 0 18 1 0 0 20 0 19 0 4829883 10060525568 8870 33554432000 1073741824 1073778376 140733231367952 140733231359088 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10067/statm: 2456183 8870 2199 9 0 2446860 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 9824732

[startup+1.50084 s]
/proc/loadavg: 4.01 4.12 4.08 3/216 10092
/proc/meminfo: memFree=20990644/32872528 swapFree=12440/1155036
[pid=10067] ppid=10064 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/10067/stat : 10067 (java) S 10064 10067 4301 0 -1 4202496 4787 0 1 0 19 1 0 0 20 0 19 0 4829883 10060525568 9910 33554432000 1073741824 1073778376 140733231367952 140733231359088 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10067/statm: 2456183 9910 2211 9 0 2446860 0
[pid=10067/tid=10069] ppid=10064 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/10067/task/10069/stat : 10069 (java) S 10064 10067 4301 0 -1 4202560 2427 0 1 0 12 1 0 0 20 0 19 0 4829884 10060525568 9910 33554432000 1073741824 1073778376 140733231367952 140168716350328 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10067/tid=10070] ppid=10064 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10070/stat : 10070 (java) S 10064 10067 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4829885 10060525568 9910 33554432000 1073741824 1073778376 140733231367952 140168677841576 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10071] ppid=10064 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10071/stat : 10071 (java) S 10064 10067 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4829885 10060525568 9910 33554432000 1073741824 1073778376 140733231367952 140168676789032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10067/tid=10072] ppid=10064 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10072/stat : 10072 (java) S 10064 10067 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4829885 10060525568 9910 33554432000 1073741824 1073778376 140733231367952 140168675736488 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10067/tid=10073] ppid=10064 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10073/stat : 10073 (java) S 10064 10067 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4829885 10060525568 9910 33554432000 1073741824 1073778376 140733231367952 140168674683944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10067/tid=10074] ppid=10064 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10074/stat : 10074 (java) S 10064 10067 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4829885 10060525568 9910 33554432000 1073741824 1073778376 140733231367952 140168556177576 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10075] ppid=10064 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10075/stat : 10075 (java) S 10064 10067 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4829885 10060525568 9910 33554432000 1073741824 1073778376 140733231367952 140168555125032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10067/tid=10076] ppid=10064 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10076/stat : 10076 (java) S 10064 10067 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4829885 10060525568 9910 33554432000 1073741824 1073778376 140733231367952 140168554072488 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10077] ppid=10064 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10077/stat : 10077 (java) S 10064 10067 4301 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4829885 10060525568 9910 33554432000 1073741824 1073778376 140733231367952 140168553019944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10078] ppid=10064 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10078/stat : 10078 (java) S 10064 10067 4301 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 4829886 10060525568 9910 33554432000 1073741824 1073778376 140733231367952 140168540609128 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10067/tid=10079] ppid=10064 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10079/stat : 10079 (java) S 10064 10067 4301 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4829887 10060525568 9910 33554432000 1073741824 1073778376 140733231367952 140167935420024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10080] ppid=10064 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10080/stat : 10080 (java) S 10064 10067 4301 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4829887 10060525568 9910 33554432000 1073741824 1073778376 140733231367952 140167934367368 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10081] ppid=10064 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10081/stat : 10081 (java) S 10064 10067 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4829889 10060525568 9910 33554432000 1073741824 1073778376 140733231367952 140167933316112 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10082] ppid=10064 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/10067/task/10082/stat : 10082 (java) S 10064 10067 4301 0 -1 4202560 406 0 0 0 2 0 0 0 20 0 19 0 4829889 10060525568 9910 33554432000 1073741824 1073778376 140733231367952 140167932262456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10083] ppid=10064 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/10067/task/10083/stat : 10083 (java) S 10064 10067 4301 0 -1 4202560 609 0 0 0 1 0 0 0 20 0 19 0 4829889 10060525568 9910 33554432000 1073741824 1073778376 140733231367952 140167931209912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10067/tid=10084] ppid=10064 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10084/stat : 10084 (java) S 10064 10067 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4829889 10060525568 9910 33554432000 1073741824 1073778376 140733231367952 140167930157560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10067/tid=10085] ppid=10064 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10085/stat : 10085 (java) S 10064 10067 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4829889 10060525568 9910 33554432000 1073741824 1073778376 140733231367952 140167929105224 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10067/tid=10092] ppid=10064 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10092/stat : 10092 (java) S 10064 10067 4301 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 4829950 10060525568 9910 33554432000 1073741824 1073778376 140733231367952 140167926998056 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 9824732

[startup+3.1008 s]
/proc/loadavg: 4.01 4.12 4.08 7/219 10101
/proc/meminfo: memFree=20955536/32872528 swapFree=12440/1155036
[pid=10067] ppid=10064 vsize=9824732 CPUtime=3.96 cores=1,3,5,7
/proc/10067/stat : 10067 (java) S 10064 10067 4301 0 -1 4202496 25319 0 1 0 385 11 0 0 20 0 22 0 4829883 10060525568 51435 33554432000 1073741824 1073778376 140733231367952 140733231359088 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10067/statm: 2456183 51435 2284 9 0 2446860 0
[pid=10067/tid=10069] ppid=10064 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/10067/task/10069/stat : 10069 (java) S 10064 10067 4301 0 -1 4202560 2427 0 1 0 12 2 0 0 20 0 22 0 4829884 10060525568 51435 33554432000 1073741824 1073778376 140733231367952 140168716350328 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10067/tid=10070] ppid=10064 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10070/stat : 10070 (java) S 10064 10067 4301 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 4829885 10060525568 51435 33554432000 1073741824 1073778376 140733231367952 140168677841576 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10067/tid=10071] ppid=10064 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10071/stat : 10071 (java) S 10064 10067 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4829885 10060525568 51435 33554432000 1073741824 1073778376 140733231367952 140168676789032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10067/tid=10072] ppid=10064 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10072/stat : 10072 (java) S 10064 10067 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4829885 10060525568 51435 33554432000 1073741824 1073778376 140733231367952 140168675736488 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10067/tid=10073] ppid=10064 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10073/stat : 10073 (java) S 10064 10067 4301 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4829885 10060525568 51435 33554432000 1073741824 1073778376 140733231367952 140168674683944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10067/tid=10074] ppid=10064 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10074/stat : 10074 (java) S 10064 10067 4301 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 4829885 10060525568 51435 33554432000 1073741824 1073778376 140733231367952 140168556177576 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10067/tid=10075] ppid=10064 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10075/stat : 10075 (java) S 10064 10067 4301 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 4829885 10060525568 51435 33554432000 1073741824 1073778376 140733231367952 140168555125032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10067/tid=10076] ppid=10064 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10076/stat : 10076 (java) S 10064 10067 4301 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 4829885 10060525568 51435 33554432000 1073741824 1073778376 140733231367952 140168554072488 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10077] ppid=10064 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10077/stat : 10077 (java) S 10064 10067 4301 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4829885 10060525568 51435 33554432000 1073741824 1073778376 140733231367952 140168553019944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10067/tid=10078] ppid=10064 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10078/stat : 10078 (java) S 10064 10067 4301 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 4829886 10060525568 51435 33554432000 1073741824 1073778376 140733231367952 140168540609128 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10067/tid=10079] ppid=10064 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10079/stat : 10079 (java) S 10064 10067 4301 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4829887 10060525568 51435 33554432000 1073741824 1073778376 140733231367952 140167935420024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10080] ppid=10064 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10080/stat : 10080 (java) S 10064 10067 4301 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4829887 10060525568 51435 33554432000 1073741824 1073778376 140733231367952 140167934367368 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10081] ppid=10064 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10081/stat : 10081 (java) S 10064 10067 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4829889 10060525568 51435 33554432000 1073741824 1073778376 140733231367952 140167933316112 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10082] ppid=10064 vsize=9824732 CPUtime=0.85 cores=1,3,5,7
/proc/10067/task/10082/stat : 10082 (java) S 10064 10067 4301 0 -1 4202560 10844 0 0 0 84 1 0 0 20 0 22 0 4829889 10060525568 51435 33554432000 1073741824 1073778376 140733231367952 140167932262456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10083] ppid=10064 vsize=9824732 CPUtime=0.97 cores=1,3,5,7
/proc/10067/task/10083/stat : 10083 (java) S 10064 10067 4301 0 -1 4202560 10498 0 0 0 95 2 0 0 20 0 22 0 4829889 10060525568 51435 33554432000 1073741824 1073778376 140733231367952 140167931209912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10067/tid=10084] ppid=10064 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10084/stat : 10084 (java) S 10064 10067 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4829889 10060525568 51435 33554432000 1073741824 1073778376 140733231367952 140167930157560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10067/tid=10085] ppid=10064 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10085/stat : 10085 (java) S 10064 10067 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4829889 10060525568 51435 33554432000 1073741824 1073778376 140733231367952 140167929105224 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10067/tid=10101] ppid=10064 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10101/stat : 10101 (java) S 10064 10067 4301 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4830101 10060525568 51435 33554432000 1073741824 1073778376 140733231367952 140167925945512 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.96
Current children cumulated vsize (KiB) 9824732

[startup+6.3009 s]
/proc/loadavg: 4.01 4.12 4.08 5/219 10110
/proc/meminfo: memFree=20621044/32872528 swapFree=12440/1155036
[pid=10067] ppid=10064 vsize=9824732 CPUtime=9.25 cores=1,3,5,7
/proc/10067/stat : 10067 (java) S 10064 10067 4301 0 -1 4202496 25802 0 1 0 902 23 0 0 20 0 22 0 4829883 10060525568 103607 33554432000 1073741824 1073778376 140733231367952 140733231359088 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10067/statm: 2456183 103607 2287 9 0 2446860 0
[pid=10067/tid=10069] ppid=10064 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/10067/task/10069/stat : 10069 (java) S 10064 10067 4301 0 -1 4202560 2427 0 1 0 13 2 0 0 20 0 22 0 4829884 10060525568 103607 33554432000 1073741824 1073778376 140733231367952 140168716350328 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10067/tid=10070] ppid=10064 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/10067/task/10070/stat : 10070 (java) S 10064 10067 4301 0 -1 4202560 57 0 0 0 1 2 0 0 20 0 22 0 4829885 10060525568 103607 33554432000 1073741824 1073778376 140733231367952 140168677841576 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10067/tid=10071] ppid=10064 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/10067/task/10071/stat : 10071 (java) S 10064 10067 4301 0 -1 4202560 41 0 0 0 1 0 0 0 20 0 22 0 4829885 10060525568 103607 33554432000 1073741824 1073778376 140733231367952 140168676789032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10072] ppid=10064 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10072/stat : 10072 (java) S 10064 10067 4301 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4829885 10060525568 103607 33554432000 1073741824 1073778376 140733231367952 140168675736488 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10067/tid=10073] ppid=10064 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/10067/task/10073/stat : 10073 (java) S 10064 10067 4301 0 -1 4202560 38 0 0 0 1 0 0 0 20 0 22 0 4829885 10060525568 103607 33554432000 1073741824 1073778376 140733231367952 140168674683944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10067/tid=10074] ppid=10064 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/10067/task/10074/stat : 10074 (java) S 10064 10067 4301 0 -1 4202560 27 0 0 0 1 2 0 0 20 0 22 0 4829885 10060525568 103607 33554432000 1073741824 1073778376 140733231367952 140168556177576 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10067/tid=10075] ppid=10064 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/10067/task/10075/stat : 10075 (java) S 10064 10067 4301 0 -1 4202560 67 0 0 0 1 1 0 0 20 0 22 0 4829885 10060525568 103607 33554432000 1073741824 1073778376 140733231367952 140168555125032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10067/tid=10076] ppid=10064 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10076/stat : 10076 (java) S 10064 10067 4301 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 4829885 10060525568 103607 33554432000 1073741824 1073778376 140733231367952 140168554072488 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10067/tid=10077] ppid=10064 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/10067/task/10077/stat : 10077 (java) S 10064 10067 4301 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 4829885 10060525568 103607 33554432000 1073741824 1073778376 140733231367952 140168553019944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10078] ppid=10064 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10078/stat : 10078 (java) S 10064 10067 4301 0 -1 4202560 193 0 0 0 0 0 0 0 20 0 22 0 4829886 10060525568 103607 33554432000 1073741824 1073778376 140733231367952 140168540609128 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10067/tid=10079] ppid=10064 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10079/stat : 10079 (java) S 10064 10067 4301 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4829887 10060525568 103607 33554432000 1073741824 1073778376 140733231367952 140167935420024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10080] ppid=10064 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10080/stat : 10080 (java) S 10064 10067 4301 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4829887 10060525568 103607 33554432000 1073741824 1073778376 140733231367952 140167934367368 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10081] ppid=10064 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10081/stat : 10081 (java) S 10064 10067 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4829889 10060525568 103607 33554432000 1073741824 1073778376 140733231367952 140167933316112 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10082] ppid=10064 vsize=9824732 CPUtime=1.23 cores=1,3,5,7
/proc/10067/task/10082/stat : 10082 (java) S 10064 10067 4301 0 -1 4202560 10884 0 0 0 121 2 0 0 20 0 22 0 4829889 10060525568 103607 33554432000 1073741824 1073778376 140733231367952 140167932262456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10067/tid=10083] ppid=10064 vsize=9824732 CPUtime=1.13 cores=1,3,5,7
/proc/10067/task/10083/stat : 10083 (java) S 10064 10067 4301 0 -1 4202560 10499 0 0 0 111 2 0 0 20 0 22 0 4829889 10060525568 103607 33554432000 1073741824 1073778376 140733231367952 140167931209912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10067/tid=10084] ppid=10064 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10084/stat : 10084 (java) S 10064 10067 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4829889 10060525568 103607 33554432000 1073741824 1073778376 140733231367952 140167930157560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10067/tid=10085] ppid=10064 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10085/stat : 10085 (java) S 10064 10067 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4829889 10060525568 103607 33554432000 1073741824 1073778376 140733231367952 140167929105224 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10067/tid=10101] ppid=10064 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10101/stat : 10101 (java) S 10064 10067 4301 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4830101 10060525568 103607 33554432000 1073741824 1073778376 140733231367952 140167925945512 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10067/tid=10108] ppid=10064 vsize=9824732 CPUtime=1.07 cores=1,3,5,7
/proc/10067/task/10108/stat : 10108 (java) R 10064 10067 4301 0 -1 4202560 5 0 0 0 107 0 0 0 20 0 22 0 4830401 10060525568 103607 33554432000 1073741824 1073778376 140733231367952 140167928041328 140168556744551 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10109] ppid=10064 vsize=9824732 CPUtime=1.07 cores=1,3,5,7

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

[pid=10067/tid=10077] ppid=10064 vsize=9824732 CPUtime=2.56 cores=1,3,5,7
/proc/10067/task/10077/stat : 10077 (java) S 10064 10067 4301 0 -1 4202560 405 0 0 0 250 6 0 0 20 0 22 0 4829885 10060525568 537863 33554432000 1073741824 1073778376 140733231367952 140168553019944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10067/tid=10078] ppid=10064 vsize=9824732 CPUtime=1.56 cores=1,3,5,7
/proc/10067/task/10078/stat : 10078 (java) S 10064 10067 4301 0 -1 4202560 1378 0 0 0 125 31 0 0 20 0 22 0 4829886 10060525568 537863 33554432000 1073741824 1073778376 140733231367952 140168540609128 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10067/tid=10079] ppid=10064 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10079/stat : 10079 (java) S 10064 10067 4301 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4829887 10060525568 537863 33554432000 1073741824 1073778376 140733231367952 140167935420024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10080] ppid=10064 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10080/stat : 10080 (java) S 10064 10067 4301 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 4829887 10060525568 537863 33554432000 1073741824 1073778376 140733231367952 140167934367368 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10081] ppid=10064 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10081/stat : 10081 (java) S 10064 10067 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4829889 10060525568 537863 33554432000 1073741824 1073778376 140733231367952 140167933316112 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10082] ppid=10064 vsize=9824732 CPUtime=1.88 cores=1,3,5,7
/proc/10067/task/10082/stat : 10082 (java) S 10064 10067 4301 0 -1 4202560 10891 0 0 0 186 2 0 0 20 0 22 0 4829889 10060525568 537863 33554432000 1073741824 1073778376 140733231367952 140167932262456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10067/tid=10083] ppid=10064 vsize=9824732 CPUtime=1.28 cores=1,3,5,7
/proc/10067/task/10083/stat : 10083 (java) S 10064 10067 4301 0 -1 4202560 10505 0 0 0 126 2 0 0 20 0 22 0 4829889 10060525568 537863 33554432000 1073741824 1073778376 140733231367952 140167931209912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10067/tid=10084] ppid=10064 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10084/stat : 10084 (java) S 10064 10067 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4829889 10060525568 537863 33554432000 1073741824 1073778376 140733231367952 140167930157560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10067/tid=10085] ppid=10064 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/10067/task/10085/stat : 10085 (java) S 10064 10067 4301 0 -1 4202560 48 0 0 0 12 21 0 0 20 0 22 0 4829889 10060525568 537863 33554432000 1073741824 1073778376 140733231367952 140167929105224 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10067/tid=10101] ppid=10064 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10101/stat : 10101 (java) S 10064 10067 4301 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4830101 10060525568 537863 33554432000 1073741824 1073778376 140733231367952 140167925945512 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10067/tid=10114] ppid=10064 vsize=9824732 CPUtime=777.28 cores=1,3,5,7
/proc/10067/task/10114/stat : 10114 (java) R 10064 10067 4301 0 -1 4202560 168 0 0 0 77715 13 0 0 20 0 22 0 4833452 10060525568 537863 33554432000 1073741824 1073778376 140733231367952 140167924890864 140168556744551 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10067/tid=10115] ppid=10064 vsize=9824732 CPUtime=777.22 cores=1,3,5,7
/proc/10067/task/10115/stat : 10115 (java) R 10064 10067 4301 0 -1 4202560 154 0 0 0 77709 13 0 0 20 0 22 0 4833452 10060525568 537863 33554432000 1073741824 1073778376 140733231367952 140167928048128 140168556798965 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=10067/tid=10116] ppid=10064 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10116/stat : 10116 (java) S 10064 10067 4301 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4833452 10060525568 537863 33554432000 1073741824 1073778376 140733231367952 140167926998056 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1648.09
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.12 4.11 4.09 5/219 10210
/proc/meminfo: memFree=20307556/32872528 swapFree=12440/1155036
[pid=10067] ppid=10064 vsize=9824732 CPUtime=1768.78 cores=1,3,5,7
/proc/10067/stat : 10067 (java) S 10064 10067 4301 0 -1 4202496 31928 0 1 0 176714 164 0 0 20 0 22 0 4829883 10060525568 528180 33554432000 1073741824 1073778376 140733231367952 140733231359088 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10067/statm: 2456183 528180 2295 9 0 2446860 0
[pid=10067/tid=10069] ppid=10064 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/10067/task/10069/stat : 10069 (java) S 10064 10067 4301 0 -1 4202560 2441 0 1 0 16 3 0 0 20 0 22 0 4829884 10060525568 528180 33554432000 1073741824 1073778376 140733231367952 140168716350328 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10067/tid=10070] ppid=10064 vsize=9824732 CPUtime=2.99 cores=1,3,5,7
/proc/10067/task/10070/stat : 10070 (java) S 10064 10067 4301 0 -1 4202560 414 0 0 0 290 9 0 0 20 0 22 0 4829885 10060525568 528180 33554432000 1073741824 1073778376 140733231367952 140168677841576 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10071] ppid=10064 vsize=9824732 CPUtime=2.79 cores=1,3,5,7
/proc/10067/task/10071/stat : 10071 (java) S 10064 10067 4301 0 -1 4202560 495 0 0 0 272 7 0 0 20 0 22 0 4829885 10060525568 528180 33554432000 1073741824 1073778376 140733231367952 140168676789032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10067/tid=10072] ppid=10064 vsize=9824732 CPUtime=2.61 cores=1,3,5,7
/proc/10067/task/10072/stat : 10072 (java) S 10064 10067 4301 0 -1 4202560 341 0 0 0 254 7 0 0 20 0 22 0 4829885 10060525568 528180 33554432000 1073741824 1073778376 140733231367952 140168675736488 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10067/tid=10073] ppid=10064 vsize=9824732 CPUtime=2.71 cores=1,3,5,7
/proc/10067/task/10073/stat : 10073 (java) S 10064 10067 4301 0 -1 4202560 443 0 0 0 265 6 0 0 20 0 22 0 4829885 10060525568 528180 33554432000 1073741824 1073778376 140733231367952 140168674683944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10067/tid=10074] ppid=10064 vsize=9824732 CPUtime=2.86 cores=1,3,5,7
/proc/10067/task/10074/stat : 10074 (java) S 10064 10067 4301 0 -1 4202560 370 0 0 0 279 7 0 0 20 0 22 0 4829885 10060525568 528180 33554432000 1073741824 1073778376 140733231367952 140168556177576 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10067/tid=10075] ppid=10064 vsize=9824732 CPUtime=2.87 cores=1,3,5,7
/proc/10067/task/10075/stat : 10075 (java) S 10064 10067 4301 0 -1 4202560 488 0 0 0 279 8 0 0 20 0 22 0 4829885 10060525568 528180 33554432000 1073741824 1073778376 140733231367952 140168555125032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10067/tid=10076] ppid=10064 vsize=9824732 CPUtime=2.74 cores=1,3,5,7
/proc/10067/task/10076/stat : 10076 (java) S 10064 10067 4301 0 -1 4202560 358 0 0 0 268 6 0 0 20 0 22 0 4829885 10060525568 528180 33554432000 1073741824 1073778376 140733231367952 140168554072488 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10067/tid=10077] ppid=10064 vsize=9824732 CPUtime=2.74 cores=1,3,5,7
/proc/10067/task/10077/stat : 10077 (java) S 10064 10067 4301 0 -1 4202560 405 0 0 0 267 7 0 0 20 0 22 0 4829885 10060525568 528180 33554432000 1073741824 1073778376 140733231367952 140168553019944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10078] ppid=10064 vsize=9824732 CPUtime=1.57 cores=1,3,5,7
/proc/10067/task/10078/stat : 10078 (java) S 10064 10067 4301 0 -1 4202560 1380 0 0 0 125 32 0 0 20 0 22 0 4829886 10060525568 528180 33554432000 1073741824 1073778376 140733231367952 140168540609128 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10079] ppid=10064 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10079/stat : 10079 (java) S 10064 10067 4301 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4829887 10060525568 528180 33554432000 1073741824 1073778376 140733231367952 140167935420024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10080] ppid=10064 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10080/stat : 10080 (java) S 10064 10067 4301 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 4829887 10060525568 528180 33554432000 1073741824 1073778376 140733231367952 140167934367368 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10081] ppid=10064 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10081/stat : 10081 (java) S 10064 10067 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4829889 10060525568 528180 33554432000 1073741824 1073778376 140733231367952 140167933316112 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10082] ppid=10064 vsize=9824732 CPUtime=1.88 cores=1,3,5,7
/proc/10067/task/10082/stat : 10082 (java) S 10064 10067 4301 0 -1 4202560 10891 0 0 0 186 2 0 0 20 0 22 0 4829889 10060525568 528180 33554432000 1073741824 1073778376 140733231367952 140167932262456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10067/tid=10083] ppid=10064 vsize=9824732 CPUtime=1.28 cores=1,3,5,7
/proc/10067/task/10083/stat : 10083 (java) S 10064 10067 4301 0 -1 4202560 10505 0 0 0 126 2 0 0 20 0 22 0 4829889 10060525568 528180 33554432000 1073741824 1073778376 140733231367952 140167931209912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10067/tid=10084] ppid=10064 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10084/stat : 10084 (java) S 10064 10067 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4829889 10060525568 528180 33554432000 1073741824 1073778376 140733231367952 140167930157560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10067/tid=10085] ppid=10064 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/10067/task/10085/stat : 10085 (java) S 10064 10067 4301 0 -1 4202560 50 0 0 0 13 23 0 0 20 0 22 0 4829889 10060525568 528180 33554432000 1073741824 1073778376 140733231367952 140167929105224 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10067/tid=10101] ppid=10064 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10101/stat : 10101 (java) S 10064 10067 4301 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4830101 10060525568 528180 33554432000 1073741824 1073778376 140733231367952 140167925945512 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10067/tid=10114] ppid=10064 vsize=9824732 CPUtime=836.66 cores=1,3,5,7
/proc/10067/task/10114/stat : 10114 (java) R 10064 10067 4301 0 -1 4202560 185 0 0 0 83652 14 0 0 20 0 22 0 4833452 10060525568 528180 33554432000 1073741824 1073778376 140733231367952 140167924890880 140168556744551 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10067/tid=10115] ppid=10064 vsize=9824732 CPUtime=836.59 cores=1,3,5,7
/proc/10067/task/10115/stat : 10115 (java) R 10064 10067 4301 0 -1 4202560 159 0 0 0 83645 14 0 0 20 0 22 0 4833452 10060525568 528180 33554432000 1073741824 1073778376 140733231367952 140167928048128 140168556734829 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10067/tid=10116] ppid=10064 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10116/stat : 10116 (java) S 10064 10067 4301 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4833452 10060525568 528180 33554432000 1073741824 1073778376 140733231367952 140167926998056 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1768.78
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+897.801 s]
/proc/loadavg: 4.09 4.11 4.09 5/219 10211
/proc/meminfo: memFree=20333904/32872528 swapFree=12440/1155036
[pid=10067] ppid=10064 vsize=9824732 CPUtime=1800 cores=1,3,5,7
/proc/10067/stat : 10067 (java) S 10064 10067 4301 0 -1 4202496 31939 0 1 0 179836 164 0 0 20 0 22 0 4829883 10060525568 525311 33554432000 1073741824 1073778376 140733231367952 140733231359088 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10067/statm: 2456183 525311 2295 9 0 2446860 0
[pid=10067/tid=10069] ppid=10064 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/10067/task/10069/stat : 10069 (java) S 10064 10067 4301 0 -1 4202560 2441 0 1 0 16 3 0 0 20 0 22 0 4829884 10060525568 525311 33554432000 1073741824 1073778376 140733231367952 140168716350328 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10067/tid=10070] ppid=10064 vsize=9824732 CPUtime=3.06 cores=1,3,5,7
/proc/10067/task/10070/stat : 10070 (java) S 10064 10067 4301 0 -1 4202560 414 0 0 0 297 9 0 0 20 0 22 0 4829885 10060525568 525311 33554432000 1073741824 1073778376 140733231367952 140168677841576 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10067/tid=10071] ppid=10064 vsize=9824732 CPUtime=2.89 cores=1,3,5,7
/proc/10067/task/10071/stat : 10071 (java) S 10064 10067 4301 0 -1 4202560 495 0 0 0 282 7 0 0 20 0 22 0 4829885 10060525568 525311 33554432000 1073741824 1073778376 140733231367952 140168676789032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10072] ppid=10064 vsize=9824732 CPUtime=2.65 cores=1,3,5,7
/proc/10067/task/10072/stat : 10072 (java) S 10064 10067 4301 0 -1 4202560 341 0 0 0 258 7 0 0 20 0 22 0 4829885 10060525568 525311 33554432000 1073741824 1073778376 140733231367952 140168675736488 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10073] ppid=10064 vsize=9824732 CPUtime=2.77 cores=1,3,5,7
/proc/10067/task/10073/stat : 10073 (java) S 10064 10067 4301 0 -1 4202560 443 0 0 0 271 6 0 0 20 0 22 0 4829885 10060525568 525311 33554432000 1073741824 1073778376 140733231367952 140168674683944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10074] ppid=10064 vsize=9824732 CPUtime=2.94 cores=1,3,5,7
/proc/10067/task/10074/stat : 10074 (java) S 10064 10067 4301 0 -1 4202560 370 0 0 0 287 7 0 0 20 0 22 0 4829885 10060525568 525311 33554432000 1073741824 1073778376 140733231367952 140168556177576 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10075] ppid=10064 vsize=9824732 CPUtime=2.92 cores=1,3,5,7
/proc/10067/task/10075/stat : 10075 (java) S 10064 10067 4301 0 -1 4202560 488 0 0 0 284 8 0 0 20 0 22 0 4829885 10060525568 525311 33554432000 1073741824 1073778376 140733231367952 140168555125032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10076] ppid=10064 vsize=9824732 CPUtime=2.83 cores=1,3,5,7
/proc/10067/task/10076/stat : 10076 (java) S 10064 10067 4301 0 -1 4202560 358 0 0 0 277 6 0 0 20 0 22 0 4829885 10060525568 525311 33554432000 1073741824 1073778376 140733231367952 140168554072488 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10067/tid=10077] ppid=10064 vsize=9824732 CPUtime=2.79 cores=1,3,5,7
/proc/10067/task/10077/stat : 10077 (java) S 10064 10067 4301 0 -1 4202560 405 0 0 0 272 7 0 0 20 0 22 0 4829885 10060525568 525311 33554432000 1073741824 1073778376 140733231367952 140168553019944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10067/tid=10078] ppid=10064 vsize=9824732 CPUtime=1.58 cores=1,3,5,7
/proc/10067/task/10078/stat : 10078 (java) S 10064 10067 4301 0 -1 4202560 1382 0 0 0 126 32 0 0 20 0 22 0 4829886 10060525568 525311 33554432000 1073741824 1073778376 140733231367952 140168540609128 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10067/tid=10079] ppid=10064 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10079/stat : 10079 (java) S 10064 10067 4301 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4829887 10060525568 525311 33554432000 1073741824 1073778376 140733231367952 140167935420024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10080] ppid=10064 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10080/stat : 10080 (java) S 10064 10067 4301 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 4829887 10060525568 525311 33554432000 1073741824 1073778376 140733231367952 140167934367368 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10081] ppid=10064 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10081/stat : 10081 (java) S 10064 10067 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4829889 10060525568 525311 33554432000 1073741824 1073778376 140733231367952 140167933316112 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10082] ppid=10064 vsize=9824732 CPUtime=1.88 cores=1,3,5,7
/proc/10067/task/10082/stat : 10082 (java) S 10064 10067 4301 0 -1 4202560 10891 0 0 0 186 2 0 0 20 0 22 0 4829889 10060525568 525311 33554432000 1073741824 1073778376 140733231367952 140167932262456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10067/tid=10083] ppid=10064 vsize=9824732 CPUtime=1.28 cores=1,3,5,7
/proc/10067/task/10083/stat : 10083 (java) S 10064 10067 4301 0 -1 4202560 10505 0 0 0 126 2 0 0 20 0 22 0 4829889 10060525568 525311 33554432000 1073741824 1073778376 140733231367952 140167931209912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10067/tid=10084] ppid=10064 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10084/stat : 10084 (java) S 10064 10067 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4829889 10060525568 525311 33554432000 1073741824 1073778376 140733231367952 140167930157560 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10067/tid=10085] ppid=10064 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/10067/task/10085/stat : 10085 (java) S 10064 10067 4301 0 -1 4202560 52 0 0 0 13 23 0 0 20 0 22 0 4829889 10060525568 525311 33554432000 1073741824 1073778376 140733231367952 140167929105224 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10067/tid=10101] ppid=10064 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10101/stat : 10101 (java) S 10064 10067 4301 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4830101 10060525568 525311 33554432000 1073741824 1073778376 140733231367952 140167925945512 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10067/tid=10114] ppid=10064 vsize=9824732 CPUtime=851.97 cores=1,3,5,7
/proc/10067/task/10114/stat : 10114 (java) R 10064 10067 4301 0 -1 4202560 189 0 0 0 85183 14 0 0 20 0 22 0 4833452 10060525568 525311 33554432000 1073741824 1073778376 140733231367952 140167924890880 140168556722955 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10067/tid=10115] ppid=10064 vsize=9824732 CPUtime=851.9 cores=1,3,5,7
/proc/10067/task/10115/stat : 10115 (java) R 10064 10067 4301 0 -1 4202560 162 0 0 0 85176 14 0 0 20 0 22 0 4833452 10060525568 525311 33554432000 1073741824 1073778376 140733231367952 140167928047920 140168556797986 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10067/tid=10116] ppid=10064 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10116/stat : 10116 (java) S 10064 10067 4301 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4833452 10060525568 525311 33554432000 1073741824 1073778376 140733231367952 140167926998056 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 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 10067 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 10067 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=210238
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=110679
# CPU time returned by wait4() is 1796.32
# 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.0199966
#  lost CPU user time (s): 0.0299988
#  lost CPU system time (s): -0.00999999

Real time (s): 897.867
CPU time (s): 1800.02
CPU user time (s): 1798.39
CPU system time (s): 1.63
CPU usage (%): 200.477
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.21
system time used= 2.11068
maximum resident set size= 2782796
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31980
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31907
involuntary context switches= 48299

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.73013 second user time and 7.64684 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-30 00:17:05
IDJOB=4118980
IDBENCH=111554
IDSOLVER=2543
FILE ID=node114/4118980-1467238625
RUNJOBID= node114-1467233112-7068
PBS_JOBID= 19997585
Free space on /tmp= 71668 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/minlplib2-pb-0.1.0/opb/normalized-sporttournament10.lin.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4118980-1467238625/watcher-4118980-1467238625 -o /tmp/evaluation-result-4118980-1467238625/solver-4118980-1467238625 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1467233112-7068 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4118980-1467238625.opb

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

MD5SUM BENCH= d39ecb47a49cea79af0e20621b5b8062
RANDOM SEED=1656629887

node114.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.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.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.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.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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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:        21017748 kB
Buffers:          102700 kB
Cached:          5788928 kB
SwapCached:            0 kB
Active:          4135612 kB
Inactive:        5790196 kB
Active(anon):    4037012 kB
Inactive(anon):        0 kB
Active(file):      98600 kB
Inactive(file):  5790196 kB
Unevictable:     1155036 kB
Mlocked:           12440 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               520 kB
Writeback:             0 kB
AnonPages:       5197476 kB
Mapped:            22168 kB
Shmem:               204 kB
Slab:             625244 kB
SReclaimable:      69232 kB
SUnreclaim:       556012 kB
KernelStack:        1624 kB
PageTables:        14164 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5655516 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5089280 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= 71668 MiB
End job on node114 at 2016-06-30 00:32:02