Trace number 4118584

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.03 912.574

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/
minlplib2-pb-0.1.0/opb/normalized-edgecross14-019.lin.opb
MD5SUM71abf2434aba1ed4ee11516d329b2b0f
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, 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 benchmark4.67329
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables328
Total number of constraints1747
Number of constraints which are clauses1601
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints145
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)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.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.08	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization by upper bound
0.10/0.12	c ManyCore solver with 2 solvers running in parallel
0.10/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Glucose 2.1 dynamic restart strategy
0.10/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-4118584-1467234251.opb
0.10/0.12	c reading problem ... 
0.10/0.12	c  objective function found
0.46/0.30	c ... done. Wall clock time 0.184s.
0.46/0.30	c declared #vars     328
0.46/0.30	c #constraints  1748
0.46/0.30	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.46/0.30	c constraints type 
0.46/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1601
0.46/0.30	c org.sat4j.specs.Constr$1 => 1
0.46/0.30	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.46/0.30	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 145
0.46/0.30	c 1748 constraints processed.
0.46/0.30	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.46/0.30	c constraints type 
0.46/0.30	c org.sat4j.specs.Constr$1 => 1
0.46/0.30	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1601
0.46/0.30	c org.sat4j.pb.constraints.pb.MaxWatchPb => 145
0.46/0.30	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.46/0.30	c 1748 constraints processed.
0.46/0.30	c objective function length is 231 literals
0.46/0.32	c And the winner is solver0
0.49/0.81	c SATISFIABLE
0.49/0.81	c OPTIMIZING...
0.49/0.81	c Got one! Elapsed wall clock time (in seconds):0.69
0.49/0.81	o 46
0.49/0.83	c And the winner is solver0
0.63/1.31	c Got one! Elapsed wall clock time (in seconds):1.194
0.63/1.31	o 42
0.63/1.32	c And the winner is solver0
0.74/1.82	c Got one! Elapsed wall clock time (in seconds):1.699
0.74/1.82	o 35
0.74/1.85	c And the winner is solver0
1.15/2.32	c Got one! Elapsed wall clock time (in seconds):2.202
1.15/2.32	o 34
1.15/2.32	c And the winner is solver0
1.18/2.82	c Got one! Elapsed wall clock time (in seconds):2.704
1.18/2.82	o 33
1.18/2.83	c And the winner is solver0
1.20/3.32	c Got one! Elapsed wall clock time (in seconds):3.207
1.20/3.32	o 32
1.20/3.33	c And the winner is solver0
1.20/3.82	c Got one! Elapsed wall clock time (in seconds):3.708
1.20/3.82	o 27
1.20/3.83	c And the winner is solver0
1.21/4.33	c Got one! Elapsed wall clock time (in seconds):4.21
1.21/4.33	o 26
1.21/4.38	c And the winner is solver0
1.41/4.83	c Got one! Elapsed wall clock time (in seconds):4.712
1.41/4.83	o 25
1.41/4.83	c And the winner is solver0
1.42/5.33	c Got one! Elapsed wall clock time (in seconds):5.213
1.42/5.33	o 24
1.42/5.33	c And the winner is solver0
1.51/5.83	c Got one! Elapsed wall clock time (in seconds):5.715
1.51/5.83	o 23
1.51/5.84	c And the winner is solver0
1.52/6.33	c Got one! Elapsed wall clock time (in seconds):6.216
1.52/6.33	o 22
1.52/6.34	c And the winner is solver0
1.52/6.83	c Got one! Elapsed wall clock time (in seconds):6.717
1.52/6.83	o 21
1.52/6.84	c And the winner is solver0
1.53/7.33	c Got one! Elapsed wall clock time (in seconds):7.219
1.53/7.33	o 20
1.53/7.34	c And the winner is solver0
1.57/7.84	c Got one! Elapsed wall clock time (in seconds):7.72
1.57/7.84	o 19
1.57/7.84	c And the winner is solver0
1.61/8.34	c Got one! Elapsed wall clock time (in seconds):8.221
1.61/8.34	o 18
2.22/8.52	c And the winner is solver0
2.27/8.84	c Got one! Elapsed wall clock time (in seconds):8.722
2.27/8.84	o 17
2.50/8.91	c And the winner is solver0
2.62/9.34	c Got one! Elapsed wall clock time (in seconds):9.223
2.62/9.34	o 16
2.62/9.38	c And the winner is solver0
2.73/9.84	c Got one! Elapsed wall clock time (in seconds):9.725
2.73/9.84	o 15
2.73/9.86	c And the winner is solver0
2.79/10.34	c Got one! Elapsed wall clock time (in seconds):10.226
2.79/10.34	o 14
2.79/10.35	c And the winner is solver0
2.80/10.84	c Got one! Elapsed wall clock time (in seconds):10.727
2.80/10.84	o 13
2.80/10.87	c And the winner is solver0
2.88/11.34	c Got one! Elapsed wall clock time (in seconds):11.228
2.88/11.34	o 12
2.88/11.35	c And the winner is solver0
2.89/11.85	c Got one! Elapsed wall clock time (in seconds):11.729
2.89/11.85	o 11
2.89/11.85	c And the winner is solver0
2.90/12.35	c Got one! Elapsed wall clock time (in seconds):12.23
2.90/12.35	o 10
2.90/12.38	c And the winner is solver0
2.98/12.85	c Got one! Elapsed wall clock time (in seconds):12.731
2.98/12.85	o 9
2.98/12.86	c And the winner is solver0
3.02/13.35	c Got one! Elapsed wall clock time (in seconds):13.232
3.02/13.35	o 8
3.02/13.35	c And the winner is solver0
3.02/13.85	c Got one! Elapsed wall clock time (in seconds):13.733
3.02/13.85	o 7
3.14/13.94	c cleaning 3955 clauses out of 7909 with flag 2104/7909
3.14/13.94	c And the winner is solver0
3.45/14.35	c Got one! Elapsed wall clock time (in seconds):14.235
3.45/14.35	o 6
3.99/14.64	c cleaning 4534 clauses out of 9078 with flag 10454/13033
4.83/15.02	c cleaning 5271 clauses out of 10542 with flag 25846/19031
5.68/15.41	c cleaning 6134 clauses out of 12271 with flag 41169/26031
6.53/15.87	c cleaning 7069 clauses out of 14137 with flag 58718/34031
7.73/16.40	c cleaning 8027 clauses out of 16068 with flag 79069/43031
8.99/17.05	c cleaning 9021 clauses out of 18042 with flag 101695/53032
10.41/17.78	c cleaning 10011 clauses out of 20021 with flag 125818/64032
12.19/18.65	c cleaning 11005 clauses out of 22010 with flag 152293/76032
13.99/19.58	c cleaning 11999 clauses out of 24005 with flag 181163/89032
15.79/20.49	c cleaning 12999 clauses out of 26006 with flag 211473/103032
17.79/21.41	c cleaning 14003 clauses out of 28008 with flag 243708/118033
19.99/22.51	c cleaning 15002 clauses out of 30006 with flag 277554/134034
22.39/23.77	c cleaning 15996 clauses out of 32002 with flag 313476/151032
25.19/25.11	c cleaning 17002 clauses out of 34005 with flag 353003/169031
28.19/26.65	c cleaning 18000 clauses out of 36005 with flag 394029/188033
31.59/28.37	c cleaning 19002 clauses out of 38003 with flag 437085/208031
35.18/30.12	c cleaning 19998 clauses out of 40001 with flag 481805/229031
39.19/32.16	c cleaning 20994 clauses out of 42003 with flag 530322/251031
43.78/34.43	c cleaning 21998 clauses out of 44010 with flag 581361/274032
48.78/36.95	c cleaning 23006 clauses out of 46011 with flag 636668/298031
53.59/39.33	c cleaning 23994 clauses out of 48005 with flag 693860/323031
58.80/41.96	c cleaning 25002 clauses out of 50011 with flag 754680/349031
64.18/44.69	c cleaning 25999 clauses out of 52009 with flag 815925/376031
70.38/47.76	c cleaning 27005 clauses out of 54013 with flag 877498/404034
77.58/51.38	c cleaning 28001 clauses out of 56006 with flag 938440/433032
84.57/54.87	c cleaning 28993 clauses out of 58004 with flag 1007358/463031
93.17/59.16	c cleaning 30004 clauses out of 60011 with flag 1075532/494031
101.17/63.10	c cleaning 30999 clauses out of 62008 with flag 1145871/526032
110.04/67.51	c cleaning 31997 clauses out of 64009 with flag 1220672/559032
118.85/71.99	c cleaning 33005 clauses out of 66014 with flag 1306000/593034
128.44/76.77	c cleaning 34003 clauses out of 68006 with flag 1387852/628031
138.05/81.54	c cleaning 34998 clauses out of 70003 with flag 1468410/664031
150.03/87.41	c cleaning 36001 clauses out of 72005 with flag 1548197/701031
161.10/92.96	c cleaning 36995 clauses out of 74006 with flag 1629364/739033
172.09/98.41	c cleaning 38000 clauses out of 76009 with flag 1717777/778031
182.88/103.88	c cleaning 39001 clauses out of 78009 with flag 1809395/818031
193.48/109.19	c cleaning 39999 clauses out of 80009 with flag 1907643/859032
204.87/114.84	c cleaning 40997 clauses out of 82011 with flag 2001497/901033
215.68/120.23	c cleaning 42003 clauses out of 84013 with flag 2101010/944032
228.48/126.67	c cleaning 42998 clauses out of 86009 with flag 2198969/988031
241.78/133.21	c cleaning 43995 clauses out of 88012 with flag 2296126/1033032
255.76/140.21	c cleaning 45002 clauses out of 90018 with flag 2407605/1079033
270.18/147.48	c cleaning 46006 clauses out of 92014 with flag 2517185/1126031
285.36/155.05	c cleaning 46999 clauses out of 94008 with flag 2633706/1174031
300.97/162.83	c cleaning 48001 clauses out of 96009 with flag 2753578/1223031
317.35/171.04	c cleaning 49000 clauses out of 98010 with flag 2874753/1273033
333.75/179.20	c cleaning 50000 clauses out of 100009 with flag 3001446/1324032
349.94/187.33	c cleaning 51000 clauses out of 102009 with flag 3120444/1376032
369.16/196.93	c cleaning 52003 clauses out of 104011 with flag 3246456/1429034
386.34/205.60	c cleaning 53000 clauses out of 106006 with flag 3372416/1483032
404.94/214.88	c cleaning 54003 clauses out of 108005 with flag 3495137/1538031
425.12/224.84	c cleaning 54999 clauses out of 110004 with flag 3623278/1594033
445.12/234.82	c cleaning 55998 clauses out of 112004 with flag 3758198/1651032
463.51/244.06	c cleaning 56994 clauses out of 114006 with flag 3887950/1709032
484.31/254.44	c cleaning 57997 clauses out of 116012 with flag 4021847/1768032
504.70/264.61	c cleaning 59001 clauses out of 118014 with flag 4156738/1828031
526.51/275.52	c cleaning 60000 clauses out of 120013 with flag 4302789/1889031
547.71/286.15	c cleaning 61005 clauses out of 122013 with flag 4444939/1951031
572.69/298.64	c cleaning 62004 clauses out of 124010 with flag 4593509/2014033
600.10/312.30	c cleaning 62996 clauses out of 126004 with flag 4734286/2078031
628.09/326.38	c cleaning 64003 clauses out of 128009 with flag 4875082/2143032
653.68/339.14	c cleaning 65000 clauses out of 130005 with flag 5025416/2209031
683.90/354.29	c cleaning 65997 clauses out of 132005 with flag 5175623/2276031
713.28/368.92	c cleaning 67002 clauses out of 134012 with flag 5336352/2344035
738.47/381.55	c cleaning 68000 clauses out of 136007 with flag 5494123/2413032
768.87/396.72	c cleaning 69001 clauses out of 138009 with flag 5650417/2483034
801.07/412.88	c cleaning 69998 clauses out of 140005 with flag 5821391/2554031
833.06/428.88	c cleaning 71002 clauses out of 142008 with flag 5991933/2626032
867.25/445.91	c cleaning 71995 clauses out of 144005 with flag 6170236/2699031
902.85/463.74	c cleaning 73005 clauses out of 146011 with flag 6334665/2773032
945.45/485.01	c cleaning 73998 clauses out of 148005 with flag 6516417/2848031
982.44/503.59	c cleaning 75002 clauses out of 150007 with flag 6687391/2924031
1017.43/521.00	c cleaning 76001 clauses out of 152005 with flag 6856840/3001031
1052.63/538.63	c cleaning 76999 clauses out of 154004 with flag 7036114/3079031
1096.23/560.41	c cleaning 78003 clauses out of 156007 with flag 7218238/3158033
1136.82/580.78	c cleaning 78994 clauses out of 158002 with flag 7398663/3238031
1179.81/602.28	c cleaning 80002 clauses out of 160009 with flag 7591183/3319032
1219.01/621.83	c cleaning 80996 clauses out of 162007 with flag 7774042/3401032
1261.61/643.10	c cleaning 82000 clauses out of 164010 with flag 7954089/3484031
1303.00/663.83	c cleaning 83002 clauses out of 166011 with flag 8155136/3568032
1346.79/685.79	c cleaning 83999 clauses out of 168008 with flag 8351953/3653031
1398.98/711.87	c cleaning 85002 clauses out of 170009 with flag 8568482/3739031
1448.35/736.56	c cleaning 85998 clauses out of 172007 with flag 8765883/3826031
1495.55/760.11	c cleaning 87001 clauses out of 174010 with flag 8961859/3914032
1551.92/788.37	c cleaning 88000 clauses out of 176008 with flag 9162144/4003031
1607.09/815.98	c cleaning 89000 clauses out of 178009 with flag 9373167/4093032
1662.07/843.45	c cleaning 89991 clauses out of 180008 with flag 9594032/4184031
1713.06/868.94	c cleaning 91006 clauses out of 182017 with flag 9809487/4276031
1773.03/898.92	c cleaning 92003 clauses out of 184011 with flag 10031191/4369031
1800.03/912.40	c >>>>>>>>>> Solver number 0 (28 answers) <<<<<<<<<<<<<<<<<<
1800.03/912.40	c starts		: 6659
1800.03/912.40	c conflicts		: 4417243
1800.03/912.40	c decisions		: 4703674
1800.03/912.40	c propagations		: 70007228
1800.03/912.40	c inspects		: 14588491072
1800.03/912.40	c shortcuts		: 0
1800.03/912.40	c learnt literals	: 0
1800.03/912.40	c learnt binary clauses	: 0
1800.03/912.40	c learnt ternary clauses	: 334
1800.03/912.40	c learnt constraints	: 4417243
1800.03/912.40	c ignored constraints	: 0
1800.03/912.40	c root simplifications	: 0
1800.03/912.40	c removed literals (reason simplification)	: 125222709
1800.03/912.40	c reason swapping (by a shorter reason)	: 0
1800.03/912.40	c Calls to reduceDB	: 90
1800.03/912.40	c Number of update (reduction) of LBD	: 48388
1800.03/912.40	c Imported unit clauses	: 0
1800.03/912.40	c number of reductions to clauses (during analyze)	: 0
1800.03/912.40	c number of learned constraints concerned by reduction	: 0
1800.03/912.40	c number of learning phase by resolution	: 0
1800.03/912.40	c number of learning phase by cutting planes	: 0
1800.03/912.40	c speed (assignments/second)	: 76754.40031400272
1800.03/912.40	c non guided choices	740
1800.03/912.43	c learnt constraints type 
1800.03/912.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 140220
1800.03/912.43	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.03/912.43	c starts		: 38
1800.03/912.43	c conflicts		: 1760
1800.03/912.43	c decisions		: 3436
1800.03/912.43	c propagations		: 48604
1800.03/912.43	c inspects		: 9587548
1800.03/912.43	c shortcuts		: 0
1800.03/912.43	c learnt literals	: 0
1800.03/912.43	c learnt binary clauses	: 0
1800.03/912.43	c learnt ternary clauses	: 2
1800.03/912.43	c learnt constraints	: 1743
1800.03/912.43	c ignored constraints	: 0
1800.03/912.43	c root simplifications	: 0
1800.03/912.43	c removed literals (reason simplification)	: 0
1800.03/912.43	c reason swapping (by a shorter reason)	: 0
1800.03/912.43	c Calls to reduceDB	: 0
1800.03/912.43	c Number of update (reduction) of LBD	: 0
1800.03/912.43	c Imported unit clauses	: 0
1800.03/912.43	c number of reductions to clauses (during analyze)	: 0
1800.03/912.43	c number of learned constraints concerned by reduction	: 0
1800.03/912.43	c number of learning phase by resolution	: 0
1800.03/912.43	c number of learning phase by cutting planes	: 0
1800.03/912.43	c speed (assignments/second)	: 54.1200207554355
1800.03/912.43	c non guided choices	1
1800.03/912.43	c learnt constraints type 
1800.03/912.43	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 4
1800.03/912.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1739
1800.03/912.43	s SATISFIABLE
1800.03/912.43	c Found 28 solution(s)
1800.03/912.43	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 
1800.03/912.43	c objective function=6
1800.03/912.43	c Total wall clock time (in seconds): 912.316

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-4118584-1467234251/watcher-4118584-1467234251 -o /tmp/evaluation-result-4118584-1467234251/solver-4118584-1467234251 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1467233347-7541 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4118584-1467234251.opb 

