Trace number 4109961

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 PB16OPTIMUM 652.605 643.918

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900546417--soft-33-100-0.wbo
MD5SUM4d7369f2c7754df76e462e1a1e9c34c5
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark31.9501
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 constraints1857
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 93863
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 93862
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 689
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-4109961-1466345539.wbo
0.10/0.11	c reading problem ... 
0.48/0.33	c ... done. Wall clock time 0.22s.
0.48/0.33	c declared #vars     231
0.48/0.33	c internal #vars     2088
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 => 2612
0.48/0.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 5
0.48/0.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 72
0.48/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 18
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 => 72
0.48/0.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2612
0.48/0.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 5
0.48/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 18
0.48/0.33	c 2707 constraints processed.
0.48/0.33	c objective function length is 1857 literals
0.74/0.49	c And the winner is solver0
1.31/0.83	c SATISFIABLE
1.31/0.83	c OPTIMIZING...
1.31/0.83	c Got one! Elapsed wall clock time (in seconds):0.726
1.31/0.83	o 584
1.31/0.86	c And the winner is solver0
1.81/1.35	c Got one! Elapsed wall clock time (in seconds):1.239
1.81/1.35	o 418
1.81/1.37	c And the winner is solver0
1.92/1.86	c Got one! Elapsed wall clock time (in seconds):1.749
1.92/1.86	o 416
1.92/1.87	c And the winner is solver0
2.00/2.37	c Got one! Elapsed wall clock time (in seconds):2.258
2.00/2.37	o 407
2.00/2.38	c And the winner is solver0
2.03/2.87	c Got one! Elapsed wall clock time (in seconds):2.765
2.03/2.87	o 406
2.03/2.89	c And the winner is solver0
2.12/3.38	c Got one! Elapsed wall clock time (in seconds):3.27
2.12/3.38	o 394
2.12/3.39	c And the winner is solver0
2.12/3.88	c Got one! Elapsed wall clock time (in seconds):3.774
2.12/3.88	o 392
2.12/3.89	c And the winner is solver0
2.17/4.39	c Got one! Elapsed wall clock time (in seconds):4.278
2.17/4.39	o 390
2.17/4.40	c And the winner is solver0
2.31/4.89	c Got one! Elapsed wall clock time (in seconds):4.782
2.31/4.89	o 384
2.32/4.90	c And the winner is solver0
2.32/5.40	c Got one! Elapsed wall clock time (in seconds):5.285
2.32/5.40	o 369
2.32/5.41	c And the winner is solver0
2.34/5.90	c Got one! Elapsed wall clock time (in seconds):5.788
2.34/5.90	o 358
2.34/5.92	c And the winner is solver0
2.39/6.40	c Got one! Elapsed wall clock time (in seconds):6.291
2.39/6.40	o 357
2.39/6.42	c And the winner is solver0
2.49/6.90	c Got one! Elapsed wall clock time (in seconds):6.794
2.49/6.90	o 310
2.49/6.92	c And the winner is solver0
2.49/7.41	c Got one! Elapsed wall clock time (in seconds):7.297
2.49/7.41	o 302
2.49/7.42	c And the winner is solver0
2.50/7.91	c Got one! Elapsed wall clock time (in seconds):7.8
2.50/7.91	o 298
2.50/7.93	c And the winner is solver0
2.55/8.41	c Got one! Elapsed wall clock time (in seconds):8.303
2.55/8.41	o 296
2.55/8.42	c And the winner is solver0
2.57/8.92	c Got one! Elapsed wall clock time (in seconds):8.806
2.57/8.92	o 293
2.57/8.94	c And the winner is solver0
2.66/9.42	c Got one! Elapsed wall clock time (in seconds):9.309
2.66/9.42	o 247
2.66/9.43	c And the winner is solver0
2.66/9.92	c Got one! Elapsed wall clock time (in seconds):9.812
2.66/9.92	o 214
2.66/9.99	c And the winner is solver0
2.86/10.42	c Got one! Elapsed wall clock time (in seconds):10.314
2.86/10.42	o 210
2.86/10.43	c And the winner is solver0
2.86/10.93	c Got one! Elapsed wall clock time (in seconds):10.817
2.86/10.93	o 207
2.86/10.94	c And the winner is solver0
2.87/11.43	c Got one! Elapsed wall clock time (in seconds):11.319
2.87/11.43	o 191
2.87/11.44	c And the winner is solver0
2.91/11.93	c Got one! Elapsed wall clock time (in seconds):11.822
2.91/11.93	o 180
2.91/11.94	c And the winner is solver0
2.92/12.43	c Got one! Elapsed wall clock time (in seconds):12.325
2.92/12.43	o 169
2.92/12.45	c And the winner is solver0
2.96/12.94	c Got one! Elapsed wall clock time (in seconds):12.827
2.96/12.94	o 159
3.10/13.00	c And the winner is solver0
3.12/13.44	c Got one! Elapsed wall clock time (in seconds):13.33
3.12/13.44	o 126
3.46/13.69	c And the winner is solver0
3.72/13.94	c Got one! Elapsed wall clock time (in seconds):13.833
3.72/13.94	o 123
3.72/13.97	c And the winner is solver0
3.84/14.44	c Got one! Elapsed wall clock time (in seconds):14.336
3.84/14.44	o 119
3.94/14.52	c And the winner is solver0
4.03/14.95	c Got one! Elapsed wall clock time (in seconds):14.838
4.03/14.95	o 108
5.45/15.69	c And the winner is solver0
5.68/15.95	c Got one! Elapsed wall clock time (in seconds):15.841
5.68/15.95	o 107
5.68/15.96	c And the winner is solver0
5.70/16.46	c Got one! Elapsed wall clock time (in seconds):16.344
5.70/16.46	o 106
5.79/16.52	c And the winner is solver0
5.85/16.96	c Got one! Elapsed wall clock time (in seconds):16.847
5.85/16.96	o 102
5.97/17.01	c And the winner is solver0
6.02/17.46	c Got one! Elapsed wall clock time (in seconds):17.35
6.02/17.46	o 97
6.31/17.64	c cleaning 4971 clauses out of 9949 with flag 5677/9949
6.57/17.77	c And the winner is solver0
6.76/17.96	c Got one! Elapsed wall clock time (in seconds):17.853
6.76/17.96	o 95
6.85/18.02	c And the winner is solver0
6.92/18.47	c Got one! Elapsed wall clock time (in seconds):18.357
6.92/18.47	o 93
6.92/18.48	c And the winner is solver0
6.97/18.97	c Got one! Elapsed wall clock time (in seconds):18.86
6.97/18.97	o 84
7.21/19.11	c And the winner is solver0
7.24/19.47	c Got one! Elapsed wall clock time (in seconds):19.364
7.24/19.47	o 67
9.02/20.31	c cleaning 5979 clauses out of 11965 with flag 38982/16936
9.23/20.45	c And the winner is solver0
9.23/20.48	c Got one! Elapsed wall clock time (in seconds):20.369
9.23/20.48	o 64
9.23/20.49	c And the winner is solver0
9.34/20.99	c Got one! Elapsed wall clock time (in seconds):20.876
9.34/20.99	o 56
9.37/21.06	c And the winner is solver0
9.50/21.49	c Got one! Elapsed wall clock time (in seconds):21.384
9.50/21.49	o 50
9.51/21.58	c And the winner is solver0
9.69/22.00	c Got one! Elapsed wall clock time (in seconds):21.894
9.69/22.00	o 44
9.69/22.04	c And the winner is solver0
9.78/22.51	c Got one! Elapsed wall clock time (in seconds):22.405
9.78/22.51	o 40
9.98/22.63	c And the winner is solver0
10.07/23.06	c Got one! Elapsed wall clock time (in seconds):22.946
10.07/23.06	o 36
10.07/23.10	c And the winner is solver0
10.25/23.57	c Got one! Elapsed wall clock time (in seconds):23.458
10.25/23.57	o 35
10.51/23.73	c And the winner is solver0
10.61/24.08	c Got one! Elapsed wall clock time (in seconds):23.97
10.61/24.08	o 34
10.64/24.12	c And the winner is solver0
10.72/24.59	c Got one! Elapsed wall clock time (in seconds):24.482
10.72/24.59	o 29
11.38/24.99	c cleaning 7088 clauses out of 14181 with flag 23136/25131
11.80/25.12	c And the winner is solver0
11.90/25.61	c Got one! Elapsed wall clock time (in seconds):25.496
11.90/25.61	o 25
12.07/25.76	c And the winner is solver0
12.21/26.12	c Got one! Elapsed wall clock time (in seconds):26.012
12.21/26.12	o 24
12.55/26.31	c And the winner is solver0
12.59/26.64	c Got one! Elapsed wall clock time (in seconds):26.528
12.59/26.64	o 19
12.90/26.86	c cleaning 7155 clauses out of 14333 with flag 16985/32371
13.71/27.20	c And the winner is solver0
13.76/27.66	c Got one! Elapsed wall clock time (in seconds):27.547
13.76/27.66	o 18
13.82/27.76	c And the winner is solver0
13.99/28.18	c Got one! Elapsed wall clock time (in seconds):28.071
13.99/28.18	o 17
14.25/28.34	c cleaning 6566 clauses out of 13148 with flag 9666/38341
14.25/28.36	c And the winner is solver0
14.39/28.71	c Got one! Elapsed wall clock time (in seconds):28.598
14.39/28.71	o 13
14.75/28.90	c And the winner is solver0
14.78/29.23	c Got one! Elapsed wall clock time (in seconds):29.122
14.78/29.23	o 12
15.28/29.51	c cleaning 6190 clauses out of 12400 with flag 23260/44159
16.28/30.00	c cleaning 6091 clauses out of 12208 with flag 77324/50157
17.28/30.56	c cleaning 6557 clauses out of 13117 with flag 139689/57157
17.68/30.72	c And the winner is solver0
17.77/30.81	c Got one! Elapsed wall clock time (in seconds):30.698
17.77/30.81	o 8
17.97/30.98	c And the winner is solver0
18.15/31.34	c Got one! Elapsed wall clock time (in seconds):31.231
18.15/31.34	o 6
18.43/31.53	c cleaning 6109 clauses out of 12240 with flag 19282/62838
18.63/31.68	c And the winner is solver0
18.85/31.87	c Got one! Elapsed wall clock time (in seconds):31.764
18.85/31.87	o 5
18.88/31.93	c And the winner is solver0
118.07/129.03	c cleaning 0 clauses out of 6642 with flag 0/6671
269.90/277.31	c Got one! Elapsed wall clock time (in seconds):277.202
269.90/277.31	o 2
270.58/277.98	c And the winner is solver0
381.59/387.13	c cleaning 0 clauses out of 11988 with flag 0/12017
623.41/625.01	c Got one! Elapsed wall clock time (in seconds):624.901
623.41/625.01	o 1
624.60/626.10	c cleaning 6144 clauses out of 12299 with flag 9798/69006
625.40/626.54	c cleaning 6066 clauses out of 12155 with flag 59428/75006
626.42/627.02	c cleaning 6529 clauses out of 13090 with flag 116531/82007
627.40/627.58	c cleaning 7273 clauses out of 14559 with flag 183396/90005
628.82/628.27	c cleaning 8139 clauses out of 16286 with flag 266665/99005
630.82/629.21	c cleaning 9062 clauses out of 18149 with flag 354747/109007
632.88/630.24	c cleaning 10037 clauses out of 20086 with flag 443240/120006
635.30/631.45	c cleaning 11017 clauses out of 22048 with flag 537604/132005
637.28/632.46	c cleaning 12012 clauses out of 24031 with flag 619584/145005
639.48/633.60	c cleaning 13010 clauses out of 26019 with flag 706350/159005
642.71/635.14	c cleaning 14000 clauses out of 28002 with flag 806393/174005
644.20/635.88	c And the winner is solver0
652.33/643.90	c >>>>>>>>>> Solver number 0 (59 answers) <<<<<<<<<<<<<<<<<<
652.33/643.90	c starts		: 124
652.33/643.90	c conflicts		: 181485
652.33/643.90	c decisions		: 395316
652.33/643.90	c propagations		: 14402288
652.33/643.90	c inspects		: 197328767
652.33/643.90	c shortcuts		: 0
652.33/643.90	c learnt literals	: 22
652.33/643.90	c learnt binary clauses	: 143
652.33/643.90	c learnt ternary clauses	: 520
652.33/643.90	c learnt constraints	: 181462
652.33/643.90	c ignored constraints	: 0
652.33/643.90	c root simplifications	: 0
652.33/643.90	c removed literals (reason simplification)	: 803368
652.33/643.90	c reason swapping (by a shorter reason)	: 0
652.33/643.90	c Calls to reduceDB	: 20
652.33/643.90	c Number of update (reduction) of LBD	: 78486
652.33/643.90	c Imported unit clauses	: 0
652.33/643.90	c number of reductions to clauses (during analyze)	: 0
652.33/643.90	c number of learned constraints concerned by reduction	: 0
652.33/643.90	c number of learning phase by resolution	: 0
652.33/643.90	c number of learning phase by cutting planes	: 0
652.33/643.90	c speed (assignments/second)	: 22379.160852634883
652.33/643.90	c non guided choices	6565
652.33/643.90	c learnt constraints type 
652.33/643.90	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
652.33/643.90	c starts		: 117
652.33/643.90	c conflicts		: 15454
652.33/643.90	c decisions		: 131729
652.33/643.90	c propagations		: 709575
652.33/643.90	c inspects		: 742924255
652.33/643.90	c shortcuts		: 0
652.33/643.90	c learnt literals	: 0
652.33/643.90	c learnt binary clauses	: 0
652.33/643.90	c learnt ternary clauses	: 0
652.33/643.90	c learnt constraints	: 15424
652.33/643.90	c ignored constraints	: 0
652.33/643.90	c root simplifications	: 0
652.33/643.90	c removed literals (reason simplification)	: 0
652.33/643.90	c reason swapping (by a shorter reason)	: 0
652.33/643.90	c Calls to reduceDB	: 2
652.33/643.90	c Number of update (reduction) of LBD	: 0
652.33/643.90	c Imported unit clauses	: 0
652.33/643.90	c number of reductions to clauses (during analyze)	: 0
652.33/643.90	c number of learned constraints concerned by reduction	: 0
652.33/643.90	c number of learning phase by resolution	: 0
652.33/643.90	c number of learning phase by cutting planes	: 0
652.33/643.90	c speed (assignments/second)	: 1941.482594170422
652.33/643.90	c non guided choices	5958
652.33/643.90	c learnt constraints type 
652.33/643.90	s OPTIMUM FOUND
652.33/643.90	c Found 58 solution(s)
652.33/643.90	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 
652.33/643.90	c objective function=1
652.33/643.90	c Total wall clock time (in seconds): 643.795

