Trace number 4119569

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)-71 1800.19 901.059

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-NLC/
minlplib2-pb-0.1.0/opb/normalized-sporttournament20.opb
MD5SUM6c6529feaf40b34c2c4a680faf7fd800
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-86
Best CPU time to get the best result obtained on this benchmark1800.01
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables0
Total number of constraints0
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 constraints0
Minimum length of a constraint-1
Maximum length of a constraint0
Number of terms in the objective function 487
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 524
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 524
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)360
Sum of products size (including duplicates)720
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4119569-1467259222.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.09/0.19	c ... done. Wall clock time 0.072s.
0.09/0.19	c declared #vars     190
0.09/0.19	c internal #vars     550
0.09/0.19	c #constraints  720
0.09/0.19	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.19	c constraints type 
0.09/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 360
0.09/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 360
0.09/0.19	c 720 constraints processed.
0.09/0.19	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.19	c constraints type 
0.09/0.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 360
0.09/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 360
0.09/0.19	c 720 constraints processed.
0.09/0.19	c objective function length is 487 literals
0.22/0.21	c And the winner is solver0
0.27/0.70	c SATISFIABLE
0.27/0.70	c OPTIMIZING...
0.27/0.70	c Got one! Elapsed wall clock time (in seconds):0.577
0.27/0.70	o -56
0.27/0.72	c And the winner is solver0
0.37/1.20	c Got one! Elapsed wall clock time (in seconds):1.085
0.37/1.20	o -57
0.37/1.23	c And the winner is solver0
0.70/1.71	c Got one! Elapsed wall clock time (in seconds):1.59
0.70/1.71	o -58
0.70/1.72	c And the winner is solver0
0.79/2.21	c Got one! Elapsed wall clock time (in seconds):2.095
0.79/2.21	o -59
0.79/2.22	c And the winner is solver0
1.01/2.72	c Got one! Elapsed wall clock time (in seconds):2.598
1.01/2.72	o -60
1.01/2.73	c And the winner is solver0
1.11/3.22	c Got one! Elapsed wall clock time (in seconds):3.101
1.11/3.22	o -61
1.11/3.24	c And the winner is solver0
1.28/3.72	c Got one! Elapsed wall clock time (in seconds):3.604
1.28/3.72	o -62
1.90/3.90	c And the winner is solver1
1.92/4.22	c Got one! Elapsed wall clock time (in seconds):4.106
1.92/4.22	o -63
1.92/4.28	c And the winner is solver1
2.16/4.73	c Got one! Elapsed wall clock time (in seconds):4.608
2.16/4.73	o -64
2.51/4.97	c cleaning 3237 clauses out of 6473 with flag 6298/6473
3.94/5.42	c cleaning 4619 clauses out of 9237 with flag 18903/12474
4.78/5.89	c cleaning 5808 clauses out of 11618 with flag 33134/19474
6.25/6.52	c cleaning 6905 clauses out of 13809 with flag 49149/27473
7.77/7.29	c cleaning 7947 clauses out of 15905 with flag 67164/36474
9.85/8.20	c cleaning 8978 clauses out of 17957 with flag 87180/46473
12.21/9.33	c cleaning 9988 clauses out of 19979 with flag 109202/57473
14.28/10.35	c And the winner is solver1
14.36/10.73	c Got one! Elapsed wall clock time (in seconds):10.611
14.36/10.73	o -65
15.29/11.27	c cleaning 12586 clauses out of 25171 with flag 10687/72653
16.28/11.78	c cleaning 9285 clauses out of 18585 with flag 23270/78653
16.49/11.83	c And the winner is solver1
16.56/12.23	c Got one! Elapsed wall clock time (in seconds):12.113
16.56/12.23	o -70
17.30/12.60	c cleaning 7551 clauses out of 15111 with flag 10498/84464
18.22/13.08	c cleaning 6776 clauses out of 13560 with flag 23214/90464
19.42/13.59	c cleaning 6888 clauses out of 13783 with flag 38076/97463
20.61/14.17	c cleaning 7449 clauses out of 14897 with flag 55061/105465
22.01/14.82	c cleaning 8220 clauses out of 16447 with flag 74096/114464
23.75/15.66	c cleaning 9113 clauses out of 18226 with flag 95157/124463
25.56/16.57	c cleaning 10057 clauses out of 20114 with flag 118371/135464
27.34/17.49	c cleaning 11026 clauses out of 22056 with flag 143872/147463
29.54/18.56	c cleaning 12015 clauses out of 24030 with flag 171542/160463
32.32/19.90	c cleaning 13008 clauses out of 26015 with flag 201711/174463
35.51/21.42	c cleaning 14002 clauses out of 28008 with flag 234075/189464
38.31/22.89	c cleaning 15001 clauses out of 30005 with flag 268120/205463
41.93/24.52	c cleaning 16001 clauses out of 32006 with flag 304277/222465
45.13/26.15	c cleaning 16997 clauses out of 34003 with flag 342720/240463
48.54/27.89	c cleaning 17999 clauses out of 36007 with flag 383513/259464
52.76/29.83	c cleaning 18999 clauses out of 38007 with flag 426204/279463
56.99/31.96	c cleaning 20002 clauses out of 40008 with flag 471078/300463
60.98/33.95	c cleaning 21003 clauses out of 42006 with flag 516621/322463
66.74/36.71	c cleaning 22002 clauses out of 44003 with flag 562921/345463
72.93/39.87	c cleaning 22999 clauses out of 46002 with flag 611310/369464
79.36/43.04	c cleaning 23996 clauses out of 48002 with flag 661636/394463
86.53/46.53	c cleaning 24997 clauses out of 50007 with flag 713850/420464
93.33/49.90	c cleaning 26005 clauses out of 52010 with flag 768180/447464
100.93/53.71	c cleaning 26996 clauses out of 54004 with flag 824492/475463
109.22/58.17	c cleaning 27999 clauses out of 56008 with flag 882745/504463
117.62/62.38	c cleaning 29003 clauses out of 58009 with flag 943011/534463
126.67/66.82	c cleaning 30002 clauses out of 60006 with flag 1005298/565463
136.09/71.60	c cleaning 31000 clauses out of 62004 with flag 1069722/597463
146.96/76.97	c cleaning 32001 clauses out of 64005 with flag 1136060/630464
157.15/82.06	c cleaning 32999 clauses out of 66004 with flag 1204376/664464
168.28/87.56	c cleaning 33997 clauses out of 68004 with flag 1274669/699463
179.28/93.06	c And the winner is solver1
179.28/93.12	c cleaning 35004 clauses out of 70008 with flag 1347152/735464
179.28/93.55	c Got one! Elapsed wall clock time (in seconds):93.427
179.28/93.55	o -71
179.97/93.99	c cleaning 19995 clauses out of 40004 with flag 10582/740464
180.97/94.48	c cleaning 12999 clauses out of 26009 with flag 23209/746464
182.27/95.10	c cleaning 10000 clauses out of 20011 with flag 37953/753465
183.68/95.74	c cleaning 9002 clauses out of 18011 with flag 54842/761465
185.07/96.46	c cleaning 9001 clauses out of 18008 with flag 73851/770464
186.66/97.23	c cleaning 9501 clauses out of 19008 with flag 95005/780465
188.28/98.06	c cleaning 10252 clauses out of 20507 with flag 118266/791465
190.28/99.03	c cleaning 11121 clauses out of 22254 with flag 143942/803464
192.26/100.10	c cleaning 12064 clauses out of 24134 with flag 171630/816465
194.88/101.32	c cleaning 13035 clauses out of 26069 with flag 201368/830464
197.46/102.68	c cleaning 14013 clauses out of 28034 with flag 233113/845464
200.26/104.09	c cleaning 15009 clauses out of 30022 with flag 267064/861465
204.03/105.84	c cleaning 16002 clauses out of 32013 with flag 303092/878465
207.63/107.67	c cleaning 17005 clauses out of 34010 with flag 341496/896464
211.83/109.74	c cleaning 17999 clauses out of 36005 with flag 381731/915464
216.02/111.85	c cleaning 19000 clauses out of 38007 with flag 424189/935465
220.82/114.26	c cleaning 20003 clauses out of 40008 with flag 468432/956466
226.20/116.84	c cleaning 21001 clauses out of 42004 with flag 514918/978465
231.60/119.53	c cleaning 22000 clauses out of 44003 with flag 563583/1001465
234.85/121.12	c cleaning 0 clauses out of 6433 with flag 0/6436
237.83/122.41	c cleaning 22998 clauses out of 46002 with flag 614216/1025464
244.47/125.74	c cleaning 24003 clauses out of 48005 with flag 667172/1050465
251.39/129.11	c cleaning 25000 clauses out of 50002 with flag 722050/1076465
258.39/132.67	c cleaning 25999 clauses out of 52001 with flag 779223/1103464
267.43/137.54	c cleaning 26999 clauses out of 54002 with flag 838284/1131464
275.81/141.73	c cleaning 27998 clauses out of 56003 with flag 899871/1160464
284.40/146.01	c cleaning 28999 clauses out of 58005 with flag 963247/1190464
294.28/150.98	c cleaning 29999 clauses out of 60006 with flag 1028636/1221464
304.89/156.28	c cleaning 31002 clauses out of 62008 with flag 1096423/1253465
316.53/162.08	c cleaning 31999 clauses out of 64005 with flag 1166268/1286464
328.33/167.96	c cleaning 32996 clauses out of 66006 with flag 1238091/1320464
339.85/173.65	c cleaning 33999 clauses out of 68012 with flag 1312308/1355466
350.64/179.00	c cleaning 35005 clauses out of 70012 with flag 1388439/1391465
362.77/185.06	c cleaning 36000 clauses out of 72007 with flag 1466515/1428465
375.96/191.53	c cleaning 37001 clauses out of 74006 with flag 1546918/1466464
389.55/198.37	c cleaning 38000 clauses out of 76005 with flag 1629458/1505464
401.33/204.18	c cleaning 39000 clauses out of 78005 with flag 1714352/1545464
416.95/211.83	c cleaning 40001 clauses out of 80006 with flag 1800896/1586465
432.58/219.65	c cleaning 41001 clauses out of 82005 with flag 1889892/1628465
447.52/227.09	c cleaning 41998 clauses out of 84005 with flag 1981401/1671466
463.10/234.75	c cleaning 43002 clauses out of 86005 with flag 2074491/1715464
477.91/242.19	c cleaning 43997 clauses out of 88004 with flag 2169958/1760465
495.71/250.97	c cleaning 44999 clauses out of 90006 with flag 2267729/1806464
513.10/259.50	c cleaning 46000 clauses out of 92008 with flag 2367516/1853465
532.33/269.06	c cleaning 47002 clauses out of 94007 with flag 2469192/1901464
552.98/279.22	c cleaning 48002 clauses out of 96006 with flag 2572634/1950465
568.90/287.09	c cleaning 48998 clauses out of 98005 with flag 2678755/2000466
584.50/294.88	c cleaning 49999 clauses out of 100005 with flag 2787557/2051464
602.00/303.42	c cleaning 50997 clauses out of 102006 with flag 2898060/2103464
617.54/311.08	c cleaning 52003 clauses out of 104009 with flag 3011264/2156464
633.55/319.10	c cleaning 53000 clauses out of 106006 with flag 3127492/2210464
650.54/327.55	c cleaning 54000 clauses out of 108008 with flag 3244969/2265466
667.25/335.70	c cleaning 55003 clauses out of 110006 with flag 3364984/2321464
686.45/345.33	c cleaning 56000 clauses out of 112003 with flag 3486552/2378464
708.44/356.32	c cleaning 56998 clauses out of 114003 with flag 3610601/2436464
729.38/366.68	c cleaning 58003 clauses out of 116006 with flag 3737066/2495465
750.38/377.14	c cleaning 58998 clauses out of 118003 with flag 3862602/2555465
772.37/388.13	c cleaning 59998 clauses out of 120004 with flag 3993303/2616464
796.09/399.87	c cleaning 60999 clauses out of 122008 with flag 4125927/2678466
817.30/410.47	c cleaning 61998 clauses out of 124008 with flag 4262235/2741465
839.67/421.61	c cleaning 63000 clauses out of 126010 with flag 4397773/2805465
866.19/434.72	c cleaning 64003 clauses out of 128009 with flag 4529683/2870464
905.19/454.25	c cleaning 65005 clauses out of 130009 with flag 4662435/2936467
947.59/475.24	c cleaning 65999 clauses out of 132001 with flag 4797587/3003464
984.77/493.82	c cleaning 67002 clauses out of 134004 with flag 4934909/3071466
1026.37/514.66	c cleaning 67998 clauses out of 136001 with flag 5074182/3140465
1069.36/536.15	c cleaning 69000 clauses out of 138003 with flag 5215840/3210465
1113.20/557.89	c cleaning 70000 clauses out of 140002 with flag 5359655/3281464
1160.97/581.71	c cleaning 70999 clauses out of 142002 with flag 5505646/3353464
1209.84/605.90	c cleaning 72000 clauses out of 144003 with flag 5653674/3426464
1251.64/626.83	c cleaning 73001 clauses out of 146004 with flag 5803579/3500465
1308.02/655.10	c cleaning 73999 clauses out of 148002 with flag 5955031/3575464
1353.47/677.51	c cleaning 74996 clauses out of 150004 with flag 6108465/3651465
1395.92/698.59	c cleaning 76004 clauses out of 152007 with flag 6264105/3728464
1436.70/718.99	c cleaning 76999 clauses out of 154003 with flag 6421525/3806464
1473.91/737.52	c cleaning 78000 clauses out of 156004 with flag 6581862/3885464
1515.48/759.00	c cleaning 79000 clauses out of 158007 with flag 6743493/3965467
1557.49/779.99	c cleaning 79996 clauses out of 160004 with flag 6907289/4046464
1600.07/801.27	c cleaning 81002 clauses out of 162008 with flag 7073401/4128464
1643.01/822.56	c cleaning 82000 clauses out of 164006 with flag 7241179/4211464
1690.02/846.09	c cleaning 83001 clauses out of 166008 with flag 7411061/4295466
1734.41/868.27	c cleaning 83998 clauses out of 168006 with flag 7582749/4380465
1783.77/892.85	c cleaning 85001 clauses out of 170007 with flag 7756827/4466464
1800.19/901.01	c >>>>>>>>>> Solver number 0 (7 answers) <<<<<<<<<<<<<<<<<<
1800.19/901.01	c starts		: 45344
1800.19/901.01	c conflicts		: 4507557
1800.19/901.01	c decisions		: 10666528
1800.19/901.01	c propagations		: 112751146
1800.19/901.01	c inspects		: 13642013203
1800.19/901.01	c shortcuts		: 0
1800.19/901.01	c learnt literals	: 0
1800.19/901.01	c learnt binary clauses	: 0
1800.19/901.01	c learnt ternary clauses	: 0
1800.19/901.01	c learnt constraints	: 4507557
1800.19/901.01	c ignored constraints	: 0
1800.19/901.01	c root simplifications	: 0
1800.19/901.01	c removed literals (reason simplification)	: 5095676
1800.19/901.01	c reason swapping (by a shorter reason)	: 0
1800.19/901.01	c Calls to reduceDB	: 123
1800.19/901.01	c Number of update (reduction) of LBD	: 127490
1800.19/901.01	c Imported unit clauses	: 0
1800.19/901.01	c number of reductions to clauses (during analyze)	: 0
1800.19/901.01	c number of learned constraints concerned by reduction	: 0
1800.19/901.01	c number of learning phase by resolution	: 0
1800.19/901.01	c number of learning phase by cutting planes	: 0
1800.19/901.01	c speed (assignments/second)	: 139636.64622811505
1800.19/901.01	c non guided choices	11
1800.19/901.03	c learnt constraints type 
1800.19/901.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 126099
1800.19/901.03	c >>>>>>>>>> Solver number 1 (5 answers) <<<<<<<<<<<<<<<<<<
1800.19/901.03	c starts		: 46
1800.19/901.03	c conflicts		: 10306
1800.19/901.03	c decisions		: 41326
1800.19/901.03	c propagations		: 285322
1800.19/901.03	c inspects		: 277860931
1800.19/901.03	c shortcuts		: 0
1800.19/901.03	c learnt literals	: 0
1800.19/901.03	c learnt binary clauses	: 0
1800.19/901.03	c learnt ternary clauses	: 0
1800.19/901.03	c learnt constraints	: 10302
1800.19/901.03	c ignored constraints	: 0
1800.19/901.03	c root simplifications	: 0
1800.19/901.03	c removed literals (reason simplification)	: 0
1800.19/901.03	c reason swapping (by a shorter reason)	: 0
1800.19/901.03	c Calls to reduceDB	: 1
1800.19/901.03	c Number of update (reduction) of LBD	: 0
1800.19/901.03	c Imported unit clauses	: 0
1800.19/901.03	c number of reductions to clauses (during analyze)	: 0
1800.19/901.03	c number of learned constraints concerned by reduction	: 0
1800.19/901.03	c number of learning phase by resolution	: 0
1800.19/901.03	c number of learning phase by cutting planes	: 0
1800.19/901.03	c speed (assignments/second)	: 317.975544629046
1800.19/901.03	c non guided choices	5
1800.19/901.04	c learnt constraints type 
1800.19/901.04	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 5
1800.19/901.04	c org.sat4j.pb.constraints.pb.MaxWatchPb => 10297
1800.19/901.04	s SATISFIABLE
1800.19/901.04	c Found 12 solution(s)
1800.19/901.04	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 
1800.19/901.04	c objective function=-71
1800.19/901.04	c Total wall clock time (in seconds): 900.92

