Trace number 4109837

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.02 1779.45

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900564281--soft-66-100-0.wbo
MD5SUMa9f9ba62d7684b26a7c6c823c9992171
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 benchmark15.6776
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 constraints911
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 45526
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 45525
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 705
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4109837-1466343930.wbo
0.10/0.11	c reading problem ... 
0.47/0.34	c ... done. Wall clock time 0.229s.
0.47/0.34	c declared #vars     231
0.47/0.34	c internal #vars     1142
0.47/0.34	c #constraints  2707
0.47/0.34	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.47/0.34	c constraints type 
0.47/0.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2520
0.47/0.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 16
0.47/0.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 164
0.47/0.34	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 7
0.47/0.34	c 2707 constraints processed.
0.47/0.34	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.47/0.34	c constraints type 
0.47/0.34	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 164
0.47/0.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2520
0.47/0.34	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 16
0.47/0.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 7
0.47/0.34	c 2707 constraints processed.
0.47/0.34	c objective function length is 911 literals
0.73/0.44	c And the winner is solver0
1.03/0.85	c SATISFIABLE
1.03/0.85	c OPTIMIZING...
1.03/0.85	c Got one! Elapsed wall clock time (in seconds):0.734
1.03/0.85	o 445
1.03/0.87	c And the winner is solver0
1.57/1.35	c Got one! Elapsed wall clock time (in seconds):1.242
1.57/1.35	o 373
1.57/1.38	c And the winner is solver0
1.80/1.86	c Got one! Elapsed wall clock time (in seconds):1.749
1.80/1.86	o 356
1.80/1.89	c And the winner is solver0
1.98/2.37	c Got one! Elapsed wall clock time (in seconds):2.254
1.98/2.37	o 351
1.98/2.38	c And the winner is solver0
2.00/2.87	c Got one! Elapsed wall clock time (in seconds):2.758
2.00/2.87	o 344
2.00/2.88	c And the winner is solver0
2.03/3.37	c Got one! Elapsed wall clock time (in seconds):3.261
2.03/3.37	o 336
2.03/3.38	c And the winner is solver0
2.05/3.88	c Got one! Elapsed wall clock time (in seconds):3.764
2.05/3.88	o 335
2.05/3.89	c And the winner is solver0
2.07/4.38	c Got one! Elapsed wall clock time (in seconds):4.268
2.07/4.38	o 327
2.07/4.39	c And the winner is solver0
2.12/4.88	c Got one! Elapsed wall clock time (in seconds):4.77
2.12/4.88	o 323
2.12/4.89	c And the winner is solver0
2.18/5.39	c Got one! Elapsed wall clock time (in seconds):5.273
2.18/5.39	o 322
2.20/5.40	c And the winner is solver0
2.21/5.89	c Got one! Elapsed wall clock time (in seconds):5.776
2.21/5.89	o 260
2.61/6.04	c And the winner is solver0
2.75/6.39	c Got one! Elapsed wall clock time (in seconds):6.278
2.75/6.39	o 257
2.80/6.45	c And the winner is solver0
2.94/6.89	c Got one! Elapsed wall clock time (in seconds):6.781
2.94/6.89	o 256
3.21/7.06	c And the winner is solver0
3.37/7.40	c Got one! Elapsed wall clock time (in seconds):7.283
3.37/7.40	o 255
3.37/7.44	c And the winner is solver0
3.56/7.90	c Got one! Elapsed wall clock time (in seconds):7.784
3.56/7.90	o 254
3.56/7.90	c And the winner is solver0
3.56/8.40	c Got one! Elapsed wall clock time (in seconds):8.286
3.56/8.40	o 242
3.56/8.41	c And the winner is solver0
3.58/8.90	c Got one! Elapsed wall clock time (in seconds):8.788
3.58/8.90	o 240
3.58/8.91	c And the winner is solver0
3.60/9.40	c Got one! Elapsed wall clock time (in seconds):9.289
3.60/9.40	o 234
3.60/9.41	c And the winner is solver0
3.60/9.90	c Got one! Elapsed wall clock time (in seconds):9.791
3.60/9.90	o 228
3.60/9.92	c And the winner is solver0
3.65/10.40	c Got one! Elapsed wall clock time (in seconds):10.292
3.65/10.40	o 224
3.84/10.59	c And the winner is solver0
4.07/10.91	c Got one! Elapsed wall clock time (in seconds):10.794
4.07/10.91	o 216
4.07/10.93	c And the winner is solver0
4.11/11.41	c Got one! Elapsed wall clock time (in seconds):11.296
4.11/11.41	o 214
4.11/11.45	c And the winner is solver0
4.22/11.91	c Got one! Elapsed wall clock time (in seconds):11.797
4.22/11.91	o 211
4.22/11.92	c And the winner is solver0
4.22/12.41	c Got one! Elapsed wall clock time (in seconds):12.299
4.22/12.41	o 201
4.22/12.45	c And the winner is solver0
4.33/12.91	c Got one! Elapsed wall clock time (in seconds):12.801
4.33/12.91	o 198
4.33/12.94	c And the winner is solver0
4.39/13.41	c Got one! Elapsed wall clock time (in seconds):13.302
4.39/13.41	o 190
4.39/13.46	c And the winner is solver0
4.52/13.92	c Got one! Elapsed wall clock time (in seconds):13.804
4.52/13.92	o 180
4.52/13.93	c And the winner is solver0
4.52/14.42	c Got one! Elapsed wall clock time (in seconds):14.306
4.52/14.42	o 155
4.52/14.49	c And the winner is solver0
4.71/14.92	c Got one! Elapsed wall clock time (in seconds):14.807
4.71/14.92	o 149
5.07/15.12	c cleaning 6201 clauses out of 12408 with flag 14756/12408
5.53/15.37	c And the winner is solver0
5.70/15.42	c Got one! Elapsed wall clock time (in seconds):15.309
5.70/15.42	o 146
5.70/15.45	c And the winner is solver0
5.77/15.92	c Got one! Elapsed wall clock time (in seconds):15.81
5.77/15.92	o 134
5.92/16.03	c And the winner is solver0
6.01/16.42	c Got one! Elapsed wall clock time (in seconds):16.312
6.01/16.42	o 133
6.40/16.62	c cleaning 6156 clauses out of 12311 with flag 17157/18512
6.40/16.63	c And the winner is solver0
6.48/16.93	c Got one! Elapsed wall clock time (in seconds):16.814
6.48/16.93	o 130
6.48/16.97	c And the winner is solver0
6.57/17.43	c Got one! Elapsed wall clock time (in seconds):17.315
6.57/17.43	o 108
6.70/17.54	c And the winner is solver0
6.88/17.93	c Got one! Elapsed wall clock time (in seconds):17.817
6.88/17.93	o 106
7.65/18.34	c cleaning 5952 clauses out of 11930 with flag 29625/24287
7.86/18.40	c And the winner is solver0
7.86/18.43	c Got one! Elapsed wall clock time (in seconds):18.319
7.86/18.43	o 89
8.20/18.60	c And the winner is solver0
8.23/18.93	c Got one! Elapsed wall clock time (in seconds):18.821
8.23/18.93	o 88
8.38/19.03	c And the winner is solver0
8.47/19.44	c Got one! Elapsed wall clock time (in seconds):19.323
8.47/19.44	o 85
8.47/19.45	c And the winner is solver0
8.49/19.94	c Got one! Elapsed wall clock time (in seconds):19.826
8.49/19.94	o 75
8.49/19.98	c And the winner is solver0
8.61/20.44	c Got one! Elapsed wall clock time (in seconds):20.329
8.61/20.44	o 74
8.61/20.45	c And the winner is solver0
8.61/20.94	c Got one! Elapsed wall clock time (in seconds):20.832
8.61/20.94	o 67
9.30/21.37	c cleaning 6782 clauses out of 13582 with flag 35439/31891
10.75/22.00	c cleaning 6398 clauses out of 12802 with flag 87644/37893
10.75/22.01	c And the winner is solver0
10.78/22.45	c Got one! Elapsed wall clock time (in seconds):22.336
10.78/22.45	o 66
11.07/22.61	c And the winner is solver0
11.21/22.95	c Got one! Elapsed wall clock time (in seconds):22.841
11.21/22.95	o 53
11.21/23.00	c And the winner is solver0
11.32/23.46	c Got one! Elapsed wall clock time (in seconds):23.345
11.32/23.46	o 47
11.32/23.48	c And the winner is solver0
11.40/23.96	c Got one! Elapsed wall clock time (in seconds):23.851
11.40/23.96	o 46
11.87/24.24	c And the winner is solver0
11.97/24.47	c Got one! Elapsed wall clock time (in seconds):24.357
11.97/24.47	o 45
12.02/24.54	c And the winner is solver0
12.14/24.98	c Got one! Elapsed wall clock time (in seconds):24.863
12.14/24.98	o 43
12.17/25.08	c cleaning 7028 clauses out of 14093 with flag 8908/45582
12.37/25.12	c And the winner is solver0
12.45/25.48	c Got one! Elapsed wall clock time (in seconds):25.37
12.45/25.48	o 42
12.46/25.57	c And the winner is solver0
12.63/25.99	c Got one! Elapsed wall clock time (in seconds):25.877
12.63/25.99	o 38
13.27/26.31	c And the winner is solver0
13.33/26.50	c Got one! Elapsed wall clock time (in seconds):26.385
13.33/26.50	o 36
13.60/26.61	c cleaning 6727 clauses out of 13464 with flag 8306/51981
13.60/26.66	c And the winner is solver0
13.76/27.01	c Got one! Elapsed wall clock time (in seconds):26.894
13.76/27.01	o 35
14.34/27.38	c cleaning 6284 clauses out of 12583 with flag 42160/57827
14.54/27.46	c And the winner is solver0
14.68/27.52	c Got one! Elapsed wall clock time (in seconds):27.403
14.68/27.52	o 25
14.68/27.56	c And the winner is solver0
14.81/28.02	c Got one! Elapsed wall clock time (in seconds):27.911
14.81/28.02	o 24
14.81/28.08	c And the winner is solver0
14.94/28.54	c Got one! Elapsed wall clock time (in seconds):28.421
14.94/28.54	o 19
14.94/28.60	c And the winner is solver0
15.09/29.04	c Got one! Elapsed wall clock time (in seconds):28.931
15.09/29.04	o 18
15.61/29.36	c cleaning 6872 clauses out of 13790 with flag 34271/65318
16.21/29.63	c And the winner is solver0
16.29/30.05	c Got one! Elapsed wall clock time (in seconds):29.941
16.29/30.05	o 17
16.37/30.14	c cleaning 5992 clauses out of 11993 with flag 8148/70393
16.37/30.14	c And the winner is solver0
16.48/30.56	c Got one! Elapsed wall clock time (in seconds):30.452
16.48/30.56	o 14
16.54/30.67	c And the winner is solver0
16.71/31.08	c Got one! Elapsed wall clock time (in seconds):30.963
16.71/31.08	o 11
17.16/31.38	c cleaning 6033 clauses out of 12087 with flag 38761/76479
17.77/31.67	c And the winner is solver0
17.93/32.09	c Got one! Elapsed wall clock time (in seconds):31.974
17.93/32.09	o 10
17.94/32.11	c And the winner is solver0
116.58/129.25	c cleaning 0 clauses out of 6888 with flag 0/6928
434.40/440.03	c cleaning 0 clauses out of 12887 with flag 0/12927
1178.29/1169.51	c cleaning 0 clauses out of 19888 with flag 0/19928
1800.02/1779.40	c >>>>>>>>>> Solver number 0 (60 answers) <<<<<<<<<<<<<<<<<<
1800.02/1779.40	c starts		: 130
1800.02/1779.40	c conflicts		: 81086
1800.02/1779.40	c decisions		: 182366
1800.02/1779.40	c propagations		: 7431224
1800.02/1779.40	c inspects		: 66642465
1800.02/1779.40	c shortcuts		: 0
1800.02/1779.40	c learnt literals	: 0
1800.02/1779.40	c learnt binary clauses	: 3
1800.02/1779.40	c learnt ternary clauses	: 59
1800.02/1779.40	c learnt constraints	: 81086
1800.02/1779.40	c ignored constraints	: 0
1800.02/1779.40	c root simplifications	: 0
1800.02/1779.40	c removed literals (reason simplification)	: 467850
1800.02/1779.40	c reason swapping (by a shorter reason)	: 0
1800.02/1779.40	c Calls to reduceDB	: 11
1800.02/1779.40	c Number of update (reduction) of LBD	: 38335
1800.02/1779.40	c Imported unit clauses	: 0
1800.02/1779.40	c number of reductions to clauses (during analyze)	: 0
1800.02/1779.40	c number of learned constraints concerned by reduction	: 0
1800.02/1779.40	c number of learning phase by resolution	: 0
1800.02/1779.40	c number of learning phase by cutting planes	: 0
1800.02/1779.40	c speed (assignments/second)	: 4177.074281217504
1800.02/1779.40	c non guided choices	7167
1800.02/1779.41	c learnt constraints type 
1800.02/1779.41	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 3
1800.02/1779.41	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 10658
1800.02/1779.41	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/1779.41	c starts		: 112
1800.02/1779.41	c conflicts		: 24156
1800.02/1779.41	c decisions		: 103444
1800.02/1779.41	c propagations		: 933204
1800.02/1779.41	c inspects		: 1952672582
1800.02/1779.41	c shortcuts		: 0
1800.02/1779.41	c learnt literals	: 0
1800.02/1779.41	c learnt binary clauses	: 0
1800.02/1779.41	c learnt ternary clauses	: 0
1800.02/1779.41	c learnt constraints	: 24115
1800.02/1779.41	c ignored constraints	: 0
1800.02/1779.41	c root simplifications	: 0
1800.02/1779.41	c removed literals (reason simplification)	: 0
1800.02/1779.41	c reason swapping (by a shorter reason)	: 0
1800.02/1779.41	c Calls to reduceDB	: 3
1800.02/1779.41	c Number of update (reduction) of LBD	: 0
1800.02/1779.41	c Imported unit clauses	: 0
1800.02/1779.41	c number of reductions to clauses (during analyze)	: 0
1800.02/1779.41	c number of learned constraints concerned by reduction	: 0
1800.02/1779.41	c number of learning phase by resolution	: 0
1800.02/1779.41	c number of learning phase by cutting planes	: 0
1800.02/1779.41	c speed (assignments/second)	: 534.0849713414162
1800.02/1779.41	c non guided choices	6114
1800.02/1779.42	c learnt constraints type 
1800.02/1779.42	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 864
1800.02/1779.42	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 39
1800.02/1779.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 23212
1800.02/1779.42	s SATISFIABLE
1800.02/1779.42	c Found 59 solution(s)
1800.02/1779.42	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.02/1779.42	c objective function=10
1800.02/1779.42	c Total wall clock time (in seconds): 1779.309

