Trace number 4119191

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)-1882389 1800.17 903.548

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-BIGINT-LIN/minlplib2-pb-0.1.0/
opb/normalized-graphpart_3g-0333-0333.lin.opb
MD5SUMa1a85ca5bd099e849b6cf3fbd12757c4
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-1882389
Best CPU time to get the best result obtained on this benchmark63.0294
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables324
Total number of constraints513
Number of constraints which are clauses243
Number of constraints which are cardinality constraints (but not clauses)27
Number of constraints which are nor clauses,nor cardinality constraints243
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 243
Biggest coefficient in the objective function 253603
Number of bits for the biggest coefficient in the objective function 18
Sum of the numbers in the objective function 17814453
Number of bits of the sum of numbers in the objective function 25
Biggest number in a constraint 253603
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 17814453
Number of bits of the biggest sum of numbers25
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.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4119191-1467249652.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.23/0.22	c ... done. Wall clock time 0.094s.
0.23/0.22	c declared #vars     324
0.23/0.22	c #constraints  540
0.23/0.22	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.23/0.22	c constraints type 
0.23/0.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 270
0.23/0.22	c org.sat4j.minisat.constraints.card.MinWatchCard => 27
0.23/0.22	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 243
0.23/0.22	c 540 constraints processed.
0.23/0.22	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.23/0.22	c constraints type 
0.23/0.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 270
0.23/0.22	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 27
0.23/0.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 243
0.23/0.22	c 540 constraints processed.
0.23/0.22	c objective function length is 243 literals
0.23/0.23	c And the winner is solver0
0.27/0.72	c SATISFIABLE
0.27/0.72	c OPTIMIZING...
0.27/0.72	c Got one! Elapsed wall clock time (in seconds):0.599
0.27/0.72	o -1671411
0.27/0.73	c And the winner is solver0
0.28/1.23	c Got one! Elapsed wall clock time (in seconds):1.103
0.28/1.23	o -1679086
0.28/1.24	c And the winner is solver0
0.38/1.73	c Got one! Elapsed wall clock time (in seconds):1.607
0.38/1.73	o -1694955
0.38/1.74	c And the winner is solver0
0.53/2.23	c Got one! Elapsed wall clock time (in seconds):2.11
0.53/2.23	o -1709753
0.53/2.24	c And the winner is solver0
0.55/2.74	c Got one! Elapsed wall clock time (in seconds):2.613
0.55/2.74	o -1721325
0.55/2.74	c And the winner is solver0
0.56/3.24	c Got one! Elapsed wall clock time (in seconds):3.116
0.56/3.24	o -1727516
0.56/3.24	c And the winner is solver0
0.58/3.74	c Got one! Elapsed wall clock time (in seconds):3.619
0.58/3.74	o -1729000
3.20/4.41	c cleaning 2510 clauses out of 5028 with flag 10998/5028
4.49/4.80	c cleaning 4260 clauses out of 8519 with flag 24924/11029
5.33/5.28	c cleaning 5625 clauses out of 11257 with flag 40048/18027
6.58/5.87	c cleaning 6817 clauses out of 13635 with flag 57382/26030
8.26/6.63	c cleaning 7903 clauses out of 15817 with flag 77048/35029
10.05/7.53	c cleaning 8955 clauses out of 17912 with flag 98168/45027
12.05/8.58	c cleaning 9977 clauses out of 19957 with flag 121933/56027
14.25/9.62	c cleaning 10991 clauses out of 21982 with flag 148105/68029
14.86/9.96	c And the winner is solver0
15.09/10.24	c Got one! Elapsed wall clock time (in seconds):10.123
15.09/10.24	o -1769475
15.19/10.37	c cleaning 8320 clauses out of 16639 with flag 2173/73677
16.22/10.82	c cleaning 7162 clauses out of 14323 with flag 15222/79681
17.27/11.37	c cleaning 7076 clauses out of 14158 with flag 29971/86678
18.67/12.01	c cleaning 7539 clauses out of 15084 with flag 47339/94680
18.88/12.11	c And the winner is solver0
18.91/12.25	c Got one! Elapsed wall clock time (in seconds):12.125
18.91/12.25	o -1773912
19.61/12.57	c And the winner is solver0
19.79/12.75	c Got one! Elapsed wall clock time (in seconds):12.627
19.79/12.75	o -1796685
19.79/12.75	c And the winner is solver0
19.79/13.25	c Got one! Elapsed wall clock time (in seconds):13.129
19.79/13.25	o -1862787
19.79/13.25	c And the winner is solver0
19.79/13.75	c Got one! Elapsed wall clock time (in seconds):13.631
19.79/13.75	o -1882389
19.89/13.85	c cleaning 6801 clauses out of 13615 with flag 2327/100750
20.93/14.31	c cleaning 6403 clauses out of 12814 with flag 15549/106750
21.97/14.82	c cleaning 6701 clauses out of 13410 with flag 30492/113749
22.97/15.33	c cleaning 7350 clauses out of 14709 with flag 47540/121749
24.17/15.90	c cleaning 8172 clauses out of 16360 with flag 66553/130750
25.38/16.55	c cleaning 9088 clauses out of 18187 with flag 87867/140749
26.97/17.30	c cleaning 10049 clauses out of 20099 with flag 111031/151749
28.77/18.24	c cleaning 11025 clauses out of 22051 with flag 137420/163750
30.97/19.40	c cleaning 12009 clauses out of 24026 with flag 166197/176750
33.77/20.72	c cleaning 13006 clauses out of 26016 with flag 198976/190749
37.17/22.46	c cleaning 13995 clauses out of 28010 with flag 242784/205749
40.99/24.32	c cleaning 15004 clauses out of 30015 with flag 286494/221749
45.18/26.45	c cleaning 15998 clauses out of 32011 with flag 338100/238749
49.80/28.75	c cleaning 16999 clauses out of 34016 with flag 390088/256752
54.99/31.38	c cleaning 18009 clauses out of 36017 with flag 449120/275752
60.19/33.91	c cleaning 19003 clauses out of 38005 with flag 504843/295749
65.99/36.84	c cleaning 19994 clauses out of 40004 with flag 562691/316751
72.19/39.97	c cleaning 20999 clauses out of 42009 with flag 620097/338750
79.19/43.45	c cleaning 22001 clauses out of 44010 with flag 693387/361750
87.30/47.46	c cleaning 23003 clauses out of 46008 with flag 777226/385749
95.48/51.52	c cleaning 23990 clauses out of 48006 with flag 859972/410750
103.48/55.58	c cleaning 25003 clauses out of 50015 with flag 941365/436749
112.28/59.94	c cleaning 26002 clauses out of 52013 with flag 1024143/463750
121.28/64.44	c cleaning 27003 clauses out of 54011 with flag 1117626/491750
129.88/68.71	c cleaning 28002 clauses out of 56010 with flag 1202597/520752
140.09/73.88	c cleaning 29000 clauses out of 58005 with flag 1295825/550749
151.61/79.52	c cleaning 30000 clauses out of 60005 with flag 1392096/581749
161.81/84.64	c cleaning 30994 clauses out of 62005 with flag 1481316/613749
174.81/91.13	c cleaning 32005 clauses out of 64011 with flag 1569506/646749
187.00/97.22	c cleaning 33002 clauses out of 66006 with flag 1653242/680749
200.92/104.19	c cleaning 34004 clauses out of 68007 with flag 1733638/715752
213.92/110.60	c cleaning 34993 clauses out of 70000 with flag 1811817/751749
233.31/120.32	c cleaning 35997 clauses out of 72007 with flag 1903439/788749
249.91/128.66	c cleaning 37004 clauses out of 74010 with flag 1994338/826749
271.29/139.23	c cleaning 38000 clauses out of 76007 with flag 2097064/865750
292.88/150.04	c cleaning 38996 clauses out of 78007 with flag 2212015/905750
313.28/160.21	c cleaning 39995 clauses out of 80012 with flag 2322823/946751
338.35/172.77	c cleaning 41005 clauses out of 82016 with flag 2440296/988750
364.34/185.75	c cleaning 42005 clauses out of 84010 with flag 2558087/1031749
385.93/196.57	c cleaning 43003 clauses out of 86008 with flag 2677896/1075752
404.74/205.99	c cleaning 44002 clauses out of 88003 with flag 2778388/1120750
420.33/213.78	c cleaning 45000 clauses out of 90000 with flag 2876399/1166749
438.25/222.65	c cleaning 45998 clauses out of 92000 with flag 2979699/1213749
463.64/235.33	c cleaning 46996 clauses out of 94003 with flag 3099455/1261750
494.04/250.57	c cleaning 48002 clauses out of 96007 with flag 3241218/1310750
525.24/266.14	c cleaning 48999 clauses out of 98004 with flag 3395626/1360749
555.83/281.49	c cleaning 50002 clauses out of 100009 with flag 3533227/1411753
589.03/298.07	c cleaning 50997 clauses out of 102005 with flag 3683898/1463751
615.64/311.32	c cleaning 52000 clauses out of 104006 with flag 3803947/1516749
648.84/327.98	c cleaning 53004 clauses out of 106008 with flag 3960661/1570751
682.56/344.86	c cleaning 53991 clauses out of 108002 with flag 4114316/1625749
723.36/365.25	c cleaning 55003 clauses out of 110012 with flag 4264813/1681750
756.75/381.98	c cleaning 56002 clauses out of 112010 with flag 4409574/1738751
800.35/403.72	c cleaning 56999 clauses out of 114006 with flag 4576692/1796749
838.59/422.90	c cleaning 57999 clauses out of 116008 with flag 4729525/1855750
875.20/441.15	c cleaning 59003 clauses out of 118012 with flag 4882179/1915753
910.19/458.68	c cleaning 60000 clauses out of 120005 with flag 5043373/1976749
958.89/482.99	c cleaning 60993 clauses out of 122006 with flag 5222819/2038750
1002.07/504.56	c cleaning 62001 clauses out of 124012 with flag 5385482/2101749
1044.46/525.78	c cleaning 63001 clauses out of 126011 with flag 5565441/2165749
1083.66/545.37	c cleaning 64005 clauses out of 128011 with flag 5714712/2230750
1131.25/569.13	c cleaning 64997 clauses out of 130005 with flag 5874346/2296749
1186.04/596.57	c cleaning 66001 clauses out of 132012 with flag 6052425/2363753
1241.25/624.12	c cleaning 66999 clauses out of 134008 with flag 6229934/2431750
1299.66/653.40	c cleaning 68002 clauses out of 136010 with flag 6420278/2500751
1350.05/678.55	c cleaning 68999 clauses out of 138006 with flag 6590048/2570749
1405.47/706.28	c cleaning 70002 clauses out of 140007 with flag 6778835/2641749
1456.65/731.84	c cleaning 70995 clauses out of 142005 with flag 6958190/2713749
1523.97/765.46	c cleaning 71999 clauses out of 144010 with flag 7157750/2786749
1589.58/798.25	c cleaning 73006 clauses out of 146011 with flag 7361426/2860749
1644.97/825.91	c cleaning 73993 clauses out of 148005 with flag 7548639/2935749
1697.77/852.31	c cleaning 75000 clauses out of 150014 with flag 7723614/3011751
1751.19/879.06	c cleaning 76001 clauses out of 152013 with flag 7901919/3088750
1800.17/903.50	c >>>>>>>>>> Solver number 0 (12 answers) <<<<<<<<<<<<<<<<<<
1800.17/903.50	c starts		: 5695
1800.17/903.50	c conflicts		: 3149475
1800.17/903.50	c decisions		: 3576270
1800.17/903.50	c propagations		: 136741643
1800.17/903.50	c inspects		: 14847341274
1800.17/903.50	c shortcuts		: 0
1800.17/903.50	c learnt literals	: 0
1800.17/903.50	c learnt binary clauses	: 0
1800.17/903.50	c learnt ternary clauses	: 1
1800.17/903.50	c learnt constraints	: 3149475
1800.17/903.50	c ignored constraints	: 0
1800.17/903.50	c root simplifications	: 0
1800.17/903.50	c removed literals (reason simplification)	: 9311686
1800.17/903.50	c reason swapping (by a shorter reason)	: 0
1800.17/903.50	c Calls to reduceDB	: 85
1800.17/903.50	c Number of update (reduction) of LBD	: 169274
1800.17/903.50	c Imported unit clauses	: 0
1800.17/903.50	c number of reductions to clauses (during analyze)	: 0
1800.17/903.50	c number of learned constraints concerned by reduction	: 0
1800.17/903.50	c number of learning phase by resolution	: 0
1800.17/903.50	c number of learning phase by cutting planes	: 0
1800.17/903.50	c speed (assignments/second)	: 151383.7855012521
1800.17/903.50	c non guided choices	0
1800.17/903.53	c learnt constraints type 
1800.17/903.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 136737
1800.17/903.53	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.17/903.53	c starts		: 22
1800.17/903.53	c conflicts		: 1485
1800.17/903.53	c decisions		: 3303
1800.17/903.53	c propagations		: 51036
1800.17/903.53	c inspects		: 8647771
1800.17/903.53	c shortcuts		: 0
1800.17/903.53	c learnt literals	: 0
1800.17/903.53	c learnt binary clauses	: 0
1800.17/903.53	c learnt ternary clauses	: 0
1800.17/903.53	c learnt constraints	: 1480
1800.17/903.53	c ignored constraints	: 0
1800.17/903.53	c root simplifications	: 0
1800.17/903.53	c removed literals (reason simplification)	: 0
1800.17/903.53	c reason swapping (by a shorter reason)	: 0
1800.17/903.53	c Calls to reduceDB	: 0
1800.17/903.53	c Number of update (reduction) of LBD	: 0
1800.17/903.53	c Imported unit clauses	: 0
1800.17/903.53	c number of reductions to clauses (during analyze)	: 0
1800.17/903.53	c number of learned constraints concerned by reduction	: 0
1800.17/903.53	c number of learning phase by resolution	: 0
1800.17/903.53	c number of learning phase by cutting planes	: 0
1800.17/903.53	c speed (assignments/second)	: 57.35844985181613
1800.17/903.53	c non guided choices	0
1800.17/903.53	c learnt constraints type 
1800.17/903.53	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1
1800.17/903.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1479
1800.17/903.53	s SATISFIABLE
1800.17/903.53	c Found 12 solution(s)
1800.17/903.53	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 
1800.17/903.53	c objective function=-1882389
1800.17/903.53	c Total wall clock time (in seconds): 903.408

