Trace number 4103002

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)287 1800.9 907.492

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii32d1.opb
MD5SUM1850b909125f53108de0513d8e3d52c8
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark285
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 285
Optimality of the best value was proved NO
Number of variables664
Total number of constraints3035
Number of constraints which are clauses3035
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint32
Number of terms in the objective function 664
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 664
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 664
Number of bits of the biggest sum of numbers10
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.09/0.10	c version PB16.v20160501
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.13	c Pseudo Boolean Optimization by upper bound
0.09/0.13	c ManyCore solver with 2 solvers running in parallel
0.09/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.13	c Expensive reason simplification
0.09/0.13	c Glucose 2.1 dynamic restart strategy
0.09/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.13	c No reason simplification
0.09/0.13	c Armin Biere (Picosat) restarts strategy
0.09/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c solving HOME/instance-4103002-1466218897.opb
0.09/0.13	c reading problem ... 
0.09/0.13	c  objective function found
0.52/0.33	c ... done. Wall clock time 0.203s.
0.52/0.33	c declared #vars     664
0.52/0.33	c #constraints  3035
0.52/0.34	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.52/0.34	c constraints type 
0.52/0.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 143
0.52/0.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2892
0.52/0.34	c 3035 constraints processed.
0.52/0.34	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.52/0.34	c constraints type 
0.52/0.34	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2892
0.52/0.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 143
0.52/0.34	c 3035 constraints processed.
0.52/0.34	c objective function length is 664 literals
0.52/0.37	c And the winner is solver1
0.75/0.84	c SATISFIABLE
0.75/0.84	c OPTIMIZING...
0.75/0.84	c Got one! Elapsed wall clock time (in seconds):0.71
0.75/0.84	o 326
0.75/0.89	c And the winner is solver0
1.10/1.35	c Got one! Elapsed wall clock time (in seconds):1.217
1.10/1.35	o 325
1.10/1.35	c And the winner is solver0
1.13/1.85	c Got one! Elapsed wall clock time (in seconds):1.72
1.13/1.85	o 324
1.13/1.86	c And the winner is solver0
1.31/2.35	c Got one! Elapsed wall clock time (in seconds):2.223
1.31/2.35	o 323
1.31/2.38	c And the winner is solver1
1.44/2.86	c Got one! Elapsed wall clock time (in seconds):2.726
1.44/2.86	o 322
1.44/2.86	c And the winner is solver0
1.47/3.36	c Got one! Elapsed wall clock time (in seconds):3.228
1.47/3.36	o 321
1.47/3.39	c And the winner is solver0
1.61/3.86	c Got one! Elapsed wall clock time (in seconds):3.73
1.61/3.86	o 320
1.61/3.89	c And the winner is solver1
1.79/4.36	c Got one! Elapsed wall clock time (in seconds):4.233
1.79/4.36	o 319
1.93/4.46	c And the winner is solver0
2.52/4.86	c Got one! Elapsed wall clock time (in seconds):4.734
2.52/4.86	o 318
3.17/5.17	c And the winner is solver1
3.42/5.37	c Got one! Elapsed wall clock time (in seconds):5.236
3.42/5.37	o 316
3.50/5.47	c And the winner is solver0
3.75/5.87	c Got one! Elapsed wall clock time (in seconds):5.738
3.75/5.87	o 315
3.80/5.96	c And the winner is solver0
3.95/6.37	c Got one! Elapsed wall clock time (in seconds):6.239
3.95/6.37	o 314
4.49/6.61	c cleaning 4223 clauses out of 8451 with flag 7006/8451
4.73/6.79	c And the winner is solver0
4.94/6.87	c Got one! Elapsed wall clock time (in seconds):6.741
4.94/6.87	o 313
5.42/7.13	c And the winner is solver0
5.51/7.37	c Got one! Elapsed wall clock time (in seconds):7.242
5.51/7.37	o 312
5.77/7.53	c And the winner is solver0
5.86/7.87	c Got one! Elapsed wall clock time (in seconds):7.744
5.86/7.87	o 311
6.11/8.00	c cleaning 5414 clauses out of 10827 with flag 3051/15050
6.11/8.05	c And the winner is solver1
6.28/8.37	c Got one! Elapsed wall clock time (in seconds):8.245
6.28/8.37	o 310
7.42/8.91	c cleaning 5467 clauses out of 10956 with flag 15803/20593
7.65/9.00	c And the winner is solver0
7.79/9.38	c Got one! Elapsed wall clock time (in seconds):9.247
7.79/9.38	o 309
7.79/9.38	c And the winner is solver0
7.79/9.88	c Got one! Elapsed wall clock time (in seconds):9.748
7.79/9.88	o 308
8.44/10.29	c cleaning 5741 clauses out of 11481 with flag 18423/26585
8.85/10.45	c And the winner is solver0
8.97/10.88	c Got one! Elapsed wall clock time (in seconds):10.749
8.97/10.88	o 307
9.62/11.21	c And the winner is solver0
9.68/11.38	c Got one! Elapsed wall clock time (in seconds):11.25
9.68/11.38	o 306
9.72/11.49	c cleaning 5951 clauses out of 11902 with flag 3147/32747
10.56/11.82	c And the winner is solver0
10.56/11.88	c Got one! Elapsed wall clock time (in seconds):11.752
10.56/11.88	o 305
11.08/12.12	c cleaning 5803 clauses out of 11606 with flag 4840/38402
12.47/12.87	c cleaning 5889 clauses out of 11803 with flag 20652/44402
12.87/13.01	c And the winner is solver1
12.90/13.38	c Got one! Elapsed wall clock time (in seconds):13.253
12.90/13.38	o 304
13.84/13.84	c cleaning 5598 clauses out of 11219 with flag 20760/49707
14.63/14.23	c And the winner is solver0
14.74/14.38	c Got one! Elapsed wall clock time (in seconds):14.254
14.74/14.38	o 303
14.77/14.49	c cleaning 5494 clauses out of 10988 with flag 3345/55074
15.96/15.08	c cleaning 5746 clauses out of 11495 with flag 21646/61075
17.36/15.79	c cleaning 6372 clauses out of 12748 with flag 42320/68074
19.24/16.67	c cleaning 7181 clauses out of 14376 with flag 65590/76074
21.25/17.62	c cleaning 8085 clauses out of 16195 with flag 93299/85074
21.25/17.69	c And the winner is solver0
21.47/17.89	c Got one! Elapsed wall clock time (in seconds):17.756
21.47/17.89	o 302
22.49/18.40	c cleaning 6935 clauses out of 13875 with flag 14146/90839
23.68/19.07	c cleaning 6462 clauses out of 12940 with flag 27978/96839
24.94/19.64	c And the winner is solver0
25.08/19.89	c Got one! Elapsed wall clock time (in seconds):19.758
25.08/19.89	o 301
25.29/20.07	c And the winner is solver0
25.50/20.39	c Got one! Elapsed wall clock time (in seconds):20.259
25.50/20.39	o 300
25.71/20.57	c And the winner is solver0
25.92/20.89	c Got one! Elapsed wall clock time (in seconds):20.76
25.92/20.89	o 299
26.53/21.24	c cleaning 9032 clauses out of 18063 with flag 7742/108424
27.95/21.97	c cleaning 7511 clauses out of 15028 with flag 22956/114421
28.75/22.34	c And the winner is solver0
28.75/22.39	c Got one! Elapsed wall clock time (in seconds):22.262
28.75/22.39	o 298
29.29/22.62	c cleaning 6382 clauses out of 12792 with flag 5490/119696
30.30/23.12	c And the winner is solver0
30.40/23.39	c Got one! Elapsed wall clock time (in seconds):23.263
30.40/23.39	o 297
30.60/23.52	c cleaning 6061 clauses out of 12134 with flag 3017/125420
32.01/24.22	c cleaning 6029 clauses out of 12074 with flag 17490/131421
33.67/25.07	c cleaning 6508 clauses out of 13043 with flag 35312/138419
35.67/26.04	c cleaning 7268 clauses out of 14535 with flag 55009/146419
37.47/26.97	c And the winner is solver0
37.67/27.39	c Got one! Elapsed wall clock time (in seconds):27.265
37.67/27.39	o 296
38.69/27.93	c cleaning 9953 clauses out of 19926 with flag 22170/159078
39.89/28.52	c cleaning 7970 clauses out of 15971 with flag 47678/165076
41.16/29.16	c cleaning 7497 clauses out of 15001 with flag 65649/172076
42.58/29.87	c cleaning 7752 clauses out of 15504 with flag 87201/180076
42.76/29.94	c And the winner is solver0
42.91/30.40	c Got one! Elapsed wall clock time (in seconds):30.267
42.91/30.40	o 295
43.92/30.94	c cleaning 6798 clauses out of 13627 with flag 14390/185951
45.11/31.57	c cleaning 6394 clauses out of 12829 with flag 30940/191951
46.91/32.47	c cleaning 6712 clauses out of 13437 with flag 49366/198953
48.71/33.39	c cleaning 7338 clauses out of 14723 with flag 71490/206951
51.11/34.51	c cleaning 8192 clauses out of 16388 with flag 93946/215954
53.90/35.96	c cleaning 9100 clauses out of 18199 with flag 126559/225957
56.57/37.24	c cleaning 10035 clauses out of 20093 with flag 163972/236951
58.97/38.49	c cleaning 11023 clauses out of 22061 with flag 195834/248954
61.77/39.81	c And the winner is solver0
61.88/39.90	c Got one! Elapsed wall clock time (in seconds):39.77
61.88/39.90	o 294
62.87/40.49	c cleaning 14257 clauses out of 28514 with flag 15928/266430
63.07/40.59	c And the winner is solver0
63.35/40.90	c Got one! Elapsed wall clock time (in seconds):40.772
63.35/40.90	o 293
64.73/41.63	c cleaning 10067 clauses out of 20142 with flag 26696/272315
66.13/42.34	c cleaning 8022 clauses out of 16076 with flag 49459/278316
67.73/43.13	c cleaning 7523 clauses out of 15054 with flag 71660/285316
69.83/44.11	c cleaning 7751 clauses out of 15530 with flag 102693/293315
71.82/45.18	c cleaning 8374 clauses out of 16779 with flag 142644/302315
73.61/46.07	c cleaning 9203 clauses out of 18405 with flag 172519/312315
75.61/47.07	c cleaning 10102 clauses out of 20203 with flag 204749/323316
78.01/48.20	c cleaning 11050 clauses out of 22100 with flag 239057/335315
80.41/49.48	c cleaning 12026 clauses out of 24051 with flag 272445/348316
83.46/50.90	c cleaning 13010 clauses out of 26029 with flag 309040/362320
86.66/52.51	c cleaning 14004 clauses out of 28014 with flag 350399/377315
90.06/54.25	c cleaning 15006 clauses out of 30011 with flag 390139/393316
93.66/56.02	c cleaning 15998 clauses out of 32004 with flag 436080/410315
97.10/57.70	c cleaning 17002 clauses out of 34006 with flag 476619/428315
100.90/59.66	c cleaning 18000 clauses out of 36005 with flag 519228/447316
105.50/61.97	c cleaning 18998 clauses out of 38004 with flag 563341/467315
110.51/64.45	c cleaning 20003 clauses out of 40006 with flag 611436/488315
115.93/67.11	c cleaning 21001 clauses out of 42003 with flag 661144/510315
121.95/70.12	c cleaning 22002 clauses out of 44003 with flag 713773/533316
128.55/73.44	c cleaning 22998 clauses out of 46001 with flag 766053/557316
135.39/76.88	c cleaning 23997 clauses out of 48002 with flag 819572/582315
142.19/80.30	c cleaning 25001 clauses out of 50006 with flag 876048/608316
149.81/84.02	c cleaning 25998 clauses out of 52007 with flag 936233/635318
158.06/88.11	c cleaning 26999 clauses out of 54007 with flag 999916/663316
164.68/91.47	c cleaning 27999 clauses out of 56008 with flag 1064426/692316
172.46/95.34	c cleaning 29005 clauses out of 58009 with flag 1133686/722316
180.51/99.34	c cleaning 29998 clauses out of 60005 with flag 1201101/753317
188.76/103.46	c cleaning 31002 clauses out of 62005 with flag 1269257/785315
197.39/107.72	c cleaning 31997 clauses out of 64003 with flag 1341097/818315
206.21/112.11	c cleaning 32997 clauses out of 66006 with flag 1417723/852315
214.63/116.39	c cleaning 34005 clauses out of 68010 with flag 1496573/887316
224.46/121.22	c cleaning 35002 clauses out of 70004 with flag 1574846/923315
234.88/126.40	c cleaning 36000 clauses out of 72002 with flag 1653205/960315
247.32/132.60	c cleaning 36999 clauses out of 74003 with flag 1735077/998316
259.56/138.79	c cleaning 37998 clauses out of 76003 with flag 1823827/1037315
272.85/145.33	c cleaning 39003 clauses out of 78006 with flag 1915283/1077316
285.54/151.67	c cleaning 40002 clauses out of 80003 with flag 2008326/1118316
299.28/158.44	c cleaning 41000 clauses out of 82000 with flag 2101210/1160315
315.95/166.79	c cleaning 42000 clauses out of 84000 with flag 2195177/1203315
331.18/174.30	c cleaning 42998 clauses out of 86001 with flag 2294495/1247316
347.26/182.32	c cleaning 43997 clauses out of 88003 with flag 2392942/1292316
364.34/190.83	c cleaning 45003 clauses out of 90005 with flag 2491411/1338315
382.66/199.94	c cleaning 45999 clauses out of 92003 with flag 2611744/1385316
396.19/206.63	c And the winner is solver1
396.33/206.96	c Got one! Elapsed wall clock time (in seconds):206.831
396.33/206.96	o 292
399.40/208.59	c cleaning 49442 clauses out of 98906 with flag 15766/1438218
401.45/209.55	c cleaning 27722 clauses out of 55464 with flag 35857/1444218
403.05/210.32	c cleaning 17365 clauses out of 34742 with flag 56573/1451218
404.47/211.09	c cleaning 12681 clauses out of 25383 with flag 78832/1459224
406.07/211.90	c cleaning 10842 clauses out of 21698 with flag 104025/1468220
408.07/212.82	c cleaning 10423 clauses out of 20855 with flag 130976/1478219
410.64/214.33	c cleaning 10709 clauses out of 21431 with flag 157967/1489218
413.04/215.51	c cleaning 11358 clauses out of 22723 with flag 187644/1501219
415.45/216.75	c cleaning 12177 clauses out of 24364 with flag 218258/1514218
418.27/218.13	c cleaning 13088 clauses out of 26188 with flag 251481/1528219
421.06/219.52	c cleaning 14050 clauses out of 28099 with flag 288445/1543218
424.32/221.19	c cleaning 15022 clauses out of 30050 with flag 332055/1559219
427.90/222.94	c cleaning 16008 clauses out of 32027 with flag 376202/1576218
431.97/224.91	c cleaning 17004 clauses out of 34019 with flag 424877/1594218
435.77/226.88	c cleaning 18001 clauses out of 36015 with flag 474393/1613218
439.98/228.95	c cleaning 19004 clauses out of 38014 with flag 522593/1633218
444.41/231.19	c cleaning 20002 clauses out of 40011 with flag 577466/1654219
449.39/233.61	c cleaning 21004 clauses out of 42008 with flag 634082/1676218
454.42/236.17	c cleaning 22004 clauses out of 44008 with flag 695122/1699222
460.62/239.21	c cleaning 23000 clauses out of 46002 with flag 757944/1723220
466.84/242.32	c cleaning 23994 clauses out of 48000 with flag 825076/1748218
474.04/245.92	c cleaning 25003 clauses out of 50006 with flag 901864/1774218
481.06/249.44	c cleaning 25997 clauses out of 52003 with flag 965884/1801218
487.88/252.81	c cleaning 26997 clauses out of 54007 with flag 1034109/1829219
495.51/256.69	c cleaning 28003 clauses out of 56010 with flag 1108141/1858219
502.93/260.39	c cleaning 29003 clauses out of 58006 with flag 1186011/1888218
510.15/263.94	c cleaning 29994 clauses out of 60003 with flag 1264499/1919218
518.16/268.00	c cleaning 31003 clauses out of 62010 with flag 1345240/1951219
527.41/272.56	c cleaning 31997 clauses out of 64006 with flag 1432471/1984218
537.24/277.46	c cleaning 33002 clauses out of 66010 with flag 1526432/2018219
547.45/282.50	c cleaning 34000 clauses out of 68009 with flag 1619235/2053220
556.31/286.92	c cleaning 35001 clauses out of 70007 with flag 1713062/2089218
566.57/292.10	c cleaning 36003 clauses out of 72006 with flag 1825886/2126218
578.86/298.18	c cleaning 36993 clauses out of 74004 with flag 1976024/2164219
589.28/303.30	c cleaning 38001 clauses out of 76010 with flag 2097187/2203218
599.95/308.63	c cleaning 39004 clauses out of 78011 with flag 2206519/2243220
612.61/314.96	c cleaning 39999 clauses out of 80006 with flag 2309523/2284219
624.46/320.82	c cleaning 40999 clauses out of 82007 with flag 2415120/2326219
637.52/327.33	c cleaning 41994 clauses out of 84008 with flag 2528741/2369219
650.80/333.97	c cleaning 43000 clauses out of 86013 with flag 2640591/2413218
664.66/340.88	c cleaning 44004 clauses out of 88013 with flag 2771853/2458218
668.89/342.98	c And the winner is solver0
669.34/343.42	c Got one! Elapsed wall clock time (in seconds):343.291
669.34/343.42	o 291
670.95/344.30	c cleaning 33732 clauses out of 67483 with flag 15323/2481692
672.35/344.95	c cleaning 19867 clauses out of 39751 with flag 32828/2487692
672.55/345.07	c And the winner is solver0
672.95/345.42	c Got one! Elapsed wall clock time (in seconds):345.294
672.95/345.42	o 290
674.35/346.45	c cleaning 12556 clauses out of 25117 with flag 12533/2492925
675.35/346.98	c cleaning 9269 clauses out of 18561 with flag 29559/2498925
676.35/347.41	c And the winner is solver0
676.58/347.69	c Got one! Elapsed wall clock time (in seconds):347.562
676.58/347.69	o 289
676.85/347.80	c cleaning 7595 clauses out of 15204 with flag 2790/2504837
677.85/348.39	c cleaning 6801 clauses out of 13610 with flag 18666/2510838
679.25/349.09	c cleaning 6898 clauses out of 13808 with flag 37174/2517837
681.25/350.02	c cleaning 7456 clauses out of 14911 with flag 62877/2525838
683.85/351.35	c cleaning 8222 clauses out of 16454 with flag 135837/2534837
685.67/352.24	c cleaning 9115 clauses out of 18232 with flag 166420/2544837
687.69/353.27	c cleaning 10057 clauses out of 20117 with flag 198390/2555837
690.07/354.40	c cleaning 11024 clauses out of 22060 with flag 233294/2567837
692.50/355.66	c cleaning 12013 clauses out of 24036 with flag 271723/2580837
696.71/357.71	c cleaning 13012 clauses out of 26024 with flag 348804/2594838
699.90/359.38	c cleaning 14006 clauses out of 28012 with flag 398175/2609838
704.13/361.44	c cleaning 14999 clauses out of 30006 with flag 459528/2625838
707.55/363.15	c cleaning 15993 clauses out of 32009 with flag 506561/2642840
711.96/365.37	c cleaning 17000 clauses out of 34013 with flag 565578/2660837
716.38/367.52	c cleaning 18003 clauses out of 36016 with flag 618720/2679840
720.79/369.74	c cleaning 19000 clauses out of 38012 with flag 678328/2699839
726.19/372.41	c cleaning 19997 clauses out of 40011 with flag 741399/2720838
731.63/375.14	c cleaning 21007 clauses out of 42013 with flag 803272/2742837
744.55/381.57	c cleaning 21998 clauses out of 44006 with flag 938975/2765837
750.71/384.44	c cleaning 22995 clauses out of 46008 with flag 1000700/2789837
756.35/387.08	c cleaning 24005 clauses out of 48014 with flag 1066258/2814838
762.19/389.95	c cleaning 25000 clauses out of 50009 with flag 1137542/2840838
773.05/395.33	c cleaning 26002 clauses out of 52008 with flag 1235756/2867837
781.12/399.32	c cleaning 26993 clauses out of 54006 with flag 1331575/2895837
788.32/402.92	c cleaning 28007 clauses out of 56013 with flag 1410832/2924837
799.56/408.50	c cleaning 28998 clauses out of 58006 with flag 1522480/2954837
808.00/412.76	c cleaning 29999 clauses out of 60009 with flag 1615390/2985838
816.47/416.98	c cleaning 30997 clauses out of 62009 with flag 1713602/3017837
825.66/421.59	c cleaning 32000 clauses out of 64012 with flag 1810781/3050837
838.34/427.89	c cleaning 32997 clauses out of 66012 with flag 1921195/3084837
862.04/439.70	c cleaning 34008 clauses out of 68016 with flag 2069807/3119838
873.70/445.43	c cleaning 34997 clauses out of 70008 with flag 2182711/3155838
881.32/449.21	c cleaning 0 clauses out of 9259 with flag 0/9276
887.19/452.09	c cleaning 36005 clauses out of 72012 with flag 2297071/3192839
898.89/457.86	c cleaning 36983 clauses out of 74005 with flag 2407626/3230837
899.29/458.02	c And the winner is solver0
899.53/458.26	c Got one! Elapsed wall clock time (in seconds):458.135
899.53/458.26	o 288
900.47/458.77	c cleaning 21166 clauses out of 42337 with flag 11054/3236152
902.08/459.51	c cleaning 13579 clauses out of 27170 with flag 29673/3242151
903.47/460.27	c cleaning 10286 clauses out of 20591 with flag 49142/3249151
906.07/461.51	c cleaning 9146 clauses out of 18308 with flag 81870/3257154
907.89/462.42	c cleaning 9073 clauses out of 18160 with flag 108116/3266152
909.67/463.32	c cleaning 9542 clauses out of 19086 with flag 137498/3276151
911.49/464.27	c cleaning 10267 clauses out of 20545 with flag 166508/3287152
913.90/465.44	c cleaning 11139 clauses out of 22277 with flag 200489/3299151
916.29/466.64	c cleaning 12069 clauses out of 24138 with flag 237271/3312151
918.91/467.93	c cleaning 13030 clauses out of 26069 with flag 274001/3326151
921.71/469.40	c cleaning 14017 clauses out of 28040 with flag 320142/3341152
924.97/470.99	c cleaning 15008 clauses out of 30022 with flag 367735/3357151
928.15/472.53	c cleaning 16004 clauses out of 32014 with flag 408254/3374151
931.58/474.22	c cleaning 17002 clauses out of 34011 with flag 452421/3392152
935.38/476.17	c cleaning 17997 clauses out of 36008 with flag 502976/3411151
939.20/478.04	c cleaning 19003 clauses out of 38012 with flag 553132/3431152
943.79/480.30	c cleaning 20005 clauses out of 40009 with flag 606248/3452152
947.82/482.34	c cleaning 20998 clauses out of 42004 with flag 662404/3474152
952.44/484.60	c cleaning 22002 clauses out of 44005 with flag 716827/3497151
957.06/486.93	c cleaning 22994 clauses out of 46003 with flag 773994/3521151
961.88/489.31	c cleaning 23999 clauses out of 48010 with flag 833490/3546152
964.52/490.70	c And the winner is solver1
964.72/490.77	c Got one! Elapsed wall clock time (in seconds):490.643
964.72/490.77	o 287
966.58/491.77	c cleaning 22433 clauses out of 44901 with flag 14622/3567042
968.01/492.44	c cleaning 14228 clauses out of 28468 with flag 31348/3573042
969.41/493.11	c cleaning 10614 clauses out of 21240 with flag 49629/3580042
970.81/493.82	c cleaning 9308 clauses out of 18626 with flag 71037/3588042
972.41/494.63	c cleaning 9154 clauses out of 18318 with flag 96430/3597042
974.24/495.56	c cleaning 9581 clauses out of 19164 with flag 121595/3607042
976.44/496.62	c cleaning 10284 clauses out of 20583 with flag 149908/3618042
978.84/497.81	c cleaning 11150 clauses out of 22300 with flag 180682/3630043
981.29/499.07	c cleaning 12072 clauses out of 24149 with flag 211701/3643042
984.30/500.52	c cleaning 13036 clauses out of 26077 with flag 245127/3657042
987.71/502.23	c cleaning 14018 clauses out of 28042 with flag 284880/3672043
991.31/504.07	c cleaning 15010 clauses out of 30023 with flag 326835/3688042
995.54/506.14	c cleaning 16003 clauses out of 32014 with flag 370951/3705043
999.33/508.03	c cleaning 16999 clauses out of 34010 with flag 417150/3723042
1003.14/509.90	c cleaning 18003 clauses out of 36011 with flag 468223/3742042
1007.16/511.99	c cleaning 18994 clauses out of 38008 with flag 522488/3762042
1012.21/514.42	c cleaning 20005 clauses out of 40015 with flag 576986/3783043
1017.44/517.01	c cleaning 21005 clauses out of 42009 with flag 638023/3805042
1022.65/519.68	c cleaning 22000 clauses out of 44004 with flag 699790/3828042
1028.50/522.54	c cleaning 22997 clauses out of 46004 with flag 766168/3852042
1034.72/525.69	c cleaning 23999 clauses out of 48007 with flag 831137/3877042
1040.94/528.70	c cleaning 25004 clauses out of 50008 with flag 900965/3903042
1047.76/532.12	c cleaning 25998 clauses out of 52004 with flag 978046/3930042
1055.00/535.79	c cleaning 26996 clauses out of 54006 with flag 1062574/3958042
1062.81/539.67	c cleaning 27990 clauses out of 56010 with flag 1154242/3987042
1069.83/543.12	c cleaning 29001 clauses out of 58021 with flag 1242007/4017043
1077.07/546.71	c cleaning 30006 clauses out of 60020 with flag 1334636/4048043
1086.45/551.75	c cleaning 31008 clauses out of 62018 with flag 1427018/4080047
1095.68/556.36	c cleaning 31998 clauses out of 64005 with flag 1525766/4113042
1104.50/560.72	c cleaning 32993 clauses out of 66007 with flag 1624938/4147042
1112.97/564.96	c cleaning 34001 clauses out of 68015 with flag 1725199/4182043
1122.99/569.96	c cleaning 35007 clauses out of 70014 with flag 1833346/4218043
1133.22/575.04	c cleaning 35999 clauses out of 72008 with flag 1944310/4255044
1144.07/580.42	c cleaning 36996 clauses out of 74007 with flag 2057664/4293042
1153.71/585.29	c cleaning 38003 clauses out of 76013 with flag 2169406/4332044
1163.37/590.01	c cleaning 38990 clauses out of 78008 with flag 2284167/4372042
1173.83/595.21	c cleaning 40002 clauses out of 80018 with flag 2410258/4413042
1184.67/600.70	c cleaning 41008 clauses out of 82022 with flag 2529244/4455048
1196.31/606.40	c cleaning 41999 clauses out of 84009 with flag 2647899/4498043
1209.74/613.13	c cleaning 43005 clauses out of 86009 with flag 2779980/4542042
1222.43/619.46	c cleaning 43997 clauses out of 88004 with flag 2909660/4587042
1240.93/628.62	c cleaning 44992 clauses out of 90007 with flag 3061229/4633042
1253.41/634.85	c cleaning 45995 clauses out of 92015 with flag 3195542/4680042
1268.27/642.20	c cleaning 46998 clauses out of 94020 with flag 3341895/4728042
1283.97/650.06	c cleaning 48001 clauses out of 96022 with flag 3488807/4777042
1305.43/660.73	c cleaning 49007 clauses out of 98021 with flag 3654597/4827042
1329.57/672.70	c cleaning 50006 clauses out of 100015 with flag 3820792/4878043
1349.66/682.72	c cleaning 50999 clauses out of 102008 with flag 3982064/4930042
1364.53/690.12	c cleaning 51999 clauses out of 104010 with flag 4128147/4983043
1379.64/697.64	c cleaning 53006 clauses out of 106011 with flag 4272887/5037043
1394.31/704.96	c cleaning 53996 clauses out of 108004 with flag 4415425/5092042
1409.97/712.75	c cleaning 54999 clauses out of 110009 with flag 4560310/5148043
1427.92/721.65	c cleaning 56005 clauses out of 112010 with flag 4713474/5205043
1443.35/729.35	c cleaning 56996 clauses out of 114004 with flag 4871069/5263042
1459.61/737.49	c cleaning 58001 clauses out of 116010 with flag 5033067/5322044
1477.95/746.50	c cleaning 58995 clauses out of 118007 with flag 5203833/5382042
1501.10/758.56	c cleaning 59993 clauses out of 120012 with flag 5384565/5443042
1527.39/771.65	c cleaning 61011 clauses out of 122021 with flag 5578584/5505044
1567.21/791.49	c cleaning 61998 clauses out of 124008 with flag 5791479/5568042
1593.50/804.51	c cleaning 62995 clauses out of 126010 with flag 5966666/5632042
1615.59/815.57	c cleaning 64003 clauses out of 128016 with flag 6143313/5697043
1639.93/827.67	c cleaning 64995 clauses out of 130012 with flag 6331073/5763042
1662.88/839.02	c cleaning 65997 clauses out of 132019 with flag 6525754/5830044
1688.39/851.76	c cleaning 67008 clauses out of 134020 with flag 6733271/5898042
1713.65/864.32	c cleaning 68001 clauses out of 136012 with flag 6938011/5967042
1740.34/877.67	c cleaning 69000 clauses out of 138012 with flag 7152210/6037043
1773.28/894.08	c cleaning 69990 clauses out of 140012 with flag 7379259/6108043
1800.17/907.43	c >>>>>>>>>> Solver number 0 (31 answers) <<<<<<<<<<<<<<<<<<
1800.17/907.43	c starts		: 89791
1800.17/907.43	c conflicts		: 6170071
1800.17/907.43	c decisions		: 14280809
1800.17/907.43	c propagations		: 166511598
1800.17/907.43	c inspects		: 9049432391
1800.17/907.43	c shortcuts		: 0
1800.17/907.43	c learnt literals	: 0
1800.17/907.43	c learnt binary clauses	: 1
1800.17/907.43	c learnt ternary clauses	: 121
1800.17/907.43	c learnt constraints	: 6170071
1800.17/907.43	c ignored constraints	: 0
1800.17/907.43	c root simplifications	: 0
1800.17/907.43	c removed literals (reason simplification)	: 1542251509
1800.17/907.43	c reason swapping (by a shorter reason)	: 0
1800.17/907.43	c Calls to reduceDB	: 245
1800.17/907.43	c Number of update (reduction) of LBD	: 1041564
1800.17/907.43	c Imported unit clauses	: 0
1800.17/907.43	c number of reductions to clauses (during analyze)	: 0
1800.17/907.43	c number of learned constraints concerned by reduction	: 0
1800.17/907.43	c number of learning phase by resolution	: 0
1800.17/907.43	c number of learning phase by cutting planes	: 0
1800.17/907.43	c speed (assignments/second)	: 399639.02509270265
1800.17/907.43	c non guided choices	0
1800.17/907.45	c learnt constraints type 
1800.17/907.45	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.17/907.45	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 132049
1800.17/907.45	c >>>>>>>>>> Solver number 1 (8 answers) <<<<<<<<<<<<<<<<<<
1800.17/907.45	c starts		: 102
1800.17/907.45	c conflicts		: 12532
1800.17/907.45	c decisions		: 26978
1800.17/907.45	c propagations		: 1018885
1800.17/907.45	c inspects		: 1360001714
1800.17/907.45	c shortcuts		: 0
1800.17/907.45	c learnt literals	: 0
1800.17/907.45	c learnt binary clauses	: 2
1800.17/907.45	c learnt ternary clauses	: 1
1800.17/907.45	c learnt constraints	: 12514
1800.17/907.45	c ignored constraints	: 0
1800.17/907.45	c root simplifications	: 0
1800.17/907.45	c removed literals (reason simplification)	: 0
1800.17/907.45	c reason swapping (by a shorter reason)	: 0
1800.17/907.46	c Calls to reduceDB	: 1
1800.17/907.46	c Number of update (reduction) of LBD	: 0
1800.17/907.46	c Imported unit clauses	: 0
1800.17/907.46	c number of reductions to clauses (during analyze)	: 0
1800.17/907.46	c number of learned constraints concerned by reduction	: 0
1800.17/907.46	c number of learning phase by resolution	: 0
1800.17/907.46	c number of learning phase by cutting planes	: 0
1800.17/907.46	c speed (assignments/second)	: 2268.2818775212163
1800.17/907.46	c non guided choices	0
1800.17/907.46	c learnt constraints type 
1800.17/907.46	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 7374
1800.17/907.46	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 347
1800.17/907.46	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 2
1800.17/907.46	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4791
1800.17/907.46	s SATISFIABLE
1800.17/907.46	c Found 39 solution(s)
1800.17/907.46	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 -x474 x475 -x476 x477 -x478 -x479 -x480 x481 -x482 -x483 -x484 -x485 -x486 x487 -x488 -x489 -x490 x491 -x492 x493 -x494 x495 -x496 x497 -x498 -x499 x500 -x501 x502 x503 -x504 -x505 -x506 x507 -x508 x509 -x510 x511 -x512 -x513 x514 -x515 x516 x517 -x518 -x519 x520 x521 -x522 -x523 x524 -x525 x526 -x527 x528 -x529 x530 -x531 x532 -x533 x534 x535 -x536 -x537 x538 -x539 -x540 x541 -x542 -x543 x544 -x545 x546 x547 -x548 -x549 x550 -x551 x552 -x553 x554 -x555 x556 x557 -x558 -x559 x560 -x561 x562 -x563 x564 x565 -x566 -x567 x568 -x569 x570 -x571 x572 x573 -x574 -x575 x576 -x577 x578 x579 -x580 -x581 x582 -x583 x584 -x585 x586 -x587 x588 -x589 x590 x591 -x592 -x593 x594 -x595 x596 x597 -x598 -x599 x600 -x601 x602 -x603 x604 x605 -x606 -x607 x608 -x609 x610 x611 -x612 -x613 x614 -x615 x616 -x617 x618 x619 -x620 -x621 x622 -x623 x624 -x625 x626 x627 -x628 -x629 x630 -x631 x632 -x633 x634 -x635 x636 x637 -x638 -x639 x640 -x641 x642 x643 -x644 -x645 x646 -x647 x648 -x649 x650 -x651 x652 x653 -x654 -x655 x656 -x657 x658 -x659 x660 x661 -x662 -x663 x664 
1800.17/907.47	c objective function=287
1800.17/907.47	c Total wall clock time (in seconds): 907.338

