Trace number 4118055

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)-4287109 1800.72 905.06

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-BIGINT-NLC/
minlplib2-pb-0.1.0/opb/normalized-graphpart_2g-0099-9211.opb
MD5SUM8aeb4b366e2338644b2b4d2ceff05423
Bench CategoryOPT-BIGINT-NLC (optimisation, big integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-4287109
Best CPU time to get the best result obtained on this benchmark1800.69
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables243
Total number of constraints81
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)81
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 486
Biggest coefficient in the objective function 277583
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 36389322
Number of bits of the sum of numbers in the objective function 26
Biggest number in a constraint 277583
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 36389322
Number of bits of the biggest sum of numbers26
Number of products (including duplicates)486
Sum of products size (including duplicates)972
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4118055-1467219183.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.24/0.22	c ... done. Wall clock time 0.102s.
0.24/0.22	c declared #vars     243
0.24/0.22	c internal #vars     729
0.24/0.22	c #constraints  1134
0.24/0.22	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.24/0.22	c constraints type 
0.24/0.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 567
0.24/0.22	c org.sat4j.minisat.constraints.card.MinWatchCard => 81
0.24/0.22	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 486
0.24/0.22	c 1134 constraints processed.
0.24/0.22	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.24/0.22	c constraints type 
0.24/0.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 567
0.24/0.22	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 81
0.24/0.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 486
0.24/0.22	c 1134 constraints processed.
0.24/0.22	c objective function length is 486 literals
0.24/0.24	c And the winner is solver0
0.32/0.72	c SATISFIABLE
0.32/0.72	c OPTIMIZING...
0.32/0.72	c Got one! Elapsed wall clock time (in seconds):0.607
0.32/0.72	o -4166731
0.32/0.75	c And the winner is solver0
0.45/1.24	c Got one! Elapsed wall clock time (in seconds):1.117
0.45/1.24	o -4176685
0.45/1.24	c And the winner is solver0
1.14/1.74	c Got one! Elapsed wall clock time (in seconds):1.627
1.14/1.74	o -4219547
1.34/1.89	c And the winner is solver0
1.82/2.25	c Got one! Elapsed wall clock time (in seconds):2.131
1.82/2.25	o -4222194
1.82/2.25	c And the winner is solver0
1.92/2.75	c Got one! Elapsed wall clock time (in seconds):2.634
1.92/2.75	o -4247768
1.92/2.76	c And the winner is solver0
1.93/3.25	c Got one! Elapsed wall clock time (in seconds):3.137
1.93/3.25	o -4252537
1.93/3.28	c And the winner is solver0
2.02/3.76	c Got one! Elapsed wall clock time (in seconds):3.639
2.02/3.76	o -4254832
2.02/3.76	c And the winner is solver0
2.05/4.26	c Got one! Elapsed wall clock time (in seconds):4.141
2.05/4.26	o -4256650
2.05/4.26	c And the winner is solver0
2.05/4.76	c Got one! Elapsed wall clock time (in seconds):4.643
2.05/4.76	o -4271076
2.05/4.76	c And the winner is solver0
2.06/5.26	c Got one! Elapsed wall clock time (in seconds):5.145
2.06/5.26	o -4275845
3.24/5.74	c cleaning 2784 clauses out of 5583 with flag 11281/5583
4.03/5.93	c And the winner is solver0
4.16/6.26	c Got one! Elapsed wall clock time (in seconds):6.147
4.16/6.26	o -4282384
4.16/6.29	c And the winner is solver0
4.38/6.77	c Got one! Elapsed wall clock time (in seconds):6.649
4.38/6.77	o -4283975
4.38/6.77	c And the winner is solver0
4.44/7.27	c Got one! Elapsed wall clock time (in seconds):7.151
4.44/7.27	o -4285291
4.44/7.27	c And the winner is solver0
4.44/7.77	c Got one! Elapsed wall clock time (in seconds):7.653
4.44/7.77	o -4287109
4.93/8.03	c cleaning 4112 clauses out of 8227 with flag 7065/11011
6.19/8.61	c cleaning 5051 clauses out of 10114 with flag 20342/17010
7.42/9.27	c cleaning 6028 clauses out of 12063 with flag 35857/24010
9.16/10.09	c cleaning 7013 clauses out of 14036 with flag 54411/32011
11.16/11.05	c cleaning 8004 clauses out of 16023 with flag 74616/41011
13.37/12.11	c cleaning 8999 clauses out of 18018 with flag 96232/51010
15.80/13.31	c cleaning 10001 clauses out of 20020 with flag 120713/62011
18.39/14.68	c cleaning 11004 clauses out of 22018 with flag 148630/74010
21.63/16.20	c cleaning 12004 clauses out of 24014 with flag 176487/87010
24.83/17.83	c cleaning 13001 clauses out of 26012 with flag 206523/101012
28.43/19.66	c cleaning 13998 clauses out of 28010 with flag 240178/116011
32.23/21.57	c cleaning 14995 clauses out of 30011 with flag 278571/132010
36.64/23.73	c cleaning 16001 clauses out of 32018 with flag 314507/149012
41.24/26.02	c cleaning 17000 clauses out of 34016 with flag 356994/167011
46.03/28.48	c cleaning 18005 clauses out of 36017 with flag 405526/186012
49.64/30.21	c cleaning 19007 clauses out of 38014 with flag 451672/206014
53.43/32.14	c cleaning 19998 clauses out of 40004 with flag 502714/227011
57.64/34.29	c cleaning 20999 clauses out of 42007 with flag 555874/249012
62.56/36.66	c cleaning 21998 clauses out of 44006 with flag 610295/272010
67.56/39.12	c cleaning 22999 clauses out of 46008 with flag 668036/296010
72.97/41.84	c cleaning 24005 clauses out of 48010 with flag 730678/321011
78.37/44.55	c cleaning 24997 clauses out of 50005 with flag 792932/347011
84.37/47.50	c cleaning 25999 clauses out of 52008 with flag 858943/374011
90.97/50.81	c cleaning 27005 clauses out of 54011 with flag 927862/402013
97.57/54.19	c cleaning 27994 clauses out of 56004 with flag 1000051/431011
104.37/57.57	c cleaning 29005 clauses out of 58009 with flag 1071339/461010
111.77/61.20	c cleaning 30001 clauses out of 60004 with flag 1140574/492010
118.96/64.85	c cleaning 31001 clauses out of 62005 with flag 1215055/524012
128.19/69.43	c cleaning 32001 clauses out of 64004 with flag 1293194/557012
138.17/74.38	c cleaning 32997 clauses out of 66001 with flag 1375185/591010
148.38/79.46	c cleaning 34002 clauses out of 68004 with flag 1458965/626010
157.98/84.29	c cleaning 34996 clauses out of 70002 with flag 1545242/662010
169.18/89.87	c cleaning 36003 clauses out of 72006 with flag 1633346/699010
180.78/95.63	c cleaning 36999 clauses out of 74004 with flag 1723922/737011
191.99/101.29	c cleaning 38002 clauses out of 76004 with flag 1820177/776010
203.77/107.10	c cleaning 38996 clauses out of 78002 with flag 1921898/816010
215.37/112.96	c cleaning 40004 clauses out of 80008 with flag 2018770/857012
229.38/119.94	c cleaning 41001 clauses out of 82003 with flag 2120184/899011
242.96/126.70	c cleaning 41999 clauses out of 84001 with flag 2225395/942010
256.76/133.68	c cleaning 42998 clauses out of 86003 with flag 2333928/986011
269.76/140.11	c cleaning 43994 clauses out of 88004 with flag 2446358/1031010
284.96/147.77	c cleaning 45002 clauses out of 90010 with flag 2559718/1077010
300.95/155.69	c cleaning 46001 clauses out of 92008 with flag 2677491/1124010
316.93/163.57	c cleaning 47003 clauses out of 94007 with flag 2796127/1172010
334.73/172.42	c cleaning 47996 clauses out of 96004 with flag 2922103/1221010
353.43/181.82	c cleaning 48998 clauses out of 98008 with flag 3047651/1271010
370.03/190.10	c cleaning 50005 clauses out of 100010 with flag 3171635/1322010
388.83/199.53	c cleaning 50998 clauses out of 102005 with flag 3305922/1374010
407.64/209.00	c cleaning 52001 clauses out of 104007 with flag 3438764/1427010
424.96/217.56	c cleaning 53003 clauses out of 106006 with flag 3573004/1481010
443.17/226.61	c cleaning 53997 clauses out of 108004 with flag 3714370/1536011
462.98/236.52	c cleaning 54995 clauses out of 110007 with flag 3870538/1592011
481.77/245.90	c cleaning 55995 clauses out of 112011 with flag 4024337/1649010
502.58/256.35	c cleaning 57009 clauses out of 114017 with flag 4181862/1707011
524.57/267.38	c cleaning 58004 clauses out of 116010 with flag 4352694/1766013
547.35/278.72	c cleaning 59002 clauses out of 118003 with flag 4524757/1826010
570.26/290.19	c cleaning 60002 clauses out of 120003 with flag 4689308/1887012
596.65/303.33	c cleaning 60995 clauses out of 122000 with flag 4856039/1949011
623.45/316.79	c cleaning 61994 clauses out of 124004 with flag 5018277/2012010
649.44/329.73	c cleaning 63002 clauses out of 126010 with flag 5182377/2076010
673.24/341.64	c cleaning 64003 clauses out of 128008 with flag 5367332/2141010
697.31/353.76	c cleaning 64999 clauses out of 130009 with flag 5555800/2207014
723.71/366.95	c cleaning 66000 clauses out of 132006 with flag 5730482/2274010
747.52/378.88	c cleaning 67001 clauses out of 134006 with flag 5905535/2342010
772.32/391.25	c cleaning 68001 clauses out of 136007 with flag 6087559/2411012
801.53/405.84	c cleaning 68993 clauses out of 138004 with flag 6276497/2481010
829.00/419.50	c cleaning 70003 clauses out of 140015 with flag 6476592/2552014
857.60/433.81	c cleaning 70999 clauses out of 142008 with flag 6680445/2624010
885.61/447.83	c cleaning 72005 clauses out of 144009 with flag 6885660/2697010
912.80/461.44	c cleaning 72997 clauses out of 146006 with flag 7087684/2771012
942.20/476.16	c cleaning 74001 clauses out of 148008 with flag 7294914/2846011
974.61/492.38	c cleaning 75000 clauses out of 150006 with flag 7505702/2922010
1012.22/511.14	c cleaning 76000 clauses out of 152007 with flag 7698979/2999011
1040.01/525.09	c cleaning 77001 clauses out of 154008 with flag 7889015/3077012
1074.91/542.48	c cleaning 78003 clauses out of 156005 with flag 8063953/3156010
1113.10/561.54	c cleaning 79001 clauses out of 158005 with flag 8246900/3236013
1150.69/580.38	c cleaning 79999 clauses out of 160003 with flag 8430469/3317012
1205.68/607.84	c cleaning 81002 clauses out of 162003 with flag 8616065/3399011
1254.63/632.25	c cleaning 81998 clauses out of 164001 with flag 8804208/3482011
1311.22/660.55	c cleaning 83000 clauses out of 166003 with flag 9006312/3566011
1363.24/686.58	c cleaning 84000 clauses out of 168002 with flag 9228528/3651010
1413.97/711.97	c cleaning 85000 clauses out of 170004 with flag 9425545/3737012
1462.92/736.38	c cleaning 85994 clauses out of 172002 with flag 9635445/3824010
1514.32/762.00	c cleaning 87002 clauses out of 174009 with flag 9834916/3912011
1564.32/787.05	c cleaning 87999 clauses out of 176008 with flag 10035917/4001012
1616.76/813.24	c cleaning 88999 clauses out of 178008 with flag 10247942/4091011
1673.51/841.52	c cleaning 90004 clauses out of 180008 with flag 10452178/4182010
1732.10/870.86	c cleaning 90998 clauses out of 182004 with flag 10657671/4274010
1792.70/901.17	c cleaning 92001 clauses out of 184006 with flag 10878980/4367010
1800.18/905.00	c >>>>>>>>>> Solver number 0 (14 answers) <<<<<<<<<<<<<<<<<<
1800.18/905.00	c starts		: 3393
1800.18/905.00	c conflicts		: 4385458
1800.18/905.00	c decisions		: 5272375
1800.18/905.00	c propagations		: 353572065
1800.18/905.00	c inspects		: 13255756603
1800.18/905.00	c shortcuts		: 0
1800.18/905.00	c learnt literals	: 0
1800.18/905.00	c learnt binary clauses	: 0
1800.18/905.00	c learnt ternary clauses	: 0
1800.18/905.00	c learnt constraints	: 4385458
1800.18/905.00	c ignored constraints	: 0
1800.18/905.00	c root simplifications	: 0
1800.18/905.00	c removed literals (reason simplification)	: 2973575
1800.18/905.00	c reason swapping (by a shorter reason)	: 0
1800.18/905.00	c Calls to reduceDB	: 90
1800.18/905.00	c Number of update (reduction) of LBD	: 285954
1800.18/905.00	c Imported unit clauses	: 0
1800.18/905.00	c number of reductions to clauses (during analyze)	: 0
1800.18/905.00	c number of learned constraints concerned by reduction	: 0
1800.18/905.00	c number of learning phase by resolution	: 0
1800.18/905.00	c number of learning phase by cutting planes	: 0
1800.18/905.00	c speed (assignments/second)	: 390785.3848423859
1800.18/905.00	c non guided choices	29
1800.18/905.03	c learnt constraints type 
1800.18/905.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 110453
1800.18/905.03	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.18/905.03	c starts		: 19
1800.18/905.03	c conflicts		: 1134
1800.18/905.03	c decisions		: 3509
1800.18/905.03	c propagations		: 70486
1800.18/905.03	c inspects		: 4807274
1800.18/905.03	c shortcuts		: 0
1800.18/905.03	c learnt literals	: 0
1800.18/905.03	c learnt binary clauses	: 0
1800.18/905.03	c learnt ternary clauses	: 0
1800.18/905.03	c learnt constraints	: 1131
1800.18/905.03	c ignored constraints	: 0
1800.18/905.03	c root simplifications	: 0
1800.18/905.03	c removed literals (reason simplification)	: 0
1800.18/905.03	c reason swapping (by a shorter reason)	: 0
1800.18/905.03	c Calls to reduceDB	: 0
1800.18/905.03	c Number of update (reduction) of LBD	: 0
1800.18/905.03	c Imported unit clauses	: 0
1800.18/905.03	c number of reductions to clauses (during analyze)	: 0
1800.18/905.03	c number of learned constraints concerned by reduction	: 0
1800.18/905.03	c number of learning phase by resolution	: 0
1800.18/905.03	c number of learning phase by cutting planes	: 0
1800.18/905.03	c speed (assignments/second)	: 78.5573777800068
1800.18/905.03	c non guided choices	5
1800.18/905.03	c learnt constraints type 
1800.18/905.03	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1
1800.18/905.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1130
1800.18/905.03	s SATISFIABLE
1800.18/905.03	c Found 14 solution(s)
1800.18/905.03	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 
1800.18/905.03	c objective function=-4287109
1800.18/905.03	c Total wall clock time (in seconds): 904.911

