Trace number 4105466

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)26 1800.02 902.141

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
logic_synthesis/normalized-m100_300_10_10.r.opb
MD5SUM7594cbd1c9783d8ed9b0ac9dcb03739f
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark25
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 21
Optimality of the best value was proved YES
Number of variables293
Total number of constraints100
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint10
Number of terms in the objective function 293
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 293
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 293
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/0.11	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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4105466-1466253892.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  objective function found
0.11/0.16	c ... done. Wall clock time 0.054s.
0.11/0.16	c declared #vars     293
0.11/0.16	c #constraints  100
0.11/0.16	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 100
0.11/0.16	c 100 constraints processed.
0.11/0.16	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 100
0.11/0.16	c 100 constraints processed.
0.11/0.16	c objective function length is 293 literals
0.11/0.17	c And the winner is solver0
0.21/0.66	c SATISFIABLE
0.21/0.66	c OPTIMIZING...
0.21/0.66	c Got one! Elapsed wall clock time (in seconds):0.559
0.21/0.66	o 33
0.21/0.69	c And the winner is solver0
0.37/1.17	c Got one! Elapsed wall clock time (in seconds):1.063
0.37/1.17	o 32
0.44/1.26	c And the winner is solver1
0.93/1.67	c Got one! Elapsed wall clock time (in seconds):1.566
0.93/1.67	o 31
1.00/1.71	c And the winner is solver1
1.08/2.17	c Got one! Elapsed wall clock time (in seconds):2.069
1.08/2.17	o 30
1.17/2.28	c And the winner is solver1
1.74/2.68	c Got one! Elapsed wall clock time (in seconds):2.571
1.74/2.68	o 29
1.81/2.72	c And the winner is solver1
1.98/3.18	c Got one! Elapsed wall clock time (in seconds):3.073
1.98/3.18	o 28
2.58/3.43	c cleaning 3680 clauses out of 7371 with flag 11183/7371
3.50/3.74	c cleaning 4844 clauses out of 9689 with flag 28175/13369
4.39/4.11	c cleaning 5924 clauses out of 11848 with flag 47111/20372
5.27/4.59	c cleaning 6953 clauses out of 13921 with flag 68040/28369
6.61/5.14	c cleaning 7984 clauses out of 15969 with flag 92135/37370
8.08/5.82	c cleaning 8990 clauses out of 17984 with flag 119722/47369
9.55/6.59	c cleaning 9998 clauses out of 19995 with flag 150512/58370
10.04/6.80	c And the winner is solver1
10.21/7.18	c Got one! Elapsed wall clock time (in seconds):7.078
10.21/7.18	o 27
10.44/7.32	c cleaning 7533 clauses out of 15067 with flag 5718/63440
11.05/7.66	c cleaning 6767 clauses out of 13533 with flag 22935/69439
11.85/8.06	c cleaning 6877 clauses out of 13766 with flag 44191/76439
12.94/8.51	c cleaning 7444 clauses out of 14888 with flag 67924/84438
13.94/9.00	c cleaning 8220 clauses out of 16444 with flag 93354/93438
14.94/9.57	c cleaning 9112 clauses out of 18225 with flag 121749/103439
16.34/10.21	c cleaning 10055 clauses out of 20112 with flag 153734/114438
17.83/10.97	c cleaning 11029 clauses out of 22057 with flag 189895/126438
19.63/11.83	c cleaning 12014 clauses out of 24028 with flag 231561/139438
21.63/12.81	c cleaning 13007 clauses out of 26017 with flag 278852/153441
23.63/13.89	c cleaning 14004 clauses out of 28007 with flag 322063/168438
26.22/15.12	c cleaning 15002 clauses out of 30004 with flag 370650/184439
28.82/16.49	c cleaning 16001 clauses out of 32003 with flag 423610/201440
31.62/17.84	c cleaning 16993 clauses out of 34000 with flag 482299/219438
34.62/19.36	c cleaning 18003 clauses out of 36010 with flag 537722/238441
38.22/21.13	c cleaning 18995 clauses out of 38004 with flag 602485/258438
41.90/22.95	c cleaning 19999 clauses out of 40009 with flag 669892/279438
46.17/25.07	c cleaning 21001 clauses out of 42010 with flag 738408/301438
48.17/26.07	c And the winner is solver1
48.24/26.21	c Got one! Elapsed wall clock time (in seconds):26.105
48.24/26.21	o 26
49.41/26.85	c cleaning 19547 clauses out of 39101 with flag 15037/319530
50.21/27.23	c cleaning 12774 clauses out of 25551 with flag 32072/325527
51.02/27.62	c cleaning 9887 clauses out of 19778 with flag 51714/332528
51.81/28.07	c cleaning 8938 clauses out of 17892 with flag 74538/340529
53.12/28.66	c cleaning 8977 clauses out of 17954 with flag 101308/349529
54.31/29.24	c cleaning 9486 clauses out of 18977 with flag 129628/359529
55.71/29.92	c cleaning 10245 clauses out of 20492 with flag 161151/370530
57.11/30.68	c cleaning 11125 clauses out of 22249 with flag 195064/382532
58.91/31.52	c cleaning 12054 clauses out of 24120 with flag 232026/395528
61.02/32.51	c cleaning 13029 clauses out of 26065 with flag 271685/409527
63.02/33.51	c cleaning 14016 clauses out of 28037 with flag 314606/424528
65.24/34.67	c cleaning 15010 clauses out of 30020 with flag 360218/440527
67.63/35.88	c cleaning 15999 clauses out of 32012 with flag 409080/457529
70.43/37.20	c cleaning 17001 clauses out of 34011 with flag 461002/475527
73.44/38.71	c cleaning 17997 clauses out of 36011 with flag 514295/494528
76.72/40.31	c cleaning 18996 clauses out of 38013 with flag 570876/514527
80.12/42.00	c cleaning 20005 clauses out of 40017 with flag 629830/535527
83.32/43.68	c cleaning 21007 clauses out of 42013 with flag 693130/557528
87.92/45.99	c cleaning 21995 clauses out of 44006 with flag 758338/580528
92.42/48.19	c cleaning 22995 clauses out of 46010 with flag 827714/604527
97.63/50.71	c cleaning 24005 clauses out of 48015 with flag 900189/629527
103.01/53.42	c cleaning 25005 clauses out of 50010 with flag 976505/655527
107.91/55.81	c cleaning 26003 clauses out of 52005 with flag 1054294/682527
113.50/58.68	c cleaning 26999 clauses out of 54002 with flag 1134374/710527
119.52/61.67	c cleaning 27999 clauses out of 56003 with flag 1219112/739527
126.38/65.02	c cleaning 29001 clauses out of 58005 with flag 1306241/769528
133.97/68.80	c cleaning 30000 clauses out of 60003 with flag 1397336/800527
139.98/71.83	c cleaning 30998 clauses out of 62003 with flag 1495797/832527
146.78/75.29	c cleaning 32002 clauses out of 64005 with flag 1591018/865527
154.19/78.97	c cleaning 32996 clauses out of 66005 with flag 1691246/899529
160.99/82.39	c cleaning 34004 clauses out of 68008 with flag 1805148/934528
169.05/86.30	c cleaning 35000 clauses out of 70003 with flag 1932229/970527
176.86/90.21	c cleaning 36000 clauses out of 72003 with flag 2074231/1007527
184.85/94.21	c cleaning 37001 clauses out of 74003 with flag 2224418/1045527
193.25/98.41	c cleaning 38000 clauses out of 76003 with flag 2385642/1084528
201.44/102.54	c cleaning 38999 clauses out of 78002 with flag 2554381/1124527
209.64/106.60	c cleaning 39999 clauses out of 80003 with flag 2741506/1165527
218.04/110.87	c cleaning 41002 clauses out of 82004 with flag 2959094/1207527
229.85/116.78	c cleaning 41998 clauses out of 84003 with flag 3106706/1250528
242.04/122.89	c cleaning 42998 clauses out of 86004 with flag 3232407/1294527
253.64/128.67	c cleaning 44000 clauses out of 88007 with flag 3363388/1339528
266.04/134.81	c cleaning 45002 clauses out of 90006 with flag 3493665/1385527
280.63/142.18	c cleaning 45999 clauses out of 92004 with flag 3623835/1432527
295.64/149.64	c cleaning 47001 clauses out of 94007 with flag 3755990/1480529
310.23/156.90	c cleaning 48002 clauses out of 96005 with flag 3891059/1529528
322.82/163.23	c cleaning 48997 clauses out of 98002 with flag 4027781/1579527
337.82/170.78	c cleaning 49999 clauses out of 100008 with flag 4170221/1630530
353.62/178.60	c cleaning 51001 clauses out of 102006 with flag 4311500/1682527
370.22/187.00	c cleaning 52000 clauses out of 104005 with flag 4454340/1735527
386.03/194.83	c cleaning 52999 clauses out of 106005 with flag 4610105/1789527
403.02/203.38	c cleaning 54001 clauses out of 108008 with flag 4759078/1844529
421.86/212.99	c cleaning 55002 clauses out of 110006 with flag 4910816/1900528
440.67/222.33	c cleaning 55994 clauses out of 112003 with flag 5062483/1957527
457.85/230.92	c cleaning 57005 clauses out of 114009 with flag 5219699/2015527
474.65/239.32	c cleaning 57997 clauses out of 116006 with flag 5375735/2074529
494.25/249.18	c cleaning 59000 clauses out of 118008 with flag 5535720/2134528
514.24/259.20	c cleaning 59999 clauses out of 120007 with flag 5702464/2195527
538.04/271.03	c cleaning 60999 clauses out of 122008 with flag 5874040/2257527
561.03/282.59	c cleaning 62000 clauses out of 124010 with flag 6045735/2320528
586.44/295.29	c cleaning 63004 clauses out of 126012 with flag 6226859/2384530
609.43/306.70	c cleaning 63994 clauses out of 128005 with flag 6405425/2449527
637.83/320.99	c cleaning 65001 clauses out of 130011 with flag 6579964/2515527
662.84/333.47	c cleaning 66000 clauses out of 132010 with flag 6759819/2582527
693.43/348.80	c cleaning 66999 clauses out of 134013 with flag 6950394/2650530
720.61/362.30	c cleaning 68002 clauses out of 136011 with flag 7136028/2719527
750.01/377.09	c cleaning 68996 clauses out of 138009 with flag 7326040/2789527
782.00/393.00	c cleaning 69999 clauses out of 140013 with flag 7518749/2860527
812.41/408.28	c cleaning 71002 clauses out of 142014 with flag 7709251/2932527
847.19/425.69	c cleaning 71996 clauses out of 144012 with flag 7904319/3005527
883.19/443.65	c cleaning 73001 clauses out of 146016 with flag 8110309/3079527
918.18/461.12	c cleaning 73997 clauses out of 148016 with flag 8312608/3154528
952.37/478.25	c cleaning 75002 clauses out of 150019 with flag 8516202/3230528
985.57/494.82	c cleaning 76003 clauses out of 152017 with flag 8719231/3307528
1020.37/512.21	c cleaning 76997 clauses out of 154014 with flag 8925022/3385528
1057.76/530.95	c cleaning 78003 clauses out of 156017 with flag 9134257/3464528
1095.35/549.70	c cleaning 79002 clauses out of 158014 with flag 9349883/3544528
1133.56/568.87	c cleaning 79997 clauses out of 160011 with flag 9565187/3625527
1176.74/590.40	c cleaning 81006 clauses out of 162016 with flag 9785891/3707529
1229.33/616.74	c cleaning 82001 clauses out of 164010 with flag 10009583/3790529
1269.95/637.01	c cleaning 83004 clauses out of 166008 with flag 10234378/3874528
1313.93/659.01	c cleaning 83999 clauses out of 168003 with flag 10456689/3959527
1354.31/679.23	c cleaning 84992 clauses out of 170004 with flag 10695066/4045527
1395.32/699.72	c cleaning 85998 clauses out of 172015 with flag 10930597/4132530
1440.70/722.43	c cleaning 86999 clauses out of 174014 with flag 11167506/4220527
1490.28/747.28	c cleaning 87998 clauses out of 176015 with flag 11412407/4309527
1534.48/769.30	c cleaning 89001 clauses out of 178017 with flag 11649435/4399527
1577.69/790.95	c cleaning 90005 clauses out of 180017 with flag 11890754/4490528
1625.27/814.71	c cleaning 91001 clauses out of 182011 with flag 12131478/4582527
1667.46/835.84	c cleaning 91997 clauses out of 184011 with flag 12390472/4675528
1716.02/860.04	c cleaning 92996 clauses out of 186013 with flag 12651152/4769527
1772.81/888.42	c cleaning 94006 clauses out of 188017 with flag 12903696/4864527
1800.02/902.01	c >>>>>>>>>> Solver number 0 (2 answers) <<<<<<<<<<<<<<<<<<
1800.02/902.01	c starts		: 30537
1800.02/902.01	c conflicts		: 4930195
1800.02/902.01	c decisions		: 12334309
1800.02/902.01	c propagations		: 316348350
1800.02/902.01	c inspects		: 20462854281
1800.02/902.01	c shortcuts		: 0
1800.02/902.01	c learnt literals	: 0
1800.02/902.01	c learnt binary clauses	: 0
1800.02/902.01	c learnt ternary clauses	: 0
1800.02/902.01	c learnt constraints	: 4930195
1800.02/902.01	c ignored constraints	: 0
1800.02/902.01	c root simplifications	: 0
1800.02/902.01	c removed literals (reason simplification)	: 15301843
1800.02/902.01	c reason swapping (by a shorter reason)	: 0
1800.02/902.01	c Calls to reduceDB	: 116
1800.02/902.01	c Number of update (reduction) of LBD	: 1117628
1800.02/902.01	c Imported unit clauses	: 0
1800.02/902.01	c number of reductions to clauses (during analyze)	: 0
1800.02/902.01	c number of learned constraints concerned by reduction	: 0
1800.02/902.01	c number of learning phase by resolution	: 0
1800.02/902.01	c number of learning phase by cutting planes	: 0
1800.02/902.01	c speed (assignments/second)	: 361210.72162594204
1800.02/902.01	c non guided choices	0
1800.02/902.04	c learnt constraints type 
1800.02/902.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 159679
1800.02/902.04	c >>>>>>>>>> Solver number 1 (6 answers) <<<<<<<<<<<<<<<<<<
1800.02/902.04	c starts		: 29
1800.02/902.04	c conflicts		: 4712
1800.02/902.04	c decisions		: 45899
1800.02/902.04	c propagations		: 182613
1800.02/902.04	c inspects		: 59125133
1800.02/902.04	c shortcuts		: 0
1800.02/902.04	c learnt literals	: 0
1800.02/902.04	c learnt binary clauses	: 0
1800.02/902.04	c learnt ternary clauses	: 0
1800.02/902.04	c learnt constraints	: 4711
1800.02/902.04	c ignored constraints	: 0
1800.02/902.04	c root simplifications	: 0
1800.02/902.04	c removed literals (reason simplification)	: 0
1800.02/902.04	c reason swapping (by a shorter reason)	: 0
1800.02/902.04	c Calls to reduceDB	: 0
1800.02/902.04	c Number of update (reduction) of LBD	: 0
1800.02/902.04	c Imported unit clauses	: 0
1800.02/902.04	c number of reductions to clauses (during analyze)	: 0
1800.02/902.04	c number of learned constraints concerned by reduction	: 0
1800.02/902.04	c number of learning phase by resolution	: 0
1800.02/902.04	c number of learning phase by cutting planes	: 0
1800.02/902.04	c speed (assignments/second)	: 202.70715785056908
1800.02/902.04	c non guided choices	0
1800.02/902.05	c learnt constraints type 
1800.02/902.05	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 252
1800.02/902.05	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4459
1800.02/902.05	s SATISFIABLE
1800.02/902.05	c Found 8 solution(s)
1800.02/902.05	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 
1800.02/902.05	c objective function=26
1800.02/902.05	c Total wall clock time (in seconds): 901.942

