Trace number 4118314

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 PB16OPT-20 1142.56 574.352

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/minlplib2-pb-0.1.0/
opb/normalized-graphpart_3pm-0234-0234.lin.opb
MD5SUM7470bf3397bcc47905e7489789a16676
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-20
Best CPU time to get the best result obtained on this benchmark0.217966
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables252
Total number of constraints384
Number of constraints which are clauses180
Number of constraints which are cardinality constraints (but not clauses)24
Number of constraints which are nor clauses,nor cardinality constraints180
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 180
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 180
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 180
Number of bits of the biggest sum of numbers8
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.09/0.10	c version PB16.v20160501
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	16
0.09/0.13	c Pseudo Boolean Optimization by upper bound
0.09/0.13	c ManyCore solver with 2 solvers running in parallel
0.09/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@22c84d9
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.13	c Expensive reason simplification
0.09/0.13	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@3f7fa65e
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@558385e3
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.13	c No reason simplification
0.09/0.13	c Armin Biere (Picosat) restarts strategy
0.09/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.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@3f7fa65e
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c solving HOME/instance-4118314-1467225500.opb
0.09/0.13	c reading problem ... 
0.09/0.13	c  objective function found
0.22/0.20	c ... done. Wall clock time 0.074s.
0.22/0.20	c declared #vars     252
0.22/0.20	c #constraints  408
0.22/0.21	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.22/0.21	c constraints type 
0.22/0.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 204
0.22/0.21	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
0.22/0.21	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 180
0.22/0.21	c 408 constraints processed.
0.22/0.21	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.22/0.21	c constraints type 
0.22/0.21	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 204
0.22/0.21	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 24
0.22/0.21	c org.sat4j.pb.constraints.pb.MaxWatchPb => 180
0.22/0.21	c 408 constraints processed.
0.22/0.21	c objective function length is 180 literals
0.22/0.21	c And the winner is solver0
0.23/0.71	c SATISFIABLE
0.23/0.71	c OPTIMIZING...
0.23/0.71	c Got one! Elapsed wall clock time (in seconds):0.58
0.23/0.71	o -15
0.23/0.79	c And the winner is solver0
0.68/1.21	c Got one! Elapsed wall clock time (in seconds):1.082
0.68/1.21	o -17
3.01/1.82	c cleaning 2559 clauses out of 5122 with flag 10765/5122
3.01/1.83	c And the winner is solver0
3.33/2.21	c Got one! Elapsed wall clock time (in seconds):2.083
3.33/2.21	o -18
3.33/2.25	c And the winner is solver0
3.43/2.71	c Got one! Elapsed wall clock time (in seconds):2.585
3.43/2.71	o -19
4.14/3.01	c cleaning 4296 clauses out of 8593 with flag 11128/11152
4.92/3.32	c cleaning 5149 clauses out of 10299 with flag 23971/17154
5.60/3.68	c cleaning 6074 clauses out of 12147 with flag 38759/24151
6.78/4.18	c cleaning 7036 clauses out of 14075 with flag 55623/32153
8.38/4.83	c cleaning 8019 clauses out of 16037 with flag 76066/41151
10.02/5.54	c cleaning 9005 clauses out of 18018 with flag 100172/51151
11.40/6.29	c cleaning 10003 clauses out of 20013 with flag 127708/62151
13.67/7.23	c cleaning 10999 clauses out of 22011 with flag 159170/74152
16.12/8.39	c cleaning 12004 clauses out of 24012 with flag 193367/87152
18.72/9.62	c cleaning 13003 clauses out of 26007 with flag 229748/101151
21.32/10.91	c cleaning 14000 clauses out of 28005 with flag 268994/116152
24.12/12.34	c cleaning 15002 clauses out of 30004 with flag 309694/132151
27.53/14.02	c cleaning 16000 clauses out of 32002 with flag 355394/149151
30.93/15.75	c cleaning 17001 clauses out of 34004 with flag 399750/167153
34.74/17.67	c cleaning 18001 clauses out of 36001 with flag 446925/186151
38.53/19.59	c cleaning 19001 clauses out of 38003 with flag 494821/206154
43.63/21.98	c cleaning 19995 clauses out of 40001 with flag 543119/227153
47.83/24.03	c cleaning 21002 clauses out of 42005 with flag 591819/249152
51.63/25.92	c cleaning 22001 clauses out of 44002 with flag 642913/272151
57.64/28.78	c cleaning 22996 clauses out of 46001 with flag 702311/296151
63.81/31.80	c cleaning 23998 clauses out of 48005 with flag 764865/321151
71.41/35.46	c cleaning 25004 clauses out of 50007 with flag 826542/347151
79.21/39.39	c cleaning 25998 clauses out of 52003 with flag 894470/374151
87.11/43.12	c cleaning 26999 clauses out of 54006 with flag 964673/402152
95.11/47.12	c cleaning 27999 clauses out of 56006 with flag 1034931/431151
101.91/50.53	c cleaning 29005 clauses out of 58009 with flag 1102366/461153
111.52/55.30	c cleaning 29999 clauses out of 60003 with flag 1177816/492152
121.13/59.92	c cleaning 31002 clauses out of 62003 with flag 1254488/524151
131.94/65.35	c cleaning 31994 clauses out of 64002 with flag 1337289/557152
145.34/72.05	c cleaning 33002 clauses out of 66008 with flag 1441284/591152
159.19/78.71	c cleaning 33995 clauses out of 68006 with flag 1535171/626152
173.80/86.05	c cleaning 34999 clauses out of 70010 with flag 1631402/662151
186.40/92.32	c cleaning 36005 clauses out of 72011 with flag 1726819/699151
201.50/99.71	c cleaning 36997 clauses out of 74008 with flag 1830983/737153
215.11/106.55	c cleaning 38004 clauses out of 76011 with flag 1940232/776153
229.91/113.90	c cleaning 39003 clauses out of 78006 with flag 2040430/816152
245.11/121.55	c cleaning 39998 clauses out of 80002 with flag 2148274/857151
258.12/128.01	c cleaning 41003 clauses out of 82005 with flag 2245860/899152
273.72/135.81	c cleaning 41998 clauses out of 84001 with flag 2348529/942151
288.92/143.42	c cleaning 43000 clauses out of 86004 with flag 2449773/986152
303.74/150.88	c cleaning 44002 clauses out of 88005 with flag 2546110/1031153
311.72/154.85	c And the winner is solver0
316.22/159.55	c Got one! Elapsed wall clock time (in seconds):159.421
316.22/159.55	o -20
319.32/161.16	c cleaning 38170 clauses out of 76339 with flag 12850/1063489
322.09/162.36	c cleaning 22087 clauses out of 44173 with flag 29143/1069493
323.70/163.11	c cleaning 14538 clauses out of 29081 with flag 48758/1076488
324.90/163.75	c cleaning 11264 clauses out of 22543 with flag 71432/1084488
326.30/164.41	c cleaning 10128 clauses out of 20279 with flag 96554/1093488
327.72/165.14	c cleaning 10070 clauses out of 20152 with flag 125916/1103489
329.10/165.87	c cleaning 10537 clauses out of 21081 with flag 153814/1114488
330.71/166.62	c cleaning 11268 clauses out of 22545 with flag 182857/1126489
332.51/167.50	c cleaning 12132 clauses out of 24276 with flag 216367/1139488
334.91/168.73	c cleaning 13070 clauses out of 26146 with flag 251659/1153490
337.31/169.99	c cleaning 14038 clauses out of 28075 with flag 291655/1168489
340.59/171.55	c cleaning 15019 clauses out of 30040 with flag 328104/1184492
343.59/173.02	c cleaning 16004 clauses out of 32017 with flag 367235/1201488
346.39/174.49	c cleaning 17008 clauses out of 34015 with flag 408195/1219490
349.61/176.09	c cleaning 18001 clauses out of 36005 with flag 456305/1238488
352.79/177.68	c cleaning 19000 clauses out of 38004 with flag 502778/1258488
356.41/179.49	c cleaning 20000 clauses out of 40004 with flag 549028/1279488
361.39/181.94	c cleaning 20995 clauses out of 42004 with flag 607458/1301488
365.99/184.26	c cleaning 22005 clauses out of 44011 with flag 666936/1324490
370.59/186.58	c cleaning 23002 clauses out of 46005 with flag 723597/1348489
377.59/190.06	c cleaning 23994 clauses out of 48002 with flag 797132/1373488
382.61/192.56	c cleaning 25002 clauses out of 50010 with flag 858175/1399490
388.99/195.77	c cleaning 25998 clauses out of 52006 with flag 926341/1426488
395.81/199.18	c cleaning 27003 clauses out of 54008 with flag 998534/1454488
402.19/202.32	c cleaning 28000 clauses out of 56005 with flag 1063252/1483488
409.40/205.95	c cleaning 28998 clauses out of 58005 with flag 1131724/1513488
417.40/209.90	c cleaning 30002 clauses out of 60008 with flag 1199495/1544489
426.40/214.47	c cleaning 30998 clauses out of 62005 with flag 1273101/1576488
436.53/219.48	c cleaning 31996 clauses out of 64007 with flag 1360474/1609488
448.53/225.48	c cleaning 33003 clauses out of 66011 with flag 1450692/1643488
458.73/230.58	c cleaning 34004 clauses out of 68008 with flag 1537840/1678488
469.93/236.13	c cleaning 35002 clauses out of 70005 with flag 1627240/1714489
481.95/242.11	c cleaning 35996 clauses out of 72002 with flag 1717560/1751488
493.54/247.93	c cleaning 37001 clauses out of 74006 with flag 1808798/1789488
507.94/255.15	c cleaning 37999 clauses out of 76005 with flag 1911577/1828488
519.74/261.05	c cleaning 39003 clauses out of 78006 with flag 2011436/1868488
531.33/266.82	c cleaning 40002 clauses out of 80003 with flag 2104896/1909488
543.35/272.83	c cleaning 40999 clauses out of 82004 with flag 2196978/1951491
560.14/281.27	c cleaning 41994 clauses out of 84002 with flag 2302557/1994489
577.94/290.14	c cleaning 42996 clauses out of 86007 with flag 2416465/2038488
598.74/300.51	c cleaning 44001 clauses out of 88013 with flag 2533358/2083490
623.76/312.91	c cleaning 45004 clauses out of 90013 with flag 2660623/2129491
647.41/324.65	c cleaning 46004 clauses out of 92007 with flag 2785022/2176489
670.17/336.15	c cleaning 47000 clauses out of 94003 with flag 2919094/2224489
692.38/347.20	c cleaning 47998 clauses out of 96004 with flag 3049744/2273490
712.78/357.44	c cleaning 48998 clauses out of 98004 with flag 3177085/2323488
734.39/368.21	c cleaning 50000 clauses out of 100007 with flag 3298890/2374489
755.39/378.72	c cleaning 50998 clauses out of 102007 with flag 3423563/2426489
784.26/392.94	c cleaning 51999 clauses out of 104009 with flag 3562658/2479489
807.05/404.31	c cleaning 53001 clauses out of 106009 with flag 3696271/2533488
832.86/417.26	c cleaning 54000 clauses out of 108008 with flag 3829169/2588488
860.25/430.93	c cleaning 55001 clauses out of 110010 with flag 3970846/2644490
888.25/444.84	c cleaning 55996 clauses out of 112008 with flag 4109940/2701489
919.65/460.52	c cleaning 57006 clauses out of 114015 with flag 4268662/2759492
950.65/476.03	c cleaning 58000 clauses out of 116005 with flag 4412853/2818488
980.65/491.03	c cleaning 58999 clauses out of 118005 with flag 4555894/2878488
1014.65/508.07	c cleaning 60000 clauses out of 120006 with flag 4702013/2939488
1054.68/528.06	c cleaning 60996 clauses out of 122008 with flag 4862615/3001490
1087.47/544.47	c cleaning 62003 clauses out of 124010 with flag 5019650/3064488
1120.49/560.96	c cleaning 63003 clauses out of 126006 with flag 5171008/3128488
1137.90/569.61	c And the winner is solver0
1142.45/574.33	c >>>>>>>>>> Solver number 0 (6 answers) <<<<<<<<<<<<<<<<<<
1142.45/574.33	c starts		: 5131
1142.45/574.33	c conflicts		: 3169197
1142.45/574.33	c decisions		: 3710641
1142.45/574.33	c propagations		: 106697401
1142.45/574.33	c inspects		: 10472989140
1142.45/574.33	c shortcuts		: 0
1142.45/574.33	c learnt literals	: 15
1142.45/574.33	c learnt binary clauses	: 9
1142.45/574.33	c learnt ternary clauses	: 31
1142.45/574.33	c learnt constraints	: 3169181
1142.45/574.33	c ignored constraints	: 0
1142.45/574.33	c root simplifications	: 0
1142.45/574.33	c removed literals (reason simplification)	: 8838785
1142.45/574.33	c reason swapping (by a shorter reason)	: 0
1142.45/574.33	c Calls to reduceDB	: 102
1142.45/574.33	c Number of update (reduction) of LBD	: 129731
1142.45/574.33	c Imported unit clauses	: 0
1142.45/574.33	c number of reductions to clauses (during analyze)	: 0
1142.45/574.33	c number of learned constraints concerned by reduction	: 0
1142.45/574.33	c number of learning phase by resolution	: 0
1142.45/574.33	c number of learning phase by cutting planes	: 0
1142.45/574.33	c speed (assignments/second)	: 185845.44493389002
1142.45/574.33	c non guided choices	0
1142.45/574.33	c learnt constraints type 
1142.45/574.33	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1142.45/574.33	c starts		: 26
1142.45/574.33	c conflicts		: 3610
1142.45/574.33	c decisions		: 12136
1142.45/574.33	c propagations		: 108593
1142.45/574.33	c inspects		: 40140617
1142.45/574.33	c shortcuts		: 0
1142.45/574.33	c learnt literals	: 0
1142.45/574.33	c learnt binary clauses	: 0
1142.45/574.33	c learnt ternary clauses	: 0
1142.45/574.33	c learnt constraints	: 3605
1142.45/574.33	c ignored constraints	: 0
1142.45/574.33	c root simplifications	: 0
1142.45/574.33	c removed literals (reason simplification)	: 0
1142.45/574.33	c reason swapping (by a shorter reason)	: 0
1142.45/574.33	c Calls to reduceDB	: 0
1142.45/574.33	c Number of update (reduction) of LBD	: 0
1142.45/574.33	c Imported unit clauses	: 0
1142.45/574.33	c number of reductions to clauses (during analyze)	: 0
1142.45/574.33	c number of learned constraints concerned by reduction	: 0
1142.45/574.33	c number of learning phase by resolution	: 0
1142.45/574.33	c number of learning phase by cutting planes	: 0
1142.45/574.33	c speed (assignments/second)	: 261.8086696562033
1142.45/574.33	c non guided choices	0
1142.45/574.33	c learnt constraints type 
1142.45/574.33	s OPTIMUM FOUND
1142.45/574.33	c Found 5 solution(s)
1142.45/574.33	v -x1 -x2 x3 x4 -x5 -x6 x7 -x8 -x9 -x10 x11 -x12 -x13 x14 -x15 -x16 x17 -x18 -x19 -x20 x21 x22 -x23 -x24 -x25 x26 -x27 -x28 -x29 x30 -x31 -x32 x33 -x34 -x35 x36 -x37 -x38 x39 -x40 -x41 x42 -x43 -x44 x45 -x46 x47 -x48 -x49 -x50 x51 -x52 -x53 x54 -x55 -x56 x57 -x58 x59 -x60 -x61 -x62 x63 -x64 x65 -x66 -x67 -x68 x69 -x70 x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 x86 x87 x88 -x89 x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 x113 x114 -x115 x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 x146 x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 x169 x170 -x171 -x172 -x173 -x174 -x175 x176 x177 -x178 -x179 x180 -x181 -x182 -x183 -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 
1142.45/574.33	c objective function=-20
1142.45/574.33	c Total wall clock time (in seconds): 574.204

