Trace number 4109889

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.08 1783.05

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900557957--soft-33-100-0.wbo
MD5SUMcb2e0a6db987ecdc06dc4066ca6b4222
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark54.3217
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 constraints1804
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 90822
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 90821
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 717
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4109889-1466344590.wbo
0.11/0.11	c reading problem ... 
0.48/0.33	c ... done. Wall clock time 0.223s.
0.48/0.33	c declared #vars     231
0.48/0.33	c internal #vars     2035
0.48/0.33	c #constraints  2707
0.48/0.33	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.48/0.33	c constraints type 
0.48/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2599
0.48/0.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 6
0.48/0.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 85
0.48/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 17
0.48/0.33	c 2707 constraints processed.
0.48/0.33	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.48/0.33	c constraints type 
0.48/0.33	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 85
0.48/0.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2599
0.48/0.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 6
0.48/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17
0.48/0.33	c 2707 constraints processed.
0.48/0.33	c objective function length is 1804 literals
0.76/0.47	c And the winner is solver0
1.33/0.84	c SATISFIABLE
1.33/0.84	c OPTIMIZING...
1.33/0.84	c Got one! Elapsed wall clock time (in seconds):0.729
1.33/0.84	o 442
1.33/0.87	c And the winner is solver0
1.92/1.35	c Got one! Elapsed wall clock time (in seconds):1.243
1.92/1.35	o 413
1.92/1.37	c And the winner is solver0
2.10/1.86	c Got one! Elapsed wall clock time (in seconds):1.752
2.10/1.86	o 410
2.10/1.87	c And the winner is solver0
2.18/2.37	c Got one! Elapsed wall clock time (in seconds):2.259
2.18/2.37	o 372
2.18/2.38	c And the winner is solver0
2.19/2.87	c Got one! Elapsed wall clock time (in seconds):2.765
2.19/2.87	o 361
2.19/2.88	c And the winner is solver0
2.28/3.38	c Got one! Elapsed wall clock time (in seconds):3.27
2.28/3.38	o 350
2.28/3.40	c And the winner is solver0
2.33/3.88	c Got one! Elapsed wall clock time (in seconds):3.775
2.33/3.88	o 348
2.38/3.90	c And the winner is solver0
2.53/4.39	c Got one! Elapsed wall clock time (in seconds):4.279
2.53/4.39	o 324
2.53/4.40	c And the winner is solver0
2.57/4.89	c Got one! Elapsed wall clock time (in seconds):4.782
2.57/4.89	o 316
2.58/4.92	c And the winner is solver0
2.65/5.39	c Got one! Elapsed wall clock time (in seconds):5.286
2.65/5.39	o 313
2.65/5.41	c And the winner is solver0
2.71/5.90	c Got one! Elapsed wall clock time (in seconds):5.789
2.71/5.90	o 298
2.71/5.90	c And the winner is solver0
2.72/6.40	c Got one! Elapsed wall clock time (in seconds):6.291
2.72/6.40	o 297
2.72/6.43	c And the winner is solver0
2.80/6.90	c Got one! Elapsed wall clock time (in seconds):6.795
2.80/6.90	o 294
2.80/6.99	c And the winner is solver0
3.05/7.40	c Got one! Elapsed wall clock time (in seconds):7.297
3.05/7.40	o 292
3.05/7.42	c And the winner is solver0
3.10/7.91	c Got one! Elapsed wall clock time (in seconds):7.8
3.10/7.91	o 287
3.10/7.96	c And the winner is solver0
3.24/8.41	c Got one! Elapsed wall clock time (in seconds):8.303
3.24/8.41	o 261
3.24/8.42	c And the winner is solver0
3.24/8.91	c Got one! Elapsed wall clock time (in seconds):8.806
3.24/8.91	o 234
3.24/8.93	c And the winner is solver0
3.28/9.42	c Got one! Elapsed wall clock time (in seconds):9.309
3.28/9.42	o 231
3.28/9.42	c And the winner is solver0
3.28/9.92	c Got one! Elapsed wall clock time (in seconds):9.811
3.28/9.92	o 226
3.28/9.93	c And the winner is solver0
3.31/10.42	c Got one! Elapsed wall clock time (in seconds):10.314
3.31/10.42	o 220
3.47/10.52	c And the winner is solver0
3.54/10.92	c Got one! Elapsed wall clock time (in seconds):10.816
3.54/10.92	o 214
3.54/10.94	c And the winner is solver0
3.58/11.43	c Got one! Elapsed wall clock time (in seconds):11.319
3.58/11.43	o 213
3.72/11.57	c And the winner is solver0
4.00/11.93	c Got one! Elapsed wall clock time (in seconds):11.822
4.00/11.93	o 212
4.00/11.99	c And the winner is solver0
4.14/12.43	c Got one! Elapsed wall clock time (in seconds):12.324
4.14/12.43	o 211
4.26/12.52	c And the winner is solver0
4.33/12.94	c Got one! Elapsed wall clock time (in seconds):12.827
4.33/12.94	o 197
4.33/12.95	c And the winner is solver0
4.39/13.44	c Got one! Elapsed wall clock time (in seconds):13.33
4.39/13.44	o 195
4.70/13.60	c And the winner is solver0
4.75/13.94	c Got one! Elapsed wall clock time (in seconds):13.833
4.75/13.94	o 185
4.75/13.97	c And the winner is solver0
4.84/14.44	c Got one! Elapsed wall clock time (in seconds):14.335
4.84/14.44	o 184
4.84/14.46	c And the winner is solver0
4.90/14.95	c Got one! Elapsed wall clock time (in seconds):14.838
4.90/14.95	o 181
4.90/14.96	c And the winner is solver0
4.96/15.45	c Got one! Elapsed wall clock time (in seconds):15.341
4.96/15.45	o 173
4.96/15.46	c And the winner is solver0
5.02/15.95	c Got one! Elapsed wall clock time (in seconds):15.844
5.02/15.95	o 172
5.02/15.96	c And the winner is solver0
5.04/16.45	c Got one! Elapsed wall clock time (in seconds):16.346
5.04/16.45	o 171
5.14/16.55	c And the winner is solver0
5.26/16.96	c Got one! Elapsed wall clock time (in seconds):16.849
5.26/16.96	o 170
5.26/16.99	c And the winner is solver0
5.33/17.46	c Got one! Elapsed wall clock time (in seconds):17.352
5.33/17.46	o 168
5.40/17.50	c And the winner is solver0
5.42/17.96	c Got one! Elapsed wall clock time (in seconds):17.854
5.42/17.96	o 155
5.76/18.14	c And the winner is solver0
5.85/18.48	c Got one! Elapsed wall clock time (in seconds):18.378
5.85/18.48	o 154
6.07/18.65	c And the winner is solver0
6.19/18.99	c Got one! Elapsed wall clock time (in seconds):18.88
6.19/18.99	o 152
6.21/19.01	c And the winner is solver0
6.26/19.49	c Got one! Elapsed wall clock time (in seconds):19.383
6.26/19.49	o 149
6.54/19.62	c And the winner is solver0
6.61/19.99	c Got one! Elapsed wall clock time (in seconds):19.886
6.61/19.99	o 135
6.61/20.00	c And the winner is solver0
6.61/20.50	c Got one! Elapsed wall clock time (in seconds):20.389
6.61/20.50	o 118
6.61/20.51	c And the winner is solver0
6.66/21.00	c Got one! Elapsed wall clock time (in seconds):20.891
6.66/21.00	o 117
6.67/21.03	c And the winner is solver0
6.74/21.50	c Got one! Elapsed wall clock time (in seconds):21.394
6.74/21.50	o 107
6.74/21.51	c And the winner is solver0
6.74/22.00	c Got one! Elapsed wall clock time (in seconds):21.896
6.74/22.00	o 105
6.74/22.08	c And the winner is solver0
6.92/22.51	c Got one! Elapsed wall clock time (in seconds):22.399
6.92/22.51	o 97
6.92/22.53	c And the winner is solver0
6.99/23.01	c Got one! Elapsed wall clock time (in seconds):22.901
6.99/23.01	o 95
6.99/23.10	c And the winner is solver0
7.24/23.51	c Got one! Elapsed wall clock time (in seconds):23.405
7.24/23.51	o 91
7.24/23.58	c And the winner is solver0
7.39/24.02	c Got one! Elapsed wall clock time (in seconds):23.908
7.39/24.02	o 90
7.39/24.03	c And the winner is solver0
7.42/24.52	c Got one! Elapsed wall clock time (in seconds):24.412
7.42/24.52	o 89
7.80/24.74	c cleaning 7911 clauses out of 15829 with flag 5835/15829
8.04/24.80	c And the winner is solver0
8.08/25.02	c Got one! Elapsed wall clock time (in seconds):24.917
8.08/25.02	o 87
8.22/25.13	c And the winner is solver0
8.30/25.53	c Got one! Elapsed wall clock time (in seconds):25.421
8.30/25.53	o 71
8.30/25.56	c And the winner is solver0
8.39/26.03	c Got one! Elapsed wall clock time (in seconds):25.926
8.39/26.03	o 69
8.54/26.11	c And the winner is solver0
8.59/26.54	c Got one! Elapsed wall clock time (in seconds):26.433
8.59/26.54	o 68
9.32/26.97	c And the winner is solver0
9.49/27.05	c Got one! Elapsed wall clock time (in seconds):26.94
9.49/27.05	o 57
9.87/27.20	c cleaning 7251 clauses out of 14508 with flag 5812/22419
10.49/27.43	c And the winner is solver0
10.71/27.56	c Got one! Elapsed wall clock time (in seconds):27.448
10.71/27.56	o 52
11.22/27.82	c cleaning 6337 clauses out of 12677 with flag 18235/27839
11.22/27.83	c And the winner is solver0
11.53/28.07	c Got one! Elapsed wall clock time (in seconds):27.959
11.53/28.07	o 49
12.55/28.59	c cleaning 5750 clauses out of 11512 with flag 38453/33011
13.17/28.82	c And the winner is solver0
13.26/29.08	c Got one! Elapsed wall clock time (in seconds):28.973
13.26/29.08	o 47
13.27/29.11	c And the winner is solver0
13.39/29.60	c Got one! Elapsed wall clock time (in seconds):29.488
13.39/29.60	o 45
13.80/29.87	c cleaning 5655 clauses out of 11335 with flag 20186/38584
14.82/30.37	c cleaning 5828 clauses out of 11678 with flag 66291/44582
15.22/30.59	c And the winner is solver0
15.42/30.61	c Got one! Elapsed wall clock time (in seconds):30.503
15.42/30.61	o 29
15.42/30.64	c And the winner is solver0
16.78/31.93	c Got one! Elapsed wall clock time (in seconds):31.823
16.78/31.93	o 26
17.12/32.17	c cleaning 5856 clauses out of 11717 with flag 22737/50449
17.12/32.19	c And the winner is solver0
17.34/32.45	c Got one! Elapsed wall clock time (in seconds):32.346
17.34/32.45	o 25
17.64/32.65	c And the winner is solver0
17.75/32.98	c Got one! Elapsed wall clock time (in seconds):32.872
17.75/32.98	o 24
18.16/33.22	c cleaning 5673 clauses out of 11368 with flag 23946/55956
18.16/33.22	c And the winner is solver0
18.25/33.50	c Got one! Elapsed wall clock time (in seconds):33.396
18.25/33.50	o 23
18.80/33.88	c cleaning 5376 clauses out of 10759 with flag 43116/61020
19.62/34.21	c And the winner is solver0
19.66/34.53	c Got one! Elapsed wall clock time (in seconds):34.422
19.66/34.53	o 22
19.66/34.59	c And the winner is solver0
362.27/371.98	c cleaning 0 clauses out of 6755 with flag 0/6784
1181.29/1177.16	c cleaning 0 clauses out of 12754 with flag 0/12783
1800.08/1783.00	c >>>>>>>>>> Solver number 0 (64 answers) <<<<<<<<<<<<<<<<<<
1800.08/1783.00	c starts		: 148
1800.08/1783.00	c conflicts		: 65963
1800.08/1783.00	c decisions		: 234653
1800.08/1783.00	c propagations		: 13268945
1800.08/1783.00	c inspects		: 49122635
1800.08/1783.00	c shortcuts		: 0
1800.08/1783.00	c learnt literals	: 0
1800.08/1783.00	c learnt binary clauses	: 3
1800.08/1783.00	c learnt ternary clauses	: 26
1800.08/1783.00	c learnt constraints	: 65963
1800.08/1783.00	c ignored constraints	: 0
1800.08/1783.00	c root simplifications	: 0
1800.08/1783.00	c removed literals (reason simplification)	: 181078
1800.08/1783.00	c reason swapping (by a shorter reason)	: 0
1800.08/1783.00	c Calls to reduceDB	: 9
1800.08/1783.00	c Number of update (reduction) of LBD	: 28370
1800.08/1783.00	c Imported unit clauses	: 0
1800.08/1783.00	c number of reductions to clauses (during analyze)	: 0
1800.08/1783.00	c number of learned constraints concerned by reduction	: 0
1800.08/1783.00	c number of learning phase by resolution	: 0
1800.08/1783.00	c number of learning phase by cutting planes	: 0
1800.08/1783.00	c speed (assignments/second)	: 7443.352815488342
1800.08/1783.00	c non guided choices	7778
1800.08/1783.01	c learnt constraints type 
1800.08/1783.01	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 3
1800.08/1783.01	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 10323
1800.08/1783.01	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.08/1783.01	c starts		: 104
1800.08/1783.01	c conflicts		: 16343
1800.08/1783.01	c decisions		: 271851
1800.08/1783.01	c propagations		: 1510019
1800.08/1783.01	c inspects		: 1059314453
1800.08/1783.01	c shortcuts		: 0
1800.08/1783.01	c learnt literals	: 0
1800.08/1783.01	c learnt binary clauses	: 0
1800.08/1783.01	c learnt ternary clauses	: 0
1800.08/1783.01	c learnt constraints	: 16313
1800.08/1783.01	c ignored constraints	: 0
1800.08/1783.01	c root simplifications	: 0
1800.08/1783.01	c removed literals (reason simplification)	: 0
1800.08/1783.01	c reason swapping (by a shorter reason)	: 0
1800.08/1783.01	c Calls to reduceDB	: 2
1800.08/1783.01	c Number of update (reduction) of LBD	: 0
1800.08/1783.01	c Imported unit clauses	: 0
1800.08/1783.01	c number of reductions to clauses (during analyze)	: 0
1800.08/1783.01	c number of learned constraints concerned by reduction	: 0
1800.08/1783.01	c number of learning phase by resolution	: 0
1800.08/1783.01	c number of learning phase by cutting planes	: 0
1800.08/1783.01	c speed (assignments/second)	: 863.6517022303667
1800.08/1783.01	c non guided choices	6344
1800.08/1783.01	c learnt constraints type 
1800.08/1783.01	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1047
1800.08/1783.01	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
1800.08/1783.01	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15259
1800.08/1783.01	s SATISFIABLE
1800.08/1783.01	c Found 63 solution(s)
1800.08/1783.02	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.08/1783.02	c objective function=22
1800.08/1783.02	c Total wall clock time (in seconds): 1782.909

