Trace number 4081373

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)5 1800.01 908.666

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_5_40_2.opb
MD5SUMc0264878059fff5e6fa5f51839a60b24
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark1800.01
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2
Optimality of the best value was proved NO
Number of variables120
Total number of constraints10
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints10
Minimum length of a constraint54
Maximum length of a constraint56
Number of terms in the objective function 80
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 2550
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1196
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4099
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.10	c os.arch		amd64
0.00/0.10	c Free memory 		501472288
0.00/0.10	c Max memory 		7480803328
0.00/0.10	c Total memory 		504102912
0.09/0.10	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.13	c solving HOME/instance-4081373-1465233122.opb
0.09/0.13	c reading problem ... 
0.09/0.13	c  objective function found
0.09/0.16	c ... done. Wall clock time 0.037s.
0.09/0.16	c declared #vars     120
0.09/0.16	c #constraints  10
0.09/0.17	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.17	c constraints type 
0.09/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 10
0.09/0.17	c 10 constraints processed.
0.09/0.17	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.17	c constraints type 
0.09/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 10
0.09/0.17	c 10 constraints processed.
0.09/0.17	c objective function length is 80 literals
1.87/0.69	c And the winner is solver1
2.58/0.80	c cleaning 2492 clauses out of 5001 with flag 10121/5001
2.84/1.17	c SATISFIABLE
2.84/1.17	c OPTIMIZING...
2.84/1.17	c Got one! Elapsed wall clock time (in seconds):1.043
2.84/1.17	o 2276
2.84/1.18	c And the winner is solver0
2.85/1.67	c Got one! Elapsed wall clock time (in seconds):1.544
2.85/1.67	o 88
2.85/1.67	c And the winner is solver0
2.85/2.17	c Got one! Elapsed wall clock time (in seconds):2.045
2.85/2.17	o 86
2.85/2.18	c And the winner is solver0
2.86/2.67	c Got one! Elapsed wall clock time (in seconds):2.547
2.86/2.67	o 84
2.91/2.71	c And the winner is solver0
2.94/3.17	c Got one! Elapsed wall clock time (in seconds):3.048
2.94/3.17	o 83
2.94/3.18	c And the winner is solver0
2.94/3.67	c Got one! Elapsed wall clock time (in seconds):3.549
2.94/3.67	o 81
2.99/3.75	c And the winner is solver0
3.20/4.18	c Got one! Elapsed wall clock time (in seconds):4.05
3.20/4.18	o 78
3.24/4.20	c And the winner is solver0
3.28/4.68	c Got one! Elapsed wall clock time (in seconds):4.552
3.28/4.68	o 76
3.31/4.70	c And the winner is solver0
3.34/5.18	c Got one! Elapsed wall clock time (in seconds):5.054
3.34/5.18	o 73
3.38/5.21	c And the winner is solver0
3.43/5.68	c Got one! Elapsed wall clock time (in seconds):5.555
3.43/5.68	o 71
3.45/5.71	c And the winner is solver0
3.49/6.18	c Got one! Elapsed wall clock time (in seconds):6.057
3.49/6.18	o 69
3.78/6.34	c And the winner is solver0
3.88/6.68	c Got one! Elapsed wall clock time (in seconds):6.558
3.88/6.68	o 68
3.91/6.75	c And the winner is solver0
4.03/7.19	c Got one! Elapsed wall clock time (in seconds):7.06
4.03/7.19	o 67
4.06/7.20	c And the winner is solver0
4.07/7.69	c Got one! Elapsed wall clock time (in seconds):7.562
4.07/7.69	o 66
4.10/7.73	c And the winner is solver0
4.16/8.19	c Got one! Elapsed wall clock time (in seconds):8.064
4.16/8.19	o 47
4.17/8.20	c And the winner is solver0
4.18/8.69	c Got one! Elapsed wall clock time (in seconds):8.566
4.18/8.69	o 45
4.19/8.79	c And the winner is solver0
4.53/9.19	c Got one! Elapsed wall clock time (in seconds):9.068
4.53/9.19	o 44
4.76/9.32	c cleaning 6782 clauses out of 13564 with flag 2307/16056
4.96/9.43	c And the winner is solver0
5.04/9.70	c Got one! Elapsed wall clock time (in seconds):9.571
5.04/9.70	o 42
5.04/9.76	c And the winner is solver0
5.18/10.20	c Got one! Elapsed wall clock time (in seconds):10.074
5.18/10.20	o 40
5.18/10.24	c And the winner is solver0
5.29/10.70	c Got one! Elapsed wall clock time (in seconds):10.577
5.29/10.70	o 30
5.47/10.82	c And the winner is solver0
5.54/11.20	c Got one! Elapsed wall clock time (in seconds):11.079
5.54/11.20	o 29
5.72/11.31	c And the winner is solver0
5.77/11.71	c Got one! Elapsed wall clock time (in seconds):11.583
5.77/11.71	o 28
5.96/11.83	c cleaning 6815 clauses out of 13629 with flag 2110/22903
6.21/11.95	c And the winner is solver0
6.33/12.21	c Got one! Elapsed wall clock time (in seconds):12.088
6.33/12.21	o 26
6.71/12.48	c cleaning 5939 clauses out of 11877 with flag 6167/27966
7.80/12.95	c cleaning 5967 clauses out of 11938 with flag 18292/33966
8.83/13.45	c cleaning 6486 clauses out of 12972 with flag 32473/40967
8.83/13.49	c And the winner is solver0
9.03/13.72	c Got one! Elapsed wall clock time (in seconds):13.593
9.03/13.72	o 24
9.58/14.10	c cleaning 6080 clauses out of 12165 with flag 10438/46646
9.80/14.18	c And the winner is solver0
9.99/14.23	c Got one! Elapsed wall clock time (in seconds):14.101
9.99/14.23	o 23
10.55/14.54	c cleaning 5809 clauses out of 11629 with flag 8524/52190
11.36/14.92	c cleaning 5905 clauses out of 11820 with flag 20839/58190
11.36/14.99	c And the winner is solver0
11.55/15.23	c Got one! Elapsed wall clock time (in seconds):15.109
11.55/15.23	o 20
12.09/15.54	c cleaning 5663 clauses out of 11325 with flag 8402/63600
12.90/15.94	c cleaning 5830 clauses out of 11661 with flag 20767/69599
13.92/16.43	c cleaning 6410 clauses out of 12829 with flag 35159/76597
14.33/16.63	c And the winner is solver0
14.41/16.74	c Got one! Elapsed wall clock time (in seconds):16.619
14.41/16.74	o 18
14.71/16.93	c cleaning 5951 clauses out of 11911 with flag 4183/82089
15.51/17.33	c cleaning 5978 clauses out of 11961 with flag 16522/88090
16.32/17.79	c cleaning 6482 clauses out of 12982 with flag 30979/95089
17.52/18.38	c cleaning 7250 clauses out of 14503 with flag 47349/103092
18.33/18.79	c And the winner is solver0
18.54/19.26	c Got one! Elapsed wall clock time (in seconds):19.131
18.54/19.26	o 14
19.40/19.73	c cleaning 9279 clauses out of 18558 with flag 10430/114397
20.42/20.24	c cleaning 7640 clauses out of 15279 with flag 22856/120397
21.42/20.78	c cleaning 7323 clauses out of 14646 with flag 37177/127404
22.82/21.40	c cleaning 7657 clauses out of 15315 with flag 53532/135396
24.24/22.16	c cleaning 8326 clauses out of 16659 with flag 71928/144397
26.26/23.11	c cleaning 9164 clauses out of 18334 with flag 92373/154398
28.46/24.21	c cleaning 10082 clauses out of 20168 with flag 114673/165396
28.85/24.42	c And the winner is solver0
28.90/24.77	c Got one! Elapsed wall clock time (in seconds):24.646
28.90/24.77	o 12
29.47/25.09	c cleaning 7880 clauses out of 15764 with flag 6411/171074
30.47/25.53	c cleaning 6941 clauses out of 13883 with flag 18705/177073
31.49/26.07	c cleaning 6968 clauses out of 13940 with flag 33108/184071
32.89/26.71	c cleaning 7484 clauses out of 14972 with flag 49339/192071
34.29/27.44	c cleaning 8240 clauses out of 16489 with flag 67597/201072
36.28/28.41	c cleaning 9123 clauses out of 18253 with flag 87938/211076
38.30/29.47	c cleaning 10062 clauses out of 20126 with flag 110412/222072
40.94/30.72	c cleaning 11032 clauses out of 22063 with flag 134820/234071
43.93/32.25	c cleaning 12014 clauses out of 24032 with flag 161096/247072
47.58/34.05	c cleaning 13005 clauses out of 26017 with flag 189409/261071
51.38/35.90	c cleaning 14002 clauses out of 28012 with flag 219791/276071
55.38/37.99	c cleaning 15003 clauses out of 30012 with flag 252118/292073
60.39/40.45	c cleaning 16004 clauses out of 32008 with flag 286416/309072
65.99/43.24	c cleaning 17001 clauses out of 34003 with flag 322767/327071
72.22/46.39	c cleaning 17999 clauses out of 36004 with flag 361179/346073
74.43/47.45	c And the winner is solver0
74.53/47.80	c Got one! Elapsed wall clock time (in seconds):47.675
74.53/47.80	o 10
76.67/48.93	c cleaning 15474 clauses out of 30950 with flag 10560/359018
78.09/49.64	c cleaning 10731 clauses out of 21474 with flag 22900/365016
79.27/50.27	c cleaning 8869 clauses out of 17744 with flag 37175/372017
80.89/51.01	c cleaning 8430 clauses out of 16874 with flag 53574/380016
82.50/51.84	c cleaning 8721 clauses out of 17447 with flag 71869/389019
84.50/52.84	c cleaning 9362 clauses out of 18723 with flag 92248/399016
86.71/53.94	c cleaning 10178 clauses out of 20363 with flag 114724/410018
89.51/55.33	c cleaning 11086 clauses out of 22184 with flag 139336/422017
92.32/56.71	c cleaning 12045 clauses out of 24097 with flag 165669/435016
95.32/58.30	c cleaning 13026 clauses out of 26053 with flag 193970/449017
99.13/60.18	c cleaning 14014 clauses out of 28027 with flag 224334/464017
103.53/62.39	c cleaning 15007 clauses out of 30014 with flag 256883/480018
108.34/64.74	c cleaning 15994 clauses out of 32005 with flag 291350/497016
113.36/67.26	c cleaning 17003 clauses out of 34011 with flag 327741/515016
119.17/70.12	c cleaning 18005 clauses out of 36011 with flag 366129/534019
126.19/73.68	c cleaning 18998 clauses out of 38003 with flag 407076/554016
134.21/77.61	c cleaning 19997 clauses out of 40005 with flag 449932/575016
143.02/82.09	c cleaning 21005 clauses out of 42009 with flag 494708/597017
153.07/87.01	c cleaning 22000 clauses out of 44003 with flag 541631/620016
163.05/92.04	c cleaning 22998 clauses out of 46003 with flag 590295/644016
173.24/97.15	c cleaning 24003 clauses out of 48007 with flag 641196/669018
184.46/102.78	c cleaning 24999 clauses out of 50002 with flag 694068/695016
197.10/109.01	c cleaning 25999 clauses out of 52005 with flag 749099/722018
209.87/115.48	c cleaning 27001 clauses out of 54005 with flag 806091/750017
223.30/122.15	c cleaning 28002 clauses out of 56005 with flag 865297/779018
227.31/124.13	c And the winner is solver0
227.31/124.36	c Got one! Elapsed wall clock time (in seconds):124.237
227.31/124.36	o 8
230.49/126.06	c cleaning 21190 clauses out of 42390 with flag 10396/793405
232.10/126.88	c cleaning 13596 clauses out of 27200 with flag 22699/799405
233.72/127.65	c cleaning 10290 clauses out of 20606 with flag 36994/806407
233.72/127.66	c And the winner is solver0
233.84/127.95	c Got one! Elapsed wall clock time (in seconds):127.824
233.84/127.95	o 7
234.84/128.52	c cleaning 7740 clauses out of 15490 with flag 10696/811581
235.64/128.99	c cleaning 6873 clauses out of 13751 with flag 23083/817582
237.05/129.61	c cleaning 6935 clauses out of 13879 with flag 37357/824583
237.66/129.98	c And the winner is solver0
237.92/130.10	c Got one! Elapsed wall clock time (in seconds):129.977
237.92/130.10	o 6
238.21/130.33	c cleaning 6426 clauses out of 12872 with flag 2121/830511
239.01/130.76	c cleaning 6220 clauses out of 12447 with flag 14631/836512
240.02/131.24	c cleaning 6611 clauses out of 13225 with flag 28856/843510
241.22/131.85	c cleaning 7303 clauses out of 14614 with flag 45017/851510
242.83/132.64	c cleaning 8154 clauses out of 16310 with flag 63360/860509
244.65/133.59	c cleaning 9079 clauses out of 18157 with flag 83765/870510
247.06/134.78	c cleaning 10037 clauses out of 20077 with flag 106187/881509
249.68/136.08	c cleaning 11016 clauses out of 22041 with flag 130752/893510
252.90/137.69	c cleaning 12006 clauses out of 24026 with flag 157239/906511
256.74/139.55	c cleaning 13007 clauses out of 26019 with flag 185646/920510
260.95/141.64	c cleaning 14005 clauses out of 28012 with flag 216029/935510
265.56/143.96	c cleaning 15004 clauses out of 30007 with flag 248854/951510
270.39/146.34	c cleaning 15998 clauses out of 32002 with flag 284177/968509
275.79/149.05	c cleaning 17002 clauses out of 34005 with flag 321445/986510
281.42/151.86	c cleaning 18000 clauses out of 36004 with flag 361363/1005511
287.84/155.10	c cleaning 19000 clauses out of 38002 with flag 402348/1025509
295.47/158.83	c cleaning 20002 clauses out of 40003 with flag 445207/1046510
304.72/163.42	c cleaning 20998 clauses out of 42001 with flag 489922/1068510
313.52/167.87	c cleaning 22001 clauses out of 44004 with flag 536743/1091511
324.15/173.14	c cleaning 22994 clauses out of 46002 with flag 585555/1115510
335.77/178.97	c cleaning 24005 clauses out of 48010 with flag 636496/1140512
348.64/185.36	c cleaning 25000 clauses out of 50003 with flag 689494/1166510
362.93/192.48	c cleaning 25995 clauses out of 52002 with flag 744751/1193509
379.42/200.67	c cleaning 26998 clauses out of 54010 with flag 801904/1221512
398.71/210.24	c cleaning 28001 clauses out of 56010 with flag 861496/1250510
417.38/219.54	c cleaning 29005 clauses out of 58010 with flag 922447/1280511
436.50/229.08	c cleaning 30002 clauses out of 60003 with flag 985920/1311509
459.02/240.26	c cleaning 30998 clauses out of 62003 with flag 1051453/1343511
482.75/252.01	c cleaning 32000 clauses out of 64003 with flag 1119303/1376509
505.44/263.37	c cleaning 33001 clauses out of 66004 with flag 1188932/1410510
531.37/276.25	c cleaning 33997 clauses out of 68003 with flag 1259977/1445510
557.27/289.10	c cleaning 34999 clauses out of 70007 with flag 1333064/1481511
574.99/297.91	c cleaning 0 clauses out of 7716 with flag 0/7743
587.39/304.04	c cleaning 35997 clauses out of 72006 with flag 1408050/1518509
617.96/319.26	c cleaning 36998 clauses out of 74009 with flag 1485035/1556509
651.94/336.18	c cleaning 38003 clauses out of 76011 with flag 1564139/1595509
688.12/354.11	c cleaning 39004 clauses out of 78009 with flag 1645031/1635510
725.71/372.89	c cleaning 40001 clauses out of 80004 with flag 1728539/1676509
762.92/391.36	c cleaning 40998 clauses out of 82003 with flag 1813608/1718509
803.32/411.46	c cleaning 41998 clauses out of 84005 with flag 1901458/1761509
847.57/433.48	c cleaning 42999 clauses out of 86009 with flag 1992010/1805511
889.82/454.49	c cleaning 43999 clauses out of 88008 with flag 2084863/1850509
939.44/479.31	c cleaning 45002 clauses out of 90009 with flag 2179604/1896509
956.53/487.80	c And the winner is solver0
956.63/488.09	c Got one! Elapsed wall clock time (in seconds):487.961
956.63/488.09	o 5
963.54/491.74	c cleaning 36151 clauses out of 72309 with flag 10841/1923811
966.73/493.35	c cleaning 21074 clauses out of 42155 with flag 23179/1929808
968.94/494.43	c cleaning 14029 clauses out of 28082 with flag 37381/1936809
970.96/495.48	c cleaning 11025 clauses out of 22053 with flag 53624/1944809
972.98/496.44	c cleaning 10011 clauses out of 20027 with flag 71860/1953808
974.98/497.46	c cleaning 10007 clauses out of 20017 with flag 92184/1963809
977.39/498.62	c cleaning 10504 clauses out of 21011 with flag 114561/1974810
980.00/499.97	c cleaning 11251 clauses out of 22505 with flag 139163/1986808
983.44/501.64	c cleaning 12128 clauses out of 24255 with flag 166056/1999809
987.26/503.52	c cleaning 13060 clauses out of 26126 with flag 195402/2013808
991.09/505.48	c cleaning 14033 clauses out of 28066 with flag 226242/2028808
995.71/507.79	c cleaning 15010 clauses out of 30033 with flag 259035/2044808
1001.35/510.51	c cleaning 16008 clauses out of 32023 with flag 294179/2061808
1007.15/513.41	c cleaning 17008 clauses out of 34015 with flag 330764/2079808
1013.36/516.51	c cleaning 18001 clauses out of 36009 with flag 369597/2098810
1021.24/520.44	c cleaning 19000 clauses out of 38006 with flag 410745/2118808
1029.06/524.32	c cleaning 20001 clauses out of 40008 with flag 453525/2139810
1037.88/528.76	c cleaning 21002 clauses out of 42005 with flag 498475/2161808
1047.91/533.75	c cleaning 21995 clauses out of 44003 with flag 546024/2184808
1058.96/539.21	c cleaning 23002 clauses out of 46009 with flag 595152/2208809
1071.24/545.32	c cleaning 24002 clauses out of 48009 with flag 646618/2233811
1084.69/552.07	c cleaning 25001 clauses out of 50004 with flag 700097/2259808
1099.13/559.23	c cleaning 25994 clauses out of 52004 with flag 755655/2286809
1114.41/566.85	c cleaning 27001 clauses out of 54009 with flag 813922/2314808
1132.08/575.66	c cleaning 28004 clauses out of 56011 with flag 873072/2343811
1153.60/586.34	c cleaning 28998 clauses out of 58006 with flag 934261/2373810
1173.11/596.06	c cleaning 30002 clauses out of 60007 with flag 997326/2404809
1193.44/606.15	c cleaning 31002 clauses out of 62004 with flag 1063133/2436808
1214.74/616.74	c cleaning 31997 clauses out of 64004 with flag 1131350/2469810
1238.68/628.62	c cleaning 33003 clauses out of 66007 with flag 1201570/2503810
1266.23/642.56	c cleaning 33999 clauses out of 68002 with flag 1274564/2538808
1291.72/655.25	c cleaning 34998 clauses out of 70003 with flag 1350119/2574808
1318.05/668.32	c cleaning 36000 clauses out of 72005 with flag 1427069/2611808
1351.58/685.07	c cleaning 37000 clauses out of 74007 with flag 1505424/2649810
1381.31/699.85	c cleaning 37998 clauses out of 76005 with flag 1585206/2688808
1413.85/716.00	c cleaning 39000 clauses out of 78007 with flag 1666252/2728808
1445.05/731.54	c cleaning 40001 clauses out of 80007 with flag 1750085/2769808
1484.62/751.23	c cleaning 41004 clauses out of 82008 with flag 1836003/2811810
1523.59/770.64	c cleaning 41995 clauses out of 84002 with flag 1924311/2854808
1562.40/789.98	c cleaning 43001 clauses out of 86007 with flag 2013594/2898808
1596.71/807.05	c cleaning 43998 clauses out of 88006 with flag 2105190/2943808
1637.79/827.88	c cleaning 45000 clauses out of 90009 with flag 2198597/2989809
1688.99/853.32	c cleaning 45998 clauses out of 92008 with flag 2294048/3036808
1701.81/859.74	c cleaning 0 clauses out of 13107 with flag 0/13135
1734.38/875.98	c cleaning 47003 clauses out of 94011 with flag 2393226/3084809
1784.97/901.12	c cleaning 48002 clauses out of 96007 with flag 2494536/3133808
1800.01/908.61	c >>>>>>>>>> Solver number 0 (33 answers) <<<<<<<<<<<<<<<<<<
1800.01/908.61	c starts		: 656
1800.01/908.61	c conflicts		: 3155611
1800.01/908.61	c decisions		: 3211692
1800.01/908.61	c propagations		: 23762611
1800.01/908.61	c inspects		: 17066938013
1800.01/908.61	c shortcuts		: 0
1800.01/908.61	c learnt literals	: 0
1800.01/908.61	c learnt binary clauses	: 0
1800.01/908.61	c learnt ternary clauses	: 0
1800.01/908.61	c learnt constraints	: 3155611
1800.01/908.61	c ignored constraints	: 0
1800.01/908.61	c root simplifications	: 0
1800.01/908.61	c removed literals (reason simplification)	: 26526251
1800.01/908.61	c reason swapping (by a shorter reason)	: 0
1800.01/908.61	c Calls to reduceDB	: 156
1800.01/908.61	c Number of update (reduction) of LBD	: 92538
1800.01/908.61	c Imported unit clauses	: 0
1800.01/908.61	c number of reductions to clauses (during analyze)	: 0
1800.01/908.61	c number of learned constraints concerned by reduction	: 0
1800.01/908.61	c number of learning phase by resolution	: 0
1800.01/908.61	c number of learning phase by cutting planes	: 0
1800.01/908.61	c speed (assignments/second)	: 26186.397793355158
1800.01/908.61	c non guided choices	639
1800.01/908.63	c learnt constraints type 
1800.01/908.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 69808
1800.01/908.63	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
1800.01/908.63	c starts		: 88
1800.01/908.63	c conflicts		: 13367
1800.01/908.63	c decisions		: 29109
1800.01/908.63	c propagations		: 133222
1800.01/908.63	c inspects		: 333590930
1800.01/908.63	c shortcuts		: 0
1800.01/908.63	c learnt literals	: 0
1800.01/908.63	c learnt binary clauses	: 0
1800.01/908.63	c learnt ternary clauses	: 0
1800.01/908.63	c learnt constraints	: 13338
1800.01/908.63	c ignored constraints	: 0
1800.01/908.63	c root simplifications	: 0
1800.01/908.63	c removed literals (reason simplification)	: 0
1800.01/908.63	c reason swapping (by a shorter reason)	: 0
1800.01/908.63	c Calls to reduceDB	: 2
1800.01/908.63	c Number of update (reduction) of LBD	: 0
1800.01/908.63	c Imported unit clauses	: 0
1800.01/908.63	c number of reductions to clauses (during analyze)	: 0
1800.01/908.63	c number of learned constraints concerned by reduction	: 0
1800.01/908.63	c number of learning phase by resolution	: 0
1800.01/908.63	c number of learning phase by cutting planes	: 0
1800.01/908.63	c speed (assignments/second)	: 317.43709492947005
1800.01/908.63	c non guided choices	531
1800.01/908.64	c learnt constraints type 
1800.01/908.64	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 3
1800.01/908.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 13335
1800.01/908.64	s SATISFIABLE
1800.01/908.64	c Found 34 solution(s)
1800.01/908.64	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 
1800.01/908.64	c objective function=5
1800.01/908.64	c Total wall clock time (in seconds): 908.515