Verifier Data

OK	-20

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-4118314-1467225500/watcher-4118314-1467225500 -o /tmp/evaluation-result-4118314-1467225500/solver-4118314-1467225500 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1467209088-6737 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4118314-1467225500.opb 

pid=14313
running on 8 cores: 0-3,8-11

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.23 4.30 4.16 4/284 14316
/proc/meminfo: memFree=24253276/32872528 swapFree=8828/8828
[pid=14316] ppid=14313 vsize=9292 CPUtime=0 cores=0-3,8-11
/proc/14316/stat : 14316 (java) D 14313 14316 6721 0 -1 4202496 328 0 0 0 0 0 0 0 20 0 1 0 3502823 9515008 184 33554432000 1073741824 1073778376 140736411727760 140736411718984 216808451511 0 0 4096 0 18446744072100756772 0 0 17 2 0 0 0 0 0
/proc/14316/statm: 2323 184 142 9 0 71 0

[startup+0.101623 s]
/proc/loadavg: 4.23 4.30 4.16 4/284 14316
/proc/meminfo: memFree=24253276/32872528 swapFree=8828/8828
[pid=14316] ppid=14313 vsize=9896436 CPUtime=0.09 cores=0-3,8-11
/proc/14316/stat : 14316 (java) S 14313 14316 6721 0 -1 4202496 4401 0 1 0 7 2 0 0 20 0 23 0 3502823 10133950464 5516 33554432000 1073741824 1073778376 140734572896576 140734572887712 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14316/statm: 2474109 5517 2097 9 0 2464786 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9896436