Verifier Data

OK	26

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-4105466-1466253892/watcher-4105466-1466253892 -o /tmp/evaluation-result-4105466-1466253892/solver-4105466-1466253892 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1466241279-6375 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4105466-1466253892.opb 

pid=10678
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 4.14 4.25 4.17 4/197 10681
/proc/meminfo: memFree=27925200/32872528 swapFree=681964/737152
[pid=10681] ppid=10678 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/10681/stat : 10681 (java) S 10678 10681 6358 0 -1 4202496 1355 0 0 0 0 0 0 0 20 0 2 0 27438403 98570240 978 33554432000 1073741824 1073778376 140735093816288 140735093807424 213869690941 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10681/statm: 24065 978 744 9 0 16771 0
[pid=10681/tid=10682] ppid=10678 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/10681/task/10682/stat : 10682 (java) R 10678 10681 6358 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 27438403 98570240 978 33554432000 1073741824 1073778376 140735093816288 140261324131880 213866333568 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100169 s]
/proc/loadavg: 4.14 4.25 4.17 4/197 10681
/proc/meminfo: memFree=27925200/32872528 swapFree=681964/737152
[pid=10681] ppid=10678 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/10681/stat : 10681 (java) S 10678 10681 6358 0 -1 4202496 4507 0 1 0 10 1 0 0 20 0 18 0 27438403 9787879424 6131 33554432000 1073741824 1073778376 140735093816288 140735093807424 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10681/statm: 2389619 6131 2156 9 0 2380296 0
[pid=10681/tid=10682] ppid=10678 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/10681/task/10682/stat : 10682 (java) R 10678 10681 6358 0 -1 4202560 2391 0 1 0 7 0 0 0 20 0 18 0 27438403 9787879424 6133 33554432000 1073741824 1073778376 140735093816288 140261324135280 140261328266197 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200376 s]
/proc/loadavg: 4.14 4.25 4.17 4/197 10681
/proc/meminfo: memFree=27925200/32872528 swapFree=681964/737152
[pid=10681] ppid=10678 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/10681/stat : 10681 (java) S 10678 10681 6358 0 -1 4202496 4764 0 1 0 20 1 0 0 20 0 19 0 27438403 10060525568 7870 33554432000 1073741824 1073778376 140735093816288 140735093807424 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10681/statm: 2456183 7870 2207 9 0 2446860 0
[pid=10681/tid=10682] ppid=10678 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/10681/task/10682/stat : 10682 (java) S 10678 10681 6358 0 -1 4202560 2413 0 1 0 14 0 0 0 20 0 19 0 27438403 10060525568 7870 33554432000 1073741824 1073778376 140735093816288 140261324137336 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 9824732