Verifier Data

OK	-1882389

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-4119191-1467249652/watcher-4119191-1467249652 -o /tmp/evaluation-result-4119191-1467249652/solver-4119191-1467249652 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1467246678-11562 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4119191-1467249652.opb 

pid=12707
running on 4 cores: 1,3,5,7

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.09 3.98 3.71 4/198 12710
/proc/meminfo: memFree=27876160/32872528 swapFree=13208/1155804
[pid=12710] ppid=12707 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/12710/stat : 12710 (java) D 12707 12710 11545 0 -1 4202496 318 0 0 0 0 0 0 0 20 0 1 0 5932622 9515008 175 33554432000 1073741824 1073778376 140735293495552 140735293478280 219513963408 0 0 4096 0 18446744072100588836 0 0 17 1 0 0 0 0 0
/proc/12710/statm: 2323 175 133 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 4.09 3.98 3.71 4/198 12710
/proc/meminfo: memFree=27876160/32872528 swapFree=13208/1155804
[pid=12710] ppid=12707 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/12710/stat : 12710 (java) S 12707 12710 11545 0 -1 4202496 4400 0 1 0 8 1 0 0 20 0 18 0 5932622 9787879424 6030 33554432000 1073741824 1073778376 140735213059344 140735213050480 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12710/statm: 2389619 6030 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200241 s]
/proc/loadavg: 4.09 3.98 3.71 4/198 12710
/proc/meminfo: memFree=27876160/32872528 swapFree=13208/1155804
[pid=12710] ppid=12707 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/12710/stat : 12710 (java) S 12707 12710 11545 0 -1 4202496 4669 0 1 0 22 1 0 0 20 0 18 0 5932622 9787879424 7258 33554432000 1073741824 1073778376 140735213059344 140735213050480 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12710/statm: 2389619 7258 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300389 s]
/proc/loadavg: 4.09 3.98 3.71 4/198 12710
/proc/meminfo: memFree=27876160/32872528 swapFree=13208/1155804
[pid=12710] ppid=12707 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/12710/stat : 12710 (java) S 12707 12710 11545 0 -1 4202496 4798 0 1 0 26 1 0 0 20 0 19 0 5932622 10060525568 7860 33554432000 1073741824 1073778376 140735213059344 140735213050480 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12710/statm: 2456183 7860 2225 9 0 2446860 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9824732

