Trace number 4118452

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 Resolution PB16SAT (TO)56 1800 1795.04

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/
minlplib2-pb-0.1.0/opb/normalized-edgecross10-030.lin.opb
MD5SUM83b1232d1f44f8669566a6ba3d4a560a
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark52
Best CPU time to get the best result obtained on this benchmark52.2081
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables408
Total number of constraints1115
Number of constraints which are clauses797
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints317
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 400
Biggest coefficient in the objective function 184
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 1112
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 184
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 1112
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	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.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4118452-1467229791.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.25/0.23	c ... done. Wall clock time 0.118s.
0.25/0.23	c declared #vars     408
0.25/0.23	c #constraints  1116
0.25/0.23	c constraints type 
0.25/0.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 797
0.25/0.23	c org.sat4j.specs.Constr$1 => 1
0.25/0.23	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.25/0.23	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 317
0.25/0.23	c 1116 constraints processed.
0.25/0.23	c objective function length is 400 literals
0.25/0.24	c SATISFIABLE
0.25/0.24	c OPTIMIZING...
0.25/0.24	c Got one! Elapsed wall clock time (in seconds):0.129
0.25/0.25	o 152
0.45/0.33	c Got one! Elapsed wall clock time (in seconds):0.218
0.45/0.33	o 150
0.45/0.35	c Got one! Elapsed wall clock time (in seconds):0.239
0.45/0.35	o 149
0.45/0.36	c Got one! Elapsed wall clock time (in seconds):0.245
0.45/0.36	o 147
0.45/0.37	c Got one! Elapsed wall clock time (in seconds):0.252
0.45/0.37	o 145
0.45/0.37	c Got one! Elapsed wall clock time (in seconds):0.256
0.45/0.37	o 141
0.45/0.38	c Got one! Elapsed wall clock time (in seconds):0.266
0.45/0.38	o 140
0.45/0.39	c Got one! Elapsed wall clock time (in seconds):0.274
0.45/0.39	o 139
0.72/0.40	c Got one! Elapsed wall clock time (in seconds):0.281
0.72/0.40	o 137
0.72/0.41	c Got one! Elapsed wall clock time (in seconds):0.299
0.72/0.41	o 129
0.72/0.42	c Got one! Elapsed wall clock time (in seconds):0.304
0.72/0.42	o 128
0.72/0.42	c Got one! Elapsed wall clock time (in seconds):0.309
0.72/0.42	o 120
0.72/0.43	c Got one! Elapsed wall clock time (in seconds):0.315
0.72/0.43	o 119
0.72/0.43	c Got one! Elapsed wall clock time (in seconds):0.319
0.72/0.43	o 118
0.72/0.45	c Got one! Elapsed wall clock time (in seconds):0.331
0.72/0.45	o 116
0.72/0.45	c Got one! Elapsed wall clock time (in seconds):0.336
0.72/0.45	o 114
0.72/0.47	c Got one! Elapsed wall clock time (in seconds):0.352
0.72/0.47	o 113
1.01/0.50	c Got one! Elapsed wall clock time (in seconds):0.388
1.01/0.50	o 112
1.01/0.52	c Got one! Elapsed wall clock time (in seconds):0.407
1.01/0.52	o 111
1.01/0.53	c Got one! Elapsed wall clock time (in seconds):0.41
1.01/0.53	o 109
1.01/0.53	c Got one! Elapsed wall clock time (in seconds):0.412
1.01/0.53	o 105
1.01/0.53	c Got one! Elapsed wall clock time (in seconds):0.416
1.01/0.53	o 104
1.01/0.53	c Got one! Elapsed wall clock time (in seconds):0.418
1.01/0.53	o 101
1.01/0.54	c Got one! Elapsed wall clock time (in seconds):0.42
1.01/0.54	o 99
1.01/0.54	c Got one! Elapsed wall clock time (in seconds):0.422
1.01/0.54	o 97
1.01/0.54	c Got one! Elapsed wall clock time (in seconds):0.424
1.01/0.54	o 95
1.01/0.54	c Got one! Elapsed wall clock time (in seconds):0.428
1.01/0.54	o 94
1.01/0.54	c Got one! Elapsed wall clock time (in seconds):0.429
1.01/0.54	o 89
1.01/0.55	c Got one! Elapsed wall clock time (in seconds):0.437
1.01/0.55	o 84
1.01/0.56	c Got one! Elapsed wall clock time (in seconds):0.44
1.01/0.56	o 83
1.01/0.56	c Got one! Elapsed wall clock time (in seconds):0.442
1.01/0.56	o 82
1.01/0.56	c Got one! Elapsed wall clock time (in seconds):0.443
1.01/0.56	o 80
1.01/0.56	c Got one! Elapsed wall clock time (in seconds):0.444
1.01/0.56	o 74
1.01/0.56	c Got one! Elapsed wall clock time (in seconds):0.449
1.01/0.56	o 73
1.01/0.57	c Got one! Elapsed wall clock time (in seconds):0.452
1.01/0.57	o 71
1.01/0.57	c Got one! Elapsed wall clock time (in seconds):0.453
1.01/0.57	o 67
1.01/0.57	c Got one! Elapsed wall clock time (in seconds):0.456
1.01/0.57	o 66
1.01/0.58	c Got one! Elapsed wall clock time (in seconds):0.464
1.01/0.58	o 65
1.01/0.59	c Got one! Elapsed wall clock time (in seconds):0.473
1.01/0.59	o 64
1.01/0.59	c Got one! Elapsed wall clock time (in seconds):0.479
1.01/0.59	o 63
1.25/0.62	c Got one! Elapsed wall clock time (in seconds):0.506
1.25/0.62	o 62
1.25/0.63	c Got one! Elapsed wall clock time (in seconds):0.511
1.25/0.63	o 61
1.37/0.74	c Got one! Elapsed wall clock time (in seconds):0.622
1.37/0.74	o 60
1.37/0.75	c Got one! Elapsed wall clock time (in seconds):0.632
1.37/0.75	o 59
1.37/0.75	c Got one! Elapsed wall clock time (in seconds):0.634
1.37/0.75	o 58
1.66/0.99	c Got one! Elapsed wall clock time (in seconds):0.873
1.66/0.99	o 57
1.77/1.05	c Got one! Elapsed wall clock time (in seconds):0.935
1.77/1.05	o 56
1.88/1.15	c cleaning 4762 clauses out of 9525 with flag 2092/9525
2.43/1.63	c cleaning 5383 clauses out of 10765 with flag 14207/15527
2.93/2.18	c cleaning 6186 clauses out of 12380 with flag 28410/22525
3.65/2.86	c cleaning 7098 clauses out of 14195 with flag 47206/30526
4.45/3.60	c cleaning 8047 clauses out of 16096 with flag 70247/39525
5.25/4.49	c cleaning 9024 clauses out of 18051 with flag 96676/49527
6.26/5.47	c cleaning 10012 clauses out of 20025 with flag 121706/60525
7.27/6.46	c cleaning 11007 clauses out of 22014 with flag 147996/72526
8.47/7.64	c cleaning 12000 clauses out of 24007 with flag 177406/85526
9.68/8.90	c cleaning 13004 clauses out of 26007 with flag 209852/99526
11.18/10.37	c cleaning 13995 clauses out of 28002 with flag 244729/114525
12.68/11.84	c cleaning 15004 clauses out of 30007 with flag 279882/130525
14.53/13.63	c cleaning 16002 clauses out of 32003 with flag 315581/147525
16.53/15.65	c cleaning 16999 clauses out of 34003 with flag 354810/165527
18.33/17.48	c cleaning 18000 clauses out of 36002 with flag 396883/184525
20.43/19.56	c cleaning 19002 clauses out of 38003 with flag 439786/204526
22.84/21.92	c cleaning 19999 clauses out of 40003 with flag 486013/225528
25.34/24.42	c cleaning 20996 clauses out of 42001 with flag 534695/247525
28.34/27.41	c cleaning 22002 clauses out of 44005 with flag 587745/270525
31.14/30.25	c cleaning 23002 clauses out of 46005 with flag 645523/294527
34.68/33.71	c cleaning 24000 clauses out of 48001 with flag 707814/319525
38.08/37.12	c cleaning 24999 clauses out of 50002 with flag 775591/345526
41.69/40.76	c cleaning 25993 clauses out of 52004 with flag 843617/372527
45.48/44.55	c cleaning 27000 clauses out of 54010 with flag 907683/400526
49.49/48.59	c cleaning 28001 clauses out of 56009 with flag 975224/429525
53.68/52.73	c cleaning 29001 clauses out of 58008 with flag 1046753/459525
58.58/57.53	c cleaning 30003 clauses out of 60007 with flag 1126938/490525
63.38/62.39	c cleaning 31004 clauses out of 62007 with flag 1208741/522528
68.37/67.35	c cleaning 31996 clauses out of 64000 with flag 1305564/555525
73.78/72.79	c cleaning 33003 clauses out of 66006 with flag 1399659/589527
79.87/78.84	c cleaning 33998 clauses out of 68004 with flag 1501180/624528
86.18/85.07	c cleaning 34997 clauses out of 70004 with flag 1605686/660526
92.88/91.75	c cleaning 36002 clauses out of 72007 with flag 1726490/697526
99.29/98.19	c cleaning 36997 clauses out of 74004 with flag 1831073/735525
106.59/105.46	c cleaning 38004 clauses out of 76007 with flag 1937948/774525
114.42/113.12	c cleaning 38999 clauses out of 78003 with flag 2050445/814525
122.02/120.79	c cleaning 39998 clauses out of 80004 with flag 2185050/855525
129.82/128.55	c cleaning 41003 clauses out of 82006 with flag 2305137/897525
137.22/135.95	c cleaning 41998 clauses out of 84003 with flag 2414030/940525
146.06/144.69	c cleaning 42997 clauses out of 86005 with flag 2533662/984525
154.37/152.91	c cleaning 43998 clauses out of 88008 with flag 2649464/1029525
163.06/161.69	c cleaning 45005 clauses out of 90016 with flag 2787223/1075531
172.61/171.03	c cleaning 45998 clauses out of 92005 with flag 2931185/1122525
182.30/180.73	c cleaning 47002 clauses out of 94007 with flag 3063920/1170525
191.91/190.39	c cleaning 47999 clauses out of 96006 with flag 3192140/1219526
203.30/201.74	c cleaning 49004 clauses out of 98007 with flag 3323701/1269526
214.63/212.92	c cleaning 50001 clauses out of 100002 with flag 3464954/1320525
225.04/223.38	c cleaning 50999 clauses out of 102001 with flag 3579004/1372525
237.72/235.90	c cleaning 51996 clauses out of 104003 with flag 3717081/1425526
250.13/248.21	c cleaning 53002 clauses out of 106009 with flag 3867718/1479528
264.13/262.24	c cleaning 53998 clauses out of 108004 with flag 4021284/1534525
278.68/276.64	c cleaning 55003 clauses out of 110006 with flag 4169844/1590525
292.39/290.31	c cleaning 55995 clauses out of 112004 with flag 4320177/1647526
306.93/304.77	c cleaning 57001 clauses out of 114013 with flag 4468998/1705530
322.63/320.45	c cleaning 57996 clauses out of 116010 with flag 4625181/1764528
337.74/335.53	c cleaning 59003 clauses out of 118012 with flag 4759047/1824526
355.42/353.19	c cleaning 60003 clauses out of 120008 with flag 4937575/1885525
370.32/368.03	c cleaning 61000 clauses out of 122007 with flag 5091240/1947527
384.48/382.18	c cleaning 61999 clauses out of 124006 with flag 5234771/2010526
400.69/398.31	c cleaning 62996 clauses out of 126006 with flag 5383891/2074525
415.35/412.93	c cleaning 64000 clauses out of 128010 with flag 5541633/2139525
433.26/430.88	c cleaning 65001 clauses out of 130010 with flag 5713739/2205525
450.37/447.84	c cleaning 66005 clauses out of 132010 with flag 5874282/2272526
467.47/464.95	c cleaning 67001 clauses out of 134007 with flag 6035445/2340528
486.84/484.29	c cleaning 68000 clauses out of 136003 with flag 6210221/2409525
507.54/504.91	c cleaning 69000 clauses out of 138006 with flag 6392360/2479528
529.81/527.14	c cleaning 69996 clauses out of 140003 with flag 6570045/2550525
554.40/551.67	c cleaning 71001 clauses out of 142007 with flag 6775129/2622525
575.60/572.87	c cleaning 71994 clauses out of 144006 with flag 6968060/2695525
598.88/596.03	c cleaning 73006 clauses out of 146014 with flag 7155274/2769527
622.65/619.72	c cleaning 73997 clauses out of 148008 with flag 7348383/2844527
646.35/643.47	c cleaning 74999 clauses out of 150009 with flag 7556025/2920525
669.09/666.17	c cleaning 76006 clauses out of 152011 with flag 7756934/2997526
694.85/691.85	c cleaning 76999 clauses out of 154004 with flag 7970569/3075525
722.04/718.99	c cleaning 78001 clauses out of 156005 with flag 8193734/3154525
748.34/745.23	c cleaning 78999 clauses out of 158005 with flag 8416644/3234526
776.78/773.65	c cleaning 79997 clauses out of 160005 with flag 8633153/3315525
802.23/799.06	c cleaning 81000 clauses out of 162009 with flag 8833392/3397526
830.39/827.20	c cleaning 82001 clauses out of 164008 with flag 9046327/3480525
860.07/856.79	c cleaning 82998 clauses out of 166007 with flag 9267841/3564525
887.86/884.50	c cleaning 84005 clauses out of 168009 with flag 9494844/3649525
918.57/915.12	c cleaning 84999 clauses out of 170004 with flag 9730409/3735525
949.71/946.26	c cleaning 85997 clauses out of 172006 with flag 9982175/3822526
981.95/978.41	c cleaning 87001 clauses out of 174010 with flag 10242450/3910527
1017.27/1013.77	c cleaning 87998 clauses out of 176007 with flag 10495529/3999525
1054.98/1051.44	c cleaning 89001 clauses out of 178009 with flag 10729065/4089525
1088.21/1084.69	c cleaning 90005 clauses out of 180012 with flag 10968009/4180529
1121.09/1117.44	c cleaning 90997 clauses out of 182003 with flag 11209120/4272525
1157.09/1153.31	c cleaning 91997 clauses out of 184008 with flag 11472235/4365527
1193.95/1190.14	c cleaning 93004 clauses out of 186011 with flag 11750556/4459527
1234.57/1230.74	c cleaning 93996 clauses out of 188006 with flag 12018037/4554526
1275.39/1271.50	c cleaning 95000 clauses out of 190009 with flag 12288021/4650525
1318.70/1314.71	c cleaning 95996 clauses out of 192010 with flag 12565934/4747526
1359.47/1355.46	c cleaning 97001 clauses out of 194013 with flag 12843151/4845525
1400.91/1396.81	c cleaning 98005 clauses out of 196015 with flag 13110477/4944528
1444.34/1440.12	c cleaning 99001 clauses out of 198008 with flag 13400772/5044526
1489.34/1485.01	c cleaning 99998 clauses out of 200006 with flag 13659815/5145525
1533.46/1529.01	c cleaning 100998 clauses out of 202008 with flag 13937895/5247525
1573.30/1568.88	c cleaning 101997 clauses out of 204010 with flag 14210223/5350525
1610.62/1606.05	c cleaning 103006 clauses out of 206016 with flag 14484107/5454528
1650.71/1646.06	c cleaning 103998 clauses out of 208008 with flag 14762108/5559526
1703.37/1698.63	c cleaning 105004 clauses out of 210009 with flag 15048100/5665525
1743.58/1738.75	c cleaning 105992 clauses out of 212006 with flag 15320905/5772526
1795.50/1790.52	c cleaning 107000 clauses out of 214014 with flag 15622651/5880526
1800.00/1795.00	c starts		: 14954
1800.00/1795.00	c conflicts		: 5898702
1800.00/1795.00	c decisions		: 6538140
1800.00/1795.00	c propagations		: 145894455
1800.00/1795.00	c inspects		: 26995671295
1800.00/1795.00	c shortcuts		: 0
1800.00/1795.00	c learnt literals	: 0
1800.00/1795.00	c learnt binary clauses	: 0
1800.00/1795.00	c learnt ternary clauses	: 672
1800.00/1795.00	c learnt constraints	: 5898702
1800.00/1795.00	c ignored constraints	: 0
1800.00/1795.00	c root simplifications	: 0
1800.00/1795.00	c removed literals (reason simplification)	: 0
1800.00/1795.00	c reason swapping (by a shorter reason)	: 0
1800.00/1795.00	c Calls to reduceDB	: 104
1800.00/1795.00	c Number of update (reduction) of LBD	: 118893
1800.00/1795.00	c Imported unit clauses	: 0
1800.00/1795.00	c number of reductions to clauses (during analyze)	: 0
1800.00/1795.00	c number of learned constraints concerned by reduction	: 0
1800.00/1795.00	c number of learning phase by resolution	: 0
1800.00/1795.00	c number of learning phase by cutting planes	: 0
1800.00/1795.00	c speed (assignments/second)	: 81288.93548121091
1800.00/1795.00	c non guided choices	72
1800.00/1795.03	c learnt constraints type 
1800.00/1795.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 125190
1800.00/1795.03	s SATISFIABLE
1800.00/1795.03	c Found 47 solution(s)
1800.00/1795.03	v -x1 x2 -x3 -x4 -x5 -x6 x7 -x8 x9 -x10 -x11 -x12 x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 x25 x26 x27 x28 x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 x37 -x38 -x39 x40 -x41 -x42 -x43 -x44 -x45 -x46 x47 -x48 -x49 x50 -x51 -x52 -x53 -x54 -x55 -x56 x57 x58 -x59 -x60 -x61 x62 -x63 -x64 -x65 -x66 x67 -x68 x69 -x70 -x71 -x72 x73 -x74 x75 -x76 -x77 x78 -x79 x80 x81 x82 x83 x84 x85 x86 x87 -x88 -x89 x90 x91 -x92 -x93 -x94 -x95 -x96 x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 x150 -x151 -x152 -x153 -x154 -x155 -x156 x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 x184 x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 x268 x269 x270 x271 -x272 -x273 -x274 -x275 x276 x277 x278 x279 -x280 x281 x282 x283 -x284 -x285 -x286 -x287 x288 -x289 -x290 x291 x292 x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 x357 x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 
1800.00/1795.03	c objective function=56
1800.00/1795.03	c Total wall clock time (in seconds): 1794.914