Verifier Data

OK	5

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-4081373-1465233122/watcher-4081373-1465233122 -o /tmp/evaluation-result-4081373-1465233122/solver-4081373-1465233122 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1465221375-21442 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4081373-1465233122.opb 

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

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


[startup+0 s]
/proc/loadavg: 4.02 3.96 4.03 4/197 26739
/proc/meminfo: memFree=30321708/32872528 swapFree=12328/568296
[pid=26739] ppid=26736 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/26739/stat : 26739 (java) D 26736 26739 21426 0 -1 4202496 327 0 0 0 0 0 0 0 20 0 1 0 105244725 9515008 183 33554432000 1073741824 1073778376 140736550601632 140736550592664 206629060277 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/26739/statm: 2323 183 140 9 0 71 0

[startup+0.100058 s]
/proc/loadavg: 4.02 3.96 4.03 4/197 26739
/proc/meminfo: memFree=30321708/32872528 swapFree=12328/568296
[pid=26739] ppid=26736 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/26739/stat : 26739 (java) S 26736 26739 21426 0 -1 4202496 4392 0 1 0 8 1 0 0 20 0 18 0 105244725 9787879424 6022 33554432000 1073741824 1073778376 140734405636576 140734405627712 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/26739/statm: 2389619 6022 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200212 s]
/proc/loadavg: 4.02 3.96 4.03 4/197 26739
/proc/meminfo: memFree=30321708/32872528 swapFree=12328/568296
[pid=26739] ppid=26736 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/26739/stat : 26739 (java) S 26736 26739 21426 0 -1 4202496 4794 0 1 0 26 1 0 0 20 0 22 0 105244725 10060525568 7909 33554432000 1073741824 1073778376 140734405636576 140734405627712 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/26739/statm: 2456183 7909 2216 9 0 2446860 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9824732