[startup+0.300369 s]
/proc/loadavg: 4.14 4.25 4.17 4/197 10681
/proc/meminfo: memFree=27925200/32872528 swapFree=681964/737152
[pid=10681] ppid=10678 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/10681/stat : 10681 (java) S 10678 10681 6358 0 -1 4202496 4764 0 1 0 20 1 0 0 20 0 19 0 27438403 10060525568 7870 33554432000 1073741824 1073778376 140735093816288 140735093807424 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10681/statm: 2456183 7870 2207 9 0 2446860 0
[pid=10681/tid=10682] ppid=10678 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/10681/task/10682/stat : 10682 (java) S 10678 10681 6358 0 -1 4202560 2413 0 1 0 14 0 0 0 20 0 19 0 27438403 10060525568 7870 33554432000 1073741824 1073778376 140735093816288 140261324137336 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 9824732

[startup+0.700308 s]
/proc/loadavg: 4.14 4.25 4.17 4/197 10681
/proc/meminfo: memFree=27925200/32872528 swapFree=681964/737152
[pid=10681] ppid=10678 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/10681/stat : 10681 (java) S 10678 10681 6358 0 -1 4202496 6339 0 1 0 27 3 0 0 20 0 20 0 27438403 10060525568 10166 33554432000 1073741824 1073778376 140735093816288 140735093807424 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10681/statm: 2456183 10166 2230 9 0 2446860 0
[pid=10681/tid=10682] ppid=10678 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/10681/task/10682/stat : 10682 (java) S 10678 10681 6358 0 -1 4202560 2416 0 1 0 15 0 0 0 20 0 20 0 27438403 10060525568 10167 33554432000 1073741824 1073778376 140735093816288 140261324137336 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9824732