Verifier Data

OK	1

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

pid=23838
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.43 2.27 2.15 4/197 23841
/proc/meminfo: memFree=29462976/32872528 swapFree=1200228/1314692
[pid=23841] ppid=23838 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/23841/stat : 23841 (java) S 23838 23841 21054 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 36600450 98570240 978 33554432000 1073741824 1073778376 140735327067136 140735327058272 252266446909 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23841/statm: 24065 978 744 9 0 16771 0
[pid=23841/tid=23842] ppid=23838 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23842/stat : 23842 (java) R 23838 23841 21054 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 36600450 98570240 978 33554432000 1073741824 1073778376 140735327067136 140346508447272 252263089536 0 0 4096 0 0 0 0 -1 4 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 2.43 2.27 2.15 4/197 23841
/proc/meminfo: memFree=29462976/32872528 swapFree=1200228/1314692
[pid=23841] ppid=23838 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/23841/stat : 23841 (java) S 23838 23841 21054 0 -1 4202496 4506 0 1 0 9 1 0 0 20 0 18 0 36600450 9787879424 5615 33554432000 1073741824 1073778376 140735327067136 140735327058272 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23841/statm: 2389619 5615 2141 9 0 2380296 0
[pid=23841/tid=23842] ppid=23838 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/23841/task/23842/stat : 23842 (java) R 23838 23841 21054 0 -1 4202560 2441 0 1 0 6 1 0 0 20 0 18 0 36600450 9787879424 5615 33554432000 1073741824 1073778376 140735327067136 140346508450720 252266472717 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200269 s]
/proc/loadavg: 2.43 2.27 2.15 4/197 23841
/proc/meminfo: memFree=29462976/32872528 swapFree=1200228/1314692
[pid=23841] ppid=23838 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/23841/stat : 23841 (java) S 23838 23841 21054 0 -1 4202496 4754 0 1 0 23 1 0 0 20 0 18 0 36600450 9787879424 6335 33554432000 1073741824 1073778376 140735327067136 140735327058272 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23841/statm: 2389619 6335 2198 9 0 2380296 0
[pid=23841/tid=23842] ppid=23838 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/23841/task/23842/stat : 23842 (java) R 23838 23841 21054 0 -1 4202560 2457 0 1 0 16 1 0 0 20 0 18 0 36600450 9787879424 6335 33554432000 1073741824 1073778376 140735327067136 140346508451704 140346448266224 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300355 s]
/proc/loadavg: 2.43 2.27 2.15 4/197 23841
/proc/meminfo: memFree=29462976/32872528 swapFree=1200228/1314692
[pid=23841] ppid=23838 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/23841/stat : 23841 (java) S 23838 23841 21054 0 -1 4202496 5815 0 1 0 46 2 0 0 20 0 18 0 36600450 9787879424 8520 33554432000 1073741824 1073778376 140735327067136 140735327058272 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23841/statm: 2389619 8520 2231 9 0 2380296 0
[pid=23841/tid=23842] ppid=23838 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/23841/task/23842/stat : 23842 (java) R 23838 23841 21054 0 -1 4202560 2460 0 1 0 26 1 0 0 20 0 18 0 36600450 9787879424 8520 33554432000 1073741824 1073778376 140735327067136 140346508451192 140346448164954 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700314 s]
/proc/loadavg: 2.43 2.27 2.15 4/197 23841
/proc/meminfo: memFree=29462976/32872528 swapFree=1200228/1314692
[pid=23841] ppid=23838 vsize=9824732 CPUtime=1.31 cores=0,2,4,6
/proc/23841/stat : 23841 (java) S 23838 23841 21054 0 -1 4202496 8908 0 1 0 126 5 0 0 20 0 19 0 36600450 10060525568 11922 33554432000 1073741824 1073778376 140735327067136 140735327058272 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23841/statm: 2456183 11922 2258 9 0 2446860 0
[pid=23841/tid=23842] ppid=23838 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/23841/task/23842/stat : 23842 (java) S 23838 23841 21054 0 -1 4202560 2477 0 1 0 30 1 0 0 20 0 19 0 36600450 10060525568 11922 33554432000 1073741824 1073778376 140735327067136 140346508452728 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 9824732

