Trace number 4118152

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)-35 1803.3 900.394

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/minlplib2-pb-0.1.0/
opb/normalized-graphpart_3pm-0344-0344.lin.opb
MD5SUM47222bc89afb79796290e44229155eb6
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-48
Best CPU time to get the best result obtained on this benchmark45.0032
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables576
Total number of constraints912
Number of constraints which are clauses432
Number of constraints which are cardinality constraints (but not clauses)48
Number of constraints which are nor clauses,nor cardinality constraints432
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 432
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 432
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 432
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	16
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@22c84d9
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Glucose 2.1 dynamic restart strategy
0.08/0.13	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.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@3f7fa65e
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@558385e3
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	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.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@3f7fa65e
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-4118152-1467222821.opb
0.08/0.13	c reading problem ... 
0.08/0.13	c  objective function found
0.22/0.26	c ... done. Wall clock time 0.131s.
0.22/0.26	c declared #vars     576
0.22/0.26	c #constraints  960
0.22/0.26	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.22/0.26	c constraints type 
0.22/0.26	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 480
0.22/0.26	c org.sat4j.minisat.constraints.card.MinWatchCard => 48
0.22/0.26	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 432
0.22/0.26	c 960 constraints processed.
0.22/0.26	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.22/0.26	c constraints type 
0.22/0.26	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 480
0.22/0.26	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 48
0.22/0.26	c org.sat4j.pb.constraints.pb.MaxWatchPb => 432
0.22/0.26	c 960 constraints processed.
0.22/0.26	c objective function length is 432 literals
0.22/0.28	c And the winner is solver1
0.43/0.76	c SATISFIABLE
0.43/0.76	c OPTIMIZING...
0.43/0.76	c Got one! Elapsed wall clock time (in seconds):0.637
0.43/0.76	o -26
0.54/0.80	c And the winner is solver0
0.62/1.27	c Got one! Elapsed wall clock time (in seconds):1.14
0.62/1.27	o -27
1.12/1.42	c And the winner is solver0
1.55/1.77	c Got one! Elapsed wall clock time (in seconds):1.643
1.55/1.77	o -28
1.55/1.79	c And the winner is solver0
1.63/2.27	c Got one! Elapsed wall clock time (in seconds):2.146
1.63/2.27	o -29
1.75/2.34	c And the winner is solver0
1.87/2.77	c Got one! Elapsed wall clock time (in seconds):2.648
1.87/2.77	o -30
1.92/2.84	c And the winner is solver0
2.16/3.28	c Got one! Elapsed wall clock time (in seconds):3.15
2.16/3.28	o -31
2.26/3.33	c And the winner is solver0
2.35/3.78	c Got one! Elapsed wall clock time (in seconds):3.652
2.35/3.78	o -32
2.94/4.00	c cleaning 3165 clauses out of 6336 with flag 6362/6336
3.99/4.40	c cleaning 4586 clauses out of 9171 with flag 19861/12336
3.99/4.40	c And the winner is solver1
4.23/4.78	c Got one! Elapsed wall clock time (in seconds):4.654
4.23/4.78	o -33
4.72/5.07	c cleaning 4836 clauses out of 9680 with flag 11273/17431
5.72/5.47	c cleaning 5420 clauses out of 10848 with flag 26146/23435
6.75/5.92	c cleaning 6210 clauses out of 12424 with flag 45671/30431
7.89/6.48	c cleaning 7108 clauses out of 14215 with flag 66911/38432
9.54/7.12	c cleaning 8053 clauses out of 16106 with flag 91293/47431
9.54/7.16	c And the winner is solver1
9.69/7.30	c Got one! Elapsed wall clock time (in seconds):7.17
9.69/7.30	o -34
10.30/7.62	c cleaning 6890 clauses out of 13792 with flag 12929/53170
11.33/8.05	c cleaning 6449 clauses out of 12904 with flag 30558/59172
12.33/8.53	c cleaning 6725 clauses out of 13453 with flag 51270/66170
13.75/9.10	c cleaning 7361 clauses out of 14728 with flag 73490/74170
14.97/9.72	c cleaning 8183 clauses out of 16367 with flag 99413/83170
16.38/10.44	c cleaning 9090 clauses out of 18185 with flag 126748/93171
18.57/11.33	c cleaning 10043 clauses out of 20094 with flag 156966/104170
19.77/11.99	c And the winner is solver1
19.96/12.38	c Got one! Elapsed wall clock time (in seconds):12.25
19.96/12.38	o -35
20.80/12.85	c cleaning 12288 clauses out of 24579 with flag 12495/118698
22.25/13.37	c cleaning 9138 clauses out of 18290 with flag 28237/124697
23.21/13.86	c cleaning 8071 clauses out of 16152 with flag 47646/131697
24.43/14.44	c cleaning 8033 clauses out of 16082 with flag 70338/139698
25.61/15.10	c cleaning 8520 clauses out of 17048 with flag 95786/148697
27.20/15.82	c cleaning 9261 clauses out of 18530 with flag 124187/158699
29.01/16.77	c cleaning 10131 clauses out of 20267 with flag 156766/169697
31.70/17.82	c cleaning 11065 clauses out of 22139 with flag 192165/181700
33.72/18.90	c cleaning 12029 clauses out of 24072 with flag 229734/194698
36.31/20.16	c cleaning 13018 clauses out of 26044 with flag 272258/208699
39.96/21.70	c cleaning 14009 clauses out of 28024 with flag 317183/223697
43.19/23.27	c cleaning 15004 clauses out of 30016 with flag 363809/239698
46.36/24.88	c cleaning 16002 clauses out of 32012 with flag 416990/256698
51.14/26.87	c cleaning 17001 clauses out of 34011 with flag 472569/274699
55.34/28.92	c cleaning 18002 clauses out of 36008 with flag 534873/293697
60.15/31.30	c cleaning 19002 clauses out of 38007 with flag 598382/313698
65.41/33.78	c cleaning 20002 clauses out of 40005 with flag 665800/334698
70.41/36.24	c cleaning 21001 clauses out of 42002 with flag 738189/356697
76.21/39.10	c cleaning 21998 clauses out of 44002 with flag 818331/379698
81.63/41.85	c cleaning 23003 clauses out of 46006 with flag 891588/403700
87.41/44.75	c cleaning 23998 clauses out of 48001 with flag 970902/428698
93.60/47.87	c cleaning 25002 clauses out of 50004 with flag 1054175/454699
100.00/51.07	c cleaning 25998 clauses out of 52002 with flag 1134370/481699
106.40/54.23	c cleaning 27001 clauses out of 54002 with flag 1220426/509697
113.20/57.66	c cleaning 28002 clauses out of 56003 with flag 1307419/538699
119.80/60.94	c cleaning 28996 clauses out of 58000 with flag 1400681/568698
127.20/64.67	c cleaning 30002 clauses out of 60003 with flag 1493622/599697
134.42/68.29	c cleaning 30998 clauses out of 62002 with flag 1589138/631698
142.00/72.01	c cleaning 31997 clauses out of 64003 with flag 1687786/664697
149.60/75.80	c cleaning 33003 clauses out of 66006 with flag 1790041/698697
158.40/80.24	c cleaning 34002 clauses out of 68004 with flag 1904804/733698
167.19/84.60	c cleaning 34997 clauses out of 70002 with flag 2010739/769698
176.60/89.37	c cleaning 35999 clauses out of 72007 with flag 2123043/806700
185.02/93.55	c cleaning 36994 clauses out of 74005 with flag 2246959/844697
195.40/98.72	c cleaning 37998 clauses out of 76011 with flag 2373714/883697
205.99/104.04	c cleaning 39006 clauses out of 78013 with flag 2501947/923697
216.60/109.33	c cleaning 40000 clauses out of 80007 with flag 2633257/964697
230.09/115.71	c cleaning 41003 clauses out of 82007 with flag 2766493/1006697
241.50/121.43	c cleaning 42000 clauses out of 84004 with flag 2894578/1049697
253.50/127.47	c cleaning 43000 clauses out of 86007 with flag 3031998/1093700
265.70/133.53	c cleaning 43994 clauses out of 88004 with flag 3180278/1138697
278.32/139.82	c cleaning 45005 clauses out of 90011 with flag 3335204/1184698
291.89/146.61	c cleaning 45998 clauses out of 92005 with flag 3497799/1231697
304.89/153.11	c cleaning 47005 clauses out of 94010 with flag 3655784/1279700
317.72/159.54	c cleaning 47996 clauses out of 96003 with flag 3817693/1328698
331.49/166.47	c cleaning 49000 clauses out of 98007 with flag 3974107/1378698
345.49/173.41	c cleaning 49999 clauses out of 100006 with flag 4136504/1429697
360.09/180.72	c cleaning 50999 clauses out of 102007 with flag 4305953/1481697
376.89/189.17	c cleaning 51998 clauses out of 104008 with flag 4482771/1534697
395.69/198.54	c cleaning 53001 clauses out of 106011 with flag 4680017/1588698
414.71/208.10	c cleaning 54001 clauses out of 108010 with flag 4883603/1643698
432.89/217.15	c cleaning 55001 clauses out of 110008 with flag 5073363/1699697
450.89/226.14	c cleaning 56005 clauses out of 112009 with flag 5257476/1756699
470.49/236.00	c cleaning 56998 clauses out of 114003 with flag 5447544/1814698
490.29/245.89	c cleaning 58002 clauses out of 116004 with flag 5637267/1873697
509.69/255.52	c cleaning 59000 clauses out of 118005 with flag 5834679/1933700
539.67/269.96	c cleaning 59995 clauses out of 120002 with flag 6050757/1994697
569.54/284.59	c cleaning 61000 clauses out of 122007 with flag 6267033/2056697
595.33/297.31	c cleaning 61999 clauses out of 124007 with flag 6477445/2119697
616.13/307.78	c cleaning 62998 clauses out of 126008 with flag 6678279/2183697
643.44/321.22	c cleaning 64000 clauses out of 128011 with flag 6908189/2248698
667.84/333.43	c cleaning 65004 clauses out of 130010 with flag 7140265/2314697
693.02/346.05	c cleaning 65998 clauses out of 132006 with flag 7364625/2381697
716.81/357.91	c cleaning 67002 clauses out of 134014 with flag 7600433/2449703
740.62/369.87	c cleaning 68004 clauses out of 136010 with flag 7843513/2518701
765.82/382.46	c cleaning 68992 clauses out of 138002 with flag 8085232/2588697
790.42/394.77	c cleaning 69999 clauses out of 140010 with flag 8324539/2659697
816.42/407.74	c cleaning 71001 clauses out of 142012 with flag 8567514/2731698
843.02/421.03	c cleaning 72004 clauses out of 144010 with flag 8793771/2804697
876.65/437.85	c cleaning 73002 clauses out of 146006 with flag 9041730/2878697
911.42/455.25	c cleaning 74000 clauses out of 148004 with flag 9304134/2953697
942.43/470.75	c cleaning 74995 clauses out of 150004 with flag 9573853/3029697
973.04/485.95	c cleaning 76000 clauses out of 152011 with flag 9838433/3106699
1004.67/501.77	c cleaning 77001 clauses out of 154012 with flag 10093972/3184700
1037.24/518.01	c cleaning 78002 clauses out of 156010 with flag 10351530/3263699
1071.64/535.25	c cleaning 78996 clauses out of 158006 with flag 10614543/3343697
1107.64/553.30	c cleaning 80003 clauses out of 160011 with flag 10885443/3424698
1146.83/572.81	c cleaning 81003 clauses out of 162007 with flag 11156056/3506697
1182.44/590.69	c cleaning 82000 clauses out of 164004 with flag 11435090/3589697
1223.83/611.34	c cleaning 82995 clauses out of 166004 with flag 11717752/3673697
1262.05/630.50	c cleaning 84002 clauses out of 168011 with flag 11991483/3758699
1303.02/650.98	c cleaning 84999 clauses out of 170007 with flag 12269499/3844697
1339.23/669.05	c cleaning 85999 clauses out of 172008 with flag 12548794/3931697
1376.63/687.79	c cleaning 87002 clauses out of 174011 with flag 12824039/4019699
1415.62/707.29	c cleaning 88005 clauses out of 176009 with flag 13101391/4108699
1455.23/727.07	c cleaning 88997 clauses out of 178002 with flag 13405169/4198697
1501.23/750.04	c cleaning 89999 clauses out of 180005 with flag 13702216/4289697
1553.79/775.91	c cleaning 91002 clauses out of 182010 with flag 14014909/4381701
1601.79/799.91	c cleaning 91999 clauses out of 184004 with flag 14347241/4474697
1644.58/821.34	c cleaning 93003 clauses out of 186006 with flag 14683086/4568698
1680.38/839.21	c cleaning 93995 clauses out of 188002 with flag 14999367/4663697
1726.80/862.47	c cleaning 94996 clauses out of 190007 with flag 15339963/4759697
1774.97/886.50	c cleaning 96001 clauses out of 192014 with flag 15685847/4856700
1803.30/900.33	c >>>>>>>>>> Solver number 0 (6 answers) <<<<<<<<<<<<<<<<<<
1803.30/900.33	c starts		: 8530
1803.30/900.33	c conflicts		: 4922717
1803.30/900.33	c decisions		: 6505223
1803.30/900.33	c propagations		: 175451536
1803.30/900.33	c inspects		: 13179794486
1803.30/900.33	c shortcuts		: 0
1803.30/900.33	c learnt literals	: 0
1803.30/900.33	c learnt binary clauses	: 0
1803.30/900.33	c learnt ternary clauses	: 0
1803.30/900.33	c learnt constraints	: 4922718
1803.30/900.33	c ignored constraints	: 0
1803.30/900.33	c root simplifications	: 0
1803.30/900.33	c removed literals (reason simplification)	: 2669273
1803.30/900.33	c reason swapping (by a shorter reason)	: 0
1803.30/900.33	c Calls to reduceDB	: 107
1803.30/900.33	c Number of update (reduction) of LBD	: 223284
1803.30/900.33	c Imported unit clauses	: 0
1803.30/900.33	c number of reductions to clauses (during analyze)	: 0
1803.30/900.33	c number of learned constraints concerned by reduction	: 0
1803.30/900.33	c number of learning phase by resolution	: 0
1803.30/900.33	c number of learning phase by cutting planes	: 0
1803.30/900.33	c speed (assignments/second)	: 197590.57159428124
1803.30/900.33	c non guided choices	0
1803.30/900.36	c learnt constraints type 
1803.30/900.36	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 162031
1803.30/900.36	c >>>>>>>>>> Solver number 1 (4 answers) <<<<<<<<<<<<<<<<<<
1803.30/900.36	c starts		: 29
1803.30/900.36	c conflicts		: 3780
1803.30/900.36	c decisions		: 10646
1803.30/900.36	c propagations		: 117353
1803.30/900.36	c inspects		: 45939433
1803.30/900.36	c shortcuts		: 0
1803.30/900.36	c learnt literals	: 0
1803.30/900.36	c learnt binary clauses	: 0
1803.30/900.36	c learnt ternary clauses	: 0
1803.30/900.36	c learnt constraints	: 3775
1803.30/900.36	c ignored constraints	: 0
1803.30/900.36	c root simplifications	: 0
1803.30/900.36	c removed literals (reason simplification)	: 0
1803.30/900.36	c reason swapping (by a shorter reason)	: 0
1803.30/900.36	c Calls to reduceDB	: 0
1803.30/900.36	c Number of update (reduction) of LBD	: 0
1803.30/900.36	c Imported unit clauses	: 0
1803.30/900.36	c number of reductions to clauses (during analyze)	: 0
1803.30/900.36	c number of learned constraints concerned by reduction	: 0
1803.30/900.36	c number of learning phase by resolution	: 0
1803.30/900.36	c number of learning phase by cutting planes	: 0
1803.30/900.36	c speed (assignments/second)	: 130.89004067693014
1803.30/900.36	c non guided choices	0
1803.30/900.36	c learnt constraints type 
1803.30/900.36	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1
1803.30/900.36	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3774
1803.30/900.36	s SATISFIABLE
1803.30/900.36	c Found 10 solution(s)
1803.30/900.36	v x1 -x2 -x3 -x4 -x5 x6 -x7 -x8 x9 -x10 -x11 x12 -x13 x14 -x15 x16 -x17 -x18 x19 -x20 -x21 -x22 -x23 x24 -x25 x26 -x27 -x28 -x29 x30 -x31 -x32 x33 -x34 -x35 x36 x37 -x38 -x39 x40 -x41 -x42 x43 -x44 -x45 x46 -x47 -x48 x49 -x50 -x51 -x52 -x53 x54 x55 -x56 -x57 x58 -x59 -x60 -x61 -x62 x63 -x64 -x65 x66 x67 -x68 -x69 x70 -x71 -x72 x73 -x74 -x75 x76 -x77 -x78 x79 -x80 -x81 -x82 x83 -x84 -x85 x86 -x87 -x88 -x89 x90 x91 -x92 -x93 -x94 x95 -x96 x97 -x98 -x99 -x100 -x101 x102 x103 -x104 -x105 -x106 x107 -x108 x109 -x110 -x111 -x112 -x113 x114 -x115 -x116 x117 x118 -x119 -x120 x121 -x122 -x123 -x124 -x125 x126 -x127 -x128 x129 x130 -x131 -x132 x133 -x134 -x135 -x136 x137 -x138 -x139 -x140 x141 -x142 -x143 x144 -x145 -x146 -x147 -x148 x149 x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 x173 -x174 x175 -x176 x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 x188 -x189 x190 -x191 x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 x201 x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 x271 x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 x280 -x281 x282 -x283 -x284 -x285 -x286 -x287 x288 x289 x290 x291 -x292 x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 x304 -x305 -x306 x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 x316 x317 x318 x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 x328 x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 x356 x357 x358 x359 x360 -x361 -x362 -x363 -x364 -x365 -x366 x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 x387 x388 x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 x397 -x398 -x399 x400 x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 x425 x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 x439 x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 x464 x465 -x466 x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 x477 -x478 -x479 -x480 -x481 -x482 x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504 -x505 x506 x507 x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 x523 x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 x533 x534 x535 -x536 -x537 -x538 -x539 -x540 -x541 x542 x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 x554 -x555 -x556 -x557 -x558 -x559 -x560 x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 x576 
1803.30/900.36	c objective function=-35
1803.30/900.36	c Total wall clock time (in seconds): 900.236

