Trace number 4110421

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 NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16MSAT (TO) 1800.09 1771.54

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900576360--soft-0-100-0.wbo
MD5SUMda8b4d3fc4733201ddcbc92154231f9d
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark23.7614
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 136625
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136624
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 733
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.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c ManyCore solver with 2 solvers running in parallel
0.08/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4110421-1466347411.wbo
0.08/0.12	c reading problem ... 
0.46/0.34	c ... done. Wall clock time 0.223s.
0.46/0.34	c declared #vars     231
0.46/0.34	c internal #vars     2938
0.46/0.34	c #constraints  2707
0.46/0.35	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.46/0.35	c constraints type 
0.46/0.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.46/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.46/0.35	c 2707 constraints processed.
0.46/0.35	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.46/0.35	c constraints type 
0.46/0.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2684
0.46/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 23
0.46/0.35	c 2707 constraints processed.
0.46/0.35	c objective function length is 2707 literals
1.17/0.52	c And the winner is solver0
1.41/0.85	c SATISFIABLE
1.41/0.85	c OPTIMIZING...
1.41/0.85	c Got one! Elapsed wall clock time (in seconds):0.734
1.41/0.85	o 469
1.54/0.92	c And the winner is solver0
1.90/1.38	c Got one! Elapsed wall clock time (in seconds):1.259
1.90/1.38	o 468
1.95/1.40	c And the winner is solver0
2.05/1.89	c Got one! Elapsed wall clock time (in seconds):1.768
2.05/1.89	o 459
2.06/1.90	c And the winner is solver0
2.09/2.40	c Got one! Elapsed wall clock time (in seconds):2.278
2.09/2.40	o 418
2.09/2.41	c And the winner is solver0
2.15/2.90	c Got one! Elapsed wall clock time (in seconds):2.784
2.15/2.90	o 376
2.15/2.93	c And the winner is solver0
2.38/3.41	c Got one! Elapsed wall clock time (in seconds):3.291
2.38/3.41	o 335
2.38/3.42	c And the winner is solver0
2.40/3.92	c Got one! Elapsed wall clock time (in seconds):3.796
2.40/3.92	o 203
2.40/3.94	c And the winner is solver0
2.47/4.42	c Got one! Elapsed wall clock time (in seconds):4.3
2.47/4.42	o 194
4.92/5.56	c And the winner is solver0
5.09/5.92	c Got one! Elapsed wall clock time (in seconds):5.805
5.09/5.92	o 193
5.09/5.96	c And the winner is solver0
5.17/6.43	c Got one! Elapsed wall clock time (in seconds):6.308
5.17/6.43	o 176
5.31/6.55	c And the winner is solver0
5.50/6.93	c Got one! Elapsed wall clock time (in seconds):6.812
5.50/6.93	o 175
5.50/6.98	c And the winner is solver0
5.61/7.44	c Got one! Elapsed wall clock time (in seconds):7.316
5.61/7.44	o 173
5.61/7.45	c And the winner is solver0
5.64/7.94	c Got one! Elapsed wall clock time (in seconds):7.819
5.64/7.94	o 169
5.77/8.09	c And the winner is solver0
6.01/8.44	c Got one! Elapsed wall clock time (in seconds):8.323
6.01/8.44	o 162
6.01/8.47	c And the winner is solver0
6.08/8.95	c Got one! Elapsed wall clock time (in seconds):8.827
6.08/8.95	o 134
6.17/9.02	c And the winner is solver0
6.25/9.45	c Got one! Elapsed wall clock time (in seconds):9.331
6.25/9.45	o 126
6.25/9.46	c And the winner is solver0
6.27/9.95	c Got one! Elapsed wall clock time (in seconds):9.835
6.27/9.95	o 108
6.37/10.06	c And the winner is solver0
6.50/10.46	c Got one! Elapsed wall clock time (in seconds):10.338
6.50/10.46	o 106
6.58/10.53	c And the winner is solver0
6.66/10.96	c Got one! Elapsed wall clock time (in seconds):10.842
6.66/10.96	o 104
6.78/11.05	c And the winner is solver0
6.90/11.47	c Got one! Elapsed wall clock time (in seconds):11.346
6.90/11.47	o 103
6.96/11.55	c And the winner is solver0
7.09/11.97	c Got one! Elapsed wall clock time (in seconds):11.85
7.09/11.97	o 101
7.61/12.21	c cleaning 5069 clauses out of 10152 with flag 4406/10152
7.61/12.26	c And the winner is solver0
7.85/12.47	c Got one! Elapsed wall clock time (in seconds):12.354
7.85/12.47	o 94
7.89/12.50	c And the winner is solver0
7.93/12.98	c Got one! Elapsed wall clock time (in seconds):12.857
7.93/12.98	o 86
8.16/13.14	c And the winner is solver0
8.26/13.48	c Got one! Elapsed wall clock time (in seconds):13.362
8.26/13.48	o 85
8.29/13.59	c And the winner is solver0
8.50/13.99	c Got one! Elapsed wall clock time (in seconds):13.868
8.50/13.99	o 83
8.74/14.17	c And the winner is solver0
8.91/14.49	c Got one! Elapsed wall clock time (in seconds):14.375
8.91/14.49	o 82
9.10/14.67	c And the winner is solver0
9.30/15.00	c Got one! Elapsed wall clock time (in seconds):14.882
9.30/15.00	o 79
9.92/15.33	c And the winner is solver0
10.00/15.51	c Got one! Elapsed wall clock time (in seconds):15.389
10.00/15.51	o 76
10.00/15.54	c And the winner is solver0
10.08/16.02	c Got one! Elapsed wall clock time (in seconds):15.898
10.08/16.02	o 75
10.29/16.18	c And the winner is solver0
10.47/16.53	c Got one! Elapsed wall clock time (in seconds):16.406
10.47/16.53	o 73
10.47/16.58	c And the winner is solver0
10.61/17.03	c Got one! Elapsed wall clock time (in seconds):16.916
10.61/17.03	o 70
10.61/17.08	c And the winner is solver0
10.72/17.55	c Got one! Elapsed wall clock time (in seconds):17.426
10.72/17.55	o 60
10.87/17.70	c And the winner is solver0
11.15/18.06	c Got one! Elapsed wall clock time (in seconds):17.937
11.15/18.06	o 58
11.22/18.14	c And the winner is solver0
11.32/18.57	c Got one! Elapsed wall clock time (in seconds):18.448
11.32/18.57	o 45
11.37/18.66	c And the winner is solver0
11.52/19.08	c Got one! Elapsed wall clock time (in seconds):18.96
11.52/19.08	o 44
11.54/19.10	c And the winner is solver0
12.31/19.84	c Got one! Elapsed wall clock time (in seconds):19.725
12.31/19.84	o 42
12.80/20.11	c And the winner is solver0
12.86/20.36	c Got one! Elapsed wall clock time (in seconds):20.242
12.86/20.36	o 41
13.55/20.80	c cleaning 8961 clauses out of 17940 with flag 14753/23009
14.17/21.05	c And the winner is solver0
14.30/21.38	c Got one! Elapsed wall clock time (in seconds):21.26
14.30/21.38	o 40
15.12/21.83	c cleaning 7453 clauses out of 14916 with flag 24854/28946
15.74/22.13	c And the winner is solver0
15.82/22.40	c Got one! Elapsed wall clock time (in seconds):22.28
15.82/22.40	o 39
16.63/22.82	c cleaning 6664 clauses out of 13350 with flag 18972/34833
16.83/22.93	c And the winner is solver0
16.93/23.42	c Got one! Elapsed wall clock time (in seconds):23.303
16.93/23.42	o 36
16.93/23.49	c And the winner is solver0
17.06/23.95	c Got one! Elapsed wall clock time (in seconds):23.83
17.06/23.95	o 34
17.06/23.99	c And the winner is solver0
83.33/89.55	c Got one! Elapsed wall clock time (in seconds):89.431
83.33/89.55	o 31
83.53/89.79	c And the winner is solver0
83.76/90.09	c Got one! Elapsed wall clock time (in seconds):89.968
83.76/90.09	o 25
84.34/90.49	c cleaning 6997 clauses out of 14032 with flag 23663/42179
84.74/90.61	c And the winner is solver0
84.74/90.68	c Got one! Elapsed wall clock time (in seconds):90.557
84.74/90.68	o 24
85.66/91.13	c cleaning 6230 clauses out of 12492 with flag 27571/47636
86.66/91.67	c cleaning 6114 clauses out of 12263 with flag 69330/53637
88.08/92.40	c cleaning 6558 clauses out of 13148 with flag 126430/60636
89.88/93.21	c cleaning 7278 clauses out of 14590 with flag 196683/68636
90.08/93.37	c And the winner is solver0
90.26/93.73	c Got one! Elapsed wall clock time (in seconds):93.602
90.26/93.73	o 23
90.77/94.07	c And the winner is solver0
90.96/94.27	c Got one! Elapsed wall clock time (in seconds):94.15
90.96/94.27	o 22
91.17/94.42	c cleaning 6775 clauses out of 13563 with flag 7876/74887
91.37/94.54	c And the winner is solver0
91.49/94.82	c Got one! Elapsed wall clock time (in seconds):94.7
91.49/94.82	o 20
91.60/94.91	c And the winner is solver0
108.52/111.66	c Got one! Elapsed wall clock time (in seconds):111.534
108.52/111.66	o 19
109.40/112.12	c cleaning 6344 clauses out of 12695 with flag 34246/80794
110.60/112.72	c cleaning 6167 clauses out of 12351 with flag 90216/86794
111.82/113.40	c cleaning 6584 clauses out of 13184 with flag 157095/93794
112.20/113.52	c And the winner is solver0
112.28/113.71	c Got one! Elapsed wall clock time (in seconds):113.591
112.28/113.71	o 18
112.98/114.16	c cleaning 6059 clauses out of 12131 with flag 36071/99325
114.23/114.75	c cleaning 6013 clauses out of 12072 with flag 94134/105325
115.43/115.32	c And the winner is solver0
115.52/115.78	c Got one! Elapsed wall clock time (in seconds):115.659
115.52/115.78	o 15
116.49/116.37	c cleaning 8604 clauses out of 17216 with flag 44972/116482
117.10/116.70	c And the winner is solver0
117.41/116.85	c Got one! Elapsed wall clock time (in seconds):116.728
117.41/116.85	o 13
117.63/117.09	c cleaning 6875 clauses out of 13762 with flag 15880/121632
118.43/117.48	c cleaning 6434 clauses out of 12890 with flag 60354/127635
118.63/117.55	c And the winner is solver0
118.79/117.92	c Got one! Elapsed wall clock time (in seconds):117.8
118.79/117.92	o 12
119.06/118.18	c And the winner is solver0
119.29/118.50	c Got one! Elapsed wall clock time (in seconds):118.378
119.29/118.50	o 9
119.60/118.72	c cleaning 6127 clauses out of 12283 with flag 17004/133462
120.20/119.04	c And the winner is solver0
120.33/119.13	c Got one! Elapsed wall clock time (in seconds):119.007
120.33/119.13	o 8
120.59/119.30	c cleaning 5866 clauses out of 11755 with flag 7943/139061
121.62/119.81	c cleaning 5931 clauses out of 11887 with flag 60748/145059
122.03/120.08	c And the winner is solver0
122.25/120.21	c Got one! Elapsed wall clock time (in seconds):120.093
122.25/120.21	o 6
122.33/120.38	c cleaning 5481 clauses out of 10973 with flag 8249/150076
122.52/120.41	c And the winner is solver0
337.40/331.20	c cleaning 0 clauses out of 8336 with flag 0/8362
897.20/882.26	c cleaning 0 clauses out of 14335 with flag 0/14361
1800.09/1771.50	c >>>>>>>>>> Solver number 0 (56 answers) <<<<<<<<<<<<<<<<<<
1800.09/1771.50	c starts		: 133
1800.09/1771.50	c conflicts		: 150659
1800.09/1771.50	c decisions		: 352653
1800.09/1771.50	c propagations		: 28516316
1800.09/1771.50	c inspects		: 123474612
1800.09/1771.50	c shortcuts		: 0
1800.09/1771.50	c learnt literals	: 0
1800.09/1771.50	c learnt binary clauses	: 19
1800.09/1771.50	c learnt ternary clauses	: 65
1800.09/1771.50	c learnt constraints	: 150659
1800.09/1771.50	c ignored constraints	: 0
1800.09/1771.50	c root simplifications	: 0
1800.09/1771.50	c removed literals (reason simplification)	: 320928
1800.09/1771.50	c reason swapping (by a shorter reason)	: 0
1800.09/1771.50	c Calls to reduceDB	: 22
1800.09/1771.50	c Number of update (reduction) of LBD	: 61017
1800.09/1771.50	c Imported unit clauses	: 0
1800.09/1771.50	c number of reductions to clauses (during analyze)	: 0
1800.09/1771.50	c number of learned constraints concerned by reduction	: 0
1800.09/1771.50	c number of learning phase by resolution	: 0
1800.09/1771.50	c number of learning phase by cutting planes	: 0
1800.09/1771.50	c speed (assignments/second)	: 16100.552243499806
1800.09/1771.50	c non guided choices	6554
1800.09/1771.51	c learnt constraints type 
1800.09/1771.51	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 19
1800.09/1771.51	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 6056
1800.09/1771.51	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.09/1771.51	c starts		: 106
1800.09/1771.51	c conflicts		: 19679
1800.09/1771.51	c decisions		: 167132
1800.09/1771.51	c propagations		: 1072702
1800.09/1771.51	c inspects		: 1451246998
1800.09/1771.51	c shortcuts		: 0
1800.09/1771.51	c learnt literals	: 0
1800.09/1771.51	c learnt binary clauses	: 0
1800.09/1771.51	c learnt ternary clauses	: 0
1800.09/1771.51	c learnt constraints	: 19653
1800.09/1771.51	c ignored constraints	: 0
1800.09/1771.51	c root simplifications	: 0
1800.09/1771.51	c removed literals (reason simplification)	: 0
1800.09/1771.51	c reason swapping (by a shorter reason)	: 0
1800.09/1771.51	c Calls to reduceDB	: 2
1800.09/1771.51	c Number of update (reduction) of LBD	: 0
1800.09/1771.51	c Imported unit clauses	: 0
1800.09/1771.51	c number of reductions to clauses (during analyze)	: 0
1800.09/1771.51	c number of learned constraints concerned by reduction	: 0
1800.09/1771.51	c number of learning phase by resolution	: 0
1800.09/1771.51	c number of learning phase by cutting planes	: 0
1800.09/1771.51	c speed (assignments/second)	: 649.693626448968
1800.09/1771.51	c non guided choices	5655
1800.09/1771.52	c learnt constraints type 
1800.09/1771.52	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 944
1800.09/1771.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 18709
1800.09/1771.52	s SATISFIABLE
1800.09/1771.52	c Found 55 solution(s)
1800.09/1771.52	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 
1800.09/1771.52	c objective function=6
1800.09/1771.52	c Total wall clock time (in seconds): 1771.399

