Trace number 4091988

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.01 1813.32

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111218024--soft-33-100-0.wbo
MD5SUMa7711a7b19a36d7c95277483b0aa560c
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark8.93664
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints64
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 2925
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 2924
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1228
Number of bits of the biggest sum of numbers11
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.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4091988-1466077488.wbo
0.09/0.12	c reading problem ... 
0.09/0.18	c ... done. Wall clock time 0.066s.
0.09/0.18	c declared #vars     169
0.09/0.18	c internal #vars     233
0.09/0.18	c #constraints  101
0.09/0.19	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.19	c constraints type 
0.09/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29
0.09/0.19	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
0.09/0.19	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1
0.09/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 47
0.09/0.19	c 101 constraints processed.
0.09/0.19	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.19	c constraints type 
0.09/0.19	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1
0.09/0.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 29
0.09/0.19	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 24
0.09/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 47
0.09/0.19	c 101 constraints processed.
0.09/0.19	c objective function length is 64 literals
0.60/0.38	c And the winner is solver0
1.27/0.69	c SATISFIABLE
1.27/0.69	c OPTIMIZING...
1.27/0.69	c Got one! Elapsed wall clock time (in seconds):0.571
1.27/0.69	o 732
1.29/0.70	c And the winner is solver0
1.29/1.19	c Got one! Elapsed wall clock time (in seconds):1.072
1.29/1.19	o 726
1.32/1.21	c And the winner is solver0
1.39/1.69	c Got one! Elapsed wall clock time (in seconds):1.573
1.39/1.69	o 717
1.39/1.76	c And the winner is solver0
1.69/2.19	c Got one! Elapsed wall clock time (in seconds):2.074
1.69/2.19	o 714
1.72/2.21	c And the winner is solver0
1.76/2.69	c Got one! Elapsed wall clock time (in seconds):2.575
1.76/2.69	o 710
1.76/2.72	c And the winner is solver0
1.95/3.19	c Got one! Elapsed wall clock time (in seconds):3.076
1.95/3.19	o 709
1.95/3.20	c And the winner is solver0
1.95/3.69	c Got one! Elapsed wall clock time (in seconds):3.577
1.95/3.69	o 691
1.95/3.71	c And the winner is solver0
2.03/4.20	c Got one! Elapsed wall clock time (in seconds):4.078
2.03/4.20	o 687
2.03/4.20	c And the winner is solver0
2.03/4.70	c Got one! Elapsed wall clock time (in seconds):4.579
2.03/4.70	o 679
2.03/4.71	c And the winner is solver0
2.08/5.20	c Got one! Elapsed wall clock time (in seconds):5.08
2.08/5.20	o 663
2.08/5.22	c And the winner is solver0
2.23/5.70	c Got one! Elapsed wall clock time (in seconds):5.581
2.23/5.70	o 657
2.23/5.71	c And the winner is solver0
2.27/6.20	c Got one! Elapsed wall clock time (in seconds):6.082
2.27/6.20	o 654
2.27/6.21	c And the winner is solver0
2.28/6.70	c Got one! Elapsed wall clock time (in seconds):6.583
2.28/6.70	o 653
2.28/6.71	c And the winner is solver0
2.32/7.20	c Got one! Elapsed wall clock time (in seconds):7.084
2.32/7.20	o 644
2.32/7.21	c And the winner is solver0
2.33/7.70	c Got one! Elapsed wall clock time (in seconds):7.585
2.33/7.70	o 515
2.33/7.71	c And the winner is solver0
2.33/8.20	c Got one! Elapsed wall clock time (in seconds):8.086
2.33/8.20	o 508
2.33/8.22	c And the winner is solver0
2.36/8.71	c Got one! Elapsed wall clock time (in seconds):8.587
2.36/8.71	o 479
2.36/8.71	c And the winner is solver0
2.36/9.21	c Got one! Elapsed wall clock time (in seconds):9.088
2.36/9.21	o 473
2.36/9.21	c And the winner is solver0
2.36/9.71	c Got one! Elapsed wall clock time (in seconds):9.589
2.36/9.71	o 260
2.36/9.72	c And the winner is solver0
2.48/10.21	c Got one! Elapsed wall clock time (in seconds):10.09
2.48/10.21	o 245
2.48/10.22	c And the winner is solver0
2.49/10.71	c Got one! Elapsed wall clock time (in seconds):10.591
2.49/10.71	o 242
2.49/10.71	c And the winner is solver0
2.50/11.21	c Got one! Elapsed wall clock time (in seconds):11.092
2.50/11.21	o 240
2.50/11.22	c And the winner is solver0
2.50/11.71	c Got one! Elapsed wall clock time (in seconds):11.593
2.50/11.71	o 235
2.50/11.72	c And the winner is solver0
2.53/12.21	c Got one! Elapsed wall clock time (in seconds):12.094
2.53/12.21	o 219
2.53/12.22	c And the winner is solver0
2.57/12.71	c Got one! Elapsed wall clock time (in seconds):12.595
2.57/12.71	o 214
2.57/12.76	c And the winner is solver0
2.67/13.21	c Got one! Elapsed wall clock time (in seconds):13.096
2.67/13.21	o 206
2.67/13.22	c And the winner is solver0
2.69/13.71	c Got one! Elapsed wall clock time (in seconds):13.597
2.69/13.71	o 202
2.69/13.74	c And the winner is solver0
2.73/14.22	c Got one! Elapsed wall clock time (in seconds):14.098
2.73/14.22	o 200
2.73/14.22	c And the winner is solver0
2.75/14.72	c Got one! Elapsed wall clock time (in seconds):14.599
2.75/14.72	o 172
2.75/14.74	c And the winner is solver0
2.82/15.22	c Got one! Elapsed wall clock time (in seconds):15.1
2.82/15.22	o 171
2.82/15.23	c And the winner is solver0
2.87/15.72	c Got one! Elapsed wall clock time (in seconds):15.601
2.87/15.72	o 155
2.87/15.73	c And the winner is solver0
2.87/16.22	c Got one! Elapsed wall clock time (in seconds):16.102
2.87/16.22	o 154
3.02/16.31	c And the winner is solver0
3.07/16.72	c Got one! Elapsed wall clock time (in seconds):16.603
3.07/16.72	o 152
3.07/16.73	c And the winner is solver0
3.12/17.22	c Got one! Elapsed wall clock time (in seconds):17.104
3.12/17.22	o 147
3.12/17.24	c And the winner is solver0
3.16/17.72	c Got one! Elapsed wall clock time (in seconds):17.605
3.16/17.72	o 144
3.32/17.83	c cleaning 7032 clauses out of 14063 with flag 3370/14063
3.32/17.88	c And the winner is solver0
3.54/18.22	c Got one! Elapsed wall clock time (in seconds):18.106
3.54/18.22	o 141
3.54/18.28	c And the winner is solver0
3.68/18.72	c Got one! Elapsed wall clock time (in seconds):18.607
3.68/18.72	o 137
3.83/18.86	c cleaning 6517 clauses out of 13036 with flag 11179/20068
4.22/19.09	c cleaning 6258 clauses out of 12519 with flag 34285/26068
4.84/19.38	c cleaning 6629 clauses out of 13263 with flag 61343/33070
5.07/19.43	c And the winner is solver0
5.47/19.73	c Got one! Elapsed wall clock time (in seconds):19.608
5.47/19.73	o 124
5.47/19.77	c And the winner is solver0
5.65/20.23	c Got one! Elapsed wall clock time (in seconds):20.109
5.65/20.23	o 119
5.65/20.25	c And the winner is solver0
5.72/20.73	c Got one! Elapsed wall clock time (in seconds):20.61
5.72/20.73	o 118
5.86/20.90	c cleaning 6853 clauses out of 13707 with flag 16891/40143
6.09/20.97	c And the winner is solver0
6.74/21.28	c Got one! Elapsed wall clock time (in seconds):21.161
6.74/21.28	o 111
6.89/21.32	c And the winner is solver0
6.95/21.78	c Got one! Elapsed wall clock time (in seconds):21.662
6.95/21.78	o 110
7.18/21.90	c cleaning 6447 clauses out of 12897 with flag 10636/46186
7.59/22.13	c And the winner is solver0
7.81/22.33	c Got one! Elapsed wall clock time (in seconds):22.213
7.81/22.33	o 109
8.17/22.52	c And the winner is solver0
8.30/22.83	c Got one! Elapsed wall clock time (in seconds):22.714
8.30/22.83	o 103
8.50/22.94	c cleaning 9155 clauses out of 18311 with flag 7459/58047
8.96/23.19	c cleaning 7570 clauses out of 15155 with flag 30482/64046
9.35/23.32	c And the winner is solver0
9.35/23.33	c Got one! Elapsed wall clock time (in seconds):23.215
9.35/23.33	o 91
9.53/23.42	c cleaning 6508 clauses out of 13016 with flag 7951/69477
9.93/23.66	c cleaning 6252 clauses out of 12508 with flag 32053/75477
10.15/23.70	c And the winner is solver0
10.22/23.83	c Got one! Elapsed wall clock time (in seconds):23.716
10.22/23.83	o 70
10.35/23.92	c And the winner is solver0
10.42/24.33	c Got one! Elapsed wall clock time (in seconds):24.217
10.42/24.33	o 64
10.54/24.42	c cleaning 5837 clauses out of 11688 with flag 6603/80909
10.94/24.62	c And the winner is solver0
11.02/24.84	c Got one! Elapsed wall clock time (in seconds):24.718
11.02/24.84	o 62
11.33/25.08	c cleaning 8205 clauses out of 16418 with flag 19221/91476
11.53/25.10	c And the winner is solver0
11.73/25.34	c Got one! Elapsed wall clock time (in seconds):25.22
11.73/25.34	o 58
12.04/25.53	c cleaning 6918 clauses out of 13844 with flag 18566/97107
12.46/25.78	c cleaning 6460 clauses out of 12926 with flag 39931/103107
13.06/26.05	c And the winner is solver0
13.20/26.34	c Got one! Elapsed wall clock time (in seconds):26.222
13.20/26.34	o 55
13.20/26.35	c And the winner is solver0
13.22/26.84	c Got one! Elapsed wall clock time (in seconds):26.725
13.22/26.84	o 54
13.22/26.86	c And the winner is solver0
13.29/27.35	c Got one! Elapsed wall clock time (in seconds):27.227
13.29/27.35	o 49
13.29/27.39	c And the winner is solver0
13.53/27.85	c Got one! Elapsed wall clock time (in seconds):27.73
13.53/27.85	o 37
13.53/27.86	c And the winner is solver0
13.53/28.35	c Got one! Elapsed wall clock time (in seconds):28.233
13.53/28.35	o 36
13.82/28.54	c cleaning 9363 clauses out of 18740 with flag 14009/115381
14.23/28.77	c cleaning 7684 clauses out of 15379 with flag 34957/121383
14.23/28.77	c And the winner is solver0
14.40/28.85	c Got one! Elapsed wall clock time (in seconds):28.736
14.40/28.85	o 32
14.51/28.93	c And the winner is solver0
14.63/29.36	c Got one! Elapsed wall clock time (in seconds):29.24
14.63/29.36	o 28
14.70/29.41	c And the winner is solver0
14.97/29.86	c Got one! Elapsed wall clock time (in seconds):29.744
14.97/29.86	o 26
15.04/29.92	c And the winner is solver0
15.12/30.37	c Got one! Elapsed wall clock time (in seconds):30.247
15.12/30.37	o 25
15.19/30.42	c cleaning 6726 clauses out of 13455 with flag 3773/127143
15.59/30.64	c cleaning 6362 clauses out of 12729 with flag 23147/133143
15.79/30.72	c And the winner is solver0
16.12/31.02	c Got one! Elapsed wall clock time (in seconds):30.901
16.12/31.02	o 24
16.12/31.03	c And the winner is solver0
1215.18/1228.46	c Got one! Elapsed wall clock time (in seconds):1228.343
1215.18/1228.46	o 23
1215.18/1228.58	c And the winner is solver0
1215.39/1228.98	c Got one! Elapsed wall clock time (in seconds):1228.867
1215.39/1228.98	o 22
1215.41/1229.01	c And the winner is solver0
1264.54/1278.10	c Got one! Elapsed wall clock time (in seconds):1277.977
1264.54/1278.10	o 18
1264.54/1278.14	c And the winner is solver0
1571.56/1585.03	c Got one! Elapsed wall clock time (in seconds):1584.907
1571.56/1585.03	o 17
1571.69/1585.12	c cleaning 6644 clauses out of 13300 with flag 3647/140076
1571.69/1585.13	c And the winner is solver0
1800.01/1813.30	c >>>>>>>>>> Solver number 0 (64 answers) <<<<<<<<<<<<<<<<<<
1800.01/1813.30	c starts		: 159
1800.01/1813.30	c conflicts		: 140630
1800.01/1813.30	c decisions		: 246619
1800.01/1813.30	c propagations		: 4217559
1800.01/1813.30	c inspects		: 57675800
1800.01/1813.30	c shortcuts		: 0
1800.01/1813.30	c learnt literals	: 0
1800.01/1813.30	c learnt binary clauses	: 9
1800.01/1813.30	c learnt ternary clauses	: 582
1800.01/1813.30	c learnt constraints	: 140630
1800.01/1813.30	c ignored constraints	: 0
1800.01/1813.30	c root simplifications	: 0
1800.01/1813.30	c removed literals (reason simplification)	: 913402
1800.01/1813.30	c reason swapping (by a shorter reason)	: 0
1800.01/1813.30	c Calls to reduceDB	: 19
1800.01/1813.30	c Number of update (reduction) of LBD	: 41769
1800.01/1813.30	c Imported unit clauses	: 0
1800.01/1813.30	c number of reductions to clauses (during analyze)	: 0
1800.01/1813.30	c number of learned constraints concerned by reduction	: 0
1800.01/1813.30	c number of learning phase by resolution	: 0
1800.01/1813.30	c number of learning phase by cutting planes	: 0
1800.01/1813.30	c speed (assignments/second)	: 2326.143669006658
1800.01/1813.30	c non guided choices	2628
1800.01/1813.31	c learnt constraints type 
1800.01/1813.31	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 9
1800.01/1813.31	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 7201
1800.01/1813.31	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.01/1813.31	c starts		: 67
1800.01/1813.31	c conflicts		: 896
1800.01/1813.31	c decisions		: 8966
1800.01/1813.31	c propagations		: 41208
1800.01/1813.31	c inspects		: 2718289
1800.01/1813.31	c shortcuts		: 0
1800.01/1813.31	c learnt literals	: 0
1800.01/1813.31	c learnt binary clauses	: 0
1800.01/1813.31	c learnt ternary clauses	: 0
1800.01/1813.31	c learnt constraints	: 851
1800.01/1813.31	c ignored constraints	: 0
1800.01/1813.31	c root simplifications	: 0
1800.01/1813.31	c removed literals (reason simplification)	: 0
1800.01/1813.31	c reason swapping (by a shorter reason)	: 0
1800.01/1813.31	c Calls to reduceDB	: 0
1800.01/1813.31	c Number of update (reduction) of LBD	: 0
1800.01/1813.31	c Imported unit clauses	: 0
1800.01/1813.31	c number of reductions to clauses (during analyze)	: 0
1800.01/1813.31	c number of learned constraints concerned by reduction	: 0
1800.01/1813.31	c number of learning phase by resolution	: 0
1800.01/1813.31	c number of learning phase by cutting planes	: 0
1800.01/1813.31	c speed (assignments/second)	: 180.6164311511624
1800.01/1813.31	c non guided choices	1110
1800.01/1813.31	c learnt constraints type 
1800.01/1813.31	c org.sat4j.pb.constraints.pb.MaxWatchPb => 851
1800.01/1813.31	s SATISFIABLE
1800.01/1813.31	c Found 63 solution(s)
1800.01/1813.31	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 
1800.01/1813.31	c objective function=17
1800.01/1813.31	c Total wall clock time (in seconds): 1813.194