Verifier Data

OK	-4287109

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-4118055-1467219183/watcher-4118055-1467219183 -o /tmp/evaluation-result-4118055-1467219183/solver-4118055-1467219183 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1467208983-5283 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4118055-1467219183.opb 

pid=9096
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.55 3.42 3.61 4/196 9099
/proc/meminfo: memFree=25154464/32872528 swapFree=1459092/1655316
[pid=9099] ppid=9096 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/9099/stat : 9099 (java) R 9096 9099 5267 0 -1 4202496 528 0 0 0 0 0 0 0 20 0 1 0 2869485 9515008 181 33554432000 1073741824 1073778376 140736613488416 140736613471144 239873155978 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9099/statm: 2331 183 140 9 0 79 0

[startup+0.100059 s]
/proc/loadavg: 3.55 3.42 3.61 4/196 9099
/proc/meminfo: memFree=25154464/32872528 swapFree=1459092/1655316
[pid=9099] ppid=9096 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/9099/stat : 9099 (java) S 9096 9099 5267 0 -1 4202496 4410 0 1 0 8 1 0 0 20 0 18 0 2869485 9787879424 6036 33554432000 1073741824 1073778376 140736613488416 140736613479552 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9099/statm: 2389619 6036 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200209 s]
/proc/loadavg: 3.55 3.42 3.61 4/196 9099
/proc/meminfo: memFree=25154464/32872528 swapFree=1459092/1655316
[pid=9099] ppid=9096 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/9099/stat : 9099 (java) S 9096 9099 5267 0 -1 4202496 4651 0 1 0 23 1 0 0 20 0 18 0 2869485 9787879424 7231 33554432000 1073741824 1073778376 140736613488416 140736613479552 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9099/statm: 2389619 7231 2211 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300273 s]
/proc/loadavg: 3.55 3.42 3.61 4/196 9099
/proc/meminfo: memFree=25154464/32872528 swapFree=1459092/1655316
[pid=9099] ppid=9096 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/9099/stat : 9099 (java) S 9096 9099 5267 0 -1 4202496 4780 0 1 0 29 3 0 0 20 0 19 0 2869485 10060525568 8863 33554432000 1073741824 1073778376 140736613488416 140736613479552 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9099/statm: 2456183 8863 2224 9 0 2446860 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 9824732