Verifier Data

OK	-35

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

pid=12738
running on 8 cores: 0-3,8-11

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: 3.93 3.89 3.76 4/284 12741
/proc/meminfo: memFree=26610792/32872528 swapFree=8828/8828
[pid=12741] ppid=12738 vsize=9224 CPUtime=0 cores=0-3,8-11
/proc/12741/stat : 12741 (java) R 12738 12741 6721 0 -1 4202496 421 0 0 0 0 0 0 0 20 0 1 0 3234949 9445376 90 33554432000 1073741824 1073778376 140733595769296 140733595766424 216799425975 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12741/statm: 2306 93 75 9 0 38 0

[startup+0.100059 s]
/proc/loadavg: 3.93 3.89 3.76 4/284 12741
/proc/meminfo: memFree=26610792/32872528 swapFree=8828/8828
[pid=12741] ppid=12738 vsize=9896436 CPUtime=0.08 cores=0-3,8-11
/proc/12741/stat : 12741 (java) S 12738 12741 6721 0 -1 4202496 4394 0 1 0 6 2 0 0 20 0 23 0 3234949 10133950464 5507 33554432000 1073741824 1073778376 140733595769296 140733595760432 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12741/statm: 2474109 5508 2097 9 0 2464786 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9896436

[startup+0.200215 s]
/proc/loadavg: 3.93 3.89 3.76 4/284 12741
/proc/meminfo: memFree=26610792/32872528 swapFree=8828/8828
[pid=12741] ppid=12738 vsize=9896436 CPUtime=0.22 cores=0-3,8-11
/proc/12741/stat : 12741 (java) S 12738 12741 6721 0 -1 4202496 4725 0 1 0 20 2 0 0 20 0 23 0 3234949 10133950464 7322 33554432000 1073741824 1073778376 140733595769296 140733595760432 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12741/statm: 2474109 7322 2198 9 0 2464786 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9896436

