Trace number 4118863

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)-48 1800.75 901.075

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.10	c version PB16.v20160501
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c ManyCore solver with 2 solvers running in parallel
0.07/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Glucose 2.1 dynamic restart strategy
0.07/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-4118863-1467237245.opb
0.07/0.13	c reading problem ... 
0.07/0.14	c  objective function found
0.21/0.26	c ... done. Wall clock time 0.131s.
0.21/0.26	c declared #vars     576
0.21/0.26	c #constraints  896
0.21/0.27	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.21/0.27	c constraints type 
0.21/0.27	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 448
0.21/0.27	c org.sat4j.minisat.constraints.card.MinWatchCard => 64
0.21/0.27	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 384
0.21/0.27	c 896 constraints processed.
0.21/0.27	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.21/0.27	c constraints type 
0.21/0.27	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 448
0.21/0.27	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 64
0.21/0.27	c org.sat4j.pb.constraints.pb.MaxWatchPb => 384
0.21/0.27	c 896 constraints processed.
0.21/0.27	c objective function length is 384 literals
0.21/0.28	c And the winner is solver0
0.41/0.77	c SATISFIABLE
0.41/0.77	c OPTIMIZING...
0.41/0.77	c Got one! Elapsed wall clock time (in seconds):0.637
0.41/0.77	o -43
0.41/0.78	c And the winner is solver0
0.46/1.27	c Got one! Elapsed wall clock time (in seconds):1.14
0.46/1.27	o -44
0.93/1.42	c And the winner is solver0
1.14/1.78	c Got one! Elapsed wall clock time (in seconds):1.644
1.14/1.78	o -45
1.20/1.87	c And the winner is solver0
1.65/2.28	c Got one! Elapsed wall clock time (in seconds):2.146
1.65/2.28	o -46
2.39/2.54	c cleaning 2841 clauses out of 5682 with flag 8623/5682
2.67/2.62	c And the winner is solver0
2.82/2.78	c Got one! Elapsed wall clock time (in seconds):2.649
2.82/2.78	o -47
2.92/2.89	c And the winner is solver0
3.28/3.28	c Got one! Elapsed wall clock time (in seconds):3.151
3.28/3.28	o -48
3.77/3.52	c cleaning 4637 clauses out of 9278 with flag 6432/12119
4.40/3.89	c cleaning 5318 clauses out of 10641 with flag 19302/18119
5.62/4.35	c cleaning 6159 clauses out of 12323 with flag 34888/25119
6.97/4.96	c cleaning 7082 clauses out of 14165 with flag 52427/33120
8.24/5.59	c cleaning 8042 clauses out of 16084 with flag 72614/42121
9.62/6.23	c cleaning 9016 clauses out of 18040 with flag 94187/52119
11.48/7.15	c cleaning 10013 clauses out of 20025 with flag 120531/63120
13.98/8.35	c cleaning 11003 clauses out of 22012 with flag 150965/75120
16.17/9.44	c cleaning 12000 clauses out of 24009 with flag 180676/88120
18.88/10.71	c cleaning 13000 clauses out of 26009 with flag 212774/102120
21.61/12.03	c cleaning 14000 clauses out of 28008 with flag 247670/117119
24.41/13.40	c cleaning 15003 clauses out of 30009 with flag 284190/133120
27.21/14.85	c cleaning 16001 clauses out of 32005 with flag 322076/150119
31.37/16.86	c cleaning 17002 clauses out of 34004 with flag 364858/168119
35.18/18.78	c cleaning 18000 clauses out of 36002 with flag 408212/187119
39.17/20.76	c cleaning 18996 clauses out of 38003 with flag 454039/207120
43.37/22.88	c cleaning 20003 clauses out of 40007 with flag 502851/228120
48.35/25.22	c cleaning 21002 clauses out of 42004 with flag 553750/250120
52.96/27.59	c cleaning 21998 clauses out of 44001 with flag 607261/273119
57.39/29.79	c cleaning 22994 clauses out of 46003 with flag 662441/297119
62.57/32.36	c cleaning 24002 clauses out of 48010 with flag 720006/322120
68.17/35.11	c cleaning 25001 clauses out of 50008 with flag 779187/348120
73.56/37.87	c cleaning 26000 clauses out of 52006 with flag 841353/375119
79.16/40.52	c cleaning 27003 clauses out of 54006 with flag 906113/403119
85.55/43.72	c cleaning 28002 clauses out of 56003 with flag 973131/432119
92.15/47.09	c cleaning 28998 clauses out of 58001 with flag 1045165/462119
98.35/50.18	c cleaning 29998 clauses out of 60003 with flag 1119338/493119
105.55/53.74	c cleaning 31002 clauses out of 62007 with flag 1195009/525121
113.35/57.63	c cleaning 32000 clauses out of 64004 with flag 1273124/558120
121.16/61.50	c cleaning 33000 clauses out of 66006 with flag 1351487/592122
129.15/65.57	c cleaning 33998 clauses out of 68003 with flag 1434272/627119
137.95/69.91	c cleaning 34997 clauses out of 70005 with flag 1520327/663119
146.75/74.32	c cleaning 36001 clauses out of 72008 with flag 1607395/700119
154.95/78.49	c cleaning 37004 clauses out of 74009 with flag 1697810/738121
163.76/82.84	c cleaning 38000 clauses out of 76003 with flag 1791957/777119
172.36/87.16	c cleaning 38998 clauses out of 78003 with flag 1886858/817119
181.56/91.75	c cleaning 40002 clauses out of 80005 with flag 1985403/858119
191.16/96.55	c cleaning 40999 clauses out of 82003 with flag 2086325/900119
202.56/102.29	c cleaning 42000 clauses out of 84004 with flag 2190460/943119
213.54/107.66	c cleaning 43002 clauses out of 86004 with flag 2297147/987119
225.15/113.45	c cleaning 44001 clauses out of 88002 with flag 2408467/1032119
237.74/119.76	c cleaning 44997 clauses out of 90002 with flag 2522209/1078120
251.55/126.63	c cleaning 45999 clauses out of 92006 with flag 2636520/1125121
265.13/133.48	c cleaning 47001 clauses out of 94005 with flag 2755417/1173119
282.14/141.98	c cleaning 47993 clauses out of 96005 with flag 2876689/1222120
298.13/149.98	c cleaning 49004 clauses out of 98012 with flag 2996328/1272120
317.54/159.62	c cleaning 50003 clauses out of 100009 with flag 3127957/1323121
337.72/169.76	c cleaning 51002 clauses out of 102004 with flag 3261208/1375119
355.92/178.86	c cleaning 52001 clauses out of 104005 with flag 3396390/1428122
371.72/186.71	c cleaning 52999 clauses out of 106003 with flag 3529463/1482121
387.31/194.50	c cleaning 53997 clauses out of 108002 with flag 3663984/1537119
401.51/201.68	c cleaning 55002 clauses out of 110005 with flag 3801962/1593119
416.92/209.36	c cleaning 56000 clauses out of 112003 with flag 3943329/1650119
434.13/217.93	c cleaning 57000 clauses out of 114005 with flag 4088005/1708121
448.32/225.06	c cleaning 57993 clauses out of 116004 with flag 4235451/1767120
467.10/234.59	c cleaning 58999 clauses out of 118010 with flag 4385870/1827119
483.90/242.97	c cleaning 60005 clauses out of 120012 with flag 4532086/1888120
506.10/253.99	c cleaning 61003 clauses out of 122007 with flag 4678742/1950120
523.69/262.71	c cleaning 61998 clauses out of 124004 with flag 4828223/2013120
542.49/272.18	c cleaning 62995 clauses out of 126005 with flag 4982244/2077119
562.69/282.23	c cleaning 64002 clauses out of 128010 with flag 5144374/2142119
583.78/292.73	c cleaning 65000 clauses out of 130008 with flag 5306692/2208119
606.82/304.48	c cleaning 66001 clauses out of 132008 with flag 5469786/2275119
627.43/314.79	c cleaning 67003 clauses out of 134008 with flag 5638505/2343120
656.41/329.20	c cleaning 68000 clauses out of 136004 with flag 5814298/2412119
681.61/341.90	c cleaning 68992 clauses out of 138004 with flag 5989226/2482119
708.41/355.21	c cleaning 70003 clauses out of 140012 with flag 6166806/2553119
734.60/368.37	c cleaning 71005 clauses out of 142009 with flag 6350929/2625119
764.39/383.20	c cleaning 71999 clauses out of 144004 with flag 6532293/2698119
790.53/396.27	c cleaning 73001 clauses out of 146007 with flag 6706699/2772121
816.12/409.02	c cleaning 74000 clauses out of 148004 with flag 6890150/2847119
844.12/423.02	c cleaning 75002 clauses out of 150005 with flag 7080538/2923120
879.71/440.89	c cleaning 75998 clauses out of 152002 with flag 7279489/3000119
914.51/458.27	c cleaning 76998 clauses out of 154005 with flag 7474342/3078120
949.10/475.54	c cleaning 78001 clauses out of 156007 with flag 7681075/3157120
980.10/491.02	c cleaning 78999 clauses out of 158007 with flag 7881442/3237121
1012.10/507.00	c cleaning 80002 clauses out of 160006 with flag 8081833/3318119
1049.36/525.56	c cleaning 80997 clauses out of 162004 with flag 8284351/3400119
1078.15/539.99	c cleaning 81997 clauses out of 164010 with flag 8500276/3483122
1112.35/557.06	c cleaning 83000 clauses out of 166010 with flag 8712001/3567119
1154.74/578.22	c cleaning 84001 clauses out of 168011 with flag 8927149/3652120
1188.93/595.30	c cleaning 85000 clauses out of 170010 with flag 9140256/3738120
1225.44/613.73	c cleaning 86003 clauses out of 172009 with flag 9357935/3825119
1262.83/632.44	c cleaning 86998 clauses out of 174008 with flag 9576779/3913121
1302.43/652.26	c cleaning 88005 clauses out of 176009 with flag 9801213/4002120
1342.62/672.37	c cleaning 88998 clauses out of 178003 with flag 10048850/4092119
1374.81/688.46	c cleaning 90004 clauses out of 180007 with flag 10294455/4183121
1410.21/706.12	c cleaning 91001 clauses out of 182001 with flag 10545635/4275119
1450.94/726.43	c cleaning 91996 clauses out of 184000 with flag 10788769/4368119
1491.73/746.86	c cleaning 92999 clauses out of 186005 with flag 11041502/4462120
1530.53/766.25	c cleaning 94000 clauses out of 188005 with flag 11288364/4557119
1569.93/785.92	c cleaning 95002 clauses out of 190007 with flag 11522872/4653121
1607.32/804.64	c cleaning 95997 clauses out of 192003 with flag 11759668/4750119
1644.51/823.29	c cleaning 96998 clauses out of 194006 with flag 11998301/4848119
1682.11/842.00	c cleaning 97999 clauses out of 196008 with flag 12239416/4947119
1720.91/861.42	c cleaning 99004 clauses out of 198012 with flag 12481745/5047122
1771.70/886.83	c cleaning 99998 clauses out of 200005 with flag 12727493/5148119
1800.10/901.01	c >>>>>>>>>> Solver number 0 (6 answers) <<<<<<<<<<<<<<<<<<
1800.10/901.01	c starts		: 1476
1800.10/901.01	c conflicts		: 5224202
1800.10/901.01	c decisions		: 6293563
1800.10/901.01	c propagations		: 305959090
1800.10/901.01	c inspects		: 14359783571
1800.10/901.01	c shortcuts		: 0
1800.10/901.01	c learnt literals	: 0
1800.10/901.01	c learnt binary clauses	: 0
1800.10/901.01	c learnt ternary clauses	: 0
1800.10/901.01	c learnt constraints	: 5224202
1800.10/901.01	c ignored constraints	: 0
1800.10/901.01	c root simplifications	: 0
1800.10/901.01	c removed literals (reason simplification)	: 2709914
1800.10/901.01	c reason swapping (by a shorter reason)	: 0
1800.10/901.01	c Calls to reduceDB	: 98
1800.10/901.01	c Number of update (reduction) of LBD	: 283201
1800.10/901.01	c Imported unit clauses	: 0
1800.10/901.01	c number of reductions to clauses (during analyze)	: 0
1800.10/901.01	c number of learned constraints concerned by reduction	: 0
1800.10/901.01	c number of learning phase by resolution	: 0
1800.10/901.01	c number of learning phase by cutting planes	: 0
1800.10/901.01	c speed (assignments/second)	: 339676.76433494384
1800.10/901.01	c non guided choices	2
1800.10/901.04	c learnt constraints type 
1800.10/901.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 176090
1800.10/901.04	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.10/901.04	c starts		: 21
1800.10/901.04	c conflicts		: 3044
1800.10/901.04	c decisions		: 13950
1800.10/901.04	c propagations		: 123716
1800.10/901.04	c inspects		: 24767559
1800.10/901.04	c shortcuts		: 0
1800.10/901.04	c learnt literals	: 0
1800.10/901.04	c learnt binary clauses	: 0
1800.10/901.04	c learnt ternary clauses	: 0
1800.10/901.04	c learnt constraints	: 3039
1800.10/901.04	c ignored constraints	: 0
1800.10/901.04	c root simplifications	: 0
1800.10/901.04	c removed literals (reason simplification)	: 0
1800.10/901.04	c reason swapping (by a shorter reason)	: 0
1800.10/901.04	c Calls to reduceDB	: 0
1800.10/901.04	c Number of update (reduction) of LBD	: 0
1800.10/901.04	c Imported unit clauses	: 0
1800.10/901.04	c number of reductions to clauses (during analyze)	: 0
1800.10/901.04	c number of learned constraints concerned by reduction	: 0
1800.10/901.04	c number of learning phase by resolution	: 0
1800.10/901.04	c number of learning phase by cutting planes	: 0
1800.10/901.04	c speed (assignments/second)	: 137.80627856437127
1800.10/901.04	c non guided choices	1
1800.10/901.04	c learnt constraints type 
1800.10/901.04	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1
1800.10/901.04	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3038
1800.10/901.04	s SATISFIABLE
1800.10/901.04	c Found 6 solution(s)
1800.10/901.04	v x1 -x2 -x3 x4 -x5 -x6 x7 -x8 -x9 x10 -x11 -x12 -x13 x14 -x15 -x16 x17 -x18 -x19 -x20 x21 -x22 -x23 x24 x25 -x26 -x27 x28 -x29 -x30 -x31 x32 -x33 x34 -x35 -x36 -x37 x38 -x39 -x40 x41 -x42 x43 -x44 -x45 -x46 -x47 x48 x49 -x50 -x51 -x52 -x53 x54 -x55 -x56 x57 x58 -x59 -x60 -x61 x62 -x63 -x64 -x65 x66 x67 -x68 -x69 x70 -x71 -x72 -x73 -x74 x75 -x76 -x77 x78 -x79 -x80 x81 -x82 -x83 x84 -x85 x86 -x87 x88 -x89 -x90 x91 -x92 -x93 -x94 x95 -x96 -x97 -x98 x99 x100 -x101 -x102 -x103 x104 -x105 x106 -x107 -x108 -x109 -x110 x111 -x112 -x113 x114 -x115 x116 -x117 -x118 x119 -x120 x121 -x122 -x123 x124 -x125 -x126 -x127 -x128 x129 -x130 -x131 x132 -x133 -x134 x135 -x136 -x137 x138 -x139 -x140 x141 -x142 x143 -x144 -x145 -x146 x147 x148 -x149 -x150 x151 -x152 -x153 x154 -x155 -x156 x157 -x158 -x159 x160 -x161 -x162 -x163 -x164 x165 -x166 x167 -x168 -x169 -x170 x171 x172 -x173 -x174 -x175 -x176 x177 x178 -x179 -x180 -x181 x182 -x183 -x184 x185 -x186 x187 -x188 -x189 -x190 -x191 x192 x193 -x194 x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 x205 x206 x207 -x208 -x209 -x210 -x211 -x212 -x213 x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 x224 x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 x235 x236 x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 x245 x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 x256 -x257 -x258 -x259 -x260 -x261 -x262 x263 x264 x265 -x266 x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 x287 -x288 -x289 -x290 -x291 -x292 -x293 x294 x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 x326 x327 -x328 -x329 -x330 -x331 -x332 x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 x352 x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 x367 -x368 x369 -x370 -x371 -x372 -x373 x374 -x375 -x376 -x377 -x378 -x379 x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 x440 x441 -x442 -x443 -x444 -x445 -x446 x447 -x448 -x449 x450 -x451 -x452 -x453 -x454 x455 -x456 x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 x476 -x477 -x478 -x479 -x480 -x481 x482 -x483 -x484 -x485 -x486 -x487 x488 -x489 -x490 -x491 -x492 -x493 x494 -x495 -x496 -x497 -x498 -x499 -x500 x501 -x502 x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 x513 x514 x515 -x516 -x517 -x518 -x519 x520 -x521 -x522 -x523 -x524 -x525 x526 x527 -x528 -x529 -x530 -x531 x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 
1800.10/901.04	c objective function=-48
1800.10/901.04	c Total wall clock time (in seconds): 900.91