Verifier Data

OK	22

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

pid=4435
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.35 2.19 2.03 3/196 4438
/proc/meminfo: memFree=28468084/32872528 swapFree=1103996/1183712
[pid=4438] ppid=4435 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/4438/stat : 4438 (java) S 4435 4438 29675 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 36507947 98570240 977 33554432000 1073741824 1073778376 140734292743552 140734292734688 271790932029 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4438/statm: 24065 977 743 9 0 16771 0
[pid=4438/tid=4439] ppid=4435 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/4438/task/4439/stat : 4439 (java) R 4435 4438 29675 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 36507948 98570240 977 33554432000 1073741824 1073778376 140734292743552 140659849580072 271787574656 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100161 s]
/proc/loadavg: 2.35 2.19 2.03 3/196 4438
/proc/meminfo: memFree=28468084/32872528 swapFree=1103996/1183712
[pid=4438] ppid=4435 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/4438/stat : 4438 (java) S 4435 4438 29675 0 -1 4202496 4515 0 1 0 10 1 0 0 20 0 18 0 36507947 9787879424 6143 33554432000 1073741824 1073778376 140734292743552 140734292734688 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4438/statm: 2389619 6143 2156 9 0 2380296 0
[pid=4438/tid=4439] ppid=4435 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/4438/task/4439/stat : 4439 (java) R 4435 4438 29675 0 -1 4202560 2408 0 1 0 8 0 0 0 20 0 18 0 36507948 9787879424 6143 33554432000 1073741824 1073778376 140734292743552 140659849574936 140659857459189 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200355 s]
/proc/loadavg: 2.35 2.19 2.03 3/196 4438
/proc/meminfo: memFree=28468084/32872528 swapFree=1103996/1183712
[pid=4438] ppid=4435 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/4438/stat : 4438 (java) S 4435 4438 29675 0 -1 4202496 4758 0 1 0 24 1 0 0 20 0 18 0 36507947 9787879424 6853 33554432000 1073741824 1073778376 140734292743552 140734292734688 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4438/statm: 2389619 6853 2198 9 0 2380296 0
[pid=4438/tid=4439] ppid=4435 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/4438/task/4439/stat : 4439 (java) R 4435 4438 29675 0 -1 4202560 2424 0 1 0 16 1 0 0 20 0 18 0 36507948 9787879424 6853 33554432000 1073741824 1073778376 140734292743552 140659849584968 140659721739776 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300288 s]
/proc/loadavg: 2.35 2.19 2.03 3/196 4438
/proc/meminfo: memFree=28468084/32872528 swapFree=1103996/1183712
[pid=4438] ppid=4435 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/4438/stat : 4438 (java) S 4435 4438 29675 0 -1 4202496 5686 0 1 0 47 1 0 0 20 0 18 0 36507947 9787879424 8944 33554432000 1073741824 1073778376 140734292743552 140734292734688 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4438/statm: 2389619 8944 2231 9 0 2380296 0
[pid=4438/tid=4439] ppid=4435 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/4438/task/4439/stat : 4439 (java) R 4435 4438 29675 0 -1 4202560 2427 0 1 0 26 1 0 0 20 0 18 0 36507948 9787879424 8944 33554432000 1073741824 1073778376 140734292743552 140659849576304 140659721741441 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700342 s]
/proc/loadavg: 2.35 2.19 2.03 3/196 4438
/proc/meminfo: memFree=28468084/32872528 swapFree=1103996/1183712
[pid=4438] ppid=4435 vsize=9824732 CPUtime=1.33 cores=1,3,5,7
/proc/4438/stat : 4438 (java) S 4435 4438 29675 0 -1 4202496 10419 0 1 0 129 4 0 0 20 0 19 0 36507947 10060525568 13436 33554432000 1073741824 1073778376 140734292743552 140734292734688 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4438/statm: 2456183 13436 2259 9 0 2446860 0
[pid=4438/tid=4439] ppid=4435 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/4438/task/4439/stat : 4439 (java) S 4435 4438 29675 0 -1 4202560 2444 0 1 0 30 1 0 0 20 0 19 0 36507948 10060525568 13436 33554432000 1073741824 1073778376 140734292743552 140659849585528 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 9824732