[startup+1.50087 s]
/proc/loadavg: 2.43 2.27 2.15 4/216 23869
/proc/meminfo: memFree=29316484/32872528 swapFree=1200228/1314692
[pid=23841] ppid=23838 vsize=9824732 CPUtime=1.92 cores=0,2,4,6
/proc/23841/stat : 23841 (java) S 23838 23841 21054 0 -1 4202496 16535 0 1 0 182 10 0 0 20 0 19 0 36600450 10060525568 19140 33554432000 1073741824 1073778376 140735327067136 140735327058272 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23841/statm: 2456183 19140 2265 9 0 2446860 0
[pid=23841/tid=23842] ppid=23838 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/23841/task/23842/stat : 23842 (java) S 23838 23841 21054 0 -1 4202560 2478 0 1 0 32 1 0 0 20 0 19 0 36600450 10060525568 19140 33554432000 1073741824 1073778376 140735327067136 140346508452728 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23841/tid=23844] ppid=23838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23844/stat : 23844 (java) S 23838 23841 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36600451 10060525568 19140 33554432000 1073741824 1073778376 140735327067136 140346447182760 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23841/tid=23845] ppid=23838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23845/stat : 23845 (java) S 23838 23841 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36600451 10060525568 19140 33554432000 1073741824 1073778376 140735327067136 140346446130216 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23841/tid=23846] ppid=23838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23846/stat : 23846 (java) S 23838 23841 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36600451 10060525568 19140 33554432000 1073741824 1073778376 140735327067136 140346350320296 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23841/tid=23847] ppid=23838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23847/stat : 23847 (java) S 23838 23841 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36600451 10060525568 19140 33554432000 1073741824 1073778376 140735327067136 140346349267752 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23841/tid=23848] ppid=23838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23848/stat : 23848 (java) S 23838 23841 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36600451 10060525568 19140 33554432000 1073741824 1073778376 140735327067136 140346348214696 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23841/tid=23849] ppid=23838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23849/stat : 23849 (java) S 23838 23841 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36600451 10060525568 19140 33554432000 1073741824 1073778376 140735327067136 140346347162152 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23841/tid=23850] ppid=23838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23850/stat : 23850 (java) S 23838 23841 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36600451 10060525568 19140 33554432000 1073741824 1073778376 140735327067136 140346346109096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23841/tid=23851] ppid=23838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23851/stat : 23851 (java) S 23838 23841 21054 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36600451 10060525568 19140 33554432000 1073741824 1073778376 140735327067136 140346345056552 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23841/tid=23852] ppid=23838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23852/stat : 23852 (java) S 23838 23841 21054 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36600452 10060525568 19140 33554432000 1073741824 1073778376 140735327067136 140346332646248 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23841/tid=23853] ppid=23838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23853/stat : 23853 (java) S 23838 23841 21054 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36600453 10060525568 19140 33554432000 1073741824 1073778376 140735327067136 140346331592568 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23841/tid=23854] ppid=23838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23854/stat : 23854 (java) S 23838 23841 21054 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36600453 10060525568 19140 33554432000 1073741824 1073778376 140735327067136 140346330539400 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23841/tid=23855] ppid=23838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23855/stat : 23855 (java) S 23838 23841 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36600455 10060525568 19140 33554432000 1073741824 1073778376 140735327067136 140346329488144 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23841/tid=23856] ppid=23838 vsize=9824732 CPUtime=0.54 cores=0,2,4,6
/proc/23841/task/23856/stat : 23856 (java) S 23838 23841 21054 0 -1 4202560 5768 0 0 0 52 2 0 0 20 0 19 0 36600455 10060525568 19140 33554432000 1073741824 1073778376 140735327067136 140346328435000 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23841/tid=23857] ppid=23838 vsize=9824732 CPUtime=0.62 cores=0,2,4,6
/proc/23841/task/23857/stat : 23857 (java) S 23838 23841 21054 0 -1 4202560 6938 0 0 0 60 2 0 0 20 0 19 0 36600455 10060525568 19140 33554432000 1073741824 1073778376 140735327067136 140346327382456 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23841/tid=23858] ppid=23838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23858/stat : 23858 (java) S 23838 23841 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36600455 10060525568 19140 33554432000 1073741824 1073778376 140735327067136 140346326329592 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23841/tid=23859] ppid=23838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23859/stat : 23859 (java) S 23838 23841 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36600455 10060525568 19140 33554432000 1073741824 1073778376 140735327067136 140346325277256 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23841/tid=23865] ppid=23838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23865/stat : 23865 (java) S 23838 23841 21054 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36600485 10060525568 19140 33554432000 1073741824 1073778376 140735327067136 140346321065384 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 9824732