Verifier Data

OK	-48

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-4118863-1467237245/watcher-4118863-1467237245 -o /tmp/evaluation-result-4118863-1467237245/solver-4118863-1467237245 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1467234298-6334 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4118863-1467237245.opb 

pid=8238
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.50 4.37 4.14 4/197 8241
/proc/meminfo: memFree=23765780/32872528 swapFree=1427512/1541976
[pid=8241] ppid=8238 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/8241/stat : 8241 (java) D 8238 8241 3791 0 -1 4202496 317 0 0 0 0 0 0 0 20 0 1 0 4685519 9515008 175 33554432000 1073741824 1073778376 140735146559232 140735146541960 266435642256 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/8241/statm: 2323 175 133 9 0 71 0

[startup+0.100097 s]
/proc/loadavg: 4.50 4.37 4.14 4/197 8241
/proc/meminfo: memFree=23765780/32872528 swapFree=1427512/1541976
[pid=8241] ppid=8238 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/8241/stat : 8241 (java) S 8238 8241 3791 0 -1 4202496 3926 0 1 0 6 1 0 0 20 0 18 0 4685519 9787879424 5058 33554432000 1073741824 1073778376 140737261325840 140737261316976 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/8241/statm: 2389619 5062 2010 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200299 s]
/proc/loadavg: 4.50 4.37 4.14 4/197 8241
/proc/meminfo: memFree=23765780/32872528 swapFree=1427512/1541976
[pid=8241] ppid=8238 vsize=9558476 CPUtime=0.21 cores=0,2,4,6
/proc/8241/stat : 8241 (java) S 8238 8241 3791 0 -1 4202496 4671 0 1 0 20 1 0 0 20 0 18 0 4685519 9787879424 7298 33554432000 1073741824 1073778376 140737261325840 140737261316976 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/8241/statm: 2389619 7298 2195 9 0 2380296 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 9558476

