Trace number 4081200

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)219 1800.48 896.574

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_20.opb.PB06.opb
MD5SUM1e2b8f542cc5dec610d6e9b4663a878b
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark211
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 183
Optimality of the best value was proved NO
Number of variables473
Total number of constraints472
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 constraints472
Minimum length of a constraint3
Maximum length of a constraint17
Number of terms in the objective function 473
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 473
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 473
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.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.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4081200-1465222171.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
0.28/0.24	c ... done. Wall clock time 0.131s.
0.28/0.24	c declared #vars     473
0.28/0.24	c #constraints  472
0.28/0.24	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.28/0.24	c constraints type 
0.28/0.24	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 472
0.28/0.24	c 472 constraints processed.
0.28/0.24	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.28/0.24	c constraints type 
0.28/0.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 472
0.28/0.24	c 472 constraints processed.
0.28/0.24	c objective function length is 473 literals
0.28/0.26	c And the winner is solver0
0.52/0.74	c SATISFIABLE
0.52/0.74	c OPTIMIZING...
0.52/0.74	c Got one! Elapsed wall clock time (in seconds):0.637
0.52/0.75	o 226
1.10/0.91	c And the winner is solver0
1.33/1.25	c Got one! Elapsed wall clock time (in seconds):1.141
1.33/1.25	o 225
1.51/1.30	c And the winner is solver0
1.58/1.75	c Got one! Elapsed wall clock time (in seconds):1.644
1.58/1.75	o 224
1.70/1.83	c And the winner is solver0
1.98/2.25	c Got one! Elapsed wall clock time (in seconds):2.146
1.98/2.25	o 223
3.17/2.73	c cleaning 3289 clauses out of 6596 with flag 10532/6596
4.46/3.25	c cleaning 4643 clauses out of 9308 with flag 23230/12597
5.69/3.84	c cleaning 5825 clauses out of 11665 with flag 38146/19597
7.44/4.64	c cleaning 6911 clauses out of 13839 with flag 55257/27596
9.38/5.58	c cleaning 7958 clauses out of 15929 with flag 74127/36597
11.88/6.76	c cleaning 8977 clauses out of 17970 with flag 94947/46596
14.31/7.93	c cleaning 9988 clauses out of 19994 with flag 118040/57597
17.02/9.26	c cleaning 10994 clauses out of 22005 with flag 143431/69596
19.95/10.61	c cleaning 11998 clauses out of 24011 with flag 170873/82596
23.15/12.29	c cleaning 12999 clauses out of 26013 with flag 201794/96596
27.50/14.31	c cleaning 13996 clauses out of 28014 with flag 233404/111596
32.24/16.65	c cleaning 15000 clauses out of 30020 with flag 267450/127598
36.22/18.62	c cleaning 16000 clauses out of 32018 with flag 303999/144596
40.42/20.79	c cleaning 17004 clauses out of 34018 with flag 342278/162596
47.78/24.31	c cleaning 17998 clauses out of 36014 with flag 381651/181596
54.98/27.89	c cleaning 18998 clauses out of 38016 with flag 423612/201596
62.01/31.36	c cleaning 19999 clauses out of 40018 with flag 467843/222596
63.61/32.14	c And the winner is solver1
63.70/32.37	c Got one! Elapsed wall clock time (in seconds):32.264
63.70/32.37	o 222
65.55/33.38	c cleaning 15316 clauses out of 30641 with flag 12500/233218
67.74/34.42	c cleaning 10654 clauses out of 21325 with flag 27494/239218
70.14/35.64	c cleaning 8830 clauses out of 17670 with flag 44864/246217
73.32/37.14	c cleaning 8412 clauses out of 16841 with flag 64964/254218
76.52/38.76	c cleaning 8712 clauses out of 17431 with flag 87746/263220
80.32/40.62	c cleaning 9354 clauses out of 18717 with flag 113159/273218
84.13/42.59	c cleaning 10180 clauses out of 20362 with flag 141144/284217
89.03/44.92	c cleaning 11091 clauses out of 22184 with flag 172832/296219
94.04/47.47	c cleaning 12043 clauses out of 24091 with flag 206023/309217
100.23/50.50	c cleaning 13024 clauses out of 26048 with flag 242010/323217
106.82/53.87	c cleaning 14013 clauses out of 28025 with flag 280833/338218
114.80/57.74	c cleaning 15003 clauses out of 30012 with flag 323197/354218
123.20/61.98	c cleaning 16005 clauses out of 32009 with flag 367744/371218
128.40/64.59	c And the winner is solver1
128.59/64.88	c Got one! Elapsed wall clock time (in seconds):64.771
128.59/64.88	o 221
131.05/66.16	c cleaning 16286 clauses out of 32572 with flag 12457/387786
133.44/67.38	c cleaning 11142 clauses out of 22288 with flag 27548/393788
137.26/69.53	c cleaning 9071 clauses out of 18144 with flag 45326/400786
140.06/70.99	c cleaning 8533 clauses out of 17074 with flag 66028/408787
143.86/72.87	c cleaning 8763 clauses out of 17540 with flag 88445/417786
147.87/74.86	c cleaning 9383 clauses out of 18778 with flag 114154/427787
152.28/77.03	c cleaning 10195 clauses out of 20395 with flag 141738/438787
156.47/79.13	c cleaning 11098 clauses out of 22200 with flag 171838/450787
162.15/81.96	c cleaning 12051 clauses out of 24102 with flag 204794/463787
167.96/84.86	c cleaning 0 clauses out of 6074 with flag 0/6075
168.24/84.97	c cleaning 13024 clauses out of 26051 with flag 242329/477787
175.36/88.50	c cleaning 14013 clauses out of 28026 with flag 281603/492786
183.52/92.50	c cleaning 15006 clauses out of 30013 with flag 323608/508786
192.01/96.60	c cleaning 16005 clauses out of 32010 with flag 369191/525789
200.61/100.90	c cleaning 16997 clauses out of 34002 with flag 417474/543786
209.16/105.17	c cleaning 18002 clauses out of 36005 with flag 468909/562786
218.75/109.97	c cleaning 19001 clauses out of 38003 with flag 523189/582786
230.17/115.63	c cleaning 20002 clauses out of 40003 with flag 580392/603787
241.94/121.47	c cleaning 20994 clauses out of 42001 with flag 641317/625787
253.54/127.26	c cleaning 22001 clauses out of 44008 with flag 704301/648788
266.78/133.73	c cleaning 22999 clauses out of 46006 with flag 769426/672787
280.22/140.45	c cleaning 24001 clauses out of 48006 with flag 835468/697786
294.17/147.39	c cleaning 25002 clauses out of 50007 with flag 904555/723788
307.37/153.99	c cleaning 26002 clauses out of 52004 with flag 974513/750787
321.17/160.79	c cleaning 27001 clauses out of 54001 with flag 1046759/778786
338.65/169.98	c cleaning 27995 clauses out of 56000 with flag 1125972/807786
355.27/178.22	c cleaning 29004 clauses out of 58007 with flag 1204648/837788
374.11/187.68	c cleaning 29998 clauses out of 60001 with flag 1289313/868786
374.31/187.71	c And the winner is solver1
374.37/187.83	c Got one! Elapsed wall clock time (in seconds):187.717
374.37/187.83	o 220
376.33/188.84	c cleaning 17551 clauses out of 35112 with flag 13125/873895
378.53/189.98	c cleaning 11780 clauses out of 23563 with flag 28973/879897
381.13/191.25	c cleaning 9386 clauses out of 18781 with flag 47276/886895
384.40/192.89	c cleaning 8687 clauses out of 17395 with flag 68267/894895
387.80/194.57	c cleaning 8854 clauses out of 17709 with flag 91877/903896
391.80/196.52	c cleaning 9425 clauses out of 18857 with flag 118665/913898
396.00/198.69	c cleaning 10211 clauses out of 20430 with flag 147292/924896
401.61/201.43	c cleaning 11109 clauses out of 22219 with flag 178607/936896
407.70/204.43	c cleaning 12053 clauses out of 24109 with flag 212976/949895
414.31/207.79	c cleaning 13027 clauses out of 26057 with flag 251277/963896
421.52/211.39	c cleaning 14014 clauses out of 28030 with flag 293121/978896
429.67/215.38	c cleaning 15005 clauses out of 30015 with flag 344953/994895
438.47/219.79	c cleaning 16005 clauses out of 32010 with flag 406862/1011895
448.27/224.64	c cleaning 16999 clauses out of 34005 with flag 459929/1029895
458.60/229.71	c cleaning 18003 clauses out of 36006 with flag 513963/1048895
469.40/235.15	c cleaning 18998 clauses out of 38003 with flag 566878/1068895
481.39/241.08	c cleaning 20001 clauses out of 40005 with flag 627156/1089895
494.77/247.79	c cleaning 20999 clauses out of 42004 with flag 685363/1111895
509.99/255.23	c cleaning 22001 clauses out of 44005 with flag 745354/1134895
524.77/262.61	c cleaning 23001 clauses out of 46004 with flag 807326/1158895
537.60/268.96	c cleaning 0 clauses out of 11623 with flag 0/11624
540.01/270.18	c cleaning 24001 clauses out of 48004 with flag 873617/1183896
555.08/277.51	c cleaning 24999 clauses out of 50003 with flag 942414/1209896
571.68/285.82	c cleaning 26002 clauses out of 52005 with flag 1014872/1236897
588.72/294.21	c cleaning 26994 clauses out of 54001 with flag 1091434/1264895
606.72/303.13	c cleaning 27997 clauses out of 56007 with flag 1169172/1293895
626.79/313.06	c cleaning 29004 clauses out of 58010 with flag 1246938/1323895
647.48/323.24	c cleaning 30001 clauses out of 60007 with flag 1330229/1354896
668.07/333.57	c cleaning 31001 clauses out of 62005 with flag 1415385/1386895
691.18/344.93	c cleaning 31997 clauses out of 64005 with flag 1502214/1419896
711.18/354.98	c cleaning 33005 clauses out of 66010 with flag 1594083/1453898
735.12/366.72	c cleaning 34003 clauses out of 68005 with flag 1687450/1488898
759.11/378.73	c cleaning 34998 clauses out of 69999 with flag 1783358/1524895
782.92/390.62	c cleaning 35995 clauses out of 72003 with flag 1882957/1561897
809.04/403.53	c cleaning 37000 clauses out of 74006 with flag 1986318/1599895
837.23/417.70	c cleaning 38000 clauses out of 76006 with flag 2089085/1638895
867.87/432.63	c cleaning 38995 clauses out of 78006 with flag 2194068/1678895
903.02/450.02	c cleaning 40001 clauses out of 80013 with flag 2299608/1719897
934.01/465.59	c cleaning 41003 clauses out of 82010 with flag 2407015/1761895
964.53/480.70	c cleaning 42000 clauses out of 84009 with flag 2518514/1804897
997.65/497.03	c cleaning 43003 clauses out of 86007 with flag 2630584/1848895
1029.07/512.73	c cleaning 43994 clauses out of 88004 with flag 2750887/1893895
1065.60/530.41	c cleaning 45001 clauses out of 90010 with flag 2868393/1939895
1107.05/551.55	c cleaning 46002 clauses out of 92009 with flag 2989475/1986895
1144.17/569.92	c cleaning 47001 clauses out of 94009 with flag 3114835/2034897
1178.45/586.95	c cleaning 48003 clauses out of 96006 with flag 3246964/2083895
1200.11/597.65	c And the winner is solver1
1200.11/597.67	c Got one! Elapsed wall clock time (in seconds):597.567
1200.11/597.67	o 219
1203.99/599.55	c cleaning 41601 clauses out of 83204 with flag 12466/2119096
1206.77/600.91	c cleaning 23802 clauses out of 47603 with flag 28067/2125096
1209.77/602.45	c cleaning 15399 clauses out of 30800 with flag 46390/2132095
1213.27/604.15	c cleaning 11696 clauses out of 23402 with flag 67433/2140096
1216.87/605.97	c cleaning 10348 clauses out of 20706 with flag 91144/2149096
1221.33/608.19	c cleaning 10171 clauses out of 20357 with flag 117121/2159095
1225.93/610.41	c cleaning 10592 clauses out of 21186 with flag 145673/2170095
1231.82/613.35	c cleaning 11296 clauses out of 22594 with flag 176997/2182095
1237.62/616.21	c cleaning 12141 clauses out of 24299 with flag 210814/2195096
1244.52/619.69	c cleaning 13076 clauses out of 26159 with flag 248843/2209097
1252.12/623.43	c cleaning 14041 clauses out of 28081 with flag 290615/2224095
1261.00/627.85	c cleaning 15019 clauses out of 30040 with flag 332436/2240095
1269.49/632.03	c cleaning 16008 clauses out of 32022 with flag 377696/2257096
1278.41/636.43	c cleaning 17003 clauses out of 34013 with flag 425877/2275095
1288.01/641.28	c cleaning 18000 clauses out of 36011 with flag 477685/2294096
1299.10/646.74	c cleaning 19002 clauses out of 38010 with flag 530698/2314095
1310.78/652.59	c cleaning 19997 clauses out of 40008 with flag 587266/2335095
1323.28/658.72	c cleaning 21006 clauses out of 42012 with flag 648366/2357096
1337.77/665.94	c cleaning 22000 clauses out of 44005 with flag 713513/2380095
1352.50/673.28	c cleaning 23002 clauses out of 46008 with flag 782451/2404098
1368.37/681.10	c cleaning 24001 clauses out of 48004 with flag 852400/2429096
1383.68/688.79	c cleaning 24999 clauses out of 50003 with flag 924556/2455096
1399.97/696.85	c cleaning 26001 clauses out of 52003 with flag 998859/2482095
1416.08/704.80	c cleaning 26992 clauses out of 54004 with flag 1075522/2510097
1434.21/713.89	c cleaning 28004 clauses out of 56011 with flag 1153277/2539096
1454.56/723.94	c cleaning 29000 clauses out of 58007 with flag 1234712/2569096
1479.24/736.18	c cleaning 29995 clauses out of 60006 with flag 1317924/2600095
1504.53/748.63	c cleaning 30998 clauses out of 62012 with flag 1406605/2632096
1529.27/760.93	c cleaning 32006 clauses out of 64016 with flag 1495418/2665098
1556.98/774.65	c cleaning 32999 clauses out of 66008 with flag 1587552/2699096
1586.47/789.26	c cleaning 34003 clauses out of 68009 with flag 1681785/2734096
1598.61/795.25	c cleaning 0 clauses out of 17542 with flag 0/17543
1613.82/802.85	c cleaning 34999 clauses out of 70005 with flag 1785213/2770095
1642.51/817.04	c cleaning 36004 clauses out of 72007 with flag 1896044/2807096
1675.21/834.70	c cleaning 36999 clauses out of 74002 with flag 2015069/2845095
1708.25/851.05	c cleaning 37997 clauses out of 76004 with flag 2122695/2884096
1740.78/867.24	c cleaning 39000 clauses out of 78007 with flag 2228592/2924096
1774.50/883.96	c cleaning 40004 clauses out of 80007 with flag 2335060/2965096
1800.01/896.51	c >>>>>>>>>> Solver number 0 (4 answers) <<<<<<<<<<<<<<<<<<
1800.01/896.51	c starts		: 54691
1800.01/896.51	c conflicts		: 2999534
1800.01/896.51	c decisions		: 17361083
1800.01/896.51	c propagations		: 388884069
1800.01/896.51	c inspects		: 12040073140
1800.01/896.51	c shortcuts		: 0
1800.01/896.51	c learnt literals	: 0
1800.01/896.51	c learnt binary clauses	: 0
1800.01/896.51	c learnt ternary clauses	: 0
1800.01/896.51	c learnt constraints	: 2999534
1800.01/896.51	c ignored constraints	: 0
1800.01/896.51	c root simplifications	: 0
1800.01/896.51	c removed literals (reason simplification)	: 5663863
1800.01/896.51	c reason swapping (by a shorter reason)	: 0
1800.01/896.51	c Calls to reduceDB	: 139
1800.01/896.51	c Number of update (reduction) of LBD	: 528913
1800.01/896.51	c Imported unit clauses	: 0
1800.01/896.51	c number of reductions to clauses (during analyze)	: 0
1800.01/896.51	c number of learned constraints concerned by reduction	: 0
1800.01/896.51	c number of learning phase by resolution	: 0
1800.01/896.51	c number of learning phase by cutting planes	: 0
1800.01/896.51	c speed (assignments/second)	: 1301351.1616933986
1800.01/896.51	c non guided choices	0
1800.01/896.53	c learnt constraints type 
1800.01/896.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 74441
1800.01/896.53	c >>>>>>>>>> Solver number 1 (4 answers) <<<<<<<<<<<<<<<<<<
1800.01/896.53	c starts		: 53
1800.01/896.53	c conflicts		: 19044
1800.01/896.53	c decisions		: 72791
1800.01/896.53	c propagations		: 353009
1800.01/896.53	c inspects		: 535373674
1800.01/896.53	c shortcuts		: 0
1800.01/896.53	c learnt literals	: 0
1800.01/896.53	c learnt binary clauses	: 0
1800.01/896.53	c learnt ternary clauses	: 0
1800.01/896.53	c learnt constraints	: 19042
1800.01/896.53	c ignored constraints	: 0
1800.01/896.53	c root simplifications	: 0
1800.01/896.53	c removed literals (reason simplification)	: 0
1800.01/896.53	c reason swapping (by a shorter reason)	: 0
1800.01/896.53	c Calls to reduceDB	: 3
1800.01/896.53	c Number of update (reduction) of LBD	: 0
1800.01/896.53	c Imported unit clauses	: 0
1800.01/896.53	c number of reductions to clauses (during analyze)	: 0
1800.01/896.53	c number of learned constraints concerned by reduction	: 0
1800.01/896.53	c number of learning phase by resolution	: 0
1800.01/896.53	c number of learning phase by cutting planes	: 0
1800.01/896.53	c speed (assignments/second)	: 394.74278634336605
1800.01/896.53	c non guided choices	0
1800.01/896.54	c learnt constraints type 
1800.01/896.54	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 723
1800.01/896.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 18319
1800.01/896.54	s SATISFIABLE
1800.01/896.54	c Found 8 solution(s)
1800.01/896.54	v x1 x2 x3 -x4 -x5 -x6 x7 x8 -x9 x10 -x11 x12 x13 -x14 x15 -x16 x17 x18 x19 -x20 -x21 x22 -x23 x24 x25 x26 x27 -x28 x29 x30 x31 -x32 -x33 x34 -x35 -x36 -x37 x38 -x39 x40 x41 x42 x43 x44 x45 -x46 x47 -x48 x49 -x50 -x51 x52 x53 x54 x55 -x56 -x57 x58 -x59 -x60 x61 -x62 -x63 -x64 x65 x66 -x67 x68 -x69 -x70 -x71 x72 x73 -x74 x75 x76 x77 -x78 -x79 x80 -x81 x82 x83 -x84 -x85 -x86 -x87 x88 -x89 x90 -x91 -x92 x93 -x94 -x95 x96 x97 -x98 -x99 -x100 -x101 x102 x103 x104 -x105 -x106 x107 x108 -x109 -x110 x111 -x112 -x113 -x114 -x115 -x116 x117 -x118 x119 -x120 x121 x122 x123 x124 -x125 -x126 -x127 x128 -x129 -x130 x131 -x132 x133 -x134 x135 -x136 x137 x138 -x139 -x140 -x141 x142 x143 -x144 -x145 -x146 x147 x148 x149 -x150 -x151 x152 x153 x154 -x155 x156 -x157 -x158 x159 x160 -x161 x162 -x163 -x164 -x165 -x166 x167 -x168 x169 x170 -x171 x172 x173 -x174 -x175 -x176 x177 x178 x179 -x180 x181 -x182 -x183 x184 -x185 x186 x187 -x188 x189 -x190 -x191 -x192 -x193 -x194 -x195 x196 -x197 x198 -x199 -x200 x201 -x202 x203 -x204 x205 x206 x207 -x208 x209 -x210 x211 x212 x213 -x214 -x215 -x216 -x217 x218 x219 x220 x221 -x222 x223 -x224 x225 x226 -x227 x228 x229 x230 -x231 -x232 x233 -x234 -x235 x236 x237 -x238 -x239 -x240 -x241 -x242 x243 x244 -x245 x246 -x247 -x248 x249 x250 x251 -x252 x253 x254 x255 x256 x257 x258 -x259 -x260 x261 -x262 x263 -x264 x265 x266 -x267 -x268 -x269 -x270 -x271 -x272 x273 x274 -x275 -x276 -x277 -x278 -x279 x280 -x281 -x282 -x283 x284 x285 x286 -x287 x288 x289 x290 x291 -x292 -x293 -x294 x295 -x296 -x297 -x298 x299 x300 -x301 x302 x303 x304 -x305 x306 x307 -x308 x309 -x310 x311 x312 x313 -x314 x315 -x316 x317 -x318 -x319 -x320 -x321 x322 -x323 x324 x325 -x326 -x327 -x328 -x329 -x330 x331 -x332 -x333 -x334 x335 -x336 x337 x338 x339 x340 x341 -x342 x343 x344 -x345 -x346 -x347 -x348 -x349 x350 -x351 x352 -x353 -x354 -x355 x356 x357 x358 x359 -x360 -x361 x362 x363 -x364 -x365 x366 x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 x376 x377 -x378 -x379 -x380 x381 -x382 -x383 -x384 x385 -x386 x387 -x388 x389 x390 -x391 -x392 x393 -x394 -x395 -x396 x397 -x398 -x399 x400 -x401 -x402 x403 -x404 -x405 x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 x415 -x416 -x417 -x418 x419 -x420 x421 -x422 x423 x424 x425 x426 -x427 x428 x429 x430 -x431 x432 x433 -x434 -x435 -x436 -x437 -x438 x439 -x440 x441 -x442 x443 x444 x445 -x446 -x447 -x448 x449 -x450 x451 -x452 x453 x454 -x455 x456 -x457 -x458 -x459 x460 -x461 -x462 -x463 x464 -x465 -x466 -x467 -x468 -x469 -x470 x471 -x472 x473 
1800.01/896.54	c objective function=219
1800.01/896.54	c Total wall clock time (in seconds): 896.435