pid=7833
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.12 4.05 3.16 4/197 7836
/proc/meminfo: memFree=26582104/32872528 swapFree=1268996/1432516
[pid=7836] ppid=7833 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/7836/stat : 7836 (java) R 7833 7836 5003 0 -1 4202496 880 0 0 0 0 0 0 0 20 0 1 0 4380196 23793664 530 33554432000 1073741824 1073778376 140734104245216 140734104234280 214360439347 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/7836/statm: 5809 543 409 9 0 128 0

[startup+0.10011 s]
/proc/loadavg: 4.12 4.05 3.16 4/197 7836
/proc/meminfo: memFree=26582104/32872528 swapFree=1268996/1432516
[pid=7836] ppid=7833 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/7836/stat : 7836 (java) S 7833 7836 5003 0 -1 4202496 4410 0 1 0 9 1 0 0 20 0 18 0 4380196 9787879424 6034 33554432000 1073741824 1073778376 140734104245216 140734104236352 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7836/statm: 2389619 6034 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200268 s]
/proc/loadavg: 4.12 4.05 3.16 4/197 7836
/proc/meminfo: memFree=26582104/32872528 swapFree=1268996/1432516
[pid=7836] ppid=7833 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/7836/stat : 7836 (java) S 7833 7836 5003 0 -1 4202496 4658 0 1 0 23 1 0 0 20 0 18 0 4380196 9787879424 6741 33554432000 1073741824 1073778376 140734104245216 140734104236352 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7836/statm: 2389619 6741 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300268 s]
/proc/loadavg: 4.12 4.05 3.16 4/197 7836
/proc/meminfo: memFree=26582104/32872528 swapFree=1268996/1432516
[pid=7836] ppid=7833 vsize=9558476 CPUtime=0.46 cores=0,2,4,6
/proc/7836/stat : 7836 (java) S 7833 7836 5003 0 -1 4202496 5529 0 1 0 45 1 0 0 20 0 18 0 4380196 9787879424 8900 33554432000 1073741824 1073778376 140734104245216 140734104236352 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7836/statm: 2389619 8900 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.70026 s]
/proc/loadavg: 4.12 4.05 3.16 4/197 7836
/proc/meminfo: memFree=26582104/32872528 swapFree=1268996/1432516
[pid=7836] ppid=7833 vsize=9824732 CPUtime=0.49 cores=0,2,4,6
/proc/7836/stat : 7836 (java) S 7833 7836 5003 0 -1 4202496 5620 0 1 0 48 1 0 0 20 0 19 0 4380196 10060525568 9968 33554432000 1073741824 1073778376 140734104245216 140734104236352 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7836/statm: 2456183 9968 2241 9 0 2446860 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9824732

