Trace number 4081199

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)212 1800.7 894.471

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_19.opb.PB06.opb
MD5SUM80b0f13939656efa52b7dd958ee28431
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark204
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 180
Optimality of the best value was proved NO
Number of variables467
Total number of constraints466
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 constraints466
Minimum length of a constraint3
Maximum length of a constraint15
Number of terms in the objective function 467
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 467
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 467
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.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.10	c version PB16.v20160501
0.00/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.10	c java.vm.version	19.1-b02
0.00/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.13	c Pseudo Boolean Optimization by upper bound
0.09/0.13	c ManyCore solver with 2 solvers running in parallel
0.09/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.13	c Expensive reason simplification
0.09/0.13	c Glucose 2.1 dynamic restart strategy
0.09/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.13	c No reason simplification
0.09/0.13	c Armin Biere (Picosat) restarts strategy
0.09/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c solving HOME/instance-4081199-1465221720.opb
0.09/0.13	c reading problem ... 
0.09/0.13	c  objective function found
0.23/0.26	c ... done. Wall clock time 0.135s.
0.23/0.26	c declared #vars     467
0.23/0.26	c #constraints  466
0.23/0.27	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.23/0.27	c constraints type 
0.23/0.27	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 466
0.23/0.27	c 466 constraints processed.
0.23/0.27	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.23/0.27	c constraints type 
0.23/0.27	c org.sat4j.pb.constraints.pb.MaxWatchPb => 466
0.23/0.27	c 466 constraints processed.
0.23/0.27	c objective function length is 467 literals
0.23/0.28	c And the winner is solver0
0.51/0.77	c SATISFIABLE
0.51/0.77	c OPTIMIZING...
0.51/0.77	c Got one! Elapsed wall clock time (in seconds):0.641
0.51/0.77	o 223
0.62/0.86	c And the winner is solver0
0.97/1.27	c Got one! Elapsed wall clock time (in seconds):1.146
0.97/1.27	o 222
1.84/1.56	c And the winner is solver0
2.22/1.77	c Got one! Elapsed wall clock time (in seconds):1.649
2.22/1.77	o 221
3.33/2.17	c cleaning 3004 clauses out of 6016 with flag 6365/6016
4.96/2.63	c cleaning 4500 clauses out of 9012 with flag 18974/12016
5.96/3.09	c cleaning 5749 clauses out of 11511 with flag 33608/19015
7.64/3.71	c cleaning 6876 clauses out of 13764 with flag 50308/27017
8.88/4.38	c cleaning 7936 clauses out of 15886 with flag 69091/36015
10.10/5.00	c And the winner is solver1
10.32/5.28	c Got one! Elapsed wall clock time (in seconds):5.151
10.32/5.28	o 219
11.85/6.08	c cleaning 10923 clauses out of 21863 with flag 12299/49928
14.00/7.06	c cleaning 8460 clauses out of 16941 with flag 27142/55929
16.68/8.35	c cleaning 7726 clauses out of 15481 with flag 45122/62929
19.69/9.81	c cleaning 7873 clauses out of 15756 with flag 65662/70930
20.15/10.08	c And the winner is solver1
20.35/10.28	c Got one! Elapsed wall clock time (in seconds):10.154
20.35/10.28	o 217
21.61/10.90	c cleaning 6582 clauses out of 13180 with flag 9827/76227
23.61/11.96	c cleaning 6292 clauses out of 12596 with flag 24614/82225
26.31/13.25	c cleaning 6649 clauses out of 13305 with flag 42117/89226
29.30/14.77	c cleaning 7326 clauses out of 14655 with flag 62055/97225
32.71/16.42	c cleaning 8159 clauses out of 16330 with flag 84292/106226
36.86/18.42	c cleaning 9081 clauses out of 18170 with flag 109744/116225
41.06/20.52	c cleaning 10042 clauses out of 20090 with flag 137824/127226
46.06/23.05	c cleaning 11018 clauses out of 22048 with flag 169606/139226
52.03/25.98	c cleaning 12013 clauses out of 24029 with flag 204941/152225
58.43/29.17	c cleaning 13004 clauses out of 26016 with flag 240443/166225
66.25/33.03	c cleaning 14006 clauses out of 28015 with flag 280135/181228
69.07/34.36	c And the winner is solver1
69.07/34.39	c Got one! Elapsed wall clock time (in seconds):34.266
69.07/34.39	o 213
71.03/35.35	c cleaning 12257 clauses out of 24513 with flag 12408/191732
73.23/36.45	c cleaning 9129 clauses out of 18258 with flag 27349/197734
75.82/37.78	c cleaning 8063 clauses out of 16127 with flag 44962/204732
79.22/39.42	c cleaning 8029 clauses out of 16064 with flag 65225/212732
83.02/41.33	c cleaning 8516 clauses out of 17035 with flag 88308/221732
87.87/43.63	c cleaning 9260 clauses out of 18520 with flag 115603/231733
92.47/45.96	c cleaning 10125 clauses out of 20259 with flag 145544/242732
97.87/48.68	c cleaning 11066 clauses out of 22135 with flag 176684/254733
104.09/51.79	c cleaning 12034 clauses out of 24068 with flag 208938/267732
111.34/55.25	c cleaning 13018 clauses out of 26035 with flag 243740/281733
118.93/59.07	c cleaning 14006 clauses out of 28016 with flag 282789/296732
127.33/63.28	c cleaning 15003 clauses out of 30010 with flag 326062/312732
137.17/68.49	c cleaning 16001 clauses out of 32007 with flag 371293/329732
147.37/73.59	c cleaning 16999 clauses out of 34006 with flag 417176/347732
157.44/78.57	c cleaning 18003 clauses out of 36008 with flag 466569/366733
168.44/84.03	c cleaning 19001 clauses out of 38004 with flag 519627/386732
180.36/89.93	c cleaning 19999 clauses out of 40004 with flag 574586/407733
181.56/90.54	c cleaning 0 clauses out of 6252 with flag 0/6252
193.96/96.54	c cleaning 21002 clauses out of 42005 with flag 635502/429733
207.90/103.41	c cleaning 22000 clauses out of 44004 with flag 697513/452734
222.80/110.85	c cleaning 22999 clauses out of 46002 with flag 761845/476732
238.77/118.75	c cleaning 23997 clauses out of 48003 with flag 829190/501732
255.76/127.22	c cleaning 24997 clauses out of 50006 with flag 898294/527732
273.18/135.82	c cleaning 26001 clauses out of 52010 with flag 971800/554733
291.98/145.20	c cleaning 27000 clauses out of 54008 with flag 1047678/582732
310.88/154.45	c cleaning 27999 clauses out of 56009 with flag 1126044/611733
330.55/164.18	c cleaning 29004 clauses out of 58010 with flag 1204633/641733
351.07/174.86	c cleaning 30001 clauses out of 60006 with flag 1288544/672733
372.34/185.40	c cleaning 31001 clauses out of 62005 with flag 1375900/704733
396.22/197.35	c cleaning 31999 clauses out of 64005 with flag 1463186/737734
419.36/208.80	c cleaning 33003 clauses out of 66005 with flag 1554397/771733
444.18/221.19	c cleaning 33996 clauses out of 68004 with flag 1643283/806735
468.90/233.40	c cleaning 34999 clauses out of 70005 with flag 1735045/842732
493.67/245.78	c cleaning 35996 clauses out of 72009 with flag 1836909/879735
518.08/257.90	c cleaning 37003 clauses out of 74010 with flag 1942083/917732
550.32/273.72	c cleaning 37999 clauses out of 76007 with flag 2040333/956732
578.18/287.52	c cleaning 39000 clauses out of 78008 with flag 2141605/996732
608.46/302.51	c cleaning 40003 clauses out of 80009 with flag 2243293/1037733
618.10/307.23	c cleaning 0 clauses out of 12251 with flag 0/12251
640.03/318.09	c cleaning 40996 clauses out of 82005 with flag 2348462/1079732
675.98/335.73	c cleaning 42001 clauses out of 84010 with flag 2454230/1122733
710.23/352.66	c cleaning 43004 clauses out of 86008 with flag 2562971/1166732
743.20/369.07	c cleaning 44000 clauses out of 88004 with flag 2673502/1211732
779.31/386.91	c cleaning 45001 clauses out of 90004 with flag 2786305/1257732
808.98/401.65	c And the winner is solver1
809.20/401.71	c Got one! Elapsed wall clock time (in seconds):401.58
809.20/401.71	o 212
814.41/404.39	c cleaning 44923 clauses out of 89852 with flag 12443/1302581
818.21/406.30	c cleaning 25465 clauses out of 50929 with flag 28014/1308581
821.61/407.95	c cleaning 16226 clauses out of 32464 with flag 46048/1315581
825.41/409.86	c cleaning 12116 clauses out of 24238 with flag 66073/1323581
829.73/411.94	c cleaning 10561 clauses out of 21122 with flag 89457/1332581
834.13/414.17	c cleaning 10278 clauses out of 20561 with flag 115949/1342581
838.73/416.48	c cleaning 10634 clauses out of 21283 with flag 144716/1353581
844.53/419.30	c cleaning 11319 clauses out of 22649 with flag 175698/1365581
850.85/422.48	c cleaning 12166 clauses out of 24331 with flag 209602/1378582
857.45/425.73	c cleaning 13079 clauses out of 26164 with flag 246738/1392581
864.43/429.24	c cleaning 14042 clauses out of 28085 with flag 285535/1407581
872.57/433.22	c cleaning 15018 clauses out of 30044 with flag 326976/1423582
881.17/437.50	c cleaning 16009 clauses out of 32025 with flag 371608/1440581
890.36/442.03	c cleaning 17006 clauses out of 34017 with flag 417358/1458582
899.36/446.60	c cleaning 18004 clauses out of 36011 with flag 468165/1477582
909.59/451.53	c cleaning 19003 clauses out of 38008 with flag 522462/1497583
919.99/456.75	c cleaning 20002 clauses out of 40005 with flag 577956/1518583
932.20/462.74	c cleaning 21000 clauses out of 42001 with flag 635081/1540581
944.60/468.94	c cleaning 21995 clauses out of 44001 with flag 693342/1563581
959.65/476.36	c cleaning 23003 clauses out of 46009 with flag 754798/1587584
974.48/483.60	c cleaning 23997 clauses out of 48003 with flag 819436/1612581
990.34/491.42	c cleaning 25001 clauses out of 50007 with flag 886853/1638582
1005.14/498.89	c cleaning 26002 clauses out of 52005 with flag 958110/1665581
1022.57/507.43	c cleaning 27002 clauses out of 54004 with flag 1033976/1693582
1043.91/518.93	c cleaning 27997 clauses out of 56001 with flag 1112113/1722581
1064.20/529.06	c cleaning 28999 clauses out of 58004 with flag 1196719/1752581
1084.91/539.36	c cleaning 30002 clauses out of 60005 with flag 1283263/1783581
1104.19/548.98	c cleaning 30997 clauses out of 62003 with flag 1366608/1815581
1123.48/558.52	c cleaning 32003 clauses out of 64007 with flag 1457912/1848582
1142.81/568.10	c cleaning 33000 clauses out of 66003 with flag 1554155/1882581
1162.94/578.13	c cleaning 34000 clauses out of 68003 with flag 1646391/1917581
1185.68/589.41	c cleaning 35002 clauses out of 70003 with flag 1739153/1953581
1208.82/600.95	c cleaning 35998 clauses out of 72001 with flag 1834020/1990581
1233.99/613.40	c cleaning 36999 clauses out of 74003 with flag 1933145/2028581
1255.76/624.25	c cleaning 38001 clauses out of 76004 with flag 2041204/2067581
1278.78/635.68	c cleaning 38998 clauses out of 78003 with flag 2147522/2107581
1308.40/650.32	c cleaning 40001 clauses out of 80005 with flag 2254604/2148581
1338.43/665.28	c cleaning 41001 clauses out of 82004 with flag 2367234/2190581
1366.06/678.96	c cleaning 42002 clauses out of 84004 with flag 2486393/2233582
1394.66/693.25	c cleaning 43002 clauses out of 86003 with flag 2604770/2277583
1426.06/708.97	c cleaning 43992 clauses out of 87999 with flag 2722271/2322581
1463.52/727.53	c cleaning 45002 clauses out of 90009 with flag 2843818/2368583
1499.01/745.16	c cleaning 46002 clauses out of 92006 with flag 2966141/2415582
1538.07/764.59	c cleaning 47000 clauses out of 94003 with flag 3089032/2463581
1579.95/785.28	c cleaning 48001 clauses out of 96003 with flag 3218919/2512581
1618.84/804.47	c cleaning 48996 clauses out of 98002 with flag 3351115/2562581
1659.08/824.46	c cleaning 50003 clauses out of 100009 with flag 3487858/2613584
1701.39/845.39	c cleaning 50998 clauses out of 102003 with flag 3625249/2665581
1742.88/865.95	c cleaning 52000 clauses out of 104005 with flag 3765462/2718581
1782.47/885.78	c cleaning 52995 clauses out of 106005 with flag 3905623/2772581
1800.15/894.41	c >>>>>>>>>> Solver number 0 (3 answers) <<<<<<<<<<<<<<<<<<
1800.15/894.41	c starts		: 47238
1800.15/894.41	c conflicts		: 2801925
1800.15/894.41	c decisions		: 15072199
1800.15/894.41	c propagations		: 363103573
1800.15/894.41	c inspects		: 11886998587
1800.15/894.41	c shortcuts		: 0
1800.15/894.41	c learnt literals	: 0
1800.15/894.41	c learnt binary clauses	: 0
1800.15/894.41	c learnt ternary clauses	: 0
1800.15/894.41	c learnt constraints	: 2801925
1800.15/894.41	c ignored constraints	: 0
1800.15/894.41	c root simplifications	: 0
1800.15/894.41	c removed literals (reason simplification)	: 5647162
1800.15/894.41	c reason swapping (by a shorter reason)	: 0
1800.15/894.41	c Calls to reduceDB	: 112
1800.15/894.41	c Number of update (reduction) of LBD	: 505285
1800.15/894.41	c Imported unit clauses	: 0
1800.15/894.41	c number of reductions to clauses (during analyze)	: 0
1800.15/894.41	c number of learned constraints concerned by reduction	: 0
1800.15/894.41	c number of learning phase by resolution	: 0
1800.15/894.41	c number of learning phase by cutting planes	: 0
1800.15/894.41	c speed (assignments/second)	: 736968.3579629754
1800.15/894.41	c non guided choices	0
1800.15/894.43	c learnt constraints type 
1800.15/894.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 82354
1800.15/894.43	c >>>>>>>>>> Solver number 1 (4 answers) <<<<<<<<<<<<<<<<<<
1800.15/894.43	c starts		: 51
1800.15/894.43	c conflicts		: 17870
1800.15/894.43	c decisions		: 65333
1800.15/894.43	c propagations		: 339286
1800.15/894.43	c inspects		: 561765937
1800.15/894.43	c shortcuts		: 0
1800.15/894.43	c learnt literals	: 0
1800.15/894.43	c learnt binary clauses	: 0
1800.15/894.43	c learnt ternary clauses	: 0
1800.15/894.43	c learnt constraints	: 17869
1800.15/894.43	c ignored constraints	: 0
1800.15/894.43	c root simplifications	: 0
1800.15/894.43	c removed literals (reason simplification)	: 0
1800.15/894.43	c reason swapping (by a shorter reason)	: 0
1800.15/894.43	c Calls to reduceDB	: 2
1800.15/894.43	c Number of update (reduction) of LBD	: 0
1800.15/894.43	c Imported unit clauses	: 0
1800.15/894.43	c number of reductions to clauses (during analyze)	: 0
1800.15/894.43	c number of learned constraints concerned by reduction	: 0
1800.15/894.43	c number of learning phase by resolution	: 0
1800.15/894.43	c number of learning phase by cutting planes	: 0
1800.15/894.43	c speed (assignments/second)	: 380.0863715545199
1800.15/894.43	c non guided choices	0
1800.15/894.44	c learnt constraints type 
1800.15/894.44	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 347
1800.15/894.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17522
1800.15/894.44	s SATISFIABLE
1800.15/894.44	c Found 7 solution(s)
1800.15/894.44	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 
1800.15/894.44	c objective function=212
1800.15/894.44	c Total wall clock time (in seconds): 894.315