Verifier Data

OK	219

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-4081200-1465222171/watcher-4081200-1465222171 -o /tmp/evaluation-result-4081200-1465222171/solver-4081200-1465222171 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1465220363-8289 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4081200-1465222171.opb 

pid=8873
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.25 4.37 3.98 4/199 8876
/proc/meminfo: memFree=29876672/32872528 swapFree=15540/1663004
[pid=8876] ppid=8873 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/8876/stat : 8876 (java) S 8873 8876 8273 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 104149884 98570240 976 33554432000 1073741824 1073778376 140733872591536 140733872582672 273909055549 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8876/statm: 24065 976 743 9 0 16771 0
[pid=8876/tid=8877] ppid=8873 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/8876/task/8877/stat : 8877 (java) R 8873 8876 8273 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 104149885 98570240 977 33554432000 1073741824 1073778376 140733872591536 140436033154600 273905698176 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.100066 s]
/proc/loadavg: 4.25 4.37 3.98 4/199 8876
/proc/meminfo: memFree=29876672/32872528 swapFree=15540/1663004
[pid=8876] ppid=8873 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/8876/stat : 8876 (java) S 8873 8876 8273 0 -1 4202496 4530 0 1 0 10 0 0 0 20 0 18 0 104149884 9787879424 5649 33554432000 1073741824 1073778376 140733872591536 140733872582672 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8876/statm: 2389619 5649 2155 9 0 2380296 0
[pid=8876/tid=8877] ppid=8873 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/8876/task/8877/stat : 8877 (java) R 8873 8876 8273 0 -1 4202560 2441 0 1 0 8 0 0 0 20 0 18 0 104149885 9787879424 5650 33554432000 1073741824 1073778376 140733872591536 140436033158048 273909081357 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200283 s]
/proc/loadavg: 4.25 4.37 3.98 4/199 8876
/proc/meminfo: memFree=29876672/32872528 swapFree=15540/1663004
[pid=8876] ppid=8873 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/8876/stat : 8876 (java) S 8873 8876 8273 0 -1 4202496 4965 0 1 0 27 1 0 0 20 0 18 0 104149884 9787879424 6497 33554432000 1073741824 1073778376 140733872591536 140733872582672 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8876/statm: 2389619 6497 2216 9 0 2380296 0
[pid=8876/tid=8877] ppid=8873 vsize=9558476 CPUtime=0.18 cores=0,2,4,6
/proc/8876/task/8877/stat : 8877 (java) R 8873 8876 8273 0 -1 4202560 2460 0 1 0 18 0 0 0 20 0 18 0 104149885 9787879424 6497 33554432000 1073741824 1073778376 140733872591536 140436033158048 140436036445079 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300253 s]
/proc/loadavg: 4.25 4.37 3.98 4/199 8876
/proc/meminfo: memFree=29876672/32872528 swapFree=15540/1663004
[pid=8876] ppid=8873 vsize=9824732 CPUtime=0.51 cores=0,2,4,6
/proc/8876/stat : 8876 (java) S 8873 8876 8273 0 -1 4202496 7026 0 1 0 47 4 0 0 20 0 19 0 104149884 10060525568 9951 33554432000 1073741824 1073778376 140733872591536 140733872582672 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8876/statm: 2456183 9951 2243 9 0 2446860 0
[pid=8876/tid=8877] ppid=8873 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/8876/task/8877/stat : 8877 (java) S 8873 8876 8273 0 -1 4202560 2472 0 1 0 22 0 0 0 20 0 19 0 104149885 10060525568 9951 33554432000 1073741824 1073778376 140733872591536 140436033160056 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9824732

