Trace number 4119021

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)-5285000 1800.03 901.155

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-BIGINT-LIN/minlplib2-pb-0.1.0/
opb/normalized-graphpart_2g-0088-0088.lin.opb
MD5SUM36658fa0c3653e1178cdadeb9982923c
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-5935341
Best CPU time to get the best result obtained on this benchmark1477.41
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables576
Total number of constraints832
Number of constraints which are clauses384
Number of constraints which are cardinality constraints (but not clauses)64
Number of constraints which are nor clauses,nor cardinality constraints384
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 384
Biggest coefficient in the objective function 277077
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 32448126
Number of bits of the sum of numbers in the objective function 25
Biggest number in a constraint 277077
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 32448126
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@5d764be1
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@9f436f5
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@4413ee
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@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4119021-1467239307.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.23/0.25	c ... done. Wall clock time 0.124s.
0.23/0.25	c declared #vars     576
0.23/0.25	c #constraints  896
0.23/0.25	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.23/0.25	c constraints type 
0.23/0.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 448
0.23/0.25	c org.sat4j.minisat.constraints.card.MinWatchCard => 64
0.23/0.25	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 384
0.23/0.25	c 896 constraints processed.
0.23/0.25	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.23/0.25	c constraints type 
0.23/0.25	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 448
0.23/0.25	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 64
0.23/0.25	c org.sat4j.pb.constraints.pb.MaxWatchPb => 384
0.23/0.25	c 896 constraints processed.
0.23/0.25	c objective function length is 384 literals
0.23/0.27	c And the winner is solver0
0.39/0.75	c SATISFIABLE
0.39/0.75	c OPTIMIZING...
0.39/0.75	c Got one! Elapsed wall clock time (in seconds):0.629
0.39/0.75	o -5023918
1.33/1.01	c And the winner is solver0
1.78/1.26	c Got one! Elapsed wall clock time (in seconds):1.134
1.78/1.26	o -5028128
1.78/1.26	c And the winner is solver0
1.82/1.76	c Got one! Elapsed wall clock time (in seconds):1.638
1.82/1.76	o -5106761
1.91/1.82	c And the winner is solver0
2.01/2.26	c Got one! Elapsed wall clock time (in seconds):2.141
2.01/2.26	o -5118901
2.01/2.27	c And the winner is solver0
2.16/2.77	c Got one! Elapsed wall clock time (in seconds):2.644
2.16/2.77	o -5170311
3.52/3.28	c cleaning 3285 clauses out of 6581 with flag 11354/6581
5.62/4.01	c cleaning 4644 clauses out of 9298 with flag 28325/12583
7.26/4.82	c cleaning 5827 clauses out of 11654 with flag 44304/19583
9.11/5.73	c cleaning 6912 clauses out of 13825 with flag 61879/27581
11.01/6.70	c cleaning 7957 clauses out of 15913 with flag 81702/36581
13.86/8.00	c cleaning 8980 clauses out of 17959 with flag 102911/46584
16.45/9.31	c cleaning 9989 clauses out of 19978 with flag 126489/57583
19.35/10.76	c cleaning 10989 clauses out of 21987 with flag 151980/69581
20.75/11.42	c And the winner is solver1
20.85/11.82	c Got one! Elapsed wall clock time (in seconds):11.695
20.85/11.82	o -5182842
20.85/11.82	c And the winner is solver0
20.95/12.32	c Got one! Elapsed wall clock time (in seconds):12.198
20.95/12.32	o -5285000
22.14/12.90	c cleaning 11062 clauses out of 22146 with flag 11823/80729
22.95/13.39	c cleaning 8539 clauses out of 17084 with flag 26472/86729
24.14/13.93	c cleaning 7770 clauses out of 15546 with flag 42686/93730
25.34/14.53	c cleaning 7881 clauses out of 15775 with flag 61936/101729
26.86/15.26	c cleaning 8448 clauses out of 16895 with flag 83416/110730
28.26/16.00	c cleaning 9219 clauses out of 18448 with flag 107291/120731
30.06/16.88	c cleaning 10113 clauses out of 20227 with flag 133124/131729
32.78/18.14	c cleaning 11053 clauses out of 22114 with flag 163273/143729
35.37/19.42	c cleaning 12024 clauses out of 24061 with flag 196692/156729
38.18/20.87	c cleaning 13013 clauses out of 26037 with flag 230996/170729
40.98/22.25	c cleaning 14004 clauses out of 28025 with flag 266365/185730
44.50/23.90	c cleaning 15007 clauses out of 30020 with flag 304975/201729
47.90/25.66	c cleaning 16006 clauses out of 32013 with flag 346185/218729
51.72/27.55	c cleaning 17003 clauses out of 34012 with flag 390994/236734
56.25/29.79	c cleaning 18002 clauses out of 36005 with flag 439331/255730
60.84/32.05	c cleaning 18998 clauses out of 38003 with flag 486866/275730
66.03/34.68	c cleaning 20005 clauses out of 40009 with flag 538761/296734
71.43/37.30	c cleaning 21001 clauses out of 42001 with flag 592088/318731
76.56/39.87	c cleaning 21999 clauses out of 43998 with flag 646581/341729
81.96/42.60	c cleaning 23000 clauses out of 46000 with flag 702940/365730
88.17/45.64	c cleaning 24000 clauses out of 47999 with flag 761729/390729
93.78/48.41	c cleaning 24992 clauses out of 49999 with flag 822696/416729
99.56/51.36	c cleaning 26000 clauses out of 52007 with flag 889103/443729
105.96/54.53	c cleaning 26997 clauses out of 54008 with flag 958455/471730
112.56/57.86	c cleaning 28005 clauses out of 56010 with flag 1028871/500729
118.78/60.99	c cleaning 29004 clauses out of 58007 with flag 1095164/530731
125.78/64.50	c cleaning 30001 clauses out of 60001 with flag 1164438/561729
134.78/69.02	c cleaning 31000 clauses out of 62001 with flag 1236920/593730
141.99/72.60	c cleaning 31995 clauses out of 64001 with flag 1312478/626730
150.38/76.88	c cleaning 32997 clauses out of 66006 with flag 1386830/660730
158.38/80.80	c cleaning 34002 clauses out of 68009 with flag 1465163/695730
167.57/85.41	c cleaning 35004 clauses out of 70010 with flag 1548951/731733
177.77/90.59	c cleaning 36000 clauses out of 72002 with flag 1631927/768729
189.77/96.58	c cleaning 37000 clauses out of 74004 with flag 1715449/806731
203.74/103.44	c cleaning 38001 clauses out of 76002 with flag 1805389/845729
216.73/109.91	c cleaning 39001 clauses out of 78002 with flag 1896792/885730
229.99/116.56	c cleaning 39995 clauses out of 80000 with flag 1987735/926729
244.49/123.76	c cleaning 40994 clauses out of 82006 with flag 2081415/968730
259.97/131.41	c cleaning 42005 clauses out of 84011 with flag 2175694/1011729
275.17/139.10	c cleaning 43000 clauses out of 86006 with flag 2273933/1055729
292.55/147.95	c cleaning 43999 clauses out of 88006 with flag 2374633/1100729
306.75/155.00	c cleaning 45002 clauses out of 90008 with flag 2480549/1146730
320.74/162.04	c cleaning 45996 clauses out of 92007 with flag 2586727/1193731
338.14/170.73	c cleaning 47004 clauses out of 94009 with flag 2697430/1241729
358.60/180.94	c cleaning 48000 clauses out of 96005 with flag 2814065/1290729
378.40/190.83	c cleaning 49001 clauses out of 98007 with flag 2927227/1340731
399.72/201.49	c cleaning 49999 clauses out of 100004 with flag 3048770/1391729
422.88/212.98	c cleaning 50998 clauses out of 102005 with flag 3169886/1443729
446.58/224.76	c cleaning 52000 clauses out of 104007 with flag 3294900/1496729
473.32/238.03	c cleaning 52999 clauses out of 106008 with flag 3421067/1550730
491.60/247.19	c cleaning 54002 clauses out of 108008 with flag 3553894/1605729
510.01/256.34	c cleaning 55001 clauses out of 110007 with flag 3697480/1661730
528.60/265.62	c cleaning 55998 clauses out of 112006 with flag 3836588/1718730
547.21/274.92	c cleaning 57000 clauses out of 114007 with flag 3971930/1776729
567.22/284.91	c cleaning 58002 clauses out of 116007 with flag 4105795/1835729
586.00/294.37	c cleaning 58998 clauses out of 118005 with flag 4251259/1895729
608.08/305.67	c cleaning 60003 clauses out of 120007 with flag 4403049/1956729
630.28/316.72	c cleaning 61002 clauses out of 122007 with flag 4556075/2018732
652.27/327.75	c cleaning 61996 clauses out of 124002 with flag 4700426/2081729
673.28/338.28	c cleaning 62999 clauses out of 126007 with flag 4845891/2145730
699.28/351.20	c cleaning 64004 clauses out of 128007 with flag 4996806/2210729
724.88/364.07	c cleaning 65000 clauses out of 130004 with flag 5146052/2276730
762.90/382.96	c cleaning 65992 clauses out of 132003 with flag 5297980/2343729
798.10/400.43	c cleaning 67005 clauses out of 134015 with flag 5455347/2411733
830.24/416.48	c cleaning 67998 clauses out of 136007 with flag 5613335/2480730
861.72/432.20	c cleaning 68998 clauses out of 138008 with flag 5778526/2550729
893.52/448.07	c cleaning 70003 clauses out of 140011 with flag 5942558/2621730
928.14/465.39	c cleaning 71000 clauses out of 142009 with flag 6108736/2693731
961.34/481.93	c cleaning 72000 clauses out of 144010 with flag 6288823/2766732
995.24/498.80	c cleaning 72995 clauses out of 146007 with flag 6468882/2840729
1007.71/505.05	c cleaning 0 clauses out of 5039 with flag 0/5040
1028.25/515.18	c cleaning 74000 clauses out of 148013 with flag 6654827/2915730
1066.23/534.08	c cleaning 75005 clauses out of 150013 with flag 6841161/2991730
1102.84/552.34	c cleaning 75994 clauses out of 152007 with flag 7023386/3068729
1141.82/571.81	c cleaning 76999 clauses out of 154013 with flag 7214139/3146729
1180.42/591.14	c cleaning 78007 clauses out of 156018 with flag 7404170/3225733
1211.81/606.87	c cleaning 78998 clauses out of 158008 with flag 7602786/3305730
1247.61/625.10	c cleaning 79999 clauses out of 160010 with flag 7821525/3386730
1275.21/638.96	c cleaning 81000 clauses out of 162011 with flag 8026669/3468730
1304.01/653.38	c cleaning 82002 clauses out of 164010 with flag 8232781/3551729
1326.80/664.79	c cleaning 82999 clauses out of 166009 with flag 8425811/3635730
1349.40/676.03	c cleaning 84000 clauses out of 168010 with flag 8630332/3720730
1378.00/690.31	c cleaning 85001 clauses out of 170010 with flag 8837857/3806730
1402.60/702.62	c cleaning 86002 clauses out of 172008 with flag 9044331/3893729
1434.69/718.65	c cleaning 87002 clauses out of 174010 with flag 9256036/3981733
1462.49/732.58	c cleaning 87997 clauses out of 176005 with flag 9478881/4070730
1489.89/746.22	c cleaning 89004 clauses out of 178008 with flag 9698105/4160730
1520.68/761.69	c cleaning 90000 clauses out of 180004 with flag 9923197/4251730
1556.25/779.39	c cleaning 90995 clauses out of 182004 with flag 10143893/4343730
1587.45/794.94	c cleaning 92003 clauses out of 184010 with flag 10370736/4436731
1625.05/813.72	c cleaning 92997 clauses out of 186008 with flag 10598982/4530732
1660.06/831.21	c cleaning 94002 clauses out of 188008 with flag 10823057/4625729
1692.65/847.59	c cleaning 94998 clauses out of 190006 with flag 11049021/4721729
1726.24/864.20	c cleaning 96002 clauses out of 192009 with flag 11282229/4818730
1757.44/879.89	c cleaning 96999 clauses out of 194008 with flag 11519328/4916731
1795.83/899.08	c cleaning 98001 clauses out of 196010 with flag 11758545/5015732
1800.03/901.10	c >>>>>>>>>> Solver number 0 (6 answers) <<<<<<<<<<<<<<<<<<
1800.03/901.10	c starts		: 5344
1800.03/901.10	c conflicts		: 5039368
1800.03/901.10	c decisions		: 6010543
1800.03/901.10	c propagations		: 195610300
1800.03/901.10	c inspects		: 13115448832
1800.03/901.10	c shortcuts		: 0
1800.03/901.10	c learnt literals	: 0
1800.03/901.10	c learnt binary clauses	: 0
1800.03/901.10	c learnt ternary clauses	: 0
1800.03/901.10	c learnt constraints	: 5039368
1800.03/901.10	c ignored constraints	: 0
1800.03/901.10	c root simplifications	: 0
1800.03/901.10	c removed literals (reason simplification)	: 3504458
1800.03/901.10	c reason swapping (by a shorter reason)	: 0
1800.03/901.10	c Calls to reduceDB	: 103
1800.03/901.10	c Number of update (reduction) of LBD	: 255501
1800.03/901.10	c Imported unit clauses	: 0
1800.03/901.10	c number of reductions to clauses (during analyze)	: 0
1800.03/901.10	c number of learned constraints concerned by reduction	: 0
1800.03/901.10	c number of learning phase by resolution	: 0
1800.03/901.10	c number of learning phase by cutting planes	: 0
1800.03/901.10	c speed (assignments/second)	: 219964.06093448316
1800.03/901.10	c non guided choices	10
1800.03/901.13	c learnt constraints type 
1800.03/901.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 121645
1800.03/901.13	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
1800.03/901.13	c starts		: 34
1800.03/901.13	c conflicts		: 5148
1800.03/901.13	c decisions		: 13848
1800.03/901.13	c propagations		: 233374
1800.03/901.13	c inspects		: 92201114
1800.03/901.13	c shortcuts		: 0
1800.03/901.13	c learnt literals	: 0
1800.03/901.13	c learnt binary clauses	: 0
1800.03/901.13	c learnt ternary clauses	: 0
1800.03/901.13	c learnt constraints	: 5146
1800.03/901.13	c ignored constraints	: 0
1800.03/901.13	c root simplifications	: 0
1800.03/901.13	c removed literals (reason simplification)	: 0
1800.03/901.13	c reason swapping (by a shorter reason)	: 0
1800.03/901.13	c Calls to reduceDB	: 1
1800.03/901.13	c Number of update (reduction) of LBD	: 0
1800.03/901.13	c Imported unit clauses	: 0
1800.03/901.13	c number of reductions to clauses (during analyze)	: 0
1800.03/901.13	c number of learned constraints concerned by reduction	: 0
1800.03/901.13	c number of learning phase by resolution	: 0
1800.03/901.13	c number of learning phase by cutting planes	: 0
1800.03/901.13	c speed (assignments/second)	: 262.56964383758924
1800.03/901.13	c non guided choices	2
1800.03/901.13	c learnt constraints type 
1800.03/901.13	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1
1800.03/901.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5145
1800.03/901.13	s SATISFIABLE
1800.03/901.13	c Found 7 solution(s)
1800.03/901.13	v -x1 x2 -x3 -x4 x5 -x6 -x7 -x8 x9 -x10 -x11 x12 x13 -x14 -x15 -x16 x17 -x18 x19 -x20 -x21 -x22 -x23 x24 -x25 -x26 x27 x28 -x29 -x30 x31 -x32 -x33 x34 -x35 -x36 x37 -x38 -x39 x40 -x41 -x42 x43 -x44 -x45 -x46 x47 -x48 x49 -x50 -x51 -x52 -x53 x54 -x55 -x56 x57 -x58 -x59 x60 x61 -x62 -x63 -x64 -x65 x66 -x67 x68 -x69 x70 -x71 -x72 -x73 x74 -x75 x76 -x77 -x78 x79 -x80 -x81 -x82 -x83 x84 x85 -x86 -x87 -x88 x89 -x90 x91 -x92 -x93 x94 -x95 -x96 x97 -x98 -x99 x100 -x101 -x102 x103 -x104 -x105 -x106 -x107 x108 -x109 -x110 x111 x112 -x113 -x114 x115 -x116 -x117 -x118 -x119 x120 -x121 x122 -x123 -x124 x125 -x126 x127 -x128 -x129 x130 -x131 -x132 x133 -x134 -x135 x136 -x137 -x138 x139 -x140 -x141 x142 -x143 -x144 -x145 x146 -x147 -x148 x149 -x150 x151 -x152 -x153 x154 -x155 -x156 x157 -x158 -x159 x160 -x161 -x162 x163 -x164 -x165 x166 -x167 -x168 -x169 x170 -x171 -x172 x173 -x174 -x175 x176 -x177 x178 -x179 -x180 -x181 -x182 x183 -x184 x185 -x186 x187 -x188 -x189 x190 -x191 -x192 -x193 -x194 -x195 -x196 x197 -x198 -x199 x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 x246 -x247 -x248 -x249 -x250 x251 x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 x274 -x275 -x276 -x277 -x278 -x279 x280 -x281 -x282 -x283 -x284 -x285 x286 -x287 -x288 -x289 -x290 -x291 x292 x293 -x294 -x295 -x296 -x297 x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 x326 -x327 -x328 -x329 -x330 -x331 x332 -x333 -x334 -x335 -x336 -x337 -x338 x339 -x340 x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 x370 x371 -x372 -x373 -x374 -x375 -x376 x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 x400 x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 x418 -x419 -x420 -x421 -x422 -x423 -x424 x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 x442 x443 -x444 -x445 -x446 -x447 -x448 x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 x460 -x461 x462 -x463 -x464 -x465 -x466 -x467 -x468 x469 -x470 -x471 x472 x473 -x474 -x475 -x476 -x477 x478 x479 -x480 -x481 -x482 -x483 x484 x485 -x486 -x487 -x488 -x489 x490 x491 -x492 -x493 -x494 -x495 x496 x497 -x498 -x499 -x500 -x501 x502 -x503 -x504 -x505 -x506 -x507 x508 -x509 x510 -x511 -x512 -x513 -x514 -x515 -x516 x517 -x518 -x519 x520 -x521 -x522 -x523 -x524 -x525 x526 x527 -x528 -x529 -x530 -x531 x532 -x533 -x534 -x535 -x536 -x537 x538 -x539 -x540 -x541 -x542 -x543 x544 x545 -x546 -x547 -x548 -x549 x550 -x551 -x552 -x553 -x554 x555 -x556 -x557 -x558 -x559 x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 x574 -x575 -x576 
1800.03/901.13	c objective function=-5285000
1800.03/901.13	c Total wall clock time (in seconds): 901.013