[startup+0.20022 s]
/proc/loadavg: 4.23 4.30 4.16 4/284 14316
/proc/meminfo: memFree=24253276/32872528 swapFree=8828/8828
[pid=14316] ppid=14313 vsize=9896436 CPUtime=0.22 cores=0-3,8-11
/proc/14316/stat : 14316 (java) S 14313 14316 6721 0 -1 4202496 4727 0 1 0 20 2 0 0 20 0 23 0 3502823 10133950464 7335 33554432000 1073741824 1073778376 140734572896576 140734572887712 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14316/statm: 2474109 7335 2198 9 0 2464786 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9896436

[startup+0.300323 s]
/proc/loadavg: 4.23 4.30 4.16 4/284 14316
/proc/meminfo: memFree=24253276/32872528 swapFree=8828/8828
[pid=14316] ppid=14313 vsize=10162692 CPUtime=0.23 cores=0-3,8-11
/proc/14316/stat : 14316 (java) S 14313 14316 6721 0 -1 4202496 4788 0 1 0 21 2 0 0 20 0 24 0 3502823 10406596608 7896 33554432000 1073741824 1073778376 140734572896576 140734572887712 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14316/statm: 2540673 7896 2208 9 0 2531350 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 10162692

[startup+0.700194 s]
/proc/loadavg: 4.23 4.30 4.16 4/284 14316
/proc/meminfo: memFree=24253276/32872528 swapFree=8828/8828
[pid=14316] ppid=14313 vsize=10162692 CPUtime=0.23 cores=0-3,8-11
/proc/14316/stat : 14316 (java) S 14313 14316 6721 0 -1 4202496 4788 0 1 0 21 2 0 0 20 0 24 0 3502823 10406596608 7896 33554432000 1073741824 1073778376 140734572896576 140734572887712 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14316/statm: 2540673 7896 2208 9 0 2531350 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 10162692

[startup+1.50141 s]
/proc/loadavg: 4.23 4.30 4.16 3/308 14346
/proc/meminfo: memFree=24217476/32872528 swapFree=8828/8828
[pid=14316] ppid=14313 vsize=10162692 CPUtime=1.81 cores=0-3,8-11
/proc/14316/stat : 14316 (java) S 14313 14316 6721 0 -1 4202496 17930 0 1 0 174 7 0 0 20 0 27 0 3502823 10406596608 21578 33554432000 1073741824 1073778376 140734572896576 140734572887712 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14316/statm: 2540673 21578 2255 9 0 2531350 0
[pid=14316/tid=14318] ppid=14313 vsize=10162692 CPUtime=0.17 cores=0-3,8-11
/proc/14316/task/14318/stat : 14318 (java) S 14313 14316 6721 0 -1 4202560 2436 0 1 0 15 2 0 0 20 0 27 0 3502824 10406596608 21578 33554432000 1073741824 1073778376 140734572896576 140712617485176 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14316/tid=14319] ppid=14313 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/14316/task/14319/stat : 14319 (java) S 14313 14316 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 3502826 10406596608 21578 33554432000 1073741824 1073778376 140734572896576 140712595585576 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=14316/tid=14320] ppid=14313 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/14316/task/14320/stat : 14320 (java) S 14313 14316 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 3502826 10406596608 21578 33554432000 1073741824 1073778376 140734572896576 140712594532776 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14316/tid=14321] ppid=14313 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/14316/task/14321/stat : 14321 (java) S 14313 14316 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 3502826 10406596608 21578 33554432000 1073741824 1073778376 140734572896576 140712593479976 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14316/tid=14322] ppid=14313 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/14316/task/14322/stat : 14322 (java) S 14313 14316 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 3502826 10406596608 21578 33554432000 1073741824 1073778376 140734572896576 140712592427176 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14316/tid=14323] ppid=14313 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/14316/task/14323/stat : 14323 (java) S 14313 14316 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 3502826 10406596608 21578 33554432000 1073741824 1073778376 140734572896576 140712255417384 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14316/tid=14324] ppid=14313 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/14316/task/14324/stat : 14324 (java) S 14313 14316 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 3502826 10406596608 21578 33554432000 1073741824 1073778376 140734572896576 140712254364584 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14316/tid=14325] ppid=14313 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/14316/task/14325/stat : 14325 (java) S 14313 14316 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 3502826 10406596608 21578 33554432000 1073741824 1073778376 140734572896576 140712253311784 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14316/tid=14326] ppid=14313 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/14316/task/14326/stat : 14326 (java) S 14313 14316 6721 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 3502826 10406596608 21579 33554432000 1073741824 1073778376 140734572896576 140712252258984 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=14316/tid=14327] ppid=14313 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/14316/task/14327/stat : 14327 (java) S 14313 14316 6721 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 3502826 10406596608 21579 33554432000 1073741824 1073778376 140734572896576 140712251206184 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=14316/tid=14328] ppid=14313 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/14316/task/14328/stat : 14328 (java) S 14313 14316 6721 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 3502826 10406596608 21579 33554432000 1073741824 1073778376 140734572896576 140712250153384 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=14316/tid=14329] ppid=14313 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/14316/task/14329/stat : 14329 (java) S 14313 14316 6721 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 3502826 10406596608 21579 33554432000 1073741824 1073778376 140734572896576 140712249100584 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=14316/tid=14330] ppid=14313 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/14316/task/14330/stat : 14330 (java) S 14313 14316 6721 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 3502826 10406596608 21579 33554432000 1073741824 1073778376 140734572896576 140712248047784 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14316/tid=14331] ppid=14313 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/14316/task/14331/stat : 14331 (java) S 14313 14316 6721 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 3502826 10406596608 21579 33554432000 1073741824 1073778376 140734572896576 140712246996008 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14316/tid=14332] ppid=14313 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/14316/task/14332/stat : 14332 (java) S 14313 14316 6721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 27 0 3502827 10406596608 21579 33554432000 1073741824 1073778376 140734572896576 140712229534568 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14316/tid=14333] ppid=14313 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/14316/task/14333/stat : 14333 (java) S 14313 14316 6721 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 27 0 3502827 10406596608 21579 33554432000 1073741824 1073778376 140734572896576 140712228480632 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=14316/tid=14334] ppid=14313 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/14316/task/14334/stat : 14334 (java) S 14313 14316 6721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 3502827 10406596608 21579 33554432000 1073741824 1073778376 140734572896576 140712227427720 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=14316/tid=14335] ppid=14313 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/14316/task/14335/stat : 14335 (java) S 14313 14316 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 3502830 10406596608 21579 33554432000 1073741824 1073778376 140734572896576 140712226376208 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=14316/tid=14336] ppid=14313 vsize=10162692 CPUtime=0.43 cores=0-3,8-11
/proc/14316/task/14336/stat : 14336 (java) R 14313 14316 6721 0 -1 4202560 5885 0 0 0 42 1 0 0 20 0 27 0 3502830 10406596608 21579 33554432000 1073741824 1073778376 140734572896576 140712225310848 140712620350945 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0
[pid=14316/tid=14337] ppid=14313 vsize=10162692 CPUtime=0.43 cores=0-3,8-11
/proc/14316/task/14337/stat : 14337 (java) R 14313 14316 6721 0 -1 4202560 8232 0 0 0 41 2 0 0 20 0 27 0 3502830 10406596608 21579 33554432000 1073741824 1073778376 140734572896576 140712224257704 140712623628355 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14316/tid=14338] ppid=14313 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/14316/task/14338/stat : 14338 (java) S 14313 14316 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 3502830 10406596608 21579 33554432000 1073741824 1073778376 140734572896576 140712223217912 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=14316/tid=14339] ppid=14313 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/14316/task/14339/stat : 14339 (java) S 14313 14316 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 3502830 10406596608 21579 33554432000 1073741824 1073778376 140734572896576 140712222166344 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14316/tid=14342] ppid=14313 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/14316/task/14342/stat : 14342 (java) S 14313 14316 6721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 3502844 10406596608 21579 33554432000 1073741824 1073778376 140734572896576 140712218907944 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.81
Current children cumulated vsize (KiB) 10162692