[startup+0.300284 s]
/proc/loadavg: 4.50 4.37 4.14 4/197 8241
/proc/meminfo: memFree=23765780/32872528 swapFree=1427512/1541976
[pid=8241] ppid=8238 vsize=9824732 CPUtime=0.41 cores=0,2,4,6
/proc/8241/stat : 8241 (java) S 8238 8241 3791 0 -1 4202496 5412 0 1 0 37 4 0 0 20 0 19 0 4685519 10060525568 9367 33554432000 1073741824 1073778376 140737261325840 140737261316976 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/8241/statm: 2456183 9367 2240 9 0 2446860 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 9824732

[startup+0.70026 s]
/proc/loadavg: 4.50 4.37 4.14 4/197 8241
/proc/meminfo: memFree=23765780/32872528 swapFree=1427512/1541976
[pid=8241] ppid=8238 vsize=9824732 CPUtime=0.41 cores=0,2,4,6
/proc/8241/stat : 8241 (java) S 8238 8241 3791 0 -1 4202496 5412 0 1 0 37 4 0 0 20 0 19 0 4685519 10060525568 9367 33554432000 1073741824 1073778376 140737261325840 140737261316976 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/8241/statm: 2456183 9367 2240 9 0 2446860 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 9824732

[startup+1.50082 s]
/proc/loadavg: 4.50 4.37 4.14 4/216 8266
/proc/meminfo: memFree=23732032/32872528 swapFree=1427512/1541976
[pid=8241] ppid=8238 vsize=9824732 CPUtime=1.14 cores=0,2,4,6
/proc/8241/stat : 8241 (java) S 8238 8241 3791 0 -1 4202496 9602 0 1 0 106 8 0 0 20 0 19 0 4685519 10060525568 13006 33554432000 1073741824 1073778376 140737261325840 140737261316976 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/8241/statm: 2456183 13006 2252 9 0 2446860 0
[pid=8241/tid=8243] ppid=8238 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/8241/task/8243/stat : 8243 (java) S 8238 8241 3791 0 -1 4202560 2421 0 1 0 22 1 0 0 20 0 19 0 4685521 10060525568 13006 33554432000 1073741824 1073778376 140737261325840 140547873522552 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8241/tid=8244] ppid=8238 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8241/task/8244/stat : 8244 (java) S 8238 8241 3791 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4685522 10060525568 13006 33554432000 1073741824 1073778376 140737261325840 140547845974952 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8241/tid=8245] ppid=8238 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8241/task/8245/stat : 8245 (java) S 8238 8241 3791 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4685522 10060525568 13006 33554432000 1073741824 1073778376 140737261325840 140547844922408 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8241/tid=8246] ppid=8238 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8241/task/8246/stat : 8246 (java) S 8238 8241 3791 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4685522 10060525568 13006 33554432000 1073741824 1073778376 140737261325840 140547843869352 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8241/tid=8247] ppid=8238 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8241/task/8247/stat : 8247 (java) S 8238 8241 3791 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4685522 10060525568 13006 33554432000 1073741824 1073778376 140737261325840 140547842816808 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8241/tid=8248] ppid=8238 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8241/task/8248/stat : 8248 (java) S 8238 8241 3791 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4685522 10060525568 13006 33554432000 1073741824 1073778376 140737261325840 140547841763752 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8241/tid=8249] ppid=8238 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8241/task/8249/stat : 8249 (java) S 8238 8241 3791 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4685522 10060525568 13006 33554432000 1073741824 1073778376 140737261325840 140547840711208 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8241/tid=8250] ppid=8238 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8241/task/8250/stat : 8250 (java) S 8238 8241 3791 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4685522 10060525568 13006 33554432000 1073741824 1073778376 140737261325840 140547710298280 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8241/tid=8251] ppid=8238 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8241/task/8251/stat : 8251 (java) S 8238 8241 3791 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4685522 10060525568 13006 33554432000 1073741824 1073778376 140737261325840 140547709245736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8241/tid=8252] ppid=8238 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8241/task/8252/stat : 8252 (java) S 8238 8241 3791 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 4685523 10060525568 13006 33554432000 1073741824 1073778376 140737261325840 140547226299240 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8241/tid=8253] ppid=8238 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8241/task/8253/stat : 8253 (java) S 8238 8241 3791 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4685524 10060525568 13006 33554432000 1073741824 1073778376 140737261325840 140547225245560 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8241/tid=8254] ppid=8238 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8241/task/8254/stat : 8254 (java) S 8238 8241 3791 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4685524 10060525568 13006 33554432000 1073741824 1073778376 140737261325840 140547224192392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8241/tid=8255] ppid=8238 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8241/task/8255/stat : 8255 (java) S 8238 8241 3791 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4685526 10060525568 13006 33554432000 1073741824 1073778376 140737261325840 140547223141136 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8241/tid=8256] ppid=8238 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/8241/task/8256/stat : 8256 (java) S 8238 8241 3791 0 -1 4202560 3232 0 0 0 25 0 0 0 20 0 19 0 4685526 10060525568 13006 33554432000 1073741824 1073778376 140737261325840 140547222087992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8241/tid=8257] ppid=8238 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/8241/task/8257/stat : 8257 (java) S 8238 8241 3791 0 -1 4202560 2600 0 0 0 26 0 0 0 20 0 19 0 4685526 10060525568 13006 33554432000 1073741824 1073778376 140737261325840 140547221035448 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8241/tid=8258] ppid=8238 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8241/task/8258/stat : 8258 (java) S 8238 8241 3791 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4685526 10060525568 13006 33554432000 1073741824 1073778376 140737261325840 140547219982584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8241/tid=8259] ppid=8238 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8241/task/8259/stat : 8259 (java) S 8238 8241 3791 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4685526 10060525568 13006 33554432000 1073741824 1073778376 140737261325840 140547218930248 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8241/tid=8262] ppid=8238 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8241/task/8262/stat : 8262 (java) S 8238 8241 3791 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4685547 10060525568 13006 33554432000 1073741824 1073778376 140737261325840 140547215770920 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 9824732