Verifier Data

OK	10

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-4109837-1466343930/watcher-4109837-1466343930 -o /tmp/evaluation-result-4109837-1466343930/solver-4109837-1466343930 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1466341815-30930 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4109837-1466343930.wbo 

pid=1867
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: 2.14 2.02 1.78 3/196 1870
/proc/meminfo: memFree=30141196/32872528 swapFree=303544/319896
[pid=1870] ppid=1867 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/1870/stat : 1870 (java) S 1867 1870 30914 0 -1 4202496 1355 0 0 0 0 0 0 0 20 0 2 0 36439617 98570240 978 33554432000 1073741824 1073778376 140736859994416 140736859985552 262966116413 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1870/statm: 24065 978 744 9 0 16771 0
[pid=1870/tid=1871] ppid=1867 vsize=96272 CPUtime=0 cores=0,2,4,6
/proc/1870/task/1871/stat : 1871 (java) R 1867 1870 30914 0 -1 4202560 137 0 0 0 0 0 0 0 20 0 2 0 36439618 98582528 985 33554432000 1073741824 1073778376 140736859994416 140363964374568 262962759069 0 0 0 16784584 0 0 0 -1 0 0 0 0 0 0

[startup+0.100117 s]
/proc/loadavg: 2.14 2.02 1.78 3/196 1870
/proc/meminfo: memFree=30141196/32872528 swapFree=303544/319896
[pid=1870] ppid=1867 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/1870/stat : 1870 (java) S 1867 1870 30914 0 -1 4202496 4450 0 1 0 9 1 0 0 20 0 18 0 36439617 9787879424 6087 33554432000 1073741824 1073778376 140736859994416 140736859985552 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1870/statm: 2389619 6088 2138 9 0 2380296 0
[pid=1870/tid=1871] ppid=1867 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/1870/task/1871/stat : 1871 (java) R 1867 1870 30914 0 -1 4202560 2419 0 1 0 7 0 0 0 20 0 18 0 36439618 9787879424 6088 33554432000 1073741824 1073778376 140736859994416 140363964378016 140363967160040 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.20032 s]
/proc/loadavg: 2.14 2.02 1.78 3/196 1870
/proc/meminfo: memFree=30141196/32872528 swapFree=303544/319896
[pid=1870] ppid=1867 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/1870/stat : 1870 (java) S 1867 1870 30914 0 -1 4202496 4703 0 1 0 23 1 0 0 20 0 18 0 36439617 9787879424 6800 33554432000 1073741824 1073778376 140736859994416 140736859985552 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1870/statm: 2389619 6800 2198 9 0 2380296 0
[pid=1870/tid=1871] ppid=1867 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/1870/task/1871/stat : 1871 (java) R 1867 1870 30914 0 -1 4202560 2435 0 1 0 17 0 0 0 20 0 18 0 36439618 9787879424 6800 33554432000 1073741824 1073778376 140736859994416 140363964378016 140363836564935 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300318 s]
/proc/loadavg: 2.14 2.02 1.78 3/196 1870
/proc/meminfo: memFree=30141196/32872528 swapFree=303544/319896
[pid=1870] ppid=1867 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/1870/stat : 1870 (java) S 1867 1870 30914 0 -1 4202496 5640 0 1 0 46 1 0 0 20 0 18 0 36439617 9787879424 8451 33554432000 1073741824 1073778376 140736859994416 140736859985552 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1870/statm: 2389619 8451 2231 9 0 2380296 0
[pid=1870/tid=1871] ppid=1867 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/1870/task/1871/stat : 1871 (java) R 1867 1870 30914 0 -1 4202560 2437 0 1 0 27 0 0 0 20 0 18 0 36439618 9787879424 8451 33554432000 1073741824 1073778376 140736859994416 140363964378016 140363969137329 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700281 s]
/proc/loadavg: 2.14 2.02 1.78 3/196 1870
/proc/meminfo: memFree=30141196/32872528 swapFree=303544/319896
[pid=1870] ppid=1867 vsize=9824732 CPUtime=1.03 cores=0,2,4,6
/proc/1870/stat : 1870 (java) S 1867 1870 30914 0 -1 4202496 7769 0 1 0 99 4 0 0 20 0 19 0 36439617 10060525568 11898 33554432000 1073741824 1073778376 140736859994416 140736859985552 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1870/statm: 2456183 11898 2258 9 0 2446860 0
[pid=1870/tid=1871] ppid=1867 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/1870/task/1871/stat : 1871 (java) S 1867 1870 30914 0 -1 4202560 2455 0 1 0 31 2 0 0 20 0 19 0 36439618 10060525568 11898 33554432000 1073741824 1073778376 140736859994416 140363964380024 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 9824732