[startup+1.50086 s]
/proc/loadavg: 4.12 4.05 3.16 3/216 7861
/proc/meminfo: memFree=26541016/32872528 swapFree=1268996/1432516
[pid=7836] ppid=7833 vsize=9824732 CPUtime=0.74 cores=0,2,4,6
/proc/7836/stat : 7836 (java) S 7833 7836 5003 0 -1 4202496 7127 0 1 0 69 5 0 0 20 0 19 0 4380196 10060525568 12671 33554432000 1073741824 1073778376 140734104245216 140734104236352 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7836/statm: 2456183 12671 2251 9 0 2446860 0
[pid=7836/tid=7838] ppid=7833 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/7836/task/7838/stat : 7838 (java) S 7833 7836 5003 0 -1 4202560 2425 0 1 0 29 0 0 0 20 0 19 0 4380196 10060525568 12671 33554432000 1073741824 1073778376 140734104245216 139903300039544 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7836/tid=7839] ppid=7833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7836/task/7839/stat : 7839 (java) S 7833 7836 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4380197 10060525568 12671 33554432000 1073741824 1073778376 140734104245216 139903261530664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7836/tid=7840] ppid=7833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7836/task/7840/stat : 7840 (java) S 7833 7836 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4380197 10060525568 12671 33554432000 1073741824 1073778376 140734104245216 139903260477864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7836/tid=7841] ppid=7833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7836/task/7841/stat : 7841 (java) S 7833 7836 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4380197 10060525568 12671 33554432000 1073741824 1073778376 140734104245216 139903259425064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7836/tid=7842] ppid=7833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7836/task/7842/stat : 7842 (java) S 7833 7836 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4380197 10060525568 12671 33554432000 1073741824 1073778376 140734104245216 139903140620456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7836/tid=7843] ppid=7833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7836/task/7843/stat : 7843 (java) S 7833 7836 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4380197 10060525568 12671 33554432000 1073741824 1073778376 140734104245216 139903139568680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7836/tid=7844] ppid=7833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7836/task/7844/stat : 7844 (java) S 7833 7836 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4380197 10060525568 12671 33554432000 1073741824 1073778376 140734104245216 139903138515880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7836/tid=7845] ppid=7833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7836/task/7845/stat : 7845 (java) S 7833 7836 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4380197 10060525568 12671 33554432000 1073741824 1073778376 140734104245216 139903137463080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7836/tid=7846] ppid=7833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7836/task/7846/stat : 7846 (java) S 7833 7836 5003 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4380197 10060525568 12671 33554432000 1073741824 1073778376 140734104245216 139903136410280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7836/tid=7847] ppid=7833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7836/task/7847/stat : 7847 (java) S 7833 7836 5003 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 4380198 10060525568 12671 33554432000 1073741824 1073778376 140734104245216 139902654081512 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7836/tid=7848] ppid=7833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7836/task/7848/stat : 7848 (java) S 7833 7836 5003 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4380199 10060525568 12671 33554432000 1073741824 1073778376 140734104245216 139902653027576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7836/tid=7849] ppid=7833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7836/task/7849/stat : 7849 (java) S 7833 7836 5003 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4380199 10060525568 12671 33554432000 1073741824 1073778376 140734104245216 139902651974664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7836/tid=7850] ppid=7833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7836/task/7850/stat : 7850 (java) S 7833 7836 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4380201 10060525568 12671 33554432000 1073741824 1073778376 140734104245216 139902650923152 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7836/tid=7851] ppid=7833 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/7836/task/7851/stat : 7851 (java) S 7833 7836 5003 0 -1 4202560 978 0 0 0 15 0 0 0 20 0 19 0 4380201 10060525568 12671 33554432000 1073741824 1073778376 140734104245216 139902649871288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7836/tid=7852] ppid=7833 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/7836/task/7852/stat : 7852 (java) S 7833 7836 5003 0 -1 4202560 2378 0 0 0 17 0 0 0 20 0 19 0 4380201 10060525568 12671 33554432000 1073741824 1073778376 140734104245216 139902648818488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7836/tid=7853] ppid=7833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7836/task/7853/stat : 7853 (java) S 7833 7836 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4380201 10060525568 12671 33554432000 1073741824 1073778376 140734104245216 139902647765880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7836/tid=7854] ppid=7833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7836/task/7854/stat : 7854 (java) S 7833 7836 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4380201 10060525568 12671 33554432000 1073741824 1073778376 140734104245216 139902646713288 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7836/tid=7858] ppid=7833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7836/task/7858/stat : 7858 (java) S 7833 7836 5003 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4380227 10060525568 12671 33554432000 1073741824 1073778376 140734104245216 139902642500392 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.74
Current children cumulated vsize (KiB) 9824732