[startup+0.30022 s]
/proc/loadavg: 4.02 3.96 4.03 4/197 26739
/proc/meminfo: memFree=30321708/32872528 swapFree=12328/568296
[pid=26739] ppid=26736 vsize=9824732 CPUtime=0.68 cores=0,2,4,6
/proc/26739/stat : 26739 (java) S 26736 26739 21426 0 -1 4202496 9029 0 1 0 66 2 0 0 20 0 22 0 105244725 10060525568 10754 33554432000 1073741824 1073778376 140734405636576 140734405627712 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/26739/statm: 2456183 10754 2234 9 0 2446860 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 9824732

[startup+0.700236 s]
/proc/loadavg: 4.02 3.96 4.03 4/197 26739
/proc/meminfo: memFree=30321708/32872528 swapFree=12328/568296
[pid=26739] ppid=26736 vsize=9824732 CPUtime=2.28 cores=0,2,4,6
/proc/26739/stat : 26739 (java) S 26736 26739 21426 0 -1 4202496 15665 0 1 0 224 4 0 0 20 0 20 0 105244725 10060525568 23206 33554432000 1073741824 1073778376 140734405636576 140734405627712 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/26739/statm: 2456183 23206 2258 9 0 2446860 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 9824732

[startup+1.50076 s]
/proc/loadavg: 4.02 3.96 4.03 3/216 26761
/proc/meminfo: memFree=30243104/32872528 swapFree=12328/568296
[pid=26739] ppid=26736 vsize=9824732 CPUtime=2.85 cores=0,2,4,6
/proc/26739/stat : 26739 (java) S 26736 26739 21426 0 -1 4202496 19691 0 1 0 280 5 0 0 20 0 19 0 105244725 10060525568 24843 33554432000 1073741824 1073778376 140734405636576 140734405627712 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/26739/statm: 2456183 24843 2268 9 0 2446860 0
[pid=26739/tid=26741] ppid=26736 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/26739/task/26741/stat : 26741 (java) S 26736 26739 21426 0 -1 4202560 2429 0 1 0 12 2 0 0 20 0 19 0 105244726 10060525568 24843 33554432000 1073741824 1073778376 140734405636576 139834320458616 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26739/tid=26742] ppid=26736 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26739/task/26742/stat : 26742 (java) S 26736 26739 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105244727 10060525568 24843 33554432000 1073741824 1073778376 140734405636576 139834281949864 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26739/tid=26743] ppid=26736 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26739/task/26743/stat : 26743 (java) S 26736 26739 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105244727 10060525568 24843 33554432000 1073741824 1073778376 140734405636576 139834280897320 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26739/tid=26744] ppid=26736 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26739/task/26744/stat : 26744 (java) S 26736 26739 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105244727 10060525568 24843 33554432000 1073741824 1073778376 140734405636576 139834279844776 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26739/tid=26745] ppid=26736 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26739/task/26745/stat : 26745 (java) S 26736 26739 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105244727 10060525568 24843 33554432000 1073741824 1073778376 140734405636576 139834278792232 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26739/tid=26746] ppid=26736 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26739/task/26746/stat : 26746 (java) S 26736 26739 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105244727 10060525568 24843 33554432000 1073741824 1073778376 140734405636576 139834277738664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26739/tid=26747] ppid=26736 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26739/task/26747/stat : 26747 (java) S 26736 26739 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105244727 10060525568 24843 33554432000 1073741824 1073778376 140734405636576 139834276686120 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26739/tid=26748] ppid=26736 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26739/task/26748/stat : 26748 (java) S 26736 26739 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105244727 10060525568 24843 33554432000 1073741824 1073778376 140734405636576 139834275633576 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26739/tid=26749] ppid=26736 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26739/task/26749/stat : 26749 (java) S 26736 26739 21426 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105244727 10060525568 24843 33554432000 1073741824 1073778376 140734405636576 139834274581032 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26739/tid=26750] ppid=26736 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26739/task/26750/stat : 26750 (java) S 26736 26739 21426 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 105244728 10060525568 24843 33554432000 1073741824 1073778376 140734405636576 139834144287336 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26739/tid=26751] ppid=26736 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26739/task/26751/stat : 26751 (java) S 26736 26739 21426 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105244729 10060525568 24843 33554432000 1073741824 1073778376 140734405636576 139834143233656 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26739/tid=26752] ppid=26736 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26739/task/26752/stat : 26752 (java) S 26736 26739 21426 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105244729 10060525568 24843 33554432000 1073741824 1073778376 140734405636576 139834142181000 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26739/tid=26753] ppid=26736 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26739/task/26753/stat : 26753 (java) S 26736 26739 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105244731 10060525568 24843 33554432000 1073741824 1073778376 140734405636576 139834141129744 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26739/tid=26754] ppid=26736 vsize=9824732 CPUtime=0.69 cores=0,2,4,6
/proc/26739/task/26754/stat : 26754 (java) S 26736 26739 21426 0 -1 4202560 5958 0 0 0 69 0 0 0 20 0 19 0 105244731 10060525568 24843 33554432000 1073741824 1073778376 140734405636576 139834140076088 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26739/tid=26755] ppid=26736 vsize=9824732 CPUtime=0.81 cores=0,2,4,6
/proc/26739/task/26755/stat : 26755 (java) S 26736 26739 21426 0 -1 4202560 9936 0 0 0 80 1 0 0 20 0 19 0 105244731 10060525568 24843 33554432000 1073741824 1073778376 140734405636576 139834139023544 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26739/tid=26756] ppid=26736 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26739/task/26756/stat : 26756 (java) S 26736 26739 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105244731 10060525568 24843 33554432000 1073741824 1073778376 140734405636576 139834137971192 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26739/tid=26757] ppid=26736 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26739/task/26757/stat : 26757 (java) S 26736 26739 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105244731 10060525568 24843 33554432000 1073741824 1073778376 140734405636576 139833129298760 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 9824732