Verifier Data

OK	-71

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

pid=16805
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.21 4.25 4.14 4/198 16808
/proc/meminfo: memFree=26194168/32872528 swapFree=13208/1155804
[pid=16808] ppid=16805 vsize=3568 CPUtime=0 cores=1,3,5,7
/proc/16808/stat : 16808 (java) R 16805 16808 11545 0 -1 4202496 382 0 0 0 0 0 0 0 20 0 1 0 6889632 3653632 53 33554432000 1073741824 1073778376 140736569143376 140736569140504 219504799015 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/16808/statm: 1408 56 43 9 0 30 0

[startup+0.10012 s]
/proc/loadavg: 4.21 4.25 4.14 4/198 16808
/proc/meminfo: memFree=26194168/32872528 swapFree=13208/1155804
[pid=16808] ppid=16805 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/16808/stat : 16808 (java) S 16805 16808 11545 0 -1 4202496 4408 0 1 0 8 1 0 0 20 0 18 0 6889632 9787879424 6034 33554432000 1073741824 1073778376 140736569143376 140736569134512 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16808/statm: 2389619 6034 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200232 s]
/proc/loadavg: 4.21 4.25 4.14 4/198 16808
/proc/meminfo: memFree=26194168/32872528 swapFree=13208/1155804
[pid=16808] ppid=16805 vsize=9691604 CPUtime=0.22 cores=1,3,5,7
/proc/16808/stat : 16808 (java) S 16805 16808 11545 0 -1 4202496 4697 0 1 0 21 1 0 0 20 0 20 0 6889632 9924202496 7839 33554432000 1073741824 1073778376 140736569143376 140736569134512 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16808/statm: 2422901 7839 2210 9 0 2413578 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9691604