[startup+3.10083 s]
/proc/loadavg: 4.50 4.37 4.14 4/216 8272
/proc/meminfo: memFree=23700140/32872528 swapFree=1427512/1541976
[pid=8241] ppid=8238 vsize=9824732 CPUtime=3.28 cores=0,2,4,6
/proc/8241/stat : 8241 (java) S 8238 8241 3791 0 -1 4202496 18441 0 1 0 313 15 0 0 20 0 19 0 4685519 10060525568 34661 33554432000 1073741824 1073778376 140737261325840 140737261316976 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/8241/statm: 2456183 34661 2271 9 0 2446860 0
[pid=8241/tid=8243] ppid=8238 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/8241/task/8243/stat : 8243 (java) S 8238 8241 3791 0 -1 4202560 2422 0 1 0 22 2 0 0 20 0 19 0 4685521 10060525568 34661 33554432000 1073741824 1073778376 140737261325840 140547873522552 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8241/tid=8244] ppid=8238 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8241/task/8244/stat : 8244 (java) S 8238 8241 3791 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4685522 10060525568 34661 33554432000 1073741824 1073778376 140737261325840 140547845974952 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8241/tid=8245] ppid=8238 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8241/task/8245/stat : 8245 (java) S 8238 8241 3791 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4685522 10060525568 34661 33554432000 1073741824 1073778376 140737261325840 140547844922408 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8241/tid=8246] ppid=8238 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8241/task/8246/stat : 8246 (java) S 8238 8241 3791 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4685522 10060525568 34661 33554432000 1073741824 1073778376 140737261325840 140547843869352 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8241/tid=8247] ppid=8238 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8241/task/8247/stat : 8247 (java) S 8238 8241 3791 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4685522 10060525568 34661 33554432000 1073741824 1073778376 140737261325840 140547842816808 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8241/tid=8248] ppid=8238 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8241/task/8248/stat : 8248 (java) S 8238 8241 3791 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4685522 10060525568 34661 33554432000 1073741824 1073778376 140737261325840 140547841763752 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8241/tid=8249] ppid=8238 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8241/task/8249/stat : 8249 (java) S 8238 8241 3791 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4685522 10060525568 34661 33554432000 1073741824 1073778376 140737261325840 140547840711208 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8241/tid=8250] ppid=8238 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8241/task/8250/stat : 8250 (java) S 8238 8241 3791 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4685522 10060525568 34661 33554432000 1073741824 1073778376 140737261325840 140547710298280 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8241/tid=8251] ppid=8238 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8241/task/8251/stat : 8251 (java) S 8238 8241 3791 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4685522 10060525568 34661 33554432000 1073741824 1073778376 140737261325840 140547709245736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8241/tid=8252] ppid=8238 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8241/task/8252/stat : 8252 (java) S 8238 8241 3791 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 4685523 10060525568 34661 33554432000 1073741824 1073778376 140737261325840 140547226299240 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8241/tid=8253] ppid=8238 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8241/task/8253/stat : 8253 (java) S 8238 8241 3791 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4685524 10060525568 34661 33554432000 1073741824 1073778376 140737261325840 140547225245560 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8241/tid=8254] ppid=8238 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8241/task/8254/stat : 8254 (java) S 8238 8241 3791 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4685524 10060525568 34661 33554432000 1073741824 1073778376 140737261325840 140547224192392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8241/tid=8255] ppid=8238 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8241/task/8255/stat : 8255 (java) S 8238 8241 3791 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4685526 10060525568 34661 33554432000 1073741824 1073778376 140737261325840 140547223141136 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8241/tid=8256] ppid=8238 vsize=9824732 CPUtime=0.79 cores=0,2,4,6
/proc/8241/task/8256/stat : 8256 (java) S 8238 8241 3791 0 -1 4202560 8062 0 0 0 77 2 0 0 20 0 19 0 4685526 10060525568 34661 33554432000 1073741824 1073778376 140737261325840 140547222087992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8241/tid=8257] ppid=8238 vsize=9824732 CPUtime=0.75 cores=0,2,4,6
/proc/8241/task/8257/stat : 8257 (java) S 8238 8241 3791 0 -1 4202560 6548 0 0 0 75 0 0 0 20 0 19 0 4685526 10060525568 34661 33554432000 1073741824 1073778376 140737261325840 140547221035448 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8241/tid=8258] ppid=8238 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8241/task/8258/stat : 8258 (java) S 8238 8241 3791 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4685526 10060525568 34661 33554432000 1073741824 1073778376 140737261325840 140547219982584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8241/tid=8259] ppid=8238 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8241/task/8259/stat : 8259 (java) S 8238 8241 3791 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4685526 10060525568 34661 33554432000 1073741824 1073778376 140737261325840 140547218930248 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8241/tid=8262] ppid=8238 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8241/task/8262/stat : 8262 (java) S 8238 8241 3791 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4685547 10060525568 34661 33554432000 1073741824 1073778376 140737261325840 140547215770920 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.28
Current children cumulated vsize (KiB) 9824732