Verifier Data

OK	-5285000

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-4119021-1467239307/watcher-4119021-1467239307 -o /tmp/evaluation-result-4119021-1467239307/solver-4119021-1467239307 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1467233815-9716 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4119021-1467239307.opb 

pid=12895
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.01 4.21 4.18 4/197 12898
/proc/meminfo: memFree=25161068/32872528 swapFree=1370068/1517236
[pid=12898] ppid=12895 vsize=9224 CPUtime=0 cores=1,3,5,7
/proc/12898/stat : 12898 (java) R 12895 12898 6338 0 -1 4202496 217 0 0 0 0 0 0 0 20 0 1 0 4885498 9445376 91 33554432000 1073741824 1073778376 140733733258576 140733733255704 229346680061 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12898/statm: 2306 93 75 9 0 38 0

[startup+0.100058 s]
/proc/loadavg: 4.01 4.21 4.18 4/197 12898
/proc/meminfo: memFree=25161068/32872528 swapFree=1370068/1517236
[pid=12898] ppid=12895 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/12898/stat : 12898 (java) S 12895 12898 6338 0 -1 4202496 4409 0 1 0 8 1 0 0 20 0 18 0 4885498 9787879424 6031 33554432000 1073741824 1073778376 140735131179936 140735131171072 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12898/statm: 2389619 6031 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20027 s]
/proc/loadavg: 4.01 4.21 4.18 4/197 12898
/proc/meminfo: memFree=25161068/32872528 swapFree=1370068/1517236
[pid=12898] ppid=12895 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/12898/stat : 12898 (java) S 12895 12898 6338 0 -1 4202496 4676 0 1 0 22 1 0 0 20 0 18 0 4885498 9787879424 7268 33554432000 1073741824 1073778376 140735131179936 140735131171072 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12898/statm: 2389619 7268 2197 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.30027 s]
/proc/loadavg: 4.01 4.21 4.18 4/197 12898
/proc/meminfo: memFree=25161068/32872528 swapFree=1370068/1517236
[pid=12898] ppid=12895 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/12898/stat : 12898 (java) S 12895 12898 6338 0 -1 4202496 5472 0 1 0 35 4 0 0 20 0 19 0 4885498 10060525568 9373 33554432000 1073741824 1073778376 140735131179936 140735131171072 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12898/statm: 2456183 9373 2240 9 0 2446860 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 9824732