[startup+1.50084 s]
/proc/loadavg: 2.14 2.02 1.78 3/215 1895
/proc/meminfo: memFree=30077876/32872528 swapFree=303544/319896
[pid=1870] ppid=1867 vsize=9824732 CPUtime=1.8 cores=0,2,4,6
/proc/1870/stat : 1870 (java) S 1867 1870 30914 0 -1 4202496 18961 0 1 0 170 10 0 0 20 0 19 0 36439617 10060525568 19914 33554432000 1073741824 1073778376 140736859994416 140736859985552 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1870/statm: 2456183 19914 2259 9 0 2446860 0
[pid=1870/tid=1871] ppid=1867 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/1870/task/1871/stat : 1871 (java) S 1867 1870 30914 0 -1 4202560 2456 0 1 0 33 2 0 0 20 0 19 0 36439618 10060525568 19914 33554432000 1073741824 1073778376 140736859994416 140363964380024 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1870/tid=1873] ppid=1867 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1870/task/1873/stat : 1873 (java) S 1867 1870 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439618 10060525568 19914 33554432000 1073741824 1073778376 140736859994416 140363808098600 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1870/tid=1874] ppid=1867 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1870/task/1874/stat : 1874 (java) S 1867 1870 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439618 10060525568 19914 33554432000 1073741824 1073778376 140736859994416 140363807045800 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1870/tid=1875] ppid=1867 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1870/task/1875/stat : 1875 (java) S 1867 1870 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439618 10060525568 19914 33554432000 1073741824 1073778376 140736859994416 140363805993512 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1870/tid=1876] ppid=1867 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1870/task/1876/stat : 1876 (java) S 1867 1870 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439618 10060525568 19914 33554432000 1073741824 1073778376 140736859994416 140363804940712 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1870/tid=1877] ppid=1867 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1870/task/1877/stat : 1877 (java) S 1867 1870 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439618 10060525568 19914 33554432000 1073741824 1073778376 140736859994416 140363803888424 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1870/tid=1878] ppid=1867 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1870/task/1878/stat : 1878 (java) S 1867 1870 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439618 10060525568 19914 33554432000 1073741824 1073778376 140736859994416 140363802835624 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1870/tid=1879] ppid=1867 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1870/task/1879/stat : 1879 (java) S 1867 1870 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439618 10060525568 19914 33554432000 1073741824 1073778376 140736859994416 140363801783336 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1870/tid=1880] ppid=1867 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1870/task/1880/stat : 1880 (java) S 1867 1870 30914 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36439618 10060525568 19914 33554432000 1073741824 1073778376 140736859994416 140363800730536 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1870/tid=1881] ppid=1867 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1870/task/1881/stat : 1881 (java) S 1867 1870 30914 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36439620 10060525568 19914 33554432000 1073741824 1073778376 140736859994416 140363788531944 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1870/tid=1882] ppid=1867 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1870/task/1882/stat : 1882 (java) S 1867 1870 30914 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36439620 10060525568 19914 33554432000 1073741824 1073778376 140736859994416 140363787478008 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1870/tid=1883] ppid=1867 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1870/task/1883/stat : 1883 (java) S 1867 1870 30914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36439620 10060525568 19914 33554432000 1073741824 1073778376 140736859994416 140363786425608 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1870/tid=1884] ppid=1867 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1870/task/1884/stat : 1884 (java) S 1867 1870 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439622 10060525568 19914 33554432000 1073741824 1073778376 140736859994416 140363785374096 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1870/tid=1885] ppid=1867 vsize=9824732 CPUtime=0.61 cores=0,2,4,6
/proc/1870/task/1885/stat : 1885 (java) S 1867 1870 30914 0 -1 4202560 7976 0 0 0 60 1 0 0 20 0 19 0 36439622 10060525568 19914 33554432000 1073741824 1073778376 140736859994416 140363784321720 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1870/tid=1886] ppid=1867 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/1870/task/1886/stat : 1886 (java) S 1867 1870 30914 0 -1 4202560 7183 0 0 0 51 2 0 0 20 0 19 0 36439622 10060525568 19914 33554432000 1073741824 1073778376 140736859994416 140363783268920 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1870/tid=1887] ppid=1867 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1870/task/1887/stat : 1887 (java) S 1867 1870 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439622 10060525568 19914 33554432000 1073741824 1073778376 140736859994416 140363782216824 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1870/tid=1888] ppid=1867 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1870/task/1888/stat : 1888 (java) S 1867 1870 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439622 10060525568 19914 33554432000 1073741824 1073778376 140736859994416 140363781164232 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1870/tid=1891] ppid=1867 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1870/task/1891/stat : 1891 (java) S 1867 1870 30914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36439653 10060525568 19914 33554432000 1073741824 1073778376 140736859994416 140363778004136 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.8
Current children cumulated vsize (KiB) 9824732

