Trace number 4119469

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)6 1800.66 912.353

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-NLC/
minlplib2-pb-0.1.0/opb/normalized-edgecross14-019.opb
MD5SUM6349a302de8f5a326ac0d30f5c192ab1
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark145.013
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables183
Total number of constraints1457
Number of constraints which are clauses1456
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 231
Biggest coefficient in the objective function 49
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 519
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 49
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 519
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)145
Sum of products size (including duplicates)290
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.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-4119469-1467257003.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.23/0.28	c ... done. Wall clock time 0.166s.
0.23/0.28	c declared #vars     183
0.23/0.28	c internal #vars     328
0.23/0.28	c #constraints  1748
0.23/0.29	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.23/0.29	c constraints type 
0.23/0.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1601
0.23/0.29	c org.sat4j.specs.Constr$1 => 1
0.23/0.29	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.23/0.29	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 145
0.23/0.29	c 1748 constraints processed.
0.23/0.29	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.23/0.29	c constraints type 
0.23/0.29	c org.sat4j.specs.Constr$1 => 1
0.23/0.29	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1601
0.23/0.29	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.23/0.29	c org.sat4j.pb.constraints.pb.MaxWatchPb => 145
0.23/0.29	c 1748 constraints processed.
0.23/0.29	c objective function length is 231 literals
0.46/0.30	c And the winner is solver1
0.46/0.79	c SATISFIABLE
0.46/0.79	c OPTIMIZING...
0.46/0.79	c Got one! Elapsed wall clock time (in seconds):0.671
0.46/0.79	o 46
0.47/0.82	c And the winner is solver0
0.60/1.29	c Got one! Elapsed wall clock time (in seconds):1.174
0.60/1.29	o 42
0.61/1.30	c And the winner is solver0
0.66/1.80	c Got one! Elapsed wall clock time (in seconds):1.68
0.66/1.80	o 35
0.66/1.83	c And the winner is solver0
1.01/2.30	c Got one! Elapsed wall clock time (in seconds):2.183
1.01/2.30	o 34
1.01/2.31	c And the winner is solver0
1.08/2.80	c Got one! Elapsed wall clock time (in seconds):2.686
1.08/2.80	o 33
1.08/2.81	c And the winner is solver0
1.14/3.31	c Got one! Elapsed wall clock time (in seconds):3.188
1.14/3.31	o 32
1.14/3.31	c And the winner is solver0
1.16/3.81	c Got one! Elapsed wall clock time (in seconds):3.69
1.16/3.81	o 28
1.16/3.81	c And the winner is solver0
1.17/4.31	c Got one! Elapsed wall clock time (in seconds):4.192
1.17/4.31	o 27
1.17/4.31	c And the winner is solver0
1.18/4.81	c Got one! Elapsed wall clock time (in seconds):4.694
1.18/4.81	o 26
1.18/4.85	c And the winner is solver0
1.35/5.31	c Got one! Elapsed wall clock time (in seconds):5.195
1.35/5.31	o 25
1.35/5.32	c And the winner is solver0
1.45/5.81	c Got one! Elapsed wall clock time (in seconds):5.697
1.45/5.81	o 24
1.45/5.82	c And the winner is solver0
1.46/6.32	c Got one! Elapsed wall clock time (in seconds):6.198
1.46/6.32	o 23
1.46/6.32	c And the winner is solver0
1.46/6.82	c Got one! Elapsed wall clock time (in seconds):6.699
1.46/6.82	o 22
1.46/6.82	c And the winner is solver0
1.46/7.32	c Got one! Elapsed wall clock time (in seconds):7.2
1.46/7.32	o 21
1.46/7.32	c And the winner is solver0
1.47/7.82	c Got one! Elapsed wall clock time (in seconds):7.702
1.47/7.82	o 20
1.47/7.82	c And the winner is solver0
2.17/8.32	c Got one! Elapsed wall clock time (in seconds):8.203
2.17/8.32	o 19
2.17/8.32	c And the winner is solver0
2.17/8.82	c Got one! Elapsed wall clock time (in seconds):8.704
2.17/8.82	o 18
2.36/8.98	c And the winner is solver0
2.66/9.32	c Got one! Elapsed wall clock time (in seconds):9.206
2.66/9.32	o 17
3.11/9.55	c cleaning 3138 clauses out of 6278 with flag 9827/6278
4.11/9.92	c cleaning 4566 clauses out of 9140 with flag 28713/12278
4.94/10.33	c cleaning 5788 clauses out of 11575 with flag 47085/19279
6.00/10.83	c cleaning 6887 clauses out of 13787 with flag 68292/27279
7.27/11.47	c cleaning 7950 clauses out of 15900 with flag 91696/36279
8.74/12.15	c cleaning 8972 clauses out of 17949 with flag 115537/46278
10.14/12.90	c cleaning 9986 clauses out of 19978 with flag 142374/57279
10.52/13.05	c And the winner is solver0
10.68/13.33	c Got one! Elapsed wall clock time (in seconds):13.208
10.68/13.33	o 16
10.82/13.40	c And the winner is solver0
10.86/13.83	c Got one! Elapsed wall clock time (in seconds):13.709
10.86/13.83	o 15
10.86/13.85	c And the winner is solver0
10.92/14.33	c Got one! Elapsed wall clock time (in seconds):14.211
10.92/14.33	o 14
10.92/14.34	c And the winner is solver0
10.95/14.83	c Got one! Elapsed wall clock time (in seconds):14.712
10.95/14.83	o 13
11.10/14.91	c And the winner is solver0
11.18/15.33	c Got one! Elapsed wall clock time (in seconds):15.213
11.18/15.33	o 12
11.18/15.35	c And the winner is solver0
11.19/15.83	c Got one! Elapsed wall clock time (in seconds):15.714
11.19/15.83	o 11
11.19/15.85	c And the winner is solver0
11.21/16.33	c Got one! Elapsed wall clock time (in seconds):16.216
11.21/16.33	o 10
11.21/16.36	c And the winner is solver0
11.30/16.83	c Got one! Elapsed wall clock time (in seconds):16.717
11.30/16.83	o 9
11.30/16.85	c And the winner is solver0
11.36/17.34	c Got one! Elapsed wall clock time (in seconds):17.218
11.36/17.34	o 8
11.36/17.34	c And the winner is solver0
11.36/17.84	c Got one! Elapsed wall clock time (in seconds):17.72
11.36/17.84	o 7
11.46/17.91	c And the winner is solver0
11.52/18.34	c Got one! Elapsed wall clock time (in seconds):18.221
11.52/18.34	o 6
11.63/18.42	c cleaning 9087 clauses out of 18173 with flag 2356/65460
12.51/18.84	c cleaning 7543 clauses out of 15087 with flag 16401/71461
13.33/19.27	c cleaning 7272 clauses out of 14544 with flag 31845/78461
14.58/19.82	c cleaning 7636 clauses out of 15271 with flag 49491/86460
15.76/20.40	c cleaning 8316 clauses out of 16635 with flag 69818/95460
16.98/21.04	c cleaning 9160 clauses out of 18319 with flag 95627/105460
18.36/21.76	c cleaning 10080 clauses out of 20160 with flag 125987/116461
19.96/22.52	c cleaning 11039 clauses out of 22080 with flag 155997/128461
21.56/23.32	c cleaning 12015 clauses out of 24041 with flag 186036/141461
23.16/24.20	c cleaning 13011 clauses out of 26025 with flag 215718/155460
25.36/25.22	c cleaning 14006 clauses out of 28015 with flag 248540/170461
27.57/26.36	c cleaning 14999 clauses out of 30008 with flag 284692/186460
30.24/27.64	c cleaning 16001 clauses out of 32010 with flag 322918/203461
33.03/29.01	c cleaning 17001 clauses out of 34008 with flag 363519/221460
36.02/30.54	c cleaning 17999 clauses out of 36008 with flag 405854/240461
39.42/32.21	c cleaning 19001 clauses out of 38010 with flag 451224/260462
43.11/34.07	c cleaning 20002 clauses out of 40007 with flag 500241/281460
46.91/35.94	c cleaning 21001 clauses out of 42006 with flag 550540/303461
50.91/37.90	c cleaning 21996 clauses out of 44005 with flag 600779/326461
55.30/40.15	c cleaning 23002 clauses out of 46009 with flag 651643/350461
59.50/42.28	c cleaning 24002 clauses out of 48007 with flag 704417/375461
64.10/44.58	c cleaning 24998 clauses out of 50004 with flag 760273/401460
69.50/47.28	c cleaning 26001 clauses out of 52007 with flag 823151/428461
75.10/50.05	c cleaning 27003 clauses out of 54006 with flag 887138/456461
81.50/53.22	c cleaning 27998 clauses out of 56002 with flag 955831/485460
88.30/56.67	c cleaning 28997 clauses out of 58004 with flag 1021983/515460
94.90/59.96	c cleaning 30004 clauses out of 60008 with flag 1095652/546461
101.30/63.11	c cleaning 31002 clauses out of 62005 with flag 1168636/578462
107.69/66.39	c cleaning 31998 clauses out of 64004 with flag 1241651/611463
114.70/69.81	c cleaning 32997 clauses out of 66003 with flag 1316891/645460
122.21/73.59	c cleaning 34004 clauses out of 68007 with flag 1393481/680461
130.21/77.58	c cleaning 34998 clauses out of 70002 with flag 1471867/716460
138.41/81.69	c cleaning 35992 clauses out of 72004 with flag 1553015/753460
148.01/86.40	c cleaning 37004 clauses out of 74012 with flag 1643686/791460
158.22/91.57	c cleaning 38004 clauses out of 76008 with flag 1732636/830460
169.42/97.16	c cleaning 38999 clauses out of 78004 with flag 1830724/870460
180.62/102.70	c cleaning 40000 clauses out of 80006 with flag 1927228/911461
192.21/108.54	c cleaning 41002 clauses out of 82006 with flag 2026884/953461
203.81/114.39	c cleaning 41998 clauses out of 84004 with flag 2126760/996461
216.41/120.69	c cleaning 43004 clauses out of 86007 with flag 2222895/1040462
229.01/126.94	c cleaning 43997 clauses out of 88002 with flag 2328203/1085461
243.82/134.39	c cleaning 44996 clauses out of 90004 with flag 2437086/1131460
258.60/141.75	c cleaning 46004 clauses out of 92009 with flag 2546133/1178461
274.41/149.70	c cleaning 47000 clauses out of 94004 with flag 2662095/1226460
288.99/156.94	c cleaning 47995 clauses out of 96005 with flag 2775213/1275461
306.20/165.57	c cleaning 48998 clauses out of 98010 with flag 2891814/1325461
323.01/173.94	c cleaning 50004 clauses out of 100013 with flag 3008680/1376462
341.34/183.00	c cleaning 51001 clauses out of 102007 with flag 3135195/1428460
360.55/192.67	c cleaning 52000 clauses out of 104007 with flag 3264382/1481461
379.13/201.92	c cleaning 52999 clauses out of 106007 with flag 3397634/1535461
397.74/211.28	c cleaning 54002 clauses out of 108008 with flag 3520057/1590461
416.92/220.82	c cleaning 54999 clauses out of 110005 with flag 3644613/1646460
437.33/231.10	c cleaning 55998 clauses out of 112006 with flag 3775200/1703460
460.52/242.69	c cleaning 56997 clauses out of 114008 with flag 3903376/1761460
487.31/256.08	c cleaning 57996 clauses out of 116011 with flag 4035795/1820460
511.32/268.09	c cleaning 59003 clauses out of 118015 with flag 4171188/1880460
532.32/278.59	c cleaning 60002 clauses out of 120012 with flag 4308364/1941460
553.32/289.04	c cleaning 61002 clauses out of 122011 with flag 4449126/2003461
577.92/301.40	c cleaning 61999 clauses out of 124009 with flag 4587045/2066461
602.72/313.75	c cleaning 62997 clauses out of 126010 with flag 4726162/2130461
629.33/327.01	c cleaning 64001 clauses out of 128013 with flag 4870633/2195461
656.52/340.69	c cleaning 65004 clauses out of 130012 with flag 5017619/2261461
686.92/355.87	c cleaning 66004 clauses out of 132008 with flag 5180341/2328461
714.92/369.83	c cleaning 67001 clauses out of 134005 with flag 5337350/2396462
744.31/384.59	c cleaning 67999 clauses out of 136003 with flag 5502890/2465461
775.32/400.08	c cleaning 68997 clauses out of 138003 with flag 5676230/2535460
804.73/414.72	c cleaning 69999 clauses out of 140006 with flag 5839287/2606460
836.51/430.65	c cleaning 71003 clauses out of 142007 with flag 5999558/2678460
868.53/446.64	c cleaning 71996 clauses out of 144004 with flag 6165325/2751460
907.12/465.91	c cleaning 73000 clauses out of 146010 with flag 6345880/2825462
939.14/481.94	c cleaning 74000 clauses out of 148008 with flag 6520461/2900460
978.32/501.43	c cleaning 74997 clauses out of 150008 with flag 6707850/2976460
1018.12/521.33	c cleaning 76001 clauses out of 152011 with flag 6881445/3053460
1062.33/543.50	c cleaning 77004 clauses out of 154011 with flag 7063650/3131461
1097.33/560.96	c cleaning 78002 clauses out of 156007 with flag 7246227/3210461
1138.53/581.58	c cleaning 78998 clauses out of 158005 with flag 7421223/3290461
1181.72/603.17	c cleaning 79999 clauses out of 160007 with flag 7608915/3371461
1227.73/626.19	c cleaning 80997 clauses out of 162007 with flag 7809098/3453460
1276.52/650.56	c cleaning 81999 clauses out of 164011 with flag 7997484/3536461
1325.72/675.11	c cleaning 83001 clauses out of 166012 with flag 8198450/3620461
1381.32/702.96	c cleaning 84000 clauses out of 168012 with flag 8387989/3705462
1427.54/726.09	c cleaning 85003 clauses out of 170010 with flag 8592652/3791460
1474.32/749.42	c cleaning 85999 clauses out of 172008 with flag 8803953/3878461
1533.32/778.96	c cleaning 86999 clauses out of 174008 with flag 9026748/3966460
1581.09/802.82	c cleaning 88001 clauses out of 176011 with flag 9246333/4055462
1634.89/829.78	c cleaning 89000 clauses out of 178008 with flag 9452608/4145460
1692.88/858.74	c cleaning 89998 clauses out of 180008 with flag 9676356/4236460
1755.28/889.97	c cleaning 91004 clauses out of 182012 with flag 9899034/4328462
1800.06/912.30	c >>>>>>>>>> Solver number 0 (28 answers) <<<<<<<<<<<<<<<<<<
1800.06/912.30	c starts		: 6301
1800.06/912.30	c conflicts		: 4405957
1800.06/912.30	c decisions		: 4676816
1800.06/912.30	c propagations		: 71021908
1800.06/912.30	c inspects		: 14866014598
1800.06/912.30	c shortcuts		: 0
1800.06/912.30	c learnt literals	: 0
1800.06/912.30	c learnt binary clauses	: 0
1800.06/912.30	c learnt ternary clauses	: 357
1800.06/912.30	c learnt constraints	: 4405957
1800.06/912.30	c ignored constraints	: 0
1800.06/912.30	c root simplifications	: 0
1800.06/912.30	c removed literals (reason simplification)	: 131720762
1800.06/912.30	c reason swapping (by a shorter reason)	: 0
1800.06/912.30	c Calls to reduceDB	: 95
1800.06/912.30	c Number of update (reduction) of LBD	: 51652
1800.06/912.30	c Imported unit clauses	: 0
1800.06/912.30	c number of reductions to clauses (during analyze)	: 0
1800.06/912.30	c number of learned constraints concerned by reduction	: 0
1800.06/912.30	c number of learning phase by resolution	: 0
1800.06/912.30	c number of learning phase by cutting planes	: 0
1800.06/912.30	c speed (assignments/second)	: 77916.76229553159
1800.06/912.30	c non guided choices	768
1800.06/912.33	c learnt constraints type 
1800.06/912.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 168503
1800.06/912.33	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
1800.06/912.33	c starts		: 40
1800.06/912.33	c conflicts		: 1808
1800.06/912.33	c decisions		: 3488
1800.06/912.33	c propagations		: 46149
1800.06/912.33	c inspects		: 11216878
1800.06/912.33	c shortcuts		: 0
1800.06/912.33	c learnt literals	: 0
1800.06/912.33	c learnt binary clauses	: 0
1800.06/912.33	c learnt ternary clauses	: 1
1800.06/912.33	c learnt constraints	: 1798
1800.06/912.33	c ignored constraints	: 0
1800.06/912.33	c root simplifications	: 0
1800.06/912.33	c removed literals (reason simplification)	: 0
1800.06/912.33	c reason swapping (by a shorter reason)	: 0
1800.06/912.33	c Calls to reduceDB	: 0
1800.06/912.33	c Number of update (reduction) of LBD	: 0
1800.06/912.33	c Imported unit clauses	: 0
1800.06/912.33	c number of reductions to clauses (during analyze)	: 0
1800.06/912.33	c number of learned constraints concerned by reduction	: 0
1800.06/912.33	c number of learning phase by resolution	: 0
1800.06/912.33	c number of learning phase by cutting planes	: 0
1800.06/912.33	c speed (assignments/second)	: 51.62138278951666
1800.06/912.33	c non guided choices	52
1800.06/912.33	c learnt constraints type 
1800.06/912.33	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 10
1800.06/912.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1788
1800.06/912.33	s SATISFIABLE
1800.06/912.33	c Found 29 solution(s)
1800.06/912.33	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 
1800.06/912.33	c objective function=6
1800.06/912.33	c Total wall clock time (in seconds): 912.215