[startup+1.50087 s]
/proc/loadavg: 2.35 2.19 2.03 3/215 4463
/proc/meminfo: memFree=28400600/32872528 swapFree=1103996/1183712
[pid=4438] ppid=4435 vsize=9824732 CPUtime=2.1 cores=1,3,5,7
/proc/4438/stat : 4438 (java) S 4435 4438 29675 0 -1 4202496 18559 0 1 0 201 9 0 0 20 0 19 0 36507947 10060525568 20299 33554432000 1073741824 1073778376 140734292743552 140734292734688 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4438/statm: 2456183 20299 2265 9 0 2446860 0
[pid=4438/tid=4439] ppid=4435 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/4438/task/4439/stat : 4439 (java) S 4435 4438 29675 0 -1 4202560 2445 0 1 0 32 1 0 0 20 0 19 0 36507948 10060525568 20299 33554432000 1073741824 1073778376 140734292743552 140659849585528 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4438/tid=4441] ppid=4435 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4438/task/4441/stat : 4441 (java) S 4435 4438 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36507948 10060525568 20299 33554432000 1073741824 1073778376 140734292743552 140659693304104 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4438/tid=4442] ppid=4435 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4438/task/4442/stat : 4442 (java) S 4435 4438 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36507948 10060525568 20299 33554432000 1073741824 1073778376 140734292743552 140659692251304 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4438/tid=4443] ppid=4435 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4438/task/4443/stat : 4443 (java) S 4435 4438 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36507948 10060525568 20299 33554432000 1073741824 1073778376 140734292743552 140659691199016 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4438/tid=4444] ppid=4435 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4438/task/4444/stat : 4444 (java) S 4435 4438 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36507948 10060525568 20299 33554432000 1073741824 1073778376 140734292743552 140659690146216 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4438/tid=4445] ppid=4435 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4438/task/4445/stat : 4445 (java) S 4435 4438 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36507948 10060525568 20299 33554432000 1073741824 1073778376 140734292743552 140659689093928 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4438/tid=4446] ppid=4435 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4438/task/4446/stat : 4446 (java) S 4435 4438 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36507948 10060525568 20299 33554432000 1073741824 1073778376 140734292743552 140659688041128 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4438/tid=4447] ppid=4435 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4438/task/4447/stat : 4447 (java) S 4435 4438 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36507948 10060525568 20299 33554432000 1073741824 1073778376 140734292743552 140659686988840 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4438/tid=4448] ppid=4435 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4438/task/4448/stat : 4448 (java) S 4435 4438 29675 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36507948 10060525568 20299 33554432000 1073741824 1073778376 140734292743552 140659685936040 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4438/tid=4449] ppid=4435 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4438/task/4449/stat : 4449 (java) S 4435 4438 29675 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36507949 10060525568 20299 33554432000 1073741824 1073778376 140734292743552 140659673737448 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4438/tid=4450] ppid=4435 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4438/task/4450/stat : 4450 (java) S 4435 4438 29675 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36507950 10060525568 20299 33554432000 1073741824 1073778376 140734292743552 140659672683512 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4438/tid=4451] ppid=4435 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4438/task/4451/stat : 4451 (java) S 4435 4438 29675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36507950 10060525568 20299 33554432000 1073741824 1073778376 140734292743552 140659671631112 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4438/tid=4452] ppid=4435 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4438/task/4452/stat : 4452 (java) S 4435 4438 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36507952 10060525568 20299 33554432000 1073741824 1073778376 140734292743552 140659670579600 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4438/tid=4453] ppid=4435 vsize=9824732 CPUtime=0.57 cores=1,3,5,7
/proc/4438/task/4453/stat : 4453 (java) S 4435 4438 29675 0 -1 4202560 4893 0 0 0 57 0 0 0 20 0 19 0 36507952 10060525568 20299 33554432000 1073741824 1073778376 140734292743552 140659669527224 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4438/tid=4454] ppid=4435 vsize=9824732 CPUtime=0.77 cores=1,3,5,7
/proc/4438/task/4454/stat : 4454 (java) S 4435 4438 29675 0 -1 4202560 9869 0 0 0 76 1 0 0 20 0 19 0 36507952 10060525568 20299 33554432000 1073741824 1073778376 140734292743552 140659668474424 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4438/tid=4455] ppid=4435 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4438/task/4455/stat : 4455 (java) S 4435 4438 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36507952 10060525568 20299 33554432000 1073741824 1073778376 140734292743552 140659667422328 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4438/tid=4456] ppid=4435 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4438/task/4456/stat : 4456 (java) S 4435 4438 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36507952 10060525568 20299 33554432000 1073741824 1073778376 140734292743552 140659666369736 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4438/tid=4459] ppid=4435 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4438/task/4459/stat : 4459 (java) S 4435 4438 29675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36507982 10060525568 20299 33554432000 1073741824 1073778376 140734292743552 140659663209640 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.1
Current children cumulated vsize (KiB) 9824732