[startup+3.10089 s]
/proc/loadavg: 2.43 2.27 2.15 3/216 23875
/proc/meminfo: memFree=29303620/32872528 swapFree=1200228/1314692
[pid=23841] ppid=23838 vsize=9824732 CPUtime=2.12 cores=0,2,4,6
/proc/23841/stat : 23841 (java) S 23838 23841 21054 0 -1 4202496 16586 0 1 0 201 11 0 0 20 0 19 0 36600450 10060525568 24281 33554432000 1073741824 1073778376 140735327067136 140735327058272 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23841/statm: 2456183 24281 2265 9 0 2446860 0
[pid=23841/tid=23842] ppid=23838 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/23841/task/23842/stat : 23842 (java) S 23838 23841 21054 0 -1 4202560 2482 0 1 0 34 2 0 0 20 0 19 0 36600450 10060525568 24281 33554432000 1073741824 1073778376 140735327067136 140346508452728 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23841/tid=23844] ppid=23838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23844/stat : 23844 (java) S 23838 23841 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36600451 10060525568 24281 33554432000 1073741824 1073778376 140735327067136 140346447182760 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23841/tid=23845] ppid=23838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23845/stat : 23845 (java) S 23838 23841 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36600451 10060525568 24281 33554432000 1073741824 1073778376 140735327067136 140346446130216 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23841/tid=23846] ppid=23838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23846/stat : 23846 (java) S 23838 23841 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36600451 10060525568 24281 33554432000 1073741824 1073778376 140735327067136 140346350320296 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23841/tid=23847] ppid=23838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23847/stat : 23847 (java) S 23838 23841 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36600451 10060525568 24281 33554432000 1073741824 1073778376 140735327067136 140346349267752 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23841/tid=23848] ppid=23838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23848/stat : 23848 (java) S 23838 23841 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36600451 10060525568 24281 33554432000 1073741824 1073778376 140735327067136 140346348214696 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23841/tid=23849] ppid=23838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23849/stat : 23849 (java) S 23838 23841 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36600451 10060525568 24281 33554432000 1073741824 1073778376 140735327067136 140346347162152 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23841/tid=23850] ppid=23838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23850/stat : 23850 (java) S 23838 23841 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36600451 10060525568 24281 33554432000 1073741824 1073778376 140735327067136 140346346109096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23841/tid=23851] ppid=23838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23851/stat : 23851 (java) S 23838 23841 21054 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36600451 10060525568 24281 33554432000 1073741824 1073778376 140735327067136 140346345056552 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23841/tid=23852] ppid=23838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23852/stat : 23852 (java) S 23838 23841 21054 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36600452 10060525568 24281 33554432000 1073741824 1073778376 140735327067136 140346332646248 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23841/tid=23853] ppid=23838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23853/stat : 23853 (java) S 23838 23841 21054 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36600453 10060525568 24281 33554432000 1073741824 1073778376 140735327067136 140346331592568 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23841/tid=23854] ppid=23838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23854/stat : 23854 (java) S 23838 23841 21054 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36600453 10060525568 24281 33554432000 1073741824 1073778376 140735327067136 140346330539400 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23841/tid=23855] ppid=23838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23855/stat : 23855 (java) S 23838 23841 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36600455 10060525568 24281 33554432000 1073741824 1073778376 140735327067136 140346329488144 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23841/tid=23856] ppid=23838 vsize=9824732 CPUtime=0.6 cores=0,2,4,6
/proc/23841/task/23856/stat : 23856 (java) S 23838 23841 21054 0 -1 4202560 5774 0 0 0 58 2 0 0 20 0 19 0 36600455 10060525568 24281 33554432000 1073741824 1073778376 140735327067136 140346328435000 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23841/tid=23857] ppid=23838 vsize=9824732 CPUtime=0.71 cores=0,2,4,6
/proc/23841/task/23857/stat : 23857 (java) S 23838 23841 21054 0 -1 4202560 6952 0 0 0 69 2 0 0 20 0 19 0 36600455 10060525568 24281 33554432000 1073741824 1073778376 140735327067136 140346327382456 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23841/tid=23858] ppid=23838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23858/stat : 23858 (java) S 23838 23841 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36600455 10060525568 24281 33554432000 1073741824 1073778376 140735327067136 140346326329592 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23841/tid=23859] ppid=23838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23859/stat : 23859 (java) S 23838 23841 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36600455 10060525568 24281 33554432000 1073741824 1073778376 140735327067136 140346325277256 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23841/tid=23865] ppid=23838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23865/stat : 23865 (java) S 23838 23841 21054 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36600485 10060525568 24281 33554432000 1073741824 1073778376 140735327067136 140346321065384 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=23 pid=1811 uid=0 cmd=