[startup+6.30087 s]
/proc/loadavg: 4.30 4.33 4.13 5/219 8281
/proc/meminfo: memFree=23523324/32872528 swapFree=1427512/1541976
[pid=8241] ppid=8238 vsize=9824732 CPUtime=9.81 cores=0,2,4,6
/proc/8241/stat : 8241 (java) S 8238 8241 3791 0 -1 4202496 19593 0 1 0 955 26 0 0 20 0 22 0 4685519 10060525568 79124 33554432000 1073741824 1073778376 140737261325840 140737261316976 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/8241/statm: 2456183 79124 2285 9 0 2446860 0
[pid=8241/tid=8243] ppid=8238 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/8241/task/8243/stat : 8243 (java) S 8238 8241 3791 0 -1 4202560 2424 0 1 0 23 2 0 0 20 0 22 0 4685521 10060525568 79124 33554432000 1073741824 1073778376 140737261325840 140547873522552 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8241/tid=8244] ppid=8238 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/8241/task/8244/stat : 8244 (java) S 8238 8241 3791 0 -1 4202560 165 0 0 0 4 1 0 0 20 0 22 0 4685522 10060525568 79124 33554432000 1073741824 1073778376 140737261325840 140547845974952 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8241/tid=8245] ppid=8238 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/8241/task/8245/stat : 8245 (java) S 8238 8241 3791 0 -1 4202560 87 0 0 0 3 0 0 0 20 0 22 0 4685522 10060525568 79124 33554432000 1073741824 1073778376 140737261325840 140547844922408 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8241/tid=8246] ppid=8238 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/8241/task/8246/stat : 8246 (java) S 8238 8241 3791 0 -1 4202560 161 0 0 0 6 0 0 0 20 0 22 0 4685522 10060525568 79124 33554432000 1073741824 1073778376 140737261325840 140547843869352 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8241/tid=8247] ppid=8238 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/8241/task/8247/stat : 8247 (java) S 8238 8241 3791 0 -1 4202560 76 0 0 0 2 1 0 0 20 0 22 0 4685522 10060525568 79124 33554432000 1073741824 1073778376 140737261325840 140547842816808 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8241/tid=8248] ppid=8238 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/8241/task/8248/stat : 8248 (java) S 8238 8241 3791 0 -1 4202560 128 0 0 0 4 2 0 0 20 0 22 0 4685522 10060525568 79124 33554432000 1073741824 1073778376 140737261325840 140547841763752 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8241/tid=8249] ppid=8238 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/8241/task/8249/stat : 8249 (java) S 8238 8241 3791 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 22 0 4685522 10060525568 79124 33554432000 1073741824 1073778376 140737261325840 140547840711208 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8241/tid=8250] ppid=8238 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/8241/task/8250/stat : 8250 (java) S 8238 8241 3791 0 -1 4202560 55 0 0 0 2 0 0 0 20 0 22 0 4685522 10060525568 79124 33554432000 1073741824 1073778376 140737261325840 140547710298280 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8241/tid=8251] ppid=8238 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/8241/task/8251/stat : 8251 (java) S 8238 8241 3791 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 22 0 4685522 10060525568 79124 33554432000 1073741824 1073778376 140737261325840 140547709245736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8241/tid=8252] ppid=8238 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8241/task/8252/stat : 8252 (java) S 8238 8241 3791 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 4685523 10060525568 79124 33554432000 1073741824 1073778376 140737261325840 140547226299240 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8241/tid=8253] ppid=8238 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8241/task/8253/stat : 8253 (java) S 8238 8241 3791 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4685524 10060525568 79124 33554432000 1073741824 1073778376 140737261325840 140547225245560 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8241/tid=8254] ppid=8238 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8241/task/8254/stat : 8254 (java) S 8238 8241 3791 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4685524 10060525568 79124 33554432000 1073741824 1073778376 140737261325840 140547224192392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8241/tid=8255] ppid=8238 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8241/task/8255/stat : 8255 (java) S 8238 8241 3791 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4685526 10060525568 79124 33554432000 1073741824 1073778376 140737261325840 140547223141136 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8241/tid=8256] ppid=8238 vsize=9824732 CPUtime=0.96 cores=0,2,4,6
/proc/8241/task/8256/stat : 8256 (java) S 8238 8241 3791 0 -1 4202560 8064 0 0 0 94 2 0 0 20 0 22 0 4685526 10060525568 79124 33554432000 1073741824 1073778376 140737261325840 140547222087992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8241/tid=8257] ppid=8238 vsize=9824732 CPUtime=0.92 cores=0,2,4,6
/proc/8241/task/8257/stat : 8257 (java) S 8238 8241 3791 0 -1 4202560 6548 0 0 0 92 0 0 0 20 0 22 0 4685526 10060525568 79124 33554432000 1073741824 1073778376 140737261325840 140547221035448 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8241/tid=8258] ppid=8238 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8241/task/8258/stat : 8258 (java) S 8238 8241 3791 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4685526 10060525568 79124 33554432000 1073741824 1073778376 140737261325840 140547219982584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8241/tid=8259] ppid=8238 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8241/task/8259/stat : 8259 (java) S 8238 8241 3791 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4685526 10060525568 79124 33554432000 1073741824 1073778376 140737261325840 140547218930248 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8241/tid=8262] ppid=8238 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8241/task/8262/stat : 8262 (java) S 8238 8241 3791 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4685547 10060525568 79124 33554432000 1073741824 1073778376 140737261325840 140547215770920 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8241/tid=8279] ppid=8238 vsize=9824732 CPUtime=2.86 cores=0,2,4,6
/proc/8241/task/8279/stat : 8279 (java) R 8238 8241 3791 0 -1 4202560 9 0 0 0 286 0 0 0 20 0 22 0 4685848 10060525568 79124 33554432000 1073741824 1073778376 140737261325840 140547214708992 140547721868238 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=8241/tid=8280] ppid=8238 vsize=9824732 CPUtime=2.87 cores=0,2,4,6

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