[startup+1.50084 s]
/proc/loadavg: 4.05 4.23 4.16 3/216 10706
/proc/meminfo: memFree=27890720/32872528 swapFree=681964/737152
[pid=10681] ppid=10678 vsize=9824732 CPUtime=0.93 cores=1,3,5,7
/proc/10681/stat : 10681 (java) S 10678 10681 6358 0 -1 4202496 13898 0 1 0 86 7 0 0 20 0 19 0 27438403 10060525568 15902 33554432000 1073741824 1073778376 140735093816288 140735093807424 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10681/statm: 2456183 15902 2247 9 0 2446860 0
[pid=10681/tid=10682] ppid=10678 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/10681/task/10682/stat : 10682 (java) S 10678 10681 6358 0 -1 4202560 2416 0 1 0 15 0 0 0 20 0 19 0 27438403 10060525568 15902 33554432000 1073741824 1073778376 140735093816288 140261324137336 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10681/tid=10684] ppid=10678 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10681/task/10684/stat : 10684 (java) S 10678 10681 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27438404 10060525568 15902 33554432000 1073741824 1073778376 140735093816288 140261285628840 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10681/tid=10685] ppid=10678 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10681/task/10685/stat : 10685 (java) S 10678 10681 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27438404 10060525568 15902 33554432000 1073741824 1073778376 140735093816288 140261166410792 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10681/tid=10686] ppid=10678 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10681/task/10686/stat : 10686 (java) S 10678 10681 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27438404 10060525568 15902 33554432000 1073741824 1073778376 140735093816288 140261165357736 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10681/tid=10687] ppid=10678 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10681/task/10687/stat : 10687 (java) S 10678 10681 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27438404 10060525568 15902 33554432000 1073741824 1073778376 140735093816288 140261164305192 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10681/tid=10688] ppid=10678 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10681/task/10688/stat : 10688 (java) S 10678 10681 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27438404 10060525568 15902 33554432000 1073741824 1073778376 140735093816288 140261163252136 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10681/tid=10689] ppid=10678 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10681/task/10689/stat : 10689 (java) S 10678 10681 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27438404 10060525568 15902 33554432000 1073741824 1073778376 140735093816288 140261162199592 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10681/tid=10690] ppid=10678 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10681/task/10690/stat : 10690 (java) S 10678 10681 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27438404 10060525568 15902 33554432000 1073741824 1073778376 140735093816288 140261161146536 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10681/tid=10691] ppid=10678 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10681/task/10691/stat : 10691 (java) S 10678 10681 6358 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 27438404 10060525568 15902 33554432000 1073741824 1073778376 140735093816288 140261160093992 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10681/tid=10692] ppid=10678 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10681/task/10692/stat : 10692 (java) S 10678 10681 6358 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 27438405 10060525568 15902 33554432000 1073741824 1073778376 140735093816288 140260677765992 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10681/tid=10693] ppid=10678 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10681/task/10693/stat : 10693 (java) S 10678 10681 6358 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 27438405 10060525568 15902 33554432000 1073741824 1073778376 140735093816288 140260676712312 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10681/tid=10694] ppid=10678 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10681/task/10694/stat : 10694 (java) S 10678 10681 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27438405 10060525568 15902 33554432000 1073741824 1073778376 140735093816288 140260675659144 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10681/tid=10695] ppid=10678 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10681/task/10695/stat : 10695 (java) S 10678 10681 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27438407 10060525568 15902 33554432000 1073741824 1073778376 140735093816288 140260674607888 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10681/tid=10696] ppid=10678 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/10681/task/10696/stat : 10696 (java) R 10678 10681 6358 0 -1 4202560 8257 0 0 0 35 2 0 0 20 0 19 0 27438407 10060525568 15902 33554432000 1073741824 1073778376 140735093816288 140260673554584 140261327230736 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10681/tid=10697] ppid=10678 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/10681/task/10697/stat : 10697 (java) S 10678 10681 6358 0 -1 4202560 1867 0 0 0 14 0 0 0 20 0 19 0 27438407 10060525568 15902 33554432000 1073741824 1073778376 140735093816288 140260672502200 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10681/tid=10698] ppid=10678 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10681/task/10698/stat : 10698 (java) S 10678 10681 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27438407 10060525568 15902 33554432000 1073741824 1073778376 140735093816288 140260671449336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10681/tid=10699] ppid=10678 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10681/task/10699/stat : 10699 (java) S 10678 10681 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27438407 10060525568 15902 33554432000 1073741824 1073778376 140735093816288 140260670397000 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 9824732

[startup+3.10084 s]
/proc/loadavg: 4.05 4.23 4.16 7/219 10715
/proc/meminfo: memFree=27862592/32872528 swapFree=681964/737152
[pid=10681] ppid=10678 vsize=9824732 CPUtime=1.98 cores=1,3,5,7
/proc/10681/stat : 10681 (java) S 10678 10681 6358 0 -1 4202496 17788 0 1 0 185 13 0 0 20 0 19 0 27438403 10060525568 20561 33554432000 1073741824 1073778376 140735093816288 140735093807424 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10681/statm: 2456183 20561 2261 9 0 2446860 0
[pid=10681/tid=10682] ppid=10678 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/10681/task/10682/stat : 10682 (java) S 10678 10681 6358 0 -1 4202560 2417 0 1 0 16 0 0 0 20 0 19 0 27438403 10060525568 20561 33554432000 1073741824 1073778376 140735093816288 140261324137336 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10681/tid=10684] ppid=10678 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10681/task/10684/stat : 10684 (java) S 10678 10681 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27438404 10060525568 20561 33554432000 1073741824 1073778376 140735093816288 140261285628840 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10681/tid=10685] ppid=10678 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10681/task/10685/stat : 10685 (java) S 10678 10681 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27438404 10060525568 20561 33554432000 1073741824 1073778376 140735093816288 140261166410792 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10681/tid=10686] ppid=10678 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10681/task/10686/stat : 10686 (java) S 10678 10681 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27438404 10060525568 20561 33554432000 1073741824 1073778376 140735093816288 140261165357736 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10681/tid=10687] ppid=10678 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10681/task/10687/stat : 10687 (java) S 10678 10681 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27438404 10060525568 20561 33554432000 1073741824 1073778376 140735093816288 140261164305192 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10681/tid=10688] ppid=10678 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10681/task/10688/stat : 10688 (java) S 10678 10681 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27438404 10060525568 20561 33554432000 1073741824 1073778376 140735093816288 140261163252136 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10681/tid=10689] ppid=10678 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10681/task/10689/stat : 10689 (java) S 10678 10681 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27438404 10060525568 20561 33554432000 1073741824 1073778376 140735093816288 140261162199592 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10681/tid=10690] ppid=10678 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10681/task/10690/stat : 10690 (java) S 10678 10681 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27438404 10060525568 20561 33554432000 1073741824 1073778376 140735093816288 140261161146536 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10681/tid=10691] ppid=10678 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10681/task/10691/stat : 10691 (java) S 10678 10681 6358 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 27438404 10060525568 20561 33554432000 1073741824 1073778376 140735093816288 140261160093992 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10681/tid=10692] ppid=10678 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10681/task/10692/stat : 10692 (java) S 10678 10681 6358 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 27438405 10060525568 20561 33554432000 1073741824 1073778376 140735093816288 140260677765992 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10681/tid=10693] ppid=10678 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10681/task/10693/stat : 10693 (java) S 10678 10681 6358 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 27438405 10060525568 20561 33554432000 1073741824 1073778376 140735093816288 140260676712312 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10681/tid=10694] ppid=10678 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10681/task/10694/stat : 10694 (java) S 10678 10681 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27438405 10060525568 20561 33554432000 1073741824 1073778376 140735093816288 140260675659144 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10681/tid=10695] ppid=10678 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10681/task/10695/stat : 10695 (java) S 10678 10681 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27438407 10060525568 20561 33554432000 1073741824 1073778376 140735093816288 140260674607888 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10681/tid=10696] ppid=10678 vsize=9824732 CPUtime=0.71 cores=1,3,5,7
/proc/10681/task/10696/stat : 10696 (java) S 10678 10681 6358 0 -1 4202560 8282 0 0 0 69 2 0 0 20 0 19 0 27438407 10060525568 20561 33554432000 1073741824 1073778376 140735093816288 140260673554744 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10681/tid=10697] ppid=10678 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/10681/task/10697/stat : 10697 (java) S 10678 10681 6358 0 -1 4202560 5703 0 0 0 47 1 0 0 20 0 19 0 27438407 10060525568 20561 33554432000 1073741824 1073778376 140735093816288 140260672502200 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10681/tid=10698] ppid=10678 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10681/task/10698/stat : 10698 (java) S 10678 10681 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27438407 10060525568 20561 33554432000 1073741824 1073778376 140735093816288 140260671449336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10681/tid=10699] ppid=10678 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10681/task/10699/stat : 10699 (java) S 10678 10681 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27438407 10060525568 20561 33554432000 1073741824 1073778376 140735093816288 140260670397000 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10681/tid=10709] ppid=10678 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10681/task/10709/stat : 10709 (java) S 10678 10681 6358 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 27438520 10060525568 20561 33554432000 1073741824 1073778376 140735093816288 140260667238056 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=14 pid=1814 uid=0 cmd=