[startup+3.10078 s]
/proc/loadavg: 4.02 3.96 4.03 3/216 26770
/proc/meminfo: memFree=30228156/32872528 swapFree=12328/568296
[pid=26739] ppid=26736 vsize=9824732 CPUtime=2.94 cores=0,2,4,6
/proc/26739/stat : 26739 (java) S 26736 26739 21426 0 -1 4202496 19725 0 1 0 287 7 0 0 20 0 19 0 105244725 10060525568 31501 33554432000 1073741824 1073778376 140734405636576 140734405627712 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/26739/statm: 2456183 31501 2268 9 0 2446860 0
[pid=26739/tid=26741] ppid=26736 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/26739/task/26741/stat : 26741 (java) S 26736 26739 21426 0 -1 4202560 2430 0 1 0 13 2 0 0 20 0 19 0 105244726 10060525568 31501 33554432000 1073741824 1073778376 140734405636576 139834320458616 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26739/tid=26742] ppid=26736 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26739/task/26742/stat : 26742 (java) S 26736 26739 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105244727 10060525568 31501 33554432000 1073741824 1073778376 140734405636576 139834281949864 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26739/tid=26743] ppid=26736 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26739/task/26743/stat : 26743 (java) S 26736 26739 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105244727 10060525568 31501 33554432000 1073741824 1073778376 140734405636576 139834280897320 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26739/tid=26744] ppid=26736 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26739/task/26744/stat : 26744 (java) S 26736 26739 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105244727 10060525568 31501 33554432000 1073741824 1073778376 140734405636576 139834279844776 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26739/tid=26745] ppid=26736 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26739/task/26745/stat : 26745 (java) S 26736 26739 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105244727 10060525568 31501 33554432000 1073741824 1073778376 140734405636576 139834278792232 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26739/tid=26746] ppid=26736 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26739/task/26746/stat : 26746 (java) S 26736 26739 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105244727 10060525568 31501 33554432000 1073741824 1073778376 140734405636576 139834277738664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26739/tid=26747] ppid=26736 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26739/task/26747/stat : 26747 (java) S 26736 26739 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105244727 10060525568 31501 33554432000 1073741824 1073778376 140734405636576 139834276686120 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26739/tid=26748] ppid=26736 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26739/task/26748/stat : 26748 (java) S 26736 26739 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105244727 10060525568 31501 33554432000 1073741824 1073778376 140734405636576 139834275633576 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26739/tid=26749] ppid=26736 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26739/task/26749/stat : 26749 (java) S 26736 26739 21426 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105244727 10060525568 31501 33554432000 1073741824 1073778376 140734405636576 139834274581032 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26739/tid=26750] ppid=26736 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26739/task/26750/stat : 26750 (java) S 26736 26739 21426 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 105244728 10060525568 31501 33554432000 1073741824 1073778376 140734405636576 139834144287336 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26739/tid=26751] ppid=26736 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26739/task/26751/stat : 26751 (java) S 26736 26739 21426 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105244729 10060525568 31501 33554432000 1073741824 1073778376 140734405636576 139834143233656 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26739/tid=26752] ppid=26736 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26739/task/26752/stat : 26752 (java) S 26736 26739 21426 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105244729 10060525568 31501 33554432000 1073741824 1073778376 140734405636576 139834142181000 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26739/tid=26753] ppid=26736 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26739/task/26753/stat : 26753 (java) S 26736 26739 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105244731 10060525568 31501 33554432000 1073741824 1073778376 140734405636576 139834141129744 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26739/tid=26754] ppid=26736 vsize=9824732 CPUtime=0.69 cores=0,2,4,6
/proc/26739/task/26754/stat : 26754 (java) S 26736 26739 21426 0 -1 4202560 5958 0 0 0 69 0 0 0 20 0 19 0 105244731 10060525568 31501 33554432000 1073741824 1073778376 140734405636576 139834140076088 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26739/tid=26755] ppid=26736 vsize=9824732 CPUtime=0.82 cores=0,2,4,6
/proc/26739/task/26755/stat : 26755 (java) S 26736 26739 21426 0 -1 4202560 9936 0 0 0 81 1 0 0 20 0 19 0 105244731 10060525568 31501 33554432000 1073741824 1073778376 140734405636576 139834139023544 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26739/tid=26756] ppid=26736 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26739/task/26756/stat : 26756 (java) S 26736 26739 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105244731 10060525568 31501 33554432000 1073741824 1073778376 140734405636576 139834137971192 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26739/tid=26757] ppid=26736 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26739/task/26757/stat : 26757 (java) S 26736 26739 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105244731 10060525568 31501 33554432000 1073741824 1073778376 140734405636576 139833129298760 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26739/tid=26764] ppid=26736 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26739/task/26764/stat : 26764 (java) S 26736 26739 21426 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 105244842 10060525568 31501 33554432000 1073741824 1073778376 140734405636576 139833125086248 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 9824732