Verifier Data

OK	212

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-4081199-1465221720/watcher-4081199-1465221720 -o /tmp/evaluation-result-4081199-1465221720/solver-4081199-1465221720 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1465216787-3986 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4081199-1465221720.opb 

pid=9821
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: 3.90 3.98 3.93 4/198 9824
/proc/meminfo: memFree=28576252/32872528 swapFree=10608/190480
[pid=9824] ppid=9821 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/9824/stat : 9824 (java) D 9821 9824 3970 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 104107353 9515008 183 33554432000 1073741824 1073778376 140734821494208 140734821485240 249650036405 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/9824/statm: 2323 183 140 9 0 71 0

[startup+0.100121 s]
/proc/loadavg: 3.90 3.98 3.93 4/198 9824
/proc/meminfo: memFree=28576252/32872528 swapFree=10608/190480
[pid=9824] ppid=9821 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/9824/stat : 9824 (java) S 9821 9824 3970 0 -1 4202496 4386 0 1 0 8 1 0 0 20 0 18 0 104107353 9787879424 6024 33554432000 1073741824 1073778376 140737095824688 140737095815824 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9824/statm: 2389619 6024 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200289 s]
/proc/loadavg: 3.90 3.98 3.93 4/198 9824
/proc/meminfo: memFree=28576252/32872528 swapFree=10608/190480
[pid=9824] ppid=9821 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/9824/stat : 9824 (java) S 9821 9824 3970 0 -1 4202496 4681 0 1 0 22 1 0 0 20 0 18 0 104107353 9787879424 6778 33554432000 1073741824 1073778376 140737095824688 140737095815824 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9824/statm: 2389619 6778 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300226 s]
/proc/loadavg: 3.90 3.98 3.93 4/198 9824
/proc/meminfo: memFree=28576252/32872528 swapFree=10608/190480
[pid=9824] ppid=9821 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/9824/stat : 9824 (java) S 9821 9824 3970 0 -1 4202496 6528 0 1 0 45 3 0 0 20 0 19 0 104107353 10060525568 10126 33554432000 1073741824 1073778376 140737095824688 140737095815824 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9824/statm: 2456183 10126 2243 9 0 2446860 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9824732