[startup+6.30084 s]
/proc/loadavg: 2.39 2.26 2.15 5/216 23899
/proc/meminfo: memFree=29104392/32872528 swapFree=1200228/1314692
[pid=23841] ppid=23838 vsize=9824732 CPUtime=2.39 cores=0,2,4,6
/proc/23841/stat : 23841 (java) S 23838 23841 21054 0 -1 4202496 16686 0 1 0 224 15 0 0 20 0 19 0 36600450 10060525568 33067 33554432000 1073741824 1073778376 140735327067136 140735327058272 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23841/statm: 2456183 33067 2269 9 0 2446860 0
[pid=23841/tid=23842] ppid=23838 vsize=9824732 CPUtime=0.38 cores=0,2,4,6
/proc/23841/task/23842/stat : 23842 (java) S 23838 23841 21054 0 -1 4202560 2487 0 1 0 36 2 0 0 20 0 19 0 36600450 10060525568 33067 33554432000 1073741824 1073778376 140735327067136 140346508452728 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23841/tid=23844] ppid=23838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23844/stat : 23844 (java) S 23838 23841 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36600451 10060525568 33067 33554432000 1073741824 1073778376 140735327067136 140346447182760 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23841/tid=23845] ppid=23838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23845/stat : 23845 (java) S 23838 23841 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36600451 10060525568 33067 33554432000 1073741824 1073778376 140735327067136 140346446130216 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23841/tid=23846] ppid=23838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23846/stat : 23846 (java) S 23838 23841 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36600451 10060525568 33067 33554432000 1073741824 1073778376 140735327067136 140346350320296 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23841/tid=23847] ppid=23838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23847/stat : 23847 (java) S 23838 23841 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36600451 10060525568 33067 33554432000 1073741824 1073778376 140735327067136 140346349267752 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23841/tid=23848] ppid=23838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23848/stat : 23848 (java) S 23838 23841 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36600451 10060525568 33067 33554432000 1073741824 1073778376 140735327067136 140346348214696 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23841/tid=23849] ppid=23838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23849/stat : 23849 (java) S 23838 23841 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36600451 10060525568 33067 33554432000 1073741824 1073778376 140735327067136 140346347162152 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23841/tid=23850] ppid=23838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23850/stat : 23850 (java) S 23838 23841 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36600451 10060525568 33067 33554432000 1073741824 1073778376 140735327067136 140346346109096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23841/tid=23851] ppid=23838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23851/stat : 23851 (java) S 23838 23841 21054 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36600451 10060525568 33067 33554432000 1073741824 1073778376 140735327067136 140346345056552 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23841/tid=23852] ppid=23838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23852/stat : 23852 (java) S 23838 23841 21054 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36600452 10060525568 33067 33554432000 1073741824 1073778376 140735327067136 140346332646248 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23841/tid=23853] ppid=23838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23853/stat : 23853 (java) S 23838 23841 21054 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36600453 10060525568 33067 33554432000 1073741824 1073778376 140735327067136 140346331592568 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23841/tid=23854] ppid=23838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23854/stat : 23854 (java) S 23838 23841 21054 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36600453 10060525568 33067 33554432000 1073741824 1073778376 140735327067136 140346330539400 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23841/tid=23855] ppid=23838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23855/stat : 23855 (java) S 23838 23841 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36600455 10060525568 33067 33554432000 1073741824 1073778376 140735327067136 140346329488144 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23841/tid=23856] ppid=23838 vsize=9824732 CPUtime=0.66 cores=0,2,4,6

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

/proc/23841/task/23850/stat : 23850 (java) S 23838 23841 21054 0 -1 4202560 332 0 0 0 203 11 0 0 20 0 19 0 36600451 10060525568 519935 33554432000 1073741824 1073778376 140735327067136 140346346109096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23841/tid=23851] ppid=23838 vsize=9824732 CPUtime=2.09 cores=0,2,4,6
/proc/23841/task/23851/stat : 23851 (java) S 23838 23841 21054 0 -1 4202560 354 0 0 0 198 11 0 0 20 0 19 0 36600451 10060525568 519935 33554432000 1073741824 1073778376 140735327067136 140346345056552 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23841/tid=23852] ppid=23838 vsize=9824732 CPUtime=2.3 cores=0,2,4,6
/proc/23841/task/23852/stat : 23852 (java) S 23838 23841 21054 0 -1 4202560 1560 0 0 0 220 10 0 0 20 0 19 0 36600452 10060525568 519935 33554432000 1073741824 1073778376 140735327067136 140346332646248 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23841/tid=23853] ppid=23838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23853/stat : 23853 (java) S 23838 23841 21054 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36600453 10060525568 519935 33554432000 1073741824 1073778376 140735327067136 140346331592568 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23841/tid=23854] ppid=23838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23854/stat : 23854 (java) S 23838 23841 21054 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 19 0 36600453 10060525568 519935 33554432000 1073741824 1073778376 140735327067136 140346330539400 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23841/tid=23855] ppid=23838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23855/stat : 23855 (java) S 23838 23841 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36600455 10060525568 519935 33554432000 1073741824 1073778376 140735327067136 140346329488144 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23841/tid=23856] ppid=23838 vsize=9824732 CPUtime=1.38 cores=0,2,4,6
/proc/23841/task/23856/stat : 23856 (java) S 23838 23841 21054 0 -1 4202560 7393 0 0 0 136 2 0 0 20 0 19 0 36600455 10060525568 519935 33554432000 1073741824 1073778376 140735327067136 140346328435000 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23841/tid=23857] ppid=23838 vsize=9824732 CPUtime=1.35 cores=0,2,4,6
/proc/23841/task/23857/stat : 23857 (java) S 23838 23841 21054 0 -1 4202560 7034 0 0 0 133 2 0 0 20 0 19 0 36600455 10060525568 519935 33554432000 1073741824 1073778376 140735327067136 140346327382456 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23841/tid=23858] ppid=23838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23858/stat : 23858 (java) S 23838 23841 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36600455 10060525568 519935 33554432000 1073741824 1073778376 140735327067136 140346326329592 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23841/tid=23859] ppid=23838 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/23841/task/23859/stat : 23859 (java) S 23838 23841 21054 0 -1 4202560 37 0 0 0 13 11 0 0 20 0 19 0 36600455 10060525568 519935 33554432000 1073741824 1073778376 140735327067136 140346325277256 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23841/tid=23865] ppid=23838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23865/stat : 23865 (java) S 23838 23841 21054 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36600485 10060525568 519935 33554432000 1073741824 1073778376 140735327067136 140346321065384 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 650.29
Current children cumulated vsize (KiB) 9824732