Verifier Data

OK	6

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-4110421-1466347411/watcher-4110421-1466347411 -o /tmp/evaluation-result-4110421-1466347411/solver-4110421-1466347411 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node131-1466341814-21071 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4110421-1466347411.wbo 

pid=25245
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: 2.29 2.36 2.28 3/196 25248
/proc/meminfo: memFree=26474048/32872528 swapFree=1200228/1314692
[pid=25248] ppid=25245 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/25248/stat : 25248 (java) D 25245 25248 21054 0 -1 4202496 533 0 0 0 0 0 0 0 20 0 1 0 36787638 9515008 185 33554432000 1073741824 1073778376 140736631855280 140736631838008 252253924647 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/25248/statm: 2323 185 143 9 0 71 0

[startup+0.100159 s]
/proc/loadavg: 2.29 2.36 2.28 3/196 25248
/proc/meminfo: memFree=26474048/32872528 swapFree=1200228/1314692
[pid=25248] ppid=25245 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/25248/stat : 25248 (java) S 25245 25248 21054 0 -1 4202496 4405 0 1 0 8 0 0 0 20 0 18 0 36787638 9787879424 6033 33554432000 1073741824 1073778376 140736631855280 140736631846416 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25248/statm: 2389619 6033 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200225 s]
/proc/loadavg: 2.29 2.36 2.28 3/196 25248
/proc/meminfo: memFree=26474048/32872528 swapFree=1200228/1314692
[pid=25248] ppid=25245 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/25248/stat : 25248 (java) S 25245 25248 21054 0 -1 4202496 4733 0 1 0 22 1 0 0 20 0 18 0 36787638 9787879424 6816 33554432000 1073741824 1073778376 140736631855280 140736631846416 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25248/statm: 2389619 6816 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300334 s]
/proc/loadavg: 2.29 2.36 2.28 3/196 25248
/proc/meminfo: memFree=26474048/32872528 swapFree=1200228/1314692
[pid=25248] ppid=25245 vsize=9558476 CPUtime=0.46 cores=1,3,5,7
/proc/25248/stat : 25248 (java) S 25245 25248 21054 0 -1 4202496 5662 0 1 0 45 1 0 0 20 0 18 0 36787638 9787879424 8447 33554432000 1073741824 1073778376 140736631855280 140736631846416 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25248/statm: 2389619 8448 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700291 s]
/proc/loadavg: 2.29 2.36 2.28 3/196 25248
/proc/meminfo: memFree=26474048/32872528 swapFree=1200228/1314692
[pid=25248] ppid=25245 vsize=9824732 CPUtime=1.41 cores=1,3,5,7
/proc/25248/stat : 25248 (java) S 25245 25248 21054 0 -1 4202496 8836 0 1 0 137 4 0 0 20 0 19 0 36787638 10060525568 12919 33554432000 1073741824 1073778376 140736631855280 140736631846416 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25248/statm: 2456183 12919 2267 9 0 2446860 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 9824732