[startup+3.10081 s]
/proc/loadavg: 2.05 2.00 1.78 2/215 1901
/proc/meminfo: memFree=30067636/32872528 swapFree=303544/319896
[pid=1870] ppid=1867 vsize=9824732 CPUtime=2.03 cores=0,2,4,6
/proc/1870/stat : 1870 (java) S 1867 1870 30914 0 -1 4202496 20329 0 1 0 191 12 0 0 20 0 19 0 36439617 10060525568 23505 33554432000 1073741824 1073778376 140736859994416 140736859985552 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1870/statm: 2456183 23505 2265 9 0 2446860 0
[pid=1870/tid=1871] ppid=1867 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/1870/task/1871/stat : 1871 (java) S 1867 1870 30914 0 -1 4202560 2457 0 1 0 34 2 0 0 20 0 19 0 36439618 10060525568 23505 33554432000 1073741824 1073778376 140736859994416 140363964380024 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1870/tid=1873] ppid=1867 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1870/task/1873/stat : 1873 (java) S 1867 1870 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439618 10060525568 23505 33554432000 1073741824 1073778376 140736859994416 140363808098600 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1870/tid=1874] ppid=1867 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1870/task/1874/stat : 1874 (java) S 1867 1870 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439618 10060525568 23505 33554432000 1073741824 1073778376 140736859994416 140363807045800 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1870/tid=1875] ppid=1867 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1870/task/1875/stat : 1875 (java) S 1867 1870 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439618 10060525568 23505 33554432000 1073741824 1073778376 140736859994416 140363805993512 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1870/tid=1876] ppid=1867 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1870/task/1876/stat : 1876 (java) S 1867 1870 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439618 10060525568 23505 33554432000 1073741824 1073778376 140736859994416 140363804940712 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1870/tid=1877] ppid=1867 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1870/task/1877/stat : 1877 (java) S 1867 1870 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439618 10060525568 23505 33554432000 1073741824 1073778376 140736859994416 140363803888424 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1870/tid=1878] ppid=1867 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1870/task/1878/stat : 1878 (java) S 1867 1870 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439618 10060525568 23505 33554432000 1073741824 1073778376 140736859994416 140363802835624 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1870/tid=1879] ppid=1867 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1870/task/1879/stat : 1879 (java) S 1867 1870 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439618 10060525568 23505 33554432000 1073741824 1073778376 140736859994416 140363801783336 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1870/tid=1880] ppid=1867 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1870/task/1880/stat : 1880 (java) S 1867 1870 30914 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36439618 10060525568 23505 33554432000 1073741824 1073778376 140736859994416 140363800730536 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1870/tid=1881] ppid=1867 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1870/task/1881/stat : 1881 (java) S 1867 1870 30914 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36439620 10060525568 23505 33554432000 1073741824 1073778376 140736859994416 140363788531944 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1870/tid=1882] ppid=1867 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1870/task/1882/stat : 1882 (java) S 1867 1870 30914 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36439620 10060525568 23505 33554432000 1073741824 1073778376 140736859994416 140363787478008 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1870/tid=1883] ppid=1867 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1870/task/1883/stat : 1883 (java) S 1867 1870 30914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36439620 10060525568 23505 33554432000 1073741824 1073778376 140736859994416 140363786425608 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1870/tid=1884] ppid=1867 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1870/task/1884/stat : 1884 (java) S 1867 1870 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439622 10060525568 23505 33554432000 1073741824 1073778376 140736859994416 140363785374096 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1870/tid=1885] ppid=1867 vsize=9824732 CPUtime=0.67 cores=0,2,4,6
/proc/1870/task/1885/stat : 1885 (java) S 1867 1870 30914 0 -1 4202560 7979 0 0 0 65 2 0 0 20 0 19 0 36439622 10060525568 23505 33554432000 1073741824 1073778376 140736859994416 140363784321720 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1870/tid=1886] ppid=1867 vsize=9824732 CPUtime=0.65 cores=0,2,4,6
/proc/1870/task/1886/stat : 1886 (java) S 1867 1870 30914 0 -1 4202560 8519 0 0 0 63 2 0 0 20 0 19 0 36439622 10060525568 23505 33554432000 1073741824 1073778376 140736859994416 140363783268920 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1870/tid=1887] ppid=1867 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1870/task/1887/stat : 1887 (java) S 1867 1870 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439622 10060525568 23505 33554432000 1073741824 1073778376 140736859994416 140363782216824 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1870/tid=1888] ppid=1867 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1870/task/1888/stat : 1888 (java) S 1867 1870 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439622 10060525568 23505 33554432000 1073741824 1073778376 140736859994416 140363781164232 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1870/tid=1891] ppid=1867 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1870/task/1891/stat : 1891 (java) S 1867 1870 30914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36439653 10060525568 23505 33554432000 1073741824 1073778376 140736859994416 140363778004136 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 9824732
heavy processes:

[startup+6.30083 s]
/proc/loadavg: 2.05 2.00 1.78 2/215 1922
/proc/meminfo: memFree=30029784/32872528 swapFree=303544/319896
[pid=1870] ppid=1867 vsize=9824732 CPUtime=2.75 cores=0,2,4,6
/proc/1870/stat : 1870 (java) S 1867 1870 30914 0 -1 4202496 20813 0 1 0 259 16 0 0 20 0 19 0 36439617 10060525568 37692 33554432000 1073741824 1073778376 140736859994416 140736859985552 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1870/statm: 2456183 37692 2270 9 0 2446860 0
[pid=1870/tid=1871] ppid=1867 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/1870/task/1871/stat : 1871 (java) S 1867 1870 30914 0 -1 4202560 2461 0 1 0 35 2 0 0 20 0 19 0 36439618 10060525568 37692 33554432000 1073741824 1073778376 140736859994416 140363964380024 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1870/tid=1873] ppid=1867 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1870/task/1873/stat : 1873 (java) S 1867 1870 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439618 10060525568 37692 33554432000 1073741824 1073778376 140736859994416 140363808098600 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1870/tid=1874] ppid=1867 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1870/task/1874/stat : 1874 (java) S 1867 1870 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439618 10060525568 37692 33554432000 1073741824 1073778376 140736859994416 140363807045800 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1870/tid=1875] ppid=1867 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1870/task/1875/stat : 1875 (java) S 1867 1870 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439618 10060525568 37692 33554432000 1073741824 1073778376 140736859994416 140363805993512 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1870/tid=1876] ppid=1867 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1870/task/1876/stat : 1876 (java) S 1867 1870 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439618 10060525568 37692 33554432000 1073741824 1073778376 140736859994416 140363804940712 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1870/tid=1877] ppid=1867 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1870/task/1877/stat : 1877 (java) S 1867 1870 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439618 10060525568 37692 33554432000 1073741824 1073778376 140736859994416 140363803888424 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1870/tid=1878] ppid=1867 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1870/task/1878/stat : 1878 (java) S 1867 1870 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439618 10060525568 37692 33554432000 1073741824 1073778376 140736859994416 140363802835624 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1870/tid=1879] ppid=1867 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1870/task/1879/stat : 1879 (java) S 1867 1870 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439618 10060525568 37692 33554432000 1073741824 1073778376 140736859994416 140363801783336 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1870/tid=1880] ppid=1867 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1870/task/1880/stat : 1880 (java) S 1867 1870 30914 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36439618 10060525568 37692 33554432000 1073741824 1073778376 140736859994416 140363800730536 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1870/tid=1881] ppid=1867 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1870/task/1881/stat : 1881 (java) S 1867 1870 30914 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36439620 10060525568 37692 33554432000 1073741824 1073778376 140736859994416 140363788531944 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1870/tid=1882] ppid=1867 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1870/task/1882/stat : 1882 (java) S 1867 1870 30914 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36439620 10060525568 37692 33554432000 1073741824 1073778376 140736859994416 140363787478008 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1870/tid=1883] ppid=1867 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1870/task/1883/stat : 1883 (java) S 1867 1870 30914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36439620 10060525568 37692 33554432000 1073741824 1073778376 140736859994416 140363786425608 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1870/tid=1884] ppid=1867 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1870/task/1884/stat : 1884 (java) S 1867 1870 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36439622 10060525568 37692 33554432000 1073741824 1073778376 140736859994416 140363785374096 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1870/tid=1885] ppid=1867 vsize=9824732 CPUtime=0.88 cores=0,2,4,6
/proc/1870/task/1885/stat : 1885 (java) S 1867 1870 30914 0 -1 4202560 8002 0 0 0 86 2 0 0 20 0 19 0 36439622 10060525568 37692 33554432000 1073741824 1073778376 140736859994416 140363784321720 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0

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