Verifier Data

OK	16

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-4091988-1466077488/watcher-4091988-1466077488 -o /tmp/evaluation-result-4091988-1466077488/solver-4091988-1466077488 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1466075487-11287 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4091988-1466077488.wbo 

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

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


[startup+0 s]
/proc/loadavg: 1.92 3.13 3.46 3/196 13513
/proc/meminfo: memFree=30678024/32872528 swapFree=1103228/1182944
[pid=13513] ppid=13510 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/13513/stat : 13513 (java) D 13510 13513 7201 0 -1 4202496 327 0 0 0 0 0 0 0 20 0 1 0 9797801 9515008 184 33554432000 1073741824 1073778376 140736806165280 140736806156504 271787388343 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/13513/statm: 2323 184 142 9 0 71 0

[startup+0.100051 s]
/proc/loadavg: 1.92 3.13 3.46 3/196 13513
/proc/meminfo: memFree=30678024/32872528 swapFree=1103228/1182944
[pid=13513] ppid=13510 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/13513/stat : 13513 (java) S 13510 13513 7201 0 -1 4202496 4406 0 1 0 8 1 0 0 20 0 18 0 9797801 9787879424 6036 33554432000 1073741824 1073778376 140735224560128 140735224551264 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13513/statm: 2389619 6036 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200213 s]
/proc/loadavg: 1.92 3.13 3.46 3/196 13513
/proc/meminfo: memFree=30678024/32872528 swapFree=1103228/1182944
[pid=13513] ppid=13510 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/13513/stat : 13513 (java) S 13510 13513 7201 0 -1 4202496 4765 0 1 0 22 1 0 0 20 0 22 0 9797801 10060525568 7880 33554432000 1073741824 1073778376 140735224560128 140735224551264 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13513/statm: 2456183 7880 2208 9 0 2446860 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9824732