[startup+0.70025 s]
/proc/loadavg: 3.90 3.98 3.93 4/198 9824
/proc/meminfo: memFree=28576252/32872528 swapFree=10608/190480
[pid=9824] ppid=9821 vsize=9824732 CPUtime=0.51 cores=0,2,4,6
/proc/9824/stat : 9824 (java) S 9821 9824 3970 0 -1 4202496 6921 0 1 0 48 3 0 0 20 0 19 0 104107353 10060525568 10349 33554432000 1073741824 1073778376 140737095824688 140737095815824 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9824/statm: 2456183 10349 2243 9 0 2446860 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9824732

[startup+1.50074 s]
/proc/loadavg: 3.90 3.98 3.93 3/216 9849
/proc/meminfo: memFree=28535736/32872528 swapFree=10608/190480
[pid=9824] ppid=9821 vsize=9824732 CPUtime=1.84 cores=0,2,4,6
/proc/9824/stat : 9824 (java) S 9821 9824 3970 0 -1 4202496 15717 0 1 0 177 7 0 0 20 0 22 0 104107353 10060525568 19093 33554432000 1073741824 1073778376 140737095824688 140737095815824 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9824/statm: 2456183 19093 2254 9 0 2446860 0
[pid=9824/tid=9826] ppid=9821 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/9824/task/9826/stat : 9826 (java) S 9821 9824 3970 0 -1 4202560 2413 0 1 0 24 0 0 0 20 0 22 0 104107354 10060525568 19093 33554432000 1073741824 1073778376 140737095824688 139652020626296 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9824/tid=9827] ppid=9821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9827/stat : 9827 (java) S 9821 9824 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104107355 10060525568 19093 33554432000 1073741824 1073778376 140737095824688 139652009688104 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9824/tid=9828] ppid=9821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9828/stat : 9828 (java) S 9821 9824 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104107355 10060525568 19093 33554432000 1073741824 1073778376 140737095824688 139652008635304 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9824/tid=9829] ppid=9821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9829/stat : 9829 (java) S 9821 9824 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104107355 10060525568 19093 33554432000 1073741824 1073778376 140737095824688 139652007582504 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9824/tid=9830] ppid=9821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9830/stat : 9830 (java) S 9821 9824 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104107356 10060525568 19093 33554432000 1073741824 1073778376 140737095824688 139652006529704 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9824/tid=9831] ppid=9821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9831/stat : 9831 (java) S 9821 9824 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104107356 10060525568 19093 33554432000 1073741824 1073778376 140737095824688 139652005476904 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9824/tid=9832] ppid=9821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9832/stat : 9832 (java) S 9821 9824 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104107356 10060525568 19093 33554432000 1073741824 1073778376 140737095824688 139652004424104 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9824/tid=9833] ppid=9821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9833/stat : 9833 (java) S 9821 9824 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104107356 10060525568 19093 33554432000 1073741824 1073778376 140737095824688 139651857463592 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9824/tid=9834] ppid=9821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9834/stat : 9834 (java) S 9821 9824 3970 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 104107356 10060525568 19093 33554432000 1073741824 1073778376 140737095824688 139651856410792 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9824/tid=9835] ppid=9821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9835/stat : 9835 (java) S 9821 9824 3970 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 104107357 10060525568 19093 33554432000 1073741824 1073778376 140737095824688 139651844213736 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9824/tid=9836] ppid=9821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9836/stat : 9836 (java) S 9821 9824 3970 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 104107357 10060525568 19093 33554432000 1073741824 1073778376 140737095824688 139651843159800 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9824/tid=9837] ppid=9821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9837/stat : 9837 (java) S 9821 9824 3970 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104107357 10060525568 19093 33554432000 1073741824 1073778376 140737095824688 139651842106888 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9824/tid=9838] ppid=9821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9838/stat : 9838 (java) S 9821 9824 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104107360 10060525568 19093 33554432000 1073741824 1073778376 140737095824688 139651841055376 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9824/tid=9839] ppid=9821 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/9824/task/9839/stat : 9839 (java) R 9821 9824 3970 0 -1 4202560 4679 0 0 0 48 0 0 0 20 0 22 0 104107360 10060525568 19093 33554432000 1073741824 1073778376 140737095824688 139651839989768 139652027617359 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9824/tid=9840] ppid=9821 vsize=9824732 CPUtime=0.41 cores=0,2,4,6
/proc/9824/task/9840/stat : 9840 (java) R 9821 9824 3970 0 -1 4202560 7269 0 0 0 39 2 0 0 20 0 22 0 104107360 10060525568 19093 33554432000 1073741824 1073778376 140737095824688 139651838936872 139652024719080 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=9824/tid=9841] ppid=9821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9841/stat : 9841 (java) S 9821 9824 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104107360 10060525568 19093 33554432000 1073741824 1073778376 140737095824688 139651837897080 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9824/tid=9842] ppid=9821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9842/stat : 9842 (java) S 9821 9824 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104107360 10060525568 19093 33554432000 1073741824 1073778376 140737095824688 139651836844488 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9824/tid=9845] ppid=9821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9845/stat : 9845 (java) S 9821 9824 3970 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104107381 10060525568 19093 33554432000 1073741824 1073778376 140737095824688 139651833685416 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 9824732