[startup+643.608 s]
/proc/loadavg: 2.47 2.31 2.20 4/215 24935
/proc/meminfo: memFree=26931252/32872528 swapFree=1200228/1314692
[pid=23841] ppid=23838 vsize=9824732 CPUtime=650.7 cores=0,2,4,6
/proc/23841/stat : 23841 (java) S 23838 23841 21054 0 -1 4202496 25185 0 1 0 64847 223 0 0 20 0 19 0 36600450 10060525568 519935 33554432000 1073741824 1073778376 140735327067136 140735327058272 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23841/statm: 2456183 519935 2295 9 0 2446860 0
[pid=23841/tid=23842] ppid=23838 vsize=9824732 CPUtime=10.15 cores=0,2,4,6
/proc/23841/task/23842/stat : 23842 (java) R 23838 23841 21054 0 -1 4202560 2564 0 1 0 1004 11 0 0 20 0 19 0 36600450 10060525568 519935 33554432000 1073741824 1073778376 140735327067136 140346508450352 140346448410568 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23841/tid=23844] ppid=23838 vsize=9824732 CPUtime=1.92 cores=0,2,4,6
/proc/23841/task/23844/stat : 23844 (java) S 23838 23841 21054 0 -1 4202560 680 0 0 0 182 10 0 0 20 0 19 0 36600451 10060525568 519935 33554432000 1073741824 1073778376 140735327067136 140346447182760 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23841/tid=23845] ppid=23838 vsize=9824732 CPUtime=2.06 cores=0,2,4,6
/proc/23841/task/23845/stat : 23845 (java) S 23838 23841 21054 0 -1 4202560 530 0 0 0 194 12 0 0 20 0 19 0 36600451 10060525568 519935 33554432000 1073741824 1073778376 140735327067136 140346446130216 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23841/tid=23846] ppid=23838 vsize=9824732 CPUtime=2.11 cores=0,2,4,6
/proc/23841/task/23846/stat : 23846 (java) S 23838 23841 21054 0 -1 4202560 439 0 0 0 200 11 0 0 20 0 19 0 36600451 10060525568 519935 33554432000 1073741824 1073778376 140735327067136 140346350320296 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23841/tid=23847] ppid=23838 vsize=9824732 CPUtime=1.83 cores=0,2,4,6
/proc/23841/task/23847/stat : 23847 (java) S 23838 23841 21054 0 -1 4202560 460 0 0 0 175 8 0 0 20 0 19 0 36600451 10060525568 519935 33554432000 1073741824 1073778376 140735327067136 140346349267752 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23841/tid=23848] ppid=23838 vsize=9824732 CPUtime=1.97 cores=0,2,4,6
/proc/23841/task/23848/stat : 23848 (java) S 23838 23841 21054 0 -1 4202560 332 0 0 0 188 9 0 0 20 0 19 0 36600451 10060525568 519935 33554432000 1073741824 1073778376 140735327067136 140346348214696 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23841/tid=23849] ppid=23838 vsize=9824732 CPUtime=2.05 cores=0,2,4,6
/proc/23841/task/23849/stat : 23849 (java) S 23838 23841 21054 0 -1 4202560 528 0 0 0 194 11 0 0 20 0 19 0 36600451 10060525568 519935 33554432000 1073741824 1073778376 140735327067136 140346347162152 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23841/tid=23850] ppid=23838 vsize=9824732 CPUtime=2.14 cores=0,2,4,6
/proc/23841/task/23850/stat : 23850 (java) S 23838 23841 21054 0 -1 4202560 332 0 0 0 203 11 0 0 20 0 19 0 36600451 10060525568 519935 33554432000 1073741824 1073778376 140735327067136 140346346109096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23841/tid=23851] ppid=23838 vsize=9824732 CPUtime=2.09 cores=0,2,4,6
/proc/23841/task/23851/stat : 23851 (java) S 23838 23841 21054 0 -1 4202560 354 0 0 0 198 11 0 0 20 0 19 0 36600451 10060525568 519935 33554432000 1073741824 1073778376 140735327067136 140346345056552 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23841/tid=23852] ppid=23838 vsize=9824732 CPUtime=2.3 cores=0,2,4,6
/proc/23841/task/23852/stat : 23852 (java) S 23838 23841 21054 0 -1 4202560 1560 0 0 0 220 10 0 0 20 0 19 0 36600452 10060525568 519935 33554432000 1073741824 1073778376 140735327067136 140346332646248 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23841/tid=23853] ppid=23838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23853/stat : 23853 (java) S 23838 23841 21054 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36600453 10060525568 519935 33554432000 1073741824 1073778376 140735327067136 140346331592568 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23841/tid=23854] ppid=23838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23854/stat : 23854 (java) S 23838 23841 21054 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 19 0 36600453 10060525568 519935 33554432000 1073741824 1073778376 140735327067136 140346330539400 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23841/tid=23855] ppid=23838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23855/stat : 23855 (java) S 23838 23841 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36600455 10060525568 519935 33554432000 1073741824 1073778376 140735327067136 140346329488144 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23841/tid=23856] ppid=23838 vsize=9824732 CPUtime=1.38 cores=0,2,4,6
/proc/23841/task/23856/stat : 23856 (java) S 23838 23841 21054 0 -1 4202560 7393 0 0 0 136 2 0 0 20 0 19 0 36600455 10060525568 519935 33554432000 1073741824 1073778376 140735327067136 140346328435000 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23841/tid=23857] ppid=23838 vsize=9824732 CPUtime=1.35 cores=0,2,4,6
/proc/23841/task/23857/stat : 23857 (java) S 23838 23841 21054 0 -1 4202560 7034 0 0 0 133 2 0 0 20 0 19 0 36600455 10060525568 519935 33554432000 1073741824 1073778376 140735327067136 140346327382456 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23841/tid=23858] ppid=23838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23858/stat : 23858 (java) S 23838 23841 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36600455 10060525568 519935 33554432000 1073741824 1073778376 140735327067136 140346326329592 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23841/tid=23859] ppid=23838 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/23841/task/23859/stat : 23859 (java) S 23838 23841 21054 0 -1 4202560 37 0 0 0 13 11 0 0 20 0 19 0 36600455 10060525568 519935 33554432000 1073741824 1073778376 140735327067136 140346325277256 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23841/tid=23865] ppid=23838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23865/stat : 23865 (java) S 23838 23841 21054 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36600485 10060525568 519935 33554432000 1073741824 1073778376 140735327067136 140346321065384 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 650.7
Current children cumulated vsize (KiB) 9824732