[startup+0.700304 s]
/proc/loadavg: 4.25 4.37 3.98 4/199 8876
/proc/meminfo: memFree=29876672/32872528 swapFree=15540/1663004
[pid=8876] ppid=8873 vsize=9824732 CPUtime=0.52 cores=0,2,4,6
/proc/8876/stat : 8876 (java) S 8873 8876 8273 0 -1 4202496 7032 0 1 0 48 4 0 0 20 0 19 0 104149884 10060525568 9893 33554432000 1073741824 1073778376 140733872591536 140733872582672 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8876/statm: 2456183 9893 2243 9 0 2446860 0
[pid=8876/tid=8877] ppid=8873 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/8876/task/8877/stat : 8877 (java) S 8873 8876 8273 0 -1 4202560 2472 0 1 0 22 0 0 0 20 0 19 0 104149885 10060525568 9893 33554432000 1073741824 1073778376 140733872591536 140436033160056 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9824732

[startup+1.50081 s]
/proc/loadavg: 4.25 4.37 3.98 3/218 8901
/proc/meminfo: memFree=29666116/32872528 swapFree=15540/1663004
[pid=8876] ppid=8873 vsize=9824732 CPUtime=1.58 cores=0,2,4,6
/proc/8876/stat : 8876 (java) S 8873 8876 8273 0 -1 4202496 12854 0 1 0 150 8 0 0 20 0 19 0 104149884 10060525568 15723 33554432000 1073741824 1073778376 140733872591536 140733872582672 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8876/statm: 2456183 15723 2253 9 0 2446860 0
[pid=8876/tid=8877] ppid=8873 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/8876/task/8877/stat : 8877 (java) S 8873 8876 8273 0 -1 4202560 2477 0 1 0 23 0 0 0 20 0 19 0 104149885 10060525568 15723 33554432000 1073741824 1073778376 140733872591536 140436033160056 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8876/tid=8879] ppid=8873 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8876/task/8879/stat : 8879 (java) S 8873 8876 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104149885 10060525568 15723 33554432000 1073741824 1073778376 140733872591536 140435971889704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8876/tid=8880] ppid=8873 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8876/task/8880/stat : 8880 (java) S 8873 8876 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104149885 10060525568 15723 33554432000 1073741824 1073778376 140733872591536 140435970836904 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8876/tid=8881] ppid=8873 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8876/task/8881/stat : 8881 (java) S 8873 8876 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104149885 10060525568 15723 33554432000 1073741824 1073778376 140733872591536 140435969784104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8876/tid=8882] ppid=8873 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8876/task/8882/stat : 8882 (java) S 8873 8876 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104149885 10060525568 15723 33554432000 1073741824 1073778376 140733872591536 140435873544360 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8876/tid=8883] ppid=8873 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8876/task/8883/stat : 8883 (java) S 8873 8876 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104149885 10060525568 15723 33554432000 1073741824 1073778376 140733872591536 140435872492584 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8876/tid=8884] ppid=8873 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8876/task/8884/stat : 8884 (java) S 8873 8876 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104149885 10060525568 15723 33554432000 1073741824 1073778376 140733872591536 140435871439784 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8876/tid=8885] ppid=8873 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8876/task/8885/stat : 8885 (java) S 8873 8876 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104149885 10060525568 15723 33554432000 1073741824 1073778376 140733872591536 140435870386984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8876/tid=8886] ppid=8873 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8876/task/8886/stat : 8886 (java) S 8873 8876 8273 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104149885 10060525568 15723 33554432000 1073741824 1073778376 140733872591536 140435869334184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8876/tid=8887] ppid=8873 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8876/task/8887/stat : 8887 (java) S 8873 8876 8273 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 104149886 10060525568 15723 33554432000 1073741824 1073778376 140733872591536 140435857136104 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8876/tid=8888] ppid=8873 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8876/task/8888/stat : 8888 (java) S 8873 8876 8273 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104149887 10060525568 15723 33554432000 1073741824 1073778376 140733872591536 140435856082168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8876/tid=8889] ppid=8873 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8876/task/8889/stat : 8889 (java) S 8873 8876 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104149887 10060525568 15723 33554432000 1073741824 1073778376 140733872591536 140435855029256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8876/tid=8890] ppid=8873 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8876/task/8890/stat : 8890 (java) S 8873 8876 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104149889 10060525568 15723 33554432000 1073741824 1073778376 140733872591536 140435853977744 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8876/tid=8891] ppid=8873 vsize=9824732 CPUtime=0.47 cores=0,2,4,6
/proc/8876/task/8891/stat : 8891 (java) S 8873 8876 8273 0 -1 4202560 5850 0 0 0 47 0 0 0 20 0 19 0 104149889 10060525568 15723 33554432000 1073741824 1073778376 140733872591536 140435852925880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8876/tid=8892] ppid=8873 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/8876/task/8892/stat : 8892 (java) S 8873 8876 8273 0 -1 4202560 3169 0 0 0 36 0 0 0 20 0 19 0 104149889 10060525568 15723 33554432000 1073741824 1073778376 140733872591536 140435851873080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8876/tid=8893] ppid=8873 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8876/task/8893/stat : 8893 (java) S 8873 8876 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104149889 10060525568 15723 33554432000 1073741824 1073778376 140733872591536 140435850820472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8876/tid=8894] ppid=8873 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8876/task/8894/stat : 8894 (java) S 8873 8876 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104149889 10060525568 15723 33554432000 1073741824 1073778376 140733872591536 140435849767880 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8876/tid=8897] ppid=8873 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8876/task/8897/stat : 8897 (java) S 8873 8876 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104149909 10060525568 15723 33554432000 1073741824 1073778376 140733872591536 140435846607784 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.58
Current children cumulated vsize (KiB) 9824732