[startup+3.10674 s]
/proc/loadavg: 4.23 4.30 4.16 3/308 14349
/proc/meminfo: memFree=24110424/32872528 swapFree=8828/8828
[pid=14316] ppid=14313 vsize=10162692 CPUtime=4.41 cores=0-3,8-11
/proc/14316/stat : 14316 (java) S 14313 14316 6721 0 -1 4202496 27672 0 1 0 420 21 0 0 20 0 27 0 3502823 10406596608 48852 33554432000 1073741824 1073778376 140734572896576 140734572887712 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14316/statm: 2540673 48852 2285 9 0 2531350 0
[pid=14316/tid=14318] ppid=14313 vsize=10162692 CPUtime=0.17 cores=0-3,8-11
/proc/14316/task/14318/stat : 14318 (java) S 14313 14316 6721 0 -1 4202560 2437 0 1 0 15 2 0 0 20 0 27 0 3502824 10406596608 48852 33554432000 1073741824 1073778376 140734572896576 140712617485176 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14316/tid=14319] ppid=14313 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/14316/task/14319/stat : 14319 (java) R 14313 14316 6721 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 27 0 3502826 10406596608 48852 33554432000 1073741824 1073778376 140734572896576 140712595585576 140712620763039 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14316/tid=14320] ppid=14313 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/14316/task/14320/stat : 14320 (java) R 14313 14316 6721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 3502826 10406596608 48852 33554432000 1073741824 1073778376 140734572896576 140712594532952 140712621660335 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14316/tid=14321] ppid=14313 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/14316/task/14321/stat : 14321 (java) R 14313 14316 6721 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 27 0 3502826 10406596608 48852 33554432000 1073741824 1073778376 140734572896576 140712593479976 140712619955913 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14316/tid=14322] ppid=14313 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/14316/task/14322/stat : 14322 (java) R 14313 14316 6721 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 27 0 3502826 10406596608 48852 33554432000 1073741824 1073778376 140734572896576 140712592427176 140712619955905 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0
[pid=14316/tid=14323] ppid=14313 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/14316/task/14323/stat : 14323 (java) S 14313 14316 6721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 3502826 10406596608 48852 33554432000 1073741824 1073778376 140734572896576 140712255417384 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14316/tid=14324] ppid=14313 vsize=10162692 CPUtime=0.01 cores=0-3,8-11
/proc/14316/task/14324/stat : 14324 (java) R 14313 14316 6721 0 -1 4202560 13 0 0 0 0 1 0 0 20 0 27 0 3502826 10406596608 48852 33554432000 1073741824 1073778376 140734572896576 140712254364760 140712624381042 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0
[pid=14316/tid=14325] ppid=14313 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/14316/task/14325/stat : 14325 (java) R 14313 14316 6721 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 27 0 3502826 10406596608 48852 33554432000 1073741824 1073778376 140734572896576 140712253311784 216812008508 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14316/tid=14326] ppid=14313 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/14316/task/14326/stat : 14326 (java) R 14313 14316 6721 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 27 0 3502826 10406596608 48852 33554432000 1073741824 1073778376 140734572896576 140712252259160 140712621660462 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0
[pid=14316/tid=14327] ppid=14313 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/14316/task/14327/stat : 14327 (java) R 14313 14316 6721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 3502826 10406596608 48852 33554432000 1073741824 1073778376 140734572896576 140712251206184 140712619955905 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0
[pid=14316/tid=14328] ppid=14313 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/14316/task/14328/stat : 14328 (java) R 14313 14316 6721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 3502826 10406596608 49364 33554432000 1073741824 1073778376 140734572896576 140712250153384 140712619955897 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14316/tid=14329] ppid=14313 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/14316/task/14329/stat : 14329 (java) R 14313 14316 6721 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 3502826 10406596608 49364 33554432000 1073741824 1073778376 140734572896576 140712249100584 140712619955897 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0
[pid=14316/tid=14330] ppid=14313 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/14316/task/14330/stat : 14330 (java) R 14313 14316 6721 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 27 0 3502826 10406596608 49364 33554432000 1073741824 1073778376 140734572896576 140712248047784 140712619955897 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14316/tid=14331] ppid=14313 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/14316/task/14331/stat : 14331 (java) R 14313 14316 6721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 3502826 10406596608 49364 33554432000 1073741824 1073778376 140734572896576 140712246996184 140712621660354 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14316/tid=14332] ppid=14313 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/14316/task/14332/stat : 14332 (java) S 14313 14316 6721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 3502827 10406596608 49364 33554432000 1073741824 1073778376 140734572896576 140712229533448 216812008508 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14316/tid=14333] ppid=14313 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/14316/task/14333/stat : 14333 (java) S 14313 14316 6721 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 3502827 10406596608 49364 33554432000 1073741824 1073778376 140734572896576 140712228480632 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=14316/tid=14334] ppid=14313 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/14316/task/14334/stat : 14334 (java) S 14313 14316 6721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 3502827 10406596608 49364 33554432000 1073741824 1073778376 140734572896576 140712227427720 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=14316/tid=14335] ppid=14313 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/14316/task/14335/stat : 14335 (java) S 14313 14316 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 3502830 10406596608 49364 33554432000 1073741824 1073778376 140734572896576 140712226376208 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=14316/tid=14336] ppid=14313 vsize=10162692 CPUtime=0.89 cores=0-3,8-11
/proc/14316/task/14336/stat : 14336 (java) S 14313 14316 6721 0 -1 4202560 8707 0 0 0 87 2 0 0 20 0 27 0 3502830 10406596608 49364 33554432000 1073741824 1073778376 140734572896576 140712225323320 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=14316/tid=14337] ppid=14313 vsize=10162692 CPUtime=0.94 cores=0-3,8-11
/proc/14316/task/14337/stat : 14337 (java) S 14313 14316 6721 0 -1 4202560 15003 0 0 0 91 3 0 0 20 0 27 0 3502830 10406596608 49364 33554432000 1073741824 1073778376 140734572896576 140712224270520 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14316/tid=14338] ppid=14313 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/14316/task/14338/stat : 14338 (java) S 14313 14316 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 3502830 10406596608 49364 33554432000 1073741824 1073778376 140734572896576 140712223217912 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=14316/tid=14339] ppid=14313 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/14316/task/14339/stat : 14339 (java) S 14313 14316 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 3502830 10406596608 49364 33554432000 1073741824 1073778376 140734572896576 140712222166344 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14316/tid=14342] ppid=14313 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/14316/task/14342/stat : 14342 (java) S 14313 14316 6721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 3502844 10406596608 49364 33554432000 1073741824 1073778376 140734572896576 140712218907944 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.41
Current children cumulated vsize (KiB) 10162692