[startup+643.801 s]
/proc/loadavg: 2.47 2.31 2.20 4/215 24935
/proc/meminfo: memFree=26931252/32872528 swapFree=1200228/1314692
[pid=23841] ppid=23838 vsize=9824732 CPUtime=650.89 cores=0,2,4,6
/proc/23841/stat : 23841 (java) S 23838 23841 21054 0 -1 4202496 25185 0 1 0 64866 223 0 0 20 0 19 0 36600450 10060525568 519935 33554432000 1073741824 1073778376 140735327067136 140735327058272 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23841/statm: 2456183 519935 2295 9 0 2446860 0
[pid=23841/tid=23842] ppid=23838 vsize=9824732 CPUtime=10.35 cores=0,2,4,6
/proc/23841/task/23842/stat : 23842 (java) R 23838 23841 21054 0 -1 4202560 2564 0 1 0 1024 11 0 0 20 0 19 0 36600450 10060525568 519935 33554432000 1073741824 1073778376 140735327067136 140346508450352 140346448410562 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23841/tid=23844] ppid=23838 vsize=9824732 CPUtime=1.92 cores=0,2,4,6
/proc/23841/task/23844/stat : 23844 (java) S 23838 23841 21054 0 -1 4202560 680 0 0 0 182 10 0 0 20 0 19 0 36600451 10060525568 519935 33554432000 1073741824 1073778376 140735327067136 140346447182760 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23841/tid=23845] ppid=23838 vsize=9824732 CPUtime=2.06 cores=0,2,4,6
/proc/23841/task/23845/stat : 23845 (java) S 23838 23841 21054 0 -1 4202560 530 0 0 0 194 12 0 0 20 0 19 0 36600451 10060525568 519935 33554432000 1073741824 1073778376 140735327067136 140346446130216 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23841/tid=23846] ppid=23838 vsize=9824732 CPUtime=2.11 cores=0,2,4,6
/proc/23841/task/23846/stat : 23846 (java) S 23838 23841 21054 0 -1 4202560 439 0 0 0 200 11 0 0 20 0 19 0 36600451 10060525568 519935 33554432000 1073741824 1073778376 140735327067136 140346350320296 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23841/tid=23847] ppid=23838 vsize=9824732 CPUtime=1.83 cores=0,2,4,6
/proc/23841/task/23847/stat : 23847 (java) S 23838 23841 21054 0 -1 4202560 460 0 0 0 175 8 0 0 20 0 19 0 36600451 10060525568 519935 33554432000 1073741824 1073778376 140735327067136 140346349267752 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23841/tid=23848] ppid=23838 vsize=9824732 CPUtime=1.97 cores=0,2,4,6
/proc/23841/task/23848/stat : 23848 (java) S 23838 23841 21054 0 -1 4202560 332 0 0 0 188 9 0 0 20 0 19 0 36600451 10060525568 519935 33554432000 1073741824 1073778376 140735327067136 140346348214696 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23841/tid=23849] ppid=23838 vsize=9824732 CPUtime=2.05 cores=0,2,4,6
/proc/23841/task/23849/stat : 23849 (java) S 23838 23841 21054 0 -1 4202560 528 0 0 0 194 11 0 0 20 0 19 0 36600451 10060525568 519935 33554432000 1073741824 1073778376 140735327067136 140346347162152 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23841/tid=23850] ppid=23838 vsize=9824732 CPUtime=2.14 cores=0,2,4,6
/proc/23841/task/23850/stat : 23850 (java) S 23838 23841 21054 0 -1 4202560 332 0 0 0 203 11 0 0 20 0 19 0 36600451 10060525568 519935 33554432000 1073741824 1073778376 140735327067136 140346346109096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23841/tid=23851] ppid=23838 vsize=9824732 CPUtime=2.09 cores=0,2,4,6
/proc/23841/task/23851/stat : 23851 (java) S 23838 23841 21054 0 -1 4202560 354 0 0 0 198 11 0 0 20 0 19 0 36600451 10060525568 519935 33554432000 1073741824 1073778376 140735327067136 140346345056552 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23841/tid=23852] ppid=23838 vsize=9824732 CPUtime=2.3 cores=0,2,4,6
/proc/23841/task/23852/stat : 23852 (java) S 23838 23841 21054 0 -1 4202560 1560 0 0 0 220 10 0 0 20 0 19 0 36600452 10060525568 519935 33554432000 1073741824 1073778376 140735327067136 140346332646248 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23841/tid=23853] ppid=23838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23853/stat : 23853 (java) S 23838 23841 21054 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36600453 10060525568 519935 33554432000 1073741824 1073778376 140735327067136 140346331592568 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23841/tid=23854] ppid=23838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23854/stat : 23854 (java) S 23838 23841 21054 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 19 0 36600453 10060525568 519935 33554432000 1073741824 1073778376 140735327067136 140346330539400 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23841/tid=23855] ppid=23838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23855/stat : 23855 (java) S 23838 23841 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36600455 10060525568 519935 33554432000 1073741824 1073778376 140735327067136 140346329488144 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23841/tid=23856] ppid=23838 vsize=9824732 CPUtime=1.38 cores=0,2,4,6
/proc/23841/task/23856/stat : 23856 (java) S 23838 23841 21054 0 -1 4202560 7393 0 0 0 136 2 0 0 20 0 19 0 36600455 10060525568 519935 33554432000 1073741824 1073778376 140735327067136 140346328435000 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23841/tid=23857] ppid=23838 vsize=9824732 CPUtime=1.35 cores=0,2,4,6
/proc/23841/task/23857/stat : 23857 (java) S 23838 23841 21054 0 -1 4202560 7034 0 0 0 133 2 0 0 20 0 19 0 36600455 10060525568 519935 33554432000 1073741824 1073778376 140735327067136 140346327382456 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23841/tid=23858] ppid=23838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23858/stat : 23858 (java) S 23838 23841 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36600455 10060525568 519935 33554432000 1073741824 1073778376 140735327067136 140346326329592 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23841/tid=23859] ppid=23838 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/23841/task/23859/stat : 23859 (java) S 23838 23841 21054 0 -1 4202560 37 0 0 0 13 11 0 0 20 0 19 0 36600455 10060525568 519935 33554432000 1073741824 1073778376 140735327067136 140346325277256 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23841/tid=23865] ppid=23838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23865/stat : 23865 (java) S 23838 23841 21054 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36600485 10060525568 519935 33554432000 1073741824 1073778376 140735327067136 140346321065384 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 650.89
Current children cumulated vsize (KiB) 9824732