[startup+3.10079 s]
/proc/loadavg: 3.95 4.02 3.15 3/216 7867
/proc/meminfo: memFree=26517572/32872528 swapFree=1268996/1432516
[pid=7836] ppid=7833 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/7836/stat : 7836 (java) S 7833 7836 5003 0 -1 4202496 14618 0 1 0 112 8 0 0 20 0 19 0 4380196 10060525568 19065 33554432000 1073741824 1073778376 140734104245216 140734104236352 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7836/statm: 2456183 19065 2255 9 0 2446860 0
[pid=7836/tid=7838] ppid=7833 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/7836/task/7838/stat : 7838 (java) S 7833 7836 5003 0 -1 4202560 2425 0 1 0 30 0 0 0 20 0 19 0 4380196 10060525568 19065 33554432000 1073741824 1073778376 140734104245216 139903300039544 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7836/tid=7839] ppid=7833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7836/task/7839/stat : 7839 (java) S 7833 7836 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4380197 10060525568 19065 33554432000 1073741824 1073778376 140734104245216 139903261530664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7836/tid=7840] ppid=7833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7836/task/7840/stat : 7840 (java) S 7833 7836 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4380197 10060525568 19065 33554432000 1073741824 1073778376 140734104245216 139903260477864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7836/tid=7841] ppid=7833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7836/task/7841/stat : 7841 (java) S 7833 7836 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4380197 10060525568 19065 33554432000 1073741824 1073778376 140734104245216 139903259425064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7836/tid=7842] ppid=7833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7836/task/7842/stat : 7842 (java) S 7833 7836 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4380197 10060525568 19065 33554432000 1073741824 1073778376 140734104245216 139903140620456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7836/tid=7843] ppid=7833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7836/task/7843/stat : 7843 (java) S 7833 7836 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4380197 10060525568 19065 33554432000 1073741824 1073778376 140734104245216 139903139568680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7836/tid=7844] ppid=7833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7836/task/7844/stat : 7844 (java) S 7833 7836 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4380197 10060525568 19065 33554432000 1073741824 1073778376 140734104245216 139903138515880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7836/tid=7845] ppid=7833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7836/task/7845/stat : 7845 (java) S 7833 7836 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4380197 10060525568 19065 33554432000 1073741824 1073778376 140734104245216 139903137463080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7836/tid=7846] ppid=7833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7836/task/7846/stat : 7846 (java) S 7833 7836 5003 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4380197 10060525568 19065 33554432000 1073741824 1073778376 140734104245216 139903136410280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7836/tid=7847] ppid=7833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7836/task/7847/stat : 7847 (java) S 7833 7836 5003 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 4380198 10060525568 19065 33554432000 1073741824 1073778376 140734104245216 139902654081512 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7836/tid=7848] ppid=7833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7836/task/7848/stat : 7848 (java) S 7833 7836 5003 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4380199 10060525568 19065 33554432000 1073741824 1073778376 140734104245216 139902653027576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7836/tid=7849] ppid=7833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7836/task/7849/stat : 7849 (java) S 7833 7836 5003 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4380199 10060525568 19065 33554432000 1073741824 1073778376 140734104245216 139902651974664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7836/tid=7850] ppid=7833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7836/task/7850/stat : 7850 (java) S 7833 7836 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4380201 10060525568 19065 33554432000 1073741824 1073778376 140734104245216 139902650923152 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7836/tid=7851] ppid=7833 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/7836/task/7851/stat : 7851 (java) S 7833 7836 5003 0 -1 4202560 3700 0 0 0 29 0 0 0 20 0 19 0 4380201 10060525568 19065 33554432000 1073741824 1073778376 140734104245216 139902649871288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7836/tid=7852] ppid=7833 vsize=9824732 CPUtime=0.41 cores=0,2,4,6
/proc/7836/task/7852/stat : 7852 (java) S 7833 7836 5003 0 -1 4202560 7122 0 0 0 40 1 0 0 20 0 19 0 4380201 10060525568 19065 33554432000 1073741824 1073778376 140734104245216 139902648818488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7836/tid=7853] ppid=7833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7836/task/7853/stat : 7853 (java) S 7833 7836 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4380201 10060525568 19065 33554432000 1073741824 1073778376 140734104245216 139902647765880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7836/tid=7854] ppid=7833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7836/task/7854/stat : 7854 (java) S 7833 7836 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4380201 10060525568 19065 33554432000 1073741824 1073778376 140734104245216 139902646713288 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7836/tid=7858] ppid=7833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7836/task/7858/stat : 7858 (java) S 7833 7836 5003 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4380227 10060525568 19065 33554432000 1073741824 1073778376 140734104245216 139902642500392 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=25 pid=1815 uid=0 cmd=