[startup+6.30114 s]
/proc/loadavg: 4.21 4.29 4.16 5/311 14355
/proc/meminfo: memFree=23881856/32872528 swapFree=8828/8828
[pid=14316] ppid=14313 vsize=10162692 CPUtime=11.6 cores=0-3,8-11
/proc/14316/stat : 14316 (java) S 14313 14316 6721 0 -1 4202496 28595 0 1 0 1095 65 0 0 20 0 27 0 3502823 10406596608 116889 33554432000 1073741824 1073778376 140734572896576 140734572887712 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14316/statm: 2540673 116889 2286 9 0 2531350 0
[pid=14316/tid=14318] ppid=14313 vsize=10162692 CPUtime=0.18 cores=0-3,8-11
/proc/14316/task/14318/stat : 14318 (java) S 14313 14316 6721 0 -1 4202560 2437 0 1 0 16 2 0 0 20 0 27 0 3502824 10406596608 116889 33554432000 1073741824 1073778376 140734572896576 140712617485176 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14316/tid=14319] ppid=14313 vsize=10162692 CPUtime=0.09 cores=0-3,8-11
/proc/14316/task/14319/stat : 14319 (java) S 14313 14316 6721 0 -1 4202560 76 0 0 0 4 5 0 0 20 0 27 0 3502826 10406596608 116889 33554432000 1073741824 1073778376 140734572896576 140712595585576 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=14316/tid=14320] ppid=14313 vsize=10162692 CPUtime=0.05 cores=0-3,8-11
/proc/14316/task/14320/stat : 14320 (java) S 14313 14316 6721 0 -1 4202560 27 0 0 0 2 3 0 0 20 0 27 0 3502826 10406596608 116889 33554432000 1073741824 1073778376 140734572896576 140712594532776 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=14316/tid=14321] ppid=14313 vsize=10162692 CPUtime=0.1 cores=0-3,8-11
/proc/14316/task/14321/stat : 14321 (java) S 14313 14316 6721 0 -1 4202560 65 0 0 0 5 5 0 0 20 0 27 0 3502826 10406596608 116889 33554432000 1073741824 1073778376 140734572896576 140712593479976 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14316/tid=14322] ppid=14313 vsize=10162692 CPUtime=0.08 cores=0-3,8-11
/proc/14316/task/14322/stat : 14322 (java) S 14313 14316 6721 0 -1 4202560 75 0 0 0 3 5 0 0 20 0 27 0 3502826 10406596608 116889 33554432000 1073741824 1073778376 140734572896576 140712592427176 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14316/tid=14323] ppid=14313 vsize=10162692 CPUtime=0.1 cores=0-3,8-11
/proc/14316/task/14323/stat : 14323 (java) S 14313 14316 6721 0 -1 4202560 86 0 0 0 5 5 0 0 20 0 27 0 3502826 10406596608 116889 33554432000 1073741824 1073778376 140734572896576 140712255417384 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=14316/tid=14324] ppid=14313 vsize=10162692 CPUtime=0.08 cores=0-3,8-11
/proc/14316/task/14324/stat : 14324 (java) S 14313 14316 6721 0 -1 4202560 41 0 0 0 3 5 0 0 20 0 27 0 3502826 10406596608 116889 33554432000 1073741824 1073778376 140734572896576 140712254364584 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14316/tid=14325] ppid=14313 vsize=10162692 CPUtime=0.05 cores=0-3,8-11
/proc/14316/task/14325/stat : 14325 (java) S 14313 14316 6721 0 -1 4202560 70 0 0 0 2 3 0 0 20 0 27 0 3502826 10406596608 116889 33554432000 1073741824 1073778376 140734572896576 140712253311784 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14316/tid=14326] ppid=14313 vsize=10162692 CPUtime=0.07 cores=0-3,8-11
/proc/14316/task/14326/stat : 14326 (java) S 14313 14316 6721 0 -1 4202560 37 0 0 0 3 4 0 0 20 0 27 0 3502826 10406596608 116889 33554432000 1073741824 1073778376 140734572896576 140712252258984 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=14316/tid=14327] ppid=14313 vsize=10162692 CPUtime=0.06 cores=0-3,8-11

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