Verifier Data

OK	56

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-4118452-1467229791/watcher-4118452-1467229791 -o /tmp/evaluation-result-4118452-1467229791/solver-4118452-1467229791 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1467208989-4834 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4118452-1467229791.opb 

pid=7859
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: 2.11 2.20 2.21 4/196 7862
/proc/meminfo: memFree=26687740/32872528 swapFree=1483896/1661724
[pid=7862] ppid=7859 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/7862/stat : 7862 (java) D 7859 7862 4818 0 -1 4202496 375 0 0 0 0 0 0 0 20 0 1 0 3931619 2560000 46 33554432000 1073741824 1073778376 140736942512224 140736942509352 273896533287 0 0 4096 0 18446744072100756772 0 0 17 0 0 0 0 0 0
/proc/7862/statm: 625 46 37 9 0 29 0

[startup+0.100059 s]
/proc/loadavg: 2.11 2.20 2.21 4/196 7862
/proc/meminfo: memFree=26687740/32872528 swapFree=1483896/1661724
[pid=7862] ppid=7859 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/7862/stat : 7862 (java) S 7859 7862 4818 0 -1 4202496 4387 0 1 0 8 1 0 0 20 0 18 0 3931619 9787879424 6020 33554432000 1073741824 1073778376 140736942512224 140736942503360 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7862/statm: 2389619 6020 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200273 s]
/proc/loadavg: 2.11 2.20 2.21 4/196 7862
/proc/meminfo: memFree=26687740/32872528 swapFree=1483896/1661724
[pid=7862] ppid=7859 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/7862/stat : 7862 (java) S 7859 7862 4818 0 -1 4202496 4759 0 1 0 24 1 0 0 20 0 18 0 3931619 9787879424 6855 33554432000 1073741824 1073778376 140736942512224 140736942503360 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7862/statm: 2389619 6855 2211 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300284 s]
/proc/loadavg: 2.11 2.20 2.21 4/196 7862
/proc/meminfo: memFree=26687740/32872528 swapFree=1483896/1661724
[pid=7862] ppid=7859 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/7862/stat : 7862 (java) S 7859 7862 4818 0 -1 4202496 6709 0 1 0 44 1 0 0 20 0 19 0 3931619 9856040960 9050 33554432000 1073741824 1073778376 140736942512224 140736942503360 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7862/statm: 2406260 9050 2245 9 0 2396937 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9625040