[startup+0.700265 s]
/proc/loadavg: 4.09 3.98 3.71 4/198 12710
/proc/meminfo: memFree=27876160/32872528 swapFree=13208/1155804
[pid=12710] ppid=12707 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/12710/stat : 12710 (java) S 12707 12710 11545 0 -1 4202496 4798 0 1 0 26 1 0 0 20 0 19 0 5932622 10060525568 7860 33554432000 1073741824 1073778376 140735213059344 140735213050480 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12710/statm: 2456183 7860 2225 9 0 2446860 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9824732

[startup+1.50083 s]
/proc/loadavg: 3.92 3.94 3.70 4/217 12735
/proc/meminfo: memFree=27849072/32872528 swapFree=13208/1155804
[pid=12710] ppid=12707 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/12710/stat : 12710 (java) S 12707 12710 11545 0 -1 4202496 5679 0 1 0 35 3 0 0 20 0 19 0 5932622 10060525568 10995 33554432000 1073741824 1073778376 140735213059344 140735213050480 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12710/statm: 2456183 10995 2244 9 0 2446860 0
[pid=12710/tid=12712] ppid=12707 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/12710/task/12712/stat : 12712 (java) S 12707 12710 11545 0 -1 4202560 2416 0 1 0 18 1 0 0 20 0 19 0 5932623 10060525568 10995 33554432000 1073741824 1073778376 140735213059344 140292665619320 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12710/tid=12713] ppid=12707 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12710/task/12713/stat : 12713 (java) S 12707 12710 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5932624 10060525568 10995 33554432000 1073741824 1073778376 140735213059344 140292627110184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12710/tid=12714] ppid=12707 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12710/task/12714/stat : 12714 (java) S 12707 12710 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5932624 10060525568 10995 33554432000 1073741824 1073778376 140735213059344 140292626057384 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12710/tid=12715] ppid=12707 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12710/task/12715/stat : 12715 (java) S 12707 12710 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5932624 10060525568 10995 33554432000 1073741824 1073778376 140735213059344 140292625005096 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12710/tid=12716] ppid=12707 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12710/task/12716/stat : 12716 (java) S 12707 12710 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5932624 10060525568 10995 33554432000 1073741824 1073778376 140735213059344 140292506249640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12710/tid=12717] ppid=12707 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12710/task/12717/stat : 12717 (java) S 12707 12710 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5932624 10060525568 10995 33554432000 1073741824 1073778376 140735213059344 140292505197352 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12710/tid=12718] ppid=12707 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12710/task/12718/stat : 12718 (java) S 12707 12710 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5932624 10060525568 10995 33554432000 1073741824 1073778376 140735213059344 140292504144552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12710/tid=12719] ppid=12707 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12710/task/12719/stat : 12719 (java) S 12707 12710 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5932624 10060525568 10995 33554432000 1073741824 1073778376 140735213059344 140292503092264 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12710/tid=12720] ppid=12707 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12710/task/12720/stat : 12720 (java) S 12707 12710 11545 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5932624 10060525568 10995 33554432000 1073741824 1073778376 140735213059344 140292502039464 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12710/tid=12721] ppid=12707 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12710/task/12721/stat : 12721 (java) S 12707 12710 11545 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 5932626 10060525568 10995 33554432000 1073741824 1073778376 140735213059344 140292019710184 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12710/tid=12722] ppid=12707 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12710/task/12722/stat : 12722 (java) S 12707 12710 11545 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5932626 10060525568 10995 33554432000 1073741824 1073778376 140735213059344 140292018656248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12710/tid=12723] ppid=12707 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12710/task/12723/stat : 12723 (java) S 12707 12710 11545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5932626 10060525568 10995 33554432000 1073741824 1073778376 140735213059344 140292017603848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12710/tid=12724] ppid=12707 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12710/task/12724/stat : 12724 (java) S 12707 12710 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5932628 10060525568 10995 33554432000 1073741824 1073778376 140735213059344 140292016552336 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12710/tid=12725] ppid=12707 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/12710/task/12725/stat : 12725 (java) S 12707 12710 11545 0 -1 4202560 1047 0 0 0 5 0 0 0 20 0 19 0 5932628 10060525568 10995 33554432000 1073741824 1073778376 140735213059344 140292015499960 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12710/tid=12726] ppid=12707 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/12710/task/12726/stat : 12726 (java) S 12707 12710 11545 0 -1 4202560 869 0 0 0 6 0 0 0 20 0 19 0 5932628 10060525568 10995 33554432000 1073741824 1073778376 140735213059344 140292014447160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12710/tid=12727] ppid=12707 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12710/task/12727/stat : 12727 (java) S 12707 12710 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5932628 10060525568 10995 33554432000 1073741824 1073778376 140735213059344 140292013395064 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12710/tid=12728] ppid=12707 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12710/task/12728/stat : 12728 (java) S 12707 12710 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5932628 10060525568 10995 33554432000 1073741824 1073778376 140735213059344 140292012342472 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12710/tid=12732] ppid=12707 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12710/task/12732/stat : 12732 (java) S 12707 12710 11545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5932645 10060525568 10995 33554432000 1073741824 1073778376 140735213059344 140292008129576 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 9824732