[startup+3.10092 s]
/proc/loadavg: 3.90 3.98 3.93 7/219 9855
/proc/meminfo: memFree=28431752/32872528 swapFree=10608/190480
[pid=9824] ppid=9821 vsize=9824732 CPUtime=6.2 cores=0,2,4,6
/proc/9824/stat : 9824 (java) S 9821 9824 3970 0 -1 4202496 33949 0 1 0 606 14 0 0 20 0 22 0 104107353 10060525568 48184 33554432000 1073741824 1073778376 140737095824688 140737095815824 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9824/statm: 2456183 48184 2285 9 0 2446860 0
[pid=9824/tid=9826] ppid=9821 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/9824/task/9826/stat : 9826 (java) S 9821 9824 3970 0 -1 4202560 2413 0 1 0 24 0 0 0 20 0 22 0 104107354 10060525568 48184 33554432000 1073741824 1073778376 140737095824688 139652020626296 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9824/tid=9827] ppid=9821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9827/stat : 9827 (java) S 9821 9824 3970 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 104107355 10060525568 48184 33554432000 1073741824 1073778376 140737095824688 139652009688104 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9824/tid=9828] ppid=9821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9828/stat : 9828 (java) S 9821 9824 3970 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 104107355 10060525568 48184 33554432000 1073741824 1073778376 140737095824688 139652008635304 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9824/tid=9829] ppid=9821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9829/stat : 9829 (java) S 9821 9824 3970 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104107355 10060525568 48184 33554432000 1073741824 1073778376 140737095824688 139652007582504 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9824/tid=9830] ppid=9821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9830/stat : 9830 (java) S 9821 9824 3970 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 104107356 10060525568 48184 33554432000 1073741824 1073778376 140737095824688 139652006529704 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9824/tid=9831] ppid=9821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9831/stat : 9831 (java) S 9821 9824 3970 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104107356 10060525568 48184 33554432000 1073741824 1073778376 140737095824688 139652005476904 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9824/tid=9832] ppid=9821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9832/stat : 9832 (java) S 9821 9824 3970 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 104107356 10060525568 48184 33554432000 1073741824 1073778376 140737095824688 139652004424104 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9824/tid=9833] ppid=9821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9833/stat : 9833 (java) S 9821 9824 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104107356 10060525568 48184 33554432000 1073741824 1073778376 140737095824688 139651857463592 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9824/tid=9834] ppid=9821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9834/stat : 9834 (java) S 9821 9824 3970 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 104107356 10060525568 48184 33554432000 1073741824 1073778376 140737095824688 139651856410792 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9824/tid=9835] ppid=9821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9835/stat : 9835 (java) S 9821 9824 3970 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 104107357 10060525568 48184 33554432000 1073741824 1073778376 140737095824688 139651844213736 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9824/tid=9836] ppid=9821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9836/stat : 9836 (java) S 9821 9824 3970 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104107357 10060525568 48184 33554432000 1073741824 1073778376 140737095824688 139651843159800 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9824/tid=9837] ppid=9821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9837/stat : 9837 (java) S 9821 9824 3970 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104107357 10060525568 48184 33554432000 1073741824 1073778376 140737095824688 139651842106888 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9824/tid=9838] ppid=9821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9838/stat : 9838 (java) S 9821 9824 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104107360 10060525568 48184 33554432000 1073741824 1073778376 140737095824688 139651841055376 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9824/tid=9839] ppid=9821 vsize=9824732 CPUtime=1.44 cores=0,2,4,6
/proc/9824/task/9839/stat : 9839 (java) R 9821 9824 3970 0 -1 4202560 21632 0 0 0 140 4 0 0 20 0 22 0 104107360 10060525568 48184 33554432000 1073741824 1073778376 140737095824688 139651840002488 139652027088024 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9824/tid=9840] ppid=9821 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/9824/task/9840/stat : 9840 (java) S 9821 9824 3970 0 -1 4202560 8376 0 0 0 100 2 0 0 20 0 22 0 104107360 10060525568 48184 33554432000 1073741824 1073778376 140737095824688 139651838949688 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9824/tid=9841] ppid=9821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9841/stat : 9841 (java) S 9821 9824 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104107360 10060525568 48184 33554432000 1073741824 1073778376 140737095824688 139651837897080 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9824/tid=9842] ppid=9821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9842/stat : 9842 (java) S 9821 9824 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104107360 10060525568 48184 33554432000 1073741824 1073778376 140737095824688 139651836844488 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9824/tid=9845] ppid=9821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9845/stat : 9845 (java) S 9821 9824 3970 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104107381 10060525568 48184 33554432000 1073741824 1073778376 140737095824688 139651833685416 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9824/tid=9853] ppid=9821 vsize=9824732 CPUtime=1.27 cores=0,2,4,6
/proc/9824/task/9853/stat : 9853 (java) R 9821 9824 3970 0 -1 4202560 8 0 0 0 127 0 0 0 20 0 22 0 104107531 10060525568 48184 33554432000 1073741824 1073778376 140737095824688 139651832630992 139651885621893 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9824/tid=9854] ppid=9821 vsize=9824732 CPUtime=1.27 cores=0,2,4,6
/proc/9824/task/9854/stat : 9854 (java) R 9821 9824 3970 0 -1 4202560 50 0 0 0 126 1 0 0 20 0 22 0 104107531 10060525568 48184 33554432000 1073741824 1073778376 140737095824688 139651834736440 139651885862393 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9824/tid=9855] ppid=9821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9855/stat : 9855 (java) S 9821 9824 3970 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 104107531 10060525568 48184 33554432000 1073741824 1073778376 140737095824688 139651835790504 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 9824732