[startup+6.30089 s]
/proc/loadavg: 4.05 4.23 4.16 6/219 10721
/proc/meminfo: memFree=27691296/32872528 swapFree=681964/737152
[pid=10681] ppid=10678 vsize=9824732 CPUtime=9.16 cores=1,3,5,7
/proc/10681/stat : 10681 (java) S 10678 10681 6358 0 -1 4202496 24677 0 1 0 887 29 0 0 20 0 22 0 27438403 10060525568 89928 33554432000 1073741824 1073778376 140735093816288 140735093807424 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10681/statm: 2456183 89928 2284 9 0 2446860 0
[pid=10681/tid=10682] ppid=10678 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/10681/task/10682/stat : 10682 (java) S 10678 10681 6358 0 -1 4202560 2418 0 1 0 16 0 0 0 20 0 22 0 27438403 10060525568 89928 33554432000 1073741824 1073778376 140735093816288 140261324137336 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10681/tid=10684] ppid=10678 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/10681/task/10684/stat : 10684 (java) S 10678 10681 6358 0 -1 4202560 129 0 0 0 3 2 0 0 20 0 22 0 27438404 10060525568 89928 33554432000 1073741824 1073778376 140735093816288 140261285628840 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10681/tid=10685] ppid=10678 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/10681/task/10685/stat : 10685 (java) S 10678 10681 6358 0 -1 4202560 96 0 0 0 3 0 0 0 20 0 22 0 27438404 10060525568 89928 33554432000 1073741824 1073778376 140735093816288 140261166410792 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10681/tid=10686] ppid=10678 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/10681/task/10686/stat : 10686 (java) S 10678 10681 6358 0 -1 4202560 15 0 0 0 2 1 0 0 20 0 22 0 27438404 10060525568 89928 33554432000 1073741824 1073778376 140735093816288 140261165357736 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10681/tid=10687] ppid=10678 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/10681/task/10687/stat : 10687 (java) S 10678 10681 6358 0 -1 4202560 40 0 0 0 6 2 0 0 20 0 22 0 27438404 10060525568 89928 33554432000 1073741824 1073778376 140735093816288 140261164305192 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10681/tid=10688] ppid=10678 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/10681/task/10688/stat : 10688 (java) S 10678 10681 6358 0 -1 4202560 117 0 0 0 5 2 0 0 20 0 22 0 27438404 10060525568 89928 33554432000 1073741824 1073778376 140735093816288 140261163252136 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10681/tid=10689] ppid=10678 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/10681/task/10689/stat : 10689 (java) S 10678 10681 6358 0 -1 4202560 97 0 0 0 6 0 0 0 20 0 22 0 27438404 10060525568 89928 33554432000 1073741824 1073778376 140735093816288 140261162199592 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10681/tid=10690] ppid=10678 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/10681/task/10690/stat : 10690 (java) S 10678 10681 6358 0 -1 4202560 19 0 0 0 2 1 0 0 20 0 22 0 27438404 10060525568 89928 33554432000 1073741824 1073778376 140735093816288 140261161146536 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10681/tid=10691] ppid=10678 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/10681/task/10691/stat : 10691 (java) S 10678 10681 6358 0 -1 4202560 27 0 0 0 2 2 0 0 20 0 22 0 27438404 10060525568 89928 33554432000 1073741824 1073778376 140735093816288 140261160093992 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10681/tid=10692] ppid=10678 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10681/task/10692/stat : 10692 (java) S 10678 10681 6358 0 -1 4202560 208 0 0 0 0 0 0 0 20 0 22 0 27438405 10060525568 89928 33554432000 1073741824 1073778376 140735093816288 140260677765992 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10681/tid=10693] ppid=10678 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10681/task/10693/stat : 10693 (java) S 10678 10681 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27438405 10060525568 89928 33554432000 1073741824 1073778376 140735093816288 140260676712312 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10681/tid=10694] ppid=10678 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10681/task/10694/stat : 10694 (java) S 10678 10681 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27438405 10060525568 89928 33554432000 1073741824 1073778376 140735093816288 140260675659144 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10681/tid=10695] ppid=10678 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10681/task/10695/stat : 10695 (java) S 10678 10681 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27438407 10060525568 89928 33554432000 1073741824 1073778376 140735093816288 140260674607888 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10681/tid=10696] ppid=10678 vsize=9824732 CPUtime=1.13 cores=1,3,5,7
/proc/10681/task/10696/stat : 10696 (java) S 10678 10681 6358 0 -1 4202560 8326 0 0 0 111 2 0 0 20 0 22 0 27438407 10060525568 89928 33554432000 1073741824 1073778376 140735093816288 140260673554744 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10681/tid=10697] ppid=10678 vsize=9824732 CPUtime=0.82 cores=1,3,5,7

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