[startup+6.30083 s]
/proc/loadavg: 3.95 4.02 3.15 4/216 7888
/proc/meminfo: memFree=26400204/32872528 swapFree=1268996/1432516
[pid=7836] ppid=7833 vsize=9824732 CPUtime=1.52 cores=0,2,4,6
/proc/7836/stat : 7836 (java) S 7833 7836 5003 0 -1 4202496 16019 0 1 0 142 10 0 0 20 0 19 0 4380196 10060525568 27177 33554432000 1073741824 1073778376 140734104245216 140734104236352 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7836/statm: 2456183 27177 2260 9 0 2446860 0
[pid=7836/tid=7838] ppid=7833 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/7836/task/7838/stat : 7838 (java) S 7833 7836 5003 0 -1 4202560 2427 0 1 0 30 0 0 0 20 0 19 0 4380196 10060525568 27177 33554432000 1073741824 1073778376 140734104245216 139903300039544 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7836/tid=7839] ppid=7833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7836/task/7839/stat : 7839 (java) S 7833 7836 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4380197 10060525568 27177 33554432000 1073741824 1073778376 140734104245216 139903261530664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7836/tid=7840] ppid=7833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7836/task/7840/stat : 7840 (java) S 7833 7836 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4380197 10060525568 27177 33554432000 1073741824 1073778376 140734104245216 139903260477864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7836/tid=7841] ppid=7833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7836/task/7841/stat : 7841 (java) S 7833 7836 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4380197 10060525568 27177 33554432000 1073741824 1073778376 140734104245216 139903259425064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7836/tid=7842] ppid=7833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7836/task/7842/stat : 7842 (java) S 7833 7836 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4380197 10060525568 27177 33554432000 1073741824 1073778376 140734104245216 139903140620456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7836/tid=7843] ppid=7833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7836/task/7843/stat : 7843 (java) S 7833 7836 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4380197 10060525568 27177 33554432000 1073741824 1073778376 140734104245216 139903139568680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7836/tid=7844] ppid=7833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7836/task/7844/stat : 7844 (java) S 7833 7836 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4380197 10060525568 27177 33554432000 1073741824 1073778376 140734104245216 139903138515880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7836/tid=7845] ppid=7833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7836/task/7845/stat : 7845 (java) S 7833 7836 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4380197 10060525568 27177 33554432000 1073741824 1073778376 140734104245216 139903137463080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7836/tid=7846] ppid=7833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7836/task/7846/stat : 7846 (java) S 7833 7836 5003 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4380197 10060525568 27177 33554432000 1073741824 1073778376 140734104245216 139903136410280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7836/tid=7847] ppid=7833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7836/task/7847/stat : 7847 (java) S 7833 7836 5003 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 4380198 10060525568 27177 33554432000 1073741824 1073778376 140734104245216 139902654081512 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7836/tid=7848] ppid=7833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7836/task/7848/stat : 7848 (java) S 7833 7836 5003 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4380199 10060525568 27177 33554432000 1073741824 1073778376 140734104245216 139902653027576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7836/tid=7849] ppid=7833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7836/task/7849/stat : 7849 (java) S 7833 7836 5003 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4380199 10060525568 27177 33554432000 1073741824 1073778376 140734104245216 139902651974664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7836/tid=7850] ppid=7833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7836/task/7850/stat : 7850 (java) S 7833 7836 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4380201 10060525568 27177 33554432000 1073741824 1073778376 140734104245216 139902650923152 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7836/tid=7851] ppid=7833 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/7836/task/7851/stat : 7851 (java) S 7833 7836 5003 0 -1 4202560 3703 0 0 0 34 0 0 0 20 0 19 0 4380201 10060525568 27177 33554432000 1073741824 1073778376 140734104245216 139902649871288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7836/tid=7852] ppid=7833 vsize=9824732 CPUtime=0.57 cores=0,2,4,6
/proc/7836/task/7852/stat : 7852 (java) S 7833 7836 5003 0 -1 4202560 8442 0 0 0 56 1 0 0 20 0 19 0 4380201 10060525568 27177 33554432000 1073741824 1073778376 140734104245216 139902648818488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7836/tid=7853] ppid=7833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7836/task/7853/stat : 7853 (java) S 7833 7836 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4380201 10060525568 27177 33554432000 1073741824 1073778376 140734104245216 139902647765880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7836/tid=7854] ppid=7833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7836/task/7854/stat : 7854 (java) S 7833 7836 5003 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 4380201 10060525568 27177 33554432000 1073741824 1073778376 140734104245216 139902646713288 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7836/tid=7858] ppid=7833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7836/task/7858/stat : 7858 (java) S 7833 7836 5003 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4380227 10060525568 27177 33554432000 1073741824 1073778376 140734104245216 139902642500392 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.52

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

# Adding the difference (1.94995 s) to the 'lost time'.