[pid=14316/tid=14318] ppid=14313 vsize=10162692 CPUtime=0.77 cores=0-3,8-11
/proc/14316/task/14318/stat : 14318 (java) R 14313 14316 6721 0 -1 4202560 2443 0 1 0 74 3 0 0 20 0 24 0 3502824 10406596608 736695 33554432000 1073741824 1073778376 140734572896576 140712617484936 140712473794486 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14316/tid=14319] ppid=14313 vsize=10162692 CPUtime=0.65 cores=0-3,8-11
/proc/14316/task/14319/stat : 14319 (java) S 14313 14316 6721 0 -1 4202560 314 0 0 0 39 26 0 0 20 0 24 0 3502826 10406596608 736695 33554432000 1073741824 1073778376 140734572896576 140712595585576 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=14316/tid=14320] ppid=14313 vsize=10162692 CPUtime=0.51 cores=0-3,8-11
/proc/14316/task/14320/stat : 14320 (java) S 14313 14316 6721 0 -1 4202560 306 0 0 0 32 19 0 0 20 0 24 0 3502826 10406596608 736695 33554432000 1073741824 1073778376 140734572896576 140712594532776 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=14316/tid=14321] ppid=14313 vsize=10162692 CPUtime=0.53 cores=0-3,8-11
/proc/14316/task/14321/stat : 14321 (java) S 14313 14316 6721 0 -1 4202560 309 0 0 0 35 18 0 0 20 0 24 0 3502826 10406596608 736695 33554432000 1073741824 1073778376 140734572896576 140712593479976 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14316/tid=14322] ppid=14313 vsize=10162692 CPUtime=0.53 cores=0-3,8-11
/proc/14316/task/14322/stat : 14322 (java) S 14313 14316 6721 0 -1 4202560 361 0 0 0 31 22 0 0 20 0 24 0 3502826 10406596608 736695 33554432000 1073741824 1073778376 140734572896576 140712592427176 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=14316/tid=14323] ppid=14313 vsize=10162692 CPUtime=0.59 cores=0-3,8-11
/proc/14316/task/14323/stat : 14323 (java) S 14313 14316 6721 0 -1 4202560 365 0 0 0 35 24 0 0 20 0 24 0 3502826 10406596608 736695 33554432000 1073741824 1073778376 140734572896576 140712255417384 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=14316/tid=14324] ppid=14313 vsize=10162692 CPUtime=0.58 cores=0-3,8-11
/proc/14316/task/14324/stat : 14324 (java) S 14313 14316 6721 0 -1 4202560 286 0 0 0 33 25 0 0 20 0 24 0 3502826 10406596608 736695 33554432000 1073741824 1073778376 140734572896576 140712254364584 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14316/tid=14325] ppid=14313 vsize=10162692 CPUtime=0.53 cores=0-3,8-11
/proc/14316/task/14325/stat : 14325 (java) S 14313 14316 6721 0 -1 4202560 324 0 0 0 34 19 0 0 20 0 24 0 3502826 10406596608 736695 33554432000 1073741824 1073778376 140734572896576 140712253311784 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=14316/tid=14326] ppid=14313 vsize=10162692 CPUtime=0.61 cores=0-3,8-11
/proc/14316/task/14326/stat : 14326 (java) S 14313 14316 6721 0 -1 4202560 364 0 0 0 38 23 0 0 20 0 24 0 3502826 10406596608 736695 33554432000 1073741824 1073778376 140734572896576 140712252258984 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=14316/tid=14327] ppid=14313 vsize=10162692 CPUtime=0.52 cores=0-3,8-11
/proc/14316/task/14327/stat : 14327 (java) S 14313 14316 6721 0 -1 4202560 286 0 0 0 31 21 0 0 20 0 24 0 3502826 10406596608 736695 33554432000 1073741824 1073778376 140734572896576 140712251206184 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14316/tid=14328] ppid=14313 vsize=10162692 CPUtime=0.59 cores=0-3,8-11
/proc/14316/task/14328/stat : 14328 (java) S 14313 14316 6721 0 -1 4202560 338 0 0 0 34 25 0 0 20 0 24 0 3502826 10406596608 736695 33554432000 1073741824 1073778376 140734572896576 140712250153384 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14316/tid=14329] ppid=14313 vsize=10162692 CPUtime=0.57 cores=0-3,8-11
/proc/14316/task/14329/stat : 14329 (java) S 14313 14316 6721 0 -1 4202560 397 0 0 0 36 21 0 0 20 0 24 0 3502826 10406596608 736695 33554432000 1073741824 1073778376 140734572896576 140712249100584 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14316/tid=14330] ppid=14313 vsize=10162692 CPUtime=0.5 cores=0-3,8-11
/proc/14316/task/14330/stat : 14330 (java) S 14313 14316 6721 0 -1 4202560 360 0 0 0 32 18 0 0 20 0 24 0 3502826 10406596608 736695 33554432000 1073741824 1073778376 140734572896576 140712248047784 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=14316/tid=14331] ppid=14313 vsize=10162692 CPUtime=0.56 cores=0-3,8-11
/proc/14316/task/14331/stat : 14331 (java) S 14313 14316 6721 0 -1 4202560 281 0 0 0 35 21 0 0 20 0 24 0 3502826 10406596608 736695 33554432000 1073741824 1073778376 140734572896576 140712246996008 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=14316/tid=14332] ppid=14313 vsize=10162692 CPUtime=0.59 cores=0-3,8-11
/proc/14316/task/14332/stat : 14332 (java) S 14313 14316 6721 0 -1 4202560 1425 0 0 0 58 1 0 0 20 0 24 0 3502827 10406596608 736695 33554432000 1073741824 1073778376 140734572896576 140712229534568 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14316/tid=14333] ppid=14313 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/14316/task/14333/stat : 14333 (java) S 14313 14316 6721 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 24 0 3502827 10406596608 736695 33554432000 1073741824 1073778376 140734572896576 140712228480632 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=14316/tid=14334] ppid=14313 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/14316/task/14334/stat : 14334 (java) S 14313 14316 6721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 24 0 3502827 10406596608 736695 33554432000 1073741824 1073778376 140734572896576 140712227427720 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=14316/tid=14335] ppid=14313 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/14316/task/14335/stat : 14335 (java) S 14313 14316 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 3502830 10406596608 736695 33554432000 1073741824 1073778376 140734572896576 140712226376208 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=14316/tid=14336] ppid=14313 vsize=10162692 CPUtime=0.94 cores=0-3,8-11
/proc/14316/task/14336/stat : 14336 (java) S 14313 14316 6721 0 -1 4202560 8709 0 0 0 92 2 0 0 20 0 24 0 3502830 10406596608 736695 33554432000 1073741824 1073778376 140734572896576 140712225323320 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14316/tid=14337] ppid=14313 vsize=10162692 CPUtime=1.59 cores=0-3,8-11
/proc/14316/task/14337/stat : 14337 (java) S 14313 14316 6721 0 -1 4202560 20967 0 0 0 156 3 0 0 20 0 24 0 3502830 10406596608 736695 33554432000 1073741824 1073778376 140734572896576 140712224270520 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=14316/tid=14338] ppid=14313 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/14316/task/14338/stat : 14338 (java) S 14313 14316 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 3502830 10406596608 736695 33554432000 1073741824 1073778376 140734572896576 140712223217912 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=14316/tid=14339] ppid=14313 vsize=10162692 CPUtime=0.16 cores=0-3,8-11
/proc/14316/task/14339/stat : 14339 (java) S 14313 14316 6721 0 -1 4202560 33 0 0 0 8 8 0 0 20 0 24 0 3502830 10406596608 736695 33554432000 1073741824 1073778376 140734572896576 140712222166344 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14316/tid=14342] ppid=14313 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/14316/task/14342/stat : 14342 (java) S 14313 14316 6721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 3502844 10406596608 736695 33554432000 1073741824 1073778376 140734572896576 140712218907944 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1139.86
Current children cumulated vsize (KiB) 10162692