/proc/meminfo: memFree=24185512/32872528 swapFree=681964/737152
[pid=10681] ppid=10678 vsize=9824732 CPUtime=1800.02 cores=1,3,5,7
/proc/10681/stat : 10681 (java) S 10678 10681 6358 0 -1 4202496 47829 0 1 0 179868 134 0 0 20 0 22 0 27438403 10060525568 788784 33554432000 1073741824 1073778376 140735093816288 140735093807424 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10681/statm: 2456183 788784 2293 9 0 2446860 0
[pid=10681/tid=10682] ppid=10678 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/10681/task/10682/stat : 10682 (java) S 10678 10681 6358 0 -1 4202560 2422 0 1 0 17 1 0 0 20 0 22 0 27438403 10060525568 788784 33554432000 1073741824 1073778376 140735093816288 140261324137336 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10681/tid=10684] ppid=10678 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/10681/task/10684/stat : 10684 (java) S 10678 10681 6358 0 -1 4202560 2150 0 0 0 32 9 0 0 20 0 22 0 27438404 10060525568 788784 33554432000 1073741824 1073778376 140735093816288 140261285628840 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10681/tid=10685] ppid=10678 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/10681/task/10685/stat : 10685 (java) S 10678 10681 6358 0 -1 4202560 3337 0 0 0 29 8 0 0 20 0 22 0 27438404 10060525568 788784 33554432000 1073741824 1073778376 140735093816288 140261166410792 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10681/tid=10686] ppid=10678 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/10681/task/10686/stat : 10686 (java) S 10678 10681 6358 0 -1 4202560 2076 0 0 0 32 10 0 0 20 0 22 0 27438404 10060525568 788784 33554432000 1073741824 1073778376 140735093816288 140261165357736 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10681/tid=10687] ppid=10678 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/10681/task/10687/stat : 10687 (java) S 10678 10681 6358 0 -1 4202560 2995 0 0 0 35 10 0 0 20 0 22 0 27438404 10060525568 788784 33554432000 1073741824 1073778376 140735093816288 140261164305192 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10681/tid=10688] ppid=10678 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/10681/task/10688/stat : 10688 (java) S 10678 10681 6358 0 -1 4202560 2572 0 0 0 35 10 0 0 20 0 22 0 27438404 10060525568 788784 33554432000 1073741824 1073778376 140735093816288 140261163252136 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10681/tid=10689] ppid=10678 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/10681/task/10689/stat : 10689 (java) S 10678 10681 6358 0 -1 4202560 1419 0 0 0 28 7 0 0 20 0 22 0 27438404 10060525568 788784 33554432000 1073741824 1073778376 140735093816288 140261162199592 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10681/tid=10690] ppid=10678 vsize=9824732 CPUtime=0.43 cores=1,3,5,7
/proc/10681/task/10690/stat : 10690 (java) S 10678 10681 6358 0 -1 4202560 3605 0 0 0 33 10 0 0 20 0 22 0 27438404 10060525568 788784 33554432000 1073741824 1073778376 140735093816288 140261161146536 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10681/tid=10691] ppid=10678 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/10681/task/10691/stat : 10691 (java) S 10678 10681 6358 0 -1 4202560 3001 0 0 0 29 6 0 0 20 0 22 0 27438404 10060525568 788784 33554432000 1073741824 1073778376 140735093816288 140261160093992 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10681/tid=10692] ppid=10678 vsize=9824732 CPUtime=0.5 cores=1,3,5,7
/proc/10681/task/10692/stat : 10692 (java) S 10678 10681 6358 0 -1 4202560 1445 0 0 0 48 2 0 0 20 0 22 0 27438405 10060525568 788784 33554432000 1073741824 1073778376 140735093816288 140260677765992 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10681/tid=10693] ppid=10678 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10681/task/10693/stat : 10693 (java) S 10678 10681 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27438405 10060525568 788784 33554432000 1073741824 1073778376 140735093816288 140260676712312 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10681/tid=10694] ppid=10678 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10681/task/10694/stat : 10694 (java) S 10678 10681 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27438405 10060525568 788784 33554432000 1073741824 1073778376 140735093816288 140260675659144 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10681/tid=10695] ppid=10678 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10681/task/10695/stat : 10695 (java) S 10678 10681 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27438407 10060525568 788784 33554432000 1073741824 1073778376 140735093816288 140260674607888 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10681/tid=10696] ppid=10678 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/10681/task/10696/stat : 10696 (java) S 10678 10681 6358 0 -1 4202560 8329 0 0 0 120 2 0 0 20 0 22 0 27438407 10060525568 788784 33554432000 1073741824 1073778376 140735093816288 140260673554744 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10681/tid=10697] ppid=10678 vsize=9824732 CPUtime=0.82 cores=1,3,5,7
/proc/10681/task/10697/stat : 10697 (java) S 10678 10681 6358 0 -1 4202560 11703 0 0 0 80 2 0 0 20 0 22 0 27438407 10060525568 788784 33554432000 1073741824 1073778376 140735093816288 140260672502200 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10681/tid=10698] ppid=10678 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10681/task/10698/stat : 10698 (java) S 10678 10681 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27438407 10060525568 788784 33554432000 1073741824 1073778376 140735093816288 140260671449336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10681/tid=10699] ppid=10678 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/10681/task/10699/stat : 10699 (java) S 10678 10681 6358 0 -1 4202560 52 0 0 0 5 10 0 0 20 0 22 0 27438407 10060525568 788784 33554432000 1073741824 1073778376 140735093816288 140260670397000 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10681/tid=10709] ppid=10678 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10681/task/10709/stat : 10709 (java) S 10678 10681 6358 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 27438520 10060525568 788784 33554432000 1073741824 1073778376 140735093816288 140260667238056 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10681/tid=10725] ppid=10678 vsize=9824732 CPUtime=872.28 cores=1,3,5,7
/proc/10681/task/10725/stat : 10725 (java) R 10678 10681 6358 0 -1 4202560 7 0 0 0 87213 15 0 0 20 0 22 0 27441024 10060525568 788784 33554432000 1073741824 1073778376 140735093816288 140260668281456 140261166962271 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10681/tid=10726] ppid=10678 vsize=9824732 CPUtime=872.48 cores=1,3,5,7
/proc/10681/task/10726/stat : 10726 (java) R 10678 10681 6358 0 -1 4202560 713 0 0 0 87215 33 0 0 20 0 22 0 27441024 10060525568 788784 33554432000 1073741824 1073778376 140735093816288 140260669341072 140261167290560 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10681/tid=10727] ppid=10678 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10681/task/10727/stat : 10727 (java) S 10678 10681 6358 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 27441024 10060525568 788784 33554432000 1073741824 1073778376 140735093816288 140260666185128 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9824732