[startup+3.10079 s]
/proc/loadavg: 2.35 2.19 2.03 2/215 4469
/proc/meminfo: memFree=28385820/32872528 swapFree=1103996/1183712
[pid=4438] ppid=4435 vsize=9824732 CPUtime=2.28 cores=1,3,5,7
/proc/4438/stat : 4438 (java) S 4435 4438 29675 0 -1 4202496 18590 0 1 0 218 10 0 0 20 0 19 0 36507947 10060525568 25420 33554432000 1073741824 1073778376 140734292743552 140734292734688 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4438/statm: 2456183 25420 2265 9 0 2446860 0
[pid=4438/tid=4439] ppid=4435 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/4438/task/4439/stat : 4439 (java) S 4435 4438 29675 0 -1 4202560 2448 0 1 0 34 2 0 0 20 0 19 0 36507948 10060525568 25420 33554432000 1073741824 1073778376 140734292743552 140659849585528 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4438/tid=4441] ppid=4435 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4438/task/4441/stat : 4441 (java) S 4435 4438 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36507948 10060525568 25420 33554432000 1073741824 1073778376 140734292743552 140659693304104 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4438/tid=4442] ppid=4435 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4438/task/4442/stat : 4442 (java) S 4435 4438 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36507948 10060525568 25420 33554432000 1073741824 1073778376 140734292743552 140659692251304 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4438/tid=4443] ppid=4435 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4438/task/4443/stat : 4443 (java) S 4435 4438 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36507948 10060525568 25420 33554432000 1073741824 1073778376 140734292743552 140659691199016 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4438/tid=4444] ppid=4435 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4438/task/4444/stat : 4444 (java) S 4435 4438 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36507948 10060525568 25420 33554432000 1073741824 1073778376 140734292743552 140659690146216 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4438/tid=4445] ppid=4435 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4438/task/4445/stat : 4445 (java) S 4435 4438 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36507948 10060525568 25420 33554432000 1073741824 1073778376 140734292743552 140659689093928 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4438/tid=4446] ppid=4435 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4438/task/4446/stat : 4446 (java) S 4435 4438 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36507948 10060525568 25420 33554432000 1073741824 1073778376 140734292743552 140659688041128 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4438/tid=4447] ppid=4435 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4438/task/4447/stat : 4447 (java) S 4435 4438 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36507948 10060525568 25420 33554432000 1073741824 1073778376 140734292743552 140659686988840 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4438/tid=4448] ppid=4435 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4438/task/4448/stat : 4448 (java) S 4435 4438 29675 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36507948 10060525568 25420 33554432000 1073741824 1073778376 140734292743552 140659685936040 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4438/tid=4449] ppid=4435 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4438/task/4449/stat : 4449 (java) S 4435 4438 29675 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36507949 10060525568 25420 33554432000 1073741824 1073778376 140734292743552 140659673737448 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4438/tid=4450] ppid=4435 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4438/task/4450/stat : 4450 (java) S 4435 4438 29675 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36507950 10060525568 25420 33554432000 1073741824 1073778376 140734292743552 140659672683512 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4438/tid=4451] ppid=4435 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4438/task/4451/stat : 4451 (java) S 4435 4438 29675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36507950 10060525568 25420 33554432000 1073741824 1073778376 140734292743552 140659671631112 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4438/tid=4452] ppid=4435 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4438/task/4452/stat : 4452 (java) S 4435 4438 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36507952 10060525568 25420 33554432000 1073741824 1073778376 140734292743552 140659670579600 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4438/tid=4453] ppid=4435 vsize=9824732 CPUtime=0.62 cores=1,3,5,7
/proc/4438/task/4453/stat : 4453 (java) S 4435 4438 29675 0 -1 4202560 4893 0 0 0 62 0 0 0 20 0 19 0 36507952 10060525568 25420 33554432000 1073741824 1073778376 140734292743552 140659669527224 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4438/tid=4454] ppid=4435 vsize=9824732 CPUtime=0.88 cores=1,3,5,7
/proc/4438/task/4454/stat : 4454 (java) S 4435 4438 29675 0 -1 4202560 9869 0 0 0 86 2 0 0 20 0 19 0 36507952 10060525568 25420 33554432000 1073741824 1073778376 140734292743552 140659668474424 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4438/tid=4455] ppid=4435 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4438/task/4455/stat : 4455 (java) S 4435 4438 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36507952 10060525568 25420 33554432000 1073741824 1073778376 140734292743552 140659667422328 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4438/tid=4456] ppid=4435 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4438/task/4456/stat : 4456 (java) S 4435 4438 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36507952 10060525568 25420 33554432000 1073741824 1073778376 140734292743552 140659666369736 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4438/tid=4459] ppid=4435 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4438/task/4459/stat : 4459 (java) S 4435 4438 29675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36507982 10060525568 25420 33554432000 1073741824 1073778376 140734292743552 140659663209640 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=21 pid=1814 uid=0 cmd=