[startup+0.300264 s]
/proc/loadavg: 4.21 4.25 4.14 4/198 16808
/proc/meminfo: memFree=26194168/32872528 swapFree=13208/1155804
[pid=16808] ppid=16805 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/16808/stat : 16808 (java) S 16805 16808 11545 0 -1 4202496 4751 0 1 0 24 3 0 0 20 0 19 0 6889632 10060525568 7852 33554432000 1073741824 1073778376 140736569143376 140736569134512 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16808/statm: 2456183 7852 2217 9 0 2446860 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9824732

[startup+0.700227 s]
/proc/loadavg: 4.21 4.25 4.14 4/198 16808
/proc/meminfo: memFree=26194168/32872528 swapFree=13208/1155804
[pid=16808] ppid=16805 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/16808/stat : 16808 (java) S 16805 16808 11545 0 -1 4202496 4751 0 1 0 24 3 0 0 20 0 19 0 6889632 10060525568 7852 33554432000 1073741824 1073778376 140736569143376 140736569134512 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16808/statm: 2456183 7852 2217 9 0 2446860 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9824732

[startup+1.50082 s]
/proc/loadavg: 4.21 4.25 4.14 3/217 16833
/proc/meminfo: memFree=26167500/32872528 swapFree=13208/1155804
[pid=16808] ppid=16805 vsize=9824732 CPUtime=0.7 cores=1,3,5,7
/proc/16808/stat : 16808 (java) S 16805 16808 11545 0 -1 4202496 12596 0 1 0 62 8 0 0 20 0 19 0 6889632 10060525568 13455 33554432000 1073741824 1073778376 140736569143376 140736569134512 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16808/statm: 2456183 13455 2243 9 0 2446860 0
[pid=16808/tid=16810] ppid=16805 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/16808/task/16810/stat : 16810 (java) S 16805 16808 11545 0 -1 4202560 2432 0 1 0 17 0 0 0 20 0 19 0 6889633 10060525568 13455 33554432000 1073741824 1073778376 140736569143376 140099834569592 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16808/tid=16811] ppid=16805 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16808/task/16811/stat : 16811 (java) S 16805 16808 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6889634 10060525568 13455 33554432000 1073741824 1073778376 140736569143376 140099823631400 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16808/tid=16812] ppid=16805 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16808/task/16812/stat : 16812 (java) S 16805 16808 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6889634 10060525568 13455 33554432000 1073741824 1073778376 140736569143376 140099822578600 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16808/tid=16813] ppid=16805 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16808/task/16813/stat : 16813 (java) S 16805 16808 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6889634 10060525568 13455 33554432000 1073741824 1073778376 140736569143376 140099821525800 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16808/tid=16814] ppid=16805 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16808/task/16814/stat : 16814 (java) S 16805 16808 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6889634 10060525568 13455 33554432000 1073741824 1073778376 140736569143376 140099674913448 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16808/tid=16815] ppid=16805 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16808/task/16815/stat : 16815 (java) S 16805 16808 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6889634 10060525568 13455 33554432000 1073741824 1073778376 140736569143376 140099673860648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16808/tid=16816] ppid=16805 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16808/task/16816/stat : 16816 (java) S 16805 16808 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6889634 10060525568 13455 33554432000 1073741824 1073778376 140736569143376 140099672807848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16808/tid=16817] ppid=16805 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16808/task/16817/stat : 16817 (java) S 16805 16808 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6889634 10060525568 13455 33554432000 1073741824 1073778376 140736569143376 140099671755048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16808/tid=16818] ppid=16805 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16808/task/16818/stat : 16818 (java) S 16805 16808 11545 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 6889634 10060525568 13455 33554432000 1073741824 1073778376 140736569143376 140099670702248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16808/tid=16819] ppid=16805 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16808/task/16819/stat : 16819 (java) S 16805 16808 11545 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 6889635 10060525568 13455 33554432000 1073741824 1073778376 140736569143376 140099658505192 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16808/tid=16820] ppid=16805 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16808/task/16820/stat : 16820 (java) S 16805 16808 11545 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 6889636 10060525568 13455 33554432000 1073741824 1073778376 140736569143376 140099657451256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16808/tid=16821] ppid=16805 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16808/task/16821/stat : 16821 (java) S 16805 16808 11545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 6889636 10060525568 13455 33554432000 1073741824 1073778376 140736569143376 140099656398344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16808/tid=16822] ppid=16805 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16808/task/16822/stat : 16822 (java) S 16805 16808 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6889638 10060525568 13455 33554432000 1073741824 1073778376 140736569143376 140099655346832 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16808/tid=16823] ppid=16805 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/16808/task/16823/stat : 16823 (java) S 16805 16808 11545 0 -1 4202560 6554 0 0 0 24 0 0 0 20 0 19 0 6889638 10060525568 13455 33554432000 1073741824 1073778376 140736569143376 140099654293944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16808/tid=16824] ppid=16805 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/16808/task/16824/stat : 16824 (java) S 16805 16808 11545 0 -1 4202560 2264 0 0 0 10 0 0 0 20 0 19 0 6889638 10060525568 13455 33554432000 1073741824 1073778376 140736569143376 140099653241144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16808/tid=16825] ppid=16805 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16808/task/16825/stat : 16825 (java) S 16805 16808 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6889638 10060525568 13455 33554432000 1073741824 1073778376 140736569143376 140099652188536 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16808/tid=16826] ppid=16805 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16808/task/16826/stat : 16826 (java) S 16805 16808 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6889638 10060525568 13455 33554432000 1073741824 1073778376 140736569143376 140099651135944 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16808/tid=16829] ppid=16805 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16808/task/16829/stat : 16829 (java) S 16805 16808 11545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 6889653 10060525568 13455 33554432000 1073741824 1073778376 140736569143376 140099647976872 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 9824732