Verifier Data

OK	287

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-4103002-1466218897/watcher-4103002-1466218897 -o /tmp/evaluation-result-4103002-1466218897/solver-4103002-1466218897 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466206074-14491 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4103002-1466218897.opb 

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

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


[startup+0 s]
/proc/loadavg: 4.07 4.10 4.08 4/198 19202
/proc/meminfo: memFree=28648316/32872528 swapFree=338416/354768
[pid=19202] ppid=19199 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/19202/stat : 19202 (java) R 19199 19202 14474 0 -1 4202496 504 0 0 0 0 0 0 0 20 0 1 0 23936420 9515008 158 33554432000 1073741824 1073778376 140733574337328 140733574334456 242167730272 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19202/statm: 2323 170 128 9 0 71 0

[startup+0.100061 s]
/proc/loadavg: 4.07 4.10 4.08 4/198 19202
/proc/meminfo: memFree=28648316/32872528 swapFree=338416/354768
[pid=19202] ppid=19199 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/19202/stat : 19202 (java) S 19199 19202 14474 0 -1 4202496 4408 0 1 0 8 1 0 0 20 0 18 0 23936420 9787879424 5024 33554432000 1073741824 1073778376 140733574337328 140733574328464 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19202/statm: 2389619 5024 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200224 s]
/proc/loadavg: 4.07 4.10 4.08 4/198 19202
/proc/meminfo: memFree=28648316/32872528 swapFree=338416/354768
[pid=19202] ppid=19199 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/19202/stat : 19202 (java) S 19199 19202 14474 0 -1 4202496 4750 0 1 0 23 1 0 0 20 0 18 0 23936420 9787879424 6336 33554432000 1073741824 1073778376 140733574337328 140733574328464 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19202/statm: 2389619 6336 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300249 s]
/proc/loadavg: 4.07 4.10 4.08 4/198 19202
/proc/meminfo: memFree=28648316/32872528 swapFree=338416/354768
[pid=19202] ppid=19199 vsize=9558476 CPUtime=0.52 cores=1,3,5,7
/proc/19202/stat : 19202 (java) S 19199 19202 14474 0 -1 4202496 6945 0 1 0 50 2 0 0 20 0 18 0 23936420 9787879424 8678 33554432000 1073741824 1073778376 140733574337328 140733574328464 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19202/statm: 2389619 8678 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558476