[startup+0.30021 s]
/proc/loadavg: 1.92 3.13 3.46 3/196 13513
/proc/meminfo: memFree=30678024/32872528 swapFree=1103228/1182944
[pid=13513] ppid=13510 vsize=9824732 CPUtime=0.6 cores=0,2,4,6
/proc/13513/stat : 13513 (java) S 13510 13513 7201 0 -1 4202496 7811 0 1 0 59 1 0 0 20 0 22 0 9797801 10060525568 9960 33554432000 1073741824 1073778376 140735224560128 140735224551264 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13513/statm: 2456183 9986 2246 9 0 2446860 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 9824732

[startup+0.700268 s]
/proc/loadavg: 1.92 3.13 3.46 3/196 13513
/proc/meminfo: memFree=30678024/32872528 swapFree=1103228/1182944
[pid=13513] ppid=13510 vsize=9824732 CPUtime=1.29 cores=0,2,4,6
/proc/13513/stat : 13513 (java) S 13510 13513 7201 0 -1 4202496 15601 0 1 0 124 5 0 0 20 0 22 0 9797801 10060525568 14669 33554432000 1073741824 1073778376 140735224560128 140735224551264 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13513/statm: 2456183 14669 2254 9 0 2446860 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 9824732

[startup+1.5008 s]
/proc/loadavg: 1.92 3.13 3.46 2/215 13538
/proc/meminfo: memFree=30627412/32872528 swapFree=1103228/1182944
[pid=13513] ppid=13510 vsize=9824732 CPUtime=1.39 cores=0,2,4,6
/proc/13513/stat : 13513 (java) S 13510 13513 7201 0 -1 4202496 16026 0 1 0 132 7 0 0 20 0 19 0 9797801 10060525568 16229 33554432000 1073741824 1073778376 140735224560128 140735224551264 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13513/statm: 2456183 16229 2254 9 0 2446860 0
[pid=13513/tid=13515] ppid=13510 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/13513/task/13515/stat : 13515 (java) S 13510 13513 7201 0 -1 4202560 2422 0 1 0 14 2 0 0 20 0 19 0 9797803 10060525568 16229 33554432000 1073741824 1073778376 140735224560128 140225411879800 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13513/tid=13516] ppid=13510 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13513/task/13516/stat : 13516 (java) S 13510 13513 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9797804 10060525568 16229 33554432000 1073741824 1073778376 140735224560128 140225384332200 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13513/tid=13517] ppid=13510 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13513/task/13517/stat : 13517 (java) S 13510 13513 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9797804 10060525568 16229 33554432000 1073741824 1073778376 140735224560128 140225383279656 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13513/tid=13518] ppid=13510 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13513/task/13518/stat : 13518 (java) S 13510 13513 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9797804 10060525568 16229 33554432000 1073741824 1073778376 140735224560128 140225382226600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13513/tid=13519] ppid=13510 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13513/task/13519/stat : 13519 (java) S 13510 13513 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9797804 10060525568 16229 33554432000 1073741824 1073778376 140735224560128 140225252207400 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13513/tid=13520] ppid=13510 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13513/task/13520/stat : 13520 (java) S 13510 13513 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9797804 10060525568 16229 33554432000 1073741824 1073778376 140735224560128 140225251154344 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13513/tid=13521] ppid=13510 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13513/task/13521/stat : 13521 (java) S 13510 13513 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9797804 10060525568 16229 33554432000 1073741824 1073778376 140735224560128 140225250101800 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13513/tid=13522] ppid=13510 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13513/task/13522/stat : 13522 (java) S 13510 13513 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9797804 10060525568 16229 33554432000 1073741824 1073778376 140735224560128 140225249048744 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13513/tid=13523] ppid=13510 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13513/task/13523/stat : 13523 (java) S 13510 13513 7201 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9797804 10060525568 16229 33554432000 1073741824 1073778376 140735224560128 140225247996200 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13513/tid=13524] ppid=13510 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13513/task/13524/stat : 13524 (java) S 13510 13513 7201 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 9797805 10060525568 16229 33554432000 1073741824 1073778376 140735224560128 140224765483880 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13513/tid=13525] ppid=13510 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13513/task/13525/stat : 13525 (java) S 13510 13513 7201 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 9797805 10060525568 16229 33554432000 1073741824 1073778376 140735224560128 140224764430200 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13513/tid=13526] ppid=13510 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13513/task/13526/stat : 13526 (java) S 13510 13513 7201 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9797805 10060525568 16229 33554432000 1073741824 1073778376 140735224560128 140224763377032 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13513/tid=13527] ppid=13510 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13513/task/13527/stat : 13527 (java) S 13510 13513 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9797808 10060525568 16229 33554432000 1073741824 1073778376 140735224560128 140224762325776 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13513/tid=13528] ppid=13510 vsize=9824732 CPUtime=0.4 cores=0,2,4,6
/proc/13513/task/13528/stat : 13528 (java) S 13510 13513 7201 0 -1 4202560 7382 0 0 0 38 2 0 0 20 0 19 0 9797808 10060525568 16229 33554432000 1073741824 1073778376 140735224560128 140224761272632 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13513/tid=13529] ppid=13510 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/13513/task/13529/stat : 13529 (java) S 13510 13513 7201 0 -1 4202560 4876 0 0 0 37 0 0 0 20 0 19 0 9797808 10060525568 16229 33554432000 1073741824 1073778376 140735224560128 140224760220088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13513/tid=13530] ppid=13510 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13513/task/13530/stat : 13530 (java) S 13510 13513 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9797808 10060525568 16229 33554432000 1073741824 1073778376 140735224560128 140224759167224 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13513/tid=13531] ppid=13510 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13513/task/13531/stat : 13531 (java) S 13510 13513 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9797808 10060525568 16229 33554432000 1073741824 1073778376 140735224560128 140224758114888 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13513/tid=13535] ppid=13510 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13513/task/13535/stat : 13535 (java) S 13510 13513 7201 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9797821 10060525568 16229 33554432000 1073741824 1073778376 140735224560128 140224753903016 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 9824732