[startup+3.10085 s]
/proc/loadavg: 4.25 4.37 3.98 3/218 8907
/proc/meminfo: memFree=29648656/32872528 swapFree=15540/1663004
[pid=8876] ppid=8873 vsize=9824732 CPUtime=4.26 cores=0,2,4,6
/proc/8876/stat : 8876 (java) S 8873 8876 8273 0 -1 4202496 20095 0 1 0 413 13 0 0 20 0 22 0 104149884 10060525568 46619 33554432000 1073741824 1073778376 140733872591536 140733872582672 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8876/statm: 2456183 46619 2284 9 0 2446860 0
[pid=8876/tid=8877] ppid=8873 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/8876/task/8877/stat : 8877 (java) S 8873 8876 8273 0 -1 4202560 2478 0 1 0 23 0 0 0 20 0 22 0 104149885 10060525568 46619 33554432000 1073741824 1073778376 140733872591536 140436033160056 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8876/tid=8879] ppid=8873 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8876/task/8879/stat : 8879 (java) S 8873 8876 8273 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 104149885 10060525568 46619 33554432000 1073741824 1073778376 140733872591536 140435971889704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8876/tid=8880] ppid=8873 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8876/task/8880/stat : 8880 (java) S 8873 8876 8273 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 104149885 10060525568 46619 33554432000 1073741824 1073778376 140733872591536 140435970836904 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8876/tid=8881] ppid=8873 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8876/task/8881/stat : 8881 (java) S 8873 8876 8273 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 104149885 10060525568 46619 33554432000 1073741824 1073778376 140733872591536 140435969784104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8876/tid=8882] ppid=8873 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8876/task/8882/stat : 8882 (java) S 8873 8876 8273 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 104149885 10060525568 46619 33554432000 1073741824 1073778376 140733872591536 140435873544360 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8876/tid=8883] ppid=8873 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8876/task/8883/stat : 8883 (java) S 8873 8876 8273 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 104149885 10060525568 46619 33554432000 1073741824 1073778376 140733872591536 140435872492584 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8876/tid=8884] ppid=8873 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8876/task/8884/stat : 8884 (java) S 8873 8876 8273 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 104149885 10060525568 46619 33554432000 1073741824 1073778376 140733872591536 140435871439784 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8876/tid=8885] ppid=8873 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8876/task/8885/stat : 8885 (java) S 8873 8876 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104149885 10060525568 46619 33554432000 1073741824 1073778376 140733872591536 140435870386984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8876/tid=8886] ppid=8873 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8876/task/8886/stat : 8886 (java) S 8873 8876 8273 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 104149885 10060525568 46619 33554432000 1073741824 1073778376 140733872591536 140435869334184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8876/tid=8887] ppid=8873 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8876/task/8887/stat : 8887 (java) S 8873 8876 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104149886 10060525568 46619 33554432000 1073741824 1073778376 140733872591536 140435857136104 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8876/tid=8888] ppid=8873 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8876/task/8888/stat : 8888 (java) S 8873 8876 8273 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104149887 10060525568 46619 33554432000 1073741824 1073778376 140733872591536 140435856082168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8876/tid=8889] ppid=8873 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8876/task/8889/stat : 8889 (java) S 8873 8876 8273 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104149887 10060525568 46619 33554432000 1073741824 1073778376 140733872591536 140435855029256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8876/tid=8890] ppid=8873 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8876/task/8890/stat : 8890 (java) S 8873 8876 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104149889 10060525568 46619 33554432000 1073741824 1073778376 140733872591536 140435853977744 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8876/tid=8891] ppid=8873 vsize=9824732 CPUtime=0.74 cores=0,2,4,6
/proc/8876/task/8891/stat : 8891 (java) S 8873 8876 8273 0 -1 4202560 5893 0 0 0 74 0 0 0 20 0 22 0 104149889 10060525568 46619 33554432000 1073741824 1073778376 140733872591536 140435852925880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8876/tid=8892] ppid=8873 vsize=9824732 CPUtime=0.89 cores=0,2,4,6
/proc/8876/task/8892/stat : 8892 (java) S 8873 8876 8273 0 -1 4202560 10251 0 0 0 88 1 0 0 20 0 22 0 104149889 10060525568 46619 33554432000 1073741824 1073778376 140733872591536 140435851873080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8876/tid=8893] ppid=8873 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8876/task/8893/stat : 8893 (java) S 8873 8876 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104149889 10060525568 46619 33554432000 1073741824 1073778376 140733872591536 140435850820472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8876/tid=8894] ppid=8873 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8876/task/8894/stat : 8894 (java) S 8873 8876 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104149889 10060525568 46619 33554432000 1073741824 1073778376 140733872591536 140435849767880 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8876/tid=8897] ppid=8873 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8876/task/8897/stat : 8897 (java) S 8873 8876 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104149909 10060525568 46619 33554432000 1073741824 1073778376 140733872591536 140435846607784 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.26
Current children cumulated vsize (KiB) 9824732