[startup+912.401 s]
/proc/loadavg: 4.04 4.15 3.77 5/219 8139
/proc/meminfo: memFree=23424672/32872528 swapFree=1268996/1432516
[pid=7836] ppid=7833 vsize=9824732 CPUtime=1800.03 cores=0,2,4,6
/proc/7836/stat : 7836 (java) S 7833 7836 5003 0 -1 4202496 26199 0 1 0 179842 161 0 0 20 0 22 0 4380196 10060525568 759034 33554432000 1073741824 1073778376 140734104245216 140734104236352 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7836/statm: 2456183 759034 2294 9 0 2446860 0
[pid=7836/tid=7838] ppid=7833 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/7836/task/7838/stat : 7838 (java) S 7833 7836 5003 0 -1 4202560 2428 0 1 0 34 2 0 0 20 0 22 0 4380196 10060525568 759034 33554432000 1073741824 1073778376 140734104245216 139903300039544 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7836/tid=7839] ppid=7833 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/7836/task/7839/stat : 7839 (java) S 7833 7836 5003 0 -1 4202560 207 0 0 0 15 10 0 0 20 0 22 0 4380197 10060525568 759034 33554432000 1073741824 1073778376 140734104245216 139903261530664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7836/tid=7840] ppid=7833 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/7836/task/7840/stat : 7840 (java) S 7833 7836 5003 0 -1 4202560 223 0 0 0 16 10 0 0 20 0 22 0 4380197 10060525568 759034 33554432000 1073741824 1073778376 140734104245216 139903260477864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7836/tid=7841] ppid=7833 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/7836/task/7841/stat : 7841 (java) S 7833 7836 5003 0 -1 4202560 339 0 0 0 19 11 0 0 20 0 22 0 4380197 10060525568 759034 33554432000 1073741824 1073778376 140734104245216 139903259425064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7836/tid=7842] ppid=7833 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/7836/task/7842/stat : 7842 (java) S 7833 7836 5003 0 -1 4202560 454 0 0 0 16 7 0 0 20 0 22 0 4380197 10060525568 759034 33554432000 1073741824 1073778376 140734104245216 139903140620456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7836/tid=7843] ppid=7833 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/7836/task/7843/stat : 7843 (java) S 7833 7836 5003 0 -1 4202560 281 0 0 0 14 10 0 0 20 0 22 0 4380197 10060525568 759034 33554432000 1073741824 1073778376 140734104245216 139903139568680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7836/tid=7844] ppid=7833 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/7836/task/7844/stat : 7844 (java) S 7833 7836 5003 0 -1 4202560 256 0 0 0 14 9 0 0 20 0 22 0 4380197 10060525568 759034 33554432000 1073741824 1073778376 140734104245216 139903138515880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7836/tid=7845] ppid=7833 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/7836/task/7845/stat : 7845 (java) S 7833 7836 5003 0 -1 4202560 295 0 0 0 18 12 0 0 20 0 22 0 4380197 10060525568 759034 33554432000 1073741824 1073778376 140734104245216 139903137463080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7836/tid=7846] ppid=7833 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/7836/task/7846/stat : 7846 (java) S 7833 7836 5003 0 -1 4202560 268 0 0 0 17 11 0 0 20 0 22 0 4380197 10060525568 759034 33554432000 1073741824 1073778376 140734104245216 139903136410280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7836/tid=7847] ppid=7833 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/7836/task/7847/stat : 7847 (java) S 7833 7836 5003 0 -1 4202560 1421 0 0 0 26 4 0 0 20 0 22 0 4380198 10060525568 759034 33554432000 1073741824 1073778376 140734104245216 139902654081512 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7836/tid=7848] ppid=7833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7836/task/7848/stat : 7848 (java) S 7833 7836 5003 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4380199 10060525568 759034 33554432000 1073741824 1073778376 140734104245216 139902653027576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7836/tid=7849] ppid=7833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7836/task/7849/stat : 7849 (java) S 7833 7836 5003 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 4380199 10060525568 759034 33554432000 1073741824 1073778376 140734104245216 139902651974664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7836/tid=7850] ppid=7833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7836/task/7850/stat : 7850 (java) S 7833 7836 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4380201 10060525568 759034 33554432000 1073741824 1073778376 140734104245216 139902650923152 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7836/tid=7851] ppid=7833 vsize=9824732 CPUtime=0.89 cores=0,2,4,6
/proc/7836/task/7851/stat : 7851 (java) S 7833 7836 5003 0 -1 4202560 6910 0 0 0 88 1 0 0 20 0 22 0 4380201 10060525568 759034 33554432000 1073741824 1073778376 140734104245216 139902649871288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7836/tid=7852] ppid=7833 vsize=9824732 CPUtime=1.05 cores=0,2,4,6
/proc/7836/task/7852/stat : 7852 (java) S 7833 7836 5003 0 -1 4202560 9529 0 0 0 104 1 0 0 20 0 22 0 4380201 10060525568 759034 33554432000 1073741824 1073778376 140734104245216 139902648818488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7836/tid=7853] ppid=7833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7836/task/7853/stat : 7853 (java) S 7833 7836 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4380201 10060525568 759034 33554432000 1073741824 1073778376 140734104245216 139902647765880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7836/tid=7854] ppid=7833 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/7836/task/7854/stat : 7854 (java) S 7833 7836 5003 0 -1 4202560 54 0 0 0 10 12 0 0 20 0 22 0 4380201 10060525568 759034 33554432000 1073741824 1073778376 140734104245216 139902646713288 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7836/tid=7858] ppid=7833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7836/task/7858/stat : 7858 (java) S 7833 7836 5003 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4380227 10060525568 759034 33554432000 1073741824 1073778376 140734104245216 139902642500392 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7836/tid=7940] ppid=7833 vsize=9824732 CPUtime=894.74 cores=0,2,4,6
/proc/7836/task/7940/stat : 7940 (java) R 7833 7836 5003 0 -1 4202560 252 0 0 0 89451 23 0 0 20 0 22 0 4381631 10060525568 759034 33554432000 1073741824 1073778376 140734104245216 139902644597136 139903141217895 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7836/tid=7941] ppid=7833 vsize=9824732 CPUtime=894.62 cores=0,2,4,6
/proc/7836/task/7941/stat : 7941 (java) R 7833 7836 5003 0 -1 4202560 1657 0 0 0 89423 39 0 0 20 0 22 0 4381631 10060525568 759034 33554432000 1073741824 1073778376 140734104245216 139902645656336 139903141797953 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7836/tid=7942] ppid=7833 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7836/task/7942/stat : 7942 (java) S 7833 7836 5003 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4381631 10060525568 759034 33554432000 1073741824 1073778376 140734104245216 139902643553576 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9824732