Verifier Data

OK	6

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

pid=13520
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 4.00 4.02 4.02 4/197 13523
/proc/meminfo: memFree=25187132/32872528 swapFree=7620/7620
[pid=13523] ppid=13520 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/13523/stat : 13523 (java) R 13520 13523 8968 0 -1 4202496 495 0 0 0 0 0 0 0 20 0 1 0 6596432 9515008 150 33554432000 1073741824 1073778376 140734893485152 140734893482280 218238084432 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13523/statm: 2323 158 117 9 0 71 0

[startup+0.100059 s]
/proc/loadavg: 4.00 4.02 4.02 4/197 13523
/proc/meminfo: memFree=25187132/32872528 swapFree=7620/7620
[pid=13523] ppid=13520 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/13523/stat : 13523 (java) S 13520 13523 8968 0 -1 4202496 4400 0 1 0 8 1 0 0 20 0 18 0 6596432 9787879424 6029 33554432000 1073741824 1073778376 140734893485152 140734893476288 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13523/statm: 2389619 6029 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200213 s]
/proc/loadavg: 4.00 4.02 4.02 4/197 13523
/proc/meminfo: memFree=25187132/32872528 swapFree=7620/7620
[pid=13523] ppid=13520 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/13523/stat : 13523 (java) S 13520 13523 8968 0 -1 4202496 4672 0 1 0 22 1 0 0 20 0 18 0 6596432 9787879424 7271 33554432000 1073741824 1073778376 140734893485152 140734893476288 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13523/statm: 2389619 7271 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300217 s]
/proc/loadavg: 4.00 4.02 4.02 4/197 13523
/proc/meminfo: memFree=25187132/32872528 swapFree=7620/7620
[pid=13523] ppid=13520 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/13523/stat : 13523 (java) S 13520 13523 8968 0 -1 4202496 5413 0 1 0 45 1 0 0 20 0 22 0 6596432 10060525568 9323 33554432000 1073741824 1073778376 140734893485152 140734893476288 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13523/statm: 2456183 9323 2239 9 0 2446860 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9824732