[startup+3.10082 s]
/proc/loadavg: 1.85 3.09 3.45 5/218 13547
/proc/meminfo: memFree=30604836/32872528 swapFree=1103228/1182944
[pid=13513] ppid=13510 vsize=9824732 CPUtime=1.95 cores=0,2,4,6
/proc/13513/stat : 13513 (java) S 13510 13513 7201 0 -1 4202496 18116 0 1 0 182 13 0 0 20 0 19 0 9797801 10060525568 22956 33554432000 1073741824 1073778376 140735224560128 140735224551264 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13513/statm: 2456183 22956 2266 9 0 2446860 0
[pid=13513/tid=13515] ppid=13510 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/13513/task/13515/stat : 13515 (java) S 13510 13513 7201 0 -1 4202560 2423 0 1 0 15 2 0 0 20 0 19 0 9797803 10060525568 22956 33554432000 1073741824 1073778376 140735224560128 140225411879800 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13513/tid=13516] ppid=13510 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13513/task/13516/stat : 13516 (java) S 13510 13513 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9797804 10060525568 22956 33554432000 1073741824 1073778376 140735224560128 140225384332200 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13513/tid=13517] ppid=13510 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13513/task/13517/stat : 13517 (java) S 13510 13513 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9797804 10060525568 22956 33554432000 1073741824 1073778376 140735224560128 140225383279656 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13513/tid=13518] ppid=13510 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13513/task/13518/stat : 13518 (java) S 13510 13513 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9797804 10060525568 22956 33554432000 1073741824 1073778376 140735224560128 140225382226600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13513/tid=13519] ppid=13510 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13513/task/13519/stat : 13519 (java) S 13510 13513 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9797804 10060525568 22956 33554432000 1073741824 1073778376 140735224560128 140225252207400 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13513/tid=13520] ppid=13510 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13513/task/13520/stat : 13520 (java) S 13510 13513 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9797804 10060525568 22956 33554432000 1073741824 1073778376 140735224560128 140225251154344 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13513/tid=13521] ppid=13510 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13513/task/13521/stat : 13521 (java) S 13510 13513 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9797804 10060525568 22956 33554432000 1073741824 1073778376 140735224560128 140225250101800 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13513/tid=13522] ppid=13510 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13513/task/13522/stat : 13522 (java) S 13510 13513 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9797804 10060525568 22956 33554432000 1073741824 1073778376 140735224560128 140225249048744 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13513/tid=13523] ppid=13510 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13513/task/13523/stat : 13523 (java) S 13510 13513 7201 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9797804 10060525568 22956 33554432000 1073741824 1073778376 140735224560128 140225247996200 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13513/tid=13524] ppid=13510 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13513/task/13524/stat : 13524 (java) S 13510 13513 7201 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 9797805 10060525568 22956 33554432000 1073741824 1073778376 140735224560128 140224765483880 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13513/tid=13525] ppid=13510 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13513/task/13525/stat : 13525 (java) S 13510 13513 7201 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 9797805 10060525568 22956 33554432000 1073741824 1073778376 140735224560128 140224764430200 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13513/tid=13526] ppid=13510 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13513/task/13526/stat : 13526 (java) S 13510 13513 7201 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9797805 10060525568 22956 33554432000 1073741824 1073778376 140735224560128 140224763377032 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13513/tid=13527] ppid=13510 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13513/task/13527/stat : 13527 (java) S 13510 13513 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9797808 10060525568 22956 33554432000 1073741824 1073778376 140735224560128 140224762325776 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13513/tid=13528] ppid=13510 vsize=9824732 CPUtime=0.55 cores=0,2,4,6
/proc/13513/task/13528/stat : 13528 (java) S 13510 13513 7201 0 -1 4202560 8557 0 0 0 53 2 0 0 20 0 19 0 9797808 10060525568 22956 33554432000 1073741824 1073778376 140735224560128 140224761272632 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13513/tid=13529] ppid=13510 vsize=9824732 CPUtime=0.54 cores=0,2,4,6
/proc/13513/task/13529/stat : 13529 (java) S 13510 13513 7201 0 -1 4202560 5758 0 0 0 54 0 0 0 20 0 19 0 9797808 10060525568 22956 33554432000 1073741824 1073778376 140735224560128 140224760220088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13513/tid=13530] ppid=13510 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13513/task/13530/stat : 13530 (java) S 13510 13513 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9797808 10060525568 22956 33554432000 1073741824 1073778376 140735224560128 140224759167224 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13513/tid=13531] ppid=13510 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13513/task/13531/stat : 13531 (java) S 13510 13513 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9797808 10060525568 22956 33554432000 1073741824 1073778376 140735224560128 140224758114888 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13513/tid=13535] ppid=13510 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13513/task/13535/stat : 13535 (java) S 13510 13513 7201 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9797821 10060525568 22956 33554432000 1073741824 1073778376 140735224560128 140224753903016 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=20 pid=1814 uid=0 cmd=