[startup+1.50079 s]
/proc/loadavg: 2.29 2.36 2.28 2/215 25273
/proc/meminfo: memFree=26410592/32872528 swapFree=1200228/1314692
[pid=25248] ppid=25245 vsize=9824732 CPUtime=2.05 cores=1,3,5,7
/proc/25248/stat : 25248 (java) S 25245 25248 21054 0 -1 4202496 15707 0 1 0 195 10 0 0 20 0 19 0 36787638 10060525568 20147 33554432000 1073741824 1073778376 140736631855280 140736631846416 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25248/statm: 2456183 20147 2273 9 0 2446860 0
[pid=25248/tid=25250] ppid=25245 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/25248/task/25250/stat : 25250 (java) S 25245 25248 21054 0 -1 4202560 2440 0 1 0 33 2 0 0 20 0 19 0 36787639 10060525568 20147 33554432000 1073741824 1073778376 140736631855280 140510610813816 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25248/tid=25251] ppid=25245 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25248/task/25251/stat : 25251 (java) S 25245 25248 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36787640 10060525568 20147 33554432000 1073741824 1073778376 140736631855280 140510599875624 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25248/tid=25252] ppid=25245 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25248/task/25252/stat : 25252 (java) S 25245 25248 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36787640 10060525568 20147 33554432000 1073741824 1073778376 140736631855280 140510598822824 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25248/tid=25253] ppid=25245 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25248/task/25253/stat : 25253 (java) S 25245 25248 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36787640 10060525568 20147 33554432000 1073741824 1073778376 140736631855280 140510597770024 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25248/tid=25254] ppid=25245 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25248/task/25254/stat : 25254 (java) S 25245 25248 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36787640 10060525568 20147 33554432000 1073741824 1073778376 140736631855280 140510596717224 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25248/tid=25255] ppid=25245 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25248/task/25255/stat : 25255 (java) S 25245 25248 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36787640 10060525568 20147 33554432000 1073741824 1073778376 140736631855280 140510595664424 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25248/tid=25256] ppid=25245 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25248/task/25256/stat : 25256 (java) S 25245 25248 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36787640 10060525568 20147 33554432000 1073741824 1073778376 140736631855280 140510594611624 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25248/tid=25257] ppid=25245 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25248/task/25257/stat : 25257 (java) S 25245 25248 21054 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36787640 10060525568 20147 33554432000 1073741824 1073778376 140736631855280 140510448269608 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25248/tid=25258] ppid=25245 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25248/task/25258/stat : 25258 (java) S 25245 25248 21054 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36787640 10060525568 20147 33554432000 1073741824 1073778376 140736631855280 140510447216808 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25248/tid=25259] ppid=25245 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25248/task/25259/stat : 25259 (java) S 25245 25248 21054 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36787641 10060525568 20147 33554432000 1073741824 1073778376 140736631855280 140510435019752 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25248/tid=25260] ppid=25245 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25248/task/25260/stat : 25260 (java) S 25245 25248 21054 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36787641 10060525568 20147 33554432000 1073741824 1073778376 140736631855280 140510433965816 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25248/tid=25261] ppid=25245 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25248/task/25261/stat : 25261 (java) S 25245 25248 21054 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36787641 10060525568 20147 33554432000 1073741824 1073778376 140736631855280 140510432912904 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25248/tid=25262] ppid=25245 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25248/task/25262/stat : 25262 (java) S 25245 25248 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36787644 10060525568 20147 33554432000 1073741824 1073778376 140736631855280 140510431861392 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25248/tid=25263] ppid=25245 vsize=9824732 CPUtime=0.59 cores=1,3,5,7
/proc/25248/task/25263/stat : 25263 (java) S 25245 25248 21054 0 -1 4202560 6792 0 0 0 57 2 0 0 20 0 19 0 36787644 10060525568 20147 33554432000 1073741824 1073778376 140736631855280 140510430808504 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25248/tid=25264] ppid=25245 vsize=9824732 CPUtime=0.56 cores=1,3,5,7
/proc/25248/task/25264/stat : 25264 (java) S 25245 25248 21054 0 -1 4202560 5128 0 0 0 55 1 0 0 20 0 19 0 36787644 10060525568 20147 33554432000 1073741824 1073778376 140736631855280 140510429755704 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25248/tid=25265] ppid=25245 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25248/task/25265/stat : 25265 (java) S 25245 25248 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36787644 10060525568 20147 33554432000 1073741824 1073778376 140736631855280 140510428703096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25248/tid=25266] ppid=25245 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25248/task/25266/stat : 25266 (java) S 25245 25248 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36787644 10060525568 20147 33554432000 1073741824 1073778376 140736631855280 140510427650504 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25248/tid=25269] ppid=25245 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25248/task/25269/stat : 25269 (java) S 25245 25248 21054 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36787675 10060525568 20147 33554432000 1073741824 1073778376 140736631855280 140510424491432 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 9824732

