Trace number 4081195

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)218 1800.04 896.967

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_15.opb.PB06.opb
MD5SUM9cfc9eabeae08d1064da7d7b87db93a4
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark213
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 185
Optimality of the best value was proved NO
Number of variables473
Total number of constraints473
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints473
Minimum length of a constraint4
Maximum length of a constraint18
Number of terms in the objective function 473
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 473
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 473
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.10	c See www.sat4j.org for details.
0.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Glucose 2.1 dynamic restart strategy
0.08/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.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/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.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-4081195-1465221285.opb
0.08/0.13	c reading problem ... 
0.08/0.14	c  objective function found
0.21/0.27	c ... done. Wall clock time 0.139s.
0.21/0.27	c declared #vars     473
0.21/0.27	c #constraints  473
0.21/0.28	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.21/0.28	c constraints type 
0.21/0.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1
0.21/0.28	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 472
0.21/0.28	c 473 constraints processed.
0.21/0.28	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.21/0.28	c constraints type 
0.21/0.28	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1
0.21/0.28	c org.sat4j.pb.constraints.pb.MaxWatchPb => 472
0.21/0.28	c 473 constraints processed.
0.21/0.28	c objective function length is 473 literals
0.21/0.29	c And the winner is solver0
0.48/0.78	c SATISFIABLE
0.48/0.78	c OPTIMIZING...
0.48/0.78	c Got one! Elapsed wall clock time (in seconds):0.645
0.48/0.78	o 234
0.53/0.80	c And the winner is solver0
0.60/1.28	c Got one! Elapsed wall clock time (in seconds):1.149
0.60/1.28	o 233
0.60/1.29	c And the winner is solver0
0.63/1.79	c Got one! Elapsed wall clock time (in seconds):1.652
0.63/1.79	o 232
0.65/1.85	c And the winner is solver0
0.98/2.29	c Got one! Elapsed wall clock time (in seconds):2.154
0.98/2.29	o 231
2.43/2.77	c cleaning 2531 clauses out of 5071 with flag 10906/5071
4.18/3.33	c cleaning 4264 clauses out of 8541 with flag 24242/11072
5.55/3.95	c cleaning 5633 clauses out of 11276 with flag 40091/18071
7.33/4.74	c cleaning 6815 clauses out of 13643 with flag 56811/26071
9.07/5.56	c And the winner is solver1
9.19/5.79	c Got one! Elapsed wall clock time (in seconds):5.656
9.19/5.79	o 230
9.39/5.98	c And the winner is solver1
9.57/6.29	c Got one! Elapsed wall clock time (in seconds):6.158
9.57/6.29	o 229
11.46/7.29	c And the winner is solver1
11.46/7.30	c Got one! Elapsed wall clock time (in seconds):7.16
11.46/7.30	o 228
12.06/7.50	c cleaning 10712 clauses out of 21436 with flag 2522/40679
14.51/8.75	c cleaning 8355 clauses out of 16723 with flag 17611/46678
17.57/10.17	c cleaning 7678 clauses out of 15368 with flag 34944/53678
19.59/11.16	c And the winner is solver1
19.69/11.30	c Got one! Elapsed wall clock time (in seconds):11.163
19.69/11.30	o 223
21.60/12.24	c cleaning 9239 clauses out of 18477 with flag 12387/64465
23.91/13.38	c cleaning 7615 clauses out of 15238 with flag 27039/70465
26.32/14.51	c cleaning 7299 clauses out of 14622 with flag 44615/77464
29.45/16.07	c cleaning 7660 clauses out of 15325 with flag 64422/85466
33.05/17.84	c cleaning 8330 clauses out of 16663 with flag 86665/94464
36.64/19.69	c cleaning 9164 clauses out of 18333 with flag 111854/104464
41.62/22.04	c cleaning 10083 clauses out of 20169 with flag 140661/115464
46.42/24.47	c cleaning 11040 clauses out of 22086 with flag 171580/127464
52.20/27.27	c cleaning 12019 clauses out of 24046 with flag 204554/140464
58.00/30.16	c cleaning 13012 clauses out of 26028 with flag 241401/154465
64.61/33.50	c cleaning 14008 clauses out of 28018 with flag 279567/169467
71.23/36.66	c And the winner is solver1
71.25/36.81	c Got one! Elapsed wall clock time (in seconds):36.671
71.25/36.81	o 221
73.02/37.70	c cleaning 16530 clauses out of 33060 with flag 12716/188517
75.22/38.87	c cleaning 11266 clauses out of 22532 with flag 27642/194519
78.02/40.29	c cleaning 9129 clauses out of 18265 with flag 44721/201518
81.74/42.07	c cleaning 8564 clauses out of 17136 with flag 64677/209518
85.75/44.07	c cleaning 8778 clauses out of 17571 with flag 86730/218517
90.15/46.27	c cleaning 9397 clauses out of 18793 with flag 112695/228517
94.93/48.64	c cleaning 10198 clauses out of 20396 with flag 141131/239517
100.33/51.31	c cleaning 11097 clauses out of 22198 with flag 172472/251517
106.50/54.35	c cleaning 12050 clauses out of 24102 with flag 205344/264518
113.50/57.86	c cleaning 13020 clauses out of 26051 with flag 240135/278517
120.90/61.56	c cleaning 14012 clauses out of 28032 with flag 278672/293518
130.05/66.45	c cleaning 15010 clauses out of 30019 with flag 319607/309517
138.06/70.42	c cleaning 16000 clauses out of 32009 with flag 364411/326517
147.06/74.96	c cleaning 17002 clauses out of 34009 with flag 411462/344517
156.33/79.59	c cleaning 17999 clauses out of 36008 with flag 460507/363518
166.74/84.75	c cleaning 19003 clauses out of 38008 with flag 512118/383517
176.86/89.71	c cleaning 0 clauses out of 6216 with flag 0/6217
177.90/90.17	c cleaning 20002 clauses out of 40006 with flag 567582/404518
190.23/96.29	c cleaning 20999 clauses out of 42003 with flag 625147/426517
204.56/103.30	c cleaning 21997 clauses out of 44005 with flag 684846/449518
218.76/110.48	c cleaning 23002 clauses out of 46007 with flag 745260/473517
234.15/118.02	c cleaning 24002 clauses out of 48005 with flag 808695/498517
246.55/124.24	c cleaning 24998 clauses out of 50003 with flag 877884/524517
261.92/131.89	c cleaning 25999 clauses out of 52007 with flag 947827/551519
277.58/139.59	c cleaning 27000 clauses out of 54006 with flag 1021414/579517
283.77/142.60	c And the winner is solver1
283.77/142.94	c Got one! Elapsed wall clock time (in seconds):142.802
283.77/142.94	o 218
286.13/144.12	c cleaning 22027 clauses out of 44053 with flag 12529/596564
288.33/145.25	c cleaning 14013 clauses out of 28025 with flag 27254/602563
290.53/146.39	c cleaning 10505 clauses out of 21012 with flag 44472/609563
293.31/147.79	c cleaning 9251 clauses out of 18507 with flag 64465/617563
296.31/149.29	c cleaning 9129 clauses out of 18257 with flag 87452/626564
300.47/151.27	c cleaning 9562 clauses out of 19128 with flag 113178/636564
304.47/153.28	c cleaning 10282 clauses out of 20567 with flag 141378/647565
309.28/155.69	c cleaning 11139 clauses out of 22285 with flag 172467/659565
314.68/158.34	c cleaning 12071 clauses out of 24144 with flag 205965/672563
320.47/161.28	c cleaning 13033 clauses out of 26073 with flag 241889/686563
327.63/164.70	c cleaning 14021 clauses out of 28041 with flag 282097/701564
335.04/168.48	c cleaning 15007 clauses out of 30020 with flag 325183/717564
343.43/172.66	c cleaning 16005 clauses out of 32014 with flag 369523/734565
353.04/177.32	c cleaning 17000 clauses out of 34007 with flag 415421/752563
363.06/182.35	c cleaning 18004 clauses out of 36008 with flag 467159/771564
374.05/187.77	c cleaning 18995 clauses out of 38003 with flag 520027/791563
385.06/193.22	c cleaning 20002 clauses out of 40008 with flag 573602/812563
397.52/199.98	c cleaning 21001 clauses out of 42006 with flag 629092/834563
408.52/205.44	c cleaning 22000 clauses out of 44005 with flag 687223/857563
420.95/211.62	c cleaning 23001 clauses out of 46006 with flag 749581/881564
435.16/218.72	c cleaning 23999 clauses out of 48007 with flag 816159/906566
450.63/226.46	c cleaning 24999 clauses out of 50005 with flag 886482/932563
465.14/233.68	c cleaning 25998 clauses out of 52007 with flag 959142/959564
481.34/241.73	c cleaning 26999 clauses out of 54008 with flag 1033206/987563
499.87/250.95	c cleaning 28006 clauses out of 56011 with flag 1108709/1016565
508.99/255.41	c cleaning 0 clauses out of 11373 with flag 0/11374
518.62/260.22	c cleaning 28998 clauses out of 58003 with flag 1188458/1046563
538.73/270.29	c cleaning 29999 clauses out of 60006 with flag 1270154/1077564
562.10/281.83	c cleaning 31003 clauses out of 62008 with flag 1356657/1109565
587.29/294.37	c cleaning 32002 clauses out of 64004 with flag 1441562/1142564
612.12/306.60	c cleaning 32995 clauses out of 66001 with flag 1530935/1176563
639.73/320.30	c cleaning 34003 clauses out of 68007 with flag 1622352/1211564
669.21/334.82	c cleaning 35000 clauses out of 70003 with flag 1718729/1247563
696.26/348.21	c cleaning 35999 clauses out of 72003 with flag 1815111/1284563
725.15/362.54	c cleaning 37001 clauses out of 74004 with flag 1914952/1322563
751.04/375.33	c cleaning 37996 clauses out of 76004 with flag 2015315/1361564
780.09/389.54	c cleaning 38999 clauses out of 78007 with flag 2119302/1401563
808.96/403.82	c cleaning 40002 clauses out of 80010 with flag 2225662/1442565
836.63/417.52	c cleaning 41003 clauses out of 82007 with flag 2335934/1484564
867.77/432.85	c cleaning 41998 clauses out of 84003 with flag 2445605/1527563
902.66/450.07	c cleaning 43002 clauses out of 86006 with flag 2559264/1571564
940.27/469.56	c cleaning 44000 clauses out of 88003 with flag 2677158/1616563
977.25/487.93	c cleaning 44999 clauses out of 90003 with flag 2795534/1662563
1014.08/506.28	c cleaning 46001 clauses out of 92004 with flag 2918706/1709563
1052.02/525.17	c cleaning 46999 clauses out of 94004 with flag 3043734/1757564
1089.34/543.69	c cleaning 48001 clauses out of 96005 with flag 3169099/1806564
1117.13/557.43	c cleaning 0 clauses out of 17370 with flag 0/17371
1128.61/563.06	c cleaning 48995 clauses out of 98003 with flag 3297595/1856563
1168.46/582.86	c cleaning 50005 clauses out of 100009 with flag 3428407/1907564
1208.63/602.68	c cleaning 50999 clauses out of 102004 with flag 3562308/1959564
1253.26/624.60	c cleaning 51994 clauses out of 104005 with flag 3702161/2012564
1297.33/646.41	c cleaning 53002 clauses out of 106010 with flag 3845024/2066563
1340.60/667.83	c cleaning 54003 clauses out of 108009 with flag 3988902/2121564
1388.18/692.98	c cleaning 55000 clauses out of 110007 with flag 4134500/2177565
1434.03/715.73	c cleaning 56003 clauses out of 112005 with flag 4277853/2234563
1480.38/738.71	c cleaning 57000 clauses out of 114003 with flag 4426999/2292564
1528.99/762.81	c cleaning 58001 clauses out of 116002 with flag 4581226/2351563
1574.14/785.28	c cleaning 58998 clauses out of 118004 with flag 4740151/2411566
1629.69/812.63	c cleaning 59998 clauses out of 120004 with flag 4896890/2472564
1679.97/837.54	c cleaning 60996 clauses out of 122005 with flag 5057623/2534563
1737.14/865.86	c cleaning 62000 clauses out of 124009 with flag 5220793/2597563
1791.84/892.89	c cleaning 62999 clauses out of 126009 with flag 5384946/2661563
1800.04/896.90	c >>>>>>>>>> Solver number 0 (4 answers) <<<<<<<<<<<<<<<<<<
1800.04/896.90	c starts		: 52119
1800.04/896.90	c conflicts		: 2673118
1800.04/896.90	c decisions		: 15980854
1800.04/896.90	c propagations		: 345968982
1800.04/896.90	c inspects		: 12658993122
1800.04/896.90	c shortcuts		: 0
1800.04/896.90	c learnt literals	: 0
1800.04/896.90	c learnt binary clauses	: 0
1800.04/896.90	c learnt ternary clauses	: 0
1800.04/896.90	c learnt constraints	: 2673118
1800.04/896.90	c ignored constraints	: 0
1800.04/896.90	c root simplifications	: 0
1800.04/896.90	c removed literals (reason simplification)	: 4992199
1800.04/896.90	c reason swapping (by a shorter reason)	: 0
1800.04/896.90	c Calls to reduceDB	: 102
1800.04/896.90	c Number of update (reduction) of LBD	: 433930
1800.04/896.90	c Imported unit clauses	: 0
1800.04/896.90	c number of reductions to clauses (during analyze)	: 0
1800.04/896.90	c number of learned constraints concerned by reduction	: 0
1800.04/896.90	c number of learning phase by resolution	: 0
1800.04/896.90	c number of learning phase by cutting planes	: 0
1800.04/896.90	c speed (assignments/second)	: 458866.71246903035
1800.04/896.90	c non guided choices	0
1800.04/896.92	c learnt constraints type 
1800.04/896.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 74565
1800.04/896.93	c >>>>>>>>>> Solver number 1 (6 answers) <<<<<<<<<<<<<<<<<<
1800.04/896.93	c starts		: 61
1800.04/896.93	c conflicts		: 22279
1800.04/896.93	c decisions		: 78855
1800.04/896.93	c propagations		: 439747
1800.04/896.93	c inspects		: 704014349
1800.04/896.93	c shortcuts		: 0
1800.04/896.93	c learnt literals	: 0
1800.04/896.93	c learnt binary clauses	: 0
1800.04/896.93	c learnt ternary clauses	: 0
1800.04/896.93	c learnt constraints	: 22277
1800.04/896.93	c ignored constraints	: 0
1800.04/896.93	c root simplifications	: 0
1800.04/896.93	c removed literals (reason simplification)	: 0
1800.04/896.93	c reason swapping (by a shorter reason)	: 0
1800.04/896.93	c Calls to reduceDB	: 3
1800.04/896.93	c Number of update (reduction) of LBD	: 0
1800.04/896.93	c Imported unit clauses	: 0
1800.04/896.93	c number of reductions to clauses (during analyze)	: 0
1800.04/896.93	c number of learned constraints concerned by reduction	: 0
1800.04/896.93	c number of learning phase by resolution	: 0
1800.04/896.93	c number of learning phase by cutting planes	: 0
1800.04/896.93	c speed (assignments/second)	: 491.53898861320783
1800.04/896.93	c non guided choices	0
1800.04/896.93	c learnt constraints type 
1800.04/896.93	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 603
1800.04/896.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 21674
1800.04/896.93	s SATISFIABLE
1800.04/896.93	c Found 10 solution(s)
1800.04/896.94	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 
1800.04/896.94	c objective function=218
1800.04/896.94	c Total wall clock time (in seconds): 896.802