[startup+822.301 s]
/proc/loadavg: 4.19 4.26 4.18 7/219 8397
/proc/meminfo: memFree=20861860/32872528 swapFree=1427512/1541976
[pid=8241] ppid=8238 vsize=9824732 CPUtime=1642.71 cores=0,2,4,6
/proc/8241/stat : 8241 (java) S 8238 8241 3791 0 -1 4202496 52654 0 1 0 164060 211 0 0 20 0 22 0 4685519 10060525568 757985 33554432000 1073741824 1073778376 140737261325840 140737261316976 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/8241/statm: 2456183 757985 2295 9 0 2446860 0
[pid=8241/tid=8243] ppid=8238 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/8241/task/8243/stat : 8243 (java) S 8238 8241 3791 0 -1 4202560 2426 0 1 0 25 2 0 0 20 0 22 0 4685521 10060525568 757985 33554432000 1073741824 1073778376 140737261325840 140547873522552 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8241/tid=8244] ppid=8238 vsize=9824732 CPUtime=0.61 cores=0,2,4,6
/proc/8241/task/8244/stat : 8244 (java) S 8238 8241 3791 0 -1 4202560 4404 0 0 0 46 15 0 0 20 0 22 0 4685522 10060525568 757985 33554432000 1073741824 1073778376 140737261325840 140547845974952 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8241/tid=8245] ppid=8238 vsize=9824732 CPUtime=0.84 cores=0,2,4,6
/proc/8241/task/8245/stat : 8245 (java) S 8238 8241 3791 0 -1 4202560 3046 0 0 0 64 20 0 0 20 0 22 0 4685522 10060525568 757985 33554432000 1073741824 1073778376 140737261325840 140547844922408 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8241/tid=8246] ppid=8238 vsize=9824732 CPUtime=0.73 cores=0,2,4,6
/proc/8241/task/8246/stat : 8246 (java) S 8238 8241 3791 0 -1 4202560 4077 0 0 0 53 20 0 0 20 0 22 0 4685522 10060525568 757985 33554432000 1073741824 1073778376 140737261325840 140547843869352 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8241/tid=8247] ppid=8238 vsize=9824732 CPUtime=0.72 cores=0,2,4,6
/proc/8241/task/8247/stat : 8247 (java) S 8238 8241 3791 0 -1 4202560 4974 0 0 0 57 15 0 0 20 0 22 0 4685522 10060525568 757985 33554432000 1073741824 1073778376 140737261325840 140547842816808 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8241/tid=8248] ppid=8238 vsize=9824732 CPUtime=0.67 cores=0,2,4,6
/proc/8241/task/8248/stat : 8248 (java) S 8238 8241 3791 0 -1 4202560 2781 0 0 0 52 15 0 0 20 0 22 0 4685522 10060525568 757985 33554432000 1073741824 1073778376 140737261325840 140547841763752 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8241/tid=8249] ppid=8238 vsize=9824732 CPUtime=0.67 cores=0,2,4,6
/proc/8241/task/8249/stat : 8249 (java) S 8238 8241 3791 0 -1 4202560 3580 0 0 0 50 17 0 0 20 0 22 0 4685522 10060525568 757985 33554432000 1073741824 1073778376 140737261325840 140547840711208 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8241/tid=8250] ppid=8238 vsize=9824732 CPUtime=0.89 cores=0,2,4,6
/proc/8241/task/8250/stat : 8250 (java) S 8238 8241 3791 0 -1 4202560 3626 0 0 0 64 25 0 0 20 0 22 0 4685522 10060525568 757985 33554432000 1073741824 1073778376 140737261325840 140547710298280 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8241/tid=8251] ppid=8238 vsize=9824732 CPUtime=0.81 cores=0,2,4,6
/proc/8241/task/8251/stat : 8251 (java) S 8238 8241 3791 0 -1 4202560 3493 0 0 0 58 23 0 0 20 0 22 0 4685522 10060525568 757985 33554432000 1073741824 1073778376 140737261325840 140547709245736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8241/tid=8252] ppid=8238 vsize=9824732 CPUtime=1.54 cores=0,2,4,6
/proc/8241/task/8252/stat : 8252 (java) S 8238 8241 3791 0 -1 4202560 1788 0 0 0 150 4 0 0 20 0 22 0 4685523 10060525568 757985 33554432000 1073741824 1073778376 140737261325840 140547226299240 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8241/tid=8253] ppid=8238 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8241/task/8253/stat : 8253 (java) S 8238 8241 3791 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4685524 10060525568 757985 33554432000 1073741824 1073778376 140737261325840 140547225245560 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8241/tid=8254] ppid=8238 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8241/task/8254/stat : 8254 (java) S 8238 8241 3791 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4685524 10060525568 757985 33554432000 1073741824 1073778376 140737261325840 140547224192392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8241/tid=8255] ppid=8238 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8241/task/8255/stat : 8255 (java) S 8238 8241 3791 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4685526 10060525568 757985 33554432000 1073741824 1073778376 140737261325840 140547223141136 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8241/tid=8256] ppid=8238 vsize=9824732 CPUtime=1.07 cores=0,2,4,6
/proc/8241/task/8256/stat : 8256 (java) S 8238 8241 3791 0 -1 4202560 8074 0 0 0 105 2 0 0 20 0 22 0 4685526 10060525568 757985 33554432000 1073741824 1073778376 140737261325840 140547222087992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8241/tid=8257] ppid=8238 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/8241/task/8257/stat : 8257 (java) S 8238 8241 3791 0 -1 4202560 6550 0 0 0 94 0 0 0 20 0 22 0 4685526 10060525568 757985 33554432000 1073741824 1073778376 140737261325840 140547221035448 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8241/tid=8258] ppid=8238 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8241/task/8258/stat : 8258 (java) S 8238 8241 3791 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4685526 10060525568 757985 33554432000 1073741824 1073778376 140737261325840 140547219982584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8241/tid=8259] ppid=8238 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/8241/task/8259/stat : 8259 (java) S 8238 8241 3791 0 -1 4202560 47 0 0 0 6 10 0 0 20 0 22 0 4685526 10060525568 757985 33554432000 1073741824 1073778376 140737261325840 140547218930248 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8241/tid=8262] ppid=8238 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8241/task/8262/stat : 8262 (java) S 8238 8241 3791 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4685547 10060525568 757985 33554432000 1073741824 1073778376 140737261325840 140547215770920 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8241/tid=8279] ppid=8238 vsize=9824732 CPUtime=815.72 cores=0,2,4,6
/proc/8241/task/8279/stat : 8279 (java) R 8238 8241 3791 0 -1 4202560 126 0 0 0 81554 18 0 0 20 0 22 0 4685848 10060525568 757985 33554432000 1073741824 1073778376 140737261325840 140547214708992 140547722401552 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8241/tid=8280] ppid=8238 vsize=9824732 CPUtime=815.8 cores=0,2,4,6
/proc/8241/task/8280/stat : 8280 (java) R 8238 8241 3791 0 -1 4202560 2262 0 0 0 81540 40 0 0 20 0 22 0 4685848 10060525568 757985 33554432000 1073741824 1073778376 140737261325840 140547216821648 140547721961604 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8241/tid=8281] ppid=8238 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8241/task/8281/stat : 8281 (java) S 8238 8241 3791 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4685848 10060525568 757985 33554432000 1073741824 1073778376 140737261325840 140547217876136 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1642.71
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.20 4.24 4.18 6/219 8398
/proc/meminfo: memFree=20861008/32872528 swapFree=1427512/1541976
[pid=8241] ppid=8238 vsize=9824732 CPUtime=1762.72 cores=0,2,4,6
/proc/8241/stat : 8241 (java) S 8238 8241 3791 0 -1 4202496 52658 0 1 0 176060 212 0 0 20 0 22 0 4685519 10060525568 757985 33554432000 1073741824 1073778376 140737261325840 140737261316976 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/8241/statm: 2456183 757985 2295 9 0 2446860 0
[pid=8241/tid=8243] ppid=8238 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/8241/task/8243/stat : 8243 (java) S 8238 8241 3791 0 -1 4202560 2426 0 1 0 26 2 0 0 20 0 22 0 4685521 10060525568 757985 33554432000 1073741824 1073778376 140737261325840 140547873522552 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8241/tid=8244] ppid=8238 vsize=9824732 CPUtime=0.61 cores=0,2,4,6
/proc/8241/task/8244/stat : 8244 (java) S 8238 8241 3791 0 -1 4202560 4404 0 0 0 46 15 0 0 20 0 22 0 4685522 10060525568 757985 33554432000 1073741824 1073778376 140737261325840 140547845974952 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8241/tid=8245] ppid=8238 vsize=9824732 CPUtime=0.84 cores=0,2,4,6
/proc/8241/task/8245/stat : 8245 (java) S 8238 8241 3791 0 -1 4202560 3046 0 0 0 64 20 0 0 20 0 22 0 4685522 10060525568 757985 33554432000 1073741824 1073778376 140737261325840 140547844922408 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8241/tid=8246] ppid=8238 vsize=9824732 CPUtime=0.73 cores=0,2,4,6
/proc/8241/task/8246/stat : 8246 (java) S 8238 8241 3791 0 -1 4202560 4077 0 0 0 53 20 0 0 20 0 22 0 4685522 10060525568 757985 33554432000 1073741824 1073778376 140737261325840 140547843869352 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8241/tid=8247] ppid=8238 vsize=9824732 CPUtime=0.72 cores=0,2,4,6
/proc/8241/task/8247/stat : 8247 (java) S 8238 8241 3791 0 -1 4202560 4974 0 0 0 57 15 0 0 20 0 22 0 4685522 10060525568 757985 33554432000 1073741824 1073778376 140737261325840 140547842816808 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8241/tid=8248] ppid=8238 vsize=9824732 CPUtime=0.67 cores=0,2,4,6
/proc/8241/task/8248/stat : 8248 (java) S 8238 8241 3791 0 -1 4202560 2781 0 0 0 52 15 0 0 20 0 22 0 4685522 10060525568 757985 33554432000 1073741824 1073778376 140737261325840 140547841763752 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8241/tid=8249] ppid=8238 vsize=9824732 CPUtime=0.67 cores=0,2,4,6
/proc/8241/task/8249/stat : 8249 (java) S 8238 8241 3791 0 -1 4202560 3580 0 0 0 50 17 0 0 20 0 22 0 4685522 10060525568 757985 33554432000 1073741824 1073778376 140737261325840 140547840711208 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8241/tid=8250] ppid=8238 vsize=9824732 CPUtime=0.89 cores=0,2,4,6
/proc/8241/task/8250/stat : 8250 (java) S 8238 8241 3791 0 -1 4202560 3626 0 0 0 64 25 0 0 20 0 22 0 4685522 10060525568 757985 33554432000 1073741824 1073778376 140737261325840 140547710298280 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8241/tid=8251] ppid=8238 vsize=9824732 CPUtime=0.81 cores=0,2,4,6
/proc/8241/task/8251/stat : 8251 (java) S 8238 8241 3791 0 -1 4202560 3493 0 0 0 58 23 0 0 20 0 22 0 4685522 10060525568 757985 33554432000 1073741824 1073778376 140737261325840 140547709245736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8241/tid=8252] ppid=8238 vsize=9824732 CPUtime=1.54 cores=0,2,4,6
/proc/8241/task/8252/stat : 8252 (java) S 8238 8241 3791 0 -1 4202560 1788 0 0 0 150 4 0 0 20 0 22 0 4685523 10060525568 757985 33554432000 1073741824 1073778376 140737261325840 140547226299240 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8241/tid=8253] ppid=8238 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8241/task/8253/stat : 8253 (java) S 8238 8241 3791 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4685524 10060525568 757985 33554432000 1073741824 1073778376 140737261325840 140547225245560 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8241/tid=8254] ppid=8238 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8241/task/8254/stat : 8254 (java) S 8238 8241 3791 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4685524 10060525568 757985 33554432000 1073741824 1073778376 140737261325840 140547224192392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8241/tid=8255] ppid=8238 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8241/task/8255/stat : 8255 (java) S 8238 8241 3791 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4685526 10060525568 757985 33554432000 1073741824 1073778376 140737261325840 140547223141136 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8241/tid=8256] ppid=8238 vsize=9824732 CPUtime=1.07 cores=0,2,4,6
/proc/8241/task/8256/stat : 8256 (java) S 8238 8241 3791 0 -1 4202560 8074 0 0 0 105 2 0 0 20 0 22 0 4685526 10060525568 757985 33554432000 1073741824 1073778376 140737261325840 140547222087992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8241/tid=8257] ppid=8238 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/8241/task/8257/stat : 8257 (java) S 8238 8241 3791 0 -1 4202560 6550 0 0 0 94 0 0 0 20 0 22 0 4685526 10060525568 757985 33554432000 1073741824 1073778376 140737261325840 140547221035448 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8241/tid=8258] ppid=8238 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8241/task/8258/stat : 8258 (java) S 8238 8241 3791 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4685526 10060525568 757985 33554432000 1073741824 1073778376 140737261325840 140547219982584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8241/tid=8259] ppid=8238 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/8241/task/8259/stat : 8259 (java) S 8238 8241 3791 0 -1 4202560 51 0 0 0 7 11 0 0 20 0 22 0 4685526 10060525568 757985 33554432000 1073741824 1073778376 140737261325840 140547218930248 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8241/tid=8262] ppid=8238 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8241/task/8262/stat : 8262 (java) S 8238 8241 3791 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4685547 10060525568 757985 33554432000 1073741824 1073778376 140737261325840 140547215770920 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8241/tid=8279] ppid=8238 vsize=9824732 CPUtime=875.72 cores=0,2,4,6
/proc/8241/task/8279/stat : 8279 (java) R 8238 8241 3791 0 -1 4202560 126 0 0 0 87553 19 0 0 20 0 22 0 4685848 10060525568 757985 33554432000 1073741824 1073778376 140737261325840 140547214708992 140547721799394 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8241/tid=8280] ppid=8238 vsize=9824732 CPUtime=875.81 cores=0,2,4,6
/proc/8241/task/8280/stat : 8280 (java) R 8238 8241 3791 0 -1 4202560 2262 0 0 0 87540 41 0 0 20 0 22 0 4685848 10060525568 757985 33554432000 1073741824 1073778376 140737261325840 140547216821648 140547722370283 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8241/tid=8281] ppid=8238 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8241/task/8281/stat : 8281 (java) S 8238 8241 3791 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4685848 10060525568 757985 33554432000 1073741824 1073778376 140737261325840 140547217876136 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1762.72
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+901.008 s]
/proc/loadavg: 4.22 4.24 4.18 6/219 8399
/proc/meminfo: memFree=20864368/32872528 swapFree=1427512/1541976
[pid=8241] ppid=8238 vsize=9824732 CPUtime=1800.1 cores=0,2,4,6
/proc/8241/stat : 8241 (java) S 8238 8241 3791 0 -1 4202496 52660 0 1 0 179798 212 0 0 20 0 22 0 4685519 10060525568 757985 33554432000 1073741824 1073778376 140737261325840 140737261316976 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/8241/statm: 2456183 757985 2295 9 0 2446860 0
[pid=8241/tid=8243] ppid=8238 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/8241/task/8243/stat : 8243 (java) S 8238 8241 3791 0 -1 4202560 2426 0 1 0 26 2 0 0 20 0 22 0 4685521 10060525568 757985 33554432000 1073741824 1073778376 140737261325840 140547873522552 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8241/tid=8244] ppid=8238 vsize=9824732 CPUtime=0.61 cores=0,2,4,6
/proc/8241/task/8244/stat : 8244 (java) S 8238 8241 3791 0 -1 4202560 4404 0 0 0 46 15 0 0 20 0 22 0 4685522 10060525568 757985 33554432000 1073741824 1073778376 140737261325840 140547845974952 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8241/tid=8245] ppid=8238 vsize=9824732 CPUtime=0.84 cores=0,2,4,6
/proc/8241/task/8245/stat : 8245 (java) S 8238 8241 3791 0 -1 4202560 3046 0 0 0 64 20 0 0 20 0 22 0 4685522 10060525568 757985 33554432000 1073741824 1073778376 140737261325840 140547844922408 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8241/tid=8246] ppid=8238 vsize=9824732 CPUtime=0.73 cores=0,2,4,6
/proc/8241/task/8246/stat : 8246 (java) S 8238 8241 3791 0 -1 4202560 4077 0 0 0 53 20 0 0 20 0 22 0 4685522 10060525568 757985 33554432000 1073741824 1073778376 140737261325840 140547843869352 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8241/tid=8247] ppid=8238 vsize=9824732 CPUtime=0.72 cores=0,2,4,6
/proc/8241/task/8247/stat : 8247 (java) S 8238 8241 3791 0 -1 4202560 4974 0 0 0 57 15 0 0 20 0 22 0 4685522 10060525568 757985 33554432000 1073741824 1073778376 140737261325840 140547842816808 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8241/tid=8248] ppid=8238 vsize=9824732 CPUtime=0.67 cores=0,2,4,6
/proc/8241/task/8248/stat : 8248 (java) S 8238 8241 3791 0 -1 4202560 2781 0 0 0 52 15 0 0 20 0 22 0 4685522 10060525568 757985 33554432000 1073741824 1073778376 140737261325840 140547841763752 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8241/tid=8249] ppid=8238 vsize=9824732 CPUtime=0.67 cores=0,2,4,6
/proc/8241/task/8249/stat : 8249 (java) S 8238 8241 3791 0 -1 4202560 3580 0 0 0 50 17 0 0 20 0 22 0 4685522 10060525568 757985 33554432000 1073741824 1073778376 140737261325840 140547840711208 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8241/tid=8250] ppid=8238 vsize=9824732 CPUtime=0.89 cores=0,2,4,6
/proc/8241/task/8250/stat : 8250 (java) S 8238 8241 3791 0 -1 4202560 3626 0 0 0 64 25 0 0 20 0 22 0 4685522 10060525568 757985 33554432000 1073741824 1073778376 140737261325840 140547710298280 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8241/tid=8251] ppid=8238 vsize=9824732 CPUtime=0.81 cores=0,2,4,6
/proc/8241/task/8251/stat : 8251 (java) S 8238 8241 3791 0 -1 4202560 3493 0 0 0 58 23 0 0 20 0 22 0 4685522 10060525568 757985 33554432000 1073741824 1073778376 140737261325840 140547709245736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8241/tid=8252] ppid=8238 vsize=9824732 CPUtime=1.54 cores=0,2,4,6
/proc/8241/task/8252/stat : 8252 (java) S 8238 8241 3791 0 -1 4202560 1788 0 0 0 150 4 0 0 20 0 22 0 4685523 10060525568 757985 33554432000 1073741824 1073778376 140737261325840 140547226299240 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8241/tid=8253] ppid=8238 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8241/task/8253/stat : 8253 (java) S 8238 8241 3791 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4685524 10060525568 757985 33554432000 1073741824 1073778376 140737261325840 140547225245560 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8241/tid=8254] ppid=8238 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8241/task/8254/stat : 8254 (java) S 8238 8241 3791 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4685524 10060525568 757985 33554432000 1073741824 1073778376 140737261325840 140547224192392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8241/tid=8255] ppid=8238 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8241/task/8255/stat : 8255 (java) S 8238 8241 3791 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4685526 10060525568 757985 33554432000 1073741824 1073778376 140737261325840 140547223141136 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8241/tid=8256] ppid=8238 vsize=9824732 CPUtime=1.07 cores=0,2,4,6
/proc/8241/task/8256/stat : 8256 (java) S 8238 8241 3791 0 -1 4202560 8074 0 0 0 105 2 0 0 20 0 22 0 4685526 10060525568 757985 33554432000 1073741824 1073778376 140737261325840 140547222087992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8241/tid=8257] ppid=8238 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/8241/task/8257/stat : 8257 (java) S 8238 8241 3791 0 -1 4202560 6550 0 0 0 94 0 0 0 20 0 22 0 4685526 10060525568 757985 33554432000 1073741824 1073778376 140737261325840 140547221035448 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8241/tid=8258] ppid=8238 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8241/task/8258/stat : 8258 (java) S 8238 8241 3791 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4685526 10060525568 757985 33554432000 1073741824 1073778376 140737261325840 140547219982584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8241/tid=8259] ppid=8238 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/8241/task/8259/stat : 8259 (java) S 8238 8241 3791 0 -1 4202560 53 0 0 0 7 11 0 0 20 0 22 0 4685526 10060525568 757985 33554432000 1073741824 1073778376 140737261325840 140547218930248 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8241/tid=8262] ppid=8238 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8241/task/8262/stat : 8262 (java) S 8238 8241 3791 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4685547 10060525568 757985 33554432000 1073741824 1073778376 140737261325840 140547215770920 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8241/tid=8279] ppid=8238 vsize=9824732 CPUtime=894.42 cores=0,2,4,6
/proc/8241/task/8279/stat : 8279 (java) R 8238 8241 3791 0 -1 4202560 126 0 0 0 89423 19 0 0 20 0 22 0 4685848 10060525568 757985 33554432000 1073741824 1073778376 140737261325840 140547214708992 140547721867936 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8241/tid=8280] ppid=8238 vsize=9824732 CPUtime=894.51 cores=0,2,4,6
/proc/8241/task/8280/stat : 8280 (java) R 8238 8241 3791 0 -1 4202560 2262 0 0 0 89410 41 0 0 20 0 22 0 4685848 10060525568 757985 33554432000 1073741824 1073778376 140737261325840 140547216821648 140547722449165 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8241/tid=8281] ppid=8238 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8241/task/8281/stat : 8281 (java) S 8238 8241 3791 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4685848 10060525568 757985 33554432000 1073741824 1073778376 140737261325840 140547217876136 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 9824732

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

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