[startup+0.700215 s]
/proc/loadavg: 4.01 4.21 4.18 4/197 12898
/proc/meminfo: memFree=25161068/32872528 swapFree=1370068/1517236
[pid=12898] ppid=12895 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/12898/stat : 12898 (java) S 12895 12898 6338 0 -1 4202496 5472 0 1 0 35 4 0 0 20 0 19 0 4885498 10060525568 9373 33554432000 1073741824 1073778376 140735131179936 140735131171072 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12898/statm: 2456183 9373 2240 9 0 2446860 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 9824732

[startup+1.50076 s]
/proc/loadavg: 4.01 4.21 4.18 5/216 12923
/proc/meminfo: memFree=25089776/32872528 swapFree=1370068/1517236
[pid=12898] ppid=12895 vsize=9824732 CPUtime=1.82 cores=1,3,5,7
/proc/12898/stat : 12898 (java) S 12895 12898 6338 0 -1 4202496 17147 0 1 0 174 8 0 0 20 0 19 0 4885498 10060525568 20425 33554432000 1073741824 1073778376 140735131179936 140735131171072 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12898/statm: 2456183 20425 2257 9 0 2446860 0
[pid=12898/tid=12900] ppid=12895 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/12898/task/12900/stat : 12900 (java) S 12895 12898 6338 0 -1 4202560 2420 0 1 0 21 2 0 0 20 0 19 0 4885499 10060525568 20425 33554432000 1073741824 1073778376 140735131179936 139917323596664 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12898/tid=12901] ppid=12895 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12898/task/12901/stat : 12901 (java) S 12895 12898 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4885501 10060525568 20425 33554432000 1073741824 1073778376 140735131179936 139917285088040 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12898/tid=12902] ppid=12895 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12898/task/12902/stat : 12902 (java) S 12895 12898 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4885501 10060525568 20425 33554432000 1073741824 1073778376 140735131179936 139917166373544 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12898/tid=12903] ppid=12895 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12898/task/12903/stat : 12903 (java) S 12895 12898 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4885501 10060525568 20425 33554432000 1073741824 1073778376 140735131179936 139917165321256 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12898/tid=12904] ppid=12895 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12898/task/12904/stat : 12904 (java) S 12895 12898 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4885501 10060525568 20425 33554432000 1073741824 1073778376 140735131179936 139917164268456 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12898/tid=12905] ppid=12895 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12898/task/12905/stat : 12905 (java) S 12895 12898 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4885501 10060525568 20425 33554432000 1073741824 1073778376 140735131179936 139917163215144 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12898/tid=12906] ppid=12895 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12898/task/12906/stat : 12906 (java) S 12895 12898 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4885501 10060525568 20425 33554432000 1073741824 1073778376 140735131179936 139917162162344 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12898/tid=12907] ppid=12895 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12898/task/12907/stat : 12907 (java) S 12895 12898 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4885501 10060525568 20425 33554432000 1073741824 1073778376 140735131179936 139917161110056 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12898/tid=12908] ppid=12895 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12898/task/12908/stat : 12908 (java) S 12895 12898 6338 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4885501 10060525568 20425 33554432000 1073741824 1073778376 140735131179936 139917160057256 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12898/tid=12909] ppid=12895 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12898/task/12909/stat : 12909 (java) S 12895 12898 6338 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 4885502 10060525568 20425 33554432000 1073741824 1073778376 140735131179936 139916677729000 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12898/tid=12910] ppid=12895 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12898/task/12910/stat : 12910 (java) S 12895 12898 6338 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4885502 10060525568 20425 33554432000 1073741824 1073778376 140735131179936 139916676675064 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12898/tid=12911] ppid=12895 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12898/task/12911/stat : 12911 (java) S 12895 12898 6338 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4885502 10060525568 20425 33554432000 1073741824 1073778376 140735131179936 139916675622664 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12898/tid=12912] ppid=12895 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12898/task/12912/stat : 12912 (java) S 12895 12898 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4885505 10060525568 20425 33554432000 1073741824 1073778376 140735131179936 139916674571152 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12898/tid=12913] ppid=12895 vsize=9824732 CPUtime=0.49 cores=1,3,5,7
/proc/12898/task/12913/stat : 12913 (java) S 12895 12898 6338 0 -1 4202560 6538 0 0 0 48 1 0 0 20 0 19 0 4885505 10060525568 20425 33554432000 1073741824 1073778376 140735131179936 139916673517752 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12898/tid=12914] ppid=12895 vsize=9824732 CPUtime=0.5 cores=1,3,5,7
/proc/12898/task/12914/stat : 12914 (java) S 12895 12898 6338 0 -1 4202560 6834 0 0 0 48 2 0 0 20 0 19 0 4885505 10060525568 20425 33554432000 1073741824 1073778376 140735131179936 139916672464952 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12898/tid=12915] ppid=12895 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12898/task/12915/stat : 12915 (java) S 12895 12898 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4885505 10060525568 20425 33554432000 1073741824 1073778376 140735131179936 139916671412856 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12898/tid=12916] ppid=12895 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12898/task/12916/stat : 12916 (java) S 12895 12898 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4885505 10060525568 20425 33554432000 1073741824 1073778376 140735131179936 139916670360264 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12898/tid=12920] ppid=12895 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12898/task/12920/stat : 12920 (java) S 12895 12898 6338 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4885524 10060525568 20425 33554432000 1073741824 1073778376 140735131179936 139916666148392 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 9824732