Verifier Data

OK	218

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-4081195-1465221285/watcher-4081195-1465221285 -o /tmp/evaluation-result-4081195-1465221285/solver-4081195-1465221285 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1465216745-25467 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4081195-1465221285.opb 

pid=28790
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.15 4.19 4.12 4/197 28793
/proc/meminfo: memFree=27644076/32872528 swapFree=11252/530428
[pid=28793] ppid=28790 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/28793/stat : 28793 (java) D 28790 28793 25451 0 -1 4202496 158 0 0 0 0 0 0 0 20 0 1 0 104060282 278528 33 33554432000 1073741824 1073778376 140733292972000 140733292969176 211449638183 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/28793/statm: 68 33 25 9 0 25 0

[startup+0.102914 s]
/proc/loadavg: 4.15 4.19 4.12 4/197 28793
/proc/meminfo: memFree=27644076/32872528 swapFree=11252/530428
[pid=28793] ppid=28790 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/28793/stat : 28793 (java) S 28790 28793 25451 0 -1 4202496 4384 0 1 0 7 1 0 0 20 0 18 0 104060282 9787879424 5482 33554432000 1073741824 1073778376 140737176845120 140737176836256 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28793/statm: 2389619 5482 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200279 s]
/proc/loadavg: 4.15 4.19 4.12 4/197 28793
/proc/meminfo: memFree=27644076/32872528 swapFree=11252/530428
[pid=28793] ppid=28790 vsize=9558476 CPUtime=0.21 cores=0,2,4,6
/proc/28793/stat : 28793 (java) S 28790 28793 25451 0 -1 4202496 4675 0 1 0 20 1 0 0 20 0 18 0 104060282 9787879424 6746 33554432000 1073741824 1073778376 140737176845120 140737176836256 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28793/statm: 2389619 6746 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 9558476