[startup+3.1009 s]
/proc/loadavg: 2.19 2.33 2.27 2/215 25279
/proc/meminfo: memFree=26395776/32872528 swapFree=1200228/1314692
[pid=25248] ppid=25245 vsize=9824732 CPUtime=2.38 cores=1,3,5,7
/proc/25248/stat : 25248 (java) S 25245 25248 21054 0 -1 4202496 15987 0 1 0 226 12 0 0 20 0 19 0 36787638 10060525568 24868 33554432000 1073741824 1073778376 140736631855280 140736631846416 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25248/statm: 2456183 24868 2275 9 0 2446860 0
[pid=25248/tid=25250] ppid=25245 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/25248/task/25250/stat : 25250 (java) S 25245 25248 21054 0 -1 4202560 2443 0 1 0 35 2 0 0 20 0 19 0 36787639 10060525568 24868 33554432000 1073741824 1073778376 140736631855280 140510610813816 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25248/tid=25251] ppid=25245 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25248/task/25251/stat : 25251 (java) S 25245 25248 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36787640 10060525568 24868 33554432000 1073741824 1073778376 140736631855280 140510599875624 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25248/tid=25252] ppid=25245 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25248/task/25252/stat : 25252 (java) S 25245 25248 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36787640 10060525568 24868 33554432000 1073741824 1073778376 140736631855280 140510598822824 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25248/tid=25253] ppid=25245 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25248/task/25253/stat : 25253 (java) S 25245 25248 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36787640 10060525568 24868 33554432000 1073741824 1073778376 140736631855280 140510597770024 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25248/tid=25254] ppid=25245 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25248/task/25254/stat : 25254 (java) S 25245 25248 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36787640 10060525568 24868 33554432000 1073741824 1073778376 140736631855280 140510596717224 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25248/tid=25255] ppid=25245 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25248/task/25255/stat : 25255 (java) S 25245 25248 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36787640 10060525568 24868 33554432000 1073741824 1073778376 140736631855280 140510595664424 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25248/tid=25256] ppid=25245 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25248/task/25256/stat : 25256 (java) S 25245 25248 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36787640 10060525568 24868 33554432000 1073741824 1073778376 140736631855280 140510594611624 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25248/tid=25257] ppid=25245 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25248/task/25257/stat : 25257 (java) S 25245 25248 21054 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36787640 10060525568 24868 33554432000 1073741824 1073778376 140736631855280 140510448269608 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25248/tid=25258] ppid=25245 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25248/task/25258/stat : 25258 (java) S 25245 25248 21054 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36787640 10060525568 24868 33554432000 1073741824 1073778376 140736631855280 140510447216808 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25248/tid=25259] ppid=25245 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25248/task/25259/stat : 25259 (java) S 25245 25248 21054 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36787641 10060525568 24868 33554432000 1073741824 1073778376 140736631855280 140510435019752 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25248/tid=25260] ppid=25245 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25248/task/25260/stat : 25260 (java) S 25245 25248 21054 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36787641 10060525568 24868 33554432000 1073741824 1073778376 140736631855280 140510433965816 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25248/tid=25261] ppid=25245 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25248/task/25261/stat : 25261 (java) S 25245 25248 21054 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36787641 10060525568 24868 33554432000 1073741824 1073778376 140736631855280 140510432912904 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25248/tid=25262] ppid=25245 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25248/task/25262/stat : 25262 (java) S 25245 25248 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36787644 10060525568 24868 33554432000 1073741824 1073778376 140736631855280 140510431861392 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25248/tid=25263] ppid=25245 vsize=9824732 CPUtime=0.72 cores=1,3,5,7
/proc/25248/task/25263/stat : 25263 (java) S 25245 25248 21054 0 -1 4202560 6997 0 0 0 70 2 0 0 20 0 19 0 36787644 10060525568 24868 33554432000 1073741824 1073778376 140736631855280 140510430808504 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25248/tid=25264] ppid=25245 vsize=9824732 CPUtime=0.7 cores=1,3,5,7
/proc/25248/task/25264/stat : 25264 (java) S 25245 25248 21054 0 -1 4202560 5173 0 0 0 68 2 0 0 20 0 19 0 36787644 10060525568 24868 33554432000 1073741824 1073778376 140736631855280 140510429755704 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25248/tid=25265] ppid=25245 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25248/task/25265/stat : 25265 (java) S 25245 25248 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36787644 10060525568 24868 33554432000 1073741824 1073778376 140736631855280 140510428703096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25248/tid=25266] ppid=25245 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25248/task/25266/stat : 25266 (java) S 25245 25248 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36787644 10060525568 24868 33554432000 1073741824 1073778376 140736631855280 140510427650504 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25248/tid=25269] ppid=25245 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25248/task/25269/stat : 25269 (java) S 25245 25248 21054 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36787675 10060525568 24868 33554432000 1073741824 1073778376 140736631855280 140510424491432 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.38
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=23 pid=1811 uid=0 cmd=