[startup+6.30082 s]
/proc/loadavg: 1.85 3.09 3.45 2/215 13565
/proc/meminfo: memFree=30557948/32872528 swapFree=1103228/1182944
[pid=13513] ppid=13510 vsize=9824732 CPUtime=2.28 cores=0,2,4,6
/proc/13513/stat : 13513 (java) S 13510 13513 7201 0 -1 4202496 18223 0 1 0 207 21 0 0 20 0 19 0 9797801 10060525568 34978 33554432000 1073741824 1073778376 140735224560128 140735224551264 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13513/statm: 2456183 34978 2268 9 0 2446860 0
[pid=13513/tid=13515] ppid=13510 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/13513/task/13515/stat : 13515 (java) S 13510 13513 7201 0 -1 4202560 2425 0 1 0 15 2 0 0 20 0 19 0 9797803 10060525568 34978 33554432000 1073741824 1073778376 140735224560128 140225411879800 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13513/tid=13516] ppid=13510 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13513/task/13516/stat : 13516 (java) S 13510 13513 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9797804 10060525568 34978 33554432000 1073741824 1073778376 140735224560128 140225384332200 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13513/tid=13517] ppid=13510 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13513/task/13517/stat : 13517 (java) S 13510 13513 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9797804 10060525568 34978 33554432000 1073741824 1073778376 140735224560128 140225383279656 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13513/tid=13518] ppid=13510 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13513/task/13518/stat : 13518 (java) S 13510 13513 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9797804 10060525568 34978 33554432000 1073741824 1073778376 140735224560128 140225382226600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13513/tid=13519] ppid=13510 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13513/task/13519/stat : 13519 (java) S 13510 13513 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9797804 10060525568 34978 33554432000 1073741824 1073778376 140735224560128 140225252207400 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13513/tid=13520] ppid=13510 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13513/task/13520/stat : 13520 (java) S 13510 13513 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9797804 10060525568 34978 33554432000 1073741824 1073778376 140735224560128 140225251154344 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13513/tid=13521] ppid=13510 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13513/task/13521/stat : 13521 (java) S 13510 13513 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9797804 10060525568 34978 33554432000 1073741824 1073778376 140735224560128 140225250101800 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13513/tid=13522] ppid=13510 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13513/task/13522/stat : 13522 (java) S 13510 13513 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9797804 10060525568 34978 33554432000 1073741824 1073778376 140735224560128 140225249048744 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13513/tid=13523] ppid=13510 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13513/task/13523/stat : 13523 (java) S 13510 13513 7201 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9797804 10060525568 34978 33554432000 1073741824 1073778376 140735224560128 140225247996200 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13513/tid=13524] ppid=13510 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13513/task/13524/stat : 13524 (java) S 13510 13513 7201 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 9797805 10060525568 34978 33554432000 1073741824 1073778376 140735224560128 140224765483880 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13513/tid=13525] ppid=13510 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13513/task/13525/stat : 13525 (java) S 13510 13513 7201 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 9797805 10060525568 34978 33554432000 1073741824 1073778376 140735224560128 140224764430200 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13513/tid=13526] ppid=13510 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13513/task/13526/stat : 13526 (java) S 13510 13513 7201 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9797805 10060525568 34978 33554432000 1073741824 1073778376 140735224560128 140224763377032 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13513/tid=13527] ppid=13510 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13513/task/13527/stat : 13527 (java) S 13510 13513 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9797808 10060525568 34978 33554432000 1073741824 1073778376 140735224560128 140224762325776 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13513/tid=13528] ppid=13510 vsize=9824732 CPUtime=0.6 cores=0,2,4,6
/proc/13513/task/13528/stat : 13528 (java) S 13510 13513 7201 0 -1 4202560 8559 0 0 0 58 2 0 0 20 0 19 0 9797808 10060525568 34978 33554432000 1073741824 1073778376 140735224560128 140224761272632 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13513/tid=13529] ppid=13510 vsize=9824732 CPUtime=0.64 cores=0,2,4,6
/proc/13513/task/13529/stat : 13529 (java) S 13510 13513 7201 0 -1 4202560 5766 0 0 0 64 0 0 0 20 0 19 0 9797808 10060525568 34978 33554432000 1073741824 1073778376 140735224560128 140224760220088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13513/tid=13530] ppid=13510 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13513/task/13530/stat : 13530 (java) S 13510 13513 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9797808 10060525568 34978 33554432000 1073741824 1073778376 140735224560128 140224759167224 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13513/tid=13531] ppid=13510 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13513/task/13531/stat : 13531 (java) S 13510 13513 7201 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 9797808 10060525568 34978 33554432000 1073741824 1073778376 140735224560128 140224758114888 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13513/tid=13535] ppid=13510 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13513/task/13535/stat : 13535 (java) S 13510 13513 7201 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9797821 10060525568 34978 33554432000 1073741824 1073778376 140735224560128 140224753903016 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.28

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