[startup+0.700297 s]
/proc/loadavg: 4.07 4.10 4.08 4/198 19202
/proc/meminfo: memFree=28648316/32872528 swapFree=338416/354768
[pid=19202] ppid=19199 vsize=9824732 CPUtime=0.75 cores=1,3,5,7
/proc/19202/stat : 19202 (java) S 19199 19202 14474 0 -1 4202496 7525 0 1 0 71 4 0 0 20 0 19 0 23936420 10060525568 11365 33554432000 1073741824 1073778376 140733574337328 140733574328464 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19202/statm: 2456183 11365 2251 9 0 2446860 0
Current children cumulated CPU time (s) 0.75
Current children cumulated vsize (KiB) 9824732

[startup+1.50088 s]
/proc/loadavg: 4.07 4.10 4.08 3/217 19227
/proc/meminfo: memFree=28608720/32872528 swapFree=338416/354768
[pid=19202] ppid=19199 vsize=9824732 CPUtime=1.13 cores=1,3,5,7
/proc/19202/stat : 19202 (java) S 19199 19202 14474 0 -1 4202496 8550 0 1 0 107 6 0 0 20 0 19 0 23936420 10060525568 13566 33554432000 1073741824 1073778376 140733574337328 140733574328464 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19202/statm: 2456183 13566 2258 9 0 2446860 0
[pid=19202/tid=19204] ppid=19199 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/19202/task/19204/stat : 19204 (java) S 19199 19202 14474 0 -1 4202560 2484 0 1 0 31 0 0 0 20 0 19 0 23936421 10060525568 13566 33554432000 1073741824 1073778376 140733574337328 140204571448184 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19202/tid=19205] ppid=19199 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19205/stat : 19205 (java) S 19199 19202 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23936422 10060525568 13566 33554432000 1073741824 1073778376 140733574337328 140204415073064 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19202/tid=19206] ppid=19199 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19206/stat : 19206 (java) S 19199 19202 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23936422 10060525568 13566 33554432000 1073741824 1073778376 140733574337328 140204414020264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19202/tid=19207] ppid=19199 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19207/stat : 19207 (java) S 19199 19202 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23936422 10060525568 13566 33554432000 1073741824 1073778376 140733574337328 140204412967976 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19202/tid=19208] ppid=19199 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19208/stat : 19208 (java) S 19199 19202 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23936422 10060525568 13566 33554432000 1073741824 1073778376 140733574337328 140204411915176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19202/tid=19209] ppid=19199 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19209/stat : 19209 (java) S 19199 19202 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23936422 10060525568 13566 33554432000 1073741824 1073778376 140733574337328 140204410861864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19202/tid=19210] ppid=19199 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19210/stat : 19210 (java) S 19199 19202 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23936422 10060525568 13566 33554432000 1073741824 1073778376 140733574337328 140204409809064 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19202/tid=19211] ppid=19199 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19211/stat : 19211 (java) S 19199 19202 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23936422 10060525568 13566 33554432000 1073741824 1073778376 140733574337328 140204408756776 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19202/tid=19212] ppid=19199 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19212/stat : 19212 (java) S 19199 19202 14474 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23936422 10060525568 13566 33554432000 1073741824 1073778376 140733574337328 140204407703976 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19202/tid=19213] ppid=19199 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19213/stat : 19213 (java) S 19199 19202 14474 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 23936423 10060525568 13566 33554432000 1073741824 1073778376 140733574337328 140204395506408 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19202/tid=19214] ppid=19199 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19214/stat : 19214 (java) S 19199 19202 14474 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 23936424 10060525568 13566 33554432000 1073741824 1073778376 140733574337328 140204394452472 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19202/tid=19215] ppid=19199 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19215/stat : 19215 (java) S 19199 19202 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23936424 10060525568 13566 33554432000 1073741824 1073778376 140733574337328 140204393400072 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19202/tid=19216] ppid=19199 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19216/stat : 19216 (java) S 19199 19202 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23936426 10060525568 13566 33554432000 1073741824 1073778376 140733574337328 140204392348560 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19202/tid=19217] ppid=19199 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/19202/task/19217/stat : 19217 (java) S 19199 19202 14474 0 -1 4202560 2428 0 0 0 29 0 0 0 20 0 19 0 23936426 10060525568 13566 33554432000 1073741824 1073778376 140733574337328 140204391295160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19202/tid=19218] ppid=19199 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/19202/task/19218/stat : 19218 (java) S 19199 19202 14474 0 -1 4202560 2295 0 0 0 30 0 0 0 20 0 19 0 23936426 10060525568 13566 33554432000 1073741824 1073778376 140733574337328 140204390242360 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19202/tid=19219] ppid=19199 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19219/stat : 19219 (java) S 19199 19202 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23936426 10060525568 13566 33554432000 1073741824 1073778376 140733574337328 140204389190264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19202/tid=19220] ppid=19199 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19220/stat : 19220 (java) S 19199 19202 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23936426 10060525568 13566 33554432000 1073741824 1073778376 140733574337328 140204388137672 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19202/tid=19227] ppid=19199 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19227/stat : 19227 (java) S 19199 19202 14474 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 23936505 10060525568 13566 33554432000 1073741824 1073778376 140733574337328 140204384978088 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 9824732