[startup+3.10076 s]
/proc/loadavg: 4.01 4.21 4.18 3/216 12929
/proc/meminfo: memFree=25076116/32872528 swapFree=1370068/1517236
[pid=12898] ppid=12895 vsize=9824732 CPUtime=3.15 cores=1,3,5,7
/proc/12898/stat : 12898 (java) S 12895 12898 6338 0 -1 4202496 19526 0 1 0 304 11 0 0 20 0 22 0 4885498 10060525568 36380 33554432000 1073741824 1073778376 140735131179936 140735131171072 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12898/statm: 2456183 36380 2266 9 0 2446860 0
[pid=12898/tid=12900] ppid=12895 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/12898/task/12900/stat : 12900 (java) S 12895 12898 6338 0 -1 4202560 2421 0 1 0 22 2 0 0 20 0 22 0 4885499 10060525568 36380 33554432000 1073741824 1073778376 140735131179936 139917323596664 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12898/tid=12901] ppid=12895 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12898/task/12901/stat : 12901 (java) S 12895 12898 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4885501 10060525568 36380 33554432000 1073741824 1073778376 140735131179936 139917285088040 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12898/tid=12902] ppid=12895 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12898/task/12902/stat : 12902 (java) S 12895 12898 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4885501 10060525568 36380 33554432000 1073741824 1073778376 140735131179936 139917166373544 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12898/tid=12903] ppid=12895 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12898/task/12903/stat : 12903 (java) S 12895 12898 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4885501 10060525568 36380 33554432000 1073741824 1073778376 140735131179936 139917165321256 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12898/tid=12904] ppid=12895 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12898/task/12904/stat : 12904 (java) S 12895 12898 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4885501 10060525568 36380 33554432000 1073741824 1073778376 140735131179936 139917164268456 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12898/tid=12905] ppid=12895 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12898/task/12905/stat : 12905 (java) S 12895 12898 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4885501 10060525568 36380 33554432000 1073741824 1073778376 140735131179936 139917163215144 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12898/tid=12906] ppid=12895 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12898/task/12906/stat : 12906 (java) S 12895 12898 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4885501 10060525568 36380 33554432000 1073741824 1073778376 140735131179936 139917162162344 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12898/tid=12907] ppid=12895 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12898/task/12907/stat : 12907 (java) S 12895 12898 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4885501 10060525568 36380 33554432000 1073741824 1073778376 140735131179936 139917161110056 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12898/tid=12908] ppid=12895 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12898/task/12908/stat : 12908 (java) S 12895 12898 6338 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 4885501 10060525568 36380 33554432000 1073741824 1073778376 140735131179936 139917160057256 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12898/tid=12909] ppid=12895 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12898/task/12909/stat : 12909 (java) S 12895 12898 6338 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 4885502 10060525568 36380 33554432000 1073741824 1073778376 140735131179936 139916677729000 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12898/tid=12910] ppid=12895 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12898/task/12910/stat : 12910 (java) S 12895 12898 6338 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 4885502 10060525568 36380 33554432000 1073741824 1073778376 140735131179936 139916676675064 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12898/tid=12911] ppid=12895 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12898/task/12911/stat : 12911 (java) S 12895 12898 6338 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4885502 10060525568 36380 33554432000 1073741824 1073778376 140735131179936 139916675622664 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12898/tid=12912] ppid=12895 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12898/task/12912/stat : 12912 (java) S 12895 12898 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4885505 10060525568 36380 33554432000 1073741824 1073778376 140735131179936 139916674571152 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12898/tid=12913] ppid=12895 vsize=9824732 CPUtime=0.69 cores=1,3,5,7
/proc/12898/task/12913/stat : 12913 (java) R 12895 12898 6338 0 -1 4202560 6575 0 0 0 67 2 0 0 20 0 22 0 4885505 10060525568 36380 33554432000 1073741824 1073778376 140735131179936 139916673505280 139917329560325 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=12898/tid=12914] ppid=12895 vsize=9824732 CPUtime=0.87 cores=1,3,5,7
/proc/12898/task/12914/stat : 12914 (java) R 12895 12898 6338 0 -1 4202560 9122 0 0 0 85 2 0 0 20 0 22 0 4885505 10060525568 36380 33554432000 1073741824 1073778376 140735131179936 139916672464952 139917326348709 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12898/tid=12915] ppid=12895 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12898/task/12915/stat : 12915 (java) S 12895 12898 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4885505 10060525568 36380 33554432000 1073741824 1073778376 140735131179936 139916671412856 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12898/tid=12916] ppid=12895 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12898/task/12916/stat : 12916 (java) S 12895 12898 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4885505 10060525568 36380 33554432000 1073741824 1073778376 140735131179936 139916670360264 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12898/tid=12920] ppid=12895 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12898/task/12920/stat : 12920 (java) S 12895 12898 6338 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4885524 10060525568 36380 33554432000 1073741824 1073778376 140735131179936 139916666148392 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.15
Current children cumulated vsize (KiB) 9824732