[startup+902.115 s]
/proc/loadavg: 4.13 4.19 4.18 6/219 10868
/proc/meminfo: memFree=24185512/32872528 swapFree=681964/737152
[pid=10681] ppid=10678 vsize=9957860 CPUtime=1798.1 cores=1,3,5,7
/proc/10681/stat : 10681 (java) S 10678 10681 6358 0 -1 4202496 47875 0 1 0 179657 153 0 0 20 0 19 0 27438403 10196848640 788816 33554432000 1073741824 1073778376 140735093816288 140735093807424 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10681/statm: 2489465 788816 2301 9 0 2480142 0
[pid=10681/tid=10682] ppid=10678 vsize=9957860 CPUtime=0.18 cores=1,3,5,7
/proc/10681/task/10682/stat : 10682 (java) S 10678 10681 6358 0 -1 4202560 2422 0 1 0 17 1 0 0 20 0 19 0 27438403 10196848640 788816 33554432000 1073741824 1073778376 140735093816288 140261324137336 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10681/tid=10684] ppid=10678 vsize=9957860 CPUtime=0.41 cores=1,3,5,7
/proc/10681/task/10684/stat : 10684 (java) S 10678 10681 6358 0 -1 4202560 2150 0 0 0 32 9 0 0 20 0 19 0 27438404 10196848640 788816 33554432000 1073741824 1073778376 140735093816288 140261285628840 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10681/tid=10685] ppid=10678 vsize=9957860 CPUtime=0.37 cores=1,3,5,7
/proc/10681/task/10685/stat : 10685 (java) S 10678 10681 6358 0 -1 4202560 3337 0 0 0 29 8 0 0 20 0 19 0 27438404 10196848640 788816 33554432000 1073741824 1073778376 140735093816288 140261166410792 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10681/tid=10686] ppid=10678 vsize=9957860 CPUtime=0.42 cores=1,3,5,7
/proc/10681/task/10686/stat : 10686 (java) S 10678 10681 6358 0 -1 4202560 2076 0 0 0 32 10 0 0 20 0 19 0 27438404 10196848640 788816 33554432000 1073741824 1073778376 140735093816288 140261165357736 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10681/tid=10687] ppid=10678 vsize=9957860 CPUtime=0.45 cores=1,3,5,7
/proc/10681/task/10687/stat : 10687 (java) S 10678 10681 6358 0 -1 4202560 2995 0 0 0 35 10 0 0 20 0 19 0 27438404 10196848640 788816 33554432000 1073741824 1073778376 140735093816288 140261164305192 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10681/tid=10688] ppid=10678 vsize=9957860 CPUtime=0.45 cores=1,3,5,7
/proc/10681/task/10688/stat : 10688 (java) S 10678 10681 6358 0 -1 4202560 2572 0 0 0 35 10 0 0 20 0 19 0 27438404 10196848640 788816 33554432000 1073741824 1073778376 140735093816288 140261163252136 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10681/tid=10689] ppid=10678 vsize=9957860 CPUtime=0.35 cores=1,3,5,7
/proc/10681/task/10689/stat : 10689 (java) S 10678 10681 6358 0 -1 4202560 1419 0 0 0 28 7 0 0 20 0 19 0 27438404 10196848640 788816 33554432000 1073741824 1073778376 140735093816288 140261162199592 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10681/tid=10690] ppid=10678 vsize=9957860 CPUtime=0.43 cores=1,3,5,7
/proc/10681/task/10690/stat : 10690 (java) S 10678 10681 6358 0 -1 4202560 3605 0 0 0 33 10 0 0 20 0 19 0 27438404 10196848640 788816 33554432000 1073741824 1073778376 140735093816288 140261161146536 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10681/tid=10691] ppid=10678 vsize=9957860 CPUtime=0.35 cores=1,3,5,7
/proc/10681/task/10691/stat : 10691 (java) S 10678 10681 6358 0 -1 4202560 3001 0 0 0 29 6 0 0 20 0 19 0 27438404 10196848640 788816 33554432000 1073741824 1073778376 140735093816288 140261160093992 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10681/tid=10692] ppid=10678 vsize=9957860 CPUtime=0.56 cores=1,3,5,7
/proc/10681/task/10692/stat : 10692 (java) R 10678 10681 6358 0 -1 4202560 1446 0 0 0 49 7 0 0 20 0 19 0 27438405 10196848640 788816 33554432000 1073741824 1073778376 140735093816288 140260677765832 213866286215 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10681/tid=10693] ppid=10678 vsize=9957860 CPUtime=0 cores=1,3,5,7
/proc/10681/task/10693/stat : 10693 (java) S 10678 10681 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27438405 10196848640 788816 33554432000 1073741824 1073778376 140735093816288 140260676712312 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10681/tid=10694] ppid=10678 vsize=9957860 CPUtime=0 cores=1,3,5,7
/proc/10681/task/10694/stat : 10694 (java) S 10678 10681 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27438405 10196848640 788816 33554432000 1073741824 1073778376 140735093816288 140260675659144 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10681/tid=10695] ppid=10678 vsize=9957860 CPUtime=0 cores=1,3,5,7
/proc/10681/task/10695/stat : 10695 (java) S 10678 10681 6358 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 27438407 10196848640 788816 33554432000 1073741824 1073778376 140735093816288 140260674607432 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10681/tid=10696] ppid=10678 vsize=9957860 CPUtime=1.24 cores=1,3,5,7
/proc/10681/task/10696/stat : 10696 (java) S 10678 10681 6358 0 -1 4202560 8339 0 0 0 122 2 0 0 20 0 19 0 27438407 10196848640 788816 33554432000 1073741824 1073778376 140735093816288 140260673531192 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10681/tid=10697] ppid=10678 vsize=9957860 CPUtime=0.82 cores=1,3,5,7
/proc/10681/task/10697/stat : 10697 (java) S 10678 10681 6358 0 -1 4202560 11703 0 0 0 80 2 0 0 20 0 19 0 27438407 10196848640 788816 33554432000 1073741824 1073778376 140735093816288 140260672502200 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10681/tid=10698] ppid=10678 vsize=9957860 CPUtime=0 cores=1,3,5,7
/proc/10681/task/10698/stat : 10698 (java) S 10678 10681 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27438407 10196848640 788816 33554432000 1073741824 1073778376 140735093816288 140260671449336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10681/tid=10726] ppid=10678 vsize=9957860 CPUtime=872.59 cores=1,3,5,7
/proc/10681/task/10726/stat : 10726 (java) R 10678 10681 6358 0 -1 4202560 713 0 0 0 87226 33 0 0 20 0 19 0 27441024 10196848640 788816 33554432000 1073741824 1073778376 140735093816288 140260669341072 140261167290609 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1798.1
Current children cumulated vsize (KiB) 9957860
#
############


Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 10681 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+902.115 s]
/proc/loadavg: 4.13 4.19 4.18 6/219 10868
/proc/meminfo: memFree=24185512/32872528 swapFree=681964/737152
[pid=10681] ppid=10678 vsize=9957860 CPUtime=1798.1 cores=1,3,5,7
/proc/10681/stat : 10681 (java) S 10678 10681 6358 0 -1 4202496 47875 0 1 0 179657 153 0 0 20 0 19 0 27438403 10196848640 788816 33554432000 1073741824 1073778376 140735093816288 140735093807424 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10681/statm: 2489465 788816 2301 9 0 2480142 0
[pid=10681/tid=10682] ppid=10678 vsize=9957860 CPUtime=0.18 cores=1,3,5,7
/proc/10681/task/10682/stat : 10682 (java) S 10678 10681 6358 0 -1 4202560 2422 0 1 0 17 1 0 0 20 0 19 0 27438403 10196848640 788816 33554432000 1073741824 1073778376 140735093816288 140261324137336 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10681/tid=10684] ppid=10678 vsize=9957860 CPUtime=0.41 cores=1,3,5,7
/proc/10681/task/10684/stat : 10684 (java) S 10678 10681 6358 0 -1 4202560 2150 0 0 0 32 9 0 0 20 0 19 0 27438404 10196848640 788816 33554432000 1073741824 1073778376 140735093816288 140261285628840 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10681/tid=10685] ppid=10678 vsize=9957860 CPUtime=0.37 cores=1,3,5,7
/proc/10681/task/10685/stat : 10685 (java) S 10678 10681 6358 0 -1 4202560 3337 0 0 0 29 8 0 0 20 0 19 0 27438404 10196848640 788816 33554432000 1073741824 1073778376 140735093816288 140261166410792 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10681/tid=10686] ppid=10678 vsize=9957860 CPUtime=0.42 cores=1,3,5,7
/proc/10681/task/10686/stat : 10686 (java) S 10678 10681 6358 0 -1 4202560 2076 0 0 0 32 10 0 0 20 0 19 0 27438404 10196848640 788816 33554432000 1073741824 1073778376 140735093816288 140261165357736 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10681/tid=10687] ppid=10678 vsize=9957860 CPUtime=0.45 cores=1,3,5,7
/proc/10681/task/10687/stat : 10687 (java) S 10678 10681 6358 0 -1 4202560 2995 0 0 0 35 10 0 0 20 0 19 0 27438404 10196848640 788816 33554432000 1073741824 1073778376 140735093816288 140261164305192 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10681/tid=10688] ppid=10678 vsize=9957860 CPUtime=0.45 cores=1,3,5,7
/proc/10681/task/10688/stat : 10688 (java) S 10678 10681 6358 0 -1 4202560 2572 0 0 0 35 10 0 0 20 0 19 0 27438404 10196848640 788816 33554432000 1073741824 1073778376 140735093816288 140261163252136 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10681/tid=10689] ppid=10678 vsize=9957860 CPUtime=0.35 cores=1,3,5,7
/proc/10681/task/10689/stat : 10689 (java) S 10678 10681 6358 0 -1 4202560 1419 0 0 0 28 7 0 0 20 0 19 0 27438404 10196848640 788816 33554432000 1073741824 1073778376 140735093816288 140261162199592 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10681/tid=10690] ppid=10678 vsize=9957860 CPUtime=0.43 cores=1,3,5,7
/proc/10681/task/10690/stat : 10690 (java) S 10678 10681 6358 0 -1 4202560 3605 0 0 0 33 10 0 0 20 0 19 0 27438404 10196848640 788816 33554432000 1073741824 1073778376 140735093816288 140261161146536 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10681/tid=10691] ppid=10678 vsize=9957860 CPUtime=0.35 cores=1,3,5,7
/proc/10681/task/10691/stat : 10691 (java) S 10678 10681 6358 0 -1 4202560 3001 0 0 0 29 6 0 0 20 0 19 0 27438404 10196848640 788816 33554432000 1073741824 1073778376 140735093816288 140261160093992 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10681/tid=10692] ppid=10678 vsize=9957860 CPUtime=0.56 cores=1,3,5,7
/proc/10681/task/10692/stat : 10692 (java) R 10678 10681 6358 0 -1 4202560 1446 0 0 0 49 7 0 0 20 0 19 0 27438405 10196848640 788816 33554432000 1073741824 1073778376 140735093816288 140260677765832 213866286215 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10681/tid=10693] ppid=10678 vsize=9957860 CPUtime=0 cores=1,3,5,7
/proc/10681/task/10693/stat : 10693 (java) S 10678 10681 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27438405 10196848640 788816 33554432000 1073741824 1073778376 140735093816288 140260676712312 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10681/tid=10694] ppid=10678 vsize=9957860 CPUtime=0 cores=1,3,5,7
/proc/10681/task/10694/stat : 10694 (java) S 10678 10681 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27438405 10196848640 788816 33554432000 1073741824 1073778376 140735093816288 140260675659144 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10681/tid=10695] ppid=10678 vsize=9957860 CPUtime=0 cores=1,3,5,7
/proc/10681/task/10695/stat : 10695 (java) S 10678 10681 6358 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 27438407 10196848640 788816 33554432000 1073741824 1073778376 140735093816288 140260674607432 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10681/tid=10696] ppid=10678 vsize=9957860 CPUtime=1.24 cores=1,3,5,7
/proc/10681/task/10696/stat : 10696 (java) S 10678 10681 6358 0 -1 4202560 8339 0 0 0 122 2 0 0 20 0 19 0 27438407 10196848640 788816 33554432000 1073741824 1073778376 140735093816288 140260673531192 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10681/tid=10697] ppid=10678 vsize=9957860 CPUtime=0.82 cores=1,3,5,7
/proc/10681/task/10697/stat : 10697 (java) S 10678 10681 6358 0 -1 4202560 11703 0 0 0 80 2 0 0 20 0 19 0 27438407 10196848640 788816 33554432000 1073741824 1073778376 140735093816288 140260672502200 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10681/tid=10698] ppid=10678 vsize=9957860 CPUtime=0 cores=1,3,5,7
/proc/10681/task/10698/stat : 10698 (java) S 10678 10681 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27438407 10196848640 788816 33554432000 1073741824 1073778376 140735093816288 140260671449336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10681/tid=10726] ppid=10678 vsize=9957860 CPUtime=872.59 cores=1,3,5,7
/proc/10681/task/10726/stat : 10726 (java) R 10678 10681 6358 0 -1 4202560 713 0 0 0 87226 33 0 0 20 0 19 0 27441024 10196848640 788816 33554432000 1073741824 1073778376 140735093816288 140260669341072 140261167290609 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1798.1
Current children cumulated vsize (KiB) 9957860

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10681 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=298225
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=831721
# CPU time returned by wait4() is 1796.13
# while last known CPU time is 1798.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


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