[startup+6.30082 s]
/proc/loadavg: 2.32 2.19 2.03 2/215 4490
/proc/meminfo: memFree=28344204/32872528 swapFree=1103996/1183712
[pid=4438] ppid=4435 vsize=9824732 CPUtime=2.72 cores=1,3,5,7
/proc/4438/stat : 4438 (java) S 4435 4438 29675 0 -1 4202496 20289 0 1 0 255 17 0 0 20 0 19 0 36507947 10060525568 33095 33554432000 1073741824 1073778376 140734292743552 140734292734688 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4438/statm: 2456183 33095 2270 9 0 2446860 0
[pid=4438/tid=4439] ppid=4435 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/4438/task/4439/stat : 4439 (java) S 4435 4438 29675 0 -1 4202560 2452 0 1 0 36 2 0 0 20 0 19 0 36507948 10060525568 33095 33554432000 1073741824 1073778376 140734292743552 140659849585528 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4438/tid=4441] ppid=4435 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4438/task/4441/stat : 4441 (java) S 4435 4438 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36507948 10060525568 33095 33554432000 1073741824 1073778376 140734292743552 140659693304104 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4438/tid=4442] ppid=4435 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4438/task/4442/stat : 4442 (java) S 4435 4438 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36507948 10060525568 33095 33554432000 1073741824 1073778376 140734292743552 140659692251304 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4438/tid=4443] ppid=4435 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4438/task/4443/stat : 4443 (java) S 4435 4438 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36507948 10060525568 33095 33554432000 1073741824 1073778376 140734292743552 140659691199016 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4438/tid=4444] ppid=4435 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4438/task/4444/stat : 4444 (java) S 4435 4438 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36507948 10060525568 33095 33554432000 1073741824 1073778376 140734292743552 140659690146216 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4438/tid=4445] ppid=4435 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4438/task/4445/stat : 4445 (java) S 4435 4438 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36507948 10060525568 33095 33554432000 1073741824 1073778376 140734292743552 140659689093928 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4438/tid=4446] ppid=4435 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4438/task/4446/stat : 4446 (java) S 4435 4438 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36507948 10060525568 33095 33554432000 1073741824 1073778376 140734292743552 140659688041128 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4438/tid=4447] ppid=4435 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4438/task/4447/stat : 4447 (java) S 4435 4438 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36507948 10060525568 33095 33554432000 1073741824 1073778376 140734292743552 140659686988840 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4438/tid=4448] ppid=4435 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4438/task/4448/stat : 4448 (java) S 4435 4438 29675 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36507948 10060525568 33095 33554432000 1073741824 1073778376 140734292743552 140659685936040 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4438/tid=4449] ppid=4435 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4438/task/4449/stat : 4449 (java) S 4435 4438 29675 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 36507949 10060525568 33095 33554432000 1073741824 1073778376 140734292743552 140659673737448 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4438/tid=4450] ppid=4435 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4438/task/4450/stat : 4450 (java) S 4435 4438 29675 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36507950 10060525568 33095 33554432000 1073741824 1073778376 140734292743552 140659672683512 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4438/tid=4451] ppid=4435 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4438/task/4451/stat : 4451 (java) S 4435 4438 29675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36507950 10060525568 33095 33554432000 1073741824 1073778376 140734292743552 140659671631112 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4438/tid=4452] ppid=4435 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4438/task/4452/stat : 4452 (java) S 4435 4438 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36507952 10060525568 33095 33554432000 1073741824 1073778376 140734292743552 140659670579600 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4438/tid=4453] ppid=4435 vsize=9824732 CPUtime=0.81 cores=1,3,5,7

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