[startup+0.700192 s]
/proc/loadavg: 3.55 3.42 3.61 4/196 9099
/proc/meminfo: memFree=25154464/32872528 swapFree=1459092/1655316
[pid=9099] ppid=9096 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/9099/stat : 9099 (java) S 9096 9099 5267 0 -1 4202496 4780 0 1 0 29 3 0 0 20 0 19 0 2869485 10060525568 8863 33554432000 1073741824 1073778376 140736613488416 140736613479552 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9099/statm: 2456183 8863 2224 9 0 2446860 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 9824732

[startup+1.5008 s]
/proc/loadavg: 3.42 3.40 3.60 3/216 9124
/proc/meminfo: memFree=25120196/32872528 swapFree=1459092/1655316
[pid=9099] ppid=9096 vsize=9824732 CPUtime=1.14 cores=0,2,4,6
/proc/9099/stat : 9099 (java) S 9096 9099 5267 0 -1 4202496 14722 0 1 0 107 7 0 0 20 0 20 0 2869485 10060525568 16531 33554432000 1073741824 1073778376 140736613488416 140736613479552 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9099/statm: 2456183 16531 2251 9 0 2446860 0
[pid=9099/tid=9101] ppid=9096 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/9099/task/9101/stat : 9101 (java) S 9096 9099 5267 0 -1 4202560 2415 0 1 0 20 0 0 0 20 0 20 0 2869486 10060525568 16531 33554432000 1073741824 1073778376 140736613488416 139935654318968 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9099/tid=9102] ppid=9096 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9099/task/9102/stat : 9102 (java) S 9096 9099 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 2869487 10060525568 16531 33554432000 1073741824 1073778376 140736613488416 139935615810216 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9099/tid=9103] ppid=9096 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9099/task/9103/stat : 9103 (java) S 9096 9099 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 2869487 10060525568 16531 33554432000 1073741824 1073778376 140736613488416 139935614757672 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9099/tid=9104] ppid=9096 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9099/task/9104/stat : 9104 (java) S 9096 9099 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 2869487 10060525568 16531 33554432000 1073741824 1073778376 140736613488416 139935613705128 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9099/tid=9105] ppid=9096 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9099/task/9105/stat : 9105 (java) S 9096 9099 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 2869487 10060525568 16531 33554432000 1073741824 1073778376 140736613488416 139935612652584 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9099/tid=9106] ppid=9096 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9099/task/9106/stat : 9106 (java) S 9096 9099 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 2869487 10060525568 16531 33554432000 1073741824 1073778376 140736613488416 139935611599016 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9099/tid=9107] ppid=9096 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9099/task/9107/stat : 9107 (java) S 9096 9099 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 2869487 10060525568 16531 33554432000 1073741824 1073778376 140736613488416 139935610546472 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9099/tid=9108] ppid=9096 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9099/task/9108/stat : 9108 (java) S 9096 9099 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 2869487 10060525568 16531 33554432000 1073741824 1073778376 140736613488416 139935609493928 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9099/tid=9109] ppid=9096 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9099/task/9109/stat : 9109 (java) S 9096 9099 5267 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 2869487 10060525568 16531 33554432000 1073741824 1073778376 140736613488416 139935608441384 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9099/tid=9110] ppid=9096 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9099/task/9110/stat : 9110 (java) S 9096 9099 5267 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 2869488 10060525568 16531 33554432000 1073741824 1073778376 140736613488416 139935477619304 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9099/tid=9111] ppid=9096 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9099/task/9111/stat : 9111 (java) S 9096 9099 5267 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 2869488 10060525568 16531 33554432000 1073741824 1073778376 140736613488416 139935476565624 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9099/tid=9112] ppid=9096 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9099/task/9112/stat : 9112 (java) S 9096 9099 5267 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 2869489 10060525568 16531 33554432000 1073741824 1073778376 140736613488416 139935475512968 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9099/tid=9113] ppid=9096 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9099/task/9113/stat : 9113 (java) S 9096 9099 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 2869491 10060525568 16531 33554432000 1073741824 1073778376 140736613488416 139935474461712 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9099/tid=9114] ppid=9096 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/9099/task/9114/stat : 9114 (java) S 9096 9099 5267 0 -1 4202560 4823 0 0 0 30 1 0 0 20 0 20 0 2869491 10060525568 16531 33554432000 1073741824 1073778376 140736613488416 139935473408056 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9099/tid=9115] ppid=9096 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/9099/task/9115/stat : 9115 (java) S 9096 9099 5267 0 -1 4202560 6128 0 0 0 27 1 0 0 20 0 20 0 2869491 10060525568 16531 33554432000 1073741824 1073778376 140736613488416 139935472355512 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9099/tid=9116] ppid=9096 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9099/task/9116/stat : 9116 (java) S 9096 9099 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 2869491 10060525568 16531 33554432000 1073741824 1073778376 140736613488416 139934597900792 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9099/tid=9117] ppid=9096 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9099/task/9117/stat : 9117 (java) S 9096 9099 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 2869491 10060525568 16531 33554432000 1073741824 1073778376 140736613488416 139934596848456 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9099/tid=9121] ppid=9096 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9099/task/9121/stat : 9121 (java) S 9096 9099 5267 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 2869508 10060525568 16531 33554432000 1073741824 1073778376 140736613488416 139934592636584 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 9824732