[startup+6.30086 s]
/proc/loadavg: 2.19 2.33 2.27 4/218 25294
/proc/meminfo: memFree=26302048/32872528 swapFree=1200228/1314692
[pid=25248] ppid=25245 vsize=9824732 CPUtime=5.17 cores=1,3,5,7
/proc/25248/stat : 25248 (java) S 25245 25248 21054 0 -1 4202496 16380 0 1 0 498 19 0 0 20 0 19 0 36787638 10060525568 45505 33554432000 1073741824 1073778376 140736631855280 140736631846416 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25248/statm: 2456183 45505 2290 9 0 2446860 0
[pid=25248/tid=25250] ppid=25245 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/25248/task/25250/stat : 25250 (java) S 25245 25248 21054 0 -1 4202560 2447 0 1 0 37 2 0 0 20 0 19 0 36787639 10060525568 45505 33554432000 1073741824 1073778376 140736631855280 140510610813816 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25248/tid=25251] ppid=25245 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25248/task/25251/stat : 25251 (java) S 25245 25248 21054 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36787640 10060525568 45505 33554432000 1073741824 1073778376 140736631855280 140510599875624 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25248/tid=25252] ppid=25245 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25248/task/25252/stat : 25252 (java) S 25245 25248 21054 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36787640 10060525568 45505 33554432000 1073741824 1073778376 140736631855280 140510598822824 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25248/tid=25253] ppid=25245 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25248/task/25253/stat : 25253 (java) S 25245 25248 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36787640 10060525568 45505 33554432000 1073741824 1073778376 140736631855280 140510597770024 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25248/tid=25254] ppid=25245 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25248/task/25254/stat : 25254 (java) S 25245 25248 21054 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36787640 10060525568 45505 33554432000 1073741824 1073778376 140736631855280 140510596717224 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25248/tid=25255] ppid=25245 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25248/task/25255/stat : 25255 (java) S 25245 25248 21054 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36787640 10060525568 45505 33554432000 1073741824 1073778376 140736631855280 140510595664424 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25248/tid=25256] ppid=25245 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25248/task/25256/stat : 25256 (java) S 25245 25248 21054 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 36787640 10060525568 45505 33554432000 1073741824 1073778376 140736631855280 140510594611624 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25248/tid=25257] ppid=25245 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25248/task/25257/stat : 25257 (java) S 25245 25248 21054 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36787640 10060525568 45505 33554432000 1073741824 1073778376 140736631855280 140510448269608 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25248/tid=25258] ppid=25245 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25248/task/25258/stat : 25258 (java) S 25245 25248 21054 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36787640 10060525568 45505 33554432000 1073741824 1073778376 140736631855280 140510447216808 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25248/tid=25259] ppid=25245 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25248/task/25259/stat : 25259 (java) S 25245 25248 21054 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36787641 10060525568 45505 33554432000 1073741824 1073778376 140736631855280 140510435019752 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25248/tid=25260] ppid=25245 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25248/task/25260/stat : 25260 (java) S 25245 25248 21054 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36787641 10060525568 45505 33554432000 1073741824 1073778376 140736631855280 140510433965816 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25248/tid=25261] ppid=25245 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25248/task/25261/stat : 25261 (java) S 25245 25248 21054 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36787641 10060525568 45505 33554432000 1073741824 1073778376 140736631855280 140510432912904 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25248/tid=25262] ppid=25245 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25248/task/25262/stat : 25262 (java) S 25245 25248 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36787644 10060525568 45505 33554432000 1073741824 1073778376 140736631855280 140510431861392 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25248/tid=25263] ppid=25245 vsize=9824732 CPUtime=0.91 cores=1,3,5,7
/proc/25248/task/25263/stat : 25263 (java) S 25245 25248 21054 0 -1 4202560 7008 0 0 0 89 2 0 0 20 0 19 0 36787644 10060525568 45505 33554432000 1073741824 1073778376 140736631855280 140510430808504 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25248/tid=25264] ppid=25245 vsize=9824732 CPUtime=0.82 cores=1,3,5,7
/proc/25248/task/25264/stat : 25264 (java) S 25245 25248 21054 0 -1 4202560 5435 0 0 0 80 2 0 0 20 0 19 0 36787644 10060525568 45505 33554432000 1073741824 1073778376 140736631855280 140510429755704 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25248/tid=25265] ppid=25245 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25248/task/25265/stat : 25265 (java) S 25245 25248 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36787644 10060525568 45505 33554432000 1073741824 1073778376 140736631855280 140510428703096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25248/tid=25266] ppid=25245 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25248/task/25266/stat : 25266 (java) S 25245 25248 21054 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36787644 10060525568 45505 33554432000 1073741824 1073778376 140736631855280 140510427650504 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25248/tid=25269] ppid=25245 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25248/task/25269/stat : 25269 (java) S 25245 25248 21054 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36787675 10060525568 45505 33554432000 1073741824 1073778376 140736631855280 140510424491432 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 5.17

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