[startup+0.300314 s]
/proc/loadavg: 3.93 3.89 3.76 4/284 12741
/proc/meminfo: memFree=26610792/32872528 swapFree=8828/8828
[pid=12741] ppid=12738 vsize=10162692 CPUtime=0.43 cores=0-3,8-11
/proc/12741/stat : 12741 (java) S 12738 12741 6721 0 -1 4202496 6085 0 1 0 38 5 0 0 20 0 24 0 3234949 10406596608 9674 33554432000 1073741824 1073778376 140733595769296 140733595760432 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12741/statm: 2540673 9674 2245 9 0 2531350 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 10162692

[startup+0.700253 s]
/proc/loadavg: 3.93 3.89 3.76 4/284 12741
/proc/meminfo: memFree=26610792/32872528 swapFree=8828/8828
[pid=12741] ppid=12738 vsize=10162692 CPUtime=0.43 cores=0-3,8-11
/proc/12741/stat : 12741 (java) S 12738 12741 6721 0 -1 4202496 6085 0 1 0 38 5 0 0 20 0 24 0 3234949 10406596608 9674 33554432000 1073741824 1073778376 140733595769296 140733595760432 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12741/statm: 2540673 9674 2245 9 0 2531350 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 10162692

[startup+1.50153 s]
/proc/loadavg: 3.93 3.89 3.76 3/308 12771
/proc/meminfo: memFree=26571756/32872528 swapFree=8828/8828
[pid=12741] ppid=12738 vsize=10162692 CPUtime=1.39 cores=0-3,8-11
/proc/12741/stat : 12741 (java) S 12738 12741 6721 0 -1 4202496 15200 0 1 0 129 10 0 0 20 0 24 0 3234949 10406596608 17432 33554432000 1073741824 1073778376 140733595769296 140733595760432 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12741/statm: 2540673 17432 2253 9 0 2531350 0
[pid=12741/tid=12743] ppid=12738 vsize=10162692 CPUtime=0.23 cores=0-3,8-11
/proc/12741/task/12743/stat : 12743 (java) S 12738 12741 6721 0 -1 4202560 2461 0 1 0 21 2 0 0 20 0 24 0 3234951 10406596608 17432 33554432000 1073741824 1073778376 140733595769296 140328352146296 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12741/tid=12744] ppid=12738 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/12741/task/12744/stat : 12744 (java) S 12738 12741 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 3234952 10406596608 17432 33554432000 1073741824 1073778376 140733595769296 140328330246568 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=12741/tid=12745] ppid=12738 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/12741/task/12745/stat : 12745 (java) S 12738 12741 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 3234952 10406596608 17432 33554432000 1073741824 1073778376 140733595769296 140328329194024 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12741/tid=12746] ppid=12738 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/12741/task/12746/stat : 12746 (java) S 12738 12741 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 3234952 10406596608 17432 33554432000 1073741824 1073778376 140733595769296 140328328140968 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12741/tid=12747] ppid=12738 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/12741/task/12747/stat : 12747 (java) S 12738 12741 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 3234952 10406596608 17432 33554432000 1073741824 1073778376 140733595769296 140328327088424 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12741/tid=12748] ppid=12738 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/12741/task/12748/stat : 12748 (java) S 12738 12741 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 3234952 10406596608 17432 33554432000 1073741824 1073778376 140733595769296 140327990061992 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12741/tid=12749] ppid=12738 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/12741/task/12749/stat : 12749 (java) S 12738 12741 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 3234952 10406596608 17432 33554432000 1073741824 1073778376 140733595769296 140327989009448 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12741/tid=12750] ppid=12738 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/12741/task/12750/stat : 12750 (java) S 12738 12741 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 3234952 10406596608 17432 33554432000 1073741824 1073778376 140733595769296 140327987956392 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12741/tid=12751] ppid=12738 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/12741/task/12751/stat : 12751 (java) S 12738 12741 6721 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 3234952 10406596608 17432 33554432000 1073741824 1073778376 140733595769296 140327986903848 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=12741/tid=12752] ppid=12738 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/12741/task/12752/stat : 12752 (java) S 12738 12741 6721 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 3234952 10406596608 17432 33554432000 1073741824 1073778376 140733595769296 140327985850792 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=12741/tid=12753] ppid=12738 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/12741/task/12753/stat : 12753 (java) S 12738 12741 6721 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 3234952 10406596608 17432 33554432000 1073741824 1073778376 140733595769296 140327984798248 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=12741/tid=12754] ppid=12738 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/12741/task/12754/stat : 12754 (java) S 12738 12741 6721 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 3234952 10406596608 17432 33554432000 1073741824 1073778376 140733595769296 140327983745192 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=12741/tid=12755] ppid=12738 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/12741/task/12755/stat : 12755 (java) S 12738 12741 6721 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 3234952 10406596608 17432 33554432000 1073741824 1073778376 140733595769296 140327982692648 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12741/tid=12756] ppid=12738 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/12741/task/12756/stat : 12756 (java) S 12738 12741 6721 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 3234952 10406596608 17432 33554432000 1073741824 1073778376 140733595769296 140327981640616 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12741/tid=12757] ppid=12738 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/12741/task/12757/stat : 12757 (java) S 12738 12741 6721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 24 0 3234953 10406596608 17432 33554432000 1073741824 1073778376 140733595769296 140327964179432 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12741/tid=12758] ppid=12738 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/12741/task/12758/stat : 12758 (java) S 12738 12741 6721 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 24 0 3234954 10406596608 17432 33554432000 1073741824 1073778376 140733595769296 140327963125240 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=12741/tid=12759] ppid=12738 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/12741/task/12759/stat : 12759 (java) S 12738 12741 6721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 3234954 10406596608 17432 33554432000 1073741824 1073778376 140733595769296 140327962072584 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=12741/tid=12760] ppid=12738 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/12741/task/12760/stat : 12760 (java) S 12738 12741 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 3234956 10406596608 17432 33554432000 1073741824 1073778376 140733595769296 140327961020816 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=12741/tid=12761] ppid=12738 vsize=10162692 CPUtime=0.34 cores=0-3,8-11
/proc/12741/task/12761/stat : 12761 (java) R 12738 12741 6721 0 -1 4202560 4435 0 0 0 34 0 0 0 20 0 24 0 3234956 10406596608 17432 33554432000 1073741824 1073778376 140733595769296 140327959955752 140328354643023 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12741/tid=12762] ppid=12738 vsize=10162692 CPUtime=0.34 cores=0-3,8-11
/proc/12741/task/12762/stat : 12762 (java) R 12738 12741 6721 0 -1 4202560 6936 0 0 0 33 1 0 0 20 0 24 0 3234956 10406596608 17432 33554432000 1073741824 1073778376 140733595769296 140327958890824 140328355051612 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12741/tid=12763] ppid=12738 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/12741/task/12763/stat : 12763 (java) S 12738 12741 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 3234956 10406596608 17432 33554432000 1073741824 1073778376 140733595769296 140327957862776 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=12741/tid=12764] ppid=12738 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/12741/task/12764/stat : 12764 (java) S 12738 12741 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 3234956 10406596608 17432 33554432000 1073741824 1073778376 140733595769296 140327956810952 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12741/tid=12771] ppid=12738 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/12741/task/12771/stat : 12771 (java) S 12738 12741 6721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 24 0 3235027 10406596608 17432 33554432000 1073741824 1073778376 140733595769296 140327953552296 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 10162692