[startup+3.10081 s]
/proc/loadavg: 3.42 3.40 3.60 3/215 9129
/proc/meminfo: memFree=25082340/32872528 swapFree=1459092/1655316
[pid=9099] ppid=9096 vsize=9824732 CPUtime=1.93 cores=0,2,4,6
/proc/9099/stat : 9099 (java) S 9096 9099 5267 0 -1 4202496 17286 0 1 0 183 10 0 0 20 0 19 0 2869485 10060525568 22267 33554432000 1073741824 1073778376 140736613488416 140736613479552 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9099/statm: 2456183 22267 2257 9 0 2446860 0
[pid=9099/tid=9101] ppid=9096 vsize=9824732 CPUtime=0.21 cores=0,2,4,6
/proc/9099/task/9101/stat : 9101 (java) S 9096 9099 5267 0 -1 4202560 2416 0 1 0 21 0 0 0 20 0 19 0 2869486 10060525568 22267 33554432000 1073741824 1073778376 140736613488416 139935654318968 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9099/tid=9102] ppid=9096 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9099/task/9102/stat : 9102 (java) S 9096 9099 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2869487 10060525568 22267 33554432000 1073741824 1073778376 140736613488416 139935615810216 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9099/tid=9103] ppid=9096 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9099/task/9103/stat : 9103 (java) S 9096 9099 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2869487 10060525568 22267 33554432000 1073741824 1073778376 140736613488416 139935614757672 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9099/tid=9104] ppid=9096 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9099/task/9104/stat : 9104 (java) S 9096 9099 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2869487 10060525568 22267 33554432000 1073741824 1073778376 140736613488416 139935613705128 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9099/tid=9105] ppid=9096 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9099/task/9105/stat : 9105 (java) S 9096 9099 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2869487 10060525568 22267 33554432000 1073741824 1073778376 140736613488416 139935612652584 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9099/tid=9106] ppid=9096 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9099/task/9106/stat : 9106 (java) S 9096 9099 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2869487 10060525568 22267 33554432000 1073741824 1073778376 140736613488416 139935611599016 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9099/tid=9107] ppid=9096 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9099/task/9107/stat : 9107 (java) S 9096 9099 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2869487 10060525568 22267 33554432000 1073741824 1073778376 140736613488416 139935610546472 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9099/tid=9108] ppid=9096 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9099/task/9108/stat : 9108 (java) S 9096 9099 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2869487 10060525568 22267 33554432000 1073741824 1073778376 140736613488416 139935609493928 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9099/tid=9109] ppid=9096 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9099/task/9109/stat : 9109 (java) S 9096 9099 5267 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2869487 10060525568 22267 33554432000 1073741824 1073778376 140736613488416 139935608441384 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9099/tid=9110] ppid=9096 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9099/task/9110/stat : 9110 (java) S 9096 9099 5267 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 2869488 10060525568 22267 33554432000 1073741824 1073778376 140736613488416 139935477619304 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9099/tid=9111] ppid=9096 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9099/task/9111/stat : 9111 (java) S 9096 9099 5267 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2869488 10060525568 22267 33554432000 1073741824 1073778376 140736613488416 139935476565624 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9099/tid=9112] ppid=9096 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9099/task/9112/stat : 9112 (java) S 9096 9099 5267 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2869489 10060525568 22267 33554432000 1073741824 1073778376 140736613488416 139935475512968 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9099/tid=9113] ppid=9096 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9099/task/9113/stat : 9113 (java) S 9096 9099 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2869491 10060525568 22267 33554432000 1073741824 1073778376 140736613488416 139935474461712 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9099/tid=9114] ppid=9096 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/9099/task/9114/stat : 9114 (java) S 9096 9099 5267 0 -1 4202560 6097 0 0 0 49 1 0 0 20 0 19 0 2869491 10060525568 22267 33554432000 1073741824 1073778376 140736613488416 139935473408056 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9099/tid=9115] ppid=9096 vsize=9824732 CPUtime=0.58 cores=0,2,4,6
/proc/9099/task/9115/stat : 9115 (java) S 9096 9099 5267 0 -1 4202560 7388 0 0 0 56 2 0 0 20 0 19 0 2869491 10060525568 22267 33554432000 1073741824 1073778376 140736613488416 139935472355512 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9099/tid=9116] ppid=9096 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9099/task/9116/stat : 9116 (java) S 9096 9099 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2869491 10060525568 22267 33554432000 1073741824 1073778376 140736613488416 139934597900792 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9099/tid=9117] ppid=9096 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9099/task/9117/stat : 9117 (java) S 9096 9099 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2869491 10060525568 22267 33554432000 1073741824 1073778376 140736613488416 139934596848456 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9099/tid=9121] ppid=9096 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9099/task/9121/stat : 9121 (java) S 9096 9099 5267 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2869508 10060525568 22267 33554432000 1073741824 1073778376 140736613488416 139934592636584 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=33 pid=1810 uid=0 cmd=