[startup+574.201 s]
/proc/loadavg: 4.19 4.20 4.16 4/308 14482
/proc/meminfo: memFree=21651736/32872528 swapFree=8828/8828
[pid=14316] ppid=14313 vsize=10162692 CPUtime=1140.07 cores=0-3,8-11
/proc/14316/stat : 14316 (java) S 14313 14316 6721 0 -1 4202496 40819 0 1 0 113649 358 0 0 20 0 24 0 3502823 10406596608 736695 33554432000 1073741824 1073778376 140734572896576 140734572887712 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14316/statm: 2540673 736695 2295 9 0 2531350 0
[pid=14316/tid=14318] ppid=14313 vsize=10162692 CPUtime=0.98 cores=0-3,8-11
/proc/14316/task/14318/stat : 14318 (java) R 14313 14316 6721 0 -1 4202560 2443 0 1 0 95 3 0 0 20 0 24 0 3502824 10406596608 736695 33554432000 1073741824 1073778376 140734572896576 140712617484936 140712473794486 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14316/tid=14319] ppid=14313 vsize=10162692 CPUtime=0.65 cores=0-3,8-11
/proc/14316/task/14319/stat : 14319 (java) S 14313 14316 6721 0 -1 4202560 314 0 0 0 39 26 0 0 20 0 24 0 3502826 10406596608 736695 33554432000 1073741824 1073778376 140734572896576 140712595585576 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=14316/tid=14320] ppid=14313 vsize=10162692 CPUtime=0.51 cores=0-3,8-11
/proc/14316/task/14320/stat : 14320 (java) S 14313 14316 6721 0 -1 4202560 306 0 0 0 32 19 0 0 20 0 24 0 3502826 10406596608 736695 33554432000 1073741824 1073778376 140734572896576 140712594532776 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=14316/tid=14321] ppid=14313 vsize=10162692 CPUtime=0.53 cores=0-3,8-11
/proc/14316/task/14321/stat : 14321 (java) S 14313 14316 6721 0 -1 4202560 309 0 0 0 35 18 0 0 20 0 24 0 3502826 10406596608 736695 33554432000 1073741824 1073778376 140734572896576 140712593479976 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14316/tid=14322] ppid=14313 vsize=10162692 CPUtime=0.53 cores=0-3,8-11
/proc/14316/task/14322/stat : 14322 (java) S 14313 14316 6721 0 -1 4202560 361 0 0 0 31 22 0 0 20 0 24 0 3502826 10406596608 736695 33554432000 1073741824 1073778376 140734572896576 140712592427176 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=14316/tid=14323] ppid=14313 vsize=10162692 CPUtime=0.59 cores=0-3,8-11
/proc/14316/task/14323/stat : 14323 (java) S 14313 14316 6721 0 -1 4202560 365 0 0 0 35 24 0 0 20 0 24 0 3502826 10406596608 736695 33554432000 1073741824 1073778376 140734572896576 140712255417384 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=14316/tid=14324] ppid=14313 vsize=10162692 CPUtime=0.58 cores=0-3,8-11
/proc/14316/task/14324/stat : 14324 (java) S 14313 14316 6721 0 -1 4202560 286 0 0 0 33 25 0 0 20 0 24 0 3502826 10406596608 736695 33554432000 1073741824 1073778376 140734572896576 140712254364584 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14316/tid=14325] ppid=14313 vsize=10162692 CPUtime=0.53 cores=0-3,8-11
/proc/14316/task/14325/stat : 14325 (java) S 14313 14316 6721 0 -1 4202560 324 0 0 0 34 19 0 0 20 0 24 0 3502826 10406596608 736695 33554432000 1073741824 1073778376 140734572896576 140712253311784 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=14316/tid=14326] ppid=14313 vsize=10162692 CPUtime=0.61 cores=0-3,8-11
/proc/14316/task/14326/stat : 14326 (java) S 14313 14316 6721 0 -1 4202560 364 0 0 0 38 23 0 0 20 0 24 0 3502826 10406596608 736695 33554432000 1073741824 1073778376 140734572896576 140712252258984 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=14316/tid=14327] ppid=14313 vsize=10162692 CPUtime=0.52 cores=0-3,8-11
/proc/14316/task/14327/stat : 14327 (java) S 14313 14316 6721 0 -1 4202560 286 0 0 0 31 21 0 0 20 0 24 0 3502826 10406596608 736695 33554432000 1073741824 1073778376 140734572896576 140712251206184 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14316/tid=14328] ppid=14313 vsize=10162692 CPUtime=0.59 cores=0-3,8-11
/proc/14316/task/14328/stat : 14328 (java) S 14313 14316 6721 0 -1 4202560 338 0 0 0 34 25 0 0 20 0 24 0 3502826 10406596608 736695 33554432000 1073741824 1073778376 140734572896576 140712250153384 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14316/tid=14329] ppid=14313 vsize=10162692 CPUtime=0.57 cores=0-3,8-11
/proc/14316/task/14329/stat : 14329 (java) S 14313 14316 6721 0 -1 4202560 397 0 0 0 36 21 0 0 20 0 24 0 3502826 10406596608 736695 33554432000 1073741824 1073778376 140734572896576 140712249100584 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14316/tid=14330] ppid=14313 vsize=10162692 CPUtime=0.5 cores=0-3,8-11
/proc/14316/task/14330/stat : 14330 (java) S 14313 14316 6721 0 -1 4202560 360 0 0 0 32 18 0 0 20 0 24 0 3502826 10406596608 736695 33554432000 1073741824 1073778376 140734572896576 140712248047784 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=14316/tid=14331] ppid=14313 vsize=10162692 CPUtime=0.56 cores=0-3,8-11
/proc/14316/task/14331/stat : 14331 (java) S 14313 14316 6721 0 -1 4202560 281 0 0 0 35 21 0 0 20 0 24 0 3502826 10406596608 736695 33554432000 1073741824 1073778376 140734572896576 140712246996008 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=14316/tid=14332] ppid=14313 vsize=10162692 CPUtime=0.59 cores=0-3,8-11
/proc/14316/task/14332/stat : 14332 (java) S 14313 14316 6721 0 -1 4202560 1425 0 0 0 58 1 0 0 20 0 24 0 3502827 10406596608 736695 33554432000 1073741824 1073778376 140734572896576 140712229534568 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14316/tid=14333] ppid=14313 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/14316/task/14333/stat : 14333 (java) S 14313 14316 6721 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 24 0 3502827 10406596608 736695 33554432000 1073741824 1073778376 140734572896576 140712228480632 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=14316/tid=14334] ppid=14313 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/14316/task/14334/stat : 14334 (java) S 14313 14316 6721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 24 0 3502827 10406596608 736695 33554432000 1073741824 1073778376 140734572896576 140712227427720 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=14316/tid=14335] ppid=14313 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/14316/task/14335/stat : 14335 (java) S 14313 14316 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 3502830 10406596608 736695 33554432000 1073741824 1073778376 140734572896576 140712226376208 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=14316/tid=14336] ppid=14313 vsize=10162692 CPUtime=0.94 cores=0-3,8-11
/proc/14316/task/14336/stat : 14336 (java) S 14313 14316 6721 0 -1 4202560 8709 0 0 0 92 2 0 0 20 0 24 0 3502830 10406596608 736695 33554432000 1073741824 1073778376 140734572896576 140712225323320 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14316/tid=14337] ppid=14313 vsize=10162692 CPUtime=1.6 cores=0-3,8-11
/proc/14316/task/14337/stat : 14337 (java) S 14313 14316 6721 0 -1 4202560 20967 0 0 0 157 3 0 0 20 0 24 0 3502830 10406596608 736695 33554432000 1073741824 1073778376 140734572896576 140712224270520 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=14316/tid=14338] ppid=14313 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/14316/task/14338/stat : 14338 (java) S 14313 14316 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 3502830 10406596608 736695 33554432000 1073741824 1073778376 140734572896576 140712223217912 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=14316/tid=14339] ppid=14313 vsize=10162692 CPUtime=0.16 cores=0-3,8-11
/proc/14316/task/14339/stat : 14339 (java) S 14313 14316 6721 0 -1 4202560 33 0 0 0 8 8 0 0 20 0 24 0 3502830 10406596608 736695 33554432000 1073741824 1073778376 140734572896576 140712222166344 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14316/tid=14342] ppid=14313 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/14316/task/14342/stat : 14342 (java) S 14313 14316 6721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 3502844 10406596608 736695 33554432000 1073741824 1073778376 140734572896576 140712218907944 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1140.07
Current children cumulated vsize (KiB) 10162692