[startup+0.300315 s]
/proc/loadavg: 4.15 4.19 4.12 4/197 28793
/proc/meminfo: memFree=27644076/32872528 swapFree=11252/530428
[pid=28793] ppid=28790 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/28793/stat : 28793 (java) S 28790 28793 25451 0 -1 4202496 5304 0 1 0 42 4 0 0 20 0 19 0 104060282 10060525568 9248 33554432000 1073741824 1073778376 140737176845120 140737176836256 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28793/statm: 2456183 9248 2243 9 0 2446860 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9824732

[startup+0.700275 s]
/proc/loadavg: 4.15 4.19 4.12 4/197 28793
/proc/meminfo: memFree=27644076/32872528 swapFree=11252/530428
[pid=28793] ppid=28790 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/28793/stat : 28793 (java) S 28790 28793 25451 0 -1 4202496 5433 0 1 0 44 4 0 0 20 0 19 0 104060282 10060525568 9248 33554432000 1073741824 1073778376 140737176845120 140737176836256 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28793/statm: 2456183 9248 2243 9 0 2446860 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9824732

[startup+1.5008 s]
/proc/loadavg: 4.06 4.17 4.12 3/216 28818
/proc/meminfo: memFree=27607880/32872528 swapFree=11252/530428
[pid=28793] ppid=28790 vsize=9824732 CPUtime=0.63 cores=0,2,4,6
/proc/28793/stat : 28793 (java) S 28790 28793 25451 0 -1 4202496 6917 0 1 0 57 6 0 0 20 0 19 0 104060282 10060525568 12247 33554432000 1073741824 1073778376 140737176845120 140737176836256 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28793/statm: 2456183 12247 2247 9 0 2446860 0
[pid=28793/tid=28795] ppid=28790 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/28793/task/28795/stat : 28795 (java) S 28790 28793 25451 0 -1 4202560 2399 0 1 0 23 2 0 0 20 0 19 0 104060283 10060525568 12247 33554432000 1073741824 1073778376 140737176845120 140664664290168 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28793/tid=28796] ppid=28790 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28793/task/28796/stat : 28796 (java) S 28790 28793 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104060284 10060525568 12247 33554432000 1073741824 1073778376 140737176845120 140664625781672 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28793/tid=28797] ppid=28790 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28793/task/28797/stat : 28797 (java) S 28790 28793 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104060284 10060525568 12247 33554432000 1073741824 1073778376 140737176845120 140664624729128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28793/tid=28798] ppid=28790 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28793/task/28798/stat : 28798 (java) S 28790 28793 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104060284 10060525568 12247 33554432000 1073741824 1073778376 140737176845120 140664623676072 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28793/tid=28799] ppid=28790 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28793/task/28799/stat : 28799 (java) S 28790 28793 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104060284 10060525568 12247 33554432000 1073741824 1073778376 140737176845120 140664622623528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28793/tid=28800] ppid=28790 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28793/task/28800/stat : 28800 (java) S 28790 28793 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104060284 10060525568 12247 33554432000 1073741824 1073778376 140737176845120 140664621570472 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28793/tid=28801] ppid=28790 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28793/task/28801/stat : 28801 (java) S 28790 28793 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104060284 10060525568 12247 33554432000 1073741824 1073778376 140737176845120 140664620517928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28793/tid=28802] ppid=28790 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28793/task/28802/stat : 28802 (java) S 28790 28793 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104060284 10060525568 12247 33554432000 1073741824 1073778376 140737176845120 140664619464872 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28793/tid=28803] ppid=28790 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28793/task/28803/stat : 28803 (java) S 28790 28793 25451 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104060284 10060525568 12247 33554432000 1073741824 1073778376 140737176845120 140664618412328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28793/tid=28804] ppid=28790 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28793/task/28804/stat : 28804 (java) S 28790 28793 25451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 104060286 10060525568 12247 33554432000 1073741824 1073778376 140737176845120 140664487525224 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28793/tid=28805] ppid=28790 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28793/task/28805/stat : 28805 (java) S 28790 28793 25451 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104060286 10060525568 12247 33554432000 1073741824 1073778376 140737176845120 140664486471544 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28793/tid=28806] ppid=28790 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28793/task/28806/stat : 28806 (java) S 28790 28793 25451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104060286 10060525568 12247 33554432000 1073741824 1073778376 140737176845120 140664485418376 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28793/tid=28807] ppid=28790 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28793/task/28807/stat : 28807 (java) S 28790 28793 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104060289 10060525568 12247 33554432000 1073741824 1073778376 140737176845120 140664484367120 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28793/tid=28808] ppid=28790 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/28793/task/28808/stat : 28808 (java) S 28790 28793 25451 0 -1 4202560 2054 0 0 0 17 0 0 0 20 0 19 0 104060289 10060525568 12247 33554432000 1073741824 1073778376 140737176845120 140664483313976 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28793/tid=28809] ppid=28790 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/28793/task/28809/stat : 28809 (java) S 28790 28793 25451 0 -1 4202560 1121 0 0 0 11 0 0 0 20 0 19 0 104060289 10060525568 12247 33554432000 1073741824 1073778376 140737176845120 140664482261432 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28793/tid=28810] ppid=28790 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28793/task/28810/stat : 28810 (java) S 28790 28793 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104060289 10060525568 12247 33554432000 1073741824 1073778376 140737176845120 140664481208568 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28793/tid=28811] ppid=28790 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28793/task/28811/stat : 28811 (java) S 28790 28793 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104060289 10060525568 12247 33554432000 1073741824 1073778376 140737176845120 140664480156232 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28793/tid=28814] ppid=28790 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28793/task/28814/stat : 28814 (java) S 28790 28793 25451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104060311 10060525568 12247 33554432000 1073741824 1073778376 140737176845120 140664476996904 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 9824732