[startup+6.30073 s]
/proc/loadavg: 3.42 3.40 3.60 5/218 9149
/proc/meminfo: memFree=25027544/32872528 swapFree=1459092/1655316
[pid=9099] ppid=9096 vsize=9824732 CPUtime=4.24 cores=0,2,4,6
/proc/9099/stat : 9099 (java) S 9096 9099 5267 0 -1 4202496 26167 0 1 0 409 15 0 0 20 0 21 0 2869485 10060525568 48454 33554432000 1073741824 1073778376 140736613488416 140736613479552 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9099/statm: 2456183 48454 2286 9 0 2446860 0
[pid=9099/tid=9101] ppid=9096 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/9099/task/9101/stat : 9101 (java) S 9096 9099 5267 0 -1 4202560 2420 0 1 0 22 0 0 0 20 0 21 0 2869486 10060525568 48454 33554432000 1073741824 1073778376 140736613488416 139935654318968 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9099/tid=9102] ppid=9096 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9099/task/9102/stat : 9102 (java) S 9096 9099 5267 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 21 0 2869487 10060525568 48454 33554432000 1073741824 1073778376 140736613488416 139935615810216 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9099/tid=9103] ppid=9096 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9099/task/9103/stat : 9103 (java) S 9096 9099 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 2869487 10060525568 48454 33554432000 1073741824 1073778376 140736613488416 139935614757672 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9099/tid=9104] ppid=9096 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9099/task/9104/stat : 9104 (java) S 9096 9099 5267 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 21 0 2869487 10060525568 48454 33554432000 1073741824 1073778376 140736613488416 139935613705128 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9099/tid=9105] ppid=9096 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9099/task/9105/stat : 9105 (java) S 9096 9099 5267 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 2869487 10060525568 48454 33554432000 1073741824 1073778376 140736613488416 139935612652584 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9099/tid=9106] ppid=9096 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9099/task/9106/stat : 9106 (java) S 9096 9099 5267 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 21 0 2869487 10060525568 48454 33554432000 1073741824 1073778376 140736613488416 139935611599016 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9099/tid=9107] ppid=9096 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9099/task/9107/stat : 9107 (java) S 9096 9099 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 2869487 10060525568 48454 33554432000 1073741824 1073778376 140736613488416 139935610546472 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9099/tid=9108] ppid=9096 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9099/task/9108/stat : 9108 (java) S 9096 9099 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 2869487 10060525568 48454 33554432000 1073741824 1073778376 140736613488416 139935609493928 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9099/tid=9109] ppid=9096 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9099/task/9109/stat : 9109 (java) S 9096 9099 5267 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 2869487 10060525568 48454 33554432000 1073741824 1073778376 140736613488416 139935608441384 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9099/tid=9110] ppid=9096 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9099/task/9110/stat : 9110 (java) S 9096 9099 5267 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 21 0 2869488 10060525568 48454 33554432000 1073741824 1073778376 140736613488416 139935477619304 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9099/tid=9111] ppid=9096 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9099/task/9111/stat : 9111 (java) S 9096 9099 5267 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 2869488 10060525568 48454 33554432000 1073741824 1073778376 140736613488416 139935476565624 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9099/tid=9112] ppid=9096 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9099/task/9112/stat : 9112 (java) S 9096 9099 5267 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 21 0 2869489 10060525568 48454 33554432000 1073741824 1073778376 140736613488416 139935475512968 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9099/tid=9113] ppid=9096 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9099/task/9113/stat : 9113 (java) S 9096 9099 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 2869491 10060525568 48454 33554432000 1073741824 1073778376 140736613488416 139935474461712 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9099/tid=9114] ppid=9096 vsize=9824732 CPUtime=0.95 cores=0,2,4,6
/proc/9099/task/9114/stat : 9114 (java) R 9096 9099 5267 0 -1 4202560 12629 0 0 0 93 2 0 0 20 0 21 0 2869491 10060525568 48454 33554432000 1073741824 1073778376 140736613488416 139935473384504 239876486204 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9099/tid=9115] ppid=9096 vsize=9824732 CPUtime=1 cores=0,2,4,6
/proc/9099/task/9115/stat : 9115 (java) S 9096 9099 5267 0 -1 4202560 9606 0 0 0 98 2 0 0 20 0 21 0 2869491 10060525568 48454 33554432000 1073741824 1073778376 140736613488416 139935472355512 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9099/tid=9116] ppid=9096 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9099/task/9116/stat : 9116 (java) S 9096 9099 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 2869491 10060525568 48454 33554432000 1073741824 1073778376 140736613488416 139934597900792 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9099/tid=9117] ppid=9096 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9099/task/9117/stat : 9117 (java) S 9096 9099 5267 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 2869491 10060525568 48454 33554432000 1073741824 1073778376 140736613488416 139934596848456 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9099/tid=9121] ppid=9096 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9099/task/9121/stat : 9121 (java) S 9096 9099 5267 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 2869508 10060525568 48454 33554432000 1073741824 1073778376 140736613488416 139934592636584 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.24

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