[startup+6.30099 s]
/proc/loadavg: 3.98 4.00 3.93 5/219 9858
/proc/meminfo: memFree=28214468/32872528 swapFree=10608/190480
[pid=9824] ppid=9821 vsize=9824732 CPUtime=12.45 cores=0,2,4,6
/proc/9824/stat : 9824 (java) S 9821 9824 3970 0 -1 4202496 35773 0 1 0 1219 26 0 0 20 0 22 0 104107353 10060525568 92397 33554432000 1073741824 1073778376 140737095824688 140737095815824 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9824/statm: 2456183 92397 2286 9 0 2446860 0
[pid=9824/tid=9826] ppid=9821 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/9824/task/9826/stat : 9826 (java) S 9821 9824 3970 0 -1 4202560 2414 0 1 0 24 0 0 0 20 0 22 0 104107354 10060525568 92397 33554432000 1073741824 1073778376 140737095824688 139652020626296 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9824/tid=9827] ppid=9821 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/9824/task/9827/stat : 9827 (java) S 9821 9824 3970 0 -1 4202560 36 0 0 0 3 2 0 0 20 0 22 0 104107355 10060525568 92397 33554432000 1073741824 1073778376 140737095824688 139652009688104 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9824/tid=9828] ppid=9821 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/9824/task/9828/stat : 9828 (java) S 9821 9824 3970 0 -1 4202560 31 0 0 0 1 0 0 0 20 0 22 0 104107355 10060525568 92397 33554432000 1073741824 1073778376 140737095824688 139652008635304 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9824/tid=9829] ppid=9821 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/9824/task/9829/stat : 9829 (java) S 9821 9824 3970 0 -1 4202560 126 0 0 0 1 2 0 0 20 0 22 0 104107355 10060525568 92397 33554432000 1073741824 1073778376 140737095824688 139652007582504 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9824/tid=9830] ppid=9821 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/9824/task/9830/stat : 9830 (java) S 9821 9824 3970 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 22 0 104107356 10060525568 92397 33554432000 1073741824 1073778376 140737095824688 139652006529704 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9824/tid=9831] ppid=9821 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/9824/task/9831/stat : 9831 (java) S 9821 9824 3970 0 -1 4202560 118 0 0 0 3 1 0 0 20 0 22 0 104107356 10060525568 92397 33554432000 1073741824 1073778376 140737095824688 139652005476904 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9824/tid=9832] ppid=9821 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/9824/task/9832/stat : 9832 (java) S 9821 9824 3970 0 -1 4202560 84 0 0 0 4 0 0 0 20 0 22 0 104107356 10060525568 92397 33554432000 1073741824 1073778376 140737095824688 139652004424104 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9824/tid=9833] ppid=9821 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/9824/task/9833/stat : 9833 (java) S 9821 9824 3970 0 -1 4202560 88 0 0 0 1 0 0 0 20 0 22 0 104107356 10060525568 92397 33554432000 1073741824 1073778376 140737095824688 139651857463592 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9824/tid=9834] ppid=9821 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/9824/task/9834/stat : 9834 (java) S 9821 9824 3970 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 104107356 10060525568 92397 33554432000 1073741824 1073778376 140737095824688 139651856410792 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9824/tid=9835] ppid=9821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9835/stat : 9835 (java) S 9821 9824 3970 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 22 0 104107357 10060525568 92397 33554432000 1073741824 1073778376 140737095824688 139651844213736 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9824/tid=9836] ppid=9821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9836/stat : 9836 (java) S 9821 9824 3970 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104107357 10060525568 92397 33554432000 1073741824 1073778376 140737095824688 139651843159800 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9824/tid=9837] ppid=9821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9837/stat : 9837 (java) S 9821 9824 3970 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104107357 10060525568 92397 33554432000 1073741824 1073778376 140737095824688 139651842106888 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9824/tid=9838] ppid=9821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9838/stat : 9838 (java) S 9821 9824 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104107360 10060525568 92397 33554432000 1073741824 1073778376 140737095824688 139651841055376 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9824/tid=9839] ppid=9821 vsize=9824732 CPUtime=1.67 cores=0,2,4,6
/proc/9824/task/9839/stat : 9839 (java) S 9821 9824 3970 0 -1 4202560 22790 0 0 0 163 4 0 0 20 0 22 0 104107360 10060525568 92397 33554432000 1073741824 1073778376 140737095824688 139651840002488 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9824/tid=9840] ppid=9821 vsize=9824732 CPUtime=1.06 cores=0,2,4,6
/proc/9824/task/9840/stat : 9840 (java) S 9821 9824 3970 0 -1 4202560 8376 0 0 0 104 2 0 0 20 0 22 0 104107360 10060525568 92397 33554432000 1073741824 1073778376 140737095824688 139651838949688 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9824/tid=9841] ppid=9821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9841/stat : 9841 (java) S 9821 9824 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104107360 10060525568 92397 33554432000 1073741824 1073778376 140737095824688 139651837897080 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9824/tid=9842] ppid=9821 vsize=9824732 CPUtime=0 cores=0,2,4,6

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