[pid=25248/tid=25255] ppid=25245 vsize=9824732 CPUtime=4.42 cores=1,3,5,7
/proc/25248/task/25255/stat : 25255 (java) S 25245 25248 21054 0 -1 4202560 780 0 0 0 415 27 0 0 20 0 21 0 36787640 10060525568 988293 33554432000 1073741824 1073778376 140736631855280 140510595664424 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25248/tid=25256] ppid=25245 vsize=9824732 CPUtime=4.17 cores=1,3,5,7
/proc/25248/task/25256/stat : 25256 (java) S 25245 25248 21054 0 -1 4202560 654 0 0 0 396 21 0 0 20 0 21 0 36787640 10060525568 988293 33554432000 1073741824 1073778376 140736631855280 140510594611624 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25248/tid=25257] ppid=25245 vsize=9824732 CPUtime=4.55 cores=1,3,5,7
/proc/25248/task/25257/stat : 25257 (java) S 25245 25248 21054 0 -1 4202560 1045 0 0 0 430 25 0 0 20 0 21 0 36787640 10060525568 988293 33554432000 1073741824 1073778376 140736631855280 140510448269608 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25248/tid=25258] ppid=25245 vsize=9824732 CPUtime=4.57 cores=1,3,5,7
/proc/25248/task/25258/stat : 25258 (java) S 25245 25248 21054 0 -1 4202560 624 0 0 0 434 23 0 0 20 0 21 0 36787640 10060525568 988293 33554432000 1073741824 1073778376 140736631855280 140510447216808 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25248/tid=25259] ppid=25245 vsize=9824732 CPUtime=7.39 cores=1,3,5,7
/proc/25248/task/25259/stat : 25259 (java) S 25245 25248 21054 0 -1 4202560 3429 0 0 0 728 11 0 0 20 0 21 0 36787641 10060525568 988293 33554432000 1073741824 1073778376 140736631855280 140510435019752 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25248/tid=25260] ppid=25245 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25248/task/25260/stat : 25260 (java) S 25245 25248 21054 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36787641 10060525568 988293 33554432000 1073741824 1073778376 140736631855280 140510433965816 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25248/tid=25261] ppid=25245 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25248/task/25261/stat : 25261 (java) S 25245 25248 21054 0 -1 4202560 40 0 0 0 0 0 0 0 20 0 21 0 36787641 10060525568 988293 33554432000 1073741824 1073778376 140736631855280 140510432912904 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25248/tid=25262] ppid=25245 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25248/task/25262/stat : 25262 (java) S 25245 25248 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36787644 10060525568 988293 33554432000 1073741824 1073778376 140736631855280 140510431861392 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25248/tid=25263] ppid=25245 vsize=9824732 CPUtime=1.64 cores=1,3,5,7
/proc/25248/task/25263/stat : 25263 (java) S 25245 25248 21054 0 -1 4202560 11643 0 0 0 162 2 0 0 20 0 21 0 36787644 10060525568 988293 33554432000 1073741824 1073778376 140736631855280 140510430808504 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25248/tid=25264] ppid=25245 vsize=9824732 CPUtime=0.94 cores=1,3,5,7
/proc/25248/task/25264/stat : 25264 (java) S 25245 25248 21054 0 -1 4202560 5446 0 0 0 92 2 0 0 20 0 21 0 36787644 10060525568 988293 33554432000 1073741824 1073778376 140736631855280 140510429755704 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25248/tid=25265] ppid=25245 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25248/task/25265/stat : 25265 (java) S 25245 25248 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36787644 10060525568 988293 33554432000 1073741824 1073778376 140736631855280 140510428703096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25248/tid=25266] ppid=25245 vsize=9824732 CPUtime=0.68 cores=1,3,5,7
/proc/25248/task/25266/stat : 25266 (java) S 25245 25248 21054 0 -1 4202560 100 0 0 0 33 35 0 0 20 0 21 0 36787644 10060525568 988293 33554432000 1073741824 1073778376 140736631855280 140510427650504 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25248/tid=25269] ppid=25245 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25248/task/25269/stat : 25269 (java) S 25245 25248 21054 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 36787675 10060525568 988293 33554432000 1073741824 1073778376 140736631855280 140510424491432 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25248/tid=25433] ppid=25245 vsize=9824732 CPUtime=1581.09 cores=1,3,5,7
/proc/25248/task/25433/stat : 25433 (java) R 25245 25248 21054 0 -1 4202560 4050 0 0 0 158049 60 0 0 20 0 21 0 36799668 10060525568 988293 33554432000 1073741824 1073778376 140736631855280 140510425541760 140510476550497 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25248/tid=25434] ppid=25245 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25248/task/25434/stat : 25434 (java) S 25245 25248 21054 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 36799680 10060525568 988293 33554432000 1073741824 1073778376 140736631855280 140510426596392 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1750.01
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1771.5 s]
/proc/loadavg: 1.04 1.06 1.36 3/190 25529
/proc/meminfo: memFree=26327544/32872528 swapFree=1200228/1314692
[pid=25248] ppid=25245 vsize=9824732 CPUtime=1800.04 cores=1,3,5,7
/proc/25248/stat : 25248 (java) S 25245 25248 21054 0 -1 4202496 36476 0 1 0 179578 426 0 0 20 0 21 0 36787638 10060525568 995488 33554432000 1073741824 1073778376 140736631855280 140736631846416 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25248/statm: 2456183 995488 2302 9 0 2446860 0
[pid=25248/tid=25250] ppid=25245 vsize=9824732 CPUtime=2.35 cores=1,3,5,7
/proc/25248/task/25250/stat : 25250 (java) S 25245 25248 21054 0 -1 4202560 2536 0 1 0 197 38 0 0 20 0 21 0 36787639 10060525568 995488 33554432000 1073741824 1073778376 140736631855280 140510610813944 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25248/tid=25251] ppid=25245 vsize=9824732 CPUtime=4.51 cores=1,3,5,7
/proc/25248/task/25251/stat : 25251 (java) S 25245 25248 21054 0 -1 4202560 1167 0 0 0 426 25 0 0 20 0 21 0 36787640 10060525568 995488 33554432000 1073741824 1073778376 140736631855280 140510599875624 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25248/tid=25252] ppid=25245 vsize=9824732 CPUtime=4.89 cores=1,3,5,7
/proc/25248/task/25252/stat : 25252 (java) S 25245 25248 21054 0 -1 4202560 657 0 0 0 465 24 0 0 20 0 21 0 36787640 10060525568 995488 33554432000 1073741824 1073778376 140736631855280 140510598822824 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25248/tid=25253] ppid=25245 vsize=9824732 CPUtime=4.54 cores=1,3,5,7
/proc/25248/task/25253/stat : 25253 (java) S 25245 25248 21054 0 -1 4202560 968 0 0 0 428 26 0 0 20 0 21 0 36787640 10060525568 995488 33554432000 1073741824 1073778376 140736631855280 140510597770024 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25248/tid=25254] ppid=25245 vsize=9824732 CPUtime=5.17 cores=1,3,5,7
/proc/25248/task/25254/stat : 25254 (java) S 25245 25248 21054 0 -1 4202560 739 0 0 0 489 28 0 0 20 0 21 0 36787640 10060525568 995488 33554432000 1073741824 1073778376 140736631855280 140510596717224 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25248/tid=25255] ppid=25245 vsize=9824732 CPUtime=4.53 cores=1,3,5,7
/proc/25248/task/25255/stat : 25255 (java) S 25245 25248 21054 0 -1 4202560 788 0 0 0 426 27 0 0 20 0 21 0 36787640 10060525568 995488 33554432000 1073741824 1073778376 140736631855280 140510595664424 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25248/tid=25256] ppid=25245 vsize=9824732 CPUtime=4.3 cores=1,3,5,7
/proc/25248/task/25256/stat : 25256 (java) S 25245 25248 21054 0 -1 4202560 658 0 0 0 409 21 0 0 20 0 21 0 36787640 10060525568 995488 33554432000 1073741824 1073778376 140736631855280 140510594611624 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25248/tid=25257] ppid=25245 vsize=9824732 CPUtime=4.65 cores=1,3,5,7
/proc/25248/task/25257/stat : 25257 (java) S 25245 25248 21054 0 -1 4202560 1050 0 0 0 440 25 0 0 20 0 21 0 36787640 10060525568 995488 33554432000 1073741824 1073778376 140736631855280 140510448269608 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25248/tid=25258] ppid=25245 vsize=9824732 CPUtime=4.65 cores=1,3,5,7
/proc/25248/task/25258/stat : 25258 (java) S 25245 25248 21054 0 -1 4202560 628 0 0 0 442 23 0 0 20 0 21 0 36787640 10060525568 995488 33554432000 1073741824 1073778376 140736631855280 140510447216808 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25248/tid=25259] ppid=25245 vsize=9824732 CPUtime=7.39 cores=1,3,5,7
/proc/25248/task/25259/stat : 25259 (java) S 25245 25248 21054 0 -1 4202560 3432 0 0 0 728 11 0 0 20 0 21 0 36787641 10060525568 995488 33554432000 1073741824 1073778376 140736631855280 140510435019752 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25248/tid=25260] ppid=25245 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25248/task/25260/stat : 25260 (java) S 25245 25248 21054 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36787641 10060525568 995488 33554432000 1073741824 1073778376 140736631855280 140510433965816 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25248/tid=25261] ppid=25245 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25248/task/25261/stat : 25261 (java) S 25245 25248 21054 0 -1 4202560 40 0 0 0 0 0 0 0 20 0 21 0 36787641 10060525568 995488 33554432000 1073741824 1073778376 140736631855280 140510432912904 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25248/tid=25262] ppid=25245 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25248/task/25262/stat : 25262 (java) S 25245 25248 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36787644 10060525568 995488 33554432000 1073741824 1073778376 140736631855280 140510431861392 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25248/tid=25263] ppid=25245 vsize=9824732 CPUtime=1.64 cores=1,3,5,7
/proc/25248/task/25263/stat : 25263 (java) S 25245 25248 21054 0 -1 4202560 11643 0 0 0 162 2 0 0 20 0 21 0 36787644 10060525568 995488 33554432000 1073741824 1073778376 140736631855280 140510430808504 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25248/tid=25264] ppid=25245 vsize=9824732 CPUtime=0.94 cores=1,3,5,7
/proc/25248/task/25264/stat : 25264 (java) S 25245 25248 21054 0 -1 4202560 5446 0 0 0 92 2 0 0 20 0 21 0 36787644 10060525568 995488 33554432000 1073741824 1073778376 140736631855280 140510429755704 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25248/tid=25265] ppid=25245 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25248/task/25265/stat : 25265 (java) S 25245 25248 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36787644 10060525568 995488 33554432000 1073741824 1073778376 140736631855280 140510428703096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25248/tid=25266] ppid=25245 vsize=9824732 CPUtime=0.69 cores=1,3,5,7
/proc/25248/task/25266/stat : 25266 (java) S 25245 25248 21054 0 -1 4202560 104 0 0 0 33 36 0 0 20 0 21 0 36787644 10060525568 995488 33554432000 1073741824 1073778376 140736631855280 140510427650504 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25248/tid=25269] ppid=25245 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25248/task/25269/stat : 25269 (java) S 25245 25248 21054 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 36787675 10060525568 995488 33554432000 1073741824 1073778376 140736631855280 140510424491432 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25248/tid=25433] ppid=25245 vsize=9824732 CPUtime=1629.87 cores=1,3,5,7
/proc/25248/task/25433/stat : 25433 (java) R 25245 25248 21054 0 -1 4202560 4052 0 0 0 162927 60 0 0 20 0 21 0 36799668 10060525568 995488 33554432000 1073741824 1073778376 140736631855280 140510425542160 140510476781361 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25248/tid=25434] ppid=25245 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25248/task/25434/stat : 25434 (java) S 25245 25248 21054 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 36799680 10060525568 995488 33554432000 1073741824 1073778376 140736631855280 140510426596392 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 25248 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1771.5 s]
/proc/loadavg: 1.04 1.06 1.36 3/190 25529
/proc/meminfo: memFree=26327544/32872528 swapFree=1200228/1314692
[pid=25248] ppid=25245 vsize=9824732 CPUtime=1800.04 cores=1,3,5,7
/proc/25248/stat : 25248 (java) S 25245 25248 21054 0 -1 4202496 36476 0 1 0 179578 426 0 0 20 0 21 0 36787638 10060525568 995488 33554432000 1073741824 1073778376 140736631855280 140736631846416 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25248/statm: 2456183 995488 2302 9 0 2446860 0
[pid=25248/tid=25250] ppid=25245 vsize=9824732 CPUtime=2.35 cores=1,3,5,7
/proc/25248/task/25250/stat : 25250 (java) S 25245 25248 21054 0 -1 4202560 2536 0 1 0 197 38 0 0 20 0 21 0 36787639 10060525568 995488 33554432000 1073741824 1073778376 140736631855280 140510610813944 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25248/tid=25251] ppid=25245 vsize=9824732 CPUtime=4.51 cores=1,3,5,7
/proc/25248/task/25251/stat : 25251 (java) S 25245 25248 21054 0 -1 4202560 1167 0 0 0 426 25 0 0 20 0 21 0 36787640 10060525568 995488 33554432000 1073741824 1073778376 140736631855280 140510599875624 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25248/tid=25252] ppid=25245 vsize=9824732 CPUtime=4.89 cores=1,3,5,7
/proc/25248/task/25252/stat : 25252 (java) S 25245 25248 21054 0 -1 4202560 657 0 0 0 465 24 0 0 20 0 21 0 36787640 10060525568 995488 33554432000 1073741824 1073778376 140736631855280 140510598822824 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25248/tid=25253] ppid=25245 vsize=9824732 CPUtime=4.54 cores=1,3,5,7
/proc/25248/task/25253/stat : 25253 (java) S 25245 25248 21054 0 -1 4202560 968 0 0 0 428 26 0 0 20 0 21 0 36787640 10060525568 995488 33554432000 1073741824 1073778376 140736631855280 140510597770024 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25248/tid=25254] ppid=25245 vsize=9824732 CPUtime=5.17 cores=1,3,5,7
/proc/25248/task/25254/stat : 25254 (java) S 25245 25248 21054 0 -1 4202560 739 0 0 0 489 28 0 0 20 0 21 0 36787640 10060525568 995488 33554432000 1073741824 1073778376 140736631855280 140510596717224 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25248/tid=25255] ppid=25245 vsize=9824732 CPUtime=4.53 cores=1,3,5,7
/proc/25248/task/25255/stat : 25255 (java) S 25245 25248 21054 0 -1 4202560 788 0 0 0 426 27 0 0 20 0 21 0 36787640 10060525568 995488 33554432000 1073741824 1073778376 140736631855280 140510595664424 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25248/tid=25256] ppid=25245 vsize=9824732 CPUtime=4.3 cores=1,3,5,7
/proc/25248/task/25256/stat : 25256 (java) S 25245 25248 21054 0 -1 4202560 658 0 0 0 409 21 0 0 20 0 21 0 36787640 10060525568 995488 33554432000 1073741824 1073778376 140736631855280 140510594611624 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25248/tid=25257] ppid=25245 vsize=9824732 CPUtime=4.65 cores=1,3,5,7
/proc/25248/task/25257/stat : 25257 (java) S 25245 25248 21054 0 -1 4202560 1050 0 0 0 440 25 0 0 20 0 21 0 36787640 10060525568 995488 33554432000 1073741824 1073778376 140736631855280 140510448269608 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25248/tid=25258] ppid=25245 vsize=9824732 CPUtime=4.65 cores=1,3,5,7
/proc/25248/task/25258/stat : 25258 (java) S 25245 25248 21054 0 -1 4202560 628 0 0 0 442 23 0 0 20 0 21 0 36787640 10060525568 995488 33554432000 1073741824 1073778376 140736631855280 140510447216808 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25248/tid=25259] ppid=25245 vsize=9824732 CPUtime=7.39 cores=1,3,5,7
/proc/25248/task/25259/stat : 25259 (java) S 25245 25248 21054 0 -1 4202560 3432 0 0 0 728 11 0 0 20 0 21 0 36787641 10060525568 995488 33554432000 1073741824 1073778376 140736631855280 140510435019752 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25248/tid=25260] ppid=25245 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25248/task/25260/stat : 25260 (java) S 25245 25248 21054 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36787641 10060525568 995488 33554432000 1073741824 1073778376 140736631855280 140510433965816 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25248/tid=25261] ppid=25245 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25248/task/25261/stat : 25261 (java) S 25245 25248 21054 0 -1 4202560 40 0 0 0 0 0 0 0 20 0 21 0 36787641 10060525568 995488 33554432000 1073741824 1073778376 140736631855280 140510432912904 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25248/tid=25262] ppid=25245 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25248/task/25262/stat : 25262 (java) S 25245 25248 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36787644 10060525568 995488 33554432000 1073741824 1073778376 140736631855280 140510431861392 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25248/tid=25263] ppid=25245 vsize=9824732 CPUtime=1.64 cores=1,3,5,7
/proc/25248/task/25263/stat : 25263 (java) S 25245 25248 21054 0 -1 4202560 11643 0 0 0 162 2 0 0 20 0 21 0 36787644 10060525568 995488 33554432000 1073741824 1073778376 140736631855280 140510430808504 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25248/tid=25264] ppid=25245 vsize=9824732 CPUtime=0.94 cores=1,3,5,7
/proc/25248/task/25264/stat : 25264 (java) S 25245 25248 21054 0 -1 4202560 5446 0 0 0 92 2 0 0 20 0 21 0 36787644 10060525568 995488 33554432000 1073741824 1073778376 140736631855280 140510429755704 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25248/tid=25265] ppid=25245 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25248/task/25265/stat : 25265 (java) S 25245 25248 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36787644 10060525568 995488 33554432000 1073741824 1073778376 140736631855280 140510428703096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25248/tid=25266] ppid=25245 vsize=9824732 CPUtime=0.69 cores=1,3,5,7
/proc/25248/task/25266/stat : 25266 (java) S 25245 25248 21054 0 -1 4202560 104 0 0 0 33 36 0 0 20 0 21 0 36787644 10060525568 995488 33554432000 1073741824 1073778376 140736631855280 140510427650504 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25248/tid=25269] ppid=25245 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25248/task/25269/stat : 25269 (java) S 25245 25248 21054 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 36787675 10060525568 995488 33554432000 1073741824 1073778376 140736631855280 140510424491432 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25248/tid=25433] ppid=25245 vsize=9824732 CPUtime=1629.87 cores=1,3,5,7
/proc/25248/task/25433/stat : 25433 (java) R 25245 25248 21054 0 -1 4202560 4052 0 0 0 162927 60 0 0 20 0 21 0 36799668 10060525568 995488 33554432000 1073741824 1073778376 140736631855280 140510425542160 140510476781361 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25248/tid=25434] ppid=25245 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25248/task/25434/stat : 25434 (java) S 25245 25248 21054 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 36799680 10060525568 995488 33554432000 1073741824 1073778376 140736631855280 140510426596392 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25248 and gives
#  childrusage.ru_utime.tv_sec=1791
#  childrusage.ru_utime.tv_usec=580638
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=709284
# CPU time returned by wait4() is 1796.29
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


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