[startup+3.10076 s]
/proc/loadavg: 4.06 4.17 4.12 4/216 28824
/proc/meminfo: memFree=27593796/32872528 swapFree=11252/530428
[pid=28793] ppid=28790 vsize=9824732 CPUtime=3.54 cores=0,2,4,6
/proc/28793/stat : 28793 (java) S 28790 28793 25451 0 -1 4202496 20634 0 1 0 342 12 0 0 20 0 22 0 104060282 10060525568 39345 33554432000 1073741824 1073778376 140737176845120 140737176836256 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28793/statm: 2456183 39345 2271 9 0 2446860 0
[pid=28793/tid=28795] ppid=28790 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/28793/task/28795/stat : 28795 (java) S 28790 28793 25451 0 -1 4202560 2400 0 1 0 23 2 0 0 20 0 22 0 104060283 10060525568 39345 33554432000 1073741824 1073778376 140737176845120 140664664290168 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28793/tid=28796] ppid=28790 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28793/task/28796/stat : 28796 (java) S 28790 28793 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104060284 10060525568 39345 33554432000 1073741824 1073778376 140737176845120 140664625781672 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28793/tid=28797] ppid=28790 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28793/task/28797/stat : 28797 (java) S 28790 28793 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104060284 10060525568 39345 33554432000 1073741824 1073778376 140737176845120 140664624729128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28793/tid=28798] ppid=28790 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28793/task/28798/stat : 28798 (java) S 28790 28793 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104060284 10060525568 39345 33554432000 1073741824 1073778376 140737176845120 140664623676072 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28793/tid=28799] ppid=28790 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28793/task/28799/stat : 28799 (java) S 28790 28793 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104060284 10060525568 39345 33554432000 1073741824 1073778376 140737176845120 140664622623528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28793/tid=28800] ppid=28790 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28793/task/28800/stat : 28800 (java) S 28790 28793 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104060284 10060525568 39345 33554432000 1073741824 1073778376 140737176845120 140664621570472 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28793/tid=28801] ppid=28790 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28793/task/28801/stat : 28801 (java) S 28790 28793 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104060284 10060525568 39345 33554432000 1073741824 1073778376 140737176845120 140664620517928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28793/tid=28802] ppid=28790 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28793/task/28802/stat : 28802 (java) S 28790 28793 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104060284 10060525568 39345 33554432000 1073741824 1073778376 140737176845120 140664619464872 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28793/tid=28803] ppid=28790 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28793/task/28803/stat : 28803 (java) S 28790 28793 25451 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 104060284 10060525568 39345 33554432000 1073741824 1073778376 140737176845120 140664618412328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28793/tid=28804] ppid=28790 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28793/task/28804/stat : 28804 (java) S 28790 28793 25451 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 104060286 10060525568 39345 33554432000 1073741824 1073778376 140737176845120 140664487525224 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28793/tid=28805] ppid=28790 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28793/task/28805/stat : 28805 (java) S 28790 28793 25451 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 104060286 10060525568 39345 33554432000 1073741824 1073778376 140737176845120 140664486471544 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28793/tid=28806] ppid=28790 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28793/task/28806/stat : 28806 (java) S 28790 28793 25451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104060286 10060525568 39345 33554432000 1073741824 1073778376 140737176845120 140664485418376 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28793/tid=28807] ppid=28790 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28793/task/28807/stat : 28807 (java) S 28790 28793 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104060289 10060525568 39345 33554432000 1073741824 1073778376 140737176845120 140664484367120 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28793/tid=28808] ppid=28790 vsize=9824732 CPUtime=0.71 cores=0,2,4,6
/proc/28793/task/28808/stat : 28808 (java) R 28790 28793 25451 0 -1 4202560 5645 0 0 0 71 0 0 0 20 0 22 0 104060289 10060525568 39345 33554432000 1073741824 1073778376 140737176845120 140664483313816 211462177959 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28793/tid=28809] ppid=28790 vsize=9824732 CPUtime=0.73 cores=0,2,4,6
/proc/28793/task/28809/stat : 28809 (java) R 28790 28793 25451 0 -1 4202560 11184 0 0 0 71 2 0 0 20 0 22 0 104060289 10060525568 39345 33554432000 1073741824 1073778376 140737176845120 140664482261432 140664670432597 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28793/tid=28810] ppid=28790 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28793/task/28810/stat : 28810 (java) S 28790 28793 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104060289 10060525568 39345 33554432000 1073741824 1073778376 140737176845120 140664481208568 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28793/tid=28811] ppid=28790 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28793/task/28811/stat : 28811 (java) S 28790 28793 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104060289 10060525568 39345 33554432000 1073741824 1073778376 140737176845120 140664480156232 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28793/tid=28814] ppid=28790 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28793/task/28814/stat : 28814 (java) S 28790 28793 25451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104060311 10060525568 39345 33554432000 1073741824 1073778376 140737176845120 140664476996904 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.54
Current children cumulated vsize (KiB) 9824732