[startup+822.301 s]
/proc/loadavg: 4.04 4.01 3.98 5/219 9975
/proc/meminfo: memFree=26703004/32872528 swapFree=10608/190480
[pid=9824] ppid=9821 vsize=9824732 CPUtime=1654.88 cores=0,2,4,6
/proc/9824/stat : 9824 (java) S 9821 9824 3970 0 -1 4202496 49372 0 1 0 165260 228 0 0 20 0 22 0 104107353 10060525568 944940 33554432000 1073741824 1073778376 140737095824688 140737095815824 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9824/statm: 2456183 944940 2294 9 0 2446860 0
[pid=9824/tid=9826] ppid=9821 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/9824/task/9826/stat : 9826 (java) S 9821 9824 3970 0 -1 4202560 2425 0 1 0 27 2 0 0 20 0 22 0 104107354 10060525568 944940 33554432000 1073741824 1073778376 140737095824688 139652020626296 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9824/tid=9827] ppid=9821 vsize=9824732 CPUtime=3.8 cores=0,2,4,6
/proc/9824/task/9827/stat : 9827 (java) S 9821 9824 3970 0 -1 4202560 575 0 0 0 360 20 0 0 20 0 22 0 104107355 10060525568 944940 33554432000 1073741824 1073778376 140737095824688 139652009688104 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9824/tid=9828] ppid=9821 vsize=9824732 CPUtime=3.4 cores=0,2,4,6
/proc/9824/task/9828/stat : 9828 (java) S 9821 9824 3970 0 -1 4202560 574 0 0 0 323 17 0 0 20 0 22 0 104107355 10060525568 944940 33554432000 1073741824 1073778376 140737095824688 139652008635304 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9824/tid=9829] ppid=9821 vsize=9824732 CPUtime=3.63 cores=0,2,4,6
/proc/9824/task/9829/stat : 9829 (java) S 9821 9824 3970 0 -1 4202560 677 0 0 0 346 17 0 0 20 0 22 0 104107355 10060525568 944940 33554432000 1073741824 1073778376 140737095824688 139652007582504 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9824/tid=9830] ppid=9821 vsize=9824732 CPUtime=3.77 cores=0,2,4,6
/proc/9824/task/9830/stat : 9830 (java) S 9821 9824 3970 0 -1 4202560 490 0 0 0 357 20 0 0 20 0 22 0 104107356 10060525568 944940 33554432000 1073741824 1073778376 140737095824688 139652006529704 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9824/tid=9831] ppid=9821 vsize=9824732 CPUtime=3.52 cores=0,2,4,6
/proc/9824/task/9831/stat : 9831 (java) S 9821 9824 3970 0 -1 4202560 616 0 0 0 336 16 0 0 20 0 22 0 104107356 10060525568 944940 33554432000 1073741824 1073778376 140737095824688 139652005476904 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9824/tid=9832] ppid=9821 vsize=9824732 CPUtime=3.49 cores=0,2,4,6
/proc/9824/task/9832/stat : 9832 (java) S 9821 9824 3970 0 -1 4202560 628 0 0 0 330 19 0 0 20 0 22 0 104107356 10060525568 944940 33554432000 1073741824 1073778376 140737095824688 139652004424104 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9824/tid=9833] ppid=9821 vsize=9824732 CPUtime=3.83 cores=0,2,4,6
/proc/9824/task/9833/stat : 9833 (java) S 9821 9824 3970 0 -1 4202560 649 0 0 0 366 17 0 0 20 0 22 0 104107356 10060525568 944940 33554432000 1073741824 1073778376 140737095824688 139651857463592 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9824/tid=9834] ppid=9821 vsize=9824732 CPUtime=3.58 cores=0,2,4,6
/proc/9824/task/9834/stat : 9834 (java) S 9821 9824 3970 0 -1 4202560 537 0 0 0 339 19 0 0 20 0 22 0 104107356 10060525568 944940 33554432000 1073741824 1073778376 140737095824688 139651856410792 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9824/tid=9835] ppid=9821 vsize=9824732 CPUtime=3.8 cores=0,2,4,6
/proc/9824/task/9835/stat : 9835 (java) S 9821 9824 3970 0 -1 4202560 2331 0 0 0 375 5 0 0 20 0 22 0 104107357 10060525568 944940 33554432000 1073741824 1073778376 140737095824688 139651844213736 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9824/tid=9836] ppid=9821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9836/stat : 9836 (java) S 9821 9824 3970 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104107357 10060525568 944940 33554432000 1073741824 1073778376 140737095824688 139651843159800 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9824/tid=9837] ppid=9821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9837/stat : 9837 (java) S 9821 9824 3970 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 104107357 10060525568 944940 33554432000 1073741824 1073778376 140737095824688 139651842106888 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9824/tid=9838] ppid=9821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9838/stat : 9838 (java) S 9821 9824 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104107360 10060525568 944940 33554432000 1073741824 1073778376 140737095824688 139651841055376 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9824/tid=9839] ppid=9821 vsize=9824732 CPUtime=2.51 cores=0,2,4,6
/proc/9824/task/9839/stat : 9839 (java) S 9821 9824 3970 0 -1 4202560 27901 0 0 0 247 4 0 0 20 0 22 0 104107360 10060525568 944940 33554432000 1073741824 1073778376 140737095824688 139651840002488 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9824/tid=9840] ppid=9821 vsize=9824732 CPUtime=1.17 cores=0,2,4,6
/proc/9824/task/9840/stat : 9840 (java) S 9821 9824 3970 0 -1 4202560 8386 0 0 0 115 2 0 0 20 0 22 0 104107360 10060525568 944940 33554432000 1073741824 1073778376 140737095824688 139651838949688 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9824/tid=9841] ppid=9821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9841/stat : 9841 (java) S 9821 9824 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104107360 10060525568 944940 33554432000 1073741824 1073778376 140737095824688 139651837897080 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9824/tid=9842] ppid=9821 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/9824/task/9842/stat : 9842 (java) S 9821 9824 3970 0 -1 4202560 47 0 0 0 13 15 0 0 20 0 22 0 104107360 10060525568 944940 33554432000 1073741824 1073778376 140737095824688 139651836844488 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9824/tid=9855] ppid=9821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9855/stat : 9855 (java) S 9821 9824 3970 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 104107531 10060525568 944940 33554432000 1073741824 1073778376 140737095824688 139651835790504 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9824/tid=9875] ppid=9821 vsize=9824732 CPUtime=415.16 cores=0,2,4,6
/proc/9824/task/9875/stat : 9875 (java) R 9821 9824 3970 0 -1 4202560 8 0 0 0 41508 8 0 0 20 0 22 0 104147525 10060525568 944940 33554432000 1073741824 1073778376 140737095824688 139651832630640 139651885537625 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9824/tid=9876] ppid=9821 vsize=9824732 CPUtime=415.2 cores=0,2,4,6
/proc/9824/task/9876/stat : 9876 (java) R 9821 9824 3970 0 -1 4202560 34 0 0 0 41514 6 0 0 20 0 22 0 104147525 10060525568 944940 33554432000 1073741824 1073778376 140737095824688 139651834736928 139651885697644 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9824/tid=9877] ppid=9821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9877/stat : 9877 (java) S 9821 9824 3970 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 104147525 10060525568 944940 33554432000 1073741824 1073778376 140737095824688 139651833685672 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1654.88
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.01 4.01 3.98 5/219 9976
/proc/meminfo: memFree=26289068/32872528 swapFree=10608/190480
[pid=9824] ppid=9821 vsize=9824732 CPUtime=1775.69 cores=0,2,4,6
/proc/9824/stat : 9824 (java) S 9821 9824 3970 0 -1 4202496 49701 0 1 0 177335 234 0 0 20 0 22 0 104107353 10060525568 968209 33554432000 1073741824 1073778376 140737095824688 140737095815824 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9824/statm: 2456183 968209 2294 9 0 2446860 0
[pid=9824/tid=9826] ppid=9821 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/9824/task/9826/stat : 9826 (java) S 9821 9824 3970 0 -1 4202560 2425 0 1 0 27 2 0 0 20 0 22 0 104107354 10060525568 968209 33554432000 1073741824 1073778376 140737095824688 139652020626296 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9824/tid=9827] ppid=9821 vsize=9824732 CPUtime=3.98 cores=0,2,4,6
/proc/9824/task/9827/stat : 9827 (java) S 9821 9824 3970 0 -1 4202560 583 0 0 0 377 21 0 0 20 0 22 0 104107355 10060525568 968209 33554432000 1073741824 1073778376 140737095824688 139652009688104 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9824/tid=9828] ppid=9821 vsize=9824732 CPUtime=3.59 cores=0,2,4,6
/proc/9824/task/9828/stat : 9828 (java) S 9821 9824 3970 0 -1 4202560 594 0 0 0 341 18 0 0 20 0 22 0 104107355 10060525568 968209 33554432000 1073741824 1073778376 140737095824688 139652008635304 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9824/tid=9829] ppid=9821 vsize=9824732 CPUtime=3.8 cores=0,2,4,6
/proc/9824/task/9829/stat : 9829 (java) S 9821 9824 3970 0 -1 4202560 713 0 0 0 363 17 0 0 20 0 22 0 104107355 10060525568 968209 33554432000 1073741824 1073778376 140737095824688 139652007582504 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9824/tid=9830] ppid=9821 vsize=9824732 CPUtime=4.07 cores=0,2,4,6
/proc/9824/task/9830/stat : 9830 (java) S 9821 9824 3970 0 -1 4202560 612 0 0 0 386 21 0 0 20 0 22 0 104107356 10060525568 968209 33554432000 1073741824 1073778376 140737095824688 139652006529704 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9824/tid=9831] ppid=9821 vsize=9824732 CPUtime=3.84 cores=0,2,4,6
/proc/9824/task/9831/stat : 9831 (java) S 9821 9824 3970 0 -1 4202560 704 0 0 0 367 17 0 0 20 0 22 0 104107356 10060525568 968209 33554432000 1073741824 1073778376 140737095824688 139652005476904 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9824/tid=9832] ppid=9821 vsize=9824732 CPUtime=3.65 cores=0,2,4,6
/proc/9824/task/9832/stat : 9832 (java) S 9821 9824 3970 0 -1 4202560 633 0 0 0 346 19 0 0 20 0 22 0 104107356 10060525568 968209 33554432000 1073741824 1073778376 140737095824688 139652004424104 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9824/tid=9833] ppid=9821 vsize=9824732 CPUtime=4.02 cores=0,2,4,6
/proc/9824/task/9833/stat : 9833 (java) S 9821 9824 3970 0 -1 4202560 664 0 0 0 384 18 0 0 20 0 22 0 104107356 10060525568 968209 33554432000 1073741824 1073778376 140737095824688 139651857463592 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9824/tid=9834] ppid=9821 vsize=9824732 CPUtime=3.71 cores=0,2,4,6
/proc/9824/task/9834/stat : 9834 (java) S 9821 9824 3970 0 -1 4202560 563 0 0 0 352 19 0 0 20 0 22 0 104107356 10060525568 968209 33554432000 1073741824 1073778376 140737095824688 139651856410792 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9824/tid=9835] ppid=9821 vsize=9824732 CPUtime=3.8 cores=0,2,4,6
/proc/9824/task/9835/stat : 9835 (java) S 9821 9824 3970 0 -1 4202560 2333 0 0 0 375 5 0 0 20 0 22 0 104107357 10060525568 968209 33554432000 1073741824 1073778376 140737095824688 139651844213736 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9824/tid=9836] ppid=9821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9836/stat : 9836 (java) S 9821 9824 3970 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104107357 10060525568 968209 33554432000 1073741824 1073778376 140737095824688 139651843159800 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9824/tid=9837] ppid=9821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9837/stat : 9837 (java) S 9821 9824 3970 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 104107357 10060525568 968209 33554432000 1073741824 1073778376 140737095824688 139651842106888 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9824/tid=9838] ppid=9821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9838/stat : 9838 (java) S 9821 9824 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104107360 10060525568 968209 33554432000 1073741824 1073778376 140737095824688 139651841055376 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9824/tid=9839] ppid=9821 vsize=9824732 CPUtime=2.51 cores=0,2,4,6
/proc/9824/task/9839/stat : 9839 (java) S 9821 9824 3970 0 -1 4202560 27901 0 0 0 247 4 0 0 20 0 22 0 104107360 10060525568 968209 33554432000 1073741824 1073778376 140737095824688 139651840002488 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9824/tid=9840] ppid=9821 vsize=9824732 CPUtime=1.17 cores=0,2,4,6
/proc/9824/task/9840/stat : 9840 (java) S 9821 9824 3970 0 -1 4202560 8386 0 0 0 115 2 0 0 20 0 22 0 104107360 10060525568 968209 33554432000 1073741824 1073778376 140737095824688 139651838949688 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9824/tid=9841] ppid=9821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9841/stat : 9841 (java) S 9821 9824 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104107360 10060525568 968209 33554432000 1073741824 1073778376 140737095824688 139651837897080 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9824/tid=9842] ppid=9821 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/9824/task/9842/stat : 9842 (java) S 9821 9824 3970 0 -1 4202560 51 0 0 0 13 16 0 0 20 0 22 0 104107360 10060525568 968209 33554432000 1073741824 1073778376 140737095824688 139651836844488 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9824/tid=9855] ppid=9821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9855/stat : 9855 (java) S 9821 9824 3970 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 104107531 10060525568 968209 33554432000 1073741824 1073778376 140737095824688 139651835790504 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9824/tid=9875] ppid=9821 vsize=9824732 CPUtime=474.74 cores=0,2,4,6
/proc/9824/task/9875/stat : 9875 (java) R 9821 9824 3970 0 -1 4202560 8 0 0 0 47465 9 0 0 20 0 22 0 104147525 10060525568 968209 33554432000 1073741824 1073778376 140737095824688 139651832622944 139651885537534 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9824/tid=9876] ppid=9821 vsize=9824732 CPUtime=474.78 cores=0,2,4,6
/proc/9824/task/9876/stat : 9876 (java) R 9821 9824 3970 0 -1 4202560 37 0 0 0 47471 7 0 0 20 0 22 0 104147525 10060525568 968209 33554432000 1073741824 1073778376 140737095824688 139651834735584 139651885926179 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9824/tid=9877] ppid=9821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9877/stat : 9877 (java) S 9821 9824 3970 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 104147525 10060525568 968209 33554432000 1073741824 1073778376 140737095824688 139651833685672 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1775.69
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+894.408 s]
/proc/loadavg: 4.01 4.01 3.98 5/219 9977
/proc/meminfo: memFree=26272504/32872528 swapFree=10608/190480
[pid=9824] ppid=9821 vsize=9824732 CPUtime=1800.15 cores=0,2,4,6
/proc/9824/stat : 9824 (java) S 9821 9824 3970 0 -1 4202496 49759 0 1 0 179779 236 0 0 20 0 22 0 104107353 10060525568 972253 33554432000 1073741824 1073778376 140737095824688 140737095815824 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9824/statm: 2456183 972253 2294 9 0 2446860 0
[pid=9824/tid=9826] ppid=9821 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/9824/task/9826/stat : 9826 (java) S 9821 9824 3970 0 -1 4202560 2425 0 1 0 27 2 0 0 20 0 22 0 104107354 10060525568 972253 33554432000 1073741824 1073778376 140737095824688 139652020626296 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9824/tid=9827] ppid=9821 vsize=9824732 CPUtime=4.07 cores=0,2,4,6
/proc/9824/task/9827/stat : 9827 (java) S 9821 9824 3970 0 -1 4202560 588 0 0 0 386 21 0 0 20 0 22 0 104107355 10060525568 972253 33554432000 1073741824 1073778376 140737095824688 139652009688104 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9824/tid=9828] ppid=9821 vsize=9824732 CPUtime=3.7 cores=0,2,4,6
/proc/9824/task/9828/stat : 9828 (java) S 9821 9824 3970 0 -1 4202560 602 0 0 0 352 18 0 0 20 0 22 0 104107355 10060525568 972253 33554432000 1073741824 1073778376 140737095824688 139652008635304 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9824/tid=9829] ppid=9821 vsize=9824732 CPUtime=3.83 cores=0,2,4,6
/proc/9824/task/9829/stat : 9829 (java) S 9821 9824 3970 0 -1 4202560 714 0 0 0 366 17 0 0 20 0 22 0 104107355 10060525568 972253 33554432000 1073741824 1073778376 140737095824688 139652007582504 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9824/tid=9830] ppid=9821 vsize=9824732 CPUtime=4.16 cores=0,2,4,6
/proc/9824/task/9830/stat : 9830 (java) S 9821 9824 3970 0 -1 4202560 621 0 0 0 395 21 0 0 20 0 22 0 104107356 10060525568 972253 33554432000 1073741824 1073778376 140737095824688 139652006529704 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9824/tid=9831] ppid=9821 vsize=9824732 CPUtime=3.99 cores=0,2,4,6
/proc/9824/task/9831/stat : 9831 (java) S 9821 9824 3970 0 -1 4202560 709 0 0 0 381 18 0 0 20 0 22 0 104107356 10060525568 972253 33554432000 1073741824 1073778376 140737095824688 139652005476904 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9824/tid=9832] ppid=9821 vsize=9824732 CPUtime=3.68 cores=0,2,4,6
/proc/9824/task/9832/stat : 9832 (java) S 9821 9824 3970 0 -1 4202560 634 0 0 0 349 19 0 0 20 0 22 0 104107356 10060525568 972253 33554432000 1073741824 1073778376 140737095824688 139652004424104 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9824/tid=9833] ppid=9821 vsize=9824732 CPUtime=4.06 cores=0,2,4,6
/proc/9824/task/9833/stat : 9833 (java) S 9821 9824 3970 0 -1 4202560 676 0 0 0 388 18 0 0 20 0 22 0 104107356 10060525568 972253 33554432000 1073741824 1073778376 140737095824688 139651857463592 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9824/tid=9834] ppid=9821 vsize=9824732 CPUtime=3.74 cores=0,2,4,6
/proc/9824/task/9834/stat : 9834 (java) S 9821 9824 3970 0 -1 4202560 577 0 0 0 355 19 0 0 20 0 22 0 104107356 10060525568 972253 33554432000 1073741824 1073778376 140737095824688 139651856410792 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9824/tid=9835] ppid=9821 vsize=9824732 CPUtime=3.8 cores=0,2,4,6
/proc/9824/task/9835/stat : 9835 (java) S 9821 9824 3970 0 -1 4202560 2335 0 0 0 375 5 0 0 20 0 22 0 104107357 10060525568 972253 33554432000 1073741824 1073778376 140737095824688 139651844213736 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9824/tid=9836] ppid=9821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9836/stat : 9836 (java) S 9821 9824 3970 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104107357 10060525568 972253 33554432000 1073741824 1073778376 140737095824688 139651843159800 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9824/tid=9837] ppid=9821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9837/stat : 9837 (java) S 9821 9824 3970 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 104107357 10060525568 972253 33554432000 1073741824 1073778376 140737095824688 139651842106888 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9824/tid=9838] ppid=9821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9838/stat : 9838 (java) S 9821 9824 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104107360 10060525568 972253 33554432000 1073741824 1073778376 140737095824688 139651841055376 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9824/tid=9839] ppid=9821 vsize=9824732 CPUtime=2.51 cores=0,2,4,6
/proc/9824/task/9839/stat : 9839 (java) S 9821 9824 3970 0 -1 4202560 27901 0 0 0 247 4 0 0 20 0 22 0 104107360 10060525568 972253 33554432000 1073741824 1073778376 140737095824688 139651840002488 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9824/tid=9840] ppid=9821 vsize=9824732 CPUtime=1.17 cores=0,2,4,6
/proc/9824/task/9840/stat : 9840 (java) S 9821 9824 3970 0 -1 4202560 8386 0 0 0 115 2 0 0 20 0 22 0 104107360 10060525568 972253 33554432000 1073741824 1073778376 140737095824688 139651838949688 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9824/tid=9841] ppid=9821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9841/stat : 9841 (java) S 9821 9824 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104107360 10060525568 972253 33554432000 1073741824 1073778376 140737095824688 139651837897080 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9824/tid=9842] ppid=9821 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/9824/task/9842/stat : 9842 (java) S 9821 9824 3970 0 -1 4202560 51 0 0 0 13 16 0 0 20 0 22 0 104107360 10060525568 972253 33554432000 1073741824 1073778376 140737095824688 139651836844488 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9824/tid=9855] ppid=9821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9855/stat : 9855 (java) S 9821 9824 3970 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 104107531 10060525568 972253 33554432000 1073741824 1073778376 140737095824688 139651835790504 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9824/tid=9875] ppid=9821 vsize=9824732 CPUtime=486.7 cores=0,2,4,6
/proc/9824/task/9875/stat : 9875 (java) R 9821 9824 3970 0 -1 4202560 8 0 0 0 48661 9 0 0 20 0 22 0 104147525 10060525568 972253 33554432000 1073741824 1073778376 140737095824688 139651832630640 139651885553557 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9824/tid=9876] ppid=9821 vsize=9824732 CPUtime=486.73 cores=0,2,4,6
/proc/9824/task/9876/stat : 9876 (java) R 9821 9824 3970 0 -1 4202560 38 0 0 0 48666 7 0 0 20 0 22 0 104147525 10060525568 972253 33554432000 1073741824 1073778376 140737095824688 139651834734880 139651885697637 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9824/tid=9877] ppid=9821 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9824/task/9877/stat : 9877 (java) S 9821 9824 3970 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 104147525 10060525568 972253 33554432000 1073741824 1073778376 140737095824688 139651833685672 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
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 9824 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 894.471
CPU time (s): 1800.7
CPU user time (s): 1797.97
CPU system time (s): 2.73258
CPU usage (%): 201.315
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.97
system time used= 2.73258
maximum resident set size= 3899592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49803
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23526
involuntary context switches= 24984

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.62315 second user time and 7.2349 second system time