[startup+0.700221 s]
/proc/loadavg: 2.11 2.20 2.21 4/196 7862
/proc/meminfo: memFree=26687740/32872528 swapFree=1483896/1661724
[pid=7862] ppid=7859 vsize=9625040 CPUtime=1.37 cores=0,2,4,6
/proc/7862/stat : 7862 (java) S 7859 7862 4818 0 -1 4202496 10580 0 1 0 136 1 0 0 20 0 19 0 3931619 9856040960 12691 33554432000 1073741824 1073778376 140736942512224 140736942503360 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7862/statm: 2406260 12691 2256 9 0 2396937 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 9625040

[startup+1.50073 s]
/proc/loadavg: 2.11 2.20 2.21 4/215 7881
/proc/meminfo: memFree=26639308/32872528 swapFree=1483896/1661724
[pid=7862] ppid=7859 vsize=9625040 CPUtime=2.33 cores=0,2,4,6
/proc/7862/stat : 7862 (java) S 7859 7862 4818 0 -1 4202496 10602 0 1 0 231 2 0 0 20 0 19 0 3931619 9856040960 15267 33554432000 1073741824 1073778376 140736942512224 140736942503360 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7862/statm: 2406260 15267 2265 9 0 2396937 0
[pid=7862/tid=7864] ppid=7859 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/7862/task/7864/stat : 7864 (java) R 7859 7862 4818 0 -1 4202560 2418 0 1 0 146 0 0 0 20 0 19 0 3931620 9856040960 15267 33554432000 1073741824 1073778376 140736942512224 140020732305976 140020581630266 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7862/tid=7865] ppid=7859 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7862/task/7865/stat : 7865 (java) S 7859 7862 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3931622 9856040960 15267 33554432000 1073741824 1073778376 140736942512224 140020704758056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7862/tid=7866] ppid=7859 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7862/task/7866/stat : 7866 (java) S 7859 7862 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3931622 9856040960 15267 33554432000 1073741824 1073778376 140736942512224 140020703705256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7862/tid=7867] ppid=7859 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7862/task/7867/stat : 7867 (java) S 7859 7862 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3931622 9856040960 15267 33554432000 1073741824 1073778376 140736942512224 140020702652968 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7862/tid=7868] ppid=7859 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7862/task/7868/stat : 7868 (java) S 7859 7862 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3931622 9856040960 15267 33554432000 1073741824 1073778376 140736942512224 140020701600168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7862/tid=7869] ppid=7859 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7862/task/7869/stat : 7869 (java) S 7859 7862 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3931622 9856040960 15267 33554432000 1073741824 1073778376 140736942512224 140020700547880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7862/tid=7870] ppid=7859 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7862/task/7870/stat : 7870 (java) S 7859 7862 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3931622 9856040960 15267 33554432000 1073741824 1073778376 140736942512224 140020570172072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7862/tid=7871] ppid=7859 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7862/task/7871/stat : 7871 (java) S 7859 7862 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3931622 9856040960 15267 33554432000 1073741824 1073778376 140736942512224 140020569119784 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7862/tid=7872] ppid=7859 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7862/task/7872/stat : 7872 (java) S 7859 7862 4818 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3931622 9856040960 15267 33554432000 1073741824 1073778376 140736942512224 140020568066984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7862/tid=7873] ppid=7859 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7862/task/7873/stat : 7873 (java) S 7859 7862 4818 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 3931623 9856040960 15267 33554432000 1073741824 1073778376 140736942512224 140020085119208 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7862/tid=7874] ppid=7859 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7862/task/7874/stat : 7874 (java) S 7859 7862 4818 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 3931623 9856040960 15267 33554432000 1073741824 1073778376 140736942512224 140020084065272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7862/tid=7875] ppid=7859 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7862/task/7875/stat : 7875 (java) S 7859 7862 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3931623 9856040960 15267 33554432000 1073741824 1073778376 140736942512224 140020083012872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7862/tid=7876] ppid=7859 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7862/task/7876/stat : 7876 (java) S 7859 7862 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3931626 9856040960 15267 33554432000 1073741824 1073778376 140736942512224 140020081961360 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7862/tid=7877] ppid=7859 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/7862/task/7877/stat : 7877 (java) S 7859 7862 4818 0 -1 4202560 3951 0 0 0 47 0 0 0 20 0 19 0 3931626 9856040960 15267 33554432000 1073741824 1073778376 140736942512224 140020080908984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7862/tid=7878] ppid=7859 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/7862/task/7878/stat : 7878 (java) S 7859 7862 4818 0 -1 4202560 2961 0 0 0 35 0 0 0 20 0 19 0 3931626 9856040960 15267 33554432000 1073741824 1073778376 140736942512224 140020079856184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7862/tid=7879] ppid=7859 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7862/task/7879/stat : 7879 (java) S 7859 7862 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3931626 9856040960 15267 33554432000 1073741824 1073778376 140736942512224 140020078804088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7862/tid=7880] ppid=7859 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7862/task/7880/stat : 7880 (java) S 7859 7862 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3931626 9856040960 15267 33554432000 1073741824 1073778376 140736942512224 140020077751496 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7862/tid=7881] ppid=7859 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7862/task/7881/stat : 7881 (java) S 7859 7862 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3931644 9856040960 15267 33554432000 1073741824 1073778376 140736942512224 140020076696488 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 9625040