[startup+6.30074 s]
/proc/loadavg: 4.06 4.16 4.12 5/219 28827
/proc/meminfo: memFree=27419848/32872528 swapFree=11252/530428
[pid=28793] ppid=28790 vsize=9824732 CPUtime=9.57 cores=0,2,4,6
/proc/28793/stat : 28793 (java) S 28790 28793 25451 0 -1 4202496 23401 0 1 0 935 22 0 0 20 0 22 0 104060282 10060525568 57834 33554432000 1073741824 1073778376 140737176845120 140737176836256 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28793/statm: 2456183 57834 2286 9 0 2446860 0
[pid=28793/tid=28795] ppid=28790 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/28793/task/28795/stat : 28795 (java) S 28790 28793 25451 0 -1 4202560 2400 0 1 0 23 2 0 0 20 0 22 0 104060283 10060525568 57834 33554432000 1073741824 1073778376 140737176845120 140664664290168 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28793/tid=28796] ppid=28790 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/28793/task/28796/stat : 28796 (java) S 28790 28793 25451 0 -1 4202560 30 0 0 0 3 1 0 0 20 0 22 0 104060284 10060525568 57834 33554432000 1073741824 1073778376 140737176845120 140664625781672 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28793/tid=28797] ppid=28790 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/28793/task/28797/stat : 28797 (java) S 28790 28793 25451 0 -1 4202560 144 0 0 0 1 0 0 0 20 0 22 0 104060284 10060525568 57834 33554432000 1073741824 1073778376 140737176845120 140664624729128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28793/tid=28798] ppid=28790 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/28793/task/28798/stat : 28798 (java) S 28790 28793 25451 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 104060284 10060525568 57834 33554432000 1073741824 1073778376 140737176845120 140664623676072 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28793/tid=28799] ppid=28790 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/28793/task/28799/stat : 28799 (java) S 28790 28793 25451 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 104060284 10060525568 57834 33554432000 1073741824 1073778376 140737176845120 140664622623528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28793/tid=28800] ppid=28790 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/28793/task/28800/stat : 28800 (java) S 28790 28793 25451 0 -1 4202560 130 0 0 0 1 0 0 0 20 0 22 0 104060284 10060525568 57834 33554432000 1073741824 1073778376 140737176845120 140664621570472 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28793/tid=28801] ppid=28790 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/28793/task/28801/stat : 28801 (java) S 28790 28793 25451 0 -1 4202560 28 0 0 0 1 0 0 0 20 0 22 0 104060284 10060525568 57834 33554432000 1073741824 1073778376 140737176845120 140664620517928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28793/tid=28802] ppid=28790 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/28793/task/28802/stat : 28802 (java) S 28790 28793 25451 0 -1 4202560 135 0 0 0 3 0 0 0 20 0 22 0 104060284 10060525568 57834 33554432000 1073741824 1073778376 140737176845120 140664619464872 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28793/tid=28803] ppid=28790 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/28793/task/28803/stat : 28803 (java) S 28790 28793 25451 0 -1 4202560 117 0 0 0 1 0 0 0 20 0 22 0 104060284 10060525568 57834 33554432000 1073741824 1073778376 140737176845120 140664618412328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28793/tid=28804] ppid=28790 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28793/task/28804/stat : 28804 (java) R 28790 28793 25451 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 104060286 10060525568 57834 33554432000 1073741824 1073778376 140737176845120 140664487525384 211458755719 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28793/tid=28805] ppid=28790 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28793/task/28805/stat : 28805 (java) S 28790 28793 25451 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104060286 10060525568 57834 33554432000 1073741824 1073778376 140737176845120 140664486471544 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28793/tid=28806] ppid=28790 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28793/task/28806/stat : 28806 (java) S 28790 28793 25451 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104060286 10060525568 57834 33554432000 1073741824 1073778376 140737176845120 140664485418376 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28793/tid=28807] ppid=28790 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28793/task/28807/stat : 28807 (java) S 28790 28793 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104060289 10060525568 57834 33554432000 1073741824 1073778376 140737176845120 140664484367120 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28793/tid=28808] ppid=28790 vsize=9824732 CPUtime=1.06 cores=0,2,4,6
/proc/28793/task/28808/stat : 28808 (java) S 28790 28793 25451 0 -1 4202560 5651 0 0 0 106 0 0 0 20 0 22 0 104060289 10060525568 57834 33554432000 1073741824 1073778376 140737176845120 140664483313976 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28793/tid=28809] ppid=28790 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/28793/task/28809/stat : 28809 (java) S 28790 28793 25451 0 -1 4202560 13236 0 0 0 99 3 0 0 20 0 22 0 104060289 10060525568 57834 33554432000 1073741824 1073778376 140737176845120 140664482253400 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28793/tid=28810] ppid=28790 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28793/task/28810/stat : 28810 (java) S 28790 28793 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104060289 10060525568 57834 33554432000 1073741824 1073778376 140737176845120 140664481208568 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28793/tid=28811] ppid=28790 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28793/task/28811/stat : 28811 (java) S 28790 28793 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104060289 10060525568 57834 33554432000 1073741824 1073778376 140737176845120 140664480156232 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28793/tid=28827] ppid=28790 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28793/task/28827/stat : 28827 (java) S 28790 28793 25451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 104060512 10060525568 57834 33554432000 1073741824 1073778376 140737176845120 140664478049192 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 9.57
Current children cumulated vsize (KiB) 9824732


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