[startup+6.30097 s]
/proc/loadavg: 4.01 4.21 4.18 5/219 12935
/proc/meminfo: memFree=24914172/32872528 swapFree=1370068/1517236
[pid=12898] ppid=12895 vsize=9824732 CPUtime=10.4 cores=1,3,5,7
/proc/12898/stat : 12898 (java) S 12895 12898 6338 0 -1 4202496 26670 0 1 0 1012 28 0 0 20 0 22 0 4885498 10060525568 94025 33554432000 1073741824 1073778376 140735131179936 140735131171072 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12898/statm: 2456183 94025 2285 9 0 2446860 0
[pid=12898/tid=12900] ppid=12895 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/12898/task/12900/stat : 12900 (java) S 12895 12898 6338 0 -1 4202560 2421 0 1 0 22 2 0 0 20 0 22 0 4885499 10060525568 94025 33554432000 1073741824 1073778376 140735131179936 139917323596664 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12898/tid=12901] ppid=12895 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/12898/task/12901/stat : 12901 (java) S 12895 12898 6338 0 -1 4202560 38 0 0 0 2 2 0 0 20 0 22 0 4885501 10060525568 94025 33554432000 1073741824 1073778376 140735131179936 139917285088040 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12898/tid=12902] ppid=12895 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/12898/task/12902/stat : 12902 (java) S 12895 12898 6338 0 -1 4202560 35 0 0 0 3 2 0 0 20 0 22 0 4885501 10060525568 94025 33554432000 1073741824 1073778376 140735131179936 139917166373544 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12898/tid=12903] ppid=12895 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/12898/task/12903/stat : 12903 (java) S 12895 12898 6338 0 -1 4202560 130 0 0 0 3 2 0 0 20 0 22 0 4885501 10060525568 94025 33554432000 1073741824 1073778376 140735131179936 139917165321256 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12898/tid=12904] ppid=12895 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/12898/task/12904/stat : 12904 (java) S 12895 12898 6338 0 -1 4202560 111 0 0 0 3 3 0 0 20 0 22 0 4885501 10060525568 94025 33554432000 1073741824 1073778376 140735131179936 139917164268456 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12898/tid=12905] ppid=12895 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/12898/task/12905/stat : 12905 (java) S 12895 12898 6338 0 -1 4202560 97 0 0 0 3 1 0 0 20 0 22 0 4885501 10060525568 94025 33554432000 1073741824 1073778376 140735131179936 139917163215144 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12898/tid=12906] ppid=12895 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/12898/task/12906/stat : 12906 (java) S 12895 12898 6338 0 -1 4202560 32 0 0 0 2 2 0 0 20 0 22 0 4885501 10060525568 94025 33554432000 1073741824 1073778376 140735131179936 139917162162344 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12898/tid=12907] ppid=12895 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/12898/task/12907/stat : 12907 (java) S 12895 12898 6338 0 -1 4202560 119 0 0 0 3 1 0 0 20 0 22 0 4885501 10060525568 94025 33554432000 1073741824 1073778376 140735131179936 139917161110056 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12898/tid=12908] ppid=12895 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/12898/task/12908/stat : 12908 (java) S 12895 12898 6338 0 -1 4202560 28 0 0 0 4 1 0 0 20 0 22 0 4885501 10060525568 94025 33554432000 1073741824 1073778376 140735131179936 139917160057256 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12898/tid=12909] ppid=12895 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12898/task/12909/stat : 12909 (java) S 12895 12898 6338 0 -1 4202560 213 0 0 0 0 0 0 0 20 0 22 0 4885502 10060525568 94025 33554432000 1073741824 1073778376 140735131179936 139916677729000 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12898/tid=12910] ppid=12895 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12898/task/12910/stat : 12910 (java) S 12895 12898 6338 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4885502 10060525568 94025 33554432000 1073741824 1073778376 140735131179936 139916676675064 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12898/tid=12911] ppid=12895 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12898/task/12911/stat : 12911 (java) S 12895 12898 6338 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4885502 10060525568 94025 33554432000 1073741824 1073778376 140735131179936 139916675622664 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12898/tid=12912] ppid=12895 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12898/task/12912/stat : 12912 (java) S 12895 12898 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4885505 10060525568 94025 33554432000 1073741824 1073778376 140735131179936 139916674571152 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12898/tid=12913] ppid=12895 vsize=9824732 CPUtime=1.01 cores=1,3,5,7
/proc/12898/task/12913/stat : 12913 (java) S 12895 12898 6338 0 -1 4202560 7357 0 0 0 99 2 0 0 20 0 22 0 4885505 10060525568 94025 33554432000 1073741824 1073778376 140735131179936 139916673517752 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12898/tid=12914] ppid=12895 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/12898/task/12914/stat : 12914 (java) S 12895 12898 6338 0 -1 4202560 14132 0 0 0 117 3 0 0 20 0 22 0 4885505 10060525568 94025 33554432000 1073741824 1073778376 140735131179936 139916672464952 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12898/tid=12915] ppid=12895 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12898/task/12915/stat : 12915 (java) S 12895 12898 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4885505 10060525568 94025 33554432000 1073741824 1073778376 140735131179936 139916671412856 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12898/tid=12916] ppid=12895 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12898/task/12916/stat : 12916 (java) S 12895 12898 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4885505 10060525568 94025 33554432000 1073741824 1073778376 140735131179936 139916670360264 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12898/tid=12920] ppid=12895 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12898/task/12920/stat : 12920 (java) S 12895 12898 6338 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4885524 10060525568 94025 33554432000 1073741824 1073778376 140735131179936 139916666148392 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12898/tid=12933] ppid=12895 vsize=9824732 CPUtime=3.36 cores=1,3,5,7
/proc/12898/task/12933/stat : 12933 (java) R 12895 12898 6338 0 -1 4202560 15 0 0 0 336 0 0 0 20 0 22 0 4885775 10060525568 94025 33554432000 1073741824 1073778376 140735131179936 139916668253304 139917166910631 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12898/tid=12934] ppid=12895 vsize=9824732 CPUtime=3.34 cores=1,3,5,7

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