[startup+3.10076 s]
/proc/loadavg: 4.21 4.25 4.14 3/217 16839
/proc/meminfo: memFree=26141248/32872528 swapFree=13208/1155804
[pid=16808] ppid=16805 vsize=9824732 CPUtime=1.11 cores=1,3,5,7
/proc/16808/stat : 16808 (java) S 16805 16808 11545 0 -1 4202496 16214 0 1 0 101 10 0 0 20 0 19 0 6889632 10060525568 17662 33554432000 1073741824 1073778376 140736569143376 140736569134512 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16808/statm: 2456183 17662 2249 9 0 2446860 0
[pid=16808/tid=16810] ppid=16805 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/16808/task/16810/stat : 16810 (java) S 16805 16808 11545 0 -1 4202560 2435 0 1 0 19 0 0 0 20 0 19 0 6889633 10060525568 17662 33554432000 1073741824 1073778376 140736569143376 140099834569592 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16808/tid=16811] ppid=16805 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16808/task/16811/stat : 16811 (java) S 16805 16808 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6889634 10060525568 17662 33554432000 1073741824 1073778376 140736569143376 140099823631400 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16808/tid=16812] ppid=16805 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16808/task/16812/stat : 16812 (java) S 16805 16808 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6889634 10060525568 17662 33554432000 1073741824 1073778376 140736569143376 140099822578600 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16808/tid=16813] ppid=16805 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16808/task/16813/stat : 16813 (java) S 16805 16808 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6889634 10060525568 17662 33554432000 1073741824 1073778376 140736569143376 140099821525800 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16808/tid=16814] ppid=16805 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16808/task/16814/stat : 16814 (java) S 16805 16808 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6889634 10060525568 17662 33554432000 1073741824 1073778376 140736569143376 140099674913448 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16808/tid=16815] ppid=16805 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16808/task/16815/stat : 16815 (java) S 16805 16808 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6889634 10060525568 17662 33554432000 1073741824 1073778376 140736569143376 140099673860648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16808/tid=16816] ppid=16805 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16808/task/16816/stat : 16816 (java) S 16805 16808 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6889634 10060525568 17662 33554432000 1073741824 1073778376 140736569143376 140099672807848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16808/tid=16817] ppid=16805 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16808/task/16817/stat : 16817 (java) S 16805 16808 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6889634 10060525568 17662 33554432000 1073741824 1073778376 140736569143376 140099671755048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16808/tid=16818] ppid=16805 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16808/task/16818/stat : 16818 (java) S 16805 16808 11545 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 6889634 10060525568 17662 33554432000 1073741824 1073778376 140736569143376 140099670702248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16808/tid=16819] ppid=16805 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16808/task/16819/stat : 16819 (java) S 16805 16808 11545 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 6889635 10060525568 17662 33554432000 1073741824 1073778376 140736569143376 140099658505192 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16808/tid=16820] ppid=16805 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16808/task/16820/stat : 16820 (java) S 16805 16808 11545 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 6889636 10060525568 17662 33554432000 1073741824 1073778376 140736569143376 140099657451256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16808/tid=16821] ppid=16805 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16808/task/16821/stat : 16821 (java) S 16805 16808 11545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 6889636 10060525568 17662 33554432000 1073741824 1073778376 140736569143376 140099656398344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16808/tid=16822] ppid=16805 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16808/task/16822/stat : 16822 (java) S 16805 16808 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6889638 10060525568 17662 33554432000 1073741824 1073778376 140736569143376 140099655346832 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16808/tid=16823] ppid=16805 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/16808/task/16823/stat : 16823 (java) S 16805 16808 11545 0 -1 4202560 7024 0 0 0 41 0 0 0 20 0 19 0 6889638 10060525568 17662 33554432000 1073741824 1073778376 140736569143376 140099654293944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16808/tid=16824] ppid=16805 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/16808/task/16824/stat : 16824 (java) S 16805 16808 11545 0 -1 4202560 5382 0 0 0 29 1 0 0 20 0 19 0 6889638 10060525568 17662 33554432000 1073741824 1073778376 140736569143376 140099653241144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16808/tid=16825] ppid=16805 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16808/task/16825/stat : 16825 (java) S 16805 16808 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6889638 10060525568 17662 33554432000 1073741824 1073778376 140736569143376 140099652188536 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16808/tid=16826] ppid=16805 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16808/task/16826/stat : 16826 (java) S 16805 16808 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6889638 10060525568 17662 33554432000 1073741824 1073778376 140736569143376 140099651135944 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16808/tid=16829] ppid=16805 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16808/task/16829/stat : 16829 (java) S 16805 16808 11545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 6889653 10060525568 17662 33554432000 1073741824 1073778376 140736569143376 140099647976872 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=18 pid=1817 uid=0 cmd=