[pid=28793/tid=28803] ppid=28790 vsize=9824732 CPUtime=4.43 cores=0,2,4,6
/proc/28793/task/28803/stat : 28803 (java) S 28790 28793 25451 0 -1 4202560 2156 0 0 0 423 20 0 0 20 0 22 0 104060284 10060525568 987680 33554432000 1073741824 1073778376 140737176845120 140664618412328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28793/tid=28804] ppid=28790 vsize=9824732 CPUtime=6.77 cores=0,2,4,6
/proc/28793/task/28804/stat : 28804 (java) S 28790 28793 25451 0 -1 4202560 2677 0 0 0 668 9 0 0 20 0 22 0 104060286 10060525568 987680 33554432000 1073741824 1073778376 140737176845120 140664487525224 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28793/tid=28805] ppid=28790 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28793/task/28805/stat : 28805 (java) S 28790 28793 25451 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104060286 10060525568 987680 33554432000 1073741824 1073778376 140737176845120 140664486471544 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28793/tid=28806] ppid=28790 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28793/task/28806/stat : 28806 (java) S 28790 28793 25451 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 104060286 10060525568 987680 33554432000 1073741824 1073778376 140737176845120 140664485418376 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28793/tid=28807] ppid=28790 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28793/task/28807/stat : 28807 (java) S 28790 28793 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104060289 10060525568 987680 33554432000 1073741824 1073778376 140737176845120 140664484367120 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28793/tid=28808] ppid=28790 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/28793/task/28808/stat : 28808 (java) S 28790 28793 25451 0 -1 4202560 5656 0 0 0 120 0 0 0 20 0 22 0 104060289 10060525568 987680 33554432000 1073741824 1073778376 140737176845120 140664483313976 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28793/tid=28809] ppid=28790 vsize=9824732 CPUtime=1.9 cores=0,2,4,6
/proc/28793/task/28809/stat : 28809 (java) S 28790 28793 25451 0 -1 4202560 18082 0 0 0 187 3 0 0 20 0 22 0 104060289 10060525568 987680 33554432000 1073741824 1073778376 140737176845120 140664482261432 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28793/tid=28810] ppid=28790 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28793/task/28810/stat : 28810 (java) S 28790 28793 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104060289 10060525568 987680 33554432000 1073741824 1073778376 140737176845120 140664481208568 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28793/tid=28811] ppid=28790 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/28793/task/28811/stat : 28811 (java) S 28790 28793 25451 0 -1 4202560 51 0 0 0 15 16 0 0 20 0 22 0 104060289 10060525568 987680 33554432000 1073741824 1073778376 140737176845120 140664480156232 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28793/tid=28827] ppid=28790 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28793/task/28827/stat : 28827 (java) S 28790 28793 25451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 104060512 10060525568 987680 33554432000 1073741824 1073778376 140737176845120 140664478049192 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28793/tid=28845] ppid=28790 vsize=9824732 CPUtime=723.97 cores=0,2,4,6
/proc/28793/task/28845/stat : 28845 (java) R 28790 28793 25451 0 -1 4202560 17 0 0 0 72384 13 0 0 20 0 22 0 104074576 10060525568 987680 33554432000 1073741824 1073778376 140737176845120 140664476994928 140664491335968 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28793/tid=28846] ppid=28790 vsize=9824732 CPUtime=724.05 cores=0,2,4,6
/proc/28793/task/28846/stat : 28846 (java) R 28790 28793 25451 0 -1 4202560 69 0 0 0 72394 11 0 0 20 0 22 0 104074576 10060525568 987680 33554432000 1073741824 1073778376 140737176845120 140664479102136 140664491236536 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28793/tid=28847] ppid=28790 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28793/task/28847/stat : 28847 (java) S 28790 28793 25451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 104074576 10060525568 987680 33554432000 1073741824 1073778376 140737176845120 140664475944616 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1770.13
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.901 s]
/proc/loadavg: 4.54 4.34 4.18 5/218 28976
/proc/meminfo: memFree=24040844/32872528 swapFree=11252/530428
[pid=28793] ppid=28790 vsize=9824732 CPUtime=1799.54 cores=0,2,4,6
/proc/28793/stat : 28793 (java) S 28790 28793 25451 0 -1 4202496 42998 0 1 0 179708 246 0 0 20 0 22 0 104060282 10060525568 987714 33554432000 1073741824 1073778376 140737176845120 140737176836256 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28793/statm: 2456183 987714 2294 9 0 2446860 0
[pid=28793/tid=28795] ppid=28790 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/28793/task/28795/stat : 28795 (java) S 28790 28793 25451 0 -1 4202560 2410 0 1 0 27 3 0 0 20 0 22 0 104060283 10060525568 987714 33554432000 1073741824 1073778376 140737176845120 140664664290168 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28793/tid=28796] ppid=28790 vsize=9824732 CPUtime=4.43 cores=0,2,4,6
/proc/28793/task/28796/stat : 28796 (java) S 28790 28793 25451 0 -1 4202560 935 0 0 0 423 20 0 0 20 0 22 0 104060284 10060525568 987714 33554432000 1073741824 1073778376 140737176845120 140664625781672 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28793/tid=28797] ppid=28790 vsize=9824732 CPUtime=4.58 cores=0,2,4,6
/proc/28793/task/28797/stat : 28797 (java) S 28790 28793 25451 0 -1 4202560 1738 0 0 0 441 17 0 0 20 0 22 0 104060284 10060525568 987714 33554432000 1073741824 1073778376 140737176845120 140664624729128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28793/tid=28798] ppid=28790 vsize=9824732 CPUtime=4.59 cores=0,2,4,6
/proc/28793/task/28798/stat : 28798 (java) S 28790 28793 25451 0 -1 4202560 1341 0 0 0 437 22 0 0 20 0 22 0 104060284 10060525568 987714 33554432000 1073741824 1073778376 140737176845120 140664623676072 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28793/tid=28799] ppid=28790 vsize=9824732 CPUtime=4.07 cores=0,2,4,6
/proc/28793/task/28799/stat : 28799 (java) S 28790 28793 25451 0 -1 4202560 806 0 0 0 389 18 0 0 20 0 22 0 104060284 10060525568 987714 33554432000 1073741824 1073778376 140737176845120 140664622623528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28793/tid=28800] ppid=28790 vsize=9824732 CPUtime=4.42 cores=0,2,4,6
/proc/28793/task/28800/stat : 28800 (java) S 28790 28793 25451 0 -1 4202560 1475 0 0 0 422 20 0 0 20 0 22 0 104060284 10060525568 987714 33554432000 1073741824 1073778376 140737176845120 140664621570472 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28793/tid=28801] ppid=28790 vsize=9824732 CPUtime=4.21 cores=0,2,4,6
/proc/28793/task/28801/stat : 28801 (java) S 28790 28793 25451 0 -1 4202560 1355 0 0 0 398 23 0 0 20 0 22 0 104060284 10060525568 987714 33554432000 1073741824 1073778376 140737176845120 140664620517928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28793/tid=28802] ppid=28790 vsize=9824732 CPUtime=3.79 cores=0,2,4,6
/proc/28793/task/28802/stat : 28802 (java) S 28790 28793 25451 0 -1 4202560 1417 0 0 0 361 18 0 0 20 0 22 0 104060284 10060525568 987714 33554432000 1073741824 1073778376 140737176845120 140664619464872 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28793/tid=28803] ppid=28790 vsize=9824732 CPUtime=4.47 cores=0,2,4,6
/proc/28793/task/28803/stat : 28803 (java) S 28790 28793 25451 0 -1 4202560 2156 0 0 0 427 20 0 0 20 0 22 0 104060284 10060525568 987714 33554432000 1073741824 1073778376 140737176845120 140664618412328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28793/tid=28804] ppid=28790 vsize=9824732 CPUtime=6.77 cores=0,2,4,6
/proc/28793/task/28804/stat : 28804 (java) S 28790 28793 25451 0 -1 4202560 2695 0 0 0 668 9 0 0 20 0 22 0 104060286 10060525568 987714 33554432000 1073741824 1073778376 140737176845120 140664487525224 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28793/tid=28805] ppid=28790 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28793/task/28805/stat : 28805 (java) S 28790 28793 25451 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104060286 10060525568 987714 33554432000 1073741824 1073778376 140737176845120 140664486471544 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28793/tid=28806] ppid=28790 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28793/task/28806/stat : 28806 (java) S 28790 28793 25451 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 104060286 10060525568 987714 33554432000 1073741824 1073778376 140737176845120 140664485418376 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28793/tid=28807] ppid=28790 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28793/task/28807/stat : 28807 (java) S 28790 28793 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104060289 10060525568 987714 33554432000 1073741824 1073778376 140737176845120 140664484367120 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28793/tid=28808] ppid=28790 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/28793/task/28808/stat : 28808 (java) S 28790 28793 25451 0 -1 4202560 5656 0 0 0 120 0 0 0 20 0 22 0 104060289 10060525568 987714 33554432000 1073741824 1073778376 140737176845120 140664483313976 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28793/tid=28809] ppid=28790 vsize=9824732 CPUtime=1.9 cores=0,2,4,6
/proc/28793/task/28809/stat : 28809 (java) S 28790 28793 25451 0 -1 4202560 18082 0 0 0 187 3 0 0 20 0 22 0 104060289 10060525568 987714 33554432000 1073741824 1073778376 140737176845120 140664482261432 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28793/tid=28810] ppid=28790 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28793/task/28810/stat : 28810 (java) S 28790 28793 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104060289 10060525568 987714 33554432000 1073741824 1073778376 140737176845120 140664481208568 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28793/tid=28811] ppid=28790 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/28793/task/28811/stat : 28811 (java) S 28790 28793 25451 0 -1 4202560 51 0 0 0 15 17 0 0 20 0 22 0 104060289 10060525568 987714 33554432000 1073741824 1073778376 140737176845120 140664480156232 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28793/tid=28827] ppid=28790 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28793/task/28827/stat : 28827 (java) S 28790 28793 25451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 104060512 10060525568 987714 33554432000 1073741824 1073778376 140737176845120 140664478049192 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28793/tid=28845] ppid=28790 vsize=9824732 CPUtime=738.41 cores=0,2,4,6
/proc/28793/task/28845/stat : 28845 (java) R 28790 28793 25451 0 -1 4202560 18 0 0 0 73828 13 0 0 20 0 22 0 104074576 10060525568 987714 33554432000 1073741824 1073778376 140737176845120 140664476987216 140664491254099 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28793/tid=28846] ppid=28790 vsize=9824732 CPUtime=738.5 cores=0,2,4,6
/proc/28793/task/28846/stat : 28846 (java) R 28790 28793 25451 0 -1 4202560 69 0 0 0 73839 11 0 0 20 0 22 0 104074576 10060525568 987714 33554432000 1073741824 1073778376 140737176845120 140664479099792 140664491236536 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28793/tid=28847] ppid=28790 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28793/task/28847/stat : 28847 (java) S 28790 28793 25451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 104074576 10060525568 987714 33554432000 1073741824 1073778376 140737176845120 140664475944616 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1799.54
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 28793 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+896.901 s]
/proc/loadavg: 4.54 4.34 4.18 5/218 28976
/proc/meminfo: memFree=24040844/32872528 swapFree=11252/530428
[pid=28793] ppid=28790 vsize=9824732 CPUtime=1799.54 cores=0,2,4,6
/proc/28793/stat : 28793 (java) S 28790 28793 25451 0 -1 4202496 42998 0 1 0 179708 246 0 0 20 0 22 0 104060282 10060525568 987714 33554432000 1073741824 1073778376 140737176845120 140737176836256 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28793/statm: 2456183 987714 2294 9 0 2446860 0
[pid=28793/tid=28795] ppid=28790 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/28793/task/28795/stat : 28795 (java) S 28790 28793 25451 0 -1 4202560 2410 0 1 0 27 3 0 0 20 0 22 0 104060283 10060525568 987714 33554432000 1073741824 1073778376 140737176845120 140664664290168 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28793/tid=28796] ppid=28790 vsize=9824732 CPUtime=4.43 cores=0,2,4,6
/proc/28793/task/28796/stat : 28796 (java) S 28790 28793 25451 0 -1 4202560 935 0 0 0 423 20 0 0 20 0 22 0 104060284 10060525568 987714 33554432000 1073741824 1073778376 140737176845120 140664625781672 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28793/tid=28797] ppid=28790 vsize=9824732 CPUtime=4.58 cores=0,2,4,6
/proc/28793/task/28797/stat : 28797 (java) S 28790 28793 25451 0 -1 4202560 1738 0 0 0 441 17 0 0 20 0 22 0 104060284 10060525568 987714 33554432000 1073741824 1073778376 140737176845120 140664624729128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28793/tid=28798] ppid=28790 vsize=9824732 CPUtime=4.59 cores=0,2,4,6
/proc/28793/task/28798/stat : 28798 (java) S 28790 28793 25451 0 -1 4202560 1341 0 0 0 437 22 0 0 20 0 22 0 104060284 10060525568 987714 33554432000 1073741824 1073778376 140737176845120 140664623676072 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28793/tid=28799] ppid=28790 vsize=9824732 CPUtime=4.07 cores=0,2,4,6
/proc/28793/task/28799/stat : 28799 (java) S 28790 28793 25451 0 -1 4202560 806 0 0 0 389 18 0 0 20 0 22 0 104060284 10060525568 987714 33554432000 1073741824 1073778376 140737176845120 140664622623528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28793/tid=28800] ppid=28790 vsize=9824732 CPUtime=4.42 cores=0,2,4,6
/proc/28793/task/28800/stat : 28800 (java) S 28790 28793 25451 0 -1 4202560 1475 0 0 0 422 20 0 0 20 0 22 0 104060284 10060525568 987714 33554432000 1073741824 1073778376 140737176845120 140664621570472 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28793/tid=28801] ppid=28790 vsize=9824732 CPUtime=4.21 cores=0,2,4,6
/proc/28793/task/28801/stat : 28801 (java) S 28790 28793 25451 0 -1 4202560 1355 0 0 0 398 23 0 0 20 0 22 0 104060284 10060525568 987714 33554432000 1073741824 1073778376 140737176845120 140664620517928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28793/tid=28802] ppid=28790 vsize=9824732 CPUtime=3.79 cores=0,2,4,6
/proc/28793/task/28802/stat : 28802 (java) S 28790 28793 25451 0 -1 4202560 1417 0 0 0 361 18 0 0 20 0 22 0 104060284 10060525568 987714 33554432000 1073741824 1073778376 140737176845120 140664619464872 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28793/tid=28803] ppid=28790 vsize=9824732 CPUtime=4.47 cores=0,2,4,6
/proc/28793/task/28803/stat : 28803 (java) S 28790 28793 25451 0 -1 4202560 2156 0 0 0 427 20 0 0 20 0 22 0 104060284 10060525568 987714 33554432000 1073741824 1073778376 140737176845120 140664618412328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28793/tid=28804] ppid=28790 vsize=9824732 CPUtime=6.77 cores=0,2,4,6
/proc/28793/task/28804/stat : 28804 (java) S 28790 28793 25451 0 -1 4202560 2695 0 0 0 668 9 0 0 20 0 22 0 104060286 10060525568 987714 33554432000 1073741824 1073778376 140737176845120 140664487525224 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28793/tid=28805] ppid=28790 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28793/task/28805/stat : 28805 (java) S 28790 28793 25451 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104060286 10060525568 987714 33554432000 1073741824 1073778376 140737176845120 140664486471544 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28793/tid=28806] ppid=28790 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28793/task/28806/stat : 28806 (java) S 28790 28793 25451 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 104060286 10060525568 987714 33554432000 1073741824 1073778376 140737176845120 140664485418376 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28793/tid=28807] ppid=28790 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28793/task/28807/stat : 28807 (java) S 28790 28793 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104060289 10060525568 987714 33554432000 1073741824 1073778376 140737176845120 140664484367120 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28793/tid=28808] ppid=28790 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/28793/task/28808/stat : 28808 (java) S 28790 28793 25451 0 -1 4202560 5656 0 0 0 120 0 0 0 20 0 22 0 104060289 10060525568 987714 33554432000 1073741824 1073778376 140737176845120 140664483313976 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28793/tid=28809] ppid=28790 vsize=9824732 CPUtime=1.9 cores=0,2,4,6
/proc/28793/task/28809/stat : 28809 (java) S 28790 28793 25451 0 -1 4202560 18082 0 0 0 187 3 0 0 20 0 22 0 104060289 10060525568 987714 33554432000 1073741824 1073778376 140737176845120 140664482261432 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28793/tid=28810] ppid=28790 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28793/task/28810/stat : 28810 (java) S 28790 28793 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104060289 10060525568 987714 33554432000 1073741824 1073778376 140737176845120 140664481208568 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28793/tid=28811] ppid=28790 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/28793/task/28811/stat : 28811 (java) S 28790 28793 25451 0 -1 4202560 51 0 0 0 15 17 0 0 20 0 22 0 104060289 10060525568 987714 33554432000 1073741824 1073778376 140737176845120 140664480156232 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28793/tid=28827] ppid=28790 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28793/task/28827/stat : 28827 (java) S 28790 28793 25451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 104060512 10060525568 987714 33554432000 1073741824 1073778376 140737176845120 140664478049192 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28793/tid=28845] ppid=28790 vsize=9824732 CPUtime=738.41 cores=0,2,4,6
/proc/28793/task/28845/stat : 28845 (java) R 28790 28793 25451 0 -1 4202560 18 0 0 0 73828 13 0 0 20 0 22 0 104074576 10060525568 987714 33554432000 1073741824 1073778376 140737176845120 140664476987216 140664491254099 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28793/tid=28846] ppid=28790 vsize=9824732 CPUtime=738.5 cores=0,2,4,6
/proc/28793/task/28846/stat : 28846 (java) R 28790 28793 25451 0 -1 4202560 69 0 0 0 73839 11 0 0 20 0 22 0 104074576 10060525568 987714 33554432000 1073741824 1073778376 140737176845120 140664479099792 140664491236536 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28793/tid=28847] ppid=28790 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28793/task/28847/stat : 28847 (java) S 28790 28793 25451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 104074576 10060525568 987714 33554432000 1073741824 1073778376 140737176845120 140664475944616 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1799.54
Current children cumulated vsize (KiB) 9824732