[startup+3.10096 s]
/proc/loadavg: 3.78 3.85 3.75 3/308 12777
/proc/meminfo: memFree=26544588/32872528 swapFree=8828/8828
[pid=12741] ppid=12738 vsize=10162692 CPUtime=2.16 cores=0-3,8-11
/proc/12741/stat : 12741 (java) S 12738 12741 6721 0 -1 4202496 17622 0 1 0 200 16 0 0 20 0 24 0 3234949 10406596608 23349 33554432000 1073741824 1073778376 140733595769296 140733595760432 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12741/statm: 2540673 23349 2264 9 0 2531350 0
[pid=12741/tid=12743] ppid=12738 vsize=10162692 CPUtime=0.23 cores=0-3,8-11
/proc/12741/task/12743/stat : 12743 (java) S 12738 12741 6721 0 -1 4202560 2462 0 1 0 21 2 0 0 20 0 24 0 3234951 10406596608 23349 33554432000 1073741824 1073778376 140733595769296 140328352146296 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12741/tid=12744] ppid=12738 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/12741/task/12744/stat : 12744 (java) S 12738 12741 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 3234952 10406596608 23349 33554432000 1073741824 1073778376 140733595769296 140328330246568 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=12741/tid=12745] ppid=12738 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/12741/task/12745/stat : 12745 (java) S 12738 12741 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 3234952 10406596608 23349 33554432000 1073741824 1073778376 140733595769296 140328329194024 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12741/tid=12746] ppid=12738 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/12741/task/12746/stat : 12746 (java) S 12738 12741 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 3234952 10406596608 23349 33554432000 1073741824 1073778376 140733595769296 140328328140968 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12741/tid=12747] ppid=12738 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/12741/task/12747/stat : 12747 (java) S 12738 12741 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 3234952 10406596608 23349 33554432000 1073741824 1073778376 140733595769296 140328327088424 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12741/tid=12748] ppid=12738 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/12741/task/12748/stat : 12748 (java) S 12738 12741 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 3234952 10406596608 23349 33554432000 1073741824 1073778376 140733595769296 140327990061992 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12741/tid=12749] ppid=12738 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/12741/task/12749/stat : 12749 (java) S 12738 12741 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 3234952 10406596608 23349 33554432000 1073741824 1073778376 140733595769296 140327989009448 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12741/tid=12750] ppid=12738 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/12741/task/12750/stat : 12750 (java) S 12738 12741 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 3234952 10406596608 23349 33554432000 1073741824 1073778376 140733595769296 140327987956392 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12741/tid=12751] ppid=12738 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/12741/task/12751/stat : 12751 (java) S 12738 12741 6721 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 3234952 10406596608 23349 33554432000 1073741824 1073778376 140733595769296 140327986903848 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=12741/tid=12752] ppid=12738 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/12741/task/12752/stat : 12752 (java) S 12738 12741 6721 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 3234952 10406596608 23349 33554432000 1073741824 1073778376 140733595769296 140327985850792 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=12741/tid=12753] ppid=12738 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/12741/task/12753/stat : 12753 (java) S 12738 12741 6721 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 3234952 10406596608 23349 33554432000 1073741824 1073778376 140733595769296 140327984798248 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=12741/tid=12754] ppid=12738 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/12741/task/12754/stat : 12754 (java) S 12738 12741 6721 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 3234952 10406596608 23349 33554432000 1073741824 1073778376 140733595769296 140327983745192 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=12741/tid=12755] ppid=12738 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/12741/task/12755/stat : 12755 (java) S 12738 12741 6721 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 3234952 10406596608 23349 33554432000 1073741824 1073778376 140733595769296 140327982692648 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12741/tid=12756] ppid=12738 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/12741/task/12756/stat : 12756 (java) S 12738 12741 6721 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 3234952 10406596608 23349 33554432000 1073741824 1073778376 140733595769296 140327981640616 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12741/tid=12757] ppid=12738 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/12741/task/12757/stat : 12757 (java) S 12738 12741 6721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 24 0 3234953 10406596608 23349 33554432000 1073741824 1073778376 140733595769296 140327964179432 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12741/tid=12758] ppid=12738 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/12741/task/12758/stat : 12758 (java) S 12738 12741 6721 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 24 0 3234954 10406596608 23349 33554432000 1073741824 1073778376 140733595769296 140327963125240 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=12741/tid=12759] ppid=12738 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/12741/task/12759/stat : 12759 (java) S 12738 12741 6721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 3234954 10406596608 23349 33554432000 1073741824 1073778376 140733595769296 140327962072584 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=12741/tid=12760] ppid=12738 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/12741/task/12760/stat : 12760 (java) S 12738 12741 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 3234956 10406596608 23349 33554432000 1073741824 1073778376 140733595769296 140327961020816 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=12741/tid=12761] ppid=12738 vsize=10162692 CPUtime=0.53 cores=0-3,8-11
/proc/12741/task/12761/stat : 12761 (java) S 12738 12741 6721 0 -1 4202560 4758 0 0 0 53 0 0 0 20 0 24 0 3234956 10406596608 23349 33554432000 1073741824 1073778376 140733595769296 140327959968184 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12741/tid=12762] ppid=12738 vsize=10162692 CPUtime=0.61 cores=0-3,8-11
/proc/12741/task/12762/stat : 12762 (java) S 12738 12741 6721 0 -1 4202560 9000 0 0 0 60 1 0 0 20 0 24 0 3234956 10406596608 23349 33554432000 1073741824 1073778376 140733595769296 140327958915128 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12741/tid=12763] ppid=12738 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/12741/task/12763/stat : 12763 (java) S 12738 12741 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 3234956 10406596608 23349 33554432000 1073741824 1073778376 140733595769296 140327957862776 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=12741/tid=12764] ppid=12738 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/12741/task/12764/stat : 12764 (java) S 12738 12741 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 3234956 10406596608 23349 33554432000 1073741824 1073778376 140733595769296 140327956810952 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12741/tid=12771] ppid=12738 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/12741/task/12771/stat : 12771 (java) S 12738 12741 6721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 24 0 3235027 10406596608 23349 33554432000 1073741824 1073778376 140733595769296 140327953552296 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 10162692
heavy processes:

[startup+6.30114 s]
/proc/loadavg: 3.78 3.85 3.75 5/311 12792
/proc/meminfo: memFree=26408064/32872528 swapFree=8828/8828
[pid=12741] ppid=12738 vsize=10162692 CPUtime=7.69 cores=0-3,8-11
/proc/12741/stat : 12741 (java) S 12738 12741 6721 0 -1 4202496 25504 0 1 0 729 40 0 0 20 0 27 0 3234949 10406596608 54974 33554432000 1073741824 1073778376 140733595769296 140733595760432 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12741/statm: 2540673 54974 2287 9 0 2531350 0
[pid=12741/tid=12743] ppid=12738 vsize=10162692 CPUtime=0.24 cores=0-3,8-11
/proc/12741/task/12743/stat : 12743 (java) S 12738 12741 6721 0 -1 4202560 2464 0 1 0 22 2 0 0 20 0 27 0 3234951 10406596608 54974 33554432000 1073741824 1073778376 140733595769296 140328352146296 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12741/tid=12744] ppid=12738 vsize=10162692 CPUtime=0.03 cores=0-3,8-11
/proc/12741/task/12744/stat : 12744 (java) S 12738 12741 6721 0 -1 4202560 14 0 0 0 1 2 0 0 20 0 27 0 3234952 10406596608 54974 33554432000 1073741824 1073778376 140733595769296 140328330246568 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=12741/tid=12745] ppid=12738 vsize=10162692 CPUtime=0.02 cores=0-3,8-11
/proc/12741/task/12745/stat : 12745 (java) S 12738 12741 6721 0 -1 4202560 16 0 0 0 1 1 0 0 20 0 27 0 3234952 10406596608 54974 33554432000 1073741824 1073778376 140733595769296 140328329194024 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12741/tid=12746] ppid=12738 vsize=10162692 CPUtime=0.02 cores=0-3,8-11
/proc/12741/task/12746/stat : 12746 (java) S 12738 12741 6721 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 27 0 3234952 10406596608 54974 33554432000 1073741824 1073778376 140733595769296 140328328140968 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12741/tid=12747] ppid=12738 vsize=10162692 CPUtime=0.03 cores=0-3,8-11
/proc/12741/task/12747/stat : 12747 (java) S 12738 12741 6721 0 -1 4202560 24 0 0 0 1 2 0 0 20 0 27 0 3234952 10406596608 54974 33554432000 1073741824 1073778376 140733595769296 140328327088424 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12741/tid=12748] ppid=12738 vsize=10162692 CPUtime=0.04 cores=0-3,8-11
/proc/12741/task/12748/stat : 12748 (java) S 12738 12741 6721 0 -1 4202560 28 0 0 0 1 3 0 0 20 0 27 0 3234952 10406596608 54974 33554432000 1073741824 1073778376 140733595769296 140327990061992 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=12741/tid=12749] ppid=12738 vsize=10162692 CPUtime=0.02 cores=0-3,8-11
/proc/12741/task/12749/stat : 12749 (java) S 12738 12741 6721 0 -1 4202560 17 0 0 0 1 1 0 0 20 0 27 0 3234952 10406596608 54974 33554432000 1073741824 1073778376 140733595769296 140327989009448 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12741/tid=12750] ppid=12738 vsize=10162692 CPUtime=0.02 cores=0-3,8-11
/proc/12741/task/12750/stat : 12750 (java) S 12738 12741 6721 0 -1 4202560 19 0 0 0 0 2 0 0 20 0 27 0 3234952 10406596608 54974 33554432000 1073741824 1073778376 140733595769296 140327987956392 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12741/tid=12751] ppid=12738 vsize=10162692 CPUtime=0.02 cores=0-3,8-11
/proc/12741/task/12751/stat : 12751 (java) S 12738 12741 6721 0 -1 4202560 11 0 0 0 1 1 0 0 20 0 27 0 3234952 10406596608 54974 33554432000 1073741824 1073778376 140733595769296 140327986903848 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0

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

/proc/12741/task/12754/stat : 12754 (java) S 12738 12741 6721 0 -1 4202560 1826 0 0 0 64 39 0 0 20 0 27 0 3234952 10542919680 875853 33554432000 1073741824 1073778376 140733595769296 140327983745192 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=12741/tid=12755] ppid=12738 vsize=10295820 CPUtime=1.22 cores=0-3,8-11
/proc/12741/task/12755/stat : 12755 (java) S 12738 12741 6721 0 -1 4202560 2312 0 0 0 75 47 0 0 20 0 27 0 3234952 10542919680 875853 33554432000 1073741824 1073778376 140733595769296 140327982692648 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=12741/tid=12756] ppid=12738 vsize=10295820 CPUtime=1.25 cores=0-3,8-11
/proc/12741/task/12756/stat : 12756 (java) S 12738 12741 6721 0 -1 4202560 2084 0 0 0 77 48 0 0 20 0 27 0 3234952 10542919680 875853 33554432000 1073741824 1073778376 140733595769296 140327981640616 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=12741/tid=12757] ppid=12738 vsize=10295820 CPUtime=2.3 cores=0-3,8-11
/proc/12741/task/12757/stat : 12757 (java) R 12738 12741 6721 0 -1 4202560 1842 0 0 0 227 3 0 0 20 0 27 0 3234953 10542919680 875853 33554432000 1073741824 1073778376 140733595769296 140327964178184 140328356307313 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12741/tid=12758] ppid=12738 vsize=10295820 CPUtime=0 cores=0-3,8-11
/proc/12741/task/12758/stat : 12758 (java) S 12738 12741 6721 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 3234954 10542919680 875853 33554432000 1073741824 1073778376 140733595769296 140327963125240 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=12741/tid=12759] ppid=12738 vsize=10295820 CPUtime=0 cores=0-3,8-11
/proc/12741/task/12759/stat : 12759 (java) S 12738 12741 6721 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 27 0 3234954 10542919680 875853 33554432000 1073741824 1073778376 140733595769296 140327962072584 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=12741/tid=12760] ppid=12738 vsize=10295820 CPUtime=0 cores=0-3,8-11
/proc/12741/task/12760/stat : 12760 (java) S 12738 12741 6721 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 27 0 3234956 10542919680 875853 33554432000 1073741824 1073778376 140733595769296 140327961020816 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=12741/tid=12761] ppid=12738 vsize=10295820 CPUtime=0.97 cores=0-3,8-11
/proc/12741/task/12761/stat : 12761 (java) S 12738 12741 6721 0 -1 4202560 6802 0 0 0 97 0 0 0 20 0 27 0 3234956 10542919680 875853 33554432000 1073741824 1073778376 140733595769296 140327959968184 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12741/tid=12762] ppid=12738 vsize=10295820 CPUtime=1.04 cores=0-3,8-11
/proc/12741/task/12762/stat : 12762 (java) S 12738 12741 6721 0 -1 4202560 14467 0 0 0 101 3 0 0 20 0 27 0 3234956 10542919680 875853 33554432000 1073741824 1073778376 140733595769296 140327958915128 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=12741/tid=12763] ppid=12738 vsize=10295820 CPUtime=0 cores=0-3,8-11
/proc/12741/task/12763/stat : 12763 (java) S 12738 12741 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 3234956 10542919680 875853 33554432000 1073741824 1073778376 140733595769296 140327957862776 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=12741/tid=12764] ppid=12738 vsize=10295820 CPUtime=0.3 cores=0-3,8-11
/proc/12741/task/12764/stat : 12764 (java) S 12738 12741 6721 0 -1 4202560 52 0 0 0 16 14 0 0 20 0 27 0 3234956 10542919680 875853 33554432000 1073741824 1073778376 140733595769296 140327956810952 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12741/tid=12796] ppid=12738 vsize=10295820 CPUtime=881.23 cores=0-3,8-11
/proc/12741/task/12796/stat : 12796 (java) S 12738 12741 6721 0 -1 4202560 124 0 0 0 88106 17 0 0 20 0 27 0 3236187 10542919680 875853 33554432000 1073741824 1073778376 140733595769296 140327954603288 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12741/tid=12797] ppid=12738 vsize=10295820 CPUtime=881.22 cores=0-3,8-11
/proc/12741/task/12797/stat : 12797 (java) S 12738 12741 6721 0 -1 4202560 1120 0 0 0 88086 36 0 0 20 0 27 0 3236187 10542919680 875853 33554432000 1073741824 1073778376 140733595769296 140327955655384 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=12741/tid=12938] ppid=12738 vsize=10295820 CPUtime=0 cores=0-3,8-11
/proc/12741/task/12938/stat : 12938 (java) S 12738 12741 6721 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 27 0 3324860 10542919680 875853 33554432000 1073741824 1073778376 140733595769296 140327951446760 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=12741/tid=12939] ppid=12738 vsize=10295820 CPUtime=0 cores=0-3,8-11
/proc/12741/task/12939/stat : 12939 (java) S 12738 12741 6721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 3324860 10542919680 875853 33554432000 1073741824 1073778376 140733595769296 140327950393736 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 1803
Current children cumulated vsize (KiB) 10295820