/proc/12898/task/12903/stat : 12903 (java) S 12895 12898 6338 0 -1 4202560 813 0 0 0 79 18 0 0 20 0 22 0 4885501 10060525568 889684 33554432000 1073741824 1073778376 140735131179936 139917165321256 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12898/tid=12904] ppid=12895 vsize=9824732 CPUtime=1.16 cores=1,3,5,7
/proc/12898/task/12904/stat : 12904 (java) S 12895 12898 6338 0 -1 4202560 1332 0 0 0 92 24 0 0 20 0 22 0 4885501 10060525568 889684 33554432000 1073741824 1073778376 140735131179936 139917164268456 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12898/tid=12905] ppid=12895 vsize=9824732 CPUtime=1.17 cores=1,3,5,7
/proc/12898/task/12905/stat : 12905 (java) S 12895 12898 6338 0 -1 4202560 944 0 0 0 94 23 0 0 20 0 22 0 4885501 10060525568 889684 33554432000 1073741824 1073778376 140735131179936 139917163215144 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12898/tid=12906] ppid=12895 vsize=9824732 CPUtime=1.17 cores=1,3,5,7
/proc/12898/task/12906/stat : 12906 (java) S 12895 12898 6338 0 -1 4202560 1346 0 0 0 98 19 0 0 20 0 22 0 4885501 10060525568 889684 33554432000 1073741824 1073778376 140735131179936 139917162162344 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12898/tid=12907] ppid=12895 vsize=9824732 CPUtime=1.07 cores=1,3,5,7
/proc/12898/task/12907/stat : 12907 (java) S 12895 12898 6338 0 -1 4202560 987 0 0 0 90 17 0 0 20 0 22 0 4885501 10060525568 889684 33554432000 1073741824 1073778376 140735131179936 139917161110056 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12898/tid=12908] ppid=12895 vsize=9824732 CPUtime=0.99 cores=1,3,5,7
/proc/12898/task/12908/stat : 12908 (java) S 12895 12898 6338 0 -1 4202560 791 0 0 0 79 20 0 0 20 0 22 0 4885501 10060525568 889684 33554432000 1073741824 1073778376 140735131179936 139917160057256 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12898/tid=12909] ppid=12895 vsize=9824732 CPUtime=2.7 cores=1,3,5,7
/proc/12898/task/12909/stat : 12909 (java) S 12895 12898 6338 0 -1 4202560 2171 0 0 0 266 4 0 0 20 0 22 0 4885502 10060525568 889684 33554432000 1073741824 1073778376 140735131179936 139916677729000 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12898/tid=12910] ppid=12895 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12898/task/12910/stat : 12910 (java) S 12895 12898 6338 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4885502 10060525568 889684 33554432000 1073741824 1073778376 140735131179936 139916676675064 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12898/tid=12911] ppid=12895 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12898/task/12911/stat : 12911 (java) S 12895 12898 6338 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4885502 10060525568 889684 33554432000 1073741824 1073778376 140735131179936 139916675622664 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12898/tid=12912] ppid=12895 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12898/task/12912/stat : 12912 (java) S 12895 12898 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4885505 10060525568 889684 33554432000 1073741824 1073778376 140735131179936 139916674571152 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12898/tid=12913] ppid=12895 vsize=9824732 CPUtime=1.43 cores=1,3,5,7
/proc/12898/task/12913/stat : 12913 (java) S 12895 12898 6338 0 -1 4202560 11794 0 0 0 141 2 0 0 20 0 22 0 4885505 10060525568 889684 33554432000 1073741824 1073778376 140735131179936 139916673517752 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12898/tid=12914] ppid=12895 vsize=9824732 CPUtime=1.35 cores=1,3,5,7
/proc/12898/task/12914/stat : 12914 (java) S 12895 12898 6338 0 -1 4202560 14150 0 0 0 132 3 0 0 20 0 22 0 4885505 10060525568 889684 33554432000 1073741824 1073778376 140735131179936 139916672464952 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12898/tid=12915] ppid=12895 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12898/task/12915/stat : 12915 (java) S 12895 12898 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4885505 10060525568 889684 33554432000 1073741824 1073778376 140735131179936 139916671412856 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12898/tid=12916] ppid=12895 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/12898/task/12916/stat : 12916 (java) S 12895 12898 6338 0 -1 4202560 51 0 0 0 11 18 0 0 20 0 22 0 4885505 10060525568 889684 33554432000 1073741824 1073778376 140735131179936 139916670360264 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12898/tid=12938] ppid=12895 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12898/task/12938/stat : 12938 (java) S 12895 12898 6338 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4886681 10060525568 889684 33554432000 1073741824 1073778376 140735131179936 139916666147624 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12898/tid=12939] ppid=12895 vsize=9824732 CPUtime=862.84 cores=1,3,5,7
/proc/12898/task/12939/stat : 12939 (java) R 12895 12898 6338 0 -1 4202560 40 0 0 0 86268 16 0 0 20 0 22 0 4886731 10060525568 889684 33554432000 1073741824 1073778376 140735131179936 139916667191312 139917166961195 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12898/tid=12940] ppid=12895 vsize=9824732 CPUtime=862.89 cores=1,3,5,7
/proc/12898/task/12940/stat : 12940 (java) R 12895 12898 6338 0 -1 4202560 903 0 0 0 86248 41 0 0 20 0 22 0 4886731 10060525568 889684 33554432000 1073741824 1073778376 140735131179936 139916668250128 139917167019705 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12898/tid=12941] ppid=12895 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12898/task/12941/stat : 12941 (java) S 12895 12898 6338 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 4886731 10060525568 889684 33554432000 1073741824 1073778376 140735131179936 139916669306280 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1762.45
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+901.101 s]
/proc/loadavg: 3.50 3.55 3.75 5/217 13054
/proc/meminfo: memFree=23040228/32872528 swapFree=1370068/1517236
[pid=12898] ppid=12895 vsize=9824732 CPUtime=1800.03 cores=1,3,5,7
/proc/12898/stat : 12898 (java) S 12895 12898 6338 0 -1 4202496 42358 0 1 0 179765 238 0 0 20 0 22 0 4885498 10060525568 889684 33554432000 1073741824 1073778376 140735131179936 140735131171072 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12898/statm: 2456183 889684 2295 9 0 2446860 0
[pid=12898/tid=12900] ppid=12895 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/12898/task/12900/stat : 12900 (java) S 12895 12898 6338 0 -1 4202560 2425 0 1 0 24 3 0 0 20 0 22 0 4885499 10060525568 889684 33554432000 1073741824 1073778376 140735131179936 139917323596664 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12898/tid=12901] ppid=12895 vsize=9824732 CPUtime=1.17 cores=1,3,5,7
/proc/12898/task/12901/stat : 12901 (java) S 12895 12898 6338 0 -1 4202560 819 0 0 0 95 22 0 0 20 0 22 0 4885501 10060525568 889684 33554432000 1073741824 1073778376 140735131179936 139917285088040 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12898/tid=12902] ppid=12895 vsize=9824732 CPUtime=1.12 cores=1,3,5,7
/proc/12898/task/12902/stat : 12902 (java) S 12895 12898 6338 0 -1 4202560 1539 0 0 0 89 23 0 0 20 0 22 0 4885501 10060525568 889684 33554432000 1073741824 1073778376 140735131179936 139917166373544 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12898/tid=12903] ppid=12895 vsize=9824732 CPUtime=0.97 cores=1,3,5,7
/proc/12898/task/12903/stat : 12903 (java) S 12895 12898 6338 0 -1 4202560 813 0 0 0 79 18 0 0 20 0 22 0 4885501 10060525568 889684 33554432000 1073741824 1073778376 140735131179936 139917165321256 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12898/tid=12904] ppid=12895 vsize=9824732 CPUtime=1.16 cores=1,3,5,7
/proc/12898/task/12904/stat : 12904 (java) S 12895 12898 6338 0 -1 4202560 1332 0 0 0 92 24 0 0 20 0 22 0 4885501 10060525568 889684 33554432000 1073741824 1073778376 140735131179936 139917164268456 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12898/tid=12905] ppid=12895 vsize=9824732 CPUtime=1.17 cores=1,3,5,7
/proc/12898/task/12905/stat : 12905 (java) S 12895 12898 6338 0 -1 4202560 944 0 0 0 94 23 0 0 20 0 22 0 4885501 10060525568 889684 33554432000 1073741824 1073778376 140735131179936 139917163215144 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12898/tid=12906] ppid=12895 vsize=9824732 CPUtime=1.17 cores=1,3,5,7
/proc/12898/task/12906/stat : 12906 (java) S 12895 12898 6338 0 -1 4202560 1346 0 0 0 98 19 0 0 20 0 22 0 4885501 10060525568 889684 33554432000 1073741824 1073778376 140735131179936 139917162162344 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12898/tid=12907] ppid=12895 vsize=9824732 CPUtime=1.07 cores=1,3,5,7
/proc/12898/task/12907/stat : 12907 (java) S 12895 12898 6338 0 -1 4202560 987 0 0 0 90 17 0 0 20 0 22 0 4885501 10060525568 889684 33554432000 1073741824 1073778376 140735131179936 139917161110056 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12898/tid=12908] ppid=12895 vsize=9824732 CPUtime=0.99 cores=1,3,5,7
/proc/12898/task/12908/stat : 12908 (java) S 12895 12898 6338 0 -1 4202560 791 0 0 0 79 20 0 0 20 0 22 0 4885501 10060525568 889684 33554432000 1073741824 1073778376 140735131179936 139917160057256 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12898/tid=12909] ppid=12895 vsize=9824732 CPUtime=2.7 cores=1,3,5,7
/proc/12898/task/12909/stat : 12909 (java) S 12895 12898 6338 0 -1 4202560 2171 0 0 0 266 4 0 0 20 0 22 0 4885502 10060525568 889684 33554432000 1073741824 1073778376 140735131179936 139916677729000 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12898/tid=12910] ppid=12895 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12898/task/12910/stat : 12910 (java) S 12895 12898 6338 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4885502 10060525568 889684 33554432000 1073741824 1073778376 140735131179936 139916676675064 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12898/tid=12911] ppid=12895 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12898/task/12911/stat : 12911 (java) S 12895 12898 6338 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4885502 10060525568 889684 33554432000 1073741824 1073778376 140735131179936 139916675622664 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12898/tid=12912] ppid=12895 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12898/task/12912/stat : 12912 (java) S 12895 12898 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4885505 10060525568 889684 33554432000 1073741824 1073778376 140735131179936 139916674571152 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12898/tid=12913] ppid=12895 vsize=9824732 CPUtime=1.43 cores=1,3,5,7
/proc/12898/task/12913/stat : 12913 (java) S 12895 12898 6338 0 -1 4202560 11794 0 0 0 141 2 0 0 20 0 22 0 4885505 10060525568 889684 33554432000 1073741824 1073778376 140735131179936 139916673517752 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12898/tid=12914] ppid=12895 vsize=9824732 CPUtime=1.35 cores=1,3,5,7
/proc/12898/task/12914/stat : 12914 (java) S 12895 12898 6338 0 -1 4202560 14150 0 0 0 132 3 0 0 20 0 22 0 4885505 10060525568 889684 33554432000 1073741824 1073778376 140735131179936 139916672464952 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12898/tid=12915] ppid=12895 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12898/task/12915/stat : 12915 (java) S 12895 12898 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4885505 10060525568 889684 33554432000 1073741824 1073778376 140735131179936 139916671412856 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12898/tid=12916] ppid=12895 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/12898/task/12916/stat : 12916 (java) S 12895 12898 6338 0 -1 4202560 53 0 0 0 11 18 0 0 20 0 22 0 4885505 10060525568 889684 33554432000 1073741824 1073778376 140735131179936 139916670360264 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12898/tid=12938] ppid=12895 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12898/task/12938/stat : 12938 (java) S 12895 12898 6338 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4886681 10060525568 889684 33554432000 1073741824 1073778376 140735131179936 139916666147624 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12898/tid=12939] ppid=12895 vsize=9824732 CPUtime=881.59 cores=1,3,5,7
/proc/12898/task/12939/stat : 12939 (java) R 12895 12898 6338 0 -1 4202560 40 0 0 0 88143 16 0 0 20 0 22 0 4886731 10060525568 889684 33554432000 1073741824 1073778376 140735131179936 139916667191312 139917166917540 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12898/tid=12940] ppid=12895 vsize=9824732 CPUtime=881.63 cores=1,3,5,7
/proc/12898/task/12940/stat : 12940 (java) R 12895 12898 6338 0 -1 4202560 903 0 0 0 88122 41 0 0 20 0 22 0 4886731 10060525568 889684 33554432000 1073741824 1073778376 140735131179936 139916668250128 139917167019732 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12898/tid=12941] ppid=12895 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12898/task/12941/stat : 12941 (java) S 12895 12898 6338 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 4886731 10060525568 889684 33554432000 1073741824 1073778376 140735131179936 139916669306280 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 12898 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+901.101 s]
/proc/loadavg: 3.50 3.55 3.75 5/217 13054
/proc/meminfo: memFree=23040228/32872528 swapFree=1370068/1517236
[pid=12898] ppid=12895 vsize=9824732 CPUtime=1800.03 cores=1,3,5,7
/proc/12898/stat : 12898 (java) S 12895 12898 6338 0 -1 4202496 42358 0 1 0 179765 238 0 0 20 0 22 0 4885498 10060525568 889684 33554432000 1073741824 1073778376 140735131179936 140735131171072 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12898/statm: 2456183 889684 2295 9 0 2446860 0
[pid=12898/tid=12900] ppid=12895 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/12898/task/12900/stat : 12900 (java) S 12895 12898 6338 0 -1 4202560 2425 0 1 0 24 3 0 0 20 0 22 0 4885499 10060525568 889684 33554432000 1073741824 1073778376 140735131179936 139917323596664 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12898/tid=12901] ppid=12895 vsize=9824732 CPUtime=1.17 cores=1,3,5,7
/proc/12898/task/12901/stat : 12901 (java) S 12895 12898 6338 0 -1 4202560 819 0 0 0 95 22 0 0 20 0 22 0 4885501 10060525568 889684 33554432000 1073741824 1073778376 140735131179936 139917285088040 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12898/tid=12902] ppid=12895 vsize=9824732 CPUtime=1.12 cores=1,3,5,7
/proc/12898/task/12902/stat : 12902 (java) S 12895 12898 6338 0 -1 4202560 1539 0 0 0 89 23 0 0 20 0 22 0 4885501 10060525568 889684 33554432000 1073741824 1073778376 140735131179936 139917166373544 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12898/tid=12903] ppid=12895 vsize=9824732 CPUtime=0.97 cores=1,3,5,7
/proc/12898/task/12903/stat : 12903 (java) S 12895 12898 6338 0 -1 4202560 813 0 0 0 79 18 0 0 20 0 22 0 4885501 10060525568 889684 33554432000 1073741824 1073778376 140735131179936 139917165321256 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12898/tid=12904] ppid=12895 vsize=9824732 CPUtime=1.16 cores=1,3,5,7
/proc/12898/task/12904/stat : 12904 (java) S 12895 12898 6338 0 -1 4202560 1332 0 0 0 92 24 0 0 20 0 22 0 4885501 10060525568 889684 33554432000 1073741824 1073778376 140735131179936 139917164268456 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12898/tid=12905] ppid=12895 vsize=9824732 CPUtime=1.17 cores=1,3,5,7
/proc/12898/task/12905/stat : 12905 (java) S 12895 12898 6338 0 -1 4202560 944 0 0 0 94 23 0 0 20 0 22 0 4885501 10060525568 889684 33554432000 1073741824 1073778376 140735131179936 139917163215144 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12898/tid=12906] ppid=12895 vsize=9824732 CPUtime=1.17 cores=1,3,5,7
/proc/12898/task/12906/stat : 12906 (java) S 12895 12898 6338 0 -1 4202560 1346 0 0 0 98 19 0 0 20 0 22 0 4885501 10060525568 889684 33554432000 1073741824 1073778376 140735131179936 139917162162344 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12898/tid=12907] ppid=12895 vsize=9824732 CPUtime=1.07 cores=1,3,5,7
/proc/12898/task/12907/stat : 12907 (java) S 12895 12898 6338 0 -1 4202560 987 0 0 0 90 17 0 0 20 0 22 0 4885501 10060525568 889684 33554432000 1073741824 1073778376 140735131179936 139917161110056 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12898/tid=12908] ppid=12895 vsize=9824732 CPUtime=0.99 cores=1,3,5,7
/proc/12898/task/12908/stat : 12908 (java) S 12895 12898 6338 0 -1 4202560 791 0 0 0 79 20 0 0 20 0 22 0 4885501 10060525568 889684 33554432000 1073741824 1073778376 140735131179936 139917160057256 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12898/tid=12909] ppid=12895 vsize=9824732 CPUtime=2.7 cores=1,3,5,7
/proc/12898/task/12909/stat : 12909 (java) S 12895 12898 6338 0 -1 4202560 2171 0 0 0 266 4 0 0 20 0 22 0 4885502 10060525568 889684 33554432000 1073741824 1073778376 140735131179936 139916677729000 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12898/tid=12910] ppid=12895 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12898/task/12910/stat : 12910 (java) S 12895 12898 6338 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4885502 10060525568 889684 33554432000 1073741824 1073778376 140735131179936 139916676675064 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12898/tid=12911] ppid=12895 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12898/task/12911/stat : 12911 (java) S 12895 12898 6338 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4885502 10060525568 889684 33554432000 1073741824 1073778376 140735131179936 139916675622664 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12898/tid=12912] ppid=12895 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12898/task/12912/stat : 12912 (java) S 12895 12898 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4885505 10060525568 889684 33554432000 1073741824 1073778376 140735131179936 139916674571152 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12898/tid=12913] ppid=12895 vsize=9824732 CPUtime=1.43 cores=1,3,5,7
/proc/12898/task/12913/stat : 12913 (java) S 12895 12898 6338 0 -1 4202560 11794 0 0 0 141 2 0 0 20 0 22 0 4885505 10060525568 889684 33554432000 1073741824 1073778376 140735131179936 139916673517752 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12898/tid=12914] ppid=12895 vsize=9824732 CPUtime=1.35 cores=1,3,5,7
/proc/12898/task/12914/stat : 12914 (java) S 12895 12898 6338 0 -1 4202560 14150 0 0 0 132 3 0 0 20 0 22 0 4885505 10060525568 889684 33554432000 1073741824 1073778376 140735131179936 139916672464952 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12898/tid=12915] ppid=12895 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12898/task/12915/stat : 12915 (java) S 12895 12898 6338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4885505 10060525568 889684 33554432000 1073741824 1073778376 140735131179936 139916671412856 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12898/tid=12916] ppid=12895 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/12898/task/12916/stat : 12916 (java) S 12895 12898 6338 0 -1 4202560 53 0 0 0 11 18 0 0 20 0 22 0 4885505 10060525568 889684 33554432000 1073741824 1073778376 140735131179936 139916670360264 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12898/tid=12938] ppid=12895 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12898/task/12938/stat : 12938 (java) S 12895 12898 6338 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4886681 10060525568 889684 33554432000 1073741824 1073778376 140735131179936 139916666147624 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12898/tid=12939] ppid=12895 vsize=9824732 CPUtime=881.59 cores=1,3,5,7
/proc/12898/task/12939/stat : 12939 (java) R 12895 12898 6338 0 -1 4202560 40 0 0 0 88143 16 0 0 20 0 22 0 4886731 10060525568 889684 33554432000 1073741824 1073778376 140735131179936 139916667191312 139917166917540 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12898/tid=12940] ppid=12895 vsize=9824732 CPUtime=881.63 cores=1,3,5,7
/proc/12898/task/12940/stat : 12940 (java) R 12895 12898 6338 0 -1 4202560 903 0 0 0 88122 41 0 0 20 0 22 0 4886731 10060525568 889684 33554432000 1073741824 1073778376 140735131179936 139916668250128 139917167019732 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12898/tid=12941] ppid=12895 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12898/task/12941/stat : 12941 (java) S 12895 12898 6338 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 4886731 10060525568 889684 33554432000 1073741824 1073778376 140735131179936 139916669306280 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9824732