[startup+3.10079 s]
/proc/loadavg: 4.07 4.10 4.08 3/217 19233
/proc/meminfo: memFree=28595212/32872528 swapFree=338416/354768
[pid=19202] ppid=19199 vsize=9824732 CPUtime=1.47 cores=1,3,5,7
/proc/19202/stat : 19202 (java) S 19199 19202 14474 0 -1 4202496 11302 0 1 0 137 10 0 0 20 0 19 0 23936420 10060525568 18361 33554432000 1073741824 1073778376 140733574337328 140733574328464 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19202/statm: 2456183 18361 2258 9 0 2446860 0
[pid=19202/tid=19204] ppid=19199 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/19202/task/19204/stat : 19204 (java) S 19199 19202 14474 0 -1 4202560 2485 0 1 0 32 0 0 0 20 0 19 0 23936421 10060525568 18361 33554432000 1073741824 1073778376 140733574337328 140204571448184 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19202/tid=19205] ppid=19199 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19205/stat : 19205 (java) S 19199 19202 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23936422 10060525568 18361 33554432000 1073741824 1073778376 140733574337328 140204415073064 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19202/tid=19206] ppid=19199 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19206/stat : 19206 (java) S 19199 19202 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23936422 10060525568 18361 33554432000 1073741824 1073778376 140733574337328 140204414020264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19202/tid=19207] ppid=19199 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19207/stat : 19207 (java) S 19199 19202 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23936422 10060525568 18361 33554432000 1073741824 1073778376 140733574337328 140204412967976 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19202/tid=19208] ppid=19199 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19208/stat : 19208 (java) S 19199 19202 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23936422 10060525568 18361 33554432000 1073741824 1073778376 140733574337328 140204411915176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19202/tid=19209] ppid=19199 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19209/stat : 19209 (java) S 19199 19202 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23936422 10060525568 18361 33554432000 1073741824 1073778376 140733574337328 140204410861864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19202/tid=19210] ppid=19199 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19210/stat : 19210 (java) S 19199 19202 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23936422 10060525568 18361 33554432000 1073741824 1073778376 140733574337328 140204409809064 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19202/tid=19211] ppid=19199 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19211/stat : 19211 (java) S 19199 19202 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23936422 10060525568 18361 33554432000 1073741824 1073778376 140733574337328 140204408756776 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19202/tid=19212] ppid=19199 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19212/stat : 19212 (java) S 19199 19202 14474 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23936422 10060525568 18361 33554432000 1073741824 1073778376 140733574337328 140204407703976 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19202/tid=19213] ppid=19199 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19213/stat : 19213 (java) S 19199 19202 14474 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 23936423 10060525568 18361 33554432000 1073741824 1073778376 140733574337328 140204395506408 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19202/tid=19214] ppid=19199 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19214/stat : 19214 (java) S 19199 19202 14474 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 23936424 10060525568 18361 33554432000 1073741824 1073778376 140733574337328 140204394452472 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19202/tid=19215] ppid=19199 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19215/stat : 19215 (java) S 19199 19202 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23936424 10060525568 18361 33554432000 1073741824 1073778376 140733574337328 140204393400072 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19202/tid=19216] ppid=19199 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19216/stat : 19216 (java) S 19199 19202 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23936426 10060525568 18361 33554432000 1073741824 1073778376 140733574337328 140204392348560 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19202/tid=19217] ppid=19199 vsize=9824732 CPUtime=0.44 cores=1,3,5,7
/proc/19202/task/19217/stat : 19217 (java) S 19199 19202 14474 0 -1 4202560 4794 0 0 0 42 2 0 0 20 0 19 0 23936426 10060525568 18361 33554432000 1073741824 1073778376 140733574337328 140204391295160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19202/tid=19218] ppid=19199 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/19202/task/19218/stat : 19218 (java) S 19199 19202 14474 0 -1 4202560 2653 0 0 0 41 0 0 0 20 0 19 0 23936426 10060525568 18361 33554432000 1073741824 1073778376 140733574337328 140204390242360 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19202/tid=19219] ppid=19199 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19219/stat : 19219 (java) S 19199 19202 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23936426 10060525568 18361 33554432000 1073741824 1073778376 140733574337328 140204389190264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19202/tid=19220] ppid=19199 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19220/stat : 19220 (java) S 19199 19202 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23936426 10060525568 18361 33554432000 1073741824 1073778376 140733574337328 140204388137672 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9824732
heavy processes:

[startup+6.30084 s]
/proc/loadavg: 3.90 4.06 4.07 3/217 19254
/proc/meminfo: memFree=28468932/32872528 swapFree=338416/354768
[pid=19202] ppid=19199 vsize=9824732 CPUtime=3.95 cores=1,3,5,7
/proc/19202/stat : 19202 (java) S 19199 19202 14474 0 -1 4202496 21797 0 1 0 370 25 0 0 20 0 19 0 23936420 10060525568 46990 33554432000 1073741824 1073778376 140733574337328 140733574328464 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19202/statm: 2456183 46990 2281 9 0 2446860 0
[pid=19202/tid=19204] ppid=19199 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/19202/task/19204/stat : 19204 (java) S 19199 19202 14474 0 -1 4202560 2488 0 1 0 32 1 0 0 20 0 19 0 23936421 10060525568 46990 33554432000 1073741824 1073778376 140733574337328 140204571448184 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19202/tid=19205] ppid=19199 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19205/stat : 19205 (java) S 19199 19202 14474 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23936422 10060525568 46990 33554432000 1073741824 1073778376 140733574337328 140204415073064 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19202/tid=19206] ppid=19199 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19206/stat : 19206 (java) S 19199 19202 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23936422 10060525568 46990 33554432000 1073741824 1073778376 140733574337328 140204414020264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19202/tid=19207] ppid=19199 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19207/stat : 19207 (java) S 19199 19202 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23936422 10060525568 46990 33554432000 1073741824 1073778376 140733574337328 140204412967976 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19202/tid=19208] ppid=19199 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19208/stat : 19208 (java) S 19199 19202 14474 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 23936422 10060525568 46990 33554432000 1073741824 1073778376 140733574337328 140204411915176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19202/tid=19209] ppid=19199 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19209/stat : 19209 (java) S 19199 19202 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23936422 10060525568 46990 33554432000 1073741824 1073778376 140733574337328 140204410861864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19202/tid=19210] ppid=19199 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19210/stat : 19210 (java) S 19199 19202 14474 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 23936422 10060525568 46990 33554432000 1073741824 1073778376 140733574337328 140204409809064 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19202/tid=19211] ppid=19199 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19211/stat : 19211 (java) S 19199 19202 14474 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23936422 10060525568 46990 33554432000 1073741824 1073778376 140733574337328 140204408756776 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19202/tid=19212] ppid=19199 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19212/stat : 19212 (java) S 19199 19202 14474 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23936422 10060525568 46990 33554432000 1073741824 1073778376 140733574337328 140204407703976 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19202/tid=19213] ppid=19199 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19213/stat : 19213 (java) S 19199 19202 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23936423 10060525568 46990 33554432000 1073741824 1073778376 140733574337328 140204395506408 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19202/tid=19214] ppid=19199 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19214/stat : 19214 (java) S 19199 19202 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23936424 10060525568 46990 33554432000 1073741824 1073778376 140733574337328 140204394452472 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19202/tid=19215] ppid=19199 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19215/stat : 19215 (java) S 19199 19202 14474 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23936424 10060525568 46990 33554432000 1073741824 1073778376 140733574337328 140204393400072 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19202/tid=19216] ppid=19199 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19216/stat : 19216 (java) S 19199 19202 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23936426 10060525568 46990 33554432000 1073741824 1073778376 140733574337328 140204392348560 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19202/tid=19217] ppid=19199 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/19202/task/19217/stat : 19217 (java) S 19199 19202 14474 0 -1 4202560 11660 0 0 0 107 2 0 0 20 0 19 0 23936426 10060525568 46990 33554432000 1073741824 1073778376 140733574337328 140204391295160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19202/tid=19218] ppid=19199 vsize=9824732 CPUtime=0.81 cores=1,3,5,7
/proc/19202/task/19218/stat : 19218 (java) S 19199 19202 14474 0 -1 4202560 6131 0 0 0 79 2 0 0 20 0 19 0 23936426 10060525568 46990 33554432000 1073741824 1073778376 140733574337328 140204390242360 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19202/tid=19219] ppid=19199 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19219/stat : 19219 (java) S 19199 19202 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23936426 10060525568 46990 33554432000 1073741824 1073778376 140733574337328 140204389190264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19202/tid=19220] ppid=19199 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19220/stat : 19220 (java) S 19199 19202 14474 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 23936426 10060525568 46990 33554432000 1073741824 1073778376 140733574337328 140204388137672 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19202/tid=19254] ppid=19199 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19254/stat : 19254 (java) S 19199 19202 14474 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 23936957 10060525568 46990 33554432000 1073741824 1073778376 140733574337328 140204384978216 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.95
Current children cumulated vsize (KiB) 9824732
heavy processes:


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