/proc/1870/task/1871/stat : 1871 (java) S 1867 1870 30914 0 -1 4202560 2582 0 1 0 97 36 0 0 20 0 21 0 36439618 10060525568 478873 33554432000 1073741824 1073778376 140736859994416 140363964380088 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1870/tid=1873] ppid=1867 vsize=9824732 CPUtime=5.56 cores=0,2,4,6
/proc/1870/task/1873/stat : 1873 (java) S 1867 1870 30914 0 -1 4202560 592 0 0 0 546 10 0 0 20 0 21 0 36439618 10060525568 478873 33554432000 1073741824 1073778376 140736859994416 140363808098600 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1870/tid=1874] ppid=1867 vsize=9824732 CPUtime=5.47 cores=0,2,4,6
/proc/1870/task/1874/stat : 1874 (java) S 1867 1870 30914 0 -1 4202560 765 0 0 0 538 9 0 0 20 0 21 0 36439618 10060525568 478873 33554432000 1073741824 1073778376 140736859994416 140363807045800 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1870/tid=1875] ppid=1867 vsize=9824732 CPUtime=5.64 cores=0,2,4,6
/proc/1870/task/1875/stat : 1875 (java) S 1867 1870 30914 0 -1 4202560 546 0 0 0 554 10 0 0 20 0 21 0 36439618 10060525568 478873 33554432000 1073741824 1073778376 140736859994416 140363805993512 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1870/tid=1876] ppid=1867 vsize=9824732 CPUtime=5.73 cores=0,2,4,6
/proc/1870/task/1876/stat : 1876 (java) S 1867 1870 30914 0 -1 4202560 672 0 0 0 562 11 0 0 20 0 21 0 36439618 10060525568 478873 33554432000 1073741824 1073778376 140736859994416 140363804940712 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1870/tid=1877] ppid=1867 vsize=9824732 CPUtime=5.57 cores=0,2,4,6
/proc/1870/task/1877/stat : 1877 (java) S 1867 1870 30914 0 -1 4202560 577 0 0 0 547 10 0 0 20 0 21 0 36439618 10060525568 478873 33554432000 1073741824 1073778376 140736859994416 140363803888424 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1870/tid=1878] ppid=1867 vsize=9824732 CPUtime=5.56 cores=0,2,4,6
/proc/1870/task/1878/stat : 1878 (java) S 1867 1870 30914 0 -1 4202560 570 0 0 0 546 10 0 0 20 0 21 0 36439618 10060525568 478873 33554432000 1073741824 1073778376 140736859994416 140363802835624 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1870/tid=1879] ppid=1867 vsize=9824732 CPUtime=5.79 cores=0,2,4,6
/proc/1870/task/1879/stat : 1879 (java) S 1867 1870 30914 0 -1 4202560 611 0 0 0 567 12 0 0 20 0 21 0 36439618 10060525568 478873 33554432000 1073741824 1073778376 140736859994416 140363801783336 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1870/tid=1880] ppid=1867 vsize=9824732 CPUtime=5.51 cores=0,2,4,6
/proc/1870/task/1880/stat : 1880 (java) S 1867 1870 30914 0 -1 4202560 505 0 0 0 543 8 0 0 20 0 21 0 36439618 10060525568 478873 33554432000 1073741824 1073778376 140736859994416 140363800730536 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1870/tid=1881] ppid=1867 vsize=9824732 CPUtime=3.67 cores=0,2,4,6
/proc/1870/task/1881/stat : 1881 (java) S 1867 1870 30914 0 -1 4202560 1683 0 0 0 351 16 0 0 20 0 21 0 36439620 10060525568 478873 33554432000 1073741824 1073778376 140736859994416 140363788531944 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1870/tid=1882] ppid=1867 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1870/task/1882/stat : 1882 (java) S 1867 1870 30914 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 21 0 36439620 10060525568 478873 33554432000 1073741824 1073778376 140736859994416 140363787478008 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1870/tid=1883] ppid=1867 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1870/task/1883/stat : 1883 (java) S 1867 1870 30914 0 -1 4202560 38 0 0 0 0 0 0 0 20 0 21 0 36439620 10060525568 478873 33554432000 1073741824 1073778376 140736859994416 140363786425608 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1870/tid=1884] ppid=1867 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1870/task/1884/stat : 1884 (java) S 1867 1870 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36439622 10060525568 478873 33554432000 1073741824 1073778376 140736859994416 140363785374096 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1870/tid=1885] ppid=1867 vsize=9824732 CPUtime=1.36 cores=0,2,4,6
/proc/1870/task/1885/stat : 1885 (java) S 1867 1870 30914 0 -1 4202560 8119 0 0 0 134 2 0 0 20 0 21 0 36439622 10060525568 478873 33554432000 1073741824 1073778376 140736859994416 140363784321720 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1870/tid=1886] ppid=1867 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/1870/task/1886/stat : 1886 (java) S 1867 1870 30914 0 -1 4202560 9595 0 0 0 114 2 0 0 20 0 21 0 36439622 10060525568 478873 33554432000 1073741824 1073778376 140736859994416 140363783268920 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1870/tid=1887] ppid=1867 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1870/task/1887/stat : 1887 (java) S 1867 1870 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36439622 10060525568 478873 33554432000 1073741824 1073778376 140736859994416 140363782216824 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1870/tid=1888] ppid=1867 vsize=9824732 CPUtime=0.61 cores=0,2,4,6
/proc/1870/task/1888/stat : 1888 (java) S 1867 1870 30914 0 -1 4202560 95 0 0 0 29 32 0 0 20 0 21 0 36439622 10060525568 478873 33554432000 1073741824 1073778376 140736859994416 140363781164232 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1870/tid=1891] ppid=1867 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1870/task/1891/stat : 1891 (java) S 1867 1870 30914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 36439653 10060525568 478873 33554432000 1073741824 1073778376 140736859994416 140363778004136 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1870/tid=2069] ppid=1867 vsize=9824732 CPUtime=1609.62 cores=0,2,4,6
/proc/1870/task/2069/stat : 2069 (java) R 1867 1870 30914 0 -1 4202560 2504 0 0 0 160911 51 0 0 20 0 21 0 36442828 10060525568 478873 33554432000 1073741824 1073778376 140736859994416 140363780107728 140363837193672 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1870/tid=2070] ppid=1867 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1870/task/2070/stat : 2070 (java) S 1867 1870 30914 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 36442829 10060525568 478873 33554432000 1073741824 1073778376 140736859994416 140363776951720 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1680.74
Current children cumulated vsize (KiB) 9824732