[startup+3.10074 s]
/proc/loadavg: 2.18 2.21 2.21 4/215 7881
/proc/meminfo: memFree=26624600/32872528 swapFree=1483896/1661724
[pid=7862] ppid=7859 vsize=9625040 CPUtime=3.95 cores=0,2,4,6
/proc/7862/stat : 7862 (java) S 7859 7862 4818 0 -1 4202496 10614 0 1 0 393 2 0 0 20 0 19 0 3931619 9856040960 19876 33554432000 1073741824 1073778376 140736942512224 140736942503360 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7862/statm: 2406260 19876 2265 9 0 2396937 0
[pid=7862/tid=7864] ppid=7859 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/7862/task/7864/stat : 7864 (java) R 7859 7862 4818 0 -1 4202560 2429 0 1 0 304 1 0 0 20 0 19 0 3931620 9856040960 19876 33554432000 1073741824 1073778376 140736942512224 140020732305880 140020581693621 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7862/tid=7865] ppid=7859 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7862/task/7865/stat : 7865 (java) S 7859 7862 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3931622 9856040960 19876 33554432000 1073741824 1073778376 140736942512224 140020704758056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7862/tid=7866] ppid=7859 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7862/task/7866/stat : 7866 (java) S 7859 7862 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3931622 9856040960 19876 33554432000 1073741824 1073778376 140736942512224 140020703705256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7862/tid=7867] ppid=7859 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7862/task/7867/stat : 7867 (java) S 7859 7862 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3931622 9856040960 19876 33554432000 1073741824 1073778376 140736942512224 140020702652968 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7862/tid=7868] ppid=7859 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7862/task/7868/stat : 7868 (java) S 7859 7862 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3931622 9856040960 19876 33554432000 1073741824 1073778376 140736942512224 140020701600168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7862/tid=7869] ppid=7859 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7862/task/7869/stat : 7869 (java) S 7859 7862 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3931622 9856040960 19876 33554432000 1073741824 1073778376 140736942512224 140020700547880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7862/tid=7870] ppid=7859 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7862/task/7870/stat : 7870 (java) S 7859 7862 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3931622 9856040960 19876 33554432000 1073741824 1073778376 140736942512224 140020570172072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7862/tid=7871] ppid=7859 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7862/task/7871/stat : 7871 (java) S 7859 7862 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3931622 9856040960 19876 33554432000 1073741824 1073778376 140736942512224 140020569119784 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7862/tid=7872] ppid=7859 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7862/task/7872/stat : 7872 (java) S 7859 7862 4818 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3931622 9856040960 19876 33554432000 1073741824 1073778376 140736942512224 140020568066984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7862/tid=7873] ppid=7859 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7862/task/7873/stat : 7873 (java) S 7859 7862 4818 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 3931623 9856040960 19876 33554432000 1073741824 1073778376 140736942512224 140020085119208 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7862/tid=7874] ppid=7859 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7862/task/7874/stat : 7874 (java) S 7859 7862 4818 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 3931623 9856040960 19876 33554432000 1073741824 1073778376 140736942512224 140020084065272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7862/tid=7875] ppid=7859 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7862/task/7875/stat : 7875 (java) S 7859 7862 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3931623 9856040960 19876 33554432000 1073741824 1073778376 140736942512224 140020083012872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7862/tid=7876] ppid=7859 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7862/task/7876/stat : 7876 (java) S 7859 7862 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3931626 9856040960 19876 33554432000 1073741824 1073778376 140736942512224 140020081961360 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7862/tid=7877] ppid=7859 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/7862/task/7877/stat : 7877 (java) S 7859 7862 4818 0 -1 4202560 3952 0 0 0 49 0 0 0 20 0 19 0 3931626 9856040960 19876 33554432000 1073741824 1073778376 140736942512224 140020080908984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7862/tid=7878] ppid=7859 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/7862/task/7878/stat : 7878 (java) S 7859 7862 4818 0 -1 4202560 2961 0 0 0 35 0 0 0 20 0 19 0 3931626 9856040960 19876 33554432000 1073741824 1073778376 140736942512224 140020079856184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7862/tid=7879] ppid=7859 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7862/task/7879/stat : 7879 (java) S 7859 7862 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3931626 9856040960 19876 33554432000 1073741824 1073778376 140736942512224 140020078804088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7862/tid=7880] ppid=7859 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7862/task/7880/stat : 7880 (java) S 7859 7862 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3931626 9856040960 19876 33554432000 1073741824 1073778376 140736942512224 140020077751496 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7862/tid=7881] ppid=7859 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7862/task/7881/stat : 7881 (java) S 7859 7862 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3931644 9856040960 19876 33554432000 1073741824 1073778376 140736942512224 140020076696488 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.95
Current children cumulated vsize (KiB) 9625040