[startup+900.201 s]
/proc/loadavg: 4.11 4.06 3.94 4/311 12939
/proc/meminfo: memFree=21755564/32872528 swapFree=8828/8828
[pid=12741] ppid=12738 vsize=10295820 CPUtime=1803.2 cores=0-3,8-11
/proc/12741/stat : 12741 (java) S 12738 12741 6721 0 -1 4202496 54484 0 1 0 179606 714 0 0 20 0 27 0 3234949 10542919680 875853 33554432000 1073741824 1073778376 140733595769296 140733595760432 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12741/statm: 2573955 875853 2295 9 0 2564632 0
[pid=12741/tid=12743] ppid=12738 vsize=10295820 CPUtime=0.28 cores=0-3,8-11
/proc/12741/task/12743/stat : 12743 (java) S 12738 12741 6721 0 -1 4202560 2473 0 1 0 25 3 0 0 20 0 27 0 3234951 10542919680 875853 33554432000 1073741824 1073778376 140733595769296 140328352146008 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=12741/tid=12744] ppid=12738 vsize=10295820 CPUtime=1.26 cores=0-3,8-11
/proc/12741/task/12744/stat : 12744 (java) S 12738 12741 6721 0 -1 4202560 2450 0 0 0 72 54 0 0 20 0 27 0 3234952 10542919680 875853 33554432000 1073741824 1073778376 140733595769296 140328330246568 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12741/tid=12745] ppid=12738 vsize=10295820 CPUtime=1.15 cores=0-3,8-11
/proc/12741/task/12745/stat : 12745 (java) S 12738 12741 6721 0 -1 4202560 2002 0 0 0 70 45 0 0 20 0 27 0 3234952 10542919680 875853 33554432000 1073741824 1073778376 140733595769296 140328329194024 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=12741/tid=12746] ppid=12738 vsize=10295820 CPUtime=1.24 cores=0-3,8-11
/proc/12741/task/12746/stat : 12746 (java) S 12738 12741 6721 0 -1 4202560 1950 0 0 0 69 55 0 0 20 0 27 0 3234952 10542919680 875853 33554432000 1073741824 1073778376 140733595769296 140328328140968 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=12741/tid=12747] ppid=12738 vsize=10295820 CPUtime=0.99 cores=0-3,8-11
/proc/12741/task/12747/stat : 12747 (java) S 12738 12741 6721 0 -1 4202560 1510 0 0 0 60 39 0 0 20 0 27 0 3234952 10542919680 875853 33554432000 1073741824 1073778376 140733595769296 140328327088424 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=12741/tid=12748] ppid=12738 vsize=10295820 CPUtime=1.24 cores=0-3,8-11
/proc/12741/task/12748/stat : 12748 (java) S 12738 12741 6721 0 -1 4202560 1735 0 0 0 72 52 0 0 20 0 27 0 3234952 10542919680 875853 33554432000 1073741824 1073778376 140733595769296 140327990061992 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12741/tid=12749] ppid=12738 vsize=10295820 CPUtime=1.36 cores=0-3,8-11
/proc/12741/task/12749/stat : 12749 (java) S 12738 12741 6721 0 -1 4202560 1811 0 0 0 77 59 0 0 20 0 27 0 3234952 10542919680 875853 33554432000 1073741824 1073778376 140733595769296 140327989009448 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12741/tid=12750] ppid=12738 vsize=10295820 CPUtime=1.05 cores=0-3,8-11
/proc/12741/task/12750/stat : 12750 (java) S 12738 12741 6721 0 -1 4202560 1759 0 0 0 60 45 0 0 20 0 27 0 3234952 10542919680 875853 33554432000 1073741824 1073778376 140733595769296 140327987956392 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12741/tid=12751] ppid=12738 vsize=10295820 CPUtime=1.2 cores=0-3,8-11
/proc/12741/task/12751/stat : 12751 (java) S 12738 12741 6721 0 -1 4202560 1601 0 0 0 71 49 0 0 20 0 27 0 3234952 10542919680 875853 33554432000 1073741824 1073778376 140733595769296 140327986903848 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=12741/tid=12752] ppid=12738 vsize=10295820 CPUtime=1.22 cores=0-3,8-11
/proc/12741/task/12752/stat : 12752 (java) S 12738 12741 6721 0 -1 4202560 1936 0 0 0 72 50 0 0 20 0 27 0 3234952 10542919680 875853 33554432000 1073741824 1073778376 140733595769296 140327985850792 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12741/tid=12753] ppid=12738 vsize=10295820 CPUtime=1.28 cores=0-3,8-11
/proc/12741/task/12753/stat : 12753 (java) S 12738 12741 6721 0 -1 4202560 2356 0 0 0 73 55 0 0 20 0 27 0 3234952 10542919680 875853 33554432000 1073741824 1073778376 140733595769296 140327984798248 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=12741/tid=12754] ppid=12738 vsize=10295820 CPUtime=1.03 cores=0-3,8-11
/proc/12741/task/12754/stat : 12754 (java) S 12738 12741 6721 0 -1 4202560 1826 0 0 0 64 39 0 0 20 0 27 0 3234952 10542919680 875853 33554432000 1073741824 1073778376 140733595769296 140327983745192 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=12741/tid=12755] ppid=12738 vsize=10295820 CPUtime=1.22 cores=0-3,8-11
/proc/12741/task/12755/stat : 12755 (java) S 12738 12741 6721 0 -1 4202560 2312 0 0 0 75 47 0 0 20 0 27 0 3234952 10542919680 875853 33554432000 1073741824 1073778376 140733595769296 140327982692648 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=12741/tid=12756] ppid=12738 vsize=10295820 CPUtime=1.25 cores=0-3,8-11
/proc/12741/task/12756/stat : 12756 (java) S 12738 12741 6721 0 -1 4202560 2084 0 0 0 77 48 0 0 20 0 27 0 3234952 10542919680 875853 33554432000 1073741824 1073778376 140733595769296 140327981640616 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=12741/tid=12757] ppid=12738 vsize=10295820 CPUtime=2.5 cores=0-3,8-11
/proc/12741/task/12757/stat : 12757 (java) R 12738 12741 6721 0 -1 4202560 1842 0 0 0 247 3 0 0 20 0 27 0 3234953 10542919680 875853 33554432000 1073741824 1073778376 140733595769296 140327964178184 216808309084 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12741/tid=12758] ppid=12738 vsize=10295820 CPUtime=0 cores=0-3,8-11
/proc/12741/task/12758/stat : 12758 (java) S 12738 12741 6721 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 3234954 10542919680 875853 33554432000 1073741824 1073778376 140733595769296 140327963125240 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=12741/tid=12759] ppid=12738 vsize=10295820 CPUtime=0 cores=0-3,8-11
/proc/12741/task/12759/stat : 12759 (java) S 12738 12741 6721 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 27 0 3234954 10542919680 875853 33554432000 1073741824 1073778376 140733595769296 140327962072584 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=12741/tid=12760] ppid=12738 vsize=10295820 CPUtime=0 cores=0-3,8-11
/proc/12741/task/12760/stat : 12760 (java) S 12738 12741 6721 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 27 0 3234956 10542919680 875853 33554432000 1073741824 1073778376 140733595769296 140327961020816 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=12741/tid=12761] ppid=12738 vsize=10295820 CPUtime=0.97 cores=0-3,8-11
/proc/12741/task/12761/stat : 12761 (java) S 12738 12741 6721 0 -1 4202560 6802 0 0 0 97 0 0 0 20 0 27 0 3234956 10542919680 875853 33554432000 1073741824 1073778376 140733595769296 140327959968184 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12741/tid=12762] ppid=12738 vsize=10295820 CPUtime=1.04 cores=0-3,8-11
/proc/12741/task/12762/stat : 12762 (java) S 12738 12741 6721 0 -1 4202560 14467 0 0 0 101 3 0 0 20 0 27 0 3234956 10542919680 875853 33554432000 1073741824 1073778376 140733595769296 140327958915128 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=12741/tid=12763] ppid=12738 vsize=10295820 CPUtime=0 cores=0-3,8-11
/proc/12741/task/12763/stat : 12763 (java) S 12738 12741 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 3234956 10542919680 875853 33554432000 1073741824 1073778376 140733595769296 140327957862776 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=12741/tid=12764] ppid=12738 vsize=10295820 CPUtime=0.31 cores=0-3,8-11
/proc/12741/task/12764/stat : 12764 (java) S 12738 12741 6721 0 -1 4202560 52 0 0 0 16 15 0 0 20 0 27 0 3234956 10542919680 875853 33554432000 1073741824 1073778376 140733595769296 140327956810952 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12741/tid=12796] ppid=12738 vsize=10295820 CPUtime=881.23 cores=0-3,8-11
/proc/12741/task/12796/stat : 12796 (java) S 12738 12741 6721 0 -1 4202560 124 0 0 0 88106 17 0 0 20 0 27 0 3236187 10542919680 875853 33554432000 1073741824 1073778376 140733595769296 140327954603288 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12741/tid=12797] ppid=12738 vsize=10295820 CPUtime=881.22 cores=0-3,8-11
/proc/12741/task/12797/stat : 12797 (java) S 12738 12741 6721 0 -1 4202560 1120 0 0 0 88086 36 0 0 20 0 27 0 3236187 10542919680 875853 33554432000 1073741824 1073778376 140733595769296 140327955655384 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=12741/tid=12938] ppid=12738 vsize=10295820 CPUtime=0 cores=0-3,8-11
/proc/12741/task/12938/stat : 12938 (java) S 12738 12741 6721 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 27 0 3324860 10542919680 875853 33554432000 1073741824 1073778376 140733595769296 140327951446760 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=12741/tid=12939] ppid=12738 vsize=10295820 CPUtime=0 cores=0-3,8-11
/proc/12741/task/12939/stat : 12939 (java) S 12738 12741 6721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 3324860 10542919680 875853 33554432000 1073741824 1073778376 140733595769296 140327950393736 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 1803.2
Current children cumulated vsize (KiB) 10295820