[startup+1722.3 s]
/proc/loadavg: 1.94 1.98 1.94 3/217 2557
/proc/meminfo: memFree=27621084/32872528 swapFree=303544/319896
[pid=1870] ppid=1867 vsize=9824732 CPUtime=1741.83 cores=0,2,4,6
/proc/1870/stat : 1870 (java) S 1867 1870 30914 0 -1 4202496 31843 0 1 0 173897 286 0 0 20 0 21 0 36439617 10060525568 482946 33554432000 1073741824 1073778376 140736859994416 140736859985552 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1870/statm: 2456183 482946 2296 9 0 2446860 0
[pid=1870/tid=1871] ppid=1867 vsize=9824732 CPUtime=1.36 cores=0,2,4,6
/proc/1870/task/1871/stat : 1871 (java) S 1867 1870 30914 0 -1 4202560 2584 0 1 0 98 38 0 0 20 0 21 0 36439618 10060525568 482946 33554432000 1073741824 1073778376 140736859994416 140363964380088 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1870/tid=1873] ppid=1867 vsize=9824732 CPUtime=5.75 cores=0,2,4,6
/proc/1870/task/1873/stat : 1873 (java) S 1867 1870 30914 0 -1 4202560 597 0 0 0 564 11 0 0 20 0 21 0 36439618 10060525568 482946 33554432000 1073741824 1073778376 140736859994416 140363808098600 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1870/tid=1874] ppid=1867 vsize=9824732 CPUtime=5.64 cores=0,2,4,6
/proc/1870/task/1874/stat : 1874 (java) S 1867 1870 30914 0 -1 4202560 769 0 0 0 555 9 0 0 20 0 21 0 36439618 10060525568 482946 33554432000 1073741824 1073778376 140736859994416 140363807045800 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1870/tid=1875] ppid=1867 vsize=9824732 CPUtime=5.83 cores=0,2,4,6
/proc/1870/task/1875/stat : 1875 (java) S 1867 1870 30914 0 -1 4202560 553 0 0 0 573 10 0 0 20 0 21 0 36439618 10060525568 482946 33554432000 1073741824 1073778376 140736859994416 140363805993512 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1870/tid=1876] ppid=1867 vsize=9824732 CPUtime=5.89 cores=0,2,4,6
/proc/1870/task/1876/stat : 1876 (java) S 1867 1870 30914 0 -1 4202560 674 0 0 0 578 11 0 0 20 0 21 0 36439618 10060525568 482946 33554432000 1073741824 1073778376 140736859994416 140363804940712 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1870/tid=1877] ppid=1867 vsize=9824732 CPUtime=5.77 cores=0,2,4,6
/proc/1870/task/1877/stat : 1877 (java) S 1867 1870 30914 0 -1 4202560 583 0 0 0 567 10 0 0 20 0 21 0 36439618 10060525568 482946 33554432000 1073741824 1073778376 140736859994416 140363803888424 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1870/tid=1878] ppid=1867 vsize=9824732 CPUtime=5.76 cores=0,2,4,6
/proc/1870/task/1878/stat : 1878 (java) S 1867 1870 30914 0 -1 4202560 575 0 0 0 565 11 0 0 20 0 21 0 36439618 10060525568 482946 33554432000 1073741824 1073778376 140736859994416 140363802835624 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1870/tid=1879] ppid=1867 vsize=9824732 CPUtime=5.94 cores=0,2,4,6
/proc/1870/task/1879/stat : 1879 (java) S 1867 1870 30914 0 -1 4202560 614 0 0 0 582 12 0 0 20 0 21 0 36439618 10060525568 482946 33554432000 1073741824 1073778376 140736859994416 140363801783336 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1870/tid=1880] ppid=1867 vsize=9824732 CPUtime=5.73 cores=0,2,4,6
/proc/1870/task/1880/stat : 1880 (java) S 1867 1870 30914 0 -1 4202560 510 0 0 0 565 8 0 0 20 0 21 0 36439618 10060525568 482946 33554432000 1073741824 1073778376 140736859994416 140363800730536 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1870/tid=1881] ppid=1867 vsize=9824732 CPUtime=3.68 cores=0,2,4,6
/proc/1870/task/1881/stat : 1881 (java) S 1867 1870 30914 0 -1 4202560 1687 0 0 0 352 16 0 0 20 0 21 0 36439620 10060525568 482946 33554432000 1073741824 1073778376 140736859994416 140363788531944 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1870/tid=1882] ppid=1867 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1870/task/1882/stat : 1882 (java) S 1867 1870 30914 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 21 0 36439620 10060525568 482946 33554432000 1073741824 1073778376 140736859994416 140363787478008 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1870/tid=1883] ppid=1867 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1870/task/1883/stat : 1883 (java) S 1867 1870 30914 0 -1 4202560 38 0 0 0 0 0 0 0 20 0 21 0 36439620 10060525568 482946 33554432000 1073741824 1073778376 140736859994416 140363786425608 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1870/tid=1884] ppid=1867 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1870/task/1884/stat : 1884 (java) S 1867 1870 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36439622 10060525568 482946 33554432000 1073741824 1073778376 140736859994416 140363785374096 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1870/tid=1885] ppid=1867 vsize=9824732 CPUtime=1.36 cores=0,2,4,6
/proc/1870/task/1885/stat : 1885 (java) S 1867 1870 30914 0 -1 4202560 8119 0 0 0 134 2 0 0 20 0 21 0 36439622 10060525568 482946 33554432000 1073741824 1073778376 140736859994416 140363784321720 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1870/tid=1886] ppid=1867 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/1870/task/1886/stat : 1886 (java) S 1867 1870 30914 0 -1 4202560 9595 0 0 0 114 2 0 0 20 0 21 0 36439622 10060525568 482946 33554432000 1073741824 1073778376 140736859994416 140363783268920 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1870/tid=1887] ppid=1867 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1870/task/1887/stat : 1887 (java) S 1867 1870 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36439622 10060525568 482946 33554432000 1073741824 1073778376 140736859994416 140363782216824 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1870/tid=1888] ppid=1867 vsize=9824732 CPUtime=0.64 cores=0,2,4,6
/proc/1870/task/1888/stat : 1888 (java) S 1867 1870 30914 0 -1 4202560 99 0 0 0 30 34 0 0 20 0 21 0 36439622 10060525568 482946 33554432000 1073741824 1073778376 140736859994416 140363781164232 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1870/tid=1891] ppid=1867 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1870/task/1891/stat : 1891 (java) S 1867 1870 30914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 36439653 10060525568 482946 33554432000 1073741824 1073778376 140736859994416 140363778004136 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1870/tid=2069] ppid=1867 vsize=9824732 CPUtime=1669.05 cores=0,2,4,6
/proc/1870/task/2069/stat : 2069 (java) R 1867 1870 30914 0 -1 4202560 2514 0 0 0 166853 52 0 0 20 0 21 0 36442828 10060525568 482946 33554432000 1073741824 1073778376 140736859994416 140363780107728 140363837194020 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1870/tid=2070] ppid=1867 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1870/task/2070/stat : 2070 (java) S 1867 1870 30914 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 36442829 10060525568 482946 33554432000 1073741824 1073778376 140736859994416 140363776951720 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1741.83
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1779.4 s]
/proc/loadavg: 1.98 1.98 1.94 4/218 2858
/proc/meminfo: memFree=29182528/32872528 swapFree=303544/319896
[pid=1870] ppid=1867 vsize=9824732 CPUtime=1800.02 cores=0,2,4,6
/proc/1870/stat : 1870 (java) S 1867 1870 30914 0 -1 4202496 31889 0 1 0 179713 289 0 0 20 0 21 0 36439617 10060525568 485002 33554432000 1073741824 1073778376 140736859994416 140736859985552 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1870/statm: 2456183 485002 2296 9 0 2446860 0
[pid=1870/tid=1871] ppid=1867 vsize=9824732 CPUtime=1.39 cores=0,2,4,6
/proc/1870/task/1871/stat : 1871 (java) S 1867 1870 30914 0 -1 4202560 2592 0 1 0 100 39 0 0 20 0 21 0 36439618 10060525568 485002 33554432000 1073741824 1073778376 140736859994416 140363964380088 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1870/tid=1873] ppid=1867 vsize=9824732 CPUtime=5.9 cores=0,2,4,6
/proc/1870/task/1873/stat : 1873 (java) S 1867 1870 30914 0 -1 4202560 600 0 0 0 579 11 0 0 20 0 21 0 36439618 10060525568 485002 33554432000 1073741824 1073778376 140736859994416 140363808098600 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1870/tid=1874] ppid=1867 vsize=9824732 CPUtime=5.84 cores=0,2,4,6
/proc/1870/task/1874/stat : 1874 (java) S 1867 1870 30914 0 -1 4202560 775 0 0 0 575 9 0 0 20 0 21 0 36439618 10060525568 485002 33554432000 1073741824 1073778376 140736859994416 140363807045800 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1870/tid=1875] ppid=1867 vsize=9824732 CPUtime=6 cores=0,2,4,6
/proc/1870/task/1875/stat : 1875 (java) S 1867 1870 30914 0 -1 4202560 555 0 0 0 590 10 0 0 20 0 21 0 36439618 10060525568 485002 33554432000 1073741824 1073778376 140736859994416 140363805993512 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1870/tid=1876] ppid=1867 vsize=9824732 CPUtime=6.04 cores=0,2,4,6
/proc/1870/task/1876/stat : 1876 (java) S 1867 1870 30914 0 -1 4202560 676 0 0 0 593 11 0 0 20 0 21 0 36439618 10060525568 485002 33554432000 1073741824 1073778376 140736859994416 140363804940712 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1870/tid=1877] ppid=1867 vsize=9824732 CPUtime=5.91 cores=0,2,4,6
/proc/1870/task/1877/stat : 1877 (java) S 1867 1870 30914 0 -1 4202560 584 0 0 0 581 10 0 0 20 0 21 0 36439618 10060525568 485002 33554432000 1073741824 1073778376 140736859994416 140363803888424 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1870/tid=1878] ppid=1867 vsize=9824732 CPUtime=5.94 cores=0,2,4,6
/proc/1870/task/1878/stat : 1878 (java) S 1867 1870 30914 0 -1 4202560 579 0 0 0 583 11 0 0 20 0 21 0 36439618 10060525568 485002 33554432000 1073741824 1073778376 140736859994416 140363802835624 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1870/tid=1879] ppid=1867 vsize=9824732 CPUtime=6.11 cores=0,2,4,6
/proc/1870/task/1879/stat : 1879 (java) S 1867 1870 30914 0 -1 4202560 617 0 0 0 599 12 0 0 20 0 21 0 36439618 10060525568 485002 33554432000 1073741824 1073778376 140736859994416 140363801783336 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1870/tid=1880] ppid=1867 vsize=9824732 CPUtime=6 cores=0,2,4,6
/proc/1870/task/1880/stat : 1880 (java) S 1867 1870 30914 0 -1 4202560 516 0 0 0 591 9 0 0 20 0 21 0 36439618 10060525568 485002 33554432000 1073741824 1073778376 140736859994416 140363800730536 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1870/tid=1881] ppid=1867 vsize=9824732 CPUtime=3.68 cores=0,2,4,6
/proc/1870/task/1881/stat : 1881 (java) S 1867 1870 30914 0 -1 4202560 1689 0 0 0 352 16 0 0 20 0 21 0 36439620 10060525568 485002 33554432000 1073741824 1073778376 140736859994416 140363788531944 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1870/tid=1882] ppid=1867 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1870/task/1882/stat : 1882 (java) S 1867 1870 30914 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 21 0 36439620 10060525568 485002 33554432000 1073741824 1073778376 140736859994416 140363787478008 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1870/tid=1883] ppid=1867 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1870/task/1883/stat : 1883 (java) S 1867 1870 30914 0 -1 4202560 38 0 0 0 0 0 0 0 20 0 21 0 36439620 10060525568 485002 33554432000 1073741824 1073778376 140736859994416 140363786425608 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1870/tid=1884] ppid=1867 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1870/task/1884/stat : 1884 (java) S 1867 1870 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36439622 10060525568 485002 33554432000 1073741824 1073778376 140736859994416 140363785374096 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1870/tid=1885] ppid=1867 vsize=9824732 CPUtime=1.36 cores=0,2,4,6
/proc/1870/task/1885/stat : 1885 (java) S 1867 1870 30914 0 -1 4202560 8119 0 0 0 134 2 0 0 20 0 21 0 36439622 10060525568 485002 33554432000 1073741824 1073778376 140736859994416 140363784321720 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1870/tid=1886] ppid=1867 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/1870/task/1886/stat : 1886 (java) S 1867 1870 30914 0 -1 4202560 9595 0 0 0 114 2 0 0 20 0 21 0 36439622 10060525568 485002 33554432000 1073741824 1073778376 140736859994416 140363783268920 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1870/tid=1887] ppid=1867 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1870/task/1887/stat : 1887 (java) S 1867 1870 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36439622 10060525568 485002 33554432000 1073741824 1073778376 140736859994416 140363782216824 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1870/tid=1888] ppid=1867 vsize=9824732 CPUtime=0.66 cores=0,2,4,6
/proc/1870/task/1888/stat : 1888 (java) S 1867 1870 30914 0 -1 4202560 103 0 0 0 31 35 0 0 20 0 21 0 36439622 10060525568 485002 33554432000 1073741824 1073778376 140736859994416 140363781164232 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1870/tid=1891] ppid=1867 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1870/task/1891/stat : 1891 (java) S 1867 1870 30914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 36439653 10060525568 485002 33554432000 1073741824 1073778376 140736859994416 140363778004136 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1870/tid=2069] ppid=1867 vsize=9824732 CPUtime=1725.61 cores=0,2,4,6
/proc/1870/task/2069/stat : 2069 (java) R 1867 1870 30914 0 -1 4202560 2519 0 0 0 172508 53 0 0 20 0 21 0 36442828 10060525568 485002 33554432000 1073741824 1073778376 140736859994416 140363780107472 140363837194617 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1870/tid=2070] ppid=1867 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1870/task/2070/stat : 2070 (java) S 1867 1870 30914 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 36442829 10060525568 485002 33554432000 1073741824 1073778376 140736859994416 140363776951720 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 1870 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 1870 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=838447
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=432478
# CPU time returned by wait4() is 1796.27
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1779.45
CPU time (s): 1800.02
CPU user time (s): 1797.13
CPU system time (s): 2.89
CPU usage (%): 101.156
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.84
system time used= 3.43248
maximum resident set size= 1940396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31921
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 92351
involuntary context switches= 99784

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.0933 second user time and 14.0019 second system time