Real time (s): 902.141
CPU time (s): 1800.02
CPU user time (s): 1798.68
CPU system time (s): 1.34
CPU usage (%): 199.528
Max. virtual memory (cumulated for all children) (KiB): 9957860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.3
system time used= 1.83172
maximum resident set size= 3155276
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47875
page faults= 1
swaps= 0
block input operations= 0
block output operations= 584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22533
involuntary context switches= 23065

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.53116 second user time and 7.13692 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-18 14:44:52
IDJOB=4105466
IDBENCH=2875
IDSOLVER=2543
FILE ID=node112/4105466-1466253892
RUNJOBID= node112-1466241279-6375
PBS_JOBID= 19918204
Free space on /tmp= 71712 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-m100_300_10_10.r.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4105466-1466253892/watcher-4105466-1466253892 -o /tmp/evaluation-result-4105466-1466253892/solver-4105466-1466253892 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1466241279-6375 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4105466-1466253892.opb

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

MD5SUM BENCH= 7594cbd1c9783d8ed9b0ac9dcb03739f
RANDOM SEED=712386892

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27925744 kB
Buffers:           44552 kB
Cached:           112160 kB
SwapCached:         2028 kB
Active:          3370280 kB
Inactive:         100088 kB
Active(anon):    3313780 kB
Inactive(anon):     2096 kB
Active(file):      56500 kB
Inactive(file):    97992 kB
Unevictable:      737152 kB
Mlocked:          681964 kB
SwapTotal:      67108856 kB
SwapFree:       67096744 kB
Dirty:               640 kB
Writeback:             0 kB
AnonPages:       4049872 kB
Mapped:            15312 kB
Shmem:                 0 kB
Slab:             601308 kB
SReclaimable:      44924 kB
SUnreclaim:       556384 kB
KernelStack:        1632 kB
PageTables:        12312 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4363124 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3231744 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= 71712 MiB
End job on node112 at 2016-06-18 14:59:54