[startup+3.10081 s]
/proc/loadavg: 3.92 3.94 3.70 4/217 12741
/proc/meminfo: memFree=27828400/32872528 swapFree=13208/1155804
[pid=12710] ppid=12707 vsize=9824732 CPUtime=0.56 cores=1,3,5,7
/proc/12710/stat : 12710 (java) S 12707 12710 11545 0 -1 4202496 8904 0 1 0 51 5 0 0 20 0 19 0 5932622 10060525568 16458 33554432000 1073741824 1073778376 140735213059344 140735213050480 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12710/statm: 2456183 16458 2251 9 0 2446860 0
[pid=12710/tid=12712] ppid=12707 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/12710/task/12712/stat : 12712 (java) S 12707 12710 11545 0 -1 4202560 2419 0 1 0 19 2 0 0 20 0 19 0 5932623 10060525568 16458 33554432000 1073741824 1073778376 140735213059344 140292665619320 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12710/tid=12713] ppid=12707 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12710/task/12713/stat : 12713 (java) S 12707 12710 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5932624 10060525568 16458 33554432000 1073741824 1073778376 140735213059344 140292627110184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12710/tid=12714] ppid=12707 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12710/task/12714/stat : 12714 (java) S 12707 12710 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5932624 10060525568 16458 33554432000 1073741824 1073778376 140735213059344 140292626057384 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12710/tid=12715] ppid=12707 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12710/task/12715/stat : 12715 (java) S 12707 12710 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5932624 10060525568 16458 33554432000 1073741824 1073778376 140735213059344 140292625005096 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12710/tid=12716] ppid=12707 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12710/task/12716/stat : 12716 (java) S 12707 12710 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5932624 10060525568 16458 33554432000 1073741824 1073778376 140735213059344 140292506249640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12710/tid=12717] ppid=12707 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12710/task/12717/stat : 12717 (java) S 12707 12710 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5932624 10060525568 16458 33554432000 1073741824 1073778376 140735213059344 140292505197352 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12710/tid=12718] ppid=12707 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12710/task/12718/stat : 12718 (java) S 12707 12710 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5932624 10060525568 16458 33554432000 1073741824 1073778376 140735213059344 140292504144552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12710/tid=12719] ppid=12707 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12710/task/12719/stat : 12719 (java) S 12707 12710 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5932624 10060525568 16458 33554432000 1073741824 1073778376 140735213059344 140292503092264 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12710/tid=12720] ppid=12707 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12710/task/12720/stat : 12720 (java) S 12707 12710 11545 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5932624 10060525568 16458 33554432000 1073741824 1073778376 140735213059344 140292502039464 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12710/tid=12721] ppid=12707 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12710/task/12721/stat : 12721 (java) S 12707 12710 11545 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 5932626 10060525568 16458 33554432000 1073741824 1073778376 140735213059344 140292019710184 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12710/tid=12722] ppid=12707 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12710/task/12722/stat : 12722 (java) S 12707 12710 11545 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5932626 10060525568 16458 33554432000 1073741824 1073778376 140735213059344 140292018656248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12710/tid=12723] ppid=12707 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12710/task/12723/stat : 12723 (java) S 12707 12710 11545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5932626 10060525568 16458 33554432000 1073741824 1073778376 140735213059344 140292017603848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12710/tid=12724] ppid=12707 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12710/task/12724/stat : 12724 (java) S 12707 12710 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5932628 10060525568 16458 33554432000 1073741824 1073778376 140735213059344 140292016552336 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12710/tid=12725] ppid=12707 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/12710/task/12725/stat : 12725 (java) S 12707 12710 11545 0 -1 4202560 2287 0 0 0 12 0 0 0 20 0 19 0 5932628 10060525568 16458 33554432000 1073741824 1073778376 140735213059344 140292015499960 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12710/tid=12726] ppid=12707 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/12710/task/12726/stat : 12726 (java) S 12707 12710 11545 0 -1 4202560 2826 0 0 0 14 0 0 0 20 0 19 0 5932628 10060525568 16458 33554432000 1073741824 1073778376 140735213059344 140292014447160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12710/tid=12727] ppid=12707 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12710/task/12727/stat : 12727 (java) S 12707 12710 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5932628 10060525568 16458 33554432000 1073741824 1073778376 140735213059344 140292013395064 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12710/tid=12728] ppid=12707 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12710/task/12728/stat : 12728 (java) S 12707 12710 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5932628 10060525568 16458 33554432000 1073741824 1073778376 140735213059344 140292012342472 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12710/tid=12732] ppid=12707 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12710/task/12732/stat : 12732 (java) S 12707 12710 11545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5932645 10060525568 16458 33554432000 1073741824 1073778376 140735213059344 140292008129576 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=18 pid=1817 uid=0 cmd=