Child status: 143
Real time (s): 901.075
CPU time (s): 1800.75
CPU user time (s): 1798.16
CPU system time (s): 2.5936
CPU usage (%): 199.845
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.16
system time used= 2.59361
maximum resident set size= 3216964
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52705
page faults= 1
swaps= 0
block input operations= 0
block output operations= 712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22906
involuntary context switches= 24544

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.62014 second user time and 7.33788 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-29 23:54:05
IDJOB=4118863
IDBENCH=111541
IDSOLVER=2543
FILE ID=node116/4118863-1467237245
RUNJOBID= node116-1467234298-6334
PBS_JOBID= 19997584
Free space on /tmp= 71724 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/minlplib2-pb-0.1.0/opb/normalized-graphpart_2pm-0088-0888.lin.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4118863-1467237245/watcher-4118863-1467237245 -o /tmp/evaluation-result-4118863-1467237245/solver-4118863-1467237245 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1467234298-6334 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4118863-1467237245.opb

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

MD5SUM BENCH= 0ee6a8b2f1275cd99eec0cf1bae9addf
RANDOM SEED=792480614

node116.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.426
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.85
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.426
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.426
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.426
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.426
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.426
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.426
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.54
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.426
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:        23766160 kB
Buffers:          171212 kB
Cached:          3423928 kB
SwapCached:            0 kB
Active:          3360252 kB
Inactive:        3434344 kB
Active(anon):    3201904 kB
Inactive(anon):        0 kB
Active(file):     158348 kB
Inactive(file):  3434344 kB
Unevictable:     1541976 kB
Mlocked:         1427512 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               492 kB
Writeback:             4 kB
AnonPages:       4759724 kB
Mapped:            22140 kB
Shmem:               204 kB
Slab:             615516 kB
SReclaimable:      59652 kB
SUnreclaim:       555864 kB
KernelStack:        1648 kB
PageTables:        13508 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5261172 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3276800 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= 71720 MiB
End job on node116 at 2016-06-30 00:09:06