[startup+6.30084 s]
/proc/loadavg: 3.85 3.93 4.02 3/216 26788
/proc/meminfo: memFree=30162200/32872528 swapFree=12328/568296
[pid=26739] ppid=26736 vsize=9824732 CPUtime=3.78 cores=0,2,4,6
/proc/26739/stat : 26739 (java) S 26736 26739 21426 0 -1 4202496 19848 0 1 0 360 18 0 0 20 0 22 0 105244725 10060525568 44274 33554432000 1073741824 1073778376 140734405636576 140734405627712 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/26739/statm: 2456183 44274 2284 9 0 2446860 0
[pid=26739/tid=26741] ppid=26736 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/26739/task/26741/stat : 26741 (java) S 26736 26739 21426 0 -1 4202560 2431 0 1 0 14 2 0 0 20 0 22 0 105244726 10060525568 44274 33554432000 1073741824 1073778376 140734405636576 139834320458616 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26739/tid=26742] ppid=26736 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26739/task/26742/stat : 26742 (java) S 26736 26739 21426 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 105244727 10060525568 44274 33554432000 1073741824 1073778376 140734405636576 139834281949864 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26739/tid=26743] ppid=26736 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26739/task/26743/stat : 26743 (java) S 26736 26739 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105244727 10060525568 44274 33554432000 1073741824 1073778376 140734405636576 139834280897320 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26739/tid=26744] ppid=26736 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26739/task/26744/stat : 26744 (java) S 26736 26739 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105244727 10060525568 44274 33554432000 1073741824 1073778376 140734405636576 139834279844776 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26739/tid=26745] ppid=26736 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26739/task/26745/stat : 26745 (java) S 26736 26739 21426 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 105244727 10060525568 44274 33554432000 1073741824 1073778376 140734405636576 139834278792232 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26739/tid=26746] ppid=26736 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26739/task/26746/stat : 26746 (java) S 26736 26739 21426 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 105244727 10060525568 44274 33554432000 1073741824 1073778376 140734405636576 139834277738664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26739/tid=26747] ppid=26736 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26739/task/26747/stat : 26747 (java) S 26736 26739 21426 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 105244727 10060525568 44274 33554432000 1073741824 1073778376 140734405636576 139834276686120 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26739/tid=26748] ppid=26736 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26739/task/26748/stat : 26748 (java) S 26736 26739 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105244727 10060525568 44274 33554432000 1073741824 1073778376 140734405636576 139834275633576 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26739/tid=26749] ppid=26736 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26739/task/26749/stat : 26749 (java) S 26736 26739 21426 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 105244727 10060525568 44274 33554432000 1073741824 1073778376 140734405636576 139834274581032 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26739/tid=26750] ppid=26736 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26739/task/26750/stat : 26750 (java) S 26736 26739 21426 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105244728 10060525568 44274 33554432000 1073741824 1073778376 140734405636576 139834144287336 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26739/tid=26751] ppid=26736 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26739/task/26751/stat : 26751 (java) S 26736 26739 21426 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 105244729 10060525568 44274 33554432000 1073741824 1073778376 140734405636576 139834143233656 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26739/tid=26752] ppid=26736 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26739/task/26752/stat : 26752 (java) S 26736 26739 21426 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 105244729 10060525568 44274 33554432000 1073741824 1073778376 140734405636576 139834142181000 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26739/tid=26753] ppid=26736 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26739/task/26753/stat : 26753 (java) S 26736 26739 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105244731 10060525568 44274 33554432000 1073741824 1073778376 140734405636576 139834141129744 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26739/tid=26754] ppid=26736 vsize=9824732 CPUtime=0.77 cores=0,2,4,6
/proc/26739/task/26754/stat : 26754 (java) S 26736 26739 21426 0 -1 4202560 5960 0 0 0 77 0 0 0 20 0 22 0 105244731 10060525568 44274 33554432000 1073741824 1073778376 140734405636576 139834140076088 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26739/tid=26755] ppid=26736 vsize=9824732 CPUtime=0.91 cores=0,2,4,6
/proc/26739/task/26755/stat : 26755 (java) S 26736 26739 21426 0 -1 4202560 9936 0 0 0 90 1 0 0 20 0 22 0 105244731 10060525568 44274 33554432000 1073741824 1073778376 140734405636576 139834139023544 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26739/tid=26756] ppid=26736 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26739/task/26756/stat : 26756 (java) S 26736 26739 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105244731 10060525568 44274 33554432000 1073741824 1073778376 140734405636576 139834137971192 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26739/tid=26757] ppid=26736 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26739/task/26757/stat : 26757 (java) S 26736 26739 21426 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 105244731 10060525568 44274 33554432000 1073741824 1073778376 140734405636576 139833129298760 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26739/tid=26764] ppid=26736 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26739/task/26764/stat : 26764 (java) S 26736 26739 21426 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 105244842 10060525568 44274 33554432000 1073741824 1073778376 140734405636576 139833125086248 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.78
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=11 pid=1764 uid=0 cmd=


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