Real time (s): 1771.54
CPU time (s): 1800.09
CPU user time (s): 1795.85
CPU system time (s): 4.24
CPU usage (%): 101.612
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.58
system time used= 4.70928
maximum resident set size= 3982044
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36511
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 79761
involuntary context switches= 62220

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.3621 second user time and 12.8041 second system time

The end

Launcher Data

Begin job on node131 at 2016-06-19 16:43:31
IDJOB=4110421
IDBENCH=79306
IDSOLVER=2552
FILE ID=node131/4110421-1466347411
RUNJOBID= node131-1466341814-21071
PBS_JOBID= 19922022
Free space on /tmp= 71704 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900576360--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4110421-1466347411/watcher-4110421-1466347411 -o /tmp/evaluation-result-4110421-1466347411/solver-4110421-1466347411 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node131-1466341814-21071 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4110421-1466347411.wbo

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

MD5SUM BENCH= da8b4d3fc4733201ddcbc92154231f9d
RANDOM SEED=560272534

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.752
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.752
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.56
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.752
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.57
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.752
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:        26474600 kB
Buffers:          192156 kB
Cached:           309576 kB
SwapCached:         1512 kB
Active:          3986368 kB
Inactive:         344784 kB
Active(anon):    3827232 kB
Inactive(anon):     4828 kB
Active(file):     159136 kB
Inactive(file):   339956 kB
Unevictable:     1314692 kB
Mlocked:         1200228 kB
SwapTotal:      67108856 kB
SwapFree:       67099952 kB
Dirty:               820 kB
Writeback:             0 kB
AnonPages:       5204700 kB
Mapped:            15200 kB
Shmem:                 0 kB
Slab:             609860 kB
SReclaimable:      53716 kB
SUnreclaim:       556144 kB
KernelStack:        1800 kB
PageTables:        14332 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5747176 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3950592 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= 71704 MiB
End job on node131 at 2016-06-19 17:13:03