[pid=4438/tid=4445] ppid=4435 vsize=9824732 CPUtime=4.94 cores=1,3,5,7
/proc/4438/task/4445/stat : 4445 (java) S 4435 4438 29675 0 -1 4202560 634 0 0 0 468 26 0 0 20 0 21 0 36507948 10060525568 1067206 33554432000 1073741824 1073778376 140734292743552 140659689093928 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4438/tid=4446] ppid=4435 vsize=9824732 CPUtime=5.15 cores=1,3,5,7
/proc/4438/task/4446/stat : 4446 (java) S 4435 4438 29675 0 -1 4202560 552 0 0 0 490 25 0 0 20 0 21 0 36507948 10060525568 1067206 33554432000 1073741824 1073778376 140734292743552 140659688041128 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4438/tid=4447] ppid=4435 vsize=9824732 CPUtime=5.47 cores=1,3,5,7
/proc/4438/task/4447/stat : 4447 (java) S 4435 4438 29675 0 -1 4202560 628 0 0 0 523 24 0 0 20 0 21 0 36507948 10060525568 1067206 33554432000 1073741824 1073778376 140734292743552 140659686988840 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4438/tid=4448] ppid=4435 vsize=9824732 CPUtime=5.42 cores=1,3,5,7
/proc/4438/task/4448/stat : 4448 (java) S 4435 4438 29675 0 -1 4202560 610 0 0 0 517 25 0 0 20 0 21 0 36507948 10060525568 1067206 33554432000 1073741824 1073778376 140734292743552 140659685936040 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4438/tid=4449] ppid=4435 vsize=9824732 CPUtime=7.77 cores=1,3,5,7
/proc/4438/task/4449/stat : 4449 (java) S 4435 4438 29675 0 -1 4202560 3272 0 0 0 771 6 0 0 20 0 21 0 36507949 10060525568 1067206 33554432000 1073741824 1073778376 140734292743552 140659673737448 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4438/tid=4450] ppid=4435 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4438/task/4450/stat : 4450 (java) S 4435 4438 29675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36507950 10060525568 1067206 33554432000 1073741824 1073778376 140734292743552 140659672683512 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4438/tid=4451] ppid=4435 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4438/task/4451/stat : 4451 (java) S 4435 4438 29675 0 -1 4202560 44 0 0 0 0 0 0 0 20 0 21 0 36507950 10060525568 1067206 33554432000 1073741824 1073778376 140734292743552 140659671631112 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4438/tid=4452] ppid=4435 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4438/task/4452/stat : 4452 (java) S 4435 4438 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36507952 10060525568 1067206 33554432000 1073741824 1073778376 140734292743552 140659670579600 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4438/tid=4453] ppid=4435 vsize=9824732 CPUtime=1.64 cores=1,3,5,7
/proc/4438/task/4453/stat : 4453 (java) S 4435 4438 29675 0 -1 4202560 12216 0 0 0 161 3 0 0 20 0 21 0 36507952 10060525568 1067206 33554432000 1073741824 1073778376 140734292743552 140659669527224 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4438/tid=4454] ppid=4435 vsize=9824732 CPUtime=1.72 cores=1,3,5,7
/proc/4438/task/4454/stat : 4454 (java) S 4435 4438 29675 0 -1 4202560 18727 0 0 0 169 3 0 0 20 0 21 0 36507952 10060525568 1067206 33554432000 1073741824 1073778376 140734292743552 140659668474424 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4438/tid=4455] ppid=4435 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4438/task/4455/stat : 4455 (java) S 4435 4438 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36507952 10060525568 1067206 33554432000 1073741824 1073778376 140734292743552 140659667422328 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4438/tid=4456] ppid=4435 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/4438/task/4456/stat : 4456 (java) S 4435 4438 29675 0 -1 4202560 100 0 0 0 26 32 0 0 20 0 21 0 36507952 10060525568 1067206 33554432000 1073741824 1073778376 140734292743552 140659666369736 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4438/tid=4459] ppid=4435 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4438/task/4459/stat : 4459 (java) S 4435 4438 29675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 36507982 10060525568 1067206 33554432000 1073741824 1073778376 140734292743552 140659663209640 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4438/tid=4647] ppid=4435 vsize=9824732 CPUtime=1664.27 cores=1,3,5,7
/proc/4438/task/4647/stat : 4647 (java) R 4435 4438 29675 0 -1 4202560 1875 0 0 0 166363 64 0 0 20 0 21 0 36511403 10060525568 1067206 33554432000 1073741824 1073778376 140734292743552 140659662155632 140659722543809 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4438/tid=4648] ppid=4435 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4438/task/4648/stat : 4648 (java) S 4435 4438 29675 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 36511407 10060525568 1067206 33554432000 1073741824 1073778376 140734292743552 140659665315368 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1738.42
Current children cumulated vsize (KiB) 9824732