[startup+6.30095 s]
/proc/loadavg: 4.03 4.21 4.13 5/220 16857
/proc/meminfo: memFree=26005164/32872528 swapFree=13208/1155804
[pid=16808] ppid=16805 vsize=9824732 CPUtime=5.85 cores=1,3,5,7
/proc/16808/stat : 16808 (java) S 16805 16808 11545 0 -1 4202496 25901 0 1 0 561 24 0 0 20 0 22 0 6889632 10060525568 56104 33554432000 1073741824 1073778376 140736569143376 140736569134512 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16808/statm: 2456183 56104 2282 9 0 2446860 0
[pid=16808/tid=16810] ppid=16805 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/16808/task/16810/stat : 16810 (java) S 16805 16808 11545 0 -1 4202560 2437 0 1 0 19 0 0 0 20 0 22 0 6889633 10060525568 56104 33554432000 1073741824 1073778376 140736569143376 140099834569592 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16808/tid=16811] ppid=16805 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/16808/task/16811/stat : 16811 (java) S 16805 16808 11545 0 -1 4202560 157 0 0 0 1 1 0 0 20 0 22 0 6889634 10060525568 56104 33554432000 1073741824 1073778376 140736569143376 140099823631400 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16808/tid=16812] ppid=16805 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16808/task/16812/stat : 16812 (java) S 16805 16808 11545 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 6889634 10060525568 56104 33554432000 1073741824 1073778376 140736569143376 140099822578600 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16808/tid=16813] ppid=16805 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/16808/task/16813/stat : 16813 (java) S 16805 16808 11545 0 -1 4202560 134 0 0 0 1 0 0 0 20 0 22 0 6889634 10060525568 56104 33554432000 1073741824 1073778376 140736569143376 140099821525800 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16808/tid=16814] ppid=16805 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/16808/task/16814/stat : 16814 (java) S 16805 16808 11545 0 -1 4202560 110 0 0 0 1 0 0 0 20 0 22 0 6889634 10060525568 56104 33554432000 1073741824 1073778376 140736569143376 140099674913448 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16808/tid=16815] ppid=16805 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/16808/task/16815/stat : 16815 (java) S 16805 16808 11545 0 -1 4202560 129 0 0 0 2 0 0 0 20 0 22 0 6889634 10060525568 56104 33554432000 1073741824 1073778376 140736569143376 140099673860648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16808/tid=16816] ppid=16805 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/16808/task/16816/stat : 16816 (java) S 16805 16808 11545 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 6889634 10060525568 56104 33554432000 1073741824 1073778376 140736569143376 140099672807848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16808/tid=16817] ppid=16805 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16808/task/16817/stat : 16817 (java) S 16805 16808 11545 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 6889634 10060525568 56104 33554432000 1073741824 1073778376 140736569143376 140099671755048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16808/tid=16818] ppid=16805 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/16808/task/16818/stat : 16818 (java) S 16805 16808 11545 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 6889634 10060525568 56104 33554432000 1073741824 1073778376 140736569143376 140099670702248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16808/tid=16819] ppid=16805 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16808/task/16819/stat : 16819 (java) S 16805 16808 11545 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 6889635 10060525568 56104 33554432000 1073741824 1073778376 140736569143376 140099658505192 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16808/tid=16820] ppid=16805 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16808/task/16820/stat : 16820 (java) S 16805 16808 11545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 6889636 10060525568 56104 33554432000 1073741824 1073778376 140736569143376 140099657451256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16808/tid=16821] ppid=16805 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16808/task/16821/stat : 16821 (java) S 16805 16808 11545 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 6889636 10060525568 56104 33554432000 1073741824 1073778376 140736569143376 140099656398344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16808/tid=16822] ppid=16805 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16808/task/16822/stat : 16822 (java) S 16805 16808 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6889638 10060525568 56104 33554432000 1073741824 1073778376 140736569143376 140099655346832 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16808/tid=16823] ppid=16805 vsize=9824732 CPUtime=0.95 cores=1,3,5,7
/proc/16808/task/16823/stat : 16823 (java) S 16805 16808 11545 0 -1 4202560 7248 0 0 0 95 0 0 0 20 0 22 0 6889638 10060525568 56104 33554432000 1073741824 1073778376 140736569143376 140099654293944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16808/tid=16824] ppid=16805 vsize=9824732 CPUtime=0.76 cores=1,3,5,7
/proc/16808/task/16824/stat : 16824 (java) S 16805 16808 11545 0 -1 4202560 14127 0 0 0 73 3 0 0 20 0 22 0 6889638 10060525568 56104 33554432000 1073741824 1073778376 140736569143376 140099653241144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16808/tid=16825] ppid=16805 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16808/task/16825/stat : 16825 (java) S 16805 16808 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6889638 10060525568 56104 33554432000 1073741824 1073778376 140736569143376 140099652188536 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16808/tid=16826] ppid=16805 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16808/task/16826/stat : 16826 (java) S 16805 16808 11545 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 6889638 10060525568 56104 33554432000 1073741824 1073778376 140736569143376 140099651135944 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16808/tid=16851] ppid=16805 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16808/task/16851/stat : 16851 (java) S 16805 16808 11545 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 6890005 10060525568 56104 33554432000 1073741824 1073778376 140736569143376 140099649029800 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16808/tid=16855] ppid=16805 vsize=9824732 CPUtime=1.49 cores=1,3,5,7

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