[startup+912.505 s]
/proc/loadavg: 4.04 4.15 3.77 5/219 8139
/proc/meminfo: memFree=23424672/32872528 swapFree=1268996/1432516
[pid=7836] ppid=7833 vsize=9957860 CPUtime=1798.08 cores=0,2,4,6
/proc/7836/stat : 7836 (java) S 7833 7836 5003 0 -1 4202496 26243 0 1 0 179627 181 0 0 20 0 18 0 4380196 10196848640 759061 33554432000 1073741824 1073778376 140734104245216 140734104236352 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7836/statm: 2489465 759061 2302 9 0 2480142 0
[pid=7836/tid=7838] ppid=7833 vsize=9957860 CPUtime=0.36 cores=0,2,4,6
/proc/7836/task/7838/stat : 7838 (java) S 7833 7836 5003 0 -1 4202560 2428 0 1 0 34 2 0 0 20 0 18 0 4380196 10196848640 759061 33554432000 1073741824 1073778376 140734104245216 139903300039544 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7836/tid=7839] ppid=7833 vsize=9957860 CPUtime=0.25 cores=0,2,4,6
/proc/7836/task/7839/stat : 7839 (java) S 7833 7836 5003 0 -1 4202560 207 0 0 0 15 10 0 0 20 0 18 0 4380197 10196848640 759061 33554432000 1073741824 1073778376 140734104245216 139903261530664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7836/tid=7840] ppid=7833 vsize=9957860 CPUtime=0.26 cores=0,2,4,6
/proc/7836/task/7840/stat : 7840 (java) S 7833 7836 5003 0 -1 4202560 223 0 0 0 16 10 0 0 20 0 18 0 4380197 10196848640 759061 33554432000 1073741824 1073778376 140734104245216 139903260477864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7836/tid=7841] ppid=7833 vsize=9957860 CPUtime=0.3 cores=0,2,4,6
/proc/7836/task/7841/stat : 7841 (java) S 7833 7836 5003 0 -1 4202560 339 0 0 0 19 11 0 0 20 0 18 0 4380197 10196848640 759061 33554432000 1073741824 1073778376 140734104245216 139903259425064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7836/tid=7842] ppid=7833 vsize=9957860 CPUtime=0.23 cores=0,2,4,6
/proc/7836/task/7842/stat : 7842 (java) S 7833 7836 5003 0 -1 4202560 454 0 0 0 16 7 0 0 20 0 18 0 4380197 10196848640 759061 33554432000 1073741824 1073778376 140734104245216 139903140620456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7836/tid=7843] ppid=7833 vsize=9957860 CPUtime=0.24 cores=0,2,4,6
/proc/7836/task/7843/stat : 7843 (java) S 7833 7836 5003 0 -1 4202560 281 0 0 0 14 10 0 0 20 0 18 0 4380197 10196848640 759061 33554432000 1073741824 1073778376 140734104245216 139903139568680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7836/tid=7844] ppid=7833 vsize=9957860 CPUtime=0.23 cores=0,2,4,6
/proc/7836/task/7844/stat : 7844 (java) S 7833 7836 5003 0 -1 4202560 256 0 0 0 14 9 0 0 20 0 18 0 4380197 10196848640 759061 33554432000 1073741824 1073778376 140734104245216 139903138515880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7836/tid=7845] ppid=7833 vsize=9957860 CPUtime=0.3 cores=0,2,4,6
/proc/7836/task/7845/stat : 7845 (java) S 7833 7836 5003 0 -1 4202560 295 0 0 0 18 12 0 0 20 0 18 0 4380197 10196848640 759061 33554432000 1073741824 1073778376 140734104245216 139903137463080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7836/tid=7846] ppid=7833 vsize=9957860 CPUtime=0.28 cores=0,2,4,6
/proc/7836/task/7846/stat : 7846 (java) S 7833 7836 5003 0 -1 4202560 268 0 0 0 17 11 0 0 20 0 18 0 4380197 10196848640 759061 33554432000 1073741824 1073778376 140734104245216 139903136410280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7836/tid=7847] ppid=7833 vsize=9957860 CPUtime=0.37 cores=0,2,4,6
/proc/7836/task/7847/stat : 7847 (java) R 7833 7836 5003 0 -1 4202560 1422 0 0 0 27 10 0 0 20 0 18 0 4380198 10196848640 759061 33554432000 1073741824 1073778376 140734104245216 139902654081672 214369602695 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7836/tid=7848] ppid=7833 vsize=9957860 CPUtime=0 cores=0,2,4,6
/proc/7836/task/7848/stat : 7848 (java) S 7833 7836 5003 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 4380199 10196848640 759061 33554432000 1073741824 1073778376 140734104245216 139902653027576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7836/tid=7849] ppid=7833 vsize=9957860 CPUtime=0 cores=0,2,4,6
/proc/7836/task/7849/stat : 7849 (java) S 7833 7836 5003 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 18 0 4380199 10196848640 759061 33554432000 1073741824 1073778376 140734104245216 139902651974664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7836/tid=7851] ppid=7833 vsize=9957860 CPUtime=0.9 cores=0,2,4,6
/proc/7836/task/7851/stat : 7851 (java) S 7833 7836 5003 0 -1 4202560 6912 0 0 0 89 1 0 0 20 0 18 0 4380201 10196848640 759061 33554432000 1073741824 1073778376 140734104245216 139902649871288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7836/tid=7852] ppid=7833 vsize=9957860 CPUtime=1.07 cores=0,2,4,6
/proc/7836/task/7852/stat : 7852 (java) S 7833 7836 5003 0 -1 4202560 9537 0 0 0 106 1 0 0 20 0 18 0 4380201 10196848640 759061 33554432000 1073741824 1073778376 140734104245216 139902648810776 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7836/tid=7853] ppid=7833 vsize=9957860 CPUtime=0 cores=0,2,4,6
/proc/7836/task/7853/stat : 7853 (java) S 7833 7836 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 4380201 10196848640 759061 33554432000 1073741824 1073778376 140734104245216 139902647765880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7836/tid=7941] ppid=7833 vsize=9957860 CPUtime=894.73 cores=0,2,4,6
/proc/7836/task/7941/stat : 7941 (java) R 7833 7836 5003 0 -1 4202560 1657 0 0 0 89434 39 0 0 20 0 18 0 4381631 10196848640 759061 33554432000 1073741824 1073778376 140734104245216 139902645656336 139903141798022 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1798.08
Current children cumulated vsize (KiB) 9957860
#
############


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