[startup+0.700238 s]
/proc/loadavg: 4.00 4.02 4.02 4/197 13523
/proc/meminfo: memFree=25187132/32872528 swapFree=7620/7620
[pid=13523] ppid=13520 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/13523/stat : 13523 (java) S 13520 13523 8968 0 -1 4202496 5415 0 1 0 45 1 0 0 20 0 19 0 6596432 10060525568 9315 33554432000 1073741824 1073778376 140734893485152 140734893476288 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13523/statm: 2456183 9315 2241 9 0 2446860 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9824732

[startup+1.50083 s]
/proc/loadavg: 4.00 4.02 4.02 3/216 13548
/proc/meminfo: memFree=25149104/32872528 swapFree=7620/7620
[pid=13523] ppid=13520 vsize=9824732 CPUtime=0.66 cores=0,2,4,6
/proc/13523/stat : 13523 (java) S 13520 13523 8968 0 -1 4202496 7305 0 1 0 63 3 0 0 20 0 19 0 6596432 10060525568 12593 33554432000 1073741824 1073778376 140734893485152 140734893476288 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13523/statm: 2456183 12593 2251 9 0 2446860 0
[pid=13523/tid=13525] ppid=13520 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/13523/task/13525/stat : 13525 (java) S 13520 13523 8968 0 -1 4202560 2423 0 1 0 25 1 0 0 20 0 19 0 6596433 10060525568 12593 33554432000 1073741824 1073778376 140734893485152 140350645396344 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13523/tid=13526] ppid=13520 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13523/task/13526/stat : 13526 (java) S 13520 13523 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6596434 10060525568 12593 33554432000 1073741824 1073778376 140734893485152 140350606887592 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13523/tid=13527] ppid=13520 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13523/task/13527/stat : 13527 (java) S 13520 13523 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6596434 10060525568 12593 33554432000 1073741824 1073778376 140734893485152 140350488308520 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13523/tid=13528] ppid=13520 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13523/task/13528/stat : 13528 (java) S 13520 13523 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6596434 10060525568 12593 33554432000 1073741824 1073778376 140734893485152 140350487255976 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13523/tid=13529] ppid=13520 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13523/task/13529/stat : 13529 (java) S 13520 13523 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6596434 10060525568 12593 33554432000 1073741824 1073778376 140734893485152 140350486203432 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13523/tid=13530] ppid=13520 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13523/task/13530/stat : 13530 (java) S 13520 13523 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6596434 10060525568 12593 33554432000 1073741824 1073778376 140734893485152 140350485149864 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13523/tid=13531] ppid=13520 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13523/task/13531/stat : 13531 (java) S 13520 13523 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6596434 10060525568 12593 33554432000 1073741824 1073778376 140734893485152 140350484097320 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13523/tid=13532] ppid=13520 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13523/task/13532/stat : 13532 (java) S 13520 13523 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6596434 10060525568 12593 33554432000 1073741824 1073778376 140734893485152 140350483044776 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13523/tid=13533] ppid=13520 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13523/task/13533/stat : 13533 (java) S 13520 13523 8968 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 6596434 10060525568 12593 33554432000 1073741824 1073778376 140734893485152 140350481992232 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13523/tid=13534] ppid=13520 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13523/task/13534/stat : 13534 (java) S 13520 13523 8968 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 6596435 10060525568 12593 33554432000 1073741824 1073778376 140734893485152 140349999663720 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13523/tid=13535] ppid=13520 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13523/task/13535/stat : 13535 (java) S 13520 13523 8968 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 6596436 10060525568 12593 33554432000 1073741824 1073778376 140734893485152 140349998610040 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13523/tid=13536] ppid=13520 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13523/task/13536/stat : 13536 (java) S 13520 13523 8968 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 6596436 10060525568 12593 33554432000 1073741824 1073778376 140734893485152 140349997557384 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13523/tid=13537] ppid=13520 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13523/task/13537/stat : 13537 (java) S 13520 13523 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6596438 10060525568 12593 33554432000 1073741824 1073778376 140734893485152 140349996506128 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13523/tid=13538] ppid=13520 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/13523/task/13538/stat : 13538 (java) S 13520 13523 8968 0 -1 4202560 1913 0 0 0 15 0 0 0 20 0 19 0 6596438 10060525568 12593 33554432000 1073741824 1073778376 140734893485152 140349995452472 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13523/tid=13539] ppid=13520 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/13523/task/13539/stat : 13539 (java) S 13520 13523 8968 0 -1 4202560 1621 0 0 0 15 0 0 0 20 0 19 0 6596438 10060525568 12593 33554432000 1073741824 1073778376 140734893485152 140349994399928 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13523/tid=13540] ppid=13520 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13523/task/13540/stat : 13540 (java) S 13520 13523 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6596438 10060525568 12593 33554432000 1073741824 1073778376 140734893485152 140349993347576 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13523/tid=13541] ppid=13520 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13523/task/13541/stat : 13541 (java) S 13520 13523 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6596438 10060525568 12593 33554432000 1073741824 1073778376 140734893485152 140349992295240 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13523/tid=13548] ppid=13520 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13523/task/13548/stat : 13548 (java) S 13520 13523 8968 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 6596512 10060525568 12593 33554432000 1073741824 1073778376 140734893485152 140349988082728 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 9824732