[pid=16808/tid=16818] ppid=16805 vsize=9824732 CPUtime=3.07 cores=1,3,5,7
/proc/16808/task/16818/stat : 16818 (java) S 16805 16808 11545 0 -1 4202560 496 0 0 0 289 18 0 0 20 0 22 0 6889634 10060525568 910805 33554432000 1073741824 1073778376 140736569143376 140099670702248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16808/tid=16819] ppid=16805 vsize=9824732 CPUtime=3.39 cores=1,3,5,7
/proc/16808/task/16819/stat : 16819 (java) S 16805 16808 11545 0 -1 4202560 2561 0 0 0 334 5 0 0 20 0 22 0 6889635 10060525568 910805 33554432000 1073741824 1073778376 140736569143376 140099658505192 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16808/tid=16820] ppid=16805 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16808/task/16820/stat : 16820 (java) S 16805 16808 11545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 6889636 10060525568 910805 33554432000 1073741824 1073778376 140736569143376 140099657451256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16808/tid=16821] ppid=16805 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16808/task/16821/stat : 16821 (java) S 16805 16808 11545 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 6889636 10060525568 910805 33554432000 1073741824 1073778376 140736569143376 140099656398344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16808/tid=16822] ppid=16805 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16808/task/16822/stat : 16822 (java) S 16805 16808 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6889638 10060525568 910805 33554432000 1073741824 1073778376 140736569143376 140099655346832 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16808/tid=16823] ppid=16805 vsize=9824732 CPUtime=1.88 cores=1,3,5,7
/proc/16808/task/16823/stat : 16823 (java) S 16805 16808 11545 0 -1 4202560 13316 0 0 0 186 2 0 0 20 0 22 0 6889638 10060525568 910805 33554432000 1073741824 1073778376 140736569143376 140099654293944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16808/tid=16824] ppid=16805 vsize=9824732 CPUtime=0.95 cores=1,3,5,7
/proc/16808/task/16824/stat : 16824 (java) S 16805 16808 11545 0 -1 4202560 14144 0 0 0 92 3 0 0 20 0 22 0 6889638 10060525568 910805 33554432000 1073741824 1073778376 140736569143376 140099653241144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16808/tid=16825] ppid=16805 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16808/task/16825/stat : 16825 (java) S 16805 16808 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6889638 10060525568 910805 33554432000 1073741824 1073778376 140736569143376 140099652188536 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16808/tid=16826] ppid=16805 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/16808/task/16826/stat : 16826 (java) S 16805 16808 11545 0 -1 4202560 48 0 0 0 10 18 0 0 20 0 22 0 6889638 10060525568 910805 33554432000 1073741824 1073778376 140736569143376 140099651135944 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16808/tid=16851] ppid=16805 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16808/task/16851/stat : 16851 (java) S 16805 16808 11545 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 6890005 10060525568 910805 33554432000 1073741824 1073778376 140736569143376 140099649029800 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16808/tid=16888] ppid=16805 vsize=9824732 CPUtime=719.61 cores=1,3,5,7
/proc/16808/task/16888/stat : 16888 (java) R 16805 16808 11545 0 -1 4202560 18 0 0 0 71949 12 0 0 20 0 22 0 6898987 10060525568 910805 33554432000 1073741824 1073778376 140736569143376 140099650080256 140099703621733 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16808/tid=16889] ppid=16805 vsize=9824732 CPUtime=719.72 cores=1,3,5,7
/proc/16808/task/16889/stat : 16889 (java) R 16805 16808 11545 0 -1 4202560 23 0 0 0 71962 10 0 0 20 0 22 0 6898988 10060525568 910805 33554432000 1073741824 1073778376 140736569143376 140099647973648 140099703274174 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16808/tid=16890] ppid=16805 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16808/task/16890/stat : 16890 (java) S 16805 16808 11545 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 6898988 10060525568 910805 33554432000 1073741824 1073778376 140736569143376 140099646923560 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1642.42
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.12 4.23 4.18 5/219 16993
/proc/meminfo: memFree=22510004/32872528 swapFree=13208/1155804
[pid=16808] ppid=16805 vsize=9824732 CPUtime=1762.6 cores=1,3,5,7
/proc/16808/stat : 16808 (java) S 16805 16808 11545 0 -1 4202496 40187 0 1 0 176047 213 0 0 20 0 22 0 6889632 10060525568 911062 33554432000 1073741824 1073778376 140736569143376 140736569134512 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16808/statm: 2456183 911062 2296 9 0 2446860 0
[pid=16808/tid=16810] ppid=16805 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/16808/task/16810/stat : 16810 (java) S 16805 16808 11545 0 -1 4202560 2442 0 1 0 21 3 0 0 20 0 22 0 6889633 10060525568 911062 33554432000 1073741824 1073778376 140736569143376 140099834569592 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16808/tid=16811] ppid=16805 vsize=9824732 CPUtime=2.66 cores=1,3,5,7
/proc/16808/task/16811/stat : 16811 (java) S 16805 16808 11545 0 -1 4202560 628 0 0 0 250 16 0 0 20 0 22 0 6889634 10060525568 911062 33554432000 1073741824 1073778376 140736569143376 140099823631400 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16808/tid=16812] ppid=16805 vsize=9824732 CPUtime=2.53 cores=1,3,5,7
/proc/16808/task/16812/stat : 16812 (java) S 16805 16808 11545 0 -1 4202560 530 0 0 0 237 16 0 0 20 0 22 0 6889634 10060525568 911062 33554432000 1073741824 1073778376 140736569143376 140099822578600 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16808/tid=16813] ppid=16805 vsize=9824732 CPUtime=2.62 cores=1,3,5,7
/proc/16808/task/16813/stat : 16813 (java) S 16805 16808 11545 0 -1 4202560 809 0 0 0 241 21 0 0 20 0 22 0 6889634 10060525568 911062 33554432000 1073741824 1073778376 140736569143376 140099821525800 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16808/tid=16814] ppid=16805 vsize=9824732 CPUtime=2.31 cores=1,3,5,7
/proc/16808/task/16814/stat : 16814 (java) S 16805 16808 11545 0 -1 4202560 652 0 0 0 217 14 0 0 20 0 22 0 6889634 10060525568 911062 33554432000 1073741824 1073778376 140736569143376 140099674913448 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16808/tid=16815] ppid=16805 vsize=9824732 CPUtime=2.42 cores=1,3,5,7
/proc/16808/task/16815/stat : 16815 (java) S 16805 16808 11545 0 -1 4202560 738 0 0 0 225 17 0 0 20 0 22 0 6889634 10060525568 911062 33554432000 1073741824 1073778376 140736569143376 140099673860648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16808/tid=16816] ppid=16805 vsize=9824732 CPUtime=2.85 cores=1,3,5,7
/proc/16808/task/16816/stat : 16816 (java) S 16805 16808 11545 0 -1 4202560 536 0 0 0 268 17 0 0 20 0 22 0 6889634 10060525568 911062 33554432000 1073741824 1073778376 140736569143376 140099672807848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16808/tid=16817] ppid=16805 vsize=9824732 CPUtime=2.86 cores=1,3,5,7
/proc/16808/task/16817/stat : 16817 (java) S 16805 16808 11545 0 -1 4202560 556 0 0 0 268 18 0 0 20 0 22 0 6889634 10060525568 911062 33554432000 1073741824 1073778376 140736569143376 140099671755048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16808/tid=16818] ppid=16805 vsize=9824732 CPUtime=3.09 cores=1,3,5,7
/proc/16808/task/16818/stat : 16818 (java) S 16805 16808 11545 0 -1 4202560 496 0 0 0 291 18 0 0 20 0 22 0 6889634 10060525568 911062 33554432000 1073741824 1073778376 140736569143376 140099670702248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16808/tid=16819] ppid=16805 vsize=9824732 CPUtime=3.39 cores=1,3,5,7
/proc/16808/task/16819/stat : 16819 (java) S 16805 16808 11545 0 -1 4202560 2563 0 0 0 334 5 0 0 20 0 22 0 6889635 10060525568 911062 33554432000 1073741824 1073778376 140736569143376 140099658505192 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16808/tid=16820] ppid=16805 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16808/task/16820/stat : 16820 (java) S 16805 16808 11545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 6889636 10060525568 911062 33554432000 1073741824 1073778376 140736569143376 140099657451256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16808/tid=16821] ppid=16805 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16808/task/16821/stat : 16821 (java) S 16805 16808 11545 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 6889636 10060525568 911062 33554432000 1073741824 1073778376 140736569143376 140099656398344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16808/tid=16822] ppid=16805 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16808/task/16822/stat : 16822 (java) S 16805 16808 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6889638 10060525568 911062 33554432000 1073741824 1073778376 140736569143376 140099655346832 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16808/tid=16823] ppid=16805 vsize=9824732 CPUtime=1.88 cores=1,3,5,7
/proc/16808/task/16823/stat : 16823 (java) S 16805 16808 11545 0 -1 4202560 13316 0 0 0 186 2 0 0 20 0 22 0 6889638 10060525568 911062 33554432000 1073741824 1073778376 140736569143376 140099654293944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16808/tid=16824] ppid=16805 vsize=9824732 CPUtime=0.95 cores=1,3,5,7
/proc/16808/task/16824/stat : 16824 (java) S 16805 16808 11545 0 -1 4202560 14144 0 0 0 92 3 0 0 20 0 22 0 6889638 10060525568 911062 33554432000 1073741824 1073778376 140736569143376 140099653241144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16808/tid=16825] ppid=16805 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16808/task/16825/stat : 16825 (java) S 16805 16808 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6889638 10060525568 911062 33554432000 1073741824 1073778376 140736569143376 140099652188536 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16808/tid=16826] ppid=16805 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/16808/task/16826/stat : 16826 (java) S 16805 16808 11545 0 -1 4202560 52 0 0 0 11 19 0 0 20 0 22 0 6889638 10060525568 911062 33554432000 1073741824 1073778376 140736569143376 140099651135944 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16808/tid=16851] ppid=16805 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16808/task/16851/stat : 16851 (java) S 16805 16808 11545 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 6890005 10060525568 911062 33554432000 1073741824 1073778376 140736569143376 140099649029800 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16808/tid=16888] ppid=16805 vsize=9824732 CPUtime=779.38 cores=1,3,5,7
/proc/16808/task/16888/stat : 16888 (java) R 16805 16808 11545 0 -1 4202560 18 0 0 0 77925 13 0 0 20 0 22 0 6898987 10060525568 911062 33554432000 1073741824 1073778376 140736569143376 140099650079504 140099703027991 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16808/tid=16889] ppid=16805 vsize=9824732 CPUtime=779.48 cores=1,3,5,7
/proc/16808/task/16889/stat : 16889 (java) R 16805 16808 11545 0 -1 4202560 24 0 0 0 77937 11 0 0 20 0 22 0 6898988 10060525568 911062 33554432000 1073741824 1073778376 140736569143376 140099647974368 140099703263668 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16808/tid=16890] ppid=16805 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16808/task/16890/stat : 16890 (java) S 16805 16808 11545 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 6898988 10060525568 911062 33554432000 1073741824 1073778376 140736569143376 140099646923560 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1762.6
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+901.008 s]
/proc/loadavg: 4.15 4.23 4.18 5/219 16993
/proc/meminfo: memFree=22509888/32872528 swapFree=13208/1155804
[pid=16808] ppid=16805 vsize=9824732 CPUtime=1800 cores=1,3,5,7
/proc/16808/stat : 16808 (java) S 16805 16808 11545 0 -1 4202496 40189 0 1 0 179787 213 0 0 20 0 22 0 6889632 10060525568 911062 33554432000 1073741824 1073778376 140736569143376 140736569134512 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16808/statm: 2456183 911062 2296 9 0 2446860 0
[pid=16808/tid=16810] ppid=16805 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/16808/task/16810/stat : 16810 (java) S 16805 16808 11545 0 -1 4202560 2442 0 1 0 21 3 0 0 20 0 22 0 6889633 10060525568 911062 33554432000 1073741824 1073778376 140736569143376 140099834569592 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16808/tid=16811] ppid=16805 vsize=9824732 CPUtime=2.66 cores=1,3,5,7
/proc/16808/task/16811/stat : 16811 (java) S 16805 16808 11545 0 -1 4202560 628 0 0 0 250 16 0 0 20 0 22 0 6889634 10060525568 911062 33554432000 1073741824 1073778376 140736569143376 140099823631400 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16808/tid=16812] ppid=16805 vsize=9824732 CPUtime=2.53 cores=1,3,5,7
/proc/16808/task/16812/stat : 16812 (java) S 16805 16808 11545 0 -1 4202560 530 0 0 0 237 16 0 0 20 0 22 0 6889634 10060525568 911062 33554432000 1073741824 1073778376 140736569143376 140099822578600 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16808/tid=16813] ppid=16805 vsize=9824732 CPUtime=2.62 cores=1,3,5,7
/proc/16808/task/16813/stat : 16813 (java) S 16805 16808 11545 0 -1 4202560 809 0 0 0 241 21 0 0 20 0 22 0 6889634 10060525568 911062 33554432000 1073741824 1073778376 140736569143376 140099821525800 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16808/tid=16814] ppid=16805 vsize=9824732 CPUtime=2.31 cores=1,3,5,7
/proc/16808/task/16814/stat : 16814 (java) S 16805 16808 11545 0 -1 4202560 652 0 0 0 217 14 0 0 20 0 22 0 6889634 10060525568 911062 33554432000 1073741824 1073778376 140736569143376 140099674913448 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16808/tid=16815] ppid=16805 vsize=9824732 CPUtime=2.42 cores=1,3,5,7
/proc/16808/task/16815/stat : 16815 (java) S 16805 16808 11545 0 -1 4202560 738 0 0 0 225 17 0 0 20 0 22 0 6889634 10060525568 911062 33554432000 1073741824 1073778376 140736569143376 140099673860648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16808/tid=16816] ppid=16805 vsize=9824732 CPUtime=2.85 cores=1,3,5,7
/proc/16808/task/16816/stat : 16816 (java) S 16805 16808 11545 0 -1 4202560 536 0 0 0 268 17 0 0 20 0 22 0 6889634 10060525568 911062 33554432000 1073741824 1073778376 140736569143376 140099672807848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16808/tid=16817] ppid=16805 vsize=9824732 CPUtime=2.86 cores=1,3,5,7
/proc/16808/task/16817/stat : 16817 (java) S 16805 16808 11545 0 -1 4202560 556 0 0 0 268 18 0 0 20 0 22 0 6889634 10060525568 911062 33554432000 1073741824 1073778376 140736569143376 140099671755048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16808/tid=16818] ppid=16805 vsize=9824732 CPUtime=3.09 cores=1,3,5,7
/proc/16808/task/16818/stat : 16818 (java) S 16805 16808 11545 0 -1 4202560 496 0 0 0 291 18 0 0 20 0 22 0 6889634 10060525568 911062 33554432000 1073741824 1073778376 140736569143376 140099670702248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16808/tid=16819] ppid=16805 vsize=9824732 CPUtime=3.39 cores=1,3,5,7
/proc/16808/task/16819/stat : 16819 (java) S 16805 16808 11545 0 -1 4202560 2563 0 0 0 334 5 0 0 20 0 22 0 6889635 10060525568 911062 33554432000 1073741824 1073778376 140736569143376 140099658505192 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16808/tid=16820] ppid=16805 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16808/task/16820/stat : 16820 (java) S 16805 16808 11545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 6889636 10060525568 911062 33554432000 1073741824 1073778376 140736569143376 140099657451256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16808/tid=16821] ppid=16805 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16808/task/16821/stat : 16821 (java) S 16805 16808 11545 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 6889636 10060525568 911062 33554432000 1073741824 1073778376 140736569143376 140099656398344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16808/tid=16822] ppid=16805 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16808/task/16822/stat : 16822 (java) S 16805 16808 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6889638 10060525568 911062 33554432000 1073741824 1073778376 140736569143376 140099655346832 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16808/tid=16823] ppid=16805 vsize=9824732 CPUtime=1.88 cores=1,3,5,7
/proc/16808/task/16823/stat : 16823 (java) S 16805 16808 11545 0 -1 4202560 13316 0 0 0 186 2 0 0 20 0 22 0 6889638 10060525568 911062 33554432000 1073741824 1073778376 140736569143376 140099654293944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16808/tid=16824] ppid=16805 vsize=9824732 CPUtime=0.95 cores=1,3,5,7
/proc/16808/task/16824/stat : 16824 (java) S 16805 16808 11545 0 -1 4202560 14144 0 0 0 92 3 0 0 20 0 22 0 6889638 10060525568 911062 33554432000 1073741824 1073778376 140736569143376 140099653241144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16808/tid=16825] ppid=16805 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16808/task/16825/stat : 16825 (java) S 16805 16808 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6889638 10060525568 911062 33554432000 1073741824 1073778376 140736569143376 140099652188536 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16808/tid=16826] ppid=16805 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/16808/task/16826/stat : 16826 (java) S 16805 16808 11545 0 -1 4202560 54 0 0 0 11 20 0 0 20 0 22 0 6889638 10060525568 911062 33554432000 1073741824 1073778376 140736569143376 140099651135944 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16808/tid=16851] ppid=16805 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16808/task/16851/stat : 16851 (java) S 16805 16808 11545 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 6890005 10060525568 911062 33554432000 1073741824 1073778376 140736569143376 140099649029800 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16808/tid=16888] ppid=16805 vsize=9824732 CPUtime=798.03 cores=1,3,5,7
/proc/16808/task/16888/stat : 16888 (java) R 16805 16808 11545 0 -1 4202560 18 0 0 0 79789 14 0 0 20 0 22 0 6898987 10060525568 911062 33554432000 1073741824 1073778376 140736569143376 140099650072576 140099703203842 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16808/tid=16889] ppid=16805 vsize=9824732 CPUtime=798.13 cores=1,3,5,7
/proc/16808/task/16889/stat : 16889 (java) R 16805 16808 11545 0 -1 4202560 24 0 0 0 79801 12 0 0 20 0 22 0 6898988 10060525568 911062 33554432000 1073741824 1073778376 140736569143376 140099647974368 140099703813306 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16808/tid=16890] ppid=16805 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16808/task/16890/stat : 16890 (java) S 16805 16808 11545 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 6898988 10060525568 911062 33554432000 1073741824 1073778376 140736569143376 140099646923560 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9824732

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 16808 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 16808 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=850293
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=610603
# CPU time returned by wait4() is 1796.46
# 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.189987
#  lost CPU user time (s): 0.209991
#  lost CPU system time (s): -0.02