[startup+6.30093 s]
/proc/loadavg: 4.23 4.36 3.98 5/221 8910
/proc/meminfo: memFree=29426660/32872528 swapFree=15540/1663004
[pid=8876] ppid=8873 vsize=9824732 CPUtime=11.06 cores=0,2,4,6
/proc/8876/stat : 8876 (java) S 8873 8876 8273 0 -1 4202496 21228 0 1 0 1085 21 0 0 20 0 22 0 104149884 10060525568 65013 33554432000 1073741824 1073778376 140733872591536 140733872582672 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8876/statm: 2456183 65013 2285 9 0 2446860 0
[pid=8876/tid=8877] ppid=8873 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/8876/task/8877/stat : 8877 (java) S 8873 8876 8273 0 -1 4202560 2478 0 1 0 23 0 0 0 20 0 22 0 104149885 10060525568 65013 33554432000 1073741824 1073778376 140733872591536 140436033160056 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8876/tid=8879] ppid=8873 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/8876/task/8879/stat : 8879 (java) S 8873 8876 8273 0 -1 4202560 112 0 0 0 5 0 0 0 20 0 22 0 104149885 10060525568 65013 33554432000 1073741824 1073778376 140733872591536 140435971889704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8876/tid=8880] ppid=8873 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/8876/task/8880/stat : 8880 (java) S 8873 8876 8273 0 -1 4202560 186 0 0 0 2 0 0 0 20 0 22 0 104149885 10060525568 65013 33554432000 1073741824 1073778376 140733872591536 140435970836904 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8876/tid=8881] ppid=8873 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/8876/task/8881/stat : 8881 (java) S 8873 8876 8273 0 -1 4202560 33 0 0 0 3 0 0 0 20 0 22 0 104149885 10060525568 65013 33554432000 1073741824 1073778376 140733872591536 140435969784104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8876/tid=8882] ppid=8873 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/8876/task/8882/stat : 8882 (java) S 8873 8876 8273 0 -1 4202560 159 0 0 0 4 2 0 0 20 0 22 0 104149885 10060525568 65013 33554432000 1073741824 1073778376 140733872591536 140435873544360 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8876/tid=8883] ppid=8873 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/8876/task/8883/stat : 8883 (java) S 8873 8876 8273 0 -1 4202560 151 0 0 0 3 1 0 0 20 0 22 0 104149885 10060525568 65013 33554432000 1073741824 1073778376 140733872591536 140435872492584 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8876/tid=8884] ppid=8873 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/8876/task/8884/stat : 8884 (java) S 8873 8876 8273 0 -1 4202560 149 0 0 0 3 2 0 0 20 0 22 0 104149885 10060525568 65013 33554432000 1073741824 1073778376 140733872591536 140435871439784 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8876/tid=8885] ppid=8873 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/8876/task/8885/stat : 8885 (java) S 8873 8876 8273 0 -1 4202560 153 0 0 0 3 0 0 0 20 0 22 0 104149885 10060525568 65013 33554432000 1073741824 1073778376 140733872591536 140435870386984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8876/tid=8886] ppid=8873 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/8876/task/8886/stat : 8886 (java) S 8873 8876 8273 0 -1 4202560 150 0 0 0 2 2 0 0 20 0 22 0 104149885 10060525568 65013 33554432000 1073741824 1073778376 140733872591536 140435869334184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8876/tid=8887] ppid=8873 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8876/task/8887/stat : 8887 (java) S 8873 8876 8273 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 104149886 10060525568 65013 33554432000 1073741824 1073778376 140733872591536 140435857136104 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8876/tid=8888] ppid=8873 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8876/task/8888/stat : 8888 (java) S 8873 8876 8273 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104149887 10060525568 65013 33554432000 1073741824 1073778376 140733872591536 140435856082168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8876/tid=8889] ppid=8873 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8876/task/8889/stat : 8889 (java) S 8873 8876 8273 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104149887 10060525568 65013 33554432000 1073741824 1073778376 140733872591536 140435855029256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8876/tid=8890] ppid=8873 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8876/task/8890/stat : 8890 (java) S 8873 8876 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104149889 10060525568 65013 33554432000 1073741824 1073778376 140733872591536 140435853977744 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8876/tid=8891] ppid=8873 vsize=9824732 CPUtime=0.93 cores=0,2,4,6
/proc/8876/task/8891/stat : 8891 (java) S 8873 8876 8273 0 -1 4202560 5911 0 0 0 93 0 0 0 20 0 22 0 104149889 10060525568 65013 33554432000 1073741824 1073778376 140733872591536 140435852925880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8876/tid=8892] ppid=8873 vsize=9824732 CPUtime=0.91 cores=0,2,4,6

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