The end

Launcher Data

Begin job on node102 at 2016-06-06 16:02:00
IDJOB=4081199
IDBENCH=1957
IDSOLVER=2543
FILE ID=node102/4081199-1465221720
RUNJOBID= node102-1465216787-3986
PBS_JOBID= 19843204
Free space on /tmp= 71740 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_19.opb.PB06.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4081199-1465221720/watcher-4081199-1465221720 -o /tmp/evaluation-result-4081199-1465221720/solver-4081199-1465221720 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1465216787-3986 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4081199-1465221720.opb

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

MD5SUM BENCH= 80b0f13939656efa52b7dd958ee28431
RANDOM SEED=1907583766

node102.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.470
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.94
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.470
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.470
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.470
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.56
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.470
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.470
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.470
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.470
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:        28576788 kB
Buffers:           10924 kB
Cached:            46780 kB
SwapCached:         2324 kB
Active:          3367596 kB
Inactive:          34660 kB
Active(anon):    3345464 kB
Inactive(anon):     1568 kB
Active(file):      22132 kB
Inactive(file):    33092 kB
Unevictable:      190480 kB
Mlocked:           10608 kB
SwapTotal:      67108856 kB
SwapFree:       67098416 kB
Dirty:               840 kB
Writeback:             0 kB
AnonPages:       3625952 kB
Mapped:            15392 kB
Shmem:                 0 kB
Slab:             565596 kB
SReclaimable:       9688 kB
SUnreclaim:       555908 kB
KernelStack:        1816 kB
PageTables:        10936 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3946188 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3561472 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71720 MiB
End job on node102 at 2016-06-06 16:16:55