Real time (s): 901.059
CPU time (s): 1800.19
CPU user time (s): 1798.08
CPU system time (s): 2.11
CPU usage (%): 199.786
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.85
system time used= 2.6106
maximum resident set size= 3644376
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40232
page faults= 1
swaps= 0
block input operations= 0
block output operations= 896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22804
involuntary context switches= 20549

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.38218 second user time and 7.77482 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-30 06:00:22
IDJOB=4119569
IDBENCH=111763
IDSOLVER=2543
FILE ID=node114/4119569-1467259222
RUNJOBID= node114-1467246678-11562
PBS_JOBID= 20004474
Free space on /tmp= 71672 MiB

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

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

MD5SUM BENCH= 6c6529feaf40b34c2c4a680faf7fd800
RANDOM SEED=1936499077

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:        26194812 kB
Buffers:          124332 kB
Cached:          1213412 kB
SwapCached:            0 kB
Active:          3559284 kB
Inactive:        1215472 kB
Active(anon):    3439728 kB
Inactive(anon):        0 kB
Active(file):     119556 kB
Inactive(file):  1215472 kB
Unevictable:     1155804 kB
Mlocked:           13208 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               868 kB
Writeback:             0 kB
AnonPages:       4596680 kB
Mapped:            22252 kB
Shmem:               204 kB
Slab:             608872 kB
SReclaimable:      53080 kB
SUnreclaim:       555792 kB
KernelStack:        1816 kB
PageTables:        13464 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5035772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4509696 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 06:15:23