[startup+1782.3 s]
/proc/loadavg: 2.23 2.13 2.06 3/217 8537
/proc/meminfo: memFree=25155576/32872528 swapFree=1103996/1183712
[pid=4438] ppid=4435 vsize=9824732 CPUtime=1799.38 cores=1,3,5,7
/proc/4438/stat : 4438 (java) S 4435 4438 29675 0 -1 4202496 46038 0 1 0 179517 421 0 0 20 0 21 0 36507947 10060525568 1079010 33554432000 1073741824 1073778376 140734292743552 140734292734688 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4438/statm: 2456183 1079010 2295 9 0 2446860 0
[pid=4438/tid=4439] ppid=4435 vsize=9824732 CPUtime=1.41 cores=1,3,5,7
/proc/4438/task/4439/stat : 4439 (java) S 4435 4438 29675 0 -1 4202560 2526 0 1 0 109 32 0 0 20 0 21 0 36507948 10060525568 1079010 33554432000 1073741824 1073778376 140734292743552 140659849585656 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4438/tid=4441] ppid=4435 vsize=9824732 CPUtime=4.98 cores=1,3,5,7
/proc/4438/task/4441/stat : 4441 (java) S 4435 4438 29675 0 -1 4202560 593 0 0 0 476 22 0 0 20 0 21 0 36507948 10060525568 1079010 33554432000 1073741824 1073778376 140734292743552 140659693304104 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4438/tid=4442] ppid=4435 vsize=9824732 CPUtime=5.52 cores=1,3,5,7
/proc/4438/task/4442/stat : 4442 (java) S 4435 4438 29675 0 -1 4202560 896 0 0 0 526 26 0 0 20 0 21 0 36507948 10060525568 1079010 33554432000 1073741824 1073778376 140734292743552 140659692251304 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4438/tid=4443] ppid=4435 vsize=9824732 CPUtime=5.65 cores=1,3,5,7
/proc/4438/task/4443/stat : 4443 (java) S 4435 4438 29675 0 -1 4202560 611 0 0 0 537 28 0 0 20 0 21 0 36507948 10060525568 1079010 33554432000 1073741824 1073778376 140734292743552 140659691199016 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4438/tid=4444] ppid=4435 vsize=9824732 CPUtime=5.54 cores=1,3,5,7
/proc/4438/task/4444/stat : 4444 (java) S 4435 4438 29675 0 -1 4202560 646 0 0 0 527 27 0 0 20 0 21 0 36507948 10060525568 1079010 33554432000 1073741824 1073778376 140734292743552 140659690146216 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4438/tid=4445] ppid=4435 vsize=9824732 CPUtime=5.1 cores=1,3,5,7
/proc/4438/task/4445/stat : 4445 (java) S 4435 4438 29675 0 -1 4202560 639 0 0 0 484 26 0 0 20 0 21 0 36507948 10060525568 1079010 33554432000 1073741824 1073778376 140734292743552 140659689093928 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4438/tid=4446] ppid=4435 vsize=9824732 CPUtime=5.28 cores=1,3,5,7
/proc/4438/task/4446/stat : 4446 (java) S 4435 4438 29675 0 -1 4202560 561 0 0 0 503 25 0 0 20 0 21 0 36507948 10060525568 1079010 33554432000 1073741824 1073778376 140734292743552 140659688041128 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4438/tid=4447] ppid=4435 vsize=9824732 CPUtime=5.64 cores=1,3,5,7
/proc/4438/task/4447/stat : 4447 (java) S 4435 4438 29675 0 -1 4202560 641 0 0 0 539 25 0 0 20 0 21 0 36507948 10060525568 1079010 33554432000 1073741824 1073778376 140734292743552 140659686988840 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4438/tid=4448] ppid=4435 vsize=9824732 CPUtime=5.54 cores=1,3,5,7
/proc/4438/task/4448/stat : 4448 (java) S 4435 4438 29675 0 -1 4202560 624 0 0 0 529 25 0 0 20 0 21 0 36507948 10060525568 1079010 33554432000 1073741824 1073778376 140734292743552 140659685936040 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4438/tid=4449] ppid=4435 vsize=9824732 CPUtime=7.77 cores=1,3,5,7
/proc/4438/task/4449/stat : 4449 (java) S 4435 4438 29675 0 -1 4202560 3275 0 0 0 771 6 0 0 20 0 21 0 36507949 10060525568 1079010 33554432000 1073741824 1073778376 140734292743552 140659673737448 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4438/tid=4450] ppid=4435 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4438/task/4450/stat : 4450 (java) S 4435 4438 29675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36507950 10060525568 1079010 33554432000 1073741824 1073778376 140734292743552 140659672683512 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4438/tid=4451] ppid=4435 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4438/task/4451/stat : 4451 (java) S 4435 4438 29675 0 -1 4202560 44 0 0 0 0 0 0 0 20 0 21 0 36507950 10060525568 1079010 33554432000 1073741824 1073778376 140734292743552 140659671631112 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4438/tid=4452] ppid=4435 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4438/task/4452/stat : 4452 (java) S 4435 4438 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36507952 10060525568 1079010 33554432000 1073741824 1073778376 140734292743552 140659670579600 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4438/tid=4453] ppid=4435 vsize=9824732 CPUtime=1.64 cores=1,3,5,7
/proc/4438/task/4453/stat : 4453 (java) S 4435 4438 29675 0 -1 4202560 12216 0 0 0 161 3 0 0 20 0 21 0 36507952 10060525568 1079010 33554432000 1073741824 1073778376 140734292743552 140659669527224 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4438/tid=4454] ppid=4435 vsize=9824732 CPUtime=1.72 cores=1,3,5,7
/proc/4438/task/4454/stat : 4454 (java) S 4435 4438 29675 0 -1 4202560 18727 0 0 0 169 3 0 0 20 0 21 0 36507952 10060525568 1079010 33554432000 1073741824 1073778376 140734292743552 140659668474424 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4438/tid=4455] ppid=4435 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4438/task/4455/stat : 4455 (java) S 4435 4438 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36507952 10060525568 1079010 33554432000 1073741824 1073778376 140734292743552 140659667422328 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4438/tid=4456] ppid=4435 vsize=9824732 CPUtime=0.61 cores=1,3,5,7
/proc/4438/task/4456/stat : 4456 (java) S 4435 4438 29675 0 -1 4202560 104 0 0 0 27 34 0 0 20 0 21 0 36507952 10060525568 1079010 33554432000 1073741824 1073778376 140734292743552 140659666369736 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4438/tid=4459] ppid=4435 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4438/task/4459/stat : 4459 (java) S 4435 4438 29675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 36507982 10060525568 1079010 33554432000 1073741824 1073778376 140734292743552 140659663209640 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4438/tid=4647] ppid=4435 vsize=9824732 CPUtime=1723.78 cores=1,3,5,7
/proc/4438/task/4647/stat : 4647 (java) R 4435 4438 29675 0 -1 4202560 1879 0 0 0 172313 65 0 0 20 0 21 0 36511403 10060525568 1079010 33554432000 1073741824 1073778376 140734292743552 140659662155824 140659722403693 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4438/tid=4648] ppid=4435 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4438/task/4648/stat : 4648 (java) S 4435 4438 29675 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 36511407 10060525568 1079010 33554432000 1073741824 1073778376 140734292743552 140659665315368 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1799.38
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1783 s]
/proc/loadavg: 2.23 2.13 2.06 3/217 8537
/proc/meminfo: memFree=25155576/32872528 swapFree=1103996/1183712
[pid=4438] ppid=4435 vsize=9824732 CPUtime=1800.08 cores=1,3,5,7
/proc/4438/stat : 4438 (java) S 4435 4438 29675 0 -1 4202496 46038 0 1 0 179587 421 0 0 20 0 21 0 36507947 10060525568 1079010 33554432000 1073741824 1073778376 140734292743552 140734292734688 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4438/statm: 2456183 1079010 2295 9 0 2446860 0
[pid=4438/tid=4439] ppid=4435 vsize=9824732 CPUtime=1.41 cores=1,3,5,7
/proc/4438/task/4439/stat : 4439 (java) S 4435 4438 29675 0 -1 4202560 2526 0 1 0 109 32 0 0 20 0 21 0 36507948 10060525568 1079010 33554432000 1073741824 1073778376 140734292743552 140659849585656 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4438/tid=4441] ppid=4435 vsize=9824732 CPUtime=4.98 cores=1,3,5,7
/proc/4438/task/4441/stat : 4441 (java) S 4435 4438 29675 0 -1 4202560 593 0 0 0 476 22 0 0 20 0 21 0 36507948 10060525568 1079010 33554432000 1073741824 1073778376 140734292743552 140659693304104 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4438/tid=4442] ppid=4435 vsize=9824732 CPUtime=5.52 cores=1,3,5,7
/proc/4438/task/4442/stat : 4442 (java) S 4435 4438 29675 0 -1 4202560 896 0 0 0 526 26 0 0 20 0 21 0 36507948 10060525568 1079010 33554432000 1073741824 1073778376 140734292743552 140659692251304 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4438/tid=4443] ppid=4435 vsize=9824732 CPUtime=5.65 cores=1,3,5,7
/proc/4438/task/4443/stat : 4443 (java) S 4435 4438 29675 0 -1 4202560 611 0 0 0 537 28 0 0 20 0 21 0 36507948 10060525568 1079010 33554432000 1073741824 1073778376 140734292743552 140659691199016 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4438/tid=4444] ppid=4435 vsize=9824732 CPUtime=5.54 cores=1,3,5,7
/proc/4438/task/4444/stat : 4444 (java) S 4435 4438 29675 0 -1 4202560 646 0 0 0 527 27 0 0 20 0 21 0 36507948 10060525568 1079010 33554432000 1073741824 1073778376 140734292743552 140659690146216 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4438/tid=4445] ppid=4435 vsize=9824732 CPUtime=5.1 cores=1,3,5,7
/proc/4438/task/4445/stat : 4445 (java) S 4435 4438 29675 0 -1 4202560 639 0 0 0 484 26 0 0 20 0 21 0 36507948 10060525568 1079010 33554432000 1073741824 1073778376 140734292743552 140659689093928 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4438/tid=4446] ppid=4435 vsize=9824732 CPUtime=5.28 cores=1,3,5,7
/proc/4438/task/4446/stat : 4446 (java) S 4435 4438 29675 0 -1 4202560 561 0 0 0 503 25 0 0 20 0 21 0 36507948 10060525568 1079010 33554432000 1073741824 1073778376 140734292743552 140659688041128 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4438/tid=4447] ppid=4435 vsize=9824732 CPUtime=5.64 cores=1,3,5,7
/proc/4438/task/4447/stat : 4447 (java) S 4435 4438 29675 0 -1 4202560 641 0 0 0 539 25 0 0 20 0 21 0 36507948 10060525568 1079010 33554432000 1073741824 1073778376 140734292743552 140659686988840 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4438/tid=4448] ppid=4435 vsize=9824732 CPUtime=5.54 cores=1,3,5,7
/proc/4438/task/4448/stat : 4448 (java) S 4435 4438 29675 0 -1 4202560 624 0 0 0 529 25 0 0 20 0 21 0 36507948 10060525568 1079010 33554432000 1073741824 1073778376 140734292743552 140659685936040 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4438/tid=4449] ppid=4435 vsize=9824732 CPUtime=7.77 cores=1,3,5,7
/proc/4438/task/4449/stat : 4449 (java) S 4435 4438 29675 0 -1 4202560 3275 0 0 0 771 6 0 0 20 0 21 0 36507949 10060525568 1079010 33554432000 1073741824 1073778376 140734292743552 140659673737448 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4438/tid=4450] ppid=4435 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4438/task/4450/stat : 4450 (java) S 4435 4438 29675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36507950 10060525568 1079010 33554432000 1073741824 1073778376 140734292743552 140659672683512 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4438/tid=4451] ppid=4435 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4438/task/4451/stat : 4451 (java) S 4435 4438 29675 0 -1 4202560 44 0 0 0 0 0 0 0 20 0 21 0 36507950 10060525568 1079010 33554432000 1073741824 1073778376 140734292743552 140659671631112 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4438/tid=4452] ppid=4435 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4438/task/4452/stat : 4452 (java) S 4435 4438 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36507952 10060525568 1079010 33554432000 1073741824 1073778376 140734292743552 140659670579600 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4438/tid=4453] ppid=4435 vsize=9824732 CPUtime=1.64 cores=1,3,5,7
/proc/4438/task/4453/stat : 4453 (java) S 4435 4438 29675 0 -1 4202560 12216 0 0 0 161 3 0 0 20 0 21 0 36507952 10060525568 1079010 33554432000 1073741824 1073778376 140734292743552 140659669527224 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4438/tid=4454] ppid=4435 vsize=9824732 CPUtime=1.72 cores=1,3,5,7
/proc/4438/task/4454/stat : 4454 (java) S 4435 4438 29675 0 -1 4202560 18727 0 0 0 169 3 0 0 20 0 21 0 36507952 10060525568 1079010 33554432000 1073741824 1073778376 140734292743552 140659668474424 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4438/tid=4455] ppid=4435 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4438/task/4455/stat : 4455 (java) S 4435 4438 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36507952 10060525568 1079010 33554432000 1073741824 1073778376 140734292743552 140659667422328 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4438/tid=4456] ppid=4435 vsize=9824732 CPUtime=0.61 cores=1,3,5,7
/proc/4438/task/4456/stat : 4456 (java) S 4435 4438 29675 0 -1 4202560 104 0 0 0 27 34 0 0 20 0 21 0 36507952 10060525568 1079010 33554432000 1073741824 1073778376 140734292743552 140659666369736 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4438/tid=4459] ppid=4435 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4438/task/4459/stat : 4459 (java) S 4435 4438 29675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 36507982 10060525568 1079010 33554432000 1073741824 1073778376 140734292743552 140659663209640 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4438/tid=4647] ppid=4435 vsize=9824732 CPUtime=1724.48 cores=1,3,5,7
/proc/4438/task/4647/stat : 4647 (java) R 4435 4438 29675 0 -1 4202560 1879 0 0 0 172383 65 0 0 20 0 21 0 36511403 10060525568 1079010 33554432000 1073741824 1073778376 140734292743552 140659662155824 140659722401913 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4438/tid=4648] ppid=4435 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4438/task/4648/stat : 4648 (java) S 4435 4438 29675 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 36511407 10060525568 1079010 33554432000 1073741824 1073778376 140734292743552 140659665315368 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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 4438 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 4438 and gives
#  childrusage.ru_utime.tv_sec=1791
#  childrusage.ru_utime.tv_usec=488652
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=691286
# CPU time returned by wait4() is 1796.18
# while last known CPU time is 1800.08
#
# 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): 4.76837e-07
#  lost CPU user time (s): 0.0100002
#  lost CPU system time (s): -0.00999999