[pid=13513/tid=13520] ppid=13510 vsize=9824732 CPUtime=0.41 cores=0,2,4,6
/proc/13513/task/13520/stat : 13520 (java) S 13510 13513 7201 0 -1 4202560 176 0 0 0 36 5 0 0 20 0 21 0 9797804 10060525568 274905 33554432000 1073741824 1073778376 140735224560128 140225251154344 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13513/tid=13521] ppid=13510 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/13513/task/13521/stat : 13521 (java) S 13510 13513 7201 0 -1 4202560 156 0 0 0 29 5 0 0 20 0 21 0 9797804 10060525568 274905 33554432000 1073741824 1073778376 140735224560128 140225250101800 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13513/tid=13522] ppid=13510 vsize=9824732 CPUtime=0.41 cores=0,2,4,6
/proc/13513/task/13522/stat : 13522 (java) S 13510 13513 7201 0 -1 4202560 277 0 0 0 35 6 0 0 20 0 21 0 9797804 10060525568 274905 33554432000 1073741824 1073778376 140735224560128 140225249048744 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13513/tid=13523] ppid=13510 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/13513/task/13523/stat : 13523 (java) S 13510 13513 7201 0 -1 4202560 95 0 0 0 31 4 0 0 20 0 21 0 9797804 10060525568 274905 33554432000 1073741824 1073778376 140735224560128 140225247996200 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13513/tid=13524] ppid=13510 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/13513/task/13524/stat : 13524 (java) S 13510 13513 7201 0 -1 4202560 582 0 0 0 15 7 0 0 20 0 21 0 9797805 10060525568 274905 33554432000 1073741824 1073778376 140735224560128 140224765483880 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13513/tid=13525] ppid=13510 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13513/task/13525/stat : 13525 (java) S 13510 13513 7201 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 9797805 10060525568 274905 33554432000 1073741824 1073778376 140735224560128 140224764430232 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13513/tid=13526] ppid=13510 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13513/task/13526/stat : 13526 (java) S 13510 13513 7201 0 -1 4202560 39 0 0 0 0 0 0 0 20 0 21 0 9797805 10060525568 274905 33554432000 1073741824 1073778376 140735224560128 140224763377064 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13513/tid=13527] ppid=13510 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13513/task/13527/stat : 13527 (java) S 13510 13513 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 9797808 10060525568 274905 33554432000 1073741824 1073778376 140735224560128 140224762325776 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13513/tid=13528] ppid=13510 vsize=9824732 CPUtime=0.82 cores=0,2,4,6
/proc/13513/task/13528/stat : 13528 (java) S 13510 13513 7201 0 -1 4202560 8681 0 0 0 80 2 0 0 20 0 21 0 9797808 10060525568 274905 33554432000 1073741824 1073778376 140735224560128 140224761272632 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13513/tid=13529] ppid=13510 vsize=9824732 CPUtime=1.91 cores=0,2,4,6
/proc/13513/task/13529/stat : 13529 (java) S 13510 13513 7201 0 -1 4202560 14097 0 0 0 189 2 0 0 20 0 21 0 9797808 10060525568 274905 33554432000 1073741824 1073778376 140735224560128 140224760220088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13513/tid=13530] ppid=13510 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13513/task/13530/stat : 13530 (java) S 13510 13513 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 9797808 10060525568 274905 33554432000 1073741824 1073778376 140735224560128 140224759167224 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13513/tid=13531] ppid=13510 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/13513/task/13531/stat : 13531 (java) S 13510 13513 7201 0 -1 4202560 104 0 0 0 11 13 0 0 20 0 21 0 9797808 10060525568 274905 33554432000 1073741824 1073778376 140735224560128 140224758114888 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13513/tid=13535] ppid=13510 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13513/task/13535/stat : 13535 (java) S 13510 13513 7201 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 9797821 10060525568 274905 33554432000 1073741824 1073778376 140735224560128 140224753903016 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13513/tid=13785] ppid=13510 vsize=9824732 CPUtime=196.52 cores=0,2,4,6
/proc/13513/task/13785/stat : 13785 (java) R 13510 13513 7201 0 -1 4202560 6 0 0 0 19650 2 0 0 20 0 21 0 9956309 10060525568 274905 33554432000 1073741824 1073778376 140735224560128 140224754952992 140225264125357 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13513/tid=13786] ppid=13510 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13513/task/13786/stat : 13786 (java) S 13510 13513 7201 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 9956318 10060525568 274905 33554432000 1073741824 1073778376 140735224560128 140224756007880 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1765.52
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.3 s]
/proc/loadavg: 2.21 2.14 2.27 4/217 14463
/proc/meminfo: memFree=28661720/32872528 swapFree=1103228/1182944
[pid=13513] ppid=13510 vsize=9824732 CPUtime=1796.53 cores=0,2,4,6
/proc/13513/stat : 13513 (java) S 13510 13513 7201 0 -1 4202496 32431 0 1 0 179456 197 0 0 20 0 21 0 9797801 10060525568 274709 33554432000 1073741824 1073778376 140735224560128 140735224551264 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13513/statm: 2456183 274709 2293 9 0 2446860 0
[pid=13513/tid=13515] ppid=13510 vsize=9824732 CPUtime=0.61 cores=0,2,4,6
/proc/13513/task/13515/stat : 13515 (java) S 13510 13513 7201 0 -1 4202560 2439 0 1 0 49 12 0 0 20 0 21 0 9797803 10060525568 274709 33554432000 1073741824 1073778376 140735224560128 140225411879912 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13513/tid=13516] ppid=13510 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/13513/task/13516/stat : 13516 (java) S 13510 13513 7201 0 -1 4202560 689 0 0 0 32 7 0 0 20 0 21 0 9797804 10060525568 274709 33554432000 1073741824 1073778376 140735224560128 140225384332200 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13513/tid=13517] ppid=13510 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/13513/task/13517/stat : 13517 (java) S 13510 13513 7201 0 -1 4202560 390 0 0 0 30 6 0 0 20 0 21 0 9797804 10060525568 274709 33554432000 1073741824 1073778376 140735224560128 140225383279656 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13513/tid=13518] ppid=13510 vsize=9824732 CPUtime=0.41 cores=0,2,4,6
/proc/13513/task/13518/stat : 13518 (java) S 13510 13513 7201 0 -1 4202560 324 0 0 0 34 7 0 0 20 0 21 0 9797804 10060525568 274709 33554432000 1073741824 1073778376 140735224560128 140225382226600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13513/tid=13519] ppid=13510 vsize=9824732 CPUtime=0.4 cores=0,2,4,6
/proc/13513/task/13519/stat : 13519 (java) S 13510 13513 7201 0 -1 4202560 254 0 0 0 35 5 0 0 20 0 21 0 9797804 10060525568 274709 33554432000 1073741824 1073778376 140735224560128 140225252207400 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13513/tid=13520] ppid=13510 vsize=9824732 CPUtime=0.41 cores=0,2,4,6
/proc/13513/task/13520/stat : 13520 (java) S 13510 13513 7201 0 -1 4202560 176 0 0 0 36 5 0 0 20 0 21 0 9797804 10060525568 274709 33554432000 1073741824 1073778376 140735224560128 140225251154344 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13513/tid=13521] ppid=13510 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/13513/task/13521/stat : 13521 (java) S 13510 13513 7201 0 -1 4202560 158 0 0 0 29 5 0 0 20 0 21 0 9797804 10060525568 274709 33554432000 1073741824 1073778376 140735224560128 140225250101800 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13513/tid=13522] ppid=13510 vsize=9824732 CPUtime=0.42 cores=0,2,4,6
/proc/13513/task/13522/stat : 13522 (java) S 13510 13513 7201 0 -1 4202560 280 0 0 0 35 7 0 0 20 0 21 0 9797804 10060525568 274709 33554432000 1073741824 1073778376 140735224560128 140225249048744 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13513/tid=13523] ppid=13510 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/13513/task/13523/stat : 13523 (java) S 13510 13513 7201 0 -1 4202560 99 0 0 0 31 4 0 0 20 0 21 0 9797804 10060525568 274709 33554432000 1073741824 1073778376 140735224560128 140225247996200 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13513/tid=13524] ppid=13510 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/13513/task/13524/stat : 13524 (java) S 13510 13513 7201 0 -1 4202560 584 0 0 0 15 7 0 0 20 0 21 0 9797805 10060525568 274709 33554432000 1073741824 1073778376 140735224560128 140224765483880 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13513/tid=13525] ppid=13510 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13513/task/13525/stat : 13525 (java) S 13510 13513 7201 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 9797805 10060525568 274709 33554432000 1073741824 1073778376 140735224560128 140224764430232 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13513/tid=13526] ppid=13510 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13513/task/13526/stat : 13526 (java) S 13510 13513 7201 0 -1 4202560 39 0 0 0 0 0 0 0 20 0 21 0 9797805 10060525568 274709 33554432000 1073741824 1073778376 140735224560128 140224763377064 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13513/tid=13527] ppid=13510 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13513/task/13527/stat : 13527 (java) S 13510 13513 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 9797808 10060525568 274709 33554432000 1073741824 1073778376 140735224560128 140224762325776 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13513/tid=13528] ppid=13510 vsize=9824732 CPUtime=0.82 cores=0,2,4,6
/proc/13513/task/13528/stat : 13528 (java) S 13510 13513 7201 0 -1 4202560 8681 0 0 0 80 2 0 0 20 0 21 0 9797808 10060525568 274709 33554432000 1073741824 1073778376 140735224560128 140224761272632 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13513/tid=13529] ppid=13510 vsize=9824732 CPUtime=1.91 cores=0,2,4,6
/proc/13513/task/13529/stat : 13529 (java) S 13510 13513 7201 0 -1 4202560 14097 0 0 0 189 2 0 0 20 0 21 0 9797808 10060525568 274709 33554432000 1073741824 1073778376 140735224560128 140224760220088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13513/tid=13530] ppid=13510 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13513/task/13530/stat : 13530 (java) S 13510 13513 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 9797808 10060525568 274709 33554432000 1073741824 1073778376 140735224560128 140224759167224 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13513/tid=13531] ppid=13510 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/13513/task/13531/stat : 13531 (java) S 13510 13513 7201 0 -1 4202560 106 0 0 0 11 13 0 0 20 0 21 0 9797808 10060525568 274709 33554432000 1073741824 1073778376 140735224560128 140224758114888 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13513/tid=13535] ppid=13510 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13513/task/13535/stat : 13535 (java) S 13510 13513 7201 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 9797821 10060525568 274709 33554432000 1073741824 1073778376 140735224560128 140224753903016 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13513/tid=13785] ppid=13510 vsize=9824732 CPUtime=227.42 cores=0,2,4,6
/proc/13513/task/13785/stat : 13785 (java) R 13510 13513 7201 0 -1 4202560 7 0 0 0 22739 3 0 0 20 0 21 0 9956309 10060525568 274709 33554432000 1073741824 1073778376 140735224560128 140224754952992 140225263782885 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13513/tid=13786] ppid=13510 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13513/task/13786/stat : 13786 (java) S 13510 13513 7201 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 9956318 10060525568 274709 33554432000 1073741824 1073778376 140735224560128 140224756007880 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1796.53
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 13513 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1813.3 s]
/proc/loadavg: 2.21 2.14 2.27 4/217 14463
/proc/meminfo: memFree=28661720/32872528 swapFree=1103228/1182944
[pid=13513] ppid=13510 vsize=9824732 CPUtime=1796.53 cores=0,2,4,6
/proc/13513/stat : 13513 (java) S 13510 13513 7201 0 -1 4202496 32431 0 1 0 179456 197 0 0 20 0 21 0 9797801 10060525568 274709 33554432000 1073741824 1073778376 140735224560128 140735224551264 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13513/statm: 2456183 274709 2293 9 0 2446860 0
[pid=13513/tid=13515] ppid=13510 vsize=9824732 CPUtime=0.61 cores=0,2,4,6
/proc/13513/task/13515/stat : 13515 (java) S 13510 13513 7201 0 -1 4202560 2439 0 1 0 49 12 0 0 20 0 21 0 9797803 10060525568 274709 33554432000 1073741824 1073778376 140735224560128 140225411879912 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13513/tid=13516] ppid=13510 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/13513/task/13516/stat : 13516 (java) S 13510 13513 7201 0 -1 4202560 689 0 0 0 32 7 0 0 20 0 21 0 9797804 10060525568 274709 33554432000 1073741824 1073778376 140735224560128 140225384332200 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13513/tid=13517] ppid=13510 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/13513/task/13517/stat : 13517 (java) S 13510 13513 7201 0 -1 4202560 390 0 0 0 30 6 0 0 20 0 21 0 9797804 10060525568 274709 33554432000 1073741824 1073778376 140735224560128 140225383279656 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13513/tid=13518] ppid=13510 vsize=9824732 CPUtime=0.41 cores=0,2,4,6
/proc/13513/task/13518/stat : 13518 (java) S 13510 13513 7201 0 -1 4202560 324 0 0 0 34 7 0 0 20 0 21 0 9797804 10060525568 274709 33554432000 1073741824 1073778376 140735224560128 140225382226600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13513/tid=13519] ppid=13510 vsize=9824732 CPUtime=0.4 cores=0,2,4,6
/proc/13513/task/13519/stat : 13519 (java) S 13510 13513 7201 0 -1 4202560 254 0 0 0 35 5 0 0 20 0 21 0 9797804 10060525568 274709 33554432000 1073741824 1073778376 140735224560128 140225252207400 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13513/tid=13520] ppid=13510 vsize=9824732 CPUtime=0.41 cores=0,2,4,6
/proc/13513/task/13520/stat : 13520 (java) S 13510 13513 7201 0 -1 4202560 176 0 0 0 36 5 0 0 20 0 21 0 9797804 10060525568 274709 33554432000 1073741824 1073778376 140735224560128 140225251154344 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13513/tid=13521] ppid=13510 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/13513/task/13521/stat : 13521 (java) S 13510 13513 7201 0 -1 4202560 158 0 0 0 29 5 0 0 20 0 21 0 9797804 10060525568 274709 33554432000 1073741824 1073778376 140735224560128 140225250101800 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13513/tid=13522] ppid=13510 vsize=9824732 CPUtime=0.42 cores=0,2,4,6
/proc/13513/task/13522/stat : 13522 (java) S 13510 13513 7201 0 -1 4202560 280 0 0 0 35 7 0 0 20 0 21 0 9797804 10060525568 274709 33554432000 1073741824 1073778376 140735224560128 140225249048744 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13513/tid=13523] ppid=13510 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/13513/task/13523/stat : 13523 (java) S 13510 13513 7201 0 -1 4202560 99 0 0 0 31 4 0 0 20 0 21 0 9797804 10060525568 274709 33554432000 1073741824 1073778376 140735224560128 140225247996200 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13513/tid=13524] ppid=13510 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/13513/task/13524/stat : 13524 (java) S 13510 13513 7201 0 -1 4202560 584 0 0 0 15 7 0 0 20 0 21 0 9797805 10060525568 274709 33554432000 1073741824 1073778376 140735224560128 140224765483880 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13513/tid=13525] ppid=13510 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13513/task/13525/stat : 13525 (java) S 13510 13513 7201 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 9797805 10060525568 274709 33554432000 1073741824 1073778376 140735224560128 140224764430232 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13513/tid=13526] ppid=13510 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13513/task/13526/stat : 13526 (java) S 13510 13513 7201 0 -1 4202560 39 0 0 0 0 0 0 0 20 0 21 0 9797805 10060525568 274709 33554432000 1073741824 1073778376 140735224560128 140224763377064 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13513/tid=13527] ppid=13510 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13513/task/13527/stat : 13527 (java) S 13510 13513 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 9797808 10060525568 274709 33554432000 1073741824 1073778376 140735224560128 140224762325776 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13513/tid=13528] ppid=13510 vsize=9824732 CPUtime=0.82 cores=0,2,4,6
/proc/13513/task/13528/stat : 13528 (java) S 13510 13513 7201 0 -1 4202560 8681 0 0 0 80 2 0 0 20 0 21 0 9797808 10060525568 274709 33554432000 1073741824 1073778376 140735224560128 140224761272632 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13513/tid=13529] ppid=13510 vsize=9824732 CPUtime=1.91 cores=0,2,4,6
/proc/13513/task/13529/stat : 13529 (java) S 13510 13513 7201 0 -1 4202560 14097 0 0 0 189 2 0 0 20 0 21 0 9797808 10060525568 274709 33554432000 1073741824 1073778376 140735224560128 140224760220088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13513/tid=13530] ppid=13510 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13513/task/13530/stat : 13530 (java) S 13510 13513 7201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 9797808 10060525568 274709 33554432000 1073741824 1073778376 140735224560128 140224759167224 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13513/tid=13531] ppid=13510 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/13513/task/13531/stat : 13531 (java) S 13510 13513 7201 0 -1 4202560 106 0 0 0 11 13 0 0 20 0 21 0 9797808 10060525568 274709 33554432000 1073741824 1073778376 140735224560128 140224758114888 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13513/tid=13535] ppid=13510 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13513/task/13535/stat : 13535 (java) S 13510 13513 7201 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 9797821 10060525568 274709 33554432000 1073741824 1073778376 140735224560128 140224753903016 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13513/tid=13785] ppid=13510 vsize=9824732 CPUtime=227.42 cores=0,2,4,6
/proc/13513/task/13785/stat : 13785 (java) R 13510 13513 7201 0 -1 4202560 7 0 0 0 22739 3 0 0 20 0 21 0 9956309 10060525568 274709 33554432000 1073741824 1073778376 140735224560128 140224754952992 140225263782885 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13513/tid=13786] ppid=13510 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13513/task/13786/stat : 13786 (java) S 13510 13513 7201 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 9956318 10060525568 274709 33554432000 1073741824 1073778376 140735224560128 140224756007880 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1796.53
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13513 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=989272
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=183668
# CPU time returned by wait4() is 1796.17
# while last known CPU time is 1796.53
#
# 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): 3.4801
#  lost CPU user time (s): 3.70007
#  lost CPU system time (s): -0.22