/proc/26739/task/26749/stat : 26749 (java) S 26736 26739 21426 0 -1 4202560 422 0 0 0 248 8 0 0 20 0 22 0 105244727 10060525568 475662 33554432000 1073741824 1073778376 140734405636576 139834274581032 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26739/tid=26750] ppid=26736 vsize=9824732 CPUtime=1.54 cores=0,2,4,6
/proc/26739/task/26750/stat : 26750 (java) S 26736 26739 21426 0 -1 4202560 1413 0 0 0 123 31 0 0 20 0 22 0 105244728 10060525568 475662 33554432000 1073741824 1073778376 140734405636576 139834144287336 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26739/tid=26751] ppid=26736 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26739/task/26751/stat : 26751 (java) S 26736 26739 21426 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 105244729 10060525568 475662 33554432000 1073741824 1073778376 140734405636576 139834143233656 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26739/tid=26752] ppid=26736 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26739/task/26752/stat : 26752 (java) S 26736 26739 21426 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 22 0 105244729 10060525568 475662 33554432000 1073741824 1073778376 140734405636576 139834142181000 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26739/tid=26753] ppid=26736 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26739/task/26753/stat : 26753 (java) S 26736 26739 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105244731 10060525568 475662 33554432000 1073741824 1073778376 140734405636576 139834141129744 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26739/tid=26754] ppid=26736 vsize=9824732 CPUtime=0.93 cores=0,2,4,6
/proc/26739/task/26754/stat : 26754 (java) S 26736 26739 21426 0 -1 4202560 6746 0 0 0 93 0 0 0 20 0 22 0 105244731 10060525568 475662 33554432000 1073741824 1073778376 140734405636576 139834140076088 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26739/tid=26755] ppid=26736 vsize=9824732 CPUtime=1.77 cores=0,2,4,6
/proc/26739/task/26755/stat : 26755 (java) S 26736 26739 21426 0 -1 4202560 15149 0 0 0 175 2 0 0 20 0 22 0 105244731 10060525568 475662 33554432000 1073741824 1073778376 140734405636576 139834139023544 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26739/tid=26756] ppid=26736 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26739/task/26756/stat : 26756 (java) S 26736 26739 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105244731 10060525568 475662 33554432000 1073741824 1073778376 140734405636576 139834137971192 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26739/tid=26757] ppid=26736 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/26739/task/26757/stat : 26757 (java) S 26736 26739 21426 0 -1 4202560 47 0 0 0 12 16 0 0 20 0 22 0 105244731 10060525568 475662 33554432000 1073741824 1073778376 140734405636576 139833129298760 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26739/tid=26764] ppid=26736 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26739/task/26764/stat : 26764 (java) S 26736 26739 21426 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 105244842 10060525568 475662 33554432000 1073741824 1073778376 140734405636576 139833125086248 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26739/tid=27077] ppid=26736 vsize=9824732 CPUtime=329.98 cores=0,2,4,6
/proc/26739/task/27077/stat : 27077 (java) R 26736 26739 21426 0 -1 4202560 53 0 0 0 32992 6 0 0 20 0 22 0 105293568 10060525568 475662 33554432000 1073741824 1073778376 140734405636576 139833127190048 139834153752146 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26739/tid=27078] ppid=26736 vsize=9824732 CPUtime=329.94 cores=0,2,4,6
/proc/26739/task/27078/stat : 27078 (java) R 26736 26739 21426 0 -1 4202560 2209 0 0 0 32981 13 0 0 20 0 22 0 105293568 10060525568 475662 33554432000 1073741824 1073778376 140734405636576 139833128241376 139834153306933 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26739/tid=27079] ppid=26736 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26739/task/27079/stat : 27079 (java) S 26736 26739 21426 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 105293621 10060525568 475662 33554432000 1073741824 1073778376 140734405636576 139833126139304 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1625.59
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.01 4.02 4.00 5/219 27099
/proc/meminfo: memFree=27174700/32872528 swapFree=12328/568296
[pid=26739] ppid=26736 vsize=9824732 CPUtime=1745.49 cores=0,2,4,6
/proc/26739/stat : 26739 (java) S 26736 26739 21426 0 -1 4202496 35470 0 1 0 174329 220 0 0 20 0 22 0 105244725 10060525568 452942 33554432000 1073741824 1073778376 140734405636576 140734405627712 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/26739/statm: 2456183 452942 2293 9 0 2446860 0
[pid=26739/tid=26741] ppid=26736 vsize=9824732 CPUtime=0.98 cores=0,2,4,6
/proc/26739/task/26741/stat : 26741 (java) S 26736 26739 21426 0 -1 4202560 2442 0 1 0 95 3 0 0 20 0 22 0 105244726 10060525568 452942 33554432000 1073741824 1073778376 140734405636576 139834320458616 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26739/tid=26742] ppid=26736 vsize=9824732 CPUtime=2.64 cores=0,2,4,6
/proc/26739/task/26742/stat : 26742 (java) S 26736 26739 21426 0 -1 4202560 435 0 0 0 255 9 0 0 20 0 22 0 105244727 10060525568 452942 33554432000 1073741824 1073778376 140734405636576 139834281949864 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26739/tid=26743] ppid=26736 vsize=9824732 CPUtime=2.76 cores=0,2,4,6
/proc/26739/task/26743/stat : 26743 (java) S 26736 26739 21426 0 -1 4202560 477 0 0 0 267 9 0 0 20 0 22 0 105244727 10060525568 452942 33554432000 1073741824 1073778376 140734405636576 139834280897320 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26739/tid=26744] ppid=26736 vsize=9824732 CPUtime=2.52 cores=0,2,4,6
/proc/26739/task/26744/stat : 26744 (java) S 26736 26739 21426 0 -1 4202560 377 0 0 0 244 8 0 0 20 0 22 0 105244727 10060525568 452942 33554432000 1073741824 1073778376 140734405636576 139834279844776 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26739/tid=26745] ppid=26736 vsize=9824732 CPUtime=2.7 cores=0,2,4,6
/proc/26739/task/26745/stat : 26745 (java) S 26736 26739 21426 0 -1 4202560 415 0 0 0 261 9 0 0 20 0 22 0 105244727 10060525568 452942 33554432000 1073741824 1073778376 140734405636576 139834278792232 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26739/tid=26746] ppid=26736 vsize=9824732 CPUtime=2.53 cores=0,2,4,6
/proc/26739/task/26746/stat : 26746 (java) S 26736 26739 21426 0 -1 4202560 385 0 0 0 245 8 0 0 20 0 22 0 105244727 10060525568 452942 33554432000 1073741824 1073778376 140734405636576 139834277738664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26739/tid=26747] ppid=26736 vsize=9824732 CPUtime=2.58 cores=0,2,4,6
/proc/26739/task/26747/stat : 26747 (java) S 26736 26739 21426 0 -1 4202560 384 0 0 0 251 7 0 0 20 0 22 0 105244727 10060525568 452942 33554432000 1073741824 1073778376 140734405636576 139834276686120 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26739/tid=26748] ppid=26736 vsize=9824732 CPUtime=2.55 cores=0,2,4,6
/proc/26739/task/26748/stat : 26748 (java) S 26736 26739 21426 0 -1 4202560 361 0 0 0 248 7 0 0 20 0 22 0 105244727 10060525568 452942 33554432000 1073741824 1073778376 140734405636576 139834275633576 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26739/tid=26749] ppid=26736 vsize=9824732 CPUtime=2.72 cores=0,2,4,6
/proc/26739/task/26749/stat : 26749 (java) S 26736 26739 21426 0 -1 4202560 424 0 0 0 264 8 0 0 20 0 22 0 105244727 10060525568 452942 33554432000 1073741824 1073778376 140734405636576 139834274581032 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26739/tid=26750] ppid=26736 vsize=9824732 CPUtime=2.21 cores=0,2,4,6
/proc/26739/task/26750/stat : 26750 (java) S 26736 26739 21426 0 -1 4202560 1451 0 0 0 188 33 0 0 20 0 22 0 105244728 10060525568 452942 33554432000 1073741824 1073778376 140734405636576 139834144287336 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26739/tid=26751] ppid=26736 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26739/task/26751/stat : 26751 (java) S 26736 26739 21426 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 105244729 10060525568 452942 33554432000 1073741824 1073778376 140734405636576 139834143233656 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26739/tid=26752] ppid=26736 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26739/task/26752/stat : 26752 (java) S 26736 26739 21426 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 22 0 105244729 10060525568 452942 33554432000 1073741824 1073778376 140734405636576 139834142181000 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26739/tid=26753] ppid=26736 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26739/task/26753/stat : 26753 (java) S 26736 26739 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105244731 10060525568 452942 33554432000 1073741824 1073778376 140734405636576 139834141129744 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26739/tid=26754] ppid=26736 vsize=9824732 CPUtime=0.93 cores=0,2,4,6
/proc/26739/task/26754/stat : 26754 (java) S 26736 26739 21426 0 -1 4202560 6746 0 0 0 93 0 0 0 20 0 22 0 105244731 10060525568 452942 33554432000 1073741824 1073778376 140734405636576 139834140076088 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26739/tid=26755] ppid=26736 vsize=9824732 CPUtime=1.81 cores=0,2,4,6
/proc/26739/task/26755/stat : 26755 (java) S 26736 26739 21426 0 -1 4202560 15151 0 0 0 179 2 0 0 20 0 22 0 105244731 10060525568 452942 33554432000 1073741824 1073778376 140734405636576 139834139023544 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26739/tid=26756] ppid=26736 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26739/task/26756/stat : 26756 (java) S 26736 26739 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105244731 10060525568 452942 33554432000 1073741824 1073778376 140734405636576 139834137971192 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26739/tid=26757] ppid=26736 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/26739/task/26757/stat : 26757 (java) S 26736 26739 21426 0 -1 4202560 51 0 0 0 14 17 0 0 20 0 22 0 105244731 10060525568 452942 33554432000 1073741824 1073778376 140734405636576 139833129298760 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26739/tid=26764] ppid=26736 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26739/task/26764/stat : 26764 (java) S 26736 26739 21426 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 105244842 10060525568 452942 33554432000 1073741824 1073778376 140734405636576 139833125086248 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26739/tid=27077] ppid=26736 vsize=9824732 CPUtime=388.73 cores=0,2,4,6
/proc/26739/task/27077/stat : 27077 (java) R 26736 26739 21426 0 -1 4202560 63 0 0 0 38867 6 0 0 20 0 22 0 105293568 10060525568 452942 33554432000 1073741824 1073778376 140734405636576 139833127189264 139834153752183 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26739/tid=27078] ppid=26736 vsize=9824732 CPUtime=388.71 cores=0,2,4,6
/proc/26739/task/27078/stat : 27078 (java) R 26736 26739 21426 0 -1 4202560 2228 0 0 0 38857 14 0 0 20 0 22 0 105293568 10060525568 452942 33554432000 1073741824 1073778376 140734405636576 139833128242800 139834153176903 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26739/tid=27079] ppid=26736 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26739/task/27079/stat : 27079 (java) S 26736 26739 21426 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 105293621 10060525568 452942 33554432000 1073741824 1073778376 140734405636576 139833126139304 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1745.49
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+908.601 s]
/proc/loadavg: 4.07 4.03 4.00 5/219 27099
/proc/meminfo: memFree=27170524/32872528 swapFree=12328/568296
[pid=26739] ppid=26736 vsize=9824732 CPUtime=1798.21 cores=0,2,4,6
/proc/26739/stat : 26739 (java) S 26736 26739 21426 0 -1 4202496 35634 0 1 0 179596 225 0 0 20 0 22 0 105244725 10060525568 456265 33554432000 1073741824 1073778376 140734405636576 140734405627712 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/26739/statm: 2456183 456265 2293 9 0 2446860 0
[pid=26739/tid=26741] ppid=26736 vsize=9824732 CPUtime=0.98 cores=0,2,4,6
/proc/26739/task/26741/stat : 26741 (java) S 26736 26739 21426 0 -1 4202560 2442 0 1 0 95 3 0 0 20 0 22 0 105244726 10060525568 456265 33554432000 1073741824 1073778376 140734405636576 139834320458616 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26739/tid=26742] ppid=26736 vsize=9824732 CPUtime=2.71 cores=0,2,4,6
/proc/26739/task/26742/stat : 26742 (java) S 26736 26739 21426 0 -1 4202560 447 0 0 0 261 10 0 0 20 0 22 0 105244727 10060525568 456265 33554432000 1073741824 1073778376 140734405636576 139834281949864 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26739/tid=26743] ppid=26736 vsize=9824732 CPUtime=2.82 cores=0,2,4,6
/proc/26739/task/26743/stat : 26743 (java) S 26736 26739 21426 0 -1 4202560 496 0 0 0 272 10 0 0 20 0 22 0 105244727 10060525568 456265 33554432000 1073741824 1073778376 140734405636576 139834280897320 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26739/tid=26744] ppid=26736 vsize=9824732 CPUtime=2.57 cores=0,2,4,6
/proc/26739/task/26744/stat : 26744 (java) S 26736 26739 21426 0 -1 4202560 390 0 0 0 249 8 0 0 20 0 22 0 105244727 10060525568 456265 33554432000 1073741824 1073778376 140734405636576 139834279844776 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26739/tid=26745] ppid=26736 vsize=9824732 CPUtime=2.76 cores=0,2,4,6
/proc/26739/task/26745/stat : 26745 (java) S 26736 26739 21426 0 -1 4202560 425 0 0 0 267 9 0 0 20 0 22 0 105244727 10060525568 456265 33554432000 1073741824 1073778376 140734405636576 139834278792232 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26739/tid=26746] ppid=26736 vsize=9824732 CPUtime=2.59 cores=0,2,4,6
/proc/26739/task/26746/stat : 26746 (java) S 26736 26739 21426 0 -1 4202560 401 0 0 0 251 8 0 0 20 0 22 0 105244727 10060525568 456265 33554432000 1073741824 1073778376 140734405636576 139834277738664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26739/tid=26747] ppid=26736 vsize=9824732 CPUtime=2.64 cores=0,2,4,6
/proc/26739/task/26747/stat : 26747 (java) S 26736 26739 21426 0 -1 4202560 391 0 0 0 257 7 0 0 20 0 22 0 105244727 10060525568 456265 33554432000 1073741824 1073778376 140734405636576 139834276686120 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26739/tid=26748] ppid=26736 vsize=9824732 CPUtime=2.59 cores=0,2,4,6
/proc/26739/task/26748/stat : 26748 (java) S 26736 26739 21426 0 -1 4202560 361 0 0 0 252 7 0 0 20 0 22 0 105244727 10060525568 456265 33554432000 1073741824 1073778376 140734405636576 139834275633576 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26739/tid=26749] ppid=26736 vsize=9824732 CPUtime=2.77 cores=0,2,4,6
/proc/26739/task/26749/stat : 26749 (java) S 26736 26739 21426 0 -1 4202560 429 0 0 0 268 9 0 0 20 0 22 0 105244727 10060525568 456265 33554432000 1073741824 1073778376 140734405636576 139834274581032 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26739/tid=26750] ppid=26736 vsize=9824732 CPUtime=2.23 cores=0,2,4,6
/proc/26739/task/26750/stat : 26750 (java) S 26736 26739 21426 0 -1 4202560 1523 0 0 0 188 35 0 0 20 0 22 0 105244728 10060525568 456265 33554432000 1073741824 1073778376 140734405636576 139834144287336 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26739/tid=26751] ppid=26736 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26739/task/26751/stat : 26751 (java) S 26736 26739 21426 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 105244729 10060525568 456265 33554432000 1073741824 1073778376 140734405636576 139834143233656 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26739/tid=26752] ppid=26736 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26739/task/26752/stat : 26752 (java) S 26736 26739 21426 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 22 0 105244729 10060525568 456265 33554432000 1073741824 1073778376 140734405636576 139834142181000 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26739/tid=26753] ppid=26736 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26739/task/26753/stat : 26753 (java) S 26736 26739 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105244731 10060525568 456265 33554432000 1073741824 1073778376 140734405636576 139834141129744 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26739/tid=26754] ppid=26736 vsize=9824732 CPUtime=0.93 cores=0,2,4,6
/proc/26739/task/26754/stat : 26754 (java) S 26736 26739 21426 0 -1 4202560 6746 0 0 0 93 0 0 0 20 0 22 0 105244731 10060525568 456265 33554432000 1073741824 1073778376 140734405636576 139834140076088 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26739/tid=26755] ppid=26736 vsize=9824732 CPUtime=1.81 cores=0,2,4,6
/proc/26739/task/26755/stat : 26755 (java) S 26736 26739 21426 0 -1 4202560 15151 0 0 0 179 2 0 0 20 0 22 0 105244731 10060525568 456265 33554432000 1073741824 1073778376 140734405636576 139834139023544 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26739/tid=26756] ppid=26736 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26739/task/26756/stat : 26756 (java) S 26736 26739 21426 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105244731 10060525568 456265 33554432000 1073741824 1073778376 140734405636576 139834137971192 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26739/tid=26757] ppid=26736 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/26739/task/26757/stat : 26757 (java) S 26736 26739 21426 0 -1 4202560 53 0 0 0 14 18 0 0 20 0 22 0 105244731 10060525568 456265 33554432000 1073741824 1073778376 140734405636576 139833129298760 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26739/tid=26764] ppid=26736 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26739/task/26764/stat : 26764 (java) S 26736 26739 21426 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 105244842 10060525568 456265 33554432000 1073741824 1073778376 140734405636576 139833125086248 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26739/tid=27077] ppid=26736 vsize=9824732 CPUtime=414.79 cores=0,2,4,6
/proc/26739/task/27077/stat : 27077 (java) R 26736 26739 21426 0 -1 4202560 65 0 0 0 41472 7 0 0 20 0 22 0 105293568 10060525568 456265 33554432000 1073741824 1073778376 140734405636576 139833127189264 139834153752188 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26739/tid=27078] ppid=26736 vsize=9824732 CPUtime=414.79 cores=0,2,4,6
/proc/26739/task/27078/stat : 27078 (java) R 26736 26739 21426 0 -1 4202560 2234 0 0 0 41464 15 0 0 20 0 22 0 105293568 10060525568 456265 33554432000 1073741824 1073778376 140734405636576 139833128242800 139834153572608 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26739/tid=27079] ppid=26736 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26739/task/27079/stat : 27079 (java) S 26736 26739 21426 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 105293621 10060525568 456265 33554432000 1073741824 1073778376 140734405636576 139833126139304 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1798.21
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 26739 sig 9
??? kill -26739 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26739 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=57261
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=592605
# CPU time returned by wait4() is 1796.65
# while last known CPU time is 1798.21
#
# 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.79996
#  lost CPU user time (s): 1.93994
#  lost CPU system time (s): -0.14