Real time (s): 1783.05
CPU time (s): 1800.08
CPU user time (s): 1795.88
CPU system time (s): 4.2
CPU usage (%): 100.955
Max. virtual memory (cumulated for all children) (KiB): 9826496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.49
system time used= 4.69129
maximum resident set size= 4316172
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46081
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 78428
involuntary context switches= 57279

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.6341 second user time and 16.5325 second system time

The end

Launcher Data

Begin job on node115 at 2016-06-19 15:56:30
IDJOB=4109889
IDBENCH=78956
IDSOLVER=2552
FILE ID=node115/4109889-1466344590
RUNJOBID= node115-1466341822-29692
PBS_JOBID= 19922037
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/tsp/normalized-t3002.11tsp11.1900557957--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109889-1466344590/watcher-4109889-1466344590 -o /tmp/evaluation-result-4109889-1466344590/solver-4109889-1466344590 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1466341822-29692 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4109889-1466344590.wbo

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

MD5SUM BENCH= cb2e0a6db987ecdc06dc4066ca6b4222
RANDOM SEED=2110208691

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:        28468984 kB
Buffers:          190032 kB
Cached:           256368 kB
SwapCached:         2556 kB
Active:          2129128 kB
Inactive:         334496 kB
Active(anon):    2014072 kB
Inactive(anon):     5116 kB
Active(file):     115056 kB
Inactive(file):   329380 kB
Unevictable:     1183712 kB
Mlocked:         1103996 kB
SwapTotal:      67108856 kB
SwapFree:       67099740 kB
Dirty:               584 kB
Writeback:             0 kB
AnonPages:       3188648 kB
Mapped:            16796 kB
Shmem:                 0 kB
Slab:             614972 kB
SReclaimable:      58768 kB
SUnreclaim:       556204 kB
KernelStack:        1800 kB
PageTables:        10356 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3419220 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2031616 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-19 16:26:13