Child status: 143

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

Real time (s): 901.155
CPU time (s): 1800.03
CPU user time (s): 1797.65
CPU system time (s): 2.38
CPU usage (%): 199.747
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.12
system time used= 2.83257
maximum resident set size= 3654504
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42402
page faults= 1
swaps= 0
block input operations= 0
block output operations= 816
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22503
involuntary context switches= 15635

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.50416 second user time and 7.64284 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-30 00:28:27
IDJOB=4119021
IDBENCH=111636
IDSOLVER=2543
FILE ID=node129/4119021-1467239307
RUNJOBID= node129-1467233815-9716
PBS_JOBID= 19997579
Free space on /tmp= 71600 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_2g-0088-0088.lin.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119021-1467239307/watcher-4119021-1467239307 -o /tmp/evaluation-result-4119021-1467239307/solver-4119021-1467239307 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1467233815-9716 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4119021-1467239307.opb

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

MD5SUM BENCH= 36658fa0c3653e1178cdadeb9982923c
RANDOM SEED=1097199108

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.683
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:        25161340 kB
Buffers:           93924 kB
Cached:          1784796 kB
SwapCached:            0 kB
Active:          3854136 kB
Inactive:        1583132 kB
Active(anon):    3560980 kB
Inactive(anon):        0 kB
Active(file):     293156 kB
Inactive(file):  1583132 kB
Unevictable:     1517236 kB
Mlocked:         1370068 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               520 kB
Writeback:             0 kB
AnonPages:       5074956 kB
Mapped:            22188 kB
Shmem:               204 kB
Slab:             618492 kB
SReclaimable:      62572 kB
SUnreclaim:       555920 kB
KernelStack:        1608 kB
PageTables:        14228 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5478452 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3637248 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= 71584 MiB
End job on node129 at 2016-06-30 00:43:28