[startup+912.505 s]
/proc/loadavg: 4.04 4.15 3.77 5/219 8139
/proc/meminfo: memFree=23424672/32872528 swapFree=1268996/1432516
[pid=7836] ppid=7833 vsize=9957860 CPUtime=1798.08 cores=0,2,4,6
/proc/7836/stat : 7836 (java) S 7833 7836 5003 0 -1 4202496 26243 0 1 0 179627 181 0 0 20 0 18 0 4380196 10196848640 759061 33554432000 1073741824 1073778376 140734104245216 140734104236352 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7836/statm: 2489465 759061 2302 9 0 2480142 0
[pid=7836/tid=7838] ppid=7833 vsize=9957860 CPUtime=0.36 cores=0,2,4,6
/proc/7836/task/7838/stat : 7838 (java) S 7833 7836 5003 0 -1 4202560 2428 0 1 0 34 2 0 0 20 0 18 0 4380196 10196848640 759061 33554432000 1073741824 1073778376 140734104245216 139903300039544 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7836/tid=7839] ppid=7833 vsize=9957860 CPUtime=0.25 cores=0,2,4,6
/proc/7836/task/7839/stat : 7839 (java) S 7833 7836 5003 0 -1 4202560 207 0 0 0 15 10 0 0 20 0 18 0 4380197 10196848640 759061 33554432000 1073741824 1073778376 140734104245216 139903261530664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7836/tid=7840] ppid=7833 vsize=9957860 CPUtime=0.26 cores=0,2,4,6
/proc/7836/task/7840/stat : 7840 (java) S 7833 7836 5003 0 -1 4202560 223 0 0 0 16 10 0 0 20 0 18 0 4380197 10196848640 759061 33554432000 1073741824 1073778376 140734104245216 139903260477864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7836/tid=7841] ppid=7833 vsize=9957860 CPUtime=0.3 cores=0,2,4,6
/proc/7836/task/7841/stat : 7841 (java) S 7833 7836 5003 0 -1 4202560 339 0 0 0 19 11 0 0 20 0 18 0 4380197 10196848640 759061 33554432000 1073741824 1073778376 140734104245216 139903259425064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7836/tid=7842] ppid=7833 vsize=9957860 CPUtime=0.23 cores=0,2,4,6
/proc/7836/task/7842/stat : 7842 (java) S 7833 7836 5003 0 -1 4202560 454 0 0 0 16 7 0 0 20 0 18 0 4380197 10196848640 759061 33554432000 1073741824 1073778376 140734104245216 139903140620456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7836/tid=7843] ppid=7833 vsize=9957860 CPUtime=0.24 cores=0,2,4,6
/proc/7836/task/7843/stat : 7843 (java) S 7833 7836 5003 0 -1 4202560 281 0 0 0 14 10 0 0 20 0 18 0 4380197 10196848640 759061 33554432000 1073741824 1073778376 140734104245216 139903139568680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7836/tid=7844] ppid=7833 vsize=9957860 CPUtime=0.23 cores=0,2,4,6
/proc/7836/task/7844/stat : 7844 (java) S 7833 7836 5003 0 -1 4202560 256 0 0 0 14 9 0 0 20 0 18 0 4380197 10196848640 759061 33554432000 1073741824 1073778376 140734104245216 139903138515880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7836/tid=7845] ppid=7833 vsize=9957860 CPUtime=0.3 cores=0,2,4,6
/proc/7836/task/7845/stat : 7845 (java) S 7833 7836 5003 0 -1 4202560 295 0 0 0 18 12 0 0 20 0 18 0 4380197 10196848640 759061 33554432000 1073741824 1073778376 140734104245216 139903137463080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7836/tid=7846] ppid=7833 vsize=9957860 CPUtime=0.28 cores=0,2,4,6
/proc/7836/task/7846/stat : 7846 (java) S 7833 7836 5003 0 -1 4202560 268 0 0 0 17 11 0 0 20 0 18 0 4380197 10196848640 759061 33554432000 1073741824 1073778376 140734104245216 139903136410280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7836/tid=7847] ppid=7833 vsize=9957860 CPUtime=0.37 cores=0,2,4,6
/proc/7836/task/7847/stat : 7847 (java) R 7833 7836 5003 0 -1 4202560 1422 0 0 0 27 10 0 0 20 0 18 0 4380198 10196848640 759061 33554432000 1073741824 1073778376 140734104245216 139902654081672 214369602695 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7836/tid=7848] ppid=7833 vsize=9957860 CPUtime=0 cores=0,2,4,6
/proc/7836/task/7848/stat : 7848 (java) S 7833 7836 5003 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 4380199 10196848640 759061 33554432000 1073741824 1073778376 140734104245216 139902653027576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7836/tid=7849] ppid=7833 vsize=9957860 CPUtime=0 cores=0,2,4,6
/proc/7836/task/7849/stat : 7849 (java) S 7833 7836 5003 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 18 0 4380199 10196848640 759061 33554432000 1073741824 1073778376 140734104245216 139902651974664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7836/tid=7851] ppid=7833 vsize=9957860 CPUtime=0.9 cores=0,2,4,6
/proc/7836/task/7851/stat : 7851 (java) S 7833 7836 5003 0 -1 4202560 6912 0 0 0 89 1 0 0 20 0 18 0 4380201 10196848640 759061 33554432000 1073741824 1073778376 140734104245216 139902649871288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7836/tid=7852] ppid=7833 vsize=9957860 CPUtime=1.07 cores=0,2,4,6
/proc/7836/task/7852/stat : 7852 (java) S 7833 7836 5003 0 -1 4202560 9537 0 0 0 106 1 0 0 20 0 18 0 4380201 10196848640 759061 33554432000 1073741824 1073778376 140734104245216 139902648810776 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7836/tid=7853] ppid=7833 vsize=9957860 CPUtime=0 cores=0,2,4,6
/proc/7836/task/7853/stat : 7853 (java) S 7833 7836 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 4380201 10196848640 759061 33554432000 1073741824 1073778376 140734104245216 139902647765880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7836/tid=7941] ppid=7833 vsize=9957860 CPUtime=894.73 cores=0,2,4,6
/proc/7836/task/7941/stat : 7941 (java) R 7833 7836 5003 0 -1 4202560 1657 0 0 0 89434 39 0 0 20 0 18 0 4381631 10196848640 759061 33554432000 1073741824 1073778376 140734104245216 139902645656336 139903141798022 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1798.08
Current children cumulated vsize (KiB) 9957860

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 7836 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=999270
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=141674
# CPU time returned by wait4() is 1796.14
# while last known CPU time is 1798.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1.94995
#  lost CPU user time (s): 2.15002
#  lost CPU system time (s): -0.2

Real time (s): 912.574
CPU time (s): 1800.03
CPU user time (s): 1798.42
CPU system time (s): 1.61
CPU usage (%): 197.248
Max. virtual memory (cumulated for all children) (KiB): 9957860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794
system time used= 2.14167
maximum resident set size= 3036264
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26243
page faults= 1
swaps= 0
block input operations= 0
block output operations= 592
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22575
involuntary context switches= 21834

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.58315 second user time and 7.41487 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-29 23:04:11
IDJOB=4118584
IDBENCH=111510
IDSOLVER=2543
FILE ID=node130/4118584-1467234251
RUNJOBID= node130-1467233347-7541
PBS_JOBID= 19997578
Free space on /tmp= 71668 MiB

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

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

MD5SUM BENCH= 71abf2434aba1ed4ee11516d329b2b0f
RANDOM SEED=1065041504

node130.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.813
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.62
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.813
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.813
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.813
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.813
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:        26582896 kB
Buffers:          137736 kB
Cached:          3753260 kB
SwapCached:            0 kB
Active:           673776 kB
Inactive:        3418652 kB
Active(anon):     204028 kB
Inactive(anon):        0 kB
Active(file):     469748 kB
Inactive(file):  3418652 kB
Unevictable:     1432516 kB
Mlocked:         1268996 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              2128 kB
Writeback:             0 kB
AnonPages:       1648168 kB
Mapped:            22132 kB
Shmem:               204 kB
Slab:             617544 kB
SReclaimable:      60940 kB
SUnreclaim:       556604 kB
KernelStack:        1600 kB
PageTables:         7136 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2258712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    333824 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= 71664 MiB
End job on node130 at 2016-06-29 23:19:24