The end

Launcher Data

Begin job on node128 at 2016-06-19 15:45:30
IDJOB=4109837
IDBENCH=78940
IDSOLVER=2552
FILE ID=node128/4109837-1466343930
RUNJOBID= node128-1466341815-30930
PBS_JOBID= 19922025
Free space on /tmp= 71708 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.1900564281--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109837-1466343930/watcher-4109837-1466343930 -o /tmp/evaluation-result-4109837-1466343930/solver-4109837-1466343930 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1466341815-30930 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4109837-1466343930.wbo

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

MD5SUM BENCH= a9f9ba62d7684b26a7c6c823c9992171
RANDOM SEED=206861305

node128.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30141988 kB
Buffers:          186516 kB
Cached:           273064 kB
SwapCached:         2716 kB
Active:          1295508 kB
Inactive:         343804 kB
Active(anon):    1179140 kB
Inactive(anon):     2792 kB
Active(file):     116368 kB
Inactive(file):   341012 kB
Unevictable:      319896 kB
Mlocked:          303544 kB
SwapTotal:      67108856 kB
SwapFree:       67099292 kB
Dirty:               600 kB
Writeback:             0 kB
AnonPages:       1606516 kB
Mapped:            17180 kB
Shmem:                 0 kB
Slab:             626840 kB
SReclaimable:      70288 kB
SUnreclaim:       556552 kB
KernelStack:        1776 kB
PageTables:         6892 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1885408 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1247232 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= 71708 MiB
End job on node128 at 2016-06-19 16:15:09