[startup+643.901 s]
/proc/loadavg: 2.47 2.31 2.20 4/215 24935
/proc/meminfo: memFree=26931252/32872528 swapFree=1200228/1314692
[pid=23841] ppid=23838 vsize=9824732 CPUtime=650.99 cores=0,2,4,6
/proc/23841/stat : 23841 (java) S 23838 23841 21054 0 -1 4202496 25185 0 1 0 64876 223 0 0 20 0 19 0 36600450 10060525568 519935 33554432000 1073741824 1073778376 140735327067136 140735327058272 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23841/statm: 2456183 519935 2295 9 0 2446860 0
[pid=23841/tid=23842] ppid=23838 vsize=9824732 CPUtime=10.45 cores=0,2,4,6
/proc/23841/task/23842/stat : 23842 (java) R 23838 23841 21054 0 -1 4202560 2564 0 1 0 1034 11 0 0 20 0 19 0 36600450 10060525568 519935 33554432000 1073741824 1073778376 140735327067136 140346508450352 140346449215202 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23841/tid=23844] ppid=23838 vsize=9824732 CPUtime=1.92 cores=0,2,4,6
/proc/23841/task/23844/stat : 23844 (java) S 23838 23841 21054 0 -1 4202560 680 0 0 0 182 10 0 0 20 0 19 0 36600451 10060525568 519935 33554432000 1073741824 1073778376 140735327067136 140346447182760 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23841/tid=23845] ppid=23838 vsize=9824732 CPUtime=2.06 cores=0,2,4,6
/proc/23841/task/23845/stat : 23845 (java) S 23838 23841 21054 0 -1 4202560 530 0 0 0 194 12 0 0 20 0 19 0 36600451 10060525568 519935 33554432000 1073741824 1073778376 140735327067136 140346446130216 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23841/tid=23846] ppid=23838 vsize=9824732 CPUtime=2.11 cores=0,2,4,6
/proc/23841/task/23846/stat : 23846 (java) S 23838 23841 21054 0 -1 4202560 439 0 0 0 200 11 0 0 20 0 19 0 36600451 10060525568 519935 33554432000 1073741824 1073778376 140735327067136 140346350320296 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23841/tid=23847] ppid=23838 vsize=9824732 CPUtime=1.83 cores=0,2,4,6
/proc/23841/task/23847/stat : 23847 (java) S 23838 23841 21054 0 -1 4202560 460 0 0 0 175 8 0 0 20 0 19 0 36600451 10060525568 519935 33554432000 1073741824 1073778376 140735327067136 140346349267752 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23841/tid=23848] ppid=23838 vsize=9824732 CPUtime=1.97 cores=0,2,4,6
/proc/23841/task/23848/stat : 23848 (java) S 23838 23841 21054 0 -1 4202560 332 0 0 0 188 9 0 0 20 0 19 0 36600451 10060525568 519935 33554432000 1073741824 1073778376 140735327067136 140346348214696 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23841/tid=23849] ppid=23838 vsize=9824732 CPUtime=2.05 cores=0,2,4,6
/proc/23841/task/23849/stat : 23849 (java) S 23838 23841 21054 0 -1 4202560 528 0 0 0 194 11 0 0 20 0 19 0 36600451 10060525568 519935 33554432000 1073741824 1073778376 140735327067136 140346347162152 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23841/tid=23850] ppid=23838 vsize=9824732 CPUtime=2.14 cores=0,2,4,6
/proc/23841/task/23850/stat : 23850 (java) S 23838 23841 21054 0 -1 4202560 332 0 0 0 203 11 0 0 20 0 19 0 36600451 10060525568 519935 33554432000 1073741824 1073778376 140735327067136 140346346109096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23841/tid=23851] ppid=23838 vsize=9824732 CPUtime=2.09 cores=0,2,4,6
/proc/23841/task/23851/stat : 23851 (java) S 23838 23841 21054 0 -1 4202560 354 0 0 0 198 11 0 0 20 0 19 0 36600451 10060525568 519935 33554432000 1073741824 1073778376 140735327067136 140346345056552 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23841/tid=23852] ppid=23838 vsize=9824732 CPUtime=2.3 cores=0,2,4,6
/proc/23841/task/23852/stat : 23852 (java) S 23838 23841 21054 0 -1 4202560 1560 0 0 0 220 10 0 0 20 0 19 0 36600452 10060525568 519935 33554432000 1073741824 1073778376 140735327067136 140346332646248 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23841/tid=23853] ppid=23838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23853/stat : 23853 (java) S 23838 23841 21054 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36600453 10060525568 519935 33554432000 1073741824 1073778376 140735327067136 140346331592568 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23841/tid=23854] ppid=23838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23854/stat : 23854 (java) S 23838 23841 21054 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 19 0 36600453 10060525568 519935 33554432000 1073741824 1073778376 140735327067136 140346330539400 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23841/tid=23855] ppid=23838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23855/stat : 23855 (java) S 23838 23841 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36600455 10060525568 519935 33554432000 1073741824 1073778376 140735327067136 140346329488144 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23841/tid=23856] ppid=23838 vsize=9824732 CPUtime=1.38 cores=0,2,4,6
/proc/23841/task/23856/stat : 23856 (java) S 23838 23841 21054 0 -1 4202560 7393 0 0 0 136 2 0 0 20 0 19 0 36600455 10060525568 519935 33554432000 1073741824 1073778376 140735327067136 140346328435000 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23841/tid=23857] ppid=23838 vsize=9824732 CPUtime=1.35 cores=0,2,4,6
/proc/23841/task/23857/stat : 23857 (java) S 23838 23841 21054 0 -1 4202560 7034 0 0 0 133 2 0 0 20 0 19 0 36600455 10060525568 519935 33554432000 1073741824 1073778376 140735327067136 140346327382456 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23841/tid=23858] ppid=23838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23858/stat : 23858 (java) S 23838 23841 21054 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36600455 10060525568 519935 33554432000 1073741824 1073778376 140735327067136 140346326329592 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23841/tid=23859] ppid=23838 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/23841/task/23859/stat : 23859 (java) S 23838 23841 21054 0 -1 4202560 37 0 0 0 13 11 0 0 20 0 19 0 36600455 10060525568 519935 33554432000 1073741824 1073778376 140735327067136 140346325277256 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23841/tid=23865] ppid=23838 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23841/task/23865/stat : 23865 (java) S 23838 23841 21054 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36600485 10060525568 519935 33554432000 1073741824 1073778376 140735327067136 140346321065384 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 650.99
Current children cumulated vsize (KiB) 9824732

Child status: 30

# 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): 1.34
#  lost CPU user time (s): 1.41998
#  lost CPU system time (s): -0.0799999

Real time (s): 643.918
CPU time (s): 652.605
CPU user time (s): 650.253
CPU system time (s): 2.35163
CPU usage (%): 101.349
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 648.833
system time used= 2.43163
maximum resident set size= 2079768
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25192
page faults= 1
swaps= 0
block input operations= 0
block output operations= 672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 33116
involuntary context switches= 28540

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.03969 second user time and 2.47062 second system time

The end

Launcher Data

Begin job on node131 at 2016-06-19 16:12:19
IDJOB=4109961
IDBENCH=78984
IDSOLVER=2552
FILE ID=node131/4109961-1466345539
RUNJOBID= node131-1466341814-21070
PBS_JOBID= 19922022
Free space on /tmp= 71704 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.1900546417--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109961-1466345539/watcher-4109961-1466345539 -o /tmp/evaluation-result-4109961-1466345539/solver-4109961-1466345539 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node131-1466341814-21070 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4109961-1466345539.wbo

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

MD5SUM BENCH= 4d7369f2c7754df76e462e1a1e9c34c5
RANDOM SEED=1728077997

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29469548 kB
Buffers:          190832 kB
Cached:           308156 kB
SwapCached:         1512 kB
Active:           998832 kB
Inactive:         341512 kB
Active(anon):     840528 kB
Inactive(anon):     3056 kB
Active(file):     158304 kB
Inactive(file):   338456 kB
Unevictable:     1314692 kB
Mlocked:         1200228 kB
SwapTotal:      67108856 kB
SwapFree:       67099952 kB
Dirty:              1520 kB
Writeback:             0 kB
AnonPages:       2265392 kB
Mapped:            15532 kB
Shmem:                 0 kB
Slab:             609872 kB
SReclaimable:      53652 kB
SUnreclaim:       556220 kB
KernelStack:        1784 kB
PageTables:         8456 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2696364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1013760 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71704 MiB
End job on node131 at 2016-06-19 16:23:03