[startup+3.10082 s]
/proc/loadavg: 4.00 4.02 4.02 3/216 13554
/proc/meminfo: memFree=25128400/32872528 swapFree=7620/7620
[pid=13523] ppid=13520 vsize=9824732 CPUtime=1.14 cores=0,2,4,6
/proc/13523/stat : 13523 (java) S 13520 13523 8968 0 -1 4202496 12889 0 1 0 108 6 0 0 20 0 19 0 6596432 10060525568 18856 33554432000 1073741824 1073778376 140734893485152 140734893476288 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13523/statm: 2456183 18856 2256 9 0 2446860 0
[pid=13523/tid=13525] ppid=13520 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/13523/task/13525/stat : 13525 (java) S 13520 13523 8968 0 -1 4202560 2424 0 1 0 26 1 0 0 20 0 19 0 6596433 10060525568 18856 33554432000 1073741824 1073778376 140734893485152 140350645396344 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13523/tid=13526] ppid=13520 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13523/task/13526/stat : 13526 (java) S 13520 13523 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6596434 10060525568 18856 33554432000 1073741824 1073778376 140734893485152 140350606887592 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13523/tid=13527] ppid=13520 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13523/task/13527/stat : 13527 (java) S 13520 13523 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6596434 10060525568 18856 33554432000 1073741824 1073778376 140734893485152 140350488308520 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13523/tid=13528] ppid=13520 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13523/task/13528/stat : 13528 (java) S 13520 13523 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6596434 10060525568 18856 33554432000 1073741824 1073778376 140734893485152 140350487255976 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13523/tid=13529] ppid=13520 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13523/task/13529/stat : 13529 (java) S 13520 13523 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6596434 10060525568 18856 33554432000 1073741824 1073778376 140734893485152 140350486203432 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13523/tid=13530] ppid=13520 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13523/task/13530/stat : 13530 (java) S 13520 13523 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6596434 10060525568 18856 33554432000 1073741824 1073778376 140734893485152 140350485149864 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13523/tid=13531] ppid=13520 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13523/task/13531/stat : 13531 (java) S 13520 13523 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6596434 10060525568 18856 33554432000 1073741824 1073778376 140734893485152 140350484097320 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13523/tid=13532] ppid=13520 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13523/task/13532/stat : 13532 (java) S 13520 13523 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6596434 10060525568 18856 33554432000 1073741824 1073778376 140734893485152 140350483044776 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13523/tid=13533] ppid=13520 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13523/task/13533/stat : 13533 (java) S 13520 13523 8968 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 6596434 10060525568 18856 33554432000 1073741824 1073778376 140734893485152 140350481992232 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13523/tid=13534] ppid=13520 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13523/task/13534/stat : 13534 (java) S 13520 13523 8968 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 6596435 10060525568 18856 33554432000 1073741824 1073778376 140734893485152 140349999663720 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13523/tid=13535] ppid=13520 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13523/task/13535/stat : 13535 (java) S 13520 13523 8968 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 6596436 10060525568 18856 33554432000 1073741824 1073778376 140734893485152 140349998610040 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13523/tid=13536] ppid=13520 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13523/task/13536/stat : 13536 (java) S 13520 13523 8968 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 6596436 10060525568 18856 33554432000 1073741824 1073778376 140734893485152 140349997557384 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13523/tid=13537] ppid=13520 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13523/task/13537/stat : 13537 (java) S 13520 13523 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6596438 10060525568 18856 33554432000 1073741824 1073778376 140734893485152 140349996506128 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13523/tid=13538] ppid=13520 vsize=9824732 CPUtime=0.49 cores=0,2,4,6
/proc/13523/task/13538/stat : 13538 (java) S 13520 13523 8968 0 -1 4202560 6770 0 0 0 49 0 0 0 20 0 19 0 6596438 10060525568 18856 33554432000 1073741824 1073778376 140734893485152 140349995452472 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13523/tid=13539] ppid=13520 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/13523/task/13539/stat : 13539 (java) S 13520 13523 8968 0 -1 4202560 2321 0 0 0 23 0 0 0 20 0 19 0 6596438 10060525568 18856 33554432000 1073741824 1073778376 140734893485152 140349994399928 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13523/tid=13540] ppid=13520 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13523/task/13540/stat : 13540 (java) S 13520 13523 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6596438 10060525568 18856 33554432000 1073741824 1073778376 140734893485152 140349993347576 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13523/tid=13541] ppid=13520 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13523/task/13541/stat : 13541 (java) S 13520 13523 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6596438 10060525568 18856 33554432000 1073741824 1073778376 140734893485152 140349992295240 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13523/tid=13548] ppid=13520 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13523/task/13548/stat : 13548 (java) S 13520 13523 8968 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 6596512 10060525568 18856 33554432000 1073741824 1073778376 140734893485152 140349988082728 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 9824732
heavy processes:

[startup+6.30082 s]
/proc/loadavg: 3.84 3.99 4.01 3/215 13575
/proc/meminfo: memFree=25063896/32872528 swapFree=7620/7620
[pid=13523] ppid=13520 vsize=9824732 CPUtime=1.46 cores=0,2,4,6
/proc/13523/stat : 13523 (java) S 13520 13523 8968 0 -1 4202496 14537 0 1 0 137 9 0 0 20 0 19 0 6596432 10060525568 24973 33554432000 1073741824 1073778376 140734893485152 140734893476288 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13523/statm: 2456183 24973 2261 9 0 2446860 0
[pid=13523/tid=13525] ppid=13520 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/13523/task/13525/stat : 13525 (java) S 13520 13523 8968 0 -1 4202560 2426 0 1 0 27 1 0 0 20 0 19 0 6596433 10060525568 24973 33554432000 1073741824 1073778376 140734893485152 140350645396344 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13523/tid=13526] ppid=13520 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13523/task/13526/stat : 13526 (java) S 13520 13523 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6596434 10060525568 24973 33554432000 1073741824 1073778376 140734893485152 140350606887592 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13523/tid=13527] ppid=13520 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13523/task/13527/stat : 13527 (java) S 13520 13523 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6596434 10060525568 24973 33554432000 1073741824 1073778376 140734893485152 140350488308520 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13523/tid=13528] ppid=13520 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13523/task/13528/stat : 13528 (java) S 13520 13523 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6596434 10060525568 24973 33554432000 1073741824 1073778376 140734893485152 140350487255976 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13523/tid=13529] ppid=13520 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13523/task/13529/stat : 13529 (java) S 13520 13523 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6596434 10060525568 24973 33554432000 1073741824 1073778376 140734893485152 140350486203432 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13523/tid=13530] ppid=13520 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13523/task/13530/stat : 13530 (java) S 13520 13523 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6596434 10060525568 24973 33554432000 1073741824 1073778376 140734893485152 140350485149864 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13523/tid=13531] ppid=13520 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13523/task/13531/stat : 13531 (java) S 13520 13523 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6596434 10060525568 24973 33554432000 1073741824 1073778376 140734893485152 140350484097320 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13523/tid=13532] ppid=13520 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13523/task/13532/stat : 13532 (java) S 13520 13523 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6596434 10060525568 24973 33554432000 1073741824 1073778376 140734893485152 140350483044776 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13523/tid=13533] ppid=13520 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13523/task/13533/stat : 13533 (java) S 13520 13523 8968 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 6596434 10060525568 24973 33554432000 1073741824 1073778376 140734893485152 140350481992232 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13523/tid=13534] ppid=13520 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13523/task/13534/stat : 13534 (java) S 13520 13523 8968 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 6596435 10060525568 24973 33554432000 1073741824 1073778376 140734893485152 140349999663720 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13523/tid=13535] ppid=13520 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13523/task/13535/stat : 13535 (java) S 13520 13523 8968 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 6596436 10060525568 24973 33554432000 1073741824 1073778376 140734893485152 140349998610040 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13523/tid=13536] ppid=13520 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13523/task/13536/stat : 13536 (java) S 13520 13523 8968 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 6596436 10060525568 24973 33554432000 1073741824 1073778376 140734893485152 140349997557384 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13523/tid=13537] ppid=13520 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13523/task/13537/stat : 13537 (java) S 13520 13523 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6596438 10060525568 24973 33554432000 1073741824 1073778376 140734893485152 140349996506128 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13523/tid=13538] ppid=13520 vsize=9824732 CPUtime=0.63 cores=0,2,4,6
/proc/13523/task/13538/stat : 13538 (java) S 13520 13523 8968 0 -1 4202560 8059 0 0 0 63 0 0 0 20 0 19 0 6596438 10060525568 24973 33554432000 1073741824 1073778376 140734893485152 140349995452472 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13523/tid=13539] ppid=13520 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/13523/task/13539/stat : 13539 (java) S 13520 13523 8968 0 -1 4202560 2602 0 0 0 30 0 0 0 20 0 19 0 6596438 10060525568 24973 33554432000 1073741824 1073778376 140734893485152 140349994399928 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13523/tid=13540] ppid=13520 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13523/task/13540/stat : 13540 (java) S 13520 13523 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6596438 10060525568 24973 33554432000 1073741824 1073778376 140734893485152 140349993347576 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13523/tid=13541] ppid=13520 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13523/task/13541/stat : 13541 (java) S 13520 13523 8968 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 6596438 10060525568 24973 33554432000 1073741824 1073778376 140734893485152 140349992295240 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13523/tid=13548] ppid=13520 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13523/task/13548/stat : 13548 (java) S 13520 13523 8968 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 6596512 10060525568 24973 33554432000 1073741824 1073778376 140734893485152 140349988082728 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 9824732

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