Real time (s): 908.666
CPU time (s): 1800.01
CPU user time (s): 1797.9
CPU system time (s): 2.11
CPU usage (%): 198.094
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.06
system time used= 2.5926
maximum resident set size= 1974208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35677
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36952
involuntary context switches= 42627

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.63414 second user time and 7.53385 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-06 19:12:02
IDJOB=4081373
IDBENCH=2926
IDSOLVER=2543
FILE ID=node138/4081373-1465233122
RUNJOBID= node138-1465221375-21442
PBS_JOBID= 19843229
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_5_40_2.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4081373-1465233122/watcher-4081373-1465233122 -o /tmp/evaluation-result-4081373-1465233122/solver-4081373-1465233122 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1465221375-21442 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4081373-1465233122.opb

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

MD5SUM BENCH= c0264878059fff5e6fa5f51839a60b24
RANDOM SEED=303087658

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30322336 kB
Buffers:           27104 kB
Cached:            89672 kB
SwapCached:        46416 kB
Active:          1175880 kB
Inactive:         103952 kB
Active(anon):    1118380 kB
Inactive(anon):    47172 kB
Active(file):      57500 kB
Inactive(file):    56780 kB
Unevictable:      568296 kB
Mlocked:           12328 kB
SwapTotal:      67108856 kB
SwapFree:       67053464 kB
Dirty:               852 kB
Writeback:             0 kB
AnonPages:       1780568 kB
Mapped:            15416 kB
Shmem:                 0 kB
Slab:             567680 kB
SReclaimable:      11440 kB
SUnreclaim:       556240 kB
KernelStack:        1808 kB
PageTables:         8340 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1823300 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1728512 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= 71744 MiB
End job on node138 at 2016-06-06 19:27:10