[startup+6.30076 s]
/proc/loadavg: 2.18 2.21 2.21 3/215 7881
/proc/meminfo: memFree=26601836/32872528 swapFree=1483896/1661724
[pid=7862] ppid=7859 vsize=9625040 CPUtime=7.17 cores=0,2,4,6
/proc/7862/stat : 7862 (java) S 7859 7862 4818 0 -1 4202496 10630 0 1 0 715 2 0 0 20 0 19 0 3931619 9856040960 26981 33554432000 1073741824 1073778376 140736942512224 140736942503360 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7862/statm: 2406260 26981 2266 9 0 2396937 0
[pid=7862/tid=7864] ppid=7859 vsize=9625040 CPUtime=6.24 cores=0,2,4,6
/proc/7862/task/7864/stat : 7864 (java) R 7859 7862 4818 0 -1 4202560 2444 0 1 0 623 1 0 0 20 0 19 0 3931620 9856040960 26981 33554432000 1073741824 1073778376 140736942512224 140020732296912 140020581673792 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7862/tid=7865] ppid=7859 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7862/task/7865/stat : 7865 (java) S 7859 7862 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3931622 9856040960 26981 33554432000 1073741824 1073778376 140736942512224 140020704758056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7862/tid=7866] ppid=7859 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7862/task/7866/stat : 7866 (java) S 7859 7862 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3931622 9856040960 26981 33554432000 1073741824 1073778376 140736942512224 140020703705256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7862/tid=7867] ppid=7859 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7862/task/7867/stat : 7867 (java) S 7859 7862 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3931622 9856040960 26981 33554432000 1073741824 1073778376 140736942512224 140020702652968 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7862/tid=7868] ppid=7859 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7862/task/7868/stat : 7868 (java) S 7859 7862 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3931622 9856040960 26981 33554432000 1073741824 1073778376 140736942512224 140020701600168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7862/tid=7869] ppid=7859 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7862/task/7869/stat : 7869 (java) S 7859 7862 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3931622 9856040960 26981 33554432000 1073741824 1073778376 140736942512224 140020700547880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7862/tid=7870] ppid=7859 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7862/task/7870/stat : 7870 (java) S 7859 7862 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3931622 9856040960 26981 33554432000 1073741824 1073778376 140736942512224 140020570172072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7862/tid=7871] ppid=7859 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7862/task/7871/stat : 7871 (java) S 7859 7862 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3931622 9856040960 26981 33554432000 1073741824 1073778376 140736942512224 140020569119784 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7862/tid=7872] ppid=7859 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7862/task/7872/stat : 7872 (java) S 7859 7862 4818 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3931622 9856040960 26981 33554432000 1073741824 1073778376 140736942512224 140020568066984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7862/tid=7873] ppid=7859 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7862/task/7873/stat : 7873 (java) S 7859 7862 4818 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 3931623 9856040960 26981 33554432000 1073741824 1073778376 140736942512224 140020085119208 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7862/tid=7874] ppid=7859 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7862/task/7874/stat : 7874 (java) S 7859 7862 4818 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 3931623 9856040960 26981 33554432000 1073741824 1073778376 140736942512224 140020084065272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7862/tid=7875] ppid=7859 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7862/task/7875/stat : 7875 (java) S 7859 7862 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3931623 9856040960 26981 33554432000 1073741824 1073778376 140736942512224 140020083012872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7862/tid=7876] ppid=7859 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7862/task/7876/stat : 7876 (java) S 7859 7862 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3931626 9856040960 26981 33554432000 1073741824 1073778376 140736942512224 140020081961360 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7862/tid=7877] ppid=7859 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/7862/task/7877/stat : 7877 (java) S 7859 7862 4818 0 -1 4202560 3952 0 0 0 52 0 0 0 20 0 19 0 3931626 9856040960 26981 33554432000 1073741824 1073778376 140736942512224 140020080908984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7862/tid=7878] ppid=7859 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/7862/task/7878/stat : 7878 (java) S 7859 7862 4818 0 -1 4202560 2961 0 0 0 35 0 0 0 20 0 19 0 3931626 9856040960 26981 33554432000 1073741824 1073778376 140736942512224 140020079856184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7862/tid=7879] ppid=7859 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7862/task/7879/stat : 7879 (java) S 7859 7862 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3931626 9856040960 26981 33554432000 1073741824 1073778376 140736942512224 140020078804088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7862/tid=7880] ppid=7859 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7862/task/7880/stat : 7880 (java) S 7859 7862 4818 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 3931626 9856040960 26981 33554432000 1073741824 1073778376 140736942512224 140020077751496 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7862/tid=7881] ppid=7859 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7862/task/7881/stat : 7881 (java) S 7859 7862 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3931644 9856040960 26981 33554432000 1073741824 1073778376 140736942512224 140020076696488 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.17
Current children cumulated vsize (KiB) 9625040


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