[startup+882.308 s]
/proc/loadavg: 4.01 4.00 4.00 5/219 13748
/proc/meminfo: memFree=22414428/32872528 swapFree=7620/7620
[pid=13523] ppid=13520 vsize=9824732 CPUtime=1740.08 cores=0,2,4,6
/proc/13523/stat : 13523 (java) S 13520 13523 8968 0 -1 4202496 29327 0 1 0 173845 163 0 0 20 0 22 0 6596432 10060525568 770822 33554432000 1073741824 1073778376 140734893485152 140734893476288 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13523/statm: 2456183 770822 2296 9 0 2446860 0
[pid=13523/tid=13525] ppid=13520 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/13523/task/13525/stat : 13525 (java) S 13520 13523 8968 0 -1 4202560 2427 0 1 0 32 2 0 0 20 0 22 0 6596433 10060525568 770822 33554432000 1073741824 1073778376 140734893485152 140350645396344 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13523/tid=13526] ppid=13520 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/13523/task/13526/stat : 13526 (java) S 13520 13523 8968 0 -1 4202560 389 0 0 0 19 12 0 0 20 0 22 0 6596434 10060525568 770822 33554432000 1073741824 1073778376 140734893485152 140350606887592 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13523/tid=13527] ppid=13520 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/13523/task/13527/stat : 13527 (java) S 13520 13523 8968 0 -1 4202560 263 0 0 0 15 8 0 0 20 0 22 0 6596434 10060525568 770822 33554432000 1073741824 1073778376 140734893485152 140350488308520 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13523/tid=13528] ppid=13520 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/13523/task/13528/stat : 13528 (java) S 13520 13523 8968 0 -1 4202560 356 0 0 0 18 10 0 0 20 0 22 0 6596434 10060525568 770822 33554432000 1073741824 1073778376 140734893485152 140350487255976 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13523/tid=13529] ppid=13520 vsize=9824732 CPUtime=0.38 cores=0,2,4,6
/proc/13523/task/13529/stat : 13529 (java) S 13520 13523 8968 0 -1 4202560 337 0 0 0 26 12 0 0 20 0 22 0 6596434 10060525568 770822 33554432000 1073741824 1073778376 140734893485152 140350486203432 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13523/tid=13530] ppid=13520 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/13523/task/13530/stat : 13530 (java) S 13520 13523 8968 0 -1 4202560 358 0 0 0 19 8 0 0 20 0 22 0 6596434 10060525568 770822 33554432000 1073741824 1073778376 140734893485152 140350485149864 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13523/tid=13531] ppid=13520 vsize=9824732 CPUtime=0.4 cores=0,2,4,6
/proc/13523/task/13531/stat : 13531 (java) S 13520 13523 8968 0 -1 4202560 295 0 0 0 27 13 0 0 20 0 22 0 6596434 10060525568 770822 33554432000 1073741824 1073778376 140734893485152 140350484097320 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13523/tid=13532] ppid=13520 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/13523/task/13532/stat : 13532 (java) S 13520 13523 8968 0 -1 4202560 305 0 0 0 17 8 0 0 20 0 22 0 6596434 10060525568 770822 33554432000 1073741824 1073778376 140734893485152 140350483044776 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13523/tid=13533] ppid=13520 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/13523/task/13533/stat : 13533 (java) S 13520 13523 8968 0 -1 4202560 348 0 0 0 24 10 0 0 20 0 22 0 6596434 10060525568 770822 33554432000 1073741824 1073778376 140734893485152 140350481992232 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13523/tid=13534] ppid=13520 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/13523/task/13534/stat : 13534 (java) S 13520 13523 8968 0 -1 4202560 1430 0 0 0 25 9 0 0 20 0 22 0 6596435 10060525568 770822 33554432000 1073741824 1073778376 140734893485152 140349999663720 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13523/tid=13535] ppid=13520 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13523/task/13535/stat : 13535 (java) S 13520 13523 8968 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 6596436 10060525568 770822 33554432000 1073741824 1073778376 140734893485152 140349998610040 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13523/tid=13536] ppid=13520 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13523/task/13536/stat : 13536 (java) S 13520 13523 8968 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 22 0 6596436 10060525568 770822 33554432000 1073741824 1073778376 140734893485152 140349997557384 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13523/tid=13537] ppid=13520 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13523/task/13537/stat : 13537 (java) S 13520 13523 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6596438 10060525568 770822 33554432000 1073741824 1073778376 140734893485152 140349996506128 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13523/tid=13538] ppid=13520 vsize=9824732 CPUtime=1.19 cores=0,2,4,6
/proc/13523/task/13538/stat : 13538 (java) S 13520 13523 8968 0 -1 4202560 10524 0 0 0 117 2 0 0 20 0 22 0 6596438 10060525568 770822 33554432000 1073741824 1073778376 140734893485152 140349995452472 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13523/tid=13539] ppid=13520 vsize=9824732 CPUtime=0.89 cores=0,2,4,6
/proc/13523/task/13539/stat : 13539 (java) S 13520 13523 8968 0 -1 4202560 9523 0 0 0 87 2 0 0 20 0 22 0 6596438 10060525568 770822 33554432000 1073741824 1073778376 140734893485152 140349994399928 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13523/tid=13540] ppid=13520 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13523/task/13540/stat : 13540 (java) S 13520 13523 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6596438 10060525568 770822 33554432000 1073741824 1073778376 140734893485152 140349993347576 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13523/tid=13541] ppid=13520 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/13523/task/13541/stat : 13541 (java) S 13520 13523 8968 0 -1 4202560 52 0 0 0 16 14 0 0 20 0 22 0 6596438 10060525568 770822 33554432000 1073741824 1073778376 140734893485152 140349992295240 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13523/tid=13548] ppid=13520 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13523/task/13548/stat : 13548 (java) S 13520 13523 8968 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 6596512 10060525568 770822 33554432000 1073741824 1073778376 140734893485152 140349988082728 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13523/tid=13716] ppid=13520 vsize=9824732 CPUtime=863.04 cores=0,2,4,6
/proc/13523/task/13716/stat : 13716 (java) R 13520 13523 8968 0 -1 4202560 189 0 0 0 86285 19 0 0 20 0 22 0 6598267 10060525568 770822 33554432000 1073741824 1073778376 140734893485152 140349989126160 140350488953291 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13523/tid=13717] ppid=13520 vsize=9824732 CPUtime=863.15 cores=0,2,4,6
/proc/13523/task/13717/stat : 13717 (java) R 13520 13523 8968 0 -1 4202560 759 0 0 0 86279 36 0 0 20 0 22 0 6598267 10060525568 770822 33554432000 1073741824 1073778376 140734893485152 140349990185616 140350489319979 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13523/tid=13718] ppid=13520 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13523/task/13718/stat : 13718 (java) S 13520 13523 8968 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 6598267 10060525568 770822 33554432000 1073741824 1073778376 140734893485152 140349991241128 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1740.08
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+912.301 s]
/proc/loadavg: 4.01 4.00 4.00 5/219 13748
/proc/meminfo: memFree=22414308/32872528 swapFree=7620/7620
[pid=13523] ppid=13520 vsize=9824732 CPUtime=1800.06 cores=0,2,4,6
/proc/13523/stat : 13523 (java) S 13520 13523 8968 0 -1 4202496 29329 0 1 0 179842 164 0 0 20 0 22 0 6596432 10060525568 770822 33554432000 1073741824 1073778376 140734893485152 140734893476288 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13523/statm: 2456183 770822 2296 9 0 2446860 0
[pid=13523/tid=13525] ppid=13520 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/13523/task/13525/stat : 13525 (java) S 13520 13523 8968 0 -1 4202560 2427 0 1 0 32 2 0 0 20 0 22 0 6596433 10060525568 770822 33554432000 1073741824 1073778376 140734893485152 140350645396344 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13523/tid=13526] ppid=13520 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/13523/task/13526/stat : 13526 (java) S 13520 13523 8968 0 -1 4202560 389 0 0 0 19 12 0 0 20 0 22 0 6596434 10060525568 770822 33554432000 1073741824 1073778376 140734893485152 140350606887592 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13523/tid=13527] ppid=13520 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/13523/task/13527/stat : 13527 (java) S 13520 13523 8968 0 -1 4202560 263 0 0 0 15 8 0 0 20 0 22 0 6596434 10060525568 770822 33554432000 1073741824 1073778376 140734893485152 140350488308520 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13523/tid=13528] ppid=13520 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/13523/task/13528/stat : 13528 (java) S 13520 13523 8968 0 -1 4202560 356 0 0 0 18 10 0 0 20 0 22 0 6596434 10060525568 770822 33554432000 1073741824 1073778376 140734893485152 140350487255976 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13523/tid=13529] ppid=13520 vsize=9824732 CPUtime=0.38 cores=0,2,4,6
/proc/13523/task/13529/stat : 13529 (java) S 13520 13523 8968 0 -1 4202560 337 0 0 0 26 12 0 0 20 0 22 0 6596434 10060525568 770822 33554432000 1073741824 1073778376 140734893485152 140350486203432 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13523/tid=13530] ppid=13520 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/13523/task/13530/stat : 13530 (java) S 13520 13523 8968 0 -1 4202560 358 0 0 0 19 8 0 0 20 0 22 0 6596434 10060525568 770822 33554432000 1073741824 1073778376 140734893485152 140350485149864 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13523/tid=13531] ppid=13520 vsize=9824732 CPUtime=0.4 cores=0,2,4,6
/proc/13523/task/13531/stat : 13531 (java) S 13520 13523 8968 0 -1 4202560 295 0 0 0 27 13 0 0 20 0 22 0 6596434 10060525568 770822 33554432000 1073741824 1073778376 140734893485152 140350484097320 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13523/tid=13532] ppid=13520 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/13523/task/13532/stat : 13532 (java) S 13520 13523 8968 0 -1 4202560 305 0 0 0 17 8 0 0 20 0 22 0 6596434 10060525568 770822 33554432000 1073741824 1073778376 140734893485152 140350483044776 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13523/tid=13533] ppid=13520 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/13523/task/13533/stat : 13533 (java) S 13520 13523 8968 0 -1 4202560 348 0 0 0 24 10 0 0 20 0 22 0 6596434 10060525568 770822 33554432000 1073741824 1073778376 140734893485152 140350481992232 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13523/tid=13534] ppid=13520 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/13523/task/13534/stat : 13534 (java) S 13520 13523 8968 0 -1 4202560 1430 0 0 0 25 9 0 0 20 0 22 0 6596435 10060525568 770822 33554432000 1073741824 1073778376 140734893485152 140349999663720 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13523/tid=13535] ppid=13520 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13523/task/13535/stat : 13535 (java) S 13520 13523 8968 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 6596436 10060525568 770822 33554432000 1073741824 1073778376 140734893485152 140349998610040 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13523/tid=13536] ppid=13520 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13523/task/13536/stat : 13536 (java) S 13520 13523 8968 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 22 0 6596436 10060525568 770822 33554432000 1073741824 1073778376 140734893485152 140349997557384 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13523/tid=13537] ppid=13520 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13523/task/13537/stat : 13537 (java) S 13520 13523 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6596438 10060525568 770822 33554432000 1073741824 1073778376 140734893485152 140349996506128 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13523/tid=13538] ppid=13520 vsize=9824732 CPUtime=1.19 cores=0,2,4,6
/proc/13523/task/13538/stat : 13538 (java) S 13520 13523 8968 0 -1 4202560 10524 0 0 0 117 2 0 0 20 0 22 0 6596438 10060525568 770822 33554432000 1073741824 1073778376 140734893485152 140349995452472 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13523/tid=13539] ppid=13520 vsize=9824732 CPUtime=0.89 cores=0,2,4,6
/proc/13523/task/13539/stat : 13539 (java) S 13520 13523 8968 0 -1 4202560 9523 0 0 0 87 2 0 0 20 0 22 0 6596438 10060525568 770822 33554432000 1073741824 1073778376 140734893485152 140349994399928 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13523/tid=13540] ppid=13520 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13523/task/13540/stat : 13540 (java) S 13520 13523 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6596438 10060525568 770822 33554432000 1073741824 1073778376 140734893485152 140349993347576 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13523/tid=13541] ppid=13520 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/13523/task/13541/stat : 13541 (java) S 13520 13523 8968 0 -1 4202560 54 0 0 0 17 15 0 0 20 0 22 0 6596438 10060525568 770822 33554432000 1073741824 1073778376 140734893485152 140349992295240 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13523/tid=13548] ppid=13520 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13523/task/13548/stat : 13548 (java) S 13520 13523 8968 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 6596512 10060525568 770822 33554432000 1073741824 1073778376 140734893485152 140349988082728 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13523/tid=13716] ppid=13520 vsize=9824732 CPUtime=893.02 cores=0,2,4,6
/proc/13523/task/13716/stat : 13716 (java) R 13520 13523 8968 0 -1 4202560 189 0 0 0 89282 20 0 0 20 0 22 0 6598267 10060525568 770822 33554432000 1073741824 1073778376 140734893485152 140349989126160 140350488902903 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13523/tid=13717] ppid=13520 vsize=9824732 CPUtime=893.14 cores=0,2,4,6
/proc/13523/task/13717/stat : 13717 (java) R 13520 13523 8968 0 -1 4202560 759 0 0 0 89278 36 0 0 20 0 22 0 6598267 10060525568 770822 33554432000 1073741824 1073778376 140734893485152 140349990185616 140350489105604 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13523/tid=13718] ppid=13520 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13523/task/13718/stat : 13718 (java) S 13520 13523 8968 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 6598267 10060525568 770822 33554432000 1073741824 1073778376 140734893485152 140349991241128 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9824732

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 13523 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+912.301 s]
/proc/loadavg: 4.01 4.00 4.00 5/219 13748
/proc/meminfo: memFree=22414308/32872528 swapFree=7620/7620
[pid=13523] ppid=13520 vsize=9824732 CPUtime=1800.06 cores=0,2,4,6
/proc/13523/stat : 13523 (java) S 13520 13523 8968 0 -1 4202496 29329 0 1 0 179842 164 0 0 20 0 22 0 6596432 10060525568 770822 33554432000 1073741824 1073778376 140734893485152 140734893476288 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13523/statm: 2456183 770822 2296 9 0 2446860 0
[pid=13523/tid=13525] ppid=13520 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/13523/task/13525/stat : 13525 (java) S 13520 13523 8968 0 -1 4202560 2427 0 1 0 32 2 0 0 20 0 22 0 6596433 10060525568 770822 33554432000 1073741824 1073778376 140734893485152 140350645396344 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13523/tid=13526] ppid=13520 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/13523/task/13526/stat : 13526 (java) S 13520 13523 8968 0 -1 4202560 389 0 0 0 19 12 0 0 20 0 22 0 6596434 10060525568 770822 33554432000 1073741824 1073778376 140734893485152 140350606887592 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13523/tid=13527] ppid=13520 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/13523/task/13527/stat : 13527 (java) S 13520 13523 8968 0 -1 4202560 263 0 0 0 15 8 0 0 20 0 22 0 6596434 10060525568 770822 33554432000 1073741824 1073778376 140734893485152 140350488308520 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13523/tid=13528] ppid=13520 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/13523/task/13528/stat : 13528 (java) S 13520 13523 8968 0 -1 4202560 356 0 0 0 18 10 0 0 20 0 22 0 6596434 10060525568 770822 33554432000 1073741824 1073778376 140734893485152 140350487255976 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13523/tid=13529] ppid=13520 vsize=9824732 CPUtime=0.38 cores=0,2,4,6
/proc/13523/task/13529/stat : 13529 (java) S 13520 13523 8968 0 -1 4202560 337 0 0 0 26 12 0 0 20 0 22 0 6596434 10060525568 770822 33554432000 1073741824 1073778376 140734893485152 140350486203432 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13523/tid=13530] ppid=13520 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/13523/task/13530/stat : 13530 (java) S 13520 13523 8968 0 -1 4202560 358 0 0 0 19 8 0 0 20 0 22 0 6596434 10060525568 770822 33554432000 1073741824 1073778376 140734893485152 140350485149864 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13523/tid=13531] ppid=13520 vsize=9824732 CPUtime=0.4 cores=0,2,4,6
/proc/13523/task/13531/stat : 13531 (java) S 13520 13523 8968 0 -1 4202560 295 0 0 0 27 13 0 0 20 0 22 0 6596434 10060525568 770822 33554432000 1073741824 1073778376 140734893485152 140350484097320 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13523/tid=13532] ppid=13520 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/13523/task/13532/stat : 13532 (java) S 13520 13523 8968 0 -1 4202560 305 0 0 0 17 8 0 0 20 0 22 0 6596434 10060525568 770822 33554432000 1073741824 1073778376 140734893485152 140350483044776 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13523/tid=13533] ppid=13520 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/13523/task/13533/stat : 13533 (java) S 13520 13523 8968 0 -1 4202560 348 0 0 0 24 10 0 0 20 0 22 0 6596434 10060525568 770822 33554432000 1073741824 1073778376 140734893485152 140350481992232 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13523/tid=13534] ppid=13520 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/13523/task/13534/stat : 13534 (java) S 13520 13523 8968 0 -1 4202560 1430 0 0 0 25 9 0 0 20 0 22 0 6596435 10060525568 770822 33554432000 1073741824 1073778376 140734893485152 140349999663720 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13523/tid=13535] ppid=13520 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13523/task/13535/stat : 13535 (java) S 13520 13523 8968 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 6596436 10060525568 770822 33554432000 1073741824 1073778376 140734893485152 140349998610040 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13523/tid=13536] ppid=13520 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13523/task/13536/stat : 13536 (java) S 13520 13523 8968 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 22 0 6596436 10060525568 770822 33554432000 1073741824 1073778376 140734893485152 140349997557384 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13523/tid=13537] ppid=13520 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13523/task/13537/stat : 13537 (java) S 13520 13523 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6596438 10060525568 770822 33554432000 1073741824 1073778376 140734893485152 140349996506128 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13523/tid=13538] ppid=13520 vsize=9824732 CPUtime=1.19 cores=0,2,4,6
/proc/13523/task/13538/stat : 13538 (java) S 13520 13523 8968 0 -1 4202560 10524 0 0 0 117 2 0 0 20 0 22 0 6596438 10060525568 770822 33554432000 1073741824 1073778376 140734893485152 140349995452472 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13523/tid=13539] ppid=13520 vsize=9824732 CPUtime=0.89 cores=0,2,4,6
/proc/13523/task/13539/stat : 13539 (java) S 13520 13523 8968 0 -1 4202560 9523 0 0 0 87 2 0 0 20 0 22 0 6596438 10060525568 770822 33554432000 1073741824 1073778376 140734893485152 140349994399928 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13523/tid=13540] ppid=13520 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13523/task/13540/stat : 13540 (java) S 13520 13523 8968 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 6596438 10060525568 770822 33554432000 1073741824 1073778376 140734893485152 140349993347576 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13523/tid=13541] ppid=13520 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/13523/task/13541/stat : 13541 (java) S 13520 13523 8968 0 -1 4202560 54 0 0 0 17 15 0 0 20 0 22 0 6596438 10060525568 770822 33554432000 1073741824 1073778376 140734893485152 140349992295240 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13523/tid=13548] ppid=13520 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13523/task/13548/stat : 13548 (java) S 13520 13523 8968 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 6596512 10060525568 770822 33554432000 1073741824 1073778376 140734893485152 140349988082728 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13523/tid=13716] ppid=13520 vsize=9824732 CPUtime=893.02 cores=0,2,4,6
/proc/13523/task/13716/stat : 13716 (java) R 13520 13523 8968 0 -1 4202560 189 0 0 0 89282 20 0 0 20 0 22 0 6598267 10060525568 770822 33554432000 1073741824 1073778376 140734893485152 140349989126160 140350488902903 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13523/tid=13717] ppid=13520 vsize=9824732 CPUtime=893.14 cores=0,2,4,6
/proc/13523/task/13717/stat : 13717 (java) R 13520 13523 8968 0 -1 4202560 759 0 0 0 89278 36 0 0 20 0 22 0 6598267 10060525568 770822 33554432000 1073741824 1073778376 140734893485152 140349990185616 140350489105604 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13523/tid=13718] ppid=13520 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13523/task/13718/stat : 13718 (java) S 13520 13523 8968 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 6598267 10060525568 770822 33554432000 1073741824 1073778376 140734893485152 140349991241128 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 912.353
CPU time (s): 1800.66
CPU user time (s): 1798.56
CPU system time (s): 2.10168
CPU usage (%): 197.364
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.56
system time used= 2.10168
maximum resident set size= 3083420
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29372
page faults= 1
swaps= 0
block input operations= 0
block output operations= 568
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22563
involuntary context switches= 12789

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.09207 second user time and 7.11592 second system time