Child status: 143

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


# 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): 0.5
#  lost CPU user time (s): 0.529999
#  lost CPU system time (s): -0.03

Real time (s): 896.967
CPU time (s): 1800.04
CPU user time (s): 1797.61
CPU system time (s): 2.43
CPU usage (%): 200.681
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.36
system time used= 2.85057
maximum resident set size= 3953204
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43041
page faults= 1
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24133
involuntary context switches= 28727

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.67214 second user time and 7.45487 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-06 15:54:45
IDJOB=4081195
IDBENCH=1951
IDSOLVER=2543
FILE ID=node141/4081195-1465221285
RUNJOBID= node141-1465216745-25467
PBS_JOBID= 19843201
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/domset/normalized-domset_v500_e2000_w30_mw19_15.opb.PB06.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4081195-1465221285/watcher-4081195-1465221285 -o /tmp/evaluation-result-4081195-1465221285/solver-4081195-1465221285 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1465216745-25467 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4081195-1465221285.opb

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

MD5SUM BENCH= 9cfc9eabeae08d1064da7d7b87db93a4
RANDOM SEED=712533304

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.876
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.876
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.876
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.56
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.876
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.876
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.876
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:        27644720 kB
Buffers:            8320 kB
Cached:            45212 kB
SwapCached:         1788 kB
Active:          3959068 kB
Inactive:          33752 kB
Active(anon):    3939112 kB
Inactive(anon):     2404 kB
Active(file):      19956 kB
Inactive(file):    31348 kB
Unevictable:      530428 kB
Mlocked:           11252 kB
SwapTotal:      67108856 kB
SwapFree:       67098100 kB
Dirty:               568 kB
Writeback:             0 kB
AnonPages:       4468832 kB
Mapped:            15380 kB
Shmem:                 0 kB
Slab:             566384 kB
SReclaimable:       9812 kB
SUnreclaim:       556572 kB
KernelStack:        1600 kB
PageTables:        13004 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5178592 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4390912 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= 71748 MiB
End job on node141 at 2016-06-06 16:09:42