[startup+574.311 s]
/proc/loadavg: 4.19 4.20 4.16 4/308 14482
/proc/meminfo: memFree=21651736/32872528 swapFree=8828/8828
[pid=14316] ppid=14313 vsize=10162692 CPUtime=1140.17 cores=0-3,8-11
/proc/14316/stat : 14316 (java) S 14313 14316 6721 0 -1 4202496 40819 0 1 0 113659 358 0 0 20 0 24 0 3502823 10406596608 736695 33554432000 1073741824 1073778376 140734572896576 140734572887712 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14316/statm: 2540673 736695 2295 9 0 2531350 0
[pid=14316/tid=14318] ppid=14313 vsize=10162692 CPUtime=1.08 cores=0-3,8-11
/proc/14316/task/14318/stat : 14318 (java) R 14313 14316 6721 0 -1 4202560 2443 0 1 0 105 3 0 0 20 0 24 0 3502824 10406596608 736695 33554432000 1073741824 1073778376 140734572896576 140712617484936 140712473794480 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14316/tid=14319] ppid=14313 vsize=10162692 CPUtime=0.65 cores=0-3,8-11
/proc/14316/task/14319/stat : 14319 (java) S 14313 14316 6721 0 -1 4202560 314 0 0 0 39 26 0 0 20 0 24 0 3502826 10406596608 736695 33554432000 1073741824 1073778376 140734572896576 140712595585576 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=14316/tid=14320] ppid=14313 vsize=10162692 CPUtime=0.51 cores=0-3,8-11
/proc/14316/task/14320/stat : 14320 (java) S 14313 14316 6721 0 -1 4202560 306 0 0 0 32 19 0 0 20 0 24 0 3502826 10406596608 736695 33554432000 1073741824 1073778376 140734572896576 140712594532776 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=14316/tid=14321] ppid=14313 vsize=10162692 CPUtime=0.53 cores=0-3,8-11
/proc/14316/task/14321/stat : 14321 (java) S 14313 14316 6721 0 -1 4202560 309 0 0 0 35 18 0 0 20 0 24 0 3502826 10406596608 736695 33554432000 1073741824 1073778376 140734572896576 140712593479976 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14316/tid=14322] ppid=14313 vsize=10162692 CPUtime=0.53 cores=0-3,8-11
/proc/14316/task/14322/stat : 14322 (java) S 14313 14316 6721 0 -1 4202560 361 0 0 0 31 22 0 0 20 0 24 0 3502826 10406596608 736695 33554432000 1073741824 1073778376 140734572896576 140712592427176 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=14316/tid=14323] ppid=14313 vsize=10162692 CPUtime=0.59 cores=0-3,8-11
/proc/14316/task/14323/stat : 14323 (java) S 14313 14316 6721 0 -1 4202560 365 0 0 0 35 24 0 0 20 0 24 0 3502826 10406596608 736695 33554432000 1073741824 1073778376 140734572896576 140712255417384 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=14316/tid=14324] ppid=14313 vsize=10162692 CPUtime=0.58 cores=0-3,8-11
/proc/14316/task/14324/stat : 14324 (java) S 14313 14316 6721 0 -1 4202560 286 0 0 0 33 25 0 0 20 0 24 0 3502826 10406596608 736695 33554432000 1073741824 1073778376 140734572896576 140712254364584 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14316/tid=14325] ppid=14313 vsize=10162692 CPUtime=0.53 cores=0-3,8-11
/proc/14316/task/14325/stat : 14325 (java) S 14313 14316 6721 0 -1 4202560 324 0 0 0 34 19 0 0 20 0 24 0 3502826 10406596608 736695 33554432000 1073741824 1073778376 140734572896576 140712253311784 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=14316/tid=14326] ppid=14313 vsize=10162692 CPUtime=0.61 cores=0-3,8-11
/proc/14316/task/14326/stat : 14326 (java) S 14313 14316 6721 0 -1 4202560 364 0 0 0 38 23 0 0 20 0 24 0 3502826 10406596608 736695 33554432000 1073741824 1073778376 140734572896576 140712252258984 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=14316/tid=14327] ppid=14313 vsize=10162692 CPUtime=0.52 cores=0-3,8-11
/proc/14316/task/14327/stat : 14327 (java) S 14313 14316 6721 0 -1 4202560 286 0 0 0 31 21 0 0 20 0 24 0 3502826 10406596608 736695 33554432000 1073741824 1073778376 140734572896576 140712251206184 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14316/tid=14328] ppid=14313 vsize=10162692 CPUtime=0.59 cores=0-3,8-11
/proc/14316/task/14328/stat : 14328 (java) S 14313 14316 6721 0 -1 4202560 338 0 0 0 34 25 0 0 20 0 24 0 3502826 10406596608 736695 33554432000 1073741824 1073778376 140734572896576 140712250153384 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14316/tid=14329] ppid=14313 vsize=10162692 CPUtime=0.57 cores=0-3,8-11
/proc/14316/task/14329/stat : 14329 (java) S 14313 14316 6721 0 -1 4202560 397 0 0 0 36 21 0 0 20 0 24 0 3502826 10406596608 736695 33554432000 1073741824 1073778376 140734572896576 140712249100584 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14316/tid=14330] ppid=14313 vsize=10162692 CPUtime=0.5 cores=0-3,8-11
/proc/14316/task/14330/stat : 14330 (java) S 14313 14316 6721 0 -1 4202560 360 0 0 0 32 18 0 0 20 0 24 0 3502826 10406596608 736695 33554432000 1073741824 1073778376 140734572896576 140712248047784 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=14316/tid=14331] ppid=14313 vsize=10162692 CPUtime=0.56 cores=0-3,8-11
/proc/14316/task/14331/stat : 14331 (java) S 14313 14316 6721 0 -1 4202560 281 0 0 0 35 21 0 0 20 0 24 0 3502826 10406596608 736695 33554432000 1073741824 1073778376 140734572896576 140712246996008 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=14316/tid=14332] ppid=14313 vsize=10162692 CPUtime=0.59 cores=0-3,8-11
/proc/14316/task/14332/stat : 14332 (java) S 14313 14316 6721 0 -1 4202560 1425 0 0 0 58 1 0 0 20 0 24 0 3502827 10406596608 736695 33554432000 1073741824 1073778376 140734572896576 140712229534568 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14316/tid=14333] ppid=14313 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/14316/task/14333/stat : 14333 (java) S 14313 14316 6721 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 24 0 3502827 10406596608 736695 33554432000 1073741824 1073778376 140734572896576 140712228480632 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=14316/tid=14334] ppid=14313 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/14316/task/14334/stat : 14334 (java) S 14313 14316 6721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 24 0 3502827 10406596608 736695 33554432000 1073741824 1073778376 140734572896576 140712227427720 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=14316/tid=14335] ppid=14313 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/14316/task/14335/stat : 14335 (java) S 14313 14316 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 3502830 10406596608 736695 33554432000 1073741824 1073778376 140734572896576 140712226376208 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=14316/tid=14336] ppid=14313 vsize=10162692 CPUtime=0.94 cores=0-3,8-11
/proc/14316/task/14336/stat : 14336 (java) S 14313 14316 6721 0 -1 4202560 8709 0 0 0 92 2 0 0 20 0 24 0 3502830 10406596608 736695 33554432000 1073741824 1073778376 140734572896576 140712225323320 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14316/tid=14337] ppid=14313 vsize=10162692 CPUtime=1.6 cores=0-3,8-11
/proc/14316/task/14337/stat : 14337 (java) S 14313 14316 6721 0 -1 4202560 20967 0 0 0 157 3 0 0 20 0 24 0 3502830 10406596608 736695 33554432000 1073741824 1073778376 140734572896576 140712224270520 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=14316/tid=14338] ppid=14313 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/14316/task/14338/stat : 14338 (java) S 14313 14316 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 3502830 10406596608 736695 33554432000 1073741824 1073778376 140734572896576 140712223217912 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=14316/tid=14339] ppid=14313 vsize=10162692 CPUtime=0.16 cores=0-3,8-11
/proc/14316/task/14339/stat : 14339 (java) S 14313 14316 6721 0 -1 4202560 33 0 0 0 8 8 0 0 20 0 24 0 3502830 10406596608 736695 33554432000 1073741824 1073778376 140734572896576 140712222166344 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14316/tid=14342] ppid=14313 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/14316/task/14342/stat : 14342 (java) S 14313 14316 6721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 3502844 10406596608 736695 33554432000 1073741824 1073778376 140734572896576 140712218907944 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1140.17
Current children cumulated vsize (KiB) 10162692

Child status: 30

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

Real time (s): 574.352
CPU time (s): 1142.56
CPU user time (s): 1138.97
CPU system time (s): 3.59343
CPU usage (%): 198.931
Max. virtual memory (cumulated for all children) (KiB): 10162692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1136.52
system time used= 3.76343
maximum resident set size= 3105832
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40829
page faults= 1
swaps= 0
block input operations= 0
block output operations= 544
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14786
involuntary context switches= 5416

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.91625 second user time and 6.11607 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-29 20:38:20
IDJOB=4118314
IDBENCH=111480
IDSOLVER=2543
FILE ID=node132/4118314-1467225500
RUNJOBID= node132-1467209088-6737
PBS_JOBID= 19997577
Free space on /tmp= 71540 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_3pm-0234-0234.lin.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4118314-1467225500/watcher-4118314-1467225500 -o /tmp/evaluation-result-4118314-1467225500/solver-4118314-1467225500 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1467209088-6737 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4118314-1467225500.opb

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

MD5SUM BENCH= 7470bf3397bcc47905e7489789a16676
RANDOM SEED=1901864651

node132.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		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.02
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		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        24253664 kB
Buffers:          108852 kB
Cached:          3844492 kB
SwapCached:            0 kB
Active:          3958584 kB
Inactive:        3852380 kB
Active(anon):    3860452 kB
Inactive(anon):        0 kB
Active(file):      98132 kB
Inactive(file):  3852380 kB
Unevictable:        8828 kB
Mlocked:            8828 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               544 kB
Writeback:             0 kB
AnonPages:       3831628 kB
Mapped:            22304 kB
Shmem:               216 kB
Slab:             631292 kB
SReclaimable:      72120 kB
SUnreclaim:       559172 kB
KernelStack:        2616 kB
PageTables:        11900 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4442672 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3745792 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= 71536 MiB
End job on node132 at 2016-06-29 20:47:55