The end

Launcher Data

Begin job on node106 at 2016-06-30 05:23:23
IDJOB=4119469
IDBENCH=111738
IDSOLVER=2543
FILE ID=node106/4119469-1467257003
RUNJOBID= node106-1467248675-9331
PBS_JOBID= 20004477
Free space on /tmp= 71748 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-edgecross14-019.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119469-1467257003/watcher-4119469-1467257003 -o /tmp/evaluation-result-4119469-1467257003/solver-4119469-1467257003 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1467248675-9331 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4119469-1467257003.opb

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

MD5SUM BENCH= 6349a302de8f5a326ac0d30f5c192ab1
RANDOM SEED=1476269900

node106.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.495
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	: 5332.99
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.495
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.56
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.495
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.495
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.495
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.56
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.495
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.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		: 2666.495
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.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		: 2666.495
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:        25187932 kB
Buffers:           42332 kB
Cached:          2860824 kB
SwapCached:            0 kB
Active:          6196932 kB
Inactive:         683136 kB
Active(anon):    3963336 kB
Inactive(anon):    16068 kB
Active(file):    2233596 kB
Inactive(file):   667068 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               832 kB
Writeback:             0 kB
AnonPages:       4127436 kB
Mapped:            23548 kB
Shmem:               204 kB
Slab:             623988 kB
SReclaimable:      67256 kB
SUnreclaim:       556732 kB
KernelStack:        1808 kB
PageTables:        11544 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4368168 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4032512 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= 71748 MiB
End job on node106 at 2016-06-30 05:38:36