Real time (s): 1813.32
CPU time (s): 1800.01
CPU user time (s): 1798.26
CPU system time (s): 1.75
CPU usage (%): 99.2659
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.99
system time used= 2.18367
maximum resident set size= 1107812
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32458
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1600
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 79863
involuntary context switches= 33088

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.5844 second user time and 12.862 second system time

The end

Launcher Data

Begin job on node115 at 2016-06-16 13:44:48
IDJOB=4091988
IDBENCH=78785
IDSOLVER=2552
FILE ID=node115/4091988-1466077488
RUNJOBID= node115-1466075487-11287
PBS_JOBID= 19904021
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111218024--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4091988-1466077488/watcher-4091988-1466077488 -o /tmp/evaluation-result-4091988-1466077488/solver-4091988-1466077488 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1466075487-11287 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4091988-1466077488.wbo

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

MD5SUM BENCH= a7711a7b19a36d7c95277483b0aa560c
RANDOM SEED=836194227

node115.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		: 2667.103
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	: 5334.20
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		: 2667.103
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		: 2667.103
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		: 2667.103
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		: 2667.103
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		: 2667.103
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		: 2667.103
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		: 2667.103
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:        30678660 kB
Buffers:           22072 kB
Cached:            58680 kB
SwapCached:         2108 kB
Active:           256896 kB
Inactive:          51552 kB
Active(anon):     228668 kB
Inactive(anon):     1636 kB
Active(file):      28228 kB
Inactive(file):    49916 kB
Unevictable:     1182944 kB
Mlocked:         1103228 kB
SwapTotal:      67108856 kB
SwapFree:       67099108 kB
Dirty:               832 kB
Writeback:             0 kB
AnonPages:       1412508 kB
Mapped:            15288 kB
Shmem:                 0 kB
Slab:             566128 kB
SReclaimable:       9928 kB
SUnreclaim:       556200 kB
KernelStack:        1664 kB
PageTables:         7444 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1839476 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    266240 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= 71740 MiB
End job on node115 at 2016-06-16 14:15:02