[startup+822.301 s]
/proc/loadavg: 4.14 4.18 4.13 5/219 19359
/proc/meminfo: memFree=27001576/32872528 swapFree=338416/354768
[pid=19202] ppid=19199 vsize=9824732 CPUtime=1629.26 cores=1,3,5,7
/proc/19202/stat : 19202 (java) S 19199 19202 14474 0 -1 4202496 35346 0 1 0 162681 245 0 0 20 0 22 0 23936420 10060525568 510708 33554432000 1073741824 1073778376 140733574337328 140733574328464 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19202/statm: 2456183 510708 2295 9 0 2446860 0
[pid=19202/tid=19204] ppid=19199 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/19202/task/19204/stat : 19204 (java) S 19199 19202 14474 0 -1 4202560 2499 0 1 0 37 4 0 0 20 0 22 0 23936421 10060525568 510708 33554432000 1073741824 1073778376 140733574337328 140204571448184 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19202/tid=19205] ppid=19199 vsize=9824732 CPUtime=2.4 cores=1,3,5,7
/proc/19202/task/19205/stat : 19205 (java) S 19199 19202 14474 0 -1 4202560 336 0 0 0 229 11 0 0 20 0 22 0 23936422 10060525568 510708 33554432000 1073741824 1073778376 140733574337328 140204415073064 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19202/tid=19206] ppid=19199 vsize=9824732 CPUtime=2.21 cores=1,3,5,7
/proc/19202/task/19206/stat : 19206 (java) S 19199 19202 14474 0 -1 4202560 482 0 0 0 212 9 0 0 20 0 22 0 23936422 10060525568 510708 33554432000 1073741824 1073778376 140733574337328 140204414020264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19202/tid=19207] ppid=19199 vsize=9824732 CPUtime=2.43 cores=1,3,5,7
/proc/19202/task/19207/stat : 19207 (java) S 19199 19202 14474 0 -1 4202560 445 0 0 0 232 11 0 0 20 0 22 0 23936422 10060525568 510708 33554432000 1073741824 1073778376 140733574337328 140204412967976 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19202/tid=19208] ppid=19199 vsize=9824732 CPUtime=2.31 cores=1,3,5,7
/proc/19202/task/19208/stat : 19208 (java) S 19199 19202 14474 0 -1 4202560 370 0 0 0 222 9 0 0 20 0 22 0 23936422 10060525568 510708 33554432000 1073741824 1073778376 140733574337328 140204411915176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19202/tid=19209] ppid=19199 vsize=9824732 CPUtime=2.28 cores=1,3,5,7
/proc/19202/task/19209/stat : 19209 (java) S 19199 19202 14474 0 -1 4202560 343 0 0 0 220 8 0 0 20 0 22 0 23936422 10060525568 510708 33554432000 1073741824 1073778376 140733574337328 140204410861864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19202/tid=19210] ppid=19199 vsize=9824732 CPUtime=2.29 cores=1,3,5,7
/proc/19202/task/19210/stat : 19210 (java) S 19199 19202 14474 0 -1 4202560 510 0 0 0 219 10 0 0 20 0 22 0 23936422 10060525568 510708 33554432000 1073741824 1073778376 140733574337328 140204409809064 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19202/tid=19211] ppid=19199 vsize=9824732 CPUtime=2.39 cores=1,3,5,7
/proc/19202/task/19211/stat : 19211 (java) S 19199 19202 14474 0 -1 4202560 414 0 0 0 230 9 0 0 20 0 22 0 23936422 10060525568 510708 33554432000 1073741824 1073778376 140733574337328 140204408756776 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19202/tid=19212] ppid=19199 vsize=9824732 CPUtime=2.21 cores=1,3,5,7
/proc/19202/task/19212/stat : 19212 (java) S 19199 19202 14474 0 -1 4202560 494 0 0 0 212 9 0 0 20 0 22 0 23936422 10060525568 510708 33554432000 1073741824 1073778376 140733574337328 140204407703976 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19202/tid=19213] ppid=19199 vsize=9824732 CPUtime=2.94 cores=1,3,5,7
/proc/19202/task/19213/stat : 19213 (java) S 19199 19202 14474 0 -1 4202560 1740 0 0 0 268 26 0 0 20 0 22 0 23936423 10060525568 510708 33554432000 1073741824 1073778376 140733574337328 140204395506408 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19202/tid=19214] ppid=19199 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19214/stat : 19214 (java) S 19199 19202 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23936424 10060525568 510708 33554432000 1073741824 1073778376 140733574337328 140204394452472 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19202/tid=19215] ppid=19199 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19215/stat : 19215 (java) S 19199 19202 14474 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 22 0 23936424 10060525568 510708 33554432000 1073741824 1073778376 140733574337328 140204393400072 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19202/tid=19216] ppid=19199 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19216/stat : 19216 (java) S 19199 19202 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23936426 10060525568 510708 33554432000 1073741824 1073778376 140733574337328 140204392348560 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19202/tid=19217] ppid=19199 vsize=9824732 CPUtime=2.38 cores=1,3,5,7
/proc/19202/task/19217/stat : 19217 (java) S 19199 19202 14474 0 -1 4202560 17989 0 0 0 234 4 0 0 20 0 22 0 23936426 10060525568 510708 33554432000 1073741824 1073778376 140733574337328 140204391295160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19202/tid=19218] ppid=19199 vsize=9824732 CPUtime=1.26 cores=1,3,5,7
/proc/19202/task/19218/stat : 19218 (java) S 19199 19202 14474 0 -1 4202560 6211 0 0 0 124 2 0 0 20 0 22 0 23936426 10060525568 510708 33554432000 1073741824 1073778376 140733574337328 140204390242360 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19202/tid=19219] ppid=19199 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19219/stat : 19219 (java) S 19199 19202 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23936426 10060525568 510708 33554432000 1073741824 1073778376 140733574337328 140204389190264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19202/tid=19220] ppid=19199 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/19202/task/19220/stat : 19220 (java) S 19199 19202 14474 0 -1 4202560 50 0 0 0 18 20 0 0 20 0 22 0 23936426 10060525568 510708 33554432000 1073741824 1073778376 140733574337328 140204388137672 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19202/tid=19346] ppid=19199 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19346/stat : 19346 (java) S 19199 19202 14474 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 23982247 10060525568 510708 33554432000 1073741824 1073778376 140733574337328 140204387083048 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19202/tid=19348] ppid=19199 vsize=9824732 CPUtime=327.65 cores=1,3,5,7
/proc/19202/task/19348/stat : 19348 (java) R 19199 19202 14474 0 -1 4202560 45 0 0 0 32759 6 0 0 20 0 22 0 23985498 10060525568 510708 33554432000 1073741824 1073778376 140733574337328 140204383922976 140204511716660 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19202/tid=19349] ppid=19199 vsize=9824732 CPUtime=327.66 cores=1,3,5,7
/proc/19202/task/19349/stat : 19349 (java) R 19199 19202 14474 0 -1 4202560 220 0 0 0 32760 6 0 0 20 0 22 0 23985498 10060525568 510708 33554432000 1073741824 1073778376 140733574337328 140204384976224 140204512148428 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19202/tid=19350] ppid=19199 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19350/stat : 19350 (java) S 19199 19202 14474 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 23985498 10060525568 510708 33554432000 1073741824 1073778376 140733574337328 140204386031016 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1629.26
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.13 4.18 4.13 5/219 19428
/proc/meminfo: memFree=27502716/32872528 swapFree=338416/354768
[pid=19202] ppid=19199 vsize=9824732 CPUtime=1749.79 cores=1,3,5,7
/proc/19202/stat : 19202 (java) S 19199 19202 14474 0 -1 4202496 36378 0 1 0 174726 253 0 0 20 0 22 0 23936420 10060525568 580871 33554432000 1073741824 1073778376 140733574337328 140733574328464 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19202/statm: 2456183 580871 2295 9 0 2446860 0
[pid=19202/tid=19204] ppid=19199 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/19202/task/19204/stat : 19204 (java) S 19199 19202 14474 0 -1 4202560 2501 0 1 0 37 4 0 0 20 0 22 0 23936421 10060525568 580871 33554432000 1073741824 1073778376 140733574337328 140204571448184 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19202/tid=19205] ppid=19199 vsize=9824732 CPUtime=2.55 cores=1,3,5,7
/proc/19202/task/19205/stat : 19205 (java) S 19199 19202 14474 0 -1 4202560 372 0 0 0 244 11 0 0 20 0 22 0 23936422 10060525568 580871 33554432000 1073741824 1073778376 140733574337328 140204415073064 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19202/tid=19206] ppid=19199 vsize=9824732 CPUtime=2.4 cores=1,3,5,7
/proc/19202/task/19206/stat : 19206 (java) S 19199 19202 14474 0 -1 4202560 518 0 0 0 230 10 0 0 20 0 22 0 23936422 10060525568 580871 33554432000 1073741824 1073778376 140733574337328 140204414020264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19202/tid=19207] ppid=19199 vsize=9824732 CPUtime=2.58 cores=1,3,5,7
/proc/19202/task/19207/stat : 19207 (java) S 19199 19202 14474 0 -1 4202560 451 0 0 0 246 12 0 0 20 0 22 0 23936422 10060525568 580871 33554432000 1073741824 1073778376 140733574337328 140204412967976 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19202/tid=19208] ppid=19199 vsize=9824732 CPUtime=2.5 cores=1,3,5,7
/proc/19202/task/19208/stat : 19208 (java) S 19199 19202 14474 0 -1 4202560 436 0 0 0 240 10 0 0 20 0 22 0 23936422 10060525568 580871 33554432000 1073741824 1073778376 140733574337328 140204411915176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19202/tid=19209] ppid=19199 vsize=9824732 CPUtime=2.43 cores=1,3,5,7
/proc/19202/task/19209/stat : 19209 (java) S 19199 19202 14474 0 -1 4202560 365 0 0 0 234 9 0 0 20 0 22 0 23936422 10060525568 580871 33554432000 1073741824 1073778376 140733574337328 140204410861864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19202/tid=19210] ppid=19199 vsize=9824732 CPUtime=2.44 cores=1,3,5,7
/proc/19202/task/19210/stat : 19210 (java) S 19199 19202 14474 0 -1 4202560 530 0 0 0 234 10 0 0 20 0 22 0 23936422 10060525568 580871 33554432000 1073741824 1073778376 140733574337328 140204409809064 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19202/tid=19211] ppid=19199 vsize=9824732 CPUtime=2.55 cores=1,3,5,7
/proc/19202/task/19211/stat : 19211 (java) S 19199 19202 14474 0 -1 4202560 424 0 0 0 246 9 0 0 20 0 22 0 23936422 10060525568 580871 33554432000 1073741824 1073778376 140733574337328 140204408756776 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19202/tid=19212] ppid=19199 vsize=9824732 CPUtime=2.37 cores=1,3,5,7
/proc/19202/task/19212/stat : 19212 (java) S 19199 19202 14474 0 -1 4202560 504 0 0 0 228 9 0 0 20 0 22 0 23936422 10060525568 580871 33554432000 1073741824 1073778376 140733574337328 140204407703976 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19202/tid=19213] ppid=19199 vsize=9824732 CPUtime=2.95 cores=1,3,5,7
/proc/19202/task/19213/stat : 19213 (java) S 19199 19202 14474 0 -1 4202560 1902 0 0 0 268 27 0 0 20 0 22 0 23936423 10060525568 580871 33554432000 1073741824 1073778376 140733574337328 140204395506408 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19202/tid=19214] ppid=19199 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19214/stat : 19214 (java) S 19199 19202 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23936424 10060525568 580871 33554432000 1073741824 1073778376 140733574337328 140204394452472 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19202/tid=19215] ppid=19199 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19215/stat : 19215 (java) S 19199 19202 14474 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 22 0 23936424 10060525568 580871 33554432000 1073741824 1073778376 140733574337328 140204393400072 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19202/tid=19216] ppid=19199 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19216/stat : 19216 (java) S 19199 19202 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23936426 10060525568 580871 33554432000 1073741824 1073778376 140733574337328 140204392348560 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19202/tid=19217] ppid=19199 vsize=9824732 CPUtime=2.38 cores=1,3,5,7
/proc/19202/task/19217/stat : 19217 (java) S 19199 19202 14474 0 -1 4202560 17989 0 0 0 234 4 0 0 20 0 22 0 23936426 10060525568 580871 33554432000 1073741824 1073778376 140733574337328 140204391295160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19202/tid=19218] ppid=19199 vsize=9824732 CPUtime=1.26 cores=1,3,5,7
/proc/19202/task/19218/stat : 19218 (java) S 19199 19202 14474 0 -1 4202560 6211 0 0 0 124 2 0 0 20 0 22 0 23936426 10060525568 580871 33554432000 1073741824 1073778376 140733574337328 140204390242360 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19202/tid=19219] ppid=19199 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19219/stat : 19219 (java) S 19199 19202 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23936426 10060525568 580871 33554432000 1073741824 1073778376 140733574337328 140204389190264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19202/tid=19220] ppid=19199 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/19202/task/19220/stat : 19220 (java) S 19199 19202 14474 0 -1 4202560 52 0 0 0 18 22 0 0 20 0 22 0 23936426 10060525568 580871 33554432000 1073741824 1073778376 140733574337328 140204388137672 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19202/tid=19346] ppid=19199 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19346/stat : 19346 (java) S 19199 19202 14474 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 23982247 10060525568 580871 33554432000 1073741824 1073778376 140733574337328 140204387083048 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19202/tid=19348] ppid=19199 vsize=9824732 CPUtime=387.26 cores=1,3,5,7
/proc/19202/task/19348/stat : 19348 (java) R 19199 19202 14474 0 -1 4202560 58 0 0 0 38718 8 0 0 20 0 22 0 23985498 10060525568 580871 33554432000 1073741824 1073778376 140733574337328 140204383923760 140204512543455 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19202/tid=19349] ppid=19199 vsize=9824732 CPUtime=387.27 cores=1,3,5,7
/proc/19202/task/19349/stat : 19349 (java) R 19199 19202 14474 0 -1 4202560 867 0 0 0 38716 11 0 0 20 0 22 0 23985498 10060525568 580871 33554432000 1073741824 1073778376 140733574337328 140204384975328 140204511747789 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19202/tid=19350] ppid=19199 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19350/stat : 19350 (java) S 19199 19202 14474 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 23985498 10060525568 580871 33554432000 1073741824 1073778376 140733574337328 140204386031016 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1749.79
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+907.401 s]
/proc/loadavg: 4.46 4.26 4.16 5/219 19430
/proc/meminfo: memFree=26665604/32872528 swapFree=338416/354768
[pid=19202] ppid=19199 vsize=9824732 CPUtime=1800.17 cores=1,3,5,7
/proc/19202/stat : 19202 (java) S 19199 19202 14474 0 -1 4202496 36429 0 1 0 179762 255 0 0 20 0 22 0 23936420 10060525568 575735 33554432000 1073741824 1073778376 140733574337328 140733574328464 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19202/statm: 2456183 575735 2295 9 0 2446860 0
[pid=19202/tid=19204] ppid=19199 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/19202/task/19204/stat : 19204 (java) S 19199 19202 14474 0 -1 4202560 2501 0 1 0 37 4 0 0 20 0 22 0 23936421 10060525568 575735 33554432000 1073741824 1073778376 140733574337328 140204571448184 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19202/tid=19205] ppid=19199 vsize=9824732 CPUtime=2.64 cores=1,3,5,7
/proc/19202/task/19205/stat : 19205 (java) S 19199 19202 14474 0 -1 4202560 372 0 0 0 253 11 0 0 20 0 22 0 23936422 10060525568 575735 33554432000 1073741824 1073778376 140733574337328 140204415073064 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19202/tid=19206] ppid=19199 vsize=9824732 CPUtime=2.46 cores=1,3,5,7
/proc/19202/task/19206/stat : 19206 (java) S 19199 19202 14474 0 -1 4202560 560 0 0 0 236 10 0 0 20 0 22 0 23936422 10060525568 575735 33554432000 1073741824 1073778376 140733574337328 140204414020264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19202/tid=19207] ppid=19199 vsize=9824732 CPUtime=2.62 cores=1,3,5,7
/proc/19202/task/19207/stat : 19207 (java) S 19199 19202 14474 0 -1 4202560 451 0 0 0 250 12 0 0 20 0 22 0 23936422 10060525568 575735 33554432000 1073741824 1073778376 140733574337328 140204412967976 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19202/tid=19208] ppid=19199 vsize=9824732 CPUtime=2.57 cores=1,3,5,7
/proc/19202/task/19208/stat : 19208 (java) S 19199 19202 14474 0 -1 4202560 436 0 0 0 247 10 0 0 20 0 22 0 23936422 10060525568 575735 33554432000 1073741824 1073778376 140733574337328 140204411915176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19202/tid=19209] ppid=19199 vsize=9824732 CPUtime=2.5 cores=1,3,5,7
/proc/19202/task/19209/stat : 19209 (java) S 19199 19202 14474 0 -1 4202560 365 0 0 0 241 9 0 0 20 0 22 0 23936422 10060525568 575735 33554432000 1073741824 1073778376 140733574337328 140204410861864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19202/tid=19210] ppid=19199 vsize=9824732 CPUtime=2.5 cores=1,3,5,7
/proc/19202/task/19210/stat : 19210 (java) S 19199 19202 14474 0 -1 4202560 530 0 0 0 240 10 0 0 20 0 22 0 23936422 10060525568 575735 33554432000 1073741824 1073778376 140733574337328 140204409809064 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19202/tid=19211] ppid=19199 vsize=9824732 CPUtime=2.59 cores=1,3,5,7
/proc/19202/task/19211/stat : 19211 (java) S 19199 19202 14474 0 -1 4202560 424 0 0 0 250 9 0 0 20 0 22 0 23936422 10060525568 575735 33554432000 1073741824 1073778376 140733574337328 140204408756776 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19202/tid=19212] ppid=19199 vsize=9824732 CPUtime=2.41 cores=1,3,5,7
/proc/19202/task/19212/stat : 19212 (java) S 19199 19202 14474 0 -1 4202560 504 0 0 0 232 9 0 0 20 0 22 0 23936422 10060525568 575735 33554432000 1073741824 1073778376 140733574337328 140204407703976 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19202/tid=19213] ppid=19199 vsize=9824732 CPUtime=2.96 cores=1,3,5,7
/proc/19202/task/19213/stat : 19213 (java) S 19199 19202 14474 0 -1 4202560 1904 0 0 0 268 28 0 0 20 0 22 0 23936423 10060525568 575735 33554432000 1073741824 1073778376 140733574337328 140204395506408 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19202/tid=19214] ppid=19199 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19214/stat : 19214 (java) S 19199 19202 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23936424 10060525568 575735 33554432000 1073741824 1073778376 140733574337328 140204394452472 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19202/tid=19215] ppid=19199 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19215/stat : 19215 (java) S 19199 19202 14474 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 22 0 23936424 10060525568 575735 33554432000 1073741824 1073778376 140733574337328 140204393400072 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19202/tid=19216] ppid=19199 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19216/stat : 19216 (java) S 19199 19202 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23936426 10060525568 575735 33554432000 1073741824 1073778376 140733574337328 140204392348560 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19202/tid=19217] ppid=19199 vsize=9824732 CPUtime=2.38 cores=1,3,5,7
/proc/19202/task/19217/stat : 19217 (java) S 19199 19202 14474 0 -1 4202560 17989 0 0 0 234 4 0 0 20 0 22 0 23936426 10060525568 575735 33554432000 1073741824 1073778376 140733574337328 140204391295160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19202/tid=19218] ppid=19199 vsize=9824732 CPUtime=1.26 cores=1,3,5,7
/proc/19202/task/19218/stat : 19218 (java) S 19199 19202 14474 0 -1 4202560 6211 0 0 0 124 2 0 0 20 0 22 0 23936426 10060525568 575735 33554432000 1073741824 1073778376 140733574337328 140204390242360 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19202/tid=19219] ppid=19199 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19219/stat : 19219 (java) S 19199 19202 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23936426 10060525568 575735 33554432000 1073741824 1073778376 140733574337328 140204389190264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19202/tid=19220] ppid=19199 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/19202/task/19220/stat : 19220 (java) S 19199 19202 14474 0 -1 4202560 54 0 0 0 19 22 0 0 20 0 22 0 23936426 10060525568 575735 33554432000 1073741824 1073778376 140733574337328 140204388137672 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19202/tid=19346] ppid=19199 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19346/stat : 19346 (java) S 19199 19202 14474 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 23982247 10060525568 575735 33554432000 1073741824 1073778376 140733574337328 140204387083048 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19202/tid=19348] ppid=19199 vsize=9824732 CPUtime=412.21 cores=1,3,5,7
/proc/19202/task/19348/stat : 19348 (java) R 19199 19202 14474 0 -1 4202560 61 0 0 0 41212 9 0 0 20 0 22 0 23985498 10060525568 575735 33554432000 1073741824 1073778376 140733574337328 140204383923760 140204511716595 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19202/tid=19349] ppid=19199 vsize=9824732 CPUtime=412.23 cores=1,3,5,7
/proc/19202/task/19349/stat : 19349 (java) R 19199 19202 14474 0 -1 4202560 869 0 0 0 41211 12 0 0 20 0 22 0 23985498 10060525568 575735 33554432000 1073741824 1073778376 140733574337328 140204384975408 140204512070253 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19202/tid=19350] ppid=19199 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19202/task/19350/stat : 19350 (java) S 19199 19202 14474 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 23985498 10060525568 575735 33554432000 1073741824 1073778376 140733574337328 140204386031016 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
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 19202 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 907.492
CPU time (s): 1800.9
CPU user time (s): 1797.96
CPU system time (s): 2.94355
CPU usage (%): 198.448
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.96
system time used= 2.94355
maximum resident set size= 2905324
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36492
page faults= 1
swaps= 0
block input operations= 0
block output operations= 976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31327
involuntary context switches= 44826

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.43602 second user time and 8.33573 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-18 05:01:37
IDJOB=4103002
IDBENCH=2205
IDSOLVER=2543
FILE ID=node126/4103002-1466218897
RUNJOBID= node126-1466206074-14491
PBS_JOBID= 19918151
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-ii32d1.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103002-1466218897/watcher-4103002-1466218897 -o /tmp/evaluation-result-4103002-1466218897/solver-4103002-1466218897 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466206074-14491 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4103002-1466218897.opb

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

MD5SUM BENCH= 1850b909125f53108de0513d8e3d52c8
RANDOM SEED=1411337352

node126.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.121
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.24
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.121
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.121
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.121
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.121
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.121
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.121
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.121
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:        28648712 kB
Buffers:          102072 kB
Cached:           105388 kB
SwapCached:         1076 kB
Active:          2973416 kB
Inactive:         147072 kB
Active(anon):    2914516 kB
Inactive(anon):     1004 kB
Active(file):      58900 kB
Inactive(file):   146068 kB
Unevictable:      354768 kB
Mlocked:          338416 kB
SwapTotal:      67108856 kB
SwapFree:       67100100 kB
Dirty:               532 kB
Writeback:             0 kB
AnonPages:       3277488 kB
Mapped:            15384 kB
Shmem:                 0 kB
Slab:             601848 kB
SReclaimable:      45728 kB
SUnreclaim:       556120 kB
KernelStack:        1632 kB
PageTables:        10408 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3571760 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2883584 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= 71732 MiB
End job on node126 at 2016-06-18 05:16:44