[startup+900.301 s]
/proc/loadavg: 4.11 4.06 3.94 4/311 12939
/proc/meminfo: memFree=21755564/32872528 swapFree=8828/8828
[pid=12741] ppid=12738 vsize=10295820 CPUtime=1803.3 cores=0-3,8-11
/proc/12741/stat : 12741 (java) S 12738 12741 6721 0 -1 4202496 54484 0 1 0 179616 714 0 0 20 0 27 0 3234949 10542919680 875853 33554432000 1073741824 1073778376 140733595769296 140733595760432 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/12741/statm: 2573955 875853 2295 9 0 2564632 0
[pid=12741/tid=12743] ppid=12738 vsize=10295820 CPUtime=0.28 cores=0-3,8-11
/proc/12741/task/12743/stat : 12743 (java) S 12738 12741 6721 0 -1 4202560 2473 0 1 0 25 3 0 0 20 0 27 0 3234951 10542919680 875853 33554432000 1073741824 1073778376 140733595769296 140328352146008 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=12741/tid=12744] ppid=12738 vsize=10295820 CPUtime=1.26 cores=0-3,8-11
/proc/12741/task/12744/stat : 12744 (java) S 12738 12741 6721 0 -1 4202560 2450 0 0 0 72 54 0 0 20 0 27 0 3234952 10542919680 875853 33554432000 1073741824 1073778376 140733595769296 140328330246568 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12741/tid=12745] ppid=12738 vsize=10295820 CPUtime=1.15 cores=0-3,8-11
/proc/12741/task/12745/stat : 12745 (java) S 12738 12741 6721 0 -1 4202560 2002 0 0 0 70 45 0 0 20 0 27 0 3234952 10542919680 875853 33554432000 1073741824 1073778376 140733595769296 140328329194024 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=12741/tid=12746] ppid=12738 vsize=10295820 CPUtime=1.24 cores=0-3,8-11
/proc/12741/task/12746/stat : 12746 (java) S 12738 12741 6721 0 -1 4202560 1950 0 0 0 69 55 0 0 20 0 27 0 3234952 10542919680 875853 33554432000 1073741824 1073778376 140733595769296 140328328140968 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=12741/tid=12747] ppid=12738 vsize=10295820 CPUtime=0.99 cores=0-3,8-11
/proc/12741/task/12747/stat : 12747 (java) S 12738 12741 6721 0 -1 4202560 1510 0 0 0 60 39 0 0 20 0 27 0 3234952 10542919680 875853 33554432000 1073741824 1073778376 140733595769296 140328327088424 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=12741/tid=12748] ppid=12738 vsize=10295820 CPUtime=1.24 cores=0-3,8-11
/proc/12741/task/12748/stat : 12748 (java) S 12738 12741 6721 0 -1 4202560 1735 0 0 0 72 52 0 0 20 0 27 0 3234952 10542919680 875853 33554432000 1073741824 1073778376 140733595769296 140327990061992 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12741/tid=12749] ppid=12738 vsize=10295820 CPUtime=1.36 cores=0-3,8-11
/proc/12741/task/12749/stat : 12749 (java) S 12738 12741 6721 0 -1 4202560 1811 0 0 0 77 59 0 0 20 0 27 0 3234952 10542919680 875853 33554432000 1073741824 1073778376 140733595769296 140327989009448 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12741/tid=12750] ppid=12738 vsize=10295820 CPUtime=1.05 cores=0-3,8-11
/proc/12741/task/12750/stat : 12750 (java) S 12738 12741 6721 0 -1 4202560 1759 0 0 0 60 45 0 0 20 0 27 0 3234952 10542919680 875853 33554432000 1073741824 1073778376 140733595769296 140327987956392 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12741/tid=12751] ppid=12738 vsize=10295820 CPUtime=1.2 cores=0-3,8-11
/proc/12741/task/12751/stat : 12751 (java) S 12738 12741 6721 0 -1 4202560 1601 0 0 0 71 49 0 0 20 0 27 0 3234952 10542919680 875853 33554432000 1073741824 1073778376 140733595769296 140327986903848 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=12741/tid=12752] ppid=12738 vsize=10295820 CPUtime=1.22 cores=0-3,8-11
/proc/12741/task/12752/stat : 12752 (java) S 12738 12741 6721 0 -1 4202560 1936 0 0 0 72 50 0 0 20 0 27 0 3234952 10542919680 875853 33554432000 1073741824 1073778376 140733595769296 140327985850792 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12741/tid=12753] ppid=12738 vsize=10295820 CPUtime=1.28 cores=0-3,8-11
/proc/12741/task/12753/stat : 12753 (java) S 12738 12741 6721 0 -1 4202560 2356 0 0 0 73 55 0 0 20 0 27 0 3234952 10542919680 875853 33554432000 1073741824 1073778376 140733595769296 140327984798248 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=12741/tid=12754] ppid=12738 vsize=10295820 CPUtime=1.03 cores=0-3,8-11
/proc/12741/task/12754/stat : 12754 (java) S 12738 12741 6721 0 -1 4202560 1826 0 0 0 64 39 0 0 20 0 27 0 3234952 10542919680 875853 33554432000 1073741824 1073778376 140733595769296 140327983745192 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=12741/tid=12755] ppid=12738 vsize=10295820 CPUtime=1.22 cores=0-3,8-11
/proc/12741/task/12755/stat : 12755 (java) S 12738 12741 6721 0 -1 4202560 2312 0 0 0 75 47 0 0 20 0 27 0 3234952 10542919680 875853 33554432000 1073741824 1073778376 140733595769296 140327982692648 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=12741/tid=12756] ppid=12738 vsize=10295820 CPUtime=1.25 cores=0-3,8-11
/proc/12741/task/12756/stat : 12756 (java) S 12738 12741 6721 0 -1 4202560 2084 0 0 0 77 48 0 0 20 0 27 0 3234952 10542919680 875853 33554432000 1073741824 1073778376 140733595769296 140327981640616 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=12741/tid=12757] ppid=12738 vsize=10295820 CPUtime=2.6 cores=0-3,8-11
/proc/12741/task/12757/stat : 12757 (java) R 12738 12741 6721 0 -1 4202560 1842 0 0 0 257 3 0 0 20 0 27 0 3234953 10542919680 875853 33554432000 1073741824 1073778376 140733595769296 140327964178184 216808309076 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12741/tid=12758] ppid=12738 vsize=10295820 CPUtime=0 cores=0-3,8-11
/proc/12741/task/12758/stat : 12758 (java) S 12738 12741 6721 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 3234954 10542919680 875853 33554432000 1073741824 1073778376 140733595769296 140327963125240 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=12741/tid=12759] ppid=12738 vsize=10295820 CPUtime=0 cores=0-3,8-11
/proc/12741/task/12759/stat : 12759 (java) S 12738 12741 6721 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 27 0 3234954 10542919680 875853 33554432000 1073741824 1073778376 140733595769296 140327962072584 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=12741/tid=12760] ppid=12738 vsize=10295820 CPUtime=0 cores=0-3,8-11
/proc/12741/task/12760/stat : 12760 (java) S 12738 12741 6721 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 27 0 3234956 10542919680 875853 33554432000 1073741824 1073778376 140733595769296 140327961020816 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=12741/tid=12761] ppid=12738 vsize=10295820 CPUtime=0.97 cores=0-3,8-11
/proc/12741/task/12761/stat : 12761 (java) S 12738 12741 6721 0 -1 4202560 6802 0 0 0 97 0 0 0 20 0 27 0 3234956 10542919680 875853 33554432000 1073741824 1073778376 140733595769296 140327959968184 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12741/tid=12762] ppid=12738 vsize=10295820 CPUtime=1.04 cores=0-3,8-11
/proc/12741/task/12762/stat : 12762 (java) S 12738 12741 6721 0 -1 4202560 14467 0 0 0 101 3 0 0 20 0 27 0 3234956 10542919680 875853 33554432000 1073741824 1073778376 140733595769296 140327958915128 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=12741/tid=12763] ppid=12738 vsize=10295820 CPUtime=0 cores=0-3,8-11
/proc/12741/task/12763/stat : 12763 (java) S 12738 12741 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 3234956 10542919680 875853 33554432000 1073741824 1073778376 140733595769296 140327957862776 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=12741/tid=12764] ppid=12738 vsize=10295820 CPUtime=0.31 cores=0-3,8-11
/proc/12741/task/12764/stat : 12764 (java) S 12738 12741 6721 0 -1 4202560 52 0 0 0 16 15 0 0 20 0 27 0 3234956 10542919680 875853 33554432000 1073741824 1073778376 140733595769296 140327956810952 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12741/tid=12796] ppid=12738 vsize=10295820 CPUtime=881.23 cores=0-3,8-11
/proc/12741/task/12796/stat : 12796 (java) S 12738 12741 6721 0 -1 4202560 124 0 0 0 88106 17 0 0 20 0 27 0 3236187 10542919680 875853 33554432000 1073741824 1073778376 140733595769296 140327954603288 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12741/tid=12797] ppid=12738 vsize=10295820 CPUtime=881.22 cores=0-3,8-11
/proc/12741/task/12797/stat : 12797 (java) S 12738 12741 6721 0 -1 4202560 1120 0 0 0 88086 36 0 0 20 0 27 0 3236187 10542919680 875853 33554432000 1073741824 1073778376 140733595769296 140327955655384 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=12741/tid=12938] ppid=12738 vsize=10295820 CPUtime=0 cores=0-3,8-11
/proc/12741/task/12938/stat : 12938 (java) S 12738 12741 6721 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 27 0 3324860 10542919680 875853 33554432000 1073741824 1073778376 140733595769296 140327951446760 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=12741/tid=12939] ppid=12738 vsize=10295820 CPUtime=0 cores=0-3,8-11
/proc/12741/task/12939/stat : 12939 (java) S 12738 12741 6721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 3324860 10542919680 875853 33554432000 1073741824 1073778376 140733595769296 140327950393736 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 1803.3
Current children cumulated vsize (KiB) 10295820

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12741 and gives
#  childrusage.ru_utime.tv_sec=1791
#  childrusage.ru_utime.tv_usec=789606
#  childrusage.ru_stime.tv_sec=7
#  childrusage.ru_stime.tv_usec=622841
# CPU time returned by wait4() is 1799.41
# while last known CPU time is 1803.3
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 900.394
CPU time (s): 1803.3
CPU user time (s): 1796.16
CPU system time (s): 7.14
CPU usage (%): 200.279
Max. virtual memory (cumulated for all children) (KiB): 10295820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.79
system time used= 7.62284
maximum resident set size= 3576572
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54606
page faults= 1
swaps= 0
block input operations= 0
block output operations= 616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23615
involuntary context switches= 8608

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.95579 second user time and 9.57454 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-29 19:53:42
IDJOB=4118152
IDBENCH=111462
IDSOLVER=2543
FILE ID=node132/4118152-1467222821
RUNJOBID= node132-1467209088-6737
PBS_JOBID= 19997577
Free space on /tmp= 71536 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-graphpart_3pm-0344-0344.lin.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4118152-1467222821/watcher-4118152-1467222821 -o /tmp/evaluation-result-4118152-1467222821/solver-4118152-1467222821 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1467209088-6737 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4118152-1467222821.opb

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

MD5SUM BENCH= 47222bc89afb79796290e44229155eb6
RANDOM SEED=1091858009

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

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

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

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        26611188 kB
Buffers:          105180 kB
Cached:          3845940 kB
SwapCached:            0 kB
Active:          1612836 kB
Inactive:        3847824 kB
Active(anon):    1512460 kB
Inactive(anon):        0 kB
Active(file):     100376 kB
Inactive(file):  3847824 kB
Unevictable:        8828 kB
Mlocked:            8828 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               572 kB
Writeback:             0 kB
AnonPages:       1590416 kB
Mapped:            22308 kB
Shmem:               216 kB
Slab:             631100 kB
SReclaimable:      72052 kB
SUnreclaim:       559048 kB
KernelStack:        2616 kB
PageTables:         7808 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2087100 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1484800 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= 71536 MiB
End job on node132 at 2016-06-29 20:08:42