[startup+6.30089 s]
/proc/loadavg: 3.92 3.94 3.70 6/220 12753
/proc/meminfo: memFree=27678288/32872528 swapFree=13208/1155804
[pid=12710] ppid=12707 vsize=9824732 CPUtime=7.61 cores=1,3,5,7
/proc/12710/stat : 12710 (java) S 12707 12710 11545 0 -1 4202496 25110 0 1 0 748 13 0 0 20 0 22 0 5932622 10060525568 53276 33554432000 1073741824 1073778376 140735213059344 140735213050480 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12710/statm: 2456183 53276 2285 9 0 2446860 0
[pid=12710/tid=12712] ppid=12707 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/12710/task/12712/stat : 12712 (java) S 12707 12710 11545 0 -1 4202560 2420 0 1 0 19 2 0 0 20 0 22 0 5932623 10060525568 53276 33554432000 1073741824 1073778376 140735213059344 140292665619320 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12710/tid=12713] ppid=12707 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/12710/task/12713/stat : 12713 (java) S 12707 12710 11545 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 5932624 10060525568 53276 33554432000 1073741824 1073778376 140735213059344 140292627110184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12710/tid=12714] ppid=12707 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12710/task/12714/stat : 12714 (java) S 12707 12710 11545 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 5932624 10060525568 53276 33554432000 1073741824 1073778376 140735213059344 140292626057384 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12710/tid=12715] ppid=12707 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12710/task/12715/stat : 12715 (java) S 12707 12710 11545 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 5932624 10060525568 53276 33554432000 1073741824 1073778376 140735213059344 140292625005096 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12710/tid=12716] ppid=12707 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12710/task/12716/stat : 12716 (java) S 12707 12710 11545 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 5932624 10060525568 53276 33554432000 1073741824 1073778376 140735213059344 140292506249640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12710/tid=12717] ppid=12707 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/12710/task/12717/stat : 12717 (java) S 12707 12710 11545 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 22 0 5932624 10060525568 53276 33554432000 1073741824 1073778376 140735213059344 140292505197352 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12710/tid=12718] ppid=12707 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12710/task/12718/stat : 12718 (java) S 12707 12710 11545 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 5932624 10060525568 53276 33554432000 1073741824 1073778376 140735213059344 140292504144552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12710/tid=12719] ppid=12707 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/12710/task/12719/stat : 12719 (java) S 12707 12710 11545 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 5932624 10060525568 53276 33554432000 1073741824 1073778376 140735213059344 140292503092264 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12710/tid=12720] ppid=12707 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12710/task/12720/stat : 12720 (java) S 12707 12710 11545 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 5932624 10060525568 53276 33554432000 1073741824 1073778376 140735213059344 140292502039464 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12710/tid=12721] ppid=12707 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12710/task/12721/stat : 12721 (java) S 12707 12710 11545 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 5932626 10060525568 53276 33554432000 1073741824 1073778376 140735213059344 140292019710184 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12710/tid=12722] ppid=12707 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12710/task/12722/stat : 12722 (java) S 12707 12710 11545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 5932626 10060525568 53276 33554432000 1073741824 1073778376 140735213059344 140292018656248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12710/tid=12723] ppid=12707 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12710/task/12723/stat : 12723 (java) S 12707 12710 11545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 5932626 10060525568 53276 33554432000 1073741824 1073778376 140735213059344 140292017603848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12710/tid=12724] ppid=12707 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12710/task/12724/stat : 12724 (java) S 12707 12710 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 5932628 10060525568 53276 33554432000 1073741824 1073778376 140735213059344 140292016552336 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12710/tid=12725] ppid=12707 vsize=9824732 CPUtime=1.06 cores=1,3,5,7
/proc/12710/task/12725/stat : 12725 (java) S 12707 12710 11545 0 -1 4202560 10945 0 0 0 103 3 0 0 20 0 22 0 5932628 10060525568 53276 33554432000 1073741824 1073778376 140735213059344 140292015499960 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12710/tid=12726] ppid=12707 vsize=9824732 CPUtime=1.14 cores=1,3,5,7
/proc/12710/task/12726/stat : 12726 (java) S 12707 12710 11545 0 -1 4202560 10171 0 0 0 112 2 0 0 20 0 22 0 5932628 10060525568 53276 33554432000 1073741824 1073778376 140735213059344 140292014447160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12710/tid=12727] ppid=12707 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12710/task/12727/stat : 12727 (java) S 12707 12710 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 5932628 10060525568 53276 33554432000 1073741824 1073778376 140735213059344 140292013395064 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12710/tid=12728] ppid=12707 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12710/task/12728/stat : 12728 (java) S 12707 12710 11545 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 5932628 10060525568 53276 33554432000 1073741824 1073778376 140735213059344 140292012342472 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12710/tid=12732] ppid=12707 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12710/task/12732/stat : 12732 (java) S 12707 12710 11545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 5932645 10060525568 53276 33554432000 1073741824 1073778376 140735213059344 140292008129576 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12710/tid=12751] ppid=12707 vsize=9824732 CPUtime=2.48 cores=1,3,5,7

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