[pid=7862/tid=7881] ppid=7859 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7862/task/7881/stat : 7881 (java) S 7859 7862 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3931644 9856040960 106977 33554432000 1073741824 1073778376 140736942512224 140020076696488 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1667.02
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.44 2.35 2.28 4/215 8010
/proc/meminfo: memFree=26665088/32872528 swapFree=1483896/1661724
[pid=7862] ppid=7859 vsize=9625040 CPUtime=1727.09 cores=0,2,4,6
/proc/7862/stat : 7862 (java) S 7859 7862 4818 0 -1 4202496 13508 0 1 0 172631 78 0 0 20 0 19 0 3931619 9856040960 105893 33554432000 1073741824 1073778376 140736942512224 140736942503360 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7862/statm: 2406260 105893 2288 9 0 2396937 0
[pid=7862/tid=7864] ppid=7859 vsize=9625040 CPUtime=1715.92 cores=0,2,4,6
/proc/7862/task/7864/stat : 7864 (java) R 7859 7862 4818 0 -1 4202560 2529 0 1 0 171563 29 0 0 20 0 19 0 3931620 9856040960 105893 33554432000 1073741824 1073778376 140736942512224 140020732305808 140020581693136 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7862/tid=7865] ppid=7859 vsize=9625040 CPUtime=0.75 cores=0,2,4,6
/proc/7862/task/7865/stat : 7865 (java) S 7859 7862 4818 0 -1 4202560 422 0 0 0 68 7 0 0 20 0 19 0 3931622 9856040960 105893 33554432000 1073741824 1073778376 140736942512224 140020704758056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7862/tid=7866] ppid=7859 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/7862/task/7866/stat : 7866 (java) S 7859 7862 4818 0 -1 4202560 284 0 0 0 57 6 0 0 20 0 19 0 3931622 9856040960 105893 33554432000 1073741824 1073778376 140736942512224 140020703705256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7862/tid=7867] ppid=7859 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/7862/task/7867/stat : 7867 (java) S 7859 7862 4818 0 -1 4202560 305 0 0 0 55 7 0 0 20 0 19 0 3931622 9856040960 105893 33554432000 1073741824 1073778376 140736942512224 140020702652968 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7862/tid=7868] ppid=7859 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/7862/task/7868/stat : 7868 (java) S 7859 7862 4818 0 -1 4202560 276 0 0 0 57 6 0 0 20 0 19 0 3931622 9856040960 105893 33554432000 1073741824 1073778376 140736942512224 140020701600168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7862/tid=7869] ppid=7859 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/7862/task/7869/stat : 7869 (java) S 7859 7862 4818 0 -1 4202560 342 0 0 0 59 6 0 0 20 0 19 0 3931622 9856040960 105893 33554432000 1073741824 1073778376 140736942512224 140020700547880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7862/tid=7870] ppid=7859 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/7862/task/7870/stat : 7870 (java) S 7859 7862 4818 0 -1 4202560 425 0 0 0 63 7 0 0 20 0 19 0 3931622 9856040960 105893 33554432000 1073741824 1073778376 140736942512224 140020570172072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7862/tid=7871] ppid=7859 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/7862/task/7871/stat : 7871 (java) S 7859 7862 4818 0 -1 4202560 179 0 0 0 58 6 0 0 20 0 19 0 3931622 9856040960 105893 33554432000 1073741824 1073778376 140736942512224 140020569119784 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7862/tid=7872] ppid=7859 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/7862/task/7872/stat : 7872 (java) S 7859 7862 4818 0 -1 4202560 246 0 0 0 54 6 0 0 20 0 19 0 3931622 9856040960 105893 33554432000 1073741824 1073778376 140736942512224 140020568066984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7862/tid=7873] ppid=7859 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/7862/task/7873/stat : 7873 (java) S 7859 7862 4818 0 -1 4202560 221 0 0 0 30 2 0 0 20 0 19 0 3931623 9856040960 105893 33554432000 1073741824 1073778376 140736942512224 140020085119208 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7862/tid=7874] ppid=7859 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7862/task/7874/stat : 7874 (java) S 7859 7862 4818 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3931623 9856040960 105893 33554432000 1073741824 1073778376 140736942512224 140020084065272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7862/tid=7875] ppid=7859 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7862/task/7875/stat : 7875 (java) S 7859 7862 4818 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3931623 9856040960 105893 33554432000 1073741824 1073778376 140736942512224 140020083012872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7862/tid=7876] ppid=7859 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7862/task/7876/stat : 7876 (java) S 7859 7862 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3931626 9856040960 105893 33554432000 1073741824 1073778376 140736942512224 140020081961360 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7862/tid=7877] ppid=7859 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/7862/task/7877/stat : 7877 (java) S 7859 7862 4818 0 -1 4202560 3960 0 0 0 54 0 0 0 20 0 19 0 3931626 9856040960 105893 33554432000 1073741824 1073778376 140736942512224 140020080908984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7862/tid=7878] ppid=7859 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/7862/task/7878/stat : 7878 (java) S 7859 7862 4818 0 -1 4202560 2961 0 0 0 35 0 0 0 20 0 19 0 3931626 9856040960 105893 33554432000 1073741824 1073778376 140736942512224 140020079856184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7862/tid=7879] ppid=7859 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7862/task/7879/stat : 7879 (java) S 7859 7862 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3931626 9856040960 105893 33554432000 1073741824 1073778376 140736942512224 140020078804088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7862/tid=7880] ppid=7859 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/7862/task/7880/stat : 7880 (java) S 7859 7862 4818 0 -1 4202560 100 0 0 0 29 35 0 0 20 0 19 0 3931626 9856040960 105893 33554432000 1073741824 1073778376 140736942512224 140020077751496 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7862/tid=7881] ppid=7859 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7862/task/7881/stat : 7881 (java) S 7859 7862 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3931644 9856040960 105893 33554432000 1073741824 1073778376 140736942512224 140020076696488 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1727.09
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.49 2.37 2.29 3/215 8012
/proc/meminfo: memFree=26629032/32872528 swapFree=1483896/1661724
[pid=7862] ppid=7859 vsize=9625040 CPUtime=1787.3 cores=0,2,4,6
/proc/7862/stat : 7862 (java) S 7859 7862 4818 0 -1 4202496 13522 0 1 0 178650 80 0 0 20 0 19 0 3931619 9856040960 104596 33554432000 1073741824 1073778376 140736942512224 140736942503360 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7862/statm: 2406260 104596 2288 9 0 2396937 0
[pid=7862/tid=7864] ppid=7859 vsize=9625040 CPUtime=1775.68 cores=0,2,4,6
/proc/7862/task/7864/stat : 7864 (java) R 7859 7862 4818 0 -1 4202560 2532 0 1 0 177539 29 0 0 20 0 19 0 3931620 9856040960 104596 33554432000 1073741824 1073778376 140736942512224 140020732304608 140020581693561 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7862/tid=7865] ppid=7859 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/7862/task/7865/stat : 7865 (java) S 7859 7862 4818 0 -1 4202560 422 0 0 0 73 7 0 0 20 0 19 0 3931622 9856040960 104596 33554432000 1073741824 1073778376 140736942512224 140020704758056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7862/tid=7866] ppid=7859 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/7862/task/7866/stat : 7866 (java) S 7859 7862 4818 0 -1 4202560 284 0 0 0 60 6 0 0 20 0 19 0 3931622 9856040960 104596 33554432000 1073741824 1073778376 140736942512224 140020703705256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7862/tid=7867] ppid=7859 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/7862/task/7867/stat : 7867 (java) S 7859 7862 4818 0 -1 4202560 305 0 0 0 58 7 0 0 20 0 19 0 3931622 9856040960 104596 33554432000 1073741824 1073778376 140736942512224 140020702652968 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7862/tid=7868] ppid=7859 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/7862/task/7868/stat : 7868 (java) S 7859 7862 4818 0 -1 4202560 276 0 0 0 60 6 0 0 20 0 19 0 3931622 9856040960 104596 33554432000 1073741824 1073778376 140736942512224 140020701600168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7862/tid=7869] ppid=7859 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/7862/task/7869/stat : 7869 (java) S 7859 7862 4818 0 -1 4202560 342 0 0 0 61 6 0 0 20 0 19 0 3931622 9856040960 104596 33554432000 1073741824 1073778376 140736942512224 140020700547880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7862/tid=7870] ppid=7859 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/7862/task/7870/stat : 7870 (java) S 7859 7862 4818 0 -1 4202560 427 0 0 0 65 7 0 0 20 0 19 0 3931622 9856040960 104596 33554432000 1073741824 1073778376 140736942512224 140020570172072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7862/tid=7871] ppid=7859 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/7862/task/7871/stat : 7871 (java) S 7859 7862 4818 0 -1 4202560 179 0 0 0 62 6 0 0 20 0 19 0 3931622 9856040960 104596 33554432000 1073741824 1073778376 140736942512224 140020569119784 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7862/tid=7872] ppid=7859 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/7862/task/7872/stat : 7872 (java) S 7859 7862 4818 0 -1 4202560 246 0 0 0 59 6 0 0 20 0 19 0 3931622 9856040960 104596 33554432000 1073741824 1073778376 140736942512224 140020568066984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7862/tid=7873] ppid=7859 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/7862/task/7873/stat : 7873 (java) S 7859 7862 4818 0 -1 4202560 224 0 0 0 30 2 0 0 20 0 19 0 3931623 9856040960 104596 33554432000 1073741824 1073778376 140736942512224 140020085119208 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7862/tid=7874] ppid=7859 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7862/task/7874/stat : 7874 (java) S 7859 7862 4818 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3931623 9856040960 104596 33554432000 1073741824 1073778376 140736942512224 140020084065272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7862/tid=7875] ppid=7859 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7862/task/7875/stat : 7875 (java) S 7859 7862 4818 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3931623 9856040960 104596 33554432000 1073741824 1073778376 140736942512224 140020083012872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7862/tid=7876] ppid=7859 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7862/task/7876/stat : 7876 (java) S 7859 7862 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3931626 9856040960 104596 33554432000 1073741824 1073778376 140736942512224 140020081961360 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7862/tid=7877] ppid=7859 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/7862/task/7877/stat : 7877 (java) S 7859 7862 4818 0 -1 4202560 3962 0 0 0 55 0 0 0 20 0 19 0 3931626 9856040960 104596 33554432000 1073741824 1073778376 140736942512224 140020080908984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7862/tid=7878] ppid=7859 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/7862/task/7878/stat : 7878 (java) S 7859 7862 4818 0 -1 4202560 2961 0 0 0 35 0 0 0 20 0 19 0 3931626 9856040960 104596 33554432000 1073741824 1073778376 140736942512224 140020079856184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7862/tid=7879] ppid=7859 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7862/task/7879/stat : 7879 (java) S 7859 7862 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3931626 9856040960 104596 33554432000 1073741824 1073778376 140736942512224 140020078804088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7862/tid=7880] ppid=7859 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/7862/task/7880/stat : 7880 (java) S 7859 7862 4818 0 -1 4202560 104 0 0 0 30 36 0 0 20 0 19 0 3931626 9856040960 104596 33554432000 1073741824 1073778376 140736942512224 140020077751496 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7862/tid=7881] ppid=7859 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7862/task/7881/stat : 7881 (java) S 7859 7862 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3931644 9856040960 104596 33554432000 1073741824 1073778376 140736942512224 140020076696488 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1787.3
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795 s]
/proc/loadavg: 2.38 2.35 2.28 4/215 8012
/proc/meminfo: memFree=26629036/32872528 swapFree=1483896/1661724
[pid=7862] ppid=7859 vsize=9625040 CPUtime=1800 cores=0,2,4,6
/proc/7862/stat : 7862 (java) S 7859 7862 4818 0 -1 4202496 13522 0 1 0 179920 80 0 0 20 0 19 0 3931619 9856040960 104596 33554432000 1073741824 1073778376 140736942512224 140736942503360 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7862/statm: 2406260 104596 2288 9 0 2396937 0
[pid=7862/tid=7864] ppid=7859 vsize=9625040 CPUtime=1788.34 cores=0,2,4,6
/proc/7862/task/7864/stat : 7864 (java) R 7859 7862 4818 0 -1 4202560 2532 0 1 0 178804 30 0 0 20 0 19 0 3931620 9856040960 104596 33554432000 1073741824 1073778376 140736942512224 140020732296912 140020581693561 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7862/tid=7865] ppid=7859 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/7862/task/7865/stat : 7865 (java) S 7859 7862 4818 0 -1 4202560 422 0 0 0 73 7 0 0 20 0 19 0 3931622 9856040960 104596 33554432000 1073741824 1073778376 140736942512224 140020704758056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7862/tid=7866] ppid=7859 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/7862/task/7866/stat : 7866 (java) S 7859 7862 4818 0 -1 4202560 284 0 0 0 60 6 0 0 20 0 19 0 3931622 9856040960 104596 33554432000 1073741824 1073778376 140736942512224 140020703705256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7862/tid=7867] ppid=7859 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/7862/task/7867/stat : 7867 (java) S 7859 7862 4818 0 -1 4202560 305 0 0 0 58 7 0 0 20 0 19 0 3931622 9856040960 104596 33554432000 1073741824 1073778376 140736942512224 140020702652968 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7862/tid=7868] ppid=7859 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/7862/task/7868/stat : 7868 (java) S 7859 7862 4818 0 -1 4202560 276 0 0 0 60 6 0 0 20 0 19 0 3931622 9856040960 104596 33554432000 1073741824 1073778376 140736942512224 140020701600168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7862/tid=7869] ppid=7859 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/7862/task/7869/stat : 7869 (java) S 7859 7862 4818 0 -1 4202560 342 0 0 0 61 6 0 0 20 0 19 0 3931622 9856040960 104596 33554432000 1073741824 1073778376 140736942512224 140020700547880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7862/tid=7870] ppid=7859 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/7862/task/7870/stat : 7870 (java) S 7859 7862 4818 0 -1 4202560 427 0 0 0 65 7 0 0 20 0 19 0 3931622 9856040960 104596 33554432000 1073741824 1073778376 140736942512224 140020570172072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7862/tid=7871] ppid=7859 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/7862/task/7871/stat : 7871 (java) S 7859 7862 4818 0 -1 4202560 179 0 0 0 62 6 0 0 20 0 19 0 3931622 9856040960 104596 33554432000 1073741824 1073778376 140736942512224 140020569119784 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7862/tid=7872] ppid=7859 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/7862/task/7872/stat : 7872 (java) S 7859 7862 4818 0 -1 4202560 246 0 0 0 59 6 0 0 20 0 19 0 3931622 9856040960 104596 33554432000 1073741824 1073778376 140736942512224 140020568066984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7862/tid=7873] ppid=7859 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/7862/task/7873/stat : 7873 (java) S 7859 7862 4818 0 -1 4202560 224 0 0 0 30 2 0 0 20 0 19 0 3931623 9856040960 104596 33554432000 1073741824 1073778376 140736942512224 140020085119208 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7862/tid=7874] ppid=7859 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7862/task/7874/stat : 7874 (java) S 7859 7862 4818 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3931623 9856040960 104596 33554432000 1073741824 1073778376 140736942512224 140020084065272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7862/tid=7875] ppid=7859 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7862/task/7875/stat : 7875 (java) S 7859 7862 4818 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3931623 9856040960 104596 33554432000 1073741824 1073778376 140736942512224 140020083012872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7862/tid=7876] ppid=7859 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7862/task/7876/stat : 7876 (java) S 7859 7862 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3931626 9856040960 104596 33554432000 1073741824 1073778376 140736942512224 140020081961360 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7862/tid=7877] ppid=7859 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/7862/task/7877/stat : 7877 (java) S 7859 7862 4818 0 -1 4202560 3962 0 0 0 55 0 0 0 20 0 19 0 3931626 9856040960 104596 33554432000 1073741824 1073778376 140736942512224 140020080908984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7862/tid=7878] ppid=7859 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/7862/task/7878/stat : 7878 (java) S 7859 7862 4818 0 -1 4202560 2961 0 0 0 35 0 0 0 20 0 19 0 3931626 9856040960 104596 33554432000 1073741824 1073778376 140736942512224 140020079856184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7862/tid=7879] ppid=7859 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7862/task/7879/stat : 7879 (java) S 7859 7862 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3931626 9856040960 104596 33554432000 1073741824 1073778376 140736942512224 140020078804088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7862/tid=7880] ppid=7859 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/7862/task/7880/stat : 7880 (java) S 7859 7862 4818 0 -1 4202560 104 0 0 0 30 36 0 0 20 0 19 0 3931626 9856040960 104596 33554432000 1073741824 1073778376 140736942512224 140020077751496 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7862/tid=7881] ppid=7859 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7862/task/7881/stat : 7881 (java) S 7859 7862 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3931644 9856040960 104596 33554432000 1073741824 1073778376 140736942512224 140020076696488 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9625040

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 7862 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 7862 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=719161
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=330797
# CPU time returned by wait4() is 1796.05
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1795.04
CPU time (s): 1800
CPU user time (s): 1799.2
CPU system time (s): 0.8
CPU usage (%): 100.277
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.72
system time used= 1.3308
maximum resident set size= 616700
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13567
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39680
involuntary context switches= 14649

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.1212 second user time and 11.9752 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-29 21:49:51
IDJOB=4118452
IDBENCH=111495
IDSOLVER=2546
FILE ID=node134/4118452-1467229791
RUNJOBID= node134-1467208989-4834
PBS_JOBID= 19997576
Free space on /tmp= 71708 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/minlplib2-pb-0.1.0/opb/normalized-edgecross10-030.lin.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4118452-1467229791/watcher-4118452-1467229791 -o /tmp/evaluation-result-4118452-1467229791/solver-4118452-1467229791 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1467208989-4834 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4118452-1467229791.opb

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

MD5SUM BENCH= 83b1232d1f44f8669566a6ba3d4a560a
RANDOM SEED=1851778206

node134.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.738
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.47
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.738
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	: 7358.89
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.738
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.738
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.738
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.54
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.738
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.738
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.738
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        26688532 kB
Buffers:          137724 kB
Cached:          2992488 kB
SwapCached:            0 kB
Active:           778232 kB
Inactive:        2998092 kB
Active(anon):     648836 kB
Inactive(anon):        0 kB
Active(file):     129396 kB
Inactive(file):  2998092 kB
Unevictable:     1661724 kB
Mlocked:         1483896 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               852 kB
Writeback:             0 kB
AnonPages:       2278812 kB
Mapped:            21644 kB
Shmem:               216 kB
Slab:             611628 kB
SReclaimable:      55640 kB
SUnreclaim:       555988 kB
KernelStack:        1776 kB
PageTables:         8916 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2494852 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    759808 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= 71708 MiB
End job on node134 at 2016-06-29 22:19:46