[startup+822.301 s]
/proc/loadavg: 3.16 3.24 3.39 4/218 9203
/proc/meminfo: memFree=23313100/32872528 swapFree=1459092/1655316
[pid=9099] ppid=9096 vsize=9824732 CPUtime=1634.96 cores=0,2,4,6
/proc/9099/stat : 9099 (java) S 9096 9099 5267 0 -1 4202496 37794 0 1 0 163328 168 0 0 20 0 22 0 2869485 10060525568 430515 33554432000 1073741824 1073778376 140736613488416 140736613479552 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9099/statm: 2456183 430515 2295 9 0 2446860 0
[pid=9099/tid=9101] ppid=9096 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/9099/task/9101/stat : 9101 (java) S 9096 9099 5267 0 -1 4202560 2421 0 1 0 24 2 0 0 20 0 22 0 2869486 10060525568 430515 33554432000 1073741824 1073778376 140736613488416 139935654318968 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9099/tid=9102] ppid=9096 vsize=9824732 CPUtime=0.56 cores=0,2,4,6
/proc/9099/task/9102/stat : 9102 (java) S 9096 9099 5267 0 -1 4202560 817 0 0 0 38 18 0 0 20 0 22 0 2869487 10060525568 430515 33554432000 1073741824 1073778376 140736613488416 139935615810216 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9099/tid=9103] ppid=9096 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/9099/task/9103/stat : 9103 (java) S 9096 9099 5267 0 -1 4202560 667 0 0 0 35 13 0 0 20 0 22 0 2869487 10060525568 430515 33554432000 1073741824 1073778376 140736613488416 139935614757672 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9099/tid=9104] ppid=9096 vsize=9824732 CPUtime=0.68 cores=0,2,4,6
/proc/9099/task/9104/stat : 9104 (java) S 9096 9099 5267 0 -1 4202560 1413 0 0 0 50 18 0 0 20 0 22 0 2869487 10060525568 430515 33554432000 1073741824 1073778376 140736613488416 139935613705128 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9099/tid=9105] ppid=9096 vsize=9824732 CPUtime=0.56 cores=0,2,4,6
/proc/9099/task/9105/stat : 9105 (java) S 9096 9099 5267 0 -1 4202560 553 0 0 0 45 11 0 0 20 0 22 0 2869487 10060525568 430515 33554432000 1073741824 1073778376 140736613488416 139935612652584 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9099/tid=9106] ppid=9096 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/9099/task/9106/stat : 9106 (java) S 9096 9099 5267 0 -1 4202560 2153 0 0 0 34 12 0 0 20 0 22 0 2869487 10060525568 430515 33554432000 1073741824 1073778376 140736613488416 139935611599016 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9099/tid=9107] ppid=9096 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/9099/task/9107/stat : 9107 (java) S 9096 9099 5267 0 -1 4202560 620 0 0 0 38 15 0 0 20 0 22 0 2869487 10060525568 430515 33554432000 1073741824 1073778376 140736613488416 139935610546472 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9099/tid=9108] ppid=9096 vsize=9824732 CPUtime=0.64 cores=0,2,4,6
/proc/9099/task/9108/stat : 9108 (java) S 9096 9099 5267 0 -1 4202560 1035 0 0 0 45 19 0 0 20 0 22 0 2869487 10060525568 430515 33554432000 1073741824 1073778376 140736613488416 139935609493928 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9099/tid=9109] ppid=9096 vsize=9824732 CPUtime=0.68 cores=0,2,4,6
/proc/9099/task/9109/stat : 9109 (java) S 9096 9099 5267 0 -1 4202560 1024 0 0 0 49 19 0 0 20 0 22 0 2869487 10060525568 430515 33554432000 1073741824 1073778376 140736613488416 139935608441384 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9099/tid=9110] ppid=9096 vsize=9824732 CPUtime=0.78 cores=0,2,4,6
/proc/9099/task/9110/stat : 9110 (java) S 9096 9099 5267 0 -1 4202560 1125 0 0 0 75 3 0 0 20 0 22 0 2869488 10060525568 430515 33554432000 1073741824 1073778376 140736613488416 139935477619304 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9099/tid=9111] ppid=9096 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9099/task/9111/stat : 9111 (java) S 9096 9099 5267 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 2869488 10060525568 430515 33554432000 1073741824 1073778376 140736613488416 139935476565624 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9099/tid=9112] ppid=9096 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9099/task/9112/stat : 9112 (java) S 9096 9099 5267 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 2869489 10060525568 430515 33554432000 1073741824 1073778376 140736613488416 139935475512968 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9099/tid=9113] ppid=9096 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9099/task/9113/stat : 9113 (java) S 9096 9099 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2869491 10060525568 430515 33554432000 1073741824 1073778376 140736613488416 139935474461712 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9099/tid=9114] ppid=9096 vsize=9824732 CPUtime=1.25 cores=0,2,4,6
/proc/9099/task/9114/stat : 9114 (java) S 9096 9099 5267 0 -1 4202560 13860 0 0 0 122 3 0 0 20 0 22 0 2869491 10060525568 430515 33554432000 1073741824 1073778376 140736613488416 139935473408056 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9099/tid=9115] ppid=9096 vsize=9824732 CPUtime=1.07 cores=0,2,4,6
/proc/9099/task/9115/stat : 9115 (java) S 9096 9099 5267 0 -1 4202560 9624 0 0 0 105 2 0 0 20 0 22 0 2869491 10060525568 430515 33554432000 1073741824 1073778376 140736613488416 139935472355512 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9099/tid=9116] ppid=9096 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9099/task/9116/stat : 9116 (java) S 9096 9099 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2869491 10060525568 430515 33554432000 1073741824 1073778376 140736613488416 139934597900792 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9099/tid=9117] ppid=9096 vsize=9824732 CPUtime=0.21 cores=0,2,4,6
/proc/9099/task/9117/stat : 9117 (java) S 9096 9099 5267 0 -1 4202560 48 0 0 0 9 12 0 0 20 0 22 0 2869491 10060525568 430515 33554432000 1073741824 1073778376 140736613488416 139934596848456 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9099/tid=9121] ppid=9096 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9099/task/9121/stat : 9121 (java) S 9096 9099 5267 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2869508 10060525568 430515 33554432000 1073741824 1073778376 140736613488416 139934592636584 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9099/tid=9159] ppid=9096 vsize=9824732 CPUtime=812.45 cores=0,2,4,6
/proc/9099/task/9159/stat : 9159 (java) R 9096 9099 5267 0 -1 4202560 541 0 0 0 81229 16 0 0 20 0 22 0 2870262 10060525568 430515 33554432000 1073741824 1073778376 140736613488416 139934595784960 139935487717106 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9099/tid=9160] ppid=9096 vsize=9824732 CPUtime=812.46 cores=0,2,4,6
/proc/9099/task/9160/stat : 9160 (java) R 9096 9099 5267 0 -1 4202560 402 0 0 0 81220 26 0 0 20 0 22 0 2870262 10060525568 430515 33554432000 1073741824 1073778376 140736613488416 139934593688128 139935488121376 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9099/tid=9161] ppid=9096 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9099/task/9161/stat : 9161 (java) S 9096 9099 5267 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 2870262 10060525568 430515 33554432000 1073741824 1073778376 140736613488416 139934594741928 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1634.96
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 3.23 3.24 3.38 5/219 9297
/proc/meminfo: memFree=26202108/32872528 swapFree=1459092/1655316
[pid=9099] ppid=9096 vsize=9824732 CPUtime=1755.12 cores=0,2,4,6
/proc/9099/stat : 9099 (java) S 9096 9099 5267 0 -1 4202496 37902 0 1 0 175342 170 0 0 20 0 22 0 2869485 10060525568 420064 33554432000 1073741824 1073778376 140736613488416 140736613479552 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9099/statm: 2456183 420064 2295 9 0 2446860 0
[pid=9099/tid=9101] ppid=9096 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/9099/task/9101/stat : 9101 (java) S 9096 9099 5267 0 -1 4202560 2422 0 1 0 24 2 0 0 20 0 22 0 2869486 10060525568 420064 33554432000 1073741824 1073778376 140736613488416 139935654318968 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9099/tid=9102] ppid=9096 vsize=9824732 CPUtime=0.57 cores=0,2,4,6
/proc/9099/task/9102/stat : 9102 (java) S 9096 9099 5267 0 -1 4202560 817 0 0 0 39 18 0 0 20 0 22 0 2869487 10060525568 420064 33554432000 1073741824 1073778376 140736613488416 139935615810216 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9099/tid=9103] ppid=9096 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/9099/task/9103/stat : 9103 (java) S 9096 9099 5267 0 -1 4202560 667 0 0 0 37 13 0 0 20 0 22 0 2869487 10060525568 420064 33554432000 1073741824 1073778376 140736613488416 139935614757672 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9099/tid=9104] ppid=9096 vsize=9824732 CPUtime=0.69 cores=0,2,4,6
/proc/9099/task/9104/stat : 9104 (java) S 9096 9099 5267 0 -1 4202560 1413 0 0 0 51 18 0 0 20 0 22 0 2869487 10060525568 420064 33554432000 1073741824 1073778376 140736613488416 139935613705128 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9099/tid=9105] ppid=9096 vsize=9824732 CPUtime=0.58 cores=0,2,4,6
/proc/9099/task/9105/stat : 9105 (java) S 9096 9099 5267 0 -1 4202560 553 0 0 0 47 11 0 0 20 0 22 0 2869487 10060525568 420064 33554432000 1073741824 1073778376 140736613488416 139935612652584 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9099/tid=9106] ppid=9096 vsize=9824732 CPUtime=0.51 cores=0,2,4,6
/proc/9099/task/9106/stat : 9106 (java) S 9096 9099 5267 0 -1 4202560 2160 0 0 0 39 12 0 0 20 0 22 0 2869487 10060525568 420064 33554432000 1073741824 1073778376 140736613488416 139935611599016 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9099/tid=9107] ppid=9096 vsize=9824732 CPUtime=0.55 cores=0,2,4,6
/proc/9099/task/9107/stat : 9107 (java) S 9096 9099 5267 0 -1 4202560 693 0 0 0 40 15 0 0 20 0 22 0 2869487 10060525568 420064 33554432000 1073741824 1073778376 140736613488416 139935610546472 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9099/tid=9108] ppid=9096 vsize=9824732 CPUtime=0.69 cores=0,2,4,6
/proc/9099/task/9108/stat : 9108 (java) S 9096 9099 5267 0 -1 4202560 1053 0 0 0 50 19 0 0 20 0 22 0 2869487 10060525568 420064 33554432000 1073741824 1073778376 140736613488416 139935609493928 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9099/tid=9109] ppid=9096 vsize=9824732 CPUtime=0.69 cores=0,2,4,6
/proc/9099/task/9109/stat : 9109 (java) S 9096 9099 5267 0 -1 4202560 1024 0 0 0 50 19 0 0 20 0 22 0 2869487 10060525568 420064 33554432000 1073741824 1073778376 140736613488416 139935608441384 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9099/tid=9110] ppid=9096 vsize=9824732 CPUtime=0.78 cores=0,2,4,6
/proc/9099/task/9110/stat : 9110 (java) S 9096 9099 5267 0 -1 4202560 1127 0 0 0 75 3 0 0 20 0 22 0 2869488 10060525568 420064 33554432000 1073741824 1073778376 140736613488416 139935477619304 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9099/tid=9111] ppid=9096 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9099/task/9111/stat : 9111 (java) S 9096 9099 5267 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 2869488 10060525568 420064 33554432000 1073741824 1073778376 140736613488416 139935476565624 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9099/tid=9112] ppid=9096 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9099/task/9112/stat : 9112 (java) S 9096 9099 5267 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 2869489 10060525568 420064 33554432000 1073741824 1073778376 140736613488416 139935475512968 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9099/tid=9113] ppid=9096 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9099/task/9113/stat : 9113 (java) S 9096 9099 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2869491 10060525568 420064 33554432000 1073741824 1073778376 140736613488416 139935474461712 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9099/tid=9114] ppid=9096 vsize=9824732 CPUtime=1.32 cores=0,2,4,6
/proc/9099/task/9114/stat : 9114 (java) S 9096 9099 5267 0 -1 4202560 13861 0 0 0 129 3 0 0 20 0 22 0 2869491 10060525568 420064 33554432000 1073741824 1073778376 140736613488416 139935473408056 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9099/tid=9115] ppid=9096 vsize=9824732 CPUtime=1.07 cores=0,2,4,6
/proc/9099/task/9115/stat : 9115 (java) S 9096 9099 5267 0 -1 4202560 9624 0 0 0 105 2 0 0 20 0 22 0 2869491 10060525568 420064 33554432000 1073741824 1073778376 140736613488416 139935472355512 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9099/tid=9116] ppid=9096 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9099/task/9116/stat : 9116 (java) S 9096 9099 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2869491 10060525568 420064 33554432000 1073741824 1073778376 140736613488416 139934597900792 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9099/tid=9117] ppid=9096 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/9099/task/9117/stat : 9117 (java) S 9096 9099 5267 0 -1 4202560 52 0 0 0 10 13 0 0 20 0 22 0 2869491 10060525568 420064 33554432000 1073741824 1073778376 140736613488416 139934596848456 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9099/tid=9121] ppid=9096 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9099/task/9121/stat : 9121 (java) S 9096 9099 5267 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2869508 10060525568 420064 33554432000 1073741824 1073778376 140736613488416 139934592636584 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9099/tid=9159] ppid=9096 vsize=9824732 CPUtime=872.4 cores=0,2,4,6
/proc/9099/task/9159/stat : 9159 (java) R 9096 9099 5267 0 -1 4202560 542 0 0 0 87222 18 0 0 20 0 22 0 2870262 10060525568 420064 33554432000 1073741824 1073778376 140736613488416 139934595784960 139935487717147 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9099/tid=9160] ppid=9096 vsize=9824732 CPUtime=872.4 cores=0,2,4,6
/proc/9099/task/9160/stat : 9160 (java) R 9096 9099 5267 0 -1 4202560 403 0 0 0 87213 27 0 0 20 0 22 0 2870262 10060525568 420064 33554432000 1073741824 1073778376 140736613488416 139934593686552 139935487664006 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9099/tid=9161] ppid=9096 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9099/task/9161/stat : 9161 (java) S 9096 9099 5267 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 2870262 10060525568 420064 33554432000 1073741824 1073778376 140736613488416 139934594741928 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1755.12
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+905.001 s]
/proc/loadavg: 3.53 3.30 3.40 6/219 9303
/proc/meminfo: memFree=26183820/32872528 swapFree=1459092/1655316
[pid=9099] ppid=9096 vsize=9824732 CPUtime=1800.18 cores=0,2,4,6
/proc/9099/stat : 9099 (java) S 9096 9099 5267 0 -1 4202496 38164 0 1 0 179844 174 0 0 20 0 22 0 2869485 10060525568 414517 33554432000 1073741824 1073778376 140736613488416 140736613479552 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9099/statm: 2456183 414517 2295 9 0 2446860 0
[pid=9099/tid=9101] ppid=9096 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/9099/task/9101/stat : 9101 (java) S 9096 9099 5267 0 -1 4202560 2422 0 1 0 24 2 0 0 20 0 22 0 2869486 10060525568 414517 33554432000 1073741824 1073778376 140736613488416 139935654318968 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9099/tid=9102] ppid=9096 vsize=9824732 CPUtime=0.59 cores=0,2,4,6
/proc/9099/task/9102/stat : 9102 (java) S 9096 9099 5267 0 -1 4202560 818 0 0 0 41 18 0 0 20 0 22 0 2869487 10060525568 414517 33554432000 1073741824 1073778376 140736613488416 139935615810216 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9099/tid=9103] ppid=9096 vsize=9824732 CPUtime=0.51 cores=0,2,4,6
/proc/9099/task/9103/stat : 9103 (java) S 9096 9099 5267 0 -1 4202560 672 0 0 0 38 13 0 0 20 0 22 0 2869487 10060525568 414517 33554432000 1073741824 1073778376 140736613488416 139935614757672 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9099/tid=9104] ppid=9096 vsize=9824732 CPUtime=0.73 cores=0,2,4,6
/proc/9099/task/9104/stat : 9104 (java) S 9096 9099 5267 0 -1 4202560 1485 0 0 0 55 18 0 0 20 0 22 0 2869487 10060525568 414517 33554432000 1073741824 1073778376 140736613488416 139935613705128 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9099/tid=9105] ppid=9096 vsize=9824732 CPUtime=0.59 cores=0,2,4,6
/proc/9099/task/9105/stat : 9105 (java) S 9096 9099 5267 0 -1 4202560 558 0 0 0 48 11 0 0 20 0 22 0 2869487 10060525568 414517 33554432000 1073741824 1073778376 140736613488416 139935612652584 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9099/tid=9106] ppid=9096 vsize=9824732 CPUtime=0.52 cores=0,2,4,6
/proc/9099/task/9106/stat : 9106 (java) S 9096 9099 5267 0 -1 4202560 2163 0 0 0 40 12 0 0 20 0 22 0 2869487 10060525568 414517 33554432000 1073741824 1073778376 140736613488416 139935611599016 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9099/tid=9107] ppid=9096 vsize=9824732 CPUtime=0.59 cores=0,2,4,6
/proc/9099/task/9107/stat : 9107 (java) S 9096 9099 5267 0 -1 4202560 739 0 0 0 43 16 0 0 20 0 22 0 2869487 10060525568 414517 33554432000 1073741824 1073778376 140736613488416 139935610546472 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9099/tid=9108] ppid=9096 vsize=9824732 CPUtime=0.71 cores=0,2,4,6
/proc/9099/task/9108/stat : 9108 (java) S 9096 9099 5267 0 -1 4202560 1115 0 0 0 52 19 0 0 20 0 22 0 2869487 10060525568 414517 33554432000 1073741824 1073778376 140736613488416 139935609493928 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9099/tid=9109] ppid=9096 vsize=9824732 CPUtime=0.7 cores=0,2,4,6
/proc/9099/task/9109/stat : 9109 (java) S 9096 9099 5267 0 -1 4202560 1069 0 0 0 51 19 0 0 20 0 22 0 2869487 10060525568 414517 33554432000 1073741824 1073778376 140736613488416 139935608441384 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9099/tid=9110] ppid=9096 vsize=9824732 CPUtime=1.19 cores=0,2,4,6
/proc/9099/task/9110/stat : 9110 (java) S 9096 9099 5267 0 -1 4202560 1147 0 0 0 115 4 0 0 20 0 22 0 2869488 10060525568 414517 33554432000 1073741824 1073778376 140736613488416 139935477619304 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9099/tid=9111] ppid=9096 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9099/task/9111/stat : 9111 (java) S 9096 9099 5267 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 2869488 10060525568 414517 33554432000 1073741824 1073778376 140736613488416 139935476565624 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9099/tid=9112] ppid=9096 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9099/task/9112/stat : 9112 (java) S 9096 9099 5267 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 2869489 10060525568 414517 33554432000 1073741824 1073778376 140736613488416 139935475512968 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9099/tid=9113] ppid=9096 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9099/task/9113/stat : 9113 (java) S 9096 9099 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2869491 10060525568 414517 33554432000 1073741824 1073778376 140736613488416 139935474461712 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9099/tid=9114] ppid=9096 vsize=9824732 CPUtime=1.32 cores=0,2,4,6
/proc/9099/task/9114/stat : 9114 (java) S 9096 9099 5267 0 -1 4202560 13861 0 0 0 129 3 0 0 20 0 22 0 2869491 10060525568 414517 33554432000 1073741824 1073778376 140736613488416 139935473408056 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9099/tid=9115] ppid=9096 vsize=9824732 CPUtime=1.07 cores=0,2,4,6
/proc/9099/task/9115/stat : 9115 (java) S 9096 9099 5267 0 -1 4202560 9624 0 0 0 105 2 0 0 20 0 22 0 2869491 10060525568 414517 33554432000 1073741824 1073778376 140736613488416 139935472355512 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9099/tid=9116] ppid=9096 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9099/task/9116/stat : 9116 (java) S 9096 9099 5267 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 2869491 10060525568 414517 33554432000 1073741824 1073778376 140736613488416 139934597900792 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9099/tid=9117] ppid=9096 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/9099/task/9117/stat : 9117 (java) S 9096 9099 5267 0 -1 4202560 54 0 0 0 10 14 0 0 20 0 22 0 2869491 10060525568 414517 33554432000 1073741824 1073778376 140736613488416 139934596848456 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9099/tid=9121] ppid=9096 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9099/task/9121/stat : 9121 (java) S 9096 9099 5267 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 2869508 10060525568 414517 33554432000 1073741824 1073778376 140736613488416 139934592636584 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9099/tid=9159] ppid=9096 vsize=9824732 CPUtime=894.64 cores=0,2,4,6
/proc/9099/task/9159/stat : 9159 (java) R 9096 9099 5267 0 -1 4202560 543 0 0 0 89446 18 0 0 20 0 22 0 2870262 10060525568 414517 33554432000 1073741824 1073778376 140736613488416 139934595792656 139935487722316 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9099/tid=9160] ppid=9096 vsize=9824732 CPUtime=894.65 cores=0,2,4,6
/proc/9099/task/9160/stat : 9160 (java) R 9096 9099 5267 0 -1 4202560 403 0 0 0 89438 27 0 0 20 0 22 0 2870262 10060525568 414517 33554432000 1073741824 1073778376 140736613488416 139934593686352 139935487664009 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9099/tid=9161] ppid=9096 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9099/task/9161/stat : 9161 (java) S 9096 9099 5267 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 2870262 10060525568 414517 33554432000 1073741824 1073778376 140736613488416 139934594741928 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
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 9099 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 905.06
CPU time (s): 1800.72
CPU user time (s): 1798.46
CPU system time (s): 2.26066
CPU usage (%): 198.961
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.46
system time used= 2.26066
maximum resident set size= 2120688
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38206
page faults= 1
swaps= 0
block input operations= 0
block output operations= 832
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22464
involuntary context switches= 12327

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.63099 second user time and 6.05808 second system time