[startup+882.308 s]
/proc/loadavg: 4.25 4.24 4.13 6/221 8951
/proc/meminfo: memFree=22338996/32872528 swapFree=15540/1663004
[pid=8876] ppid=8873 vsize=9824732 CPUtime=1771.32 cores=0,2,4,6
/proc/8876/stat : 8876 (java) S 8873 8876 8273 0 -1 4202496 41481 0 1 0 176873 259 0 0 20 0 22 0 104149884 10060525568 1014808 33554432000 1073741824 1073778376 140733872591536 140733872582672 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8876/statm: 2456183 1014808 2294 9 0 2446860 0
[pid=8876/tid=8877] ppid=8873 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/8876/task/8877/stat : 8877 (java) S 8873 8876 8273 0 -1 4202560 2493 0 1 0 26 3 0 0 20 0 22 0 104149885 10060525568 1014808 33554432000 1073741824 1073778376 140733872591536 140436033160056 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8876/tid=8879] ppid=8873 vsize=9824732 CPUtime=4.02 cores=0,2,4,6
/proc/8876/task/8879/stat : 8879 (java) S 8873 8876 8273 0 -1 4202560 4077 0 0 0 381 21 0 0 20 0 22 0 104149885 10060525568 1014808 33554432000 1073741824 1073778376 140733872591536 140435971889704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8876/tid=8880] ppid=8873 vsize=9824732 CPUtime=3.86 cores=0,2,4,6
/proc/8876/task/8880/stat : 8880 (java) S 8873 8876 8273 0 -1 4202560 1835 0 0 0 366 20 0 0 20 0 22 0 104149885 10060525568 1014808 33554432000 1073741824 1073778376 140733872591536 140435970836904 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8876/tid=8881] ppid=8873 vsize=9824732 CPUtime=4.01 cores=0,2,4,6
/proc/8876/task/8881/stat : 8881 (java) S 8873 8876 8273 0 -1 4202560 1170 0 0 0 380 21 0 0 20 0 22 0 104149885 10060525568 1014808 33554432000 1073741824 1073778376 140733872591536 140435969784104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8876/tid=8882] ppid=8873 vsize=9824732 CPUtime=4.07 cores=0,2,4,6
/proc/8876/task/8882/stat : 8882 (java) S 8873 8876 8273 0 -1 4202560 1646 0 0 0 387 20 0 0 20 0 22 0 104149885 10060525568 1014808 33554432000 1073741824 1073778376 140733872591536 140435873544360 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8876/tid=8883] ppid=8873 vsize=9824732 CPUtime=4.51 cores=0,2,4,6
/proc/8876/task/8883/stat : 8883 (java) S 8873 8876 8273 0 -1 4202560 1766 0 0 0 428 23 0 0 20 0 22 0 104149885 10060525568 1014808 33554432000 1073741824 1073778376 140733872591536 140435872492584 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8876/tid=8884] ppid=8873 vsize=9824732 CPUtime=3.85 cores=0,2,4,6
/proc/8876/task/8884/stat : 8884 (java) S 8873 8876 8273 0 -1 4202560 1287 0 0 0 365 20 0 0 20 0 22 0 104149885 10060525568 1014808 33554432000 1073741824 1073778376 140733872591536 140435871439784 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8876/tid=8885] ppid=8873 vsize=9824732 CPUtime=4.34 cores=0,2,4,6
/proc/8876/task/8885/stat : 8885 (java) S 8873 8876 8273 0 -1 4202560 1479 0 0 0 409 25 0 0 20 0 22 0 104149885 10060525568 1014808 33554432000 1073741824 1073778376 140733872591536 140435870386984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8876/tid=8886] ppid=8873 vsize=9824732 CPUtime=3.69 cores=0,2,4,6
/proc/8876/task/8886/stat : 8886 (java) S 8873 8876 8273 0 -1 4202560 1411 0 0 0 348 21 0 0 20 0 22 0 104149885 10060525568 1014808 33554432000 1073741824 1073778376 140733872591536 140435869334184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8876/tid=8887] ppid=8873 vsize=9824732 CPUtime=6.33 cores=0,2,4,6
/proc/8876/task/8887/stat : 8887 (java) S 8873 8876 8273 0 -1 4202560 2875 0 0 0 627 6 0 0 20 0 22 0 104149886 10060525568 1014808 33554432000 1073741824 1073778376 140733872591536 140435857136104 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8876/tid=8888] ppid=8873 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8876/task/8888/stat : 8888 (java) S 8873 8876 8273 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104149887 10060525568 1014808 33554432000 1073741824 1073778376 140733872591536 140435856082168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8876/tid=8889] ppid=8873 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8876/task/8889/stat : 8889 (java) S 8873 8876 8273 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104149887 10060525568 1014808 33554432000 1073741824 1073778376 140733872591536 140435855029256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8876/tid=8890] ppid=8873 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8876/task/8890/stat : 8890 (java) S 8873 8876 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104149889 10060525568 1014808 33554432000 1073741824 1073778376 140733872591536 140435853977744 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8876/tid=8891] ppid=8873 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/8876/task/8891/stat : 8891 (java) S 8873 8876 8273 0 -1 4202560 5925 0 0 0 112 0 0 0 20 0 22 0 104149889 10060525568 1014808 33554432000 1073741824 1073778376 140733872591536 140435852925880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8876/tid=8892] ppid=8873 vsize=9824732 CPUtime=1.45 cores=0,2,4,6
/proc/8876/task/8892/stat : 8892 (java) S 8873 8876 8273 0 -1 4202560 12753 0 0 0 143 2 0 0 20 0 22 0 104149889 10060525568 1014808 33554432000 1073741824 1073778376 140733872591536 140435851873080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8876/tid=8893] ppid=8873 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8876/task/8893/stat : 8893 (java) S 8873 8876 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104149889 10060525568 1014808 33554432000 1073741824 1073778376 140733872591536 140435850820472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8876/tid=8894] ppid=8873 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/8876/task/8894/stat : 8894 (java) S 8873 8876 8273 0 -1 4202560 51 0 0 0 13 17 0 0 20 0 22 0 104149889 10060525568 1014808 33554432000 1073741824 1073778376 140733872591536 140435849767880 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8876/tid=8910] ppid=8873 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8876/task/8910/stat : 8910 (java) S 8873 8876 8273 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 104150110 10060525568 1014808 33554432000 1073741824 1073778376 140733872591536 140435845555496 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8876/tid=8940] ppid=8873 vsize=9824732 CPUtime=279.38 cores=0,2,4,6
/proc/8876/task/8940/stat : 8940 (java) R 8873 8876 8273 0 -1 4202560 10 0 0 0 27934 4 0 0 20 0 22 0 104209652 10060525568 1014808 33554432000 1073741824 1073778376 140733872591536 140435847658944 140435973448658 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8876/tid=8941] ppid=8873 vsize=9824732 CPUtime=279.35 cores=0,2,4,6
/proc/8876/task/8941/stat : 8941 (java) R 8873 8876 8273 0 -1 4202560 35 0 0 0 27931 4 0 0 20 0 22 0 104209652 10060525568 1014808 33554432000 1073741824 1073778376 140733872591536 140435848710416 140435973518964 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8876/tid=8942] ppid=8873 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8876/task/8942/stat : 8942 (java) S 8873 8876 8273 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 104209652 10060525568 1014808 33554432000 1073741824 1073778376 140733872591536 140435846607656 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1771.32
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.501 s]
/proc/loadavg: 4.34 4.26 4.14 5/221 9023
/proc/meminfo: memFree=25663252/32872528 swapFree=15540/1663004
[pid=8876] ppid=8873 vsize=9824732 CPUtime=1800.01 cores=0,2,4,6
/proc/8876/stat : 8876 (java) S 8873 8876 8273 0 -1 4202496 41514 0 1 0 179738 263 0 0 20 0 22 0 104149884 10060525568 1016363 33554432000 1073741824 1073778376 140733872591536 140733872582672 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8876/statm: 2456183 1016363 2294 9 0 2446860 0
[pid=8876/tid=8877] ppid=8873 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/8876/task/8877/stat : 8877 (java) S 8873 8876 8273 0 -1 4202560 2494 0 1 0 26 3 0 0 20 0 22 0 104149885 10060525568 1016363 33554432000 1073741824 1073778376 140733872591536 140436033160056 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8876/tid=8879] ppid=8873 vsize=9824732 CPUtime=4.12 cores=0,2,4,6
/proc/8876/task/8879/stat : 8879 (java) S 8873 8876 8273 0 -1 4202560 4077 0 0 0 391 21 0 0 20 0 22 0 104149885 10060525568 1016363 33554432000 1073741824 1073778376 140733872591536 140435971889704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8876/tid=8880] ppid=8873 vsize=9824732 CPUtime=3.93 cores=0,2,4,6
/proc/8876/task/8880/stat : 8880 (java) S 8873 8876 8273 0 -1 4202560 1847 0 0 0 373 20 0 0 20 0 22 0 104149885 10060525568 1016363 33554432000 1073741824 1073778376 140733872591536 140435970836904 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8876/tid=8881] ppid=8873 vsize=9824732 CPUtime=4.06 cores=0,2,4,6
/proc/8876/task/8881/stat : 8881 (java) S 8873 8876 8273 0 -1 4202560 1172 0 0 0 385 21 0 0 20 0 22 0 104149885 10060525568 1016363 33554432000 1073741824 1073778376 140733872591536 140435969784104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8876/tid=8882] ppid=8873 vsize=9824732 CPUtime=4.14 cores=0,2,4,6
/proc/8876/task/8882/stat : 8882 (java) S 8873 8876 8273 0 -1 4202560 1649 0 0 0 393 21 0 0 20 0 22 0 104149885 10060525568 1016363 33554432000 1073741824 1073778376 140733872591536 140435873544360 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8876/tid=8883] ppid=8873 vsize=9824732 CPUtime=4.61 cores=0,2,4,6
/proc/8876/task/8883/stat : 8883 (java) S 8873 8876 8273 0 -1 4202560 1770 0 0 0 437 24 0 0 20 0 22 0 104149885 10060525568 1016363 33554432000 1073741824 1073778376 140733872591536 140435872492584 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8876/tid=8884] ppid=8873 vsize=9824732 CPUtime=3.96 cores=0,2,4,6
/proc/8876/task/8884/stat : 8884 (java) S 8873 8876 8273 0 -1 4202560 1289 0 0 0 376 20 0 0 20 0 22 0 104149885 10060525568 1016363 33554432000 1073741824 1073778376 140733872591536 140435871439784 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8876/tid=8885] ppid=8873 vsize=9824732 CPUtime=4.44 cores=0,2,4,6
/proc/8876/task/8885/stat : 8885 (java) S 8873 8876 8273 0 -1 4202560 1486 0 0 0 419 25 0 0 20 0 22 0 104149885 10060525568 1016363 33554432000 1073741824 1073778376 140733872591536 140435870386984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8876/tid=8886] ppid=8873 vsize=9824732 CPUtime=3.76 cores=0,2,4,6
/proc/8876/task/8886/stat : 8886 (java) S 8873 8876 8273 0 -1 4202560 1412 0 0 0 355 21 0 0 20 0 22 0 104149885 10060525568 1016363 33554432000 1073741824 1073778376 140733872591536 140435869334184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8876/tid=8887] ppid=8873 vsize=9824732 CPUtime=6.34 cores=0,2,4,6
/proc/8876/task/8887/stat : 8887 (java) S 8873 8876 8273 0 -1 4202560 2875 0 0 0 627 7 0 0 20 0 22 0 104149886 10060525568 1016363 33554432000 1073741824 1073778376 140733872591536 140435857136104 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8876/tid=8888] ppid=8873 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8876/task/8888/stat : 8888 (java) S 8873 8876 8273 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104149887 10060525568 1016363 33554432000 1073741824 1073778376 140733872591536 140435856082168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8876/tid=8889] ppid=8873 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8876/task/8889/stat : 8889 (java) S 8873 8876 8273 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104149887 10060525568 1016363 33554432000 1073741824 1073778376 140733872591536 140435855029256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8876/tid=8890] ppid=8873 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8876/task/8890/stat : 8890 (java) S 8873 8876 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104149889 10060525568 1016363 33554432000 1073741824 1073778376 140733872591536 140435853977744 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8876/tid=8891] ppid=8873 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/8876/task/8891/stat : 8891 (java) S 8873 8876 8273 0 -1 4202560 5925 0 0 0 112 0 0 0 20 0 22 0 104149889 10060525568 1016363 33554432000 1073741824 1073778376 140733872591536 140435852925880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8876/tid=8892] ppid=8873 vsize=9824732 CPUtime=1.45 cores=0,2,4,6
/proc/8876/task/8892/stat : 8892 (java) S 8873 8876 8273 0 -1 4202560 12753 0 0 0 143 2 0 0 20 0 22 0 104149889 10060525568 1016363 33554432000 1073741824 1073778376 140733872591536 140435851873080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8876/tid=8893] ppid=8873 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8876/task/8893/stat : 8893 (java) S 8873 8876 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104149889 10060525568 1016363 33554432000 1073741824 1073778376 140733872591536 140435850820472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8876/tid=8894] ppid=8873 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/8876/task/8894/stat : 8894 (java) S 8873 8876 8273 0 -1 4202560 51 0 0 0 13 18 0 0 20 0 22 0 104149889 10060525568 1016363 33554432000 1073741824 1073778376 140733872591536 140435849767880 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8876/tid=8910] ppid=8873 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8876/task/8910/stat : 8910 (java) S 8873 8876 8273 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 104150110 10060525568 1016363 33554432000 1073741824 1073778376 140733872591536 140435845555496 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8876/tid=8940] ppid=8873 vsize=9824732 CPUtime=293.4 cores=0,2,4,6
/proc/8876/task/8940/stat : 8940 (java) R 8873 8876 8273 0 -1 4202560 10 0 0 0 29334 6 0 0 20 0 22 0 104209652 10060525568 1016363 33554432000 1073741824 1073778376 140733872591536 140435847658944 140435973448568 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8876/tid=8941] ppid=8873 vsize=9824732 CPUtime=293.37 cores=0,2,4,6
/proc/8876/task/8941/stat : 8941 (java) R 8873 8876 8273 0 -1 4202560 36 0 0 0 29333 4 0 0 20 0 22 0 104209652 10060525568 1016363 33554432000 1073741824 1073778376 140733872591536 140435848712760 140435973382397 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8876/tid=8942] ppid=8873 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8876/task/8942/stat : 8942 (java) S 8873 8876 8273 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 104209652 10060525568 1016363 33554432000 1073741824 1073778376 140733872591536 140435846607656 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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 8876 sig 9
??? kill -8876 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+896.501 s]
/proc/loadavg: 4.34 4.26 4.14 5/221 9023
/proc/meminfo: memFree=25663252/32872528 swapFree=15540/1663004
[pid=8876] ppid=8873 vsize=9824732 CPUtime=1800.01 cores=0,2,4,6
/proc/8876/stat : 8876 (java) S 8873 8876 8273 0 -1 4202496 41514 0 1 0 179738 263 0 0 20 0 22 0 104149884 10060525568 1016363 33554432000 1073741824 1073778376 140733872591536 140733872582672 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8876/statm: 2456183 1016363 2294 9 0 2446860 0
[pid=8876/tid=8877] ppid=8873 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/8876/task/8877/stat : 8877 (java) S 8873 8876 8273 0 -1 4202560 2494 0 1 0 26 3 0 0 20 0 22 0 104149885 10060525568 1016363 33554432000 1073741824 1073778376 140733872591536 140436033160056 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8876/tid=8879] ppid=8873 vsize=9824732 CPUtime=4.12 cores=0,2,4,6
/proc/8876/task/8879/stat : 8879 (java) S 8873 8876 8273 0 -1 4202560 4077 0 0 0 391 21 0 0 20 0 22 0 104149885 10060525568 1016363 33554432000 1073741824 1073778376 140733872591536 140435971889704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8876/tid=8880] ppid=8873 vsize=9824732 CPUtime=3.93 cores=0,2,4,6
/proc/8876/task/8880/stat : 8880 (java) S 8873 8876 8273 0 -1 4202560 1847 0 0 0 373 20 0 0 20 0 22 0 104149885 10060525568 1016363 33554432000 1073741824 1073778376 140733872591536 140435970836904 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8876/tid=8881] ppid=8873 vsize=9824732 CPUtime=4.06 cores=0,2,4,6
/proc/8876/task/8881/stat : 8881 (java) S 8873 8876 8273 0 -1 4202560 1172 0 0 0 385 21 0 0 20 0 22 0 104149885 10060525568 1016363 33554432000 1073741824 1073778376 140733872591536 140435969784104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8876/tid=8882] ppid=8873 vsize=9824732 CPUtime=4.14 cores=0,2,4,6
/proc/8876/task/8882/stat : 8882 (java) S 8873 8876 8273 0 -1 4202560 1649 0 0 0 393 21 0 0 20 0 22 0 104149885 10060525568 1016363 33554432000 1073741824 1073778376 140733872591536 140435873544360 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8876/tid=8883] ppid=8873 vsize=9824732 CPUtime=4.61 cores=0,2,4,6
/proc/8876/task/8883/stat : 8883 (java) S 8873 8876 8273 0 -1 4202560 1770 0 0 0 437 24 0 0 20 0 22 0 104149885 10060525568 1016363 33554432000 1073741824 1073778376 140733872591536 140435872492584 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8876/tid=8884] ppid=8873 vsize=9824732 CPUtime=3.96 cores=0,2,4,6
/proc/8876/task/8884/stat : 8884 (java) S 8873 8876 8273 0 -1 4202560 1289 0 0 0 376 20 0 0 20 0 22 0 104149885 10060525568 1016363 33554432000 1073741824 1073778376 140733872591536 140435871439784 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8876/tid=8885] ppid=8873 vsize=9824732 CPUtime=4.44 cores=0,2,4,6
/proc/8876/task/8885/stat : 8885 (java) S 8873 8876 8273 0 -1 4202560 1486 0 0 0 419 25 0 0 20 0 22 0 104149885 10060525568 1016363 33554432000 1073741824 1073778376 140733872591536 140435870386984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8876/tid=8886] ppid=8873 vsize=9824732 CPUtime=3.76 cores=0,2,4,6
/proc/8876/task/8886/stat : 8886 (java) S 8873 8876 8273 0 -1 4202560 1412 0 0 0 355 21 0 0 20 0 22 0 104149885 10060525568 1016363 33554432000 1073741824 1073778376 140733872591536 140435869334184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8876/tid=8887] ppid=8873 vsize=9824732 CPUtime=6.34 cores=0,2,4,6
/proc/8876/task/8887/stat : 8887 (java) S 8873 8876 8273 0 -1 4202560 2875 0 0 0 627 7 0 0 20 0 22 0 104149886 10060525568 1016363 33554432000 1073741824 1073778376 140733872591536 140435857136104 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8876/tid=8888] ppid=8873 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8876/task/8888/stat : 8888 (java) S 8873 8876 8273 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104149887 10060525568 1016363 33554432000 1073741824 1073778376 140733872591536 140435856082168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8876/tid=8889] ppid=8873 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8876/task/8889/stat : 8889 (java) S 8873 8876 8273 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104149887 10060525568 1016363 33554432000 1073741824 1073778376 140733872591536 140435855029256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8876/tid=8890] ppid=8873 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8876/task/8890/stat : 8890 (java) S 8873 8876 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104149889 10060525568 1016363 33554432000 1073741824 1073778376 140733872591536 140435853977744 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8876/tid=8891] ppid=8873 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/8876/task/8891/stat : 8891 (java) S 8873 8876 8273 0 -1 4202560 5925 0 0 0 112 0 0 0 20 0 22 0 104149889 10060525568 1016363 33554432000 1073741824 1073778376 140733872591536 140435852925880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8876/tid=8892] ppid=8873 vsize=9824732 CPUtime=1.45 cores=0,2,4,6
/proc/8876/task/8892/stat : 8892 (java) S 8873 8876 8273 0 -1 4202560 12753 0 0 0 143 2 0 0 20 0 22 0 104149889 10060525568 1016363 33554432000 1073741824 1073778376 140733872591536 140435851873080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8876/tid=8893] ppid=8873 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8876/task/8893/stat : 8893 (java) S 8873 8876 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104149889 10060525568 1016363 33554432000 1073741824 1073778376 140733872591536 140435850820472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8876/tid=8894] ppid=8873 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/8876/task/8894/stat : 8894 (java) S 8873 8876 8273 0 -1 4202560 51 0 0 0 13 18 0 0 20 0 22 0 104149889 10060525568 1016363 33554432000 1073741824 1073778376 140733872591536 140435849767880 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8876/tid=8910] ppid=8873 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8876/task/8910/stat : 8910 (java) S 8873 8876 8273 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 104150110 10060525568 1016363 33554432000 1073741824 1073778376 140733872591536 140435845555496 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8876/tid=8940] ppid=8873 vsize=9824732 CPUtime=293.4 cores=0,2,4,6
/proc/8876/task/8940/stat : 8940 (java) R 8873 8876 8273 0 -1 4202560 10 0 0 0 29334 6 0 0 20 0 22 0 104209652 10060525568 1016363 33554432000 1073741824 1073778376 140733872591536 140435847658944 140435973448568 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8876/tid=8941] ppid=8873 vsize=9824732 CPUtime=293.37 cores=0,2,4,6
/proc/8876/task/8941/stat : 8941 (java) R 8873 8876 8273 0 -1 4202560 36 0 0 0 29333 4 0 0 20 0 22 0 104209652 10060525568 1016363 33554432000 1073741824 1073778376 140733872591536 140435848712760 140435973382397 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8876/tid=8942] ppid=8873 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8876/task/8942/stat : 8942 (java) S 8873 8876 8273 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 104209652 10060525568 1016363 33554432000 1073741824 1073778376 140733872591536 140435846607656 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 896.574
CPU time (s): 1800.48
CPU user time (s): 1797.56
CPU system time (s): 2.92056
CPU usage (%): 200.818
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.56
system time used= 2.92056
maximum resident set size= 4065584
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41557
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24356
involuntary context switches= 30569

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.74313 second user time and 7.28389 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-06 16:09:31
IDJOB=4081200
IDBENCH=1962
IDSOLVER=2543
FILE ID=node134/4081200-1465222171
RUNJOBID= node134-1465220363-8289
PBS_JOBID= 19843220
Free space on /tmp= 71732 MiB

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

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

MD5SUM BENCH= 1e2b8f542cc5dec610d6e9b4663a878b
RANDOM SEED=1866409364

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.403
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:        29878876 kB
Buffers:           11764 kB
Cached:            77984 kB
SwapCached:         1820 kB
Active:           573120 kB
Inactive:          33612 kB
Active(anon):     517924 kB
Inactive(anon):     1036 kB
Active(file):      55196 kB
Inactive(file):    32576 kB
Unevictable:     1663004 kB
Mlocked:           15540 kB
SwapTotal:      67108856 kB
SwapFree:       67098276 kB
Dirty:              1848 kB
Writeback:             0 kB
AnonPages:       2183308 kB
Mapped:            15300 kB
Shmem:                 0 kB
Slab:             566308 kB
SReclaimable:      10012 kB
SUnreclaim:       556296 kB
KernelStack:        1656 kB
PageTables:         8336 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2788192 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2119680 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= 71716 MiB
End job on node134 at 2016-06-06 16:24:28