/proc/12710/task/12715/stat : 12715 (java) S 12707 12710 11545 0 -1 4202560 798 0 0 0 26 14 0 0 20 0 22 0 5932624 10060525568 565785 33554432000 1073741824 1073778376 140735213059344 140292625005096 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12710/tid=12716] ppid=12707 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/12710/task/12716/stat : 12716 (java) S 12707 12710 11545 0 -1 4202560 460 0 0 0 20 10 0 0 20 0 22 0 5932624 10060525568 565785 33554432000 1073741824 1073778376 140735213059344 140292506249640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12710/tid=12717] ppid=12707 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/12710/task/12717/stat : 12717 (java) S 12707 12710 11545 0 -1 4202560 282 0 0 0 22 10 0 0 20 0 22 0 5932624 10060525568 565785 33554432000 1073741824 1073778376 140735213059344 140292505197352 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12710/tid=12718] ppid=12707 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/12710/task/12718/stat : 12718 (java) S 12707 12710 11545 0 -1 4202560 722 0 0 0 28 14 0 0 20 0 22 0 5932624 10060525568 565785 33554432000 1073741824 1073778376 140735213059344 140292504144552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12710/tid=12719] ppid=12707 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/12710/task/12719/stat : 12719 (java) S 12707 12710 11545 0 -1 4202560 508 0 0 0 25 13 0 0 20 0 22 0 5932624 10060525568 565785 33554432000 1073741824 1073778376 140735213059344 140292503092264 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12710/tid=12720] ppid=12707 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/12710/task/12720/stat : 12720 (java) S 12707 12710 11545 0 -1 4202560 619 0 0 0 31 15 0 0 20 0 22 0 5932624 10060525568 565785 33554432000 1073741824 1073778376 140735213059344 140292502039464 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12710/tid=12721] ppid=12707 vsize=9824732 CPUtime=0.26 cores=1,3,5,7
/proc/12710/task/12721/stat : 12721 (java) S 12707 12710 11545 0 -1 4202560 1359 0 0 0 24 2 0 0 20 0 22 0 5932626 10060525568 565785 33554432000 1073741824 1073778376 140735213059344 140292019710184 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12710/tid=12722] ppid=12707 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12710/task/12722/stat : 12722 (java) S 12707 12710 11545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 5932626 10060525568 565785 33554432000 1073741824 1073778376 140735213059344 140292018656248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12710/tid=12723] ppid=12707 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12710/task/12723/stat : 12723 (java) S 12707 12710 11545 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 5932626 10060525568 565785 33554432000 1073741824 1073778376 140735213059344 140292017603848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12710/tid=12724] ppid=12707 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12710/task/12724/stat : 12724 (java) S 12707 12710 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 5932628 10060525568 565785 33554432000 1073741824 1073778376 140735213059344 140292016552336 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12710/tid=12725] ppid=12707 vsize=9824732 CPUtime=1.26 cores=1,3,5,7
/proc/12710/task/12725/stat : 12725 (java) S 12707 12710 11545 0 -1 4202560 10979 0 0 0 123 3 0 0 20 0 22 0 5932628 10060525568 565785 33554432000 1073741824 1073778376 140735213059344 140292015499960 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12710/tid=12726] ppid=12707 vsize=9824732 CPUtime=1.14 cores=1,3,5,7
/proc/12710/task/12726/stat : 12726 (java) S 12707 12710 11545 0 -1 4202560 10171 0 0 0 112 2 0 0 20 0 22 0 5932628 10060525568 565785 33554432000 1073741824 1073778376 140735213059344 140292014447160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12710/tid=12727] ppid=12707 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12710/task/12727/stat : 12727 (java) S 12707 12710 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 5932628 10060525568 565785 33554432000 1073741824 1073778376 140735213059344 140292013395064 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12710/tid=12728] ppid=12707 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/12710/task/12728/stat : 12728 (java) S 12707 12710 11545 0 -1 4202560 52 0 0 0 11 20 0 0 20 0 22 0 5932628 10060525568 565785 33554432000 1073741824 1073778376 140735213059344 140292012342472 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12710/tid=12732] ppid=12707 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12710/task/12732/stat : 12732 (java) S 12707 12710 11545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 5932645 10060525568 565785 33554432000 1073741824 1073778376 140735213059344 140292008129576 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12710/tid=12766] ppid=12707 vsize=9824732 CPUtime=865.29 cores=1,3,5,7
/proc/12710/task/12766/stat : 12766 (java) R 12707 12710 11545 0 -1 4202560 74 0 0 0 86514 15 0 0 20 0 22 0 5933998 10060525568 565785 33554432000 1073741824 1073778376 140735213059344 140292011278480 140292506811415 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12710/tid=12767] ppid=12707 vsize=9824732 CPUtime=865.3 cores=1,3,5,7
/proc/12710/task/12767/stat : 12767 (java) R 12707 12710 11545 0 -1 4202560 426 0 0 0 86505 25 0 0 20 0 22 0 5933998 10060525568 565785 33554432000 1073741824 1073778376 140735213059344 140292009180640 140292507202032 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12710/tid=12768] ppid=12707 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12710/task/12768/stat : 12768 (java) S 12707 12710 11545 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 5933998 10060525568 565785 33554432000 1073741824 1073778376 140735213059344 140292010235432 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1757.79
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+903.501 s]
/proc/loadavg: 4.25 4.18 3.96 5/219 12879
/proc/meminfo: memFree=25165540/32872528 swapFree=13208/1155804
[pid=12710] ppid=12707 vsize=9824732 CPUtime=1800.17 cores=1,3,5,7
/proc/12710/stat : 12710 (java) S 12707 12710 11545 0 -1 4202496 31964 0 1 0 179861 156 0 0 20 0 22 0 5932622 10060525568 565785 33554432000 1073741824 1073778376 140735213059344 140735213050480 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12710/statm: 2456183 565785 2295 9 0 2446860 0
[pid=12710/tid=12712] ppid=12707 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/12710/task/12712/stat : 12712 (java) S 12707 12710 11545 0 -1 4202560 2424 0 1 0 22 3 0 0 20 0 22 0 5932623 10060525568 565785 33554432000 1073741824 1073778376 140735213059344 140292665619320 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12710/tid=12713] ppid=12707 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/12710/task/12713/stat : 12713 (java) S 12707 12710 11545 0 -1 4202560 565 0 0 0 24 15 0 0 20 0 22 0 5932624 10060525568 565785 33554432000 1073741824 1073778376 140735213059344 140292627110184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12710/tid=12714] ppid=12707 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/12710/task/12714/stat : 12714 (java) S 12707 12710 11545 0 -1 4202560 714 0 0 0 23 12 0 0 20 0 22 0 5932624 10060525568 565785 33554432000 1073741824 1073778376 140735213059344 140292626057384 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12710/tid=12715] ppid=12707 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/12710/task/12715/stat : 12715 (java) S 12707 12710 11545 0 -1 4202560 798 0 0 0 26 14 0 0 20 0 22 0 5932624 10060525568 565785 33554432000 1073741824 1073778376 140735213059344 140292625005096 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12710/tid=12716] ppid=12707 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/12710/task/12716/stat : 12716 (java) S 12707 12710 11545 0 -1 4202560 460 0 0 0 20 10 0 0 20 0 22 0 5932624 10060525568 565785 33554432000 1073741824 1073778376 140735213059344 140292506249640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12710/tid=12717] ppid=12707 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/12710/task/12717/stat : 12717 (java) S 12707 12710 11545 0 -1 4202560 282 0 0 0 22 10 0 0 20 0 22 0 5932624 10060525568 565785 33554432000 1073741824 1073778376 140735213059344 140292505197352 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12710/tid=12718] ppid=12707 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/12710/task/12718/stat : 12718 (java) S 12707 12710 11545 0 -1 4202560 722 0 0 0 28 14 0 0 20 0 22 0 5932624 10060525568 565785 33554432000 1073741824 1073778376 140735213059344 140292504144552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12710/tid=12719] ppid=12707 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/12710/task/12719/stat : 12719 (java) S 12707 12710 11545 0 -1 4202560 508 0 0 0 25 13 0 0 20 0 22 0 5932624 10060525568 565785 33554432000 1073741824 1073778376 140735213059344 140292503092264 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12710/tid=12720] ppid=12707 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/12710/task/12720/stat : 12720 (java) S 12707 12710 11545 0 -1 4202560 619 0 0 0 31 15 0 0 20 0 22 0 5932624 10060525568 565785 33554432000 1073741824 1073778376 140735213059344 140292502039464 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12710/tid=12721] ppid=12707 vsize=9824732 CPUtime=0.26 cores=1,3,5,7
/proc/12710/task/12721/stat : 12721 (java) S 12707 12710 11545 0 -1 4202560 1359 0 0 0 24 2 0 0 20 0 22 0 5932626 10060525568 565785 33554432000 1073741824 1073778376 140735213059344 140292019710184 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12710/tid=12722] ppid=12707 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12710/task/12722/stat : 12722 (java) S 12707 12710 11545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 5932626 10060525568 565785 33554432000 1073741824 1073778376 140735213059344 140292018656248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12710/tid=12723] ppid=12707 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12710/task/12723/stat : 12723 (java) S 12707 12710 11545 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 5932626 10060525568 565785 33554432000 1073741824 1073778376 140735213059344 140292017603848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12710/tid=12724] ppid=12707 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12710/task/12724/stat : 12724 (java) S 12707 12710 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 5932628 10060525568 565785 33554432000 1073741824 1073778376 140735213059344 140292016552336 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12710/tid=12725] ppid=12707 vsize=9824732 CPUtime=1.26 cores=1,3,5,7
/proc/12710/task/12725/stat : 12725 (java) S 12707 12710 11545 0 -1 4202560 10979 0 0 0 123 3 0 0 20 0 22 0 5932628 10060525568 565785 33554432000 1073741824 1073778376 140735213059344 140292015499960 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12710/tid=12726] ppid=12707 vsize=9824732 CPUtime=1.14 cores=1,3,5,7
/proc/12710/task/12726/stat : 12726 (java) S 12707 12710 11545 0 -1 4202560 10171 0 0 0 112 2 0 0 20 0 22 0 5932628 10060525568 565785 33554432000 1073741824 1073778376 140735213059344 140292014447160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12710/tid=12727] ppid=12707 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12710/task/12727/stat : 12727 (java) S 12707 12710 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 5932628 10060525568 565785 33554432000 1073741824 1073778376 140735213059344 140292013395064 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12710/tid=12728] ppid=12707 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/12710/task/12728/stat : 12728 (java) S 12707 12710 11545 0 -1 4202560 54 0 0 0 12 20 0 0 20 0 22 0 5932628 10060525568 565785 33554432000 1073741824 1073778376 140735213059344 140292012342472 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12710/tid=12732] ppid=12707 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12710/task/12732/stat : 12732 (java) S 12707 12710 11545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 5932645 10060525568 565785 33554432000 1073741824 1073778376 140735213059344 140292008129576 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12710/tid=12766] ppid=12707 vsize=9824732 CPUtime=886.43 cores=1,3,5,7
/proc/12710/task/12766/stat : 12766 (java) R 12707 12710 11545 0 -1 4202560 74 0 0 0 88628 15 0 0 20 0 22 0 5933998 10060525568 565785 33554432000 1073741824 1073778376 140735213059344 140292011278480 140292506842464 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12710/tid=12767] ppid=12707 vsize=9824732 CPUtime=886.43 cores=1,3,5,7
/proc/12710/task/12767/stat : 12767 (java) R 12707 12710 11545 0 -1 4202560 426 0 0 0 88618 25 0 0 20 0 22 0 5933998 10060525568 565785 33554432000 1073741824 1073778376 140735213059344 140292009180640 140292507202527 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12710/tid=12768] ppid=12707 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12710/task/12768/stat : 12768 (java) S 12707 12710 11545 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 5933998 10060525568 565785 33554432000 1073741824 1073778376 140735213059344 140292010235432 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
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 12710 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+903.501 s]
/proc/loadavg: 4.25 4.18 3.96 5/219 12879
/proc/meminfo: memFree=25165540/32872528 swapFree=13208/1155804
[pid=12710] ppid=12707 vsize=9824732 CPUtime=1800.17 cores=1,3,5,7
/proc/12710/stat : 12710 (java) S 12707 12710 11545 0 -1 4202496 31964 0 1 0 179861 156 0 0 20 0 22 0 5932622 10060525568 565785 33554432000 1073741824 1073778376 140735213059344 140735213050480 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12710/statm: 2456183 565785 2295 9 0 2446860 0
[pid=12710/tid=12712] ppid=12707 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/12710/task/12712/stat : 12712 (java) S 12707 12710 11545 0 -1 4202560 2424 0 1 0 22 3 0 0 20 0 22 0 5932623 10060525568 565785 33554432000 1073741824 1073778376 140735213059344 140292665619320 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12710/tid=12713] ppid=12707 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/12710/task/12713/stat : 12713 (java) S 12707 12710 11545 0 -1 4202560 565 0 0 0 24 15 0 0 20 0 22 0 5932624 10060525568 565785 33554432000 1073741824 1073778376 140735213059344 140292627110184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12710/tid=12714] ppid=12707 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/12710/task/12714/stat : 12714 (java) S 12707 12710 11545 0 -1 4202560 714 0 0 0 23 12 0 0 20 0 22 0 5932624 10060525568 565785 33554432000 1073741824 1073778376 140735213059344 140292626057384 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12710/tid=12715] ppid=12707 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/12710/task/12715/stat : 12715 (java) S 12707 12710 11545 0 -1 4202560 798 0 0 0 26 14 0 0 20 0 22 0 5932624 10060525568 565785 33554432000 1073741824 1073778376 140735213059344 140292625005096 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12710/tid=12716] ppid=12707 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/12710/task/12716/stat : 12716 (java) S 12707 12710 11545 0 -1 4202560 460 0 0 0 20 10 0 0 20 0 22 0 5932624 10060525568 565785 33554432000 1073741824 1073778376 140735213059344 140292506249640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12710/tid=12717] ppid=12707 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/12710/task/12717/stat : 12717 (java) S 12707 12710 11545 0 -1 4202560 282 0 0 0 22 10 0 0 20 0 22 0 5932624 10060525568 565785 33554432000 1073741824 1073778376 140735213059344 140292505197352 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12710/tid=12718] ppid=12707 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/12710/task/12718/stat : 12718 (java) S 12707 12710 11545 0 -1 4202560 722 0 0 0 28 14 0 0 20 0 22 0 5932624 10060525568 565785 33554432000 1073741824 1073778376 140735213059344 140292504144552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12710/tid=12719] ppid=12707 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/12710/task/12719/stat : 12719 (java) S 12707 12710 11545 0 -1 4202560 508 0 0 0 25 13 0 0 20 0 22 0 5932624 10060525568 565785 33554432000 1073741824 1073778376 140735213059344 140292503092264 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12710/tid=12720] ppid=12707 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/12710/task/12720/stat : 12720 (java) S 12707 12710 11545 0 -1 4202560 619 0 0 0 31 15 0 0 20 0 22 0 5932624 10060525568 565785 33554432000 1073741824 1073778376 140735213059344 140292502039464 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12710/tid=12721] ppid=12707 vsize=9824732 CPUtime=0.26 cores=1,3,5,7
/proc/12710/task/12721/stat : 12721 (java) S 12707 12710 11545 0 -1 4202560 1359 0 0 0 24 2 0 0 20 0 22 0 5932626 10060525568 565785 33554432000 1073741824 1073778376 140735213059344 140292019710184 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12710/tid=12722] ppid=12707 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12710/task/12722/stat : 12722 (java) S 12707 12710 11545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 5932626 10060525568 565785 33554432000 1073741824 1073778376 140735213059344 140292018656248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12710/tid=12723] ppid=12707 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12710/task/12723/stat : 12723 (java) S 12707 12710 11545 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 5932626 10060525568 565785 33554432000 1073741824 1073778376 140735213059344 140292017603848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12710/tid=12724] ppid=12707 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12710/task/12724/stat : 12724 (java) S 12707 12710 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 5932628 10060525568 565785 33554432000 1073741824 1073778376 140735213059344 140292016552336 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12710/tid=12725] ppid=12707 vsize=9824732 CPUtime=1.26 cores=1,3,5,7
/proc/12710/task/12725/stat : 12725 (java) S 12707 12710 11545 0 -1 4202560 10979 0 0 0 123 3 0 0 20 0 22 0 5932628 10060525568 565785 33554432000 1073741824 1073778376 140735213059344 140292015499960 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12710/tid=12726] ppid=12707 vsize=9824732 CPUtime=1.14 cores=1,3,5,7
/proc/12710/task/12726/stat : 12726 (java) S 12707 12710 11545 0 -1 4202560 10171 0 0 0 112 2 0 0 20 0 22 0 5932628 10060525568 565785 33554432000 1073741824 1073778376 140735213059344 140292014447160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12710/tid=12727] ppid=12707 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12710/task/12727/stat : 12727 (java) S 12707 12710 11545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 5932628 10060525568 565785 33554432000 1073741824 1073778376 140735213059344 140292013395064 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12710/tid=12728] ppid=12707 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/12710/task/12728/stat : 12728 (java) S 12707 12710 11545 0 -1 4202560 54 0 0 0 12 20 0 0 20 0 22 0 5932628 10060525568 565785 33554432000 1073741824 1073778376 140735213059344 140292012342472 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12710/tid=12732] ppid=12707 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12710/task/12732/stat : 12732 (java) S 12707 12710 11545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 5932645 10060525568 565785 33554432000 1073741824 1073778376 140735213059344 140292008129576 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12710/tid=12766] ppid=12707 vsize=9824732 CPUtime=886.43 cores=1,3,5,7
/proc/12710/task/12766/stat : 12766 (java) R 12707 12710 11545 0 -1 4202560 74 0 0 0 88628 15 0 0 20 0 22 0 5933998 10060525568 565785 33554432000 1073741824 1073778376 140735213059344 140292011278480 140292506842464 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12710/tid=12767] ppid=12707 vsize=9824732 CPUtime=886.43 cores=1,3,5,7
/proc/12710/task/12767/stat : 12767 (java) R 12707 12710 11545 0 -1 4202560 426 0 0 0 88618 25 0 0 20 0 22 0 5933998 10060525568 565785 33554432000 1073741824 1073778376 140735213059344 140292009180640 140292507202527 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12710/tid=12768] ppid=12707 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12710/task/12768/stat : 12768 (java) S 12707 12710 11545 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 5933998 10060525568 565785 33554432000 1073741824 1073778376 140735213059344 140292010235432 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12710 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=79258
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=41689
# CPU time returned by wait4() is 1796.12
# while last known CPU time is 1800.17
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 903.548
CPU time (s): 1800.17
CPU user time (s): 1798.61
CPU system time (s): 1.56
CPU usage (%): 199.233
Max. virtual memory (cumulated for all children) (KiB): 9825932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.08
system time used= 2.04169
maximum resident set size= 2313284
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32008
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= 22065
involuntary context switches= 15149

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.68214 second user time and 7.57485 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-30 03:20:52
IDJOB=4119191
IDBENCH=111670
IDSOLVER=2543
FILE ID=node114/4119191-1467249652
RUNJOBID= node114-1467246678-11562
PBS_JOBID= 20004474
Free space on /tmp= 71660 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-BIGINT-LIN/minlplib2-pb-0.1.0/opb/normalized-graphpart_3g-0333-0333.lin.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119191-1467249652/watcher-4119191-1467249652 -o /tmp/evaluation-result-4119191-1467249652/solver-4119191-1467249652 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1467246678-11562 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4119191-1467249652.opb

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

MD5SUM BENCH= a1a85ca5bd099e849b6cf3fbd12757c4
RANDOM SEED=873752079

node114.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.752
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.50
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.752
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.752
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.752
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.752
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.752
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.56
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.752
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.56
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.752
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:        27876912 kB
Buffers:          111528 kB
Cached:          1219800 kB
SwapCached:            0 kB
Active:          1875384 kB
Inactive:        1200756 kB
Active(anon):    1747672 kB
Inactive(anon):        0 kB
Active(file):     127712 kB
Inactive(file):  1200756 kB
Unevictable:     1155804 kB
Mlocked:           13208 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               836 kB
Writeback:             0 kB
AnonPages:       2863852 kB
Mapped:            22248 kB
Shmem:               204 kB
Slab:             608636 kB
SReclaimable:      52836 kB
SUnreclaim:       555800 kB
KernelStack:        1816 kB
PageTables:         9696 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4379320 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2797568 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= 71668 MiB
End job on node114 at 2016-06-30 03:35:56