The end

Launcher Data

Begin job on node136 at 2016-06-29 18:53:03
IDJOB=4118055
IDBENCH=111439
IDSOLVER=2543
FILE ID=node136/4118055-1467219183
RUNJOBID= node136-1467208983-5283
PBS_JOBID= 19997574
Free space on /tmp= 71644 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-BIGINT-NLC/minlplib2-pb-0.1.0/opb/normalized-graphpart_2g-0099-9211.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4118055-1467219183/watcher-4118055-1467219183 -o /tmp/evaluation-result-4118055-1467219183/solver-4118055-1467219183 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1467208983-5283 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4118055-1467219183.opb

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

MD5SUM BENCH= 8aeb4b366e2338644b2b4d2ceff05423
RANDOM SEED=110261691

node136.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.182
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.182
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.182
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.182
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        25155008 kB
Buffers:          144088 kB
Cached:          1748308 kB
SwapCached:            0 kB
Active:          3626188 kB
Inactive:        1675144 kB
Active(anon):    3410680 kB
Inactive(anon):     1084 kB
Active(file):     215508 kB
Inactive(file):  1674060 kB
Unevictable:     1655316 kB
Mlocked:         1459092 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               820 kB
Writeback:             0 kB
AnonPages:       5076904 kB
Mapped:            22132 kB
Shmem:               204 kB
Slab:             609896 kB
SReclaimable:      53636 kB
SUnreclaim:       556260 kB
KernelStack:        1584 kB
PageTables:        14124 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5327304 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3565568 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= 71644 MiB
End job on node136 at 2016-06-29 19:08:08