Trace number 4091980

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 20.4619 35.3857

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110970444--soft-66-100-0.wbo
MD5SUMcabbc57a5ab962c45538fe46c723245f
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark80
Best CPU time to get the best result obtained on this benchmark19.919
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints28
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 1415
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 1414
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1239
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.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.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4091980-1467321253.wbo
0.09/0.12	c reading problem ... 
0.09/0.18	c ... done. Wall clock time 0.064s.
0.09/0.18	c declared #vars     169
0.09/0.19	c internal #vars     197
0.09/0.19	c #constraints  101
0.09/0.19	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.19	c constraints type 
0.09/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 28
0.09/0.19	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
0.09/0.19	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.09/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21
0.09/0.19	c 101 constraints processed.
0.09/0.19	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.19	c constraints type 
0.09/0.19	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.09/0.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 28
0.09/0.19	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 50
0.09/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 21
0.09/0.19	c 101 constraints processed.
0.09/0.19	c objective function length is 28 literals
1.41/0.55	c And the winner is solver0
1.74/0.69	c SATISFIABLE
1.74/0.69	c OPTIMIZING...
1.74/0.69	c Got one! Elapsed wall clock time (in seconds):0.568
1.74/0.69	o 1032
1.94/0.72	c And the winner is solver0
2.01/1.19	c Got one! Elapsed wall clock time (in seconds):1.069
2.01/1.19	o 976
2.84/1.40	c cleaning 3288 clauses out of 6583 with flag 9348/6583
2.84/1.41	c And the winner is solver0
3.17/1.69	c Got one! Elapsed wall clock time (in seconds):1.57
3.17/1.69	o 969
3.19/1.77	c And the winner is solver0
3.37/2.19	c Got one! Elapsed wall clock time (in seconds):2.071
3.37/2.19	o 817
3.41/2.27	c cleaning 4669 clauses out of 9338 with flag 8466/12626
3.41/2.29	c And the winner is solver0
3.66/2.69	c Got one! Elapsed wall clock time (in seconds):2.572
3.66/2.69	o 814
3.67/2.77	c And the winner is solver0
3.84/3.19	c Got one! Elapsed wall clock time (in seconds):3.073
3.84/3.19	o 813
3.85/3.24	c And the winner is solver0
3.98/3.69	c Got one! Elapsed wall clock time (in seconds):3.574
3.98/3.69	o 809
3.99/3.78	c cleaning 6002 clauses out of 12012 with flag 6620/19969
4.26/3.82	c And the winner is solver0
4.57/4.19	c Got one! Elapsed wall clock time (in seconds):4.074
4.57/4.19	o 806
4.58/4.20	c And the winner is solver0
4.60/4.69	c Got one! Elapsed wall clock time (in seconds):4.575
4.60/4.69	o 655
4.60/4.70	c And the winner is solver0
4.60/5.19	c Got one! Elapsed wall clock time (in seconds):5.076
4.60/5.19	o 647
4.60/5.21	c And the winner is solver0
4.64/5.69	c Got one! Elapsed wall clock time (in seconds):5.577
4.64/5.69	o 619
4.64/5.70	c And the winner is solver0
4.64/6.19	c Got one! Elapsed wall clock time (in seconds):6.078
4.64/6.19	o 580
4.64/6.27	c And the winner is solver0
4.80/6.70	c Got one! Elapsed wall clock time (in seconds):6.579
4.80/6.70	o 578
4.81/6.71	c And the winner is solver0
4.84/7.20	c Got one! Elapsed wall clock time (in seconds):7.079
4.84/7.20	o 570
4.84/7.23	c And the winner is solver0
4.95/7.70	c Got one! Elapsed wall clock time (in seconds):7.58
4.95/7.70	o 557
4.96/7.72	c And the winner is solver0
5.05/8.20	c Got one! Elapsed wall clock time (in seconds):8.081
5.05/8.20	o 556
5.05/8.21	c And the winner is solver0
5.10/8.70	c Got one! Elapsed wall clock time (in seconds):8.582
5.10/8.70	o 552
5.10/8.70	c And the winner is solver0
5.10/9.20	c Got one! Elapsed wall clock time (in seconds):9.082
5.10/9.20	o 449
5.10/9.21	c And the winner is solver0
5.14/9.70	c Got one! Elapsed wall clock time (in seconds):9.583
5.14/9.70	o 402
5.14/9.72	c And the winner is solver0
5.26/10.20	c Got one! Elapsed wall clock time (in seconds):10.084
5.26/10.20	o 395
5.26/10.23	c And the winner is solver0
5.39/10.70	c Got one! Elapsed wall clock time (in seconds):10.585
5.39/10.70	o 387
5.39/10.73	c And the winner is solver0
5.50/11.20	c Got one! Elapsed wall clock time (in seconds):11.085
5.50/11.20	o 381
5.72/11.31	c cleaning 8848 clauses out of 17698 with flag 6627/31657
5.72/11.32	c And the winner is solver0
6.07/11.71	c Got one! Elapsed wall clock time (in seconds):11.594
6.07/11.71	o 379
6.07/11.76	c And the winner is solver0
6.20/12.21	c Got one! Elapsed wall clock time (in seconds):12.095
6.20/12.21	o 376
6.20/12.25	c And the winner is solver0
6.34/12.71	c Got one! Elapsed wall clock time (in seconds):12.596
6.34/12.71	o 371
6.34/12.73	c And the winner is solver0
6.35/13.21	c Got one! Elapsed wall clock time (in seconds):13.097
6.35/13.21	o 365
6.35/13.27	c And the winner is solver0
6.51/13.71	c Got one! Elapsed wall clock time (in seconds):13.598
6.51/13.71	o 363
6.67/13.80	c cleaning 8038 clauses out of 16082 with flag 7122/38889
6.87/13.99	c cleaning 7021 clauses out of 14042 with flag 28440/44887
7.07/14.00	c And the winner is solver0
7.13/14.22	c Got one! Elapsed wall clock time (in seconds):14.098
7.13/14.22	o 361
7.13/14.27	c And the winner is solver0
7.27/14.72	c Got one! Elapsed wall clock time (in seconds):14.599
7.27/14.72	o 360
7.27/14.72	c And the winner is solver0
7.27/15.22	c Got one! Elapsed wall clock time (in seconds):15.1
7.27/15.22	o 347
7.44/15.36	c cleaning 6829 clauses out of 13662 with flag 14996/51528
7.72/15.43	c And the winner is solver0
8.03/15.72	c Got one! Elapsed wall clock time (in seconds):15.601
8.03/15.72	o 344
8.03/15.72	c And the winner is solver0
8.04/16.22	c Got one! Elapsed wall clock time (in seconds):16.102
8.04/16.22	o 337
8.19/16.30	c And the winner is solver0
8.21/16.72	c Got one! Elapsed wall clock time (in seconds):16.602
8.21/16.72	o 333
8.21/16.74	c And the winner is solver0
8.27/17.22	c Got one! Elapsed wall clock time (in seconds):17.103
8.27/17.22	o 310
8.27/17.28	c cleaning 6572 clauses out of 13147 with flag 3692/57842
8.77/17.43	c And the winner is solver0
9.03/17.72	c Got one! Elapsed wall clock time (in seconds):17.604
9.03/17.72	o 308
9.03/17.75	c And the winner is solver0
9.14/18.22	c Got one! Elapsed wall clock time (in seconds):18.105
9.14/18.22	o 299
9.14/18.29	c And the winner is solver0
9.29/18.72	c Got one! Elapsed wall clock time (in seconds):18.605
9.29/18.72	o 289
9.45/18.85	c And the winner is solver0
9.56/19.22	c Got one! Elapsed wall clock time (in seconds):19.106
9.56/19.22	o 288
9.56/19.28	c cleaning 9436 clauses out of 18871 with flag 4058/70138
9.71/19.33	c And the winner is solver0
9.80/19.72	c Got one! Elapsed wall clock time (in seconds):19.607
9.80/19.72	o 276
9.80/19.74	c And the winner is solver0
9.85/20.22	c Got one! Elapsed wall clock time (in seconds):20.107
9.85/20.22	o 273
9.85/20.24	c And the winner is solver0
9.87/20.73	c Got one! Elapsed wall clock time (in seconds):20.608
9.87/20.73	o 271
9.87/20.74	c And the winner is solver0
9.89/21.23	c Got one! Elapsed wall clock time (in seconds):21.109
9.89/21.23	o 268
10.03/21.37	c cleaning 8040 clauses out of 16095 with flag 15685/76798
10.23/21.43	c And the winner is solver0
10.31/21.73	c Got one! Elapsed wall clock time (in seconds):21.61
10.31/21.73	o 266
10.31/21.74	c And the winner is solver0
10.33/22.23	c Got one! Elapsed wall clock time (in seconds):22.111
10.33/22.23	o 253
10.33/22.25	c And the winner is solver0
10.37/22.74	c Got one! Elapsed wall clock time (in seconds):22.623
10.37/22.74	o 250
10.37/22.75	c And the winner is solver0
10.40/23.24	c Got one! Elapsed wall clock time (in seconds):23.124
10.40/23.24	o 245
10.51/23.31	c And the winner is solver0
10.55/23.74	c Got one! Elapsed wall clock time (in seconds):23.624
10.55/23.74	o 241
10.55/23.75	c And the winner is solver0
10.57/24.24	c Got one! Elapsed wall clock time (in seconds):24.125
10.57/24.24	o 233
10.57/24.26	c And the winner is solver0
10.68/24.74	c Got one! Elapsed wall clock time (in seconds):24.626
10.68/24.74	o 225
10.68/24.77	c And the winner is solver0
10.79/25.24	c Got one! Elapsed wall clock time (in seconds):25.126
10.79/25.24	o 193
10.91/25.33	c cleaning 8030 clauses out of 16074 with flag 7511/84817
11.30/25.50	c And the winner is solver0
11.37/25.74	c Got one! Elapsed wall clock time (in seconds):25.627
11.37/25.74	o 186
11.37/25.77	c And the winner is solver0
11.53/26.25	c Got one! Elapsed wall clock time (in seconds):26.128
11.53/26.25	o 171
11.53/26.29	c And the winner is solver0
11.67/26.75	c Got one! Elapsed wall clock time (in seconds):26.629
11.67/26.75	o 170
11.96/26.92	c cleaning 9619 clauses out of 19243 with flag 17159/96016
12.16/27.10	c And the winner is solver0
12.38/27.25	c Got one! Elapsed wall clock time (in seconds):27.129
12.38/27.25	o 169
12.38/27.25	c And the winner is solver0
12.39/27.75	c Got one! Elapsed wall clock time (in seconds):27.63
12.39/27.75	o 162
12.39/27.75	c And the winner is solver0
12.39/28.25	c Got one! Elapsed wall clock time (in seconds):28.131
12.39/28.25	o 155
12.39/28.26	c And the winner is solver0
12.43/28.75	c Got one! Elapsed wall clock time (in seconds):28.631
12.43/28.75	o 142
12.43/28.75	c And the winner is solver0
12.43/29.25	c Got one! Elapsed wall clock time (in seconds):29.132
12.43/29.25	o 117
12.43/29.27	c And the winner is solver0
12.47/29.75	c Got one! Elapsed wall clock time (in seconds):29.633
12.47/29.75	o 96
12.59/29.83	c And the winner is solver0
12.66/30.25	c Got one! Elapsed wall clock time (in seconds):30.133
12.66/30.25	o 93
12.76/30.34	c And the winner is solver0
12.88/30.75	c Got one! Elapsed wall clock time (in seconds):30.634
12.88/30.75	o 86
12.99/30.86	c cleaning 10890 clauses out of 21782 with flag 9507/108174
13.19/30.93	c And the winner is solver0
13.31/31.25	c Got one! Elapsed wall clock time (in seconds):31.135
13.31/31.25	o 81
13.39/31.30	c And the winner is solver0
13.44/31.75	c Got one! Elapsed wall clock time (in seconds):31.636
13.44/31.75	o 80
13.54/31.84	c cleaning 8205 clauses out of 16422 with flag 8360/113704
14.00/32.08	c cleaning 7107 clauses out of 14217 with flag 34750/119704
14.57/32.34	c cleaning 7052 clauses out of 14110 with flag 65254/126705
15.18/32.63	c cleaning 7529 clauses out of 15058 with flag 98126/134705
15.78/32.97	c cleaning 8256 clauses out of 16528 with flag 141123/143704
16.59/33.33	c cleaning 9130 clauses out of 18272 with flag 183620/153707
17.39/33.75	c cleaning 10070 clauses out of 20139 with flag 234979/164706
18.42/34.24	c cleaning 11031 clauses out of 22063 with flag 288842/176704
19.61/34.80	c cleaning 12012 clauses out of 24026 with flag 350229/189706
19.81/35.00	c And the winner is solver0
20.32/35.37	c >>>>>>>>>> Solver number 0 (64 answers) <<<<<<<<<<<<<<<<<<
20.32/35.37	c starts		: 221
20.32/35.37	c conflicts		: 194635
20.32/35.37	c decisions		: 313230
20.32/35.37	c propagations		: 3988214
20.32/35.37	c inspects		: 82111461
20.32/35.37	c shortcuts		: 0
20.32/35.37	c learnt literals	: 30
20.32/35.37	c learnt binary clauses	: 198
20.32/35.37	c learnt ternary clauses	: 678
20.32/35.37	c learnt constraints	: 194604
20.32/35.37	c ignored constraints	: 0
20.32/35.37	c root simplifications	: 0
20.32/35.37	c removed literals (reason simplification)	: 2137122
20.32/35.37	c reason swapping (by a shorter reason)	: 0
20.32/35.37	c Calls to reduceDB	: 22
20.32/35.37	c Number of update (reduction) of LBD	: 47676
20.32/35.37	c Imported unit clauses	: 0
20.32/35.37	c number of reductions to clauses (during analyze)	: 0
20.32/35.37	c number of learned constraints concerned by reduction	: 0
20.32/35.37	c number of learning phase by resolution	: 0
20.32/35.37	c number of learning phase by cutting planes	: 0
20.32/35.37	c speed (assignments/second)	: 113340.17278617709
20.32/35.37	c non guided choices	2169
20.32/35.37	c learnt constraints type 
20.32/35.38	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
20.32/35.38	c starts		: 64
20.32/35.38	c conflicts		: 292
20.32/35.38	c decisions		: 4101
20.32/35.38	c propagations		: 15545
20.32/35.38	c inspects		: 545869
20.32/35.38	c shortcuts		: 0
20.32/35.38	c learnt literals	: 0
20.32/35.38	c learnt binary clauses	: 0
20.32/35.38	c learnt ternary clauses	: 0
20.32/35.38	c learnt constraints	: 230
20.32/35.38	c ignored constraints	: 0
20.32/35.38	c root simplifications	: 0
20.32/35.38	c removed literals (reason simplification)	: 0
20.32/35.38	c reason swapping (by a shorter reason)	: 0
20.32/35.38	c Calls to reduceDB	: 0
20.32/35.38	c Number of update (reduction) of LBD	: 0
20.32/35.38	c Imported unit clauses	: 0
20.32/35.38	c number of reductions to clauses (during analyze)	: 0
20.32/35.38	c number of learned constraints concerned by reduction	: 0
20.32/35.38	c number of learning phase by resolution	: 0
20.32/35.38	c number of learning phase by cutting planes	: 0
20.32/35.38	c speed (assignments/second)	: 4293.012979839823
20.32/35.38	c non guided choices	1646
20.32/35.38	c learnt constraints type 
20.32/35.38	s OPTIMUM FOUND
20.32/35.38	c Found 63 solution(s)
20.32/35.38	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 
20.32/35.38	c objective function=80
20.32/35.38	c Total wall clock time (in seconds): 35.26

Verifier Data

OK	80

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-4091980-1467321253/watcher-4091980-1467321253 -o /tmp/evaluation-result-4091980-1467321253/solver-4091980-1467321253 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1467318689-18276 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4091980-1467321253.wbo 

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

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


[startup+0 s]
/proc/loadavg: 1.74 1.81 1.91 4/196 26081
/proc/meminfo: memFree=29646708/32872528 swapFree=1254912/1391860
[pid=26081] ppid=26078 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/26081/stat : 26081 (java) D 26078 26081 16091 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 13086172 9515008 186 33554432000 1073741824 1073778376 140736932715872 140736932704936 272877317415 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/26081/statm: 2323 186 143 9 0 71 0

[startup+0.100156 s]
/proc/loadavg: 1.74 1.81 1.91 4/196 26081
/proc/meminfo: memFree=29646708/32872528 swapFree=1254912/1391860
[pid=26081] ppid=26078 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/26081/stat : 26081 (java) S 26078 26081 16091 0 -1 4202496 4420 0 1 0 8 1 0 0 20 0 18 0 13086172 9787879424 6039 33554432000 1073741824 1073778376 140736932715872 140736932707008 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26081/statm: 2389619 6039 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200222 s]
/proc/loadavg: 1.74 1.81 1.91 4/196 26081
/proc/meminfo: memFree=29646708/32872528 swapFree=1254912/1391860
[pid=26081] ppid=26078 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/26081/stat : 26081 (java) S 26078 26081 16091 0 -1 4202496 4789 0 1 0 22 1 0 0 20 0 22 0 13086172 10060525568 7904 33554432000 1073741824 1073778376 140736932715872 140736932707008 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26081/statm: 2456183 7904 2208 9 0 2446860 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9824732

[startup+0.300214 s]
/proc/loadavg: 1.74 1.81 1.91 4/196 26081
/proc/meminfo: memFree=29646708/32872528 swapFree=1254912/1391860
[pid=26081] ppid=26078 vsize=9824732 CPUtime=0.62 cores=0,2,4,6
/proc/26081/stat : 26081 (java) S 26078 26081 16091 0 -1 4202496 8140 0 1 0 60 2 0 0 20 0 22 0 13086172 10060525568 10043 33554432000 1073741824 1073778376 140736932715872 140736932707008 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26081/statm: 2456183 10043 2247 9 0 2446860 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 9824732

[startup+0.700186 s]
/proc/loadavg: 1.74 1.81 1.91 4/196 26081
/proc/meminfo: memFree=29646708/32872528 swapFree=1254912/1391860
[pid=26081] ppid=26078 vsize=9824732 CPUtime=1.94 cores=0,2,4,6
/proc/26081/stat : 26081 (java) S 26078 26081 16091 0 -1 4202496 17214 0 1 0 189 5 0 0 20 0 22 0 13086172 10060525568 18473 33554432000 1073741824 1073778376 140736932715872 140736932707008 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26081/statm: 2456183 18473 2260 9 0 2446860 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 9824732

[startup+1.50077 s]
/proc/loadavg: 1.74 1.81 1.91 3/215 26106
/proc/meminfo: memFree=29576672/32872528 swapFree=1254912/1391860
[pid=26081] ppid=26078 vsize=9824732 CPUtime=3.08 cores=0,2,4,6
/proc/26081/stat : 26081 (java) S 26078 26081 16091 0 -1 4202496 24910 0 1 0 297 11 0 0 20 0 19 0 13086172 10060525568 35374 33554432000 1073741824 1073778376 140736932715872 140736932707008 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26081/statm: 2456183 35374 2272 9 0 2446860 0
[pid=26081/tid=26083] ppid=26078 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/26081/task/26083/stat : 26083 (java) S 26078 26081 16091 0 -1 4202560 2416 0 1 0 14 1 0 0 20 0 19 0 13086173 10060525568 35374 33554432000 1073741824 1073778376 140736932715872 139758193447800 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26081/tid=26084] ppid=26078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26081/task/26084/stat : 26084 (java) S 26078 26081 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13086175 10060525568 35374 33554432000 1073741824 1073778376 140736932715872 139758171548584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26081/tid=26085] ppid=26078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26081/task/26085/stat : 26085 (java) S 26078 26081 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13086175 10060525568 35374 33554432000 1073741824 1073778376 140736932715872 139758170496040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26081/tid=26086] ppid=26078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26081/task/26086/stat : 26086 (java) S 26078 26081 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13086175 10060525568 35374 33554432000 1073741824 1073778376 140736932715872 139757967370920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26081/tid=26087] ppid=26078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26081/task/26087/stat : 26087 (java) S 26078 26081 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13086175 10060525568 35374 33554432000 1073741824 1073778376 140736932715872 139757966318376 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26081/tid=26088] ppid=26078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26081/task/26088/stat : 26088 (java) S 26078 26081 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13086175 10060525568 35374 33554432000 1073741824 1073778376 140736932715872 139757965265320 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26081/tid=26089] ppid=26078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26081/task/26089/stat : 26089 (java) S 26078 26081 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13086175 10060525568 35374 33554432000 1073741824 1073778376 140736932715872 139757964212776 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26081/tid=26090] ppid=26078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26081/task/26090/stat : 26090 (java) S 26078 26081 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13086175 10060525568 35374 33554432000 1073741824 1073778376 140736932715872 139757963159720 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26081/tid=26091] ppid=26078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26081/task/26091/stat : 26091 (java) S 26078 26081 16091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13086175 10060525568 35374 33554432000 1073741824 1073778376 140736932715872 139757962107176 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26081/tid=26092] ppid=26078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26081/task/26092/stat : 26092 (java) S 26078 26081 16091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13086176 10060525568 35374 33554432000 1073741824 1073778376 140736932715872 139757949909864 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26081/tid=26093] ppid=26078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26081/task/26093/stat : 26093 (java) S 26078 26081 16091 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13086176 10060525568 35374 33554432000 1073741824 1073778376 140736932715872 139757948856184 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26081/tid=26094] ppid=26078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26081/task/26094/stat : 26094 (java) S 26078 26081 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13086176 10060525568 35374 33554432000 1073741824 1073778376 140736932715872 139757947803016 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26081/tid=26095] ppid=26078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26081/task/26095/stat : 26095 (java) S 26078 26081 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13086178 10060525568 35374 33554432000 1073741824 1073778376 140736932715872 139757946751760 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26081/tid=26096] ppid=26078 vsize=9824732 CPUtime=0.8 cores=0,2,4,6
/proc/26081/task/26096/stat : 26096 (java) R 26078 26081 16091 0 -1 4202560 13315 0 0 0 77 3 0 0 20 0 19 0 13086178 10060525568 35374 33554432000 1073741824 1073778376 140736932715872 139757945690632 139758197542318 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26081/tid=26097] ppid=26078 vsize=9824732 CPUtime=0.82 cores=0,2,4,6
/proc/26081/task/26097/stat : 26097 (java) R 26078 26081 16091 0 -1 4202560 7798 0 0 0 80 2 0 0 20 0 19 0 13086178 10060525568 35374 33554432000 1073741824 1073778376 140736932715872 139757944645640 139758199293937 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=26081/tid=26098] ppid=26078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26081/task/26098/stat : 26098 (java) S 26078 26081 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13086178 10060525568 35374 33554432000 1073741824 1073778376 140736932715872 139757943593208 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26081/tid=26099] ppid=26078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26081/task/26099/stat : 26099 (java) S 26078 26081 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13086178 10060525568 35374 33554432000 1073741824 1073778376 140736932715872 139757942540872 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26081/tid=26102] ppid=26078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26081/task/26102/stat : 26102 (java) S 26078 26081 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13086192 10060525568 35374 33554432000 1073741824 1073778376 140736932715872 139757939381544 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 9824732

[startup+3.10084 s]
/proc/loadavg: 1.74 1.81 1.91 6/218 26115
/proc/meminfo: memFree=29489124/32872528 swapFree=1254912/1391860
[pid=26081] ppid=26078 vsize=9824732 CPUtime=3.84 cores=0,2,4,6
/proc/26081/stat : 26081 (java) S 26078 26081 16091 0 -1 4202496 25091 0 1 0 367 17 0 0 20 0 19 0 13086172 10060525568 46422 33554432000 1073741824 1073778376 140736932715872 140736932707008 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26081/statm: 2456183 46422 2285 9 0 2446860 0
[pid=26081/tid=26083] ppid=26078 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/26081/task/26083/stat : 26083 (java) S 26078 26081 16091 0 -1 4202560 2417 0 1 0 15 1 0 0 20 0 19 0 13086173 10060525568 46422 33554432000 1073741824 1073778376 140736932715872 139758193447800 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26081/tid=26084] ppid=26078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26081/task/26084/stat : 26084 (java) S 26078 26081 16091 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 13086175 10060525568 46422 33554432000 1073741824 1073778376 140736932715872 139758171548584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26081/tid=26085] ppid=26078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26081/task/26085/stat : 26085 (java) S 26078 26081 16091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13086175 10060525568 46422 33554432000 1073741824 1073778376 140736932715872 139758170496040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26081/tid=26086] ppid=26078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26081/task/26086/stat : 26086 (java) S 26078 26081 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13086175 10060525568 46422 33554432000 1073741824 1073778376 140736932715872 139757967370920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26081/tid=26087] ppid=26078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26081/task/26087/stat : 26087 (java) S 26078 26081 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13086175 10060525568 46422 33554432000 1073741824 1073778376 140736932715872 139757966318376 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26081/tid=26088] ppid=26078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26081/task/26088/stat : 26088 (java) S 26078 26081 16091 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 13086175 10060525568 46422 33554432000 1073741824 1073778376 140736932715872 139757965265320 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26081/tid=26089] ppid=26078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26081/task/26089/stat : 26089 (java) S 26078 26081 16091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13086175 10060525568 46422 33554432000 1073741824 1073778376 140736932715872 139757964212776 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26081/tid=26090] ppid=26078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26081/task/26090/stat : 26090 (java) S 26078 26081 16091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13086175 10060525568 46422 33554432000 1073741824 1073778376 140736932715872 139757963159720 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26081/tid=26091] ppid=26078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26081/task/26091/stat : 26091 (java) S 26078 26081 16091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13086175 10060525568 46422 33554432000 1073741824 1073778376 140736932715872 139757962107176 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26081/tid=26092] ppid=26078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26081/task/26092/stat : 26092 (java) S 26078 26081 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13086176 10060525568 46422 33554432000 1073741824 1073778376 140736932715872 139757949909864 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26081/tid=26093] ppid=26078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26081/task/26093/stat : 26093 (java) S 26078 26081 16091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13086176 10060525568 46422 33554432000 1073741824 1073778376 140736932715872 139757948856184 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26081/tid=26094] ppid=26078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26081/task/26094/stat : 26094 (java) S 26078 26081 16091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13086176 10060525568 46422 33554432000 1073741824 1073778376 140736932715872 139757947803016 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26081/tid=26095] ppid=26078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26081/task/26095/stat : 26095 (java) S 26078 26081 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13086178 10060525568 46422 33554432000 1073741824 1073778376 140736932715872 139757946751760 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26081/tid=26096] ppid=26078 vsize=9824732 CPUtime=0.89 cores=0,2,4,6
/proc/26081/task/26096/stat : 26096 (java) S 26078 26081 16091 0 -1 4202560 13413 0 0 0 86 3 0 0 20 0 19 0 13086178 10060525568 46422 33554432000 1073741824 1073778376 140736932715872 139757945698616 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26081/tid=26097] ppid=26078 vsize=9824732 CPUtime=0.87 cores=0,2,4,6
/proc/26081/task/26097/stat : 26097 (java) S 26078 26081 16091 0 -1 4202560 7799 0 0 0 85 2 0 0 20 0 19 0 13086178 10060525568 46422 33554432000 1073741824 1073778376 140736932715872 139757944646072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26081/tid=26098] ppid=26078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26081/task/26098/stat : 26098 (java) S 26078 26081 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13086178 10060525568 46422 33554432000 1073741824 1073778376 140736932715872 139757943593208 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26081/tid=26099] ppid=26078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26081/task/26099/stat : 26099 (java) S 26078 26081 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13086178 10060525568 46422 33554432000 1073741824 1073778376 140736932715872 139757942540872 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26081/tid=26102] ppid=26078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26081/task/26102/stat : 26102 (java) S 26078 26081 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13086192 10060525568 46422 33554432000 1073741824 1073778376 140736932715872 139757939381544 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.84
Current children cumulated vsize (KiB) 9824732

[startup+6.30079 s]
/proc/loadavg: 1.68 1.80 1.90 2/215 26133
/proc/meminfo: memFree=29478300/32872528 swapFree=1254912/1391860
[pid=26081] ppid=26078 vsize=9824732 CPUtime=4.8 cores=0,2,4,6
/proc/26081/stat : 26081 (java) S 26078 26081 16091 0 -1 4202496 27797 0 1 0 453 27 0 0 20 0 19 0 13086172 10060525568 43813 33554432000 1073741824 1073778376 140736932715872 140736932707008 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26081/statm: 2456183 43813 2286 9 0 2446860 0
[pid=26081/tid=26083] ppid=26078 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/26081/task/26083/stat : 26083 (java) S 26078 26081 16091 0 -1 4202560 2418 0 1 0 15 1 0 0 20 0 19 0 13086173 10060525568 43813 33554432000 1073741824 1073778376 140736932715872 139758193447800 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26081/tid=26084] ppid=26078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26081/task/26084/stat : 26084 (java) S 26078 26081 16091 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 13086175 10060525568 43813 33554432000 1073741824 1073778376 140736932715872 139758171548584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26081/tid=26085] ppid=26078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26081/task/26085/stat : 26085 (java) S 26078 26081 16091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13086175 10060525568 43813 33554432000 1073741824 1073778376 140736932715872 139758170496040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26081/tid=26086] ppid=26078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26081/task/26086/stat : 26086 (java) S 26078 26081 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13086175 10060525568 43813 33554432000 1073741824 1073778376 140736932715872 139757967370920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26081/tid=26087] ppid=26078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26081/task/26087/stat : 26087 (java) S 26078 26081 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13086175 10060525568 43813 33554432000 1073741824 1073778376 140736932715872 139757966318376 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26081/tid=26088] ppid=26078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26081/task/26088/stat : 26088 (java) S 26078 26081 16091 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 13086175 10060525568 43813 33554432000 1073741824 1073778376 140736932715872 139757965265320 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26081/tid=26089] ppid=26078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26081/task/26089/stat : 26089 (java) S 26078 26081 16091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13086175 10060525568 43813 33554432000 1073741824 1073778376 140736932715872 139757964212776 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26081/tid=26090] ppid=26078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26081/task/26090/stat : 26090 (java) S 26078 26081 16091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13086175 10060525568 43813 33554432000 1073741824 1073778376 140736932715872 139757963159720 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26081/tid=26091] ppid=26078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26081/task/26091/stat : 26091 (java) S 26078 26081 16091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13086175 10060525568 43813 33554432000 1073741824 1073778376 140736932715872 139757962107176 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26081/tid=26092] ppid=26078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26081/task/26092/stat : 26092 (java) S 26078 26081 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13086176 10060525568 43813 33554432000 1073741824 1073778376 140736932715872 139757949909864 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26081/tid=26093] ppid=26078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26081/task/26093/stat : 26093 (java) S 26078 26081 16091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13086176 10060525568 43813 33554432000 1073741824 1073778376 140736932715872 139757948856184 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26081/tid=26094] ppid=26078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26081/task/26094/stat : 26094 (java) S 26078 26081 16091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13086176 10060525568 43813 33554432000 1073741824 1073778376 140736932715872 139757947803016 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26081/tid=26095] ppid=26078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26081/task/26095/stat : 26095 (java) S 26078 26081 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13086178 10060525568 43813 33554432000 1073741824 1073778376 140736932715872 139757946751760 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26081/tid=26096] ppid=26078 vsize=9824732 CPUtime=0.92 cores=0,2,4,6
/proc/26081/task/26096/stat : 26096 (java) S 26078 26081 16091 0 -1 4202560 13413 0 0 0 89 3 0 0 20 0 19 0 13086178 10060525568 43813 33554432000 1073741824 1073778376 140736932715872 139757945698616 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26081/tid=26097] ppid=26078 vsize=9824732 CPUtime=1.15 cores=0,2,4,6
/proc/26081/task/26097/stat : 26097 (java) S 26078 26081 16091 0 -1 4202560 10441 0 0 0 113 2 0 0 20 0 19 0 13086178 10060525568 43813 33554432000 1073741824 1073778376 140736932715872 139757944646072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26081/tid=26098] ppid=26078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26081/task/26098/stat : 26098 (java) S 26078 26081 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13086178 10060525568 43813 33554432000 1073741824 1073778376 140736932715872 139757943593208 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26081/tid=26099] ppid=26078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26081/task/26099/stat : 26099 (java) S 26078 26081 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13086178 10060525568 43813 33554432000 1073741824 1073778376 140736932715872 139757942540872 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26081/tid=26102] ppid=26078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26081/task/26102/stat : 26102 (java) S 26078 26081 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13086192 10060525568 43813 33554432000 1073741824 1073778376 140736932715872 139757939381544 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.8
Current children cumulated vsize (KiB) 9824732
heavy processes:

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

[pid=26081/tid=26094] ppid=26078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26081/task/26094/stat : 26094 (java) S 26078 26081 16091 0 -1 4202560 29 0 0 0 0 0 0 0 20 0 22 0 13086176 10060525568 50345 33554432000 1073741824 1073778376 140736932715872 139757947803016 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26081/tid=26095] ppid=26078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26081/task/26095/stat : 26095 (java) S 26078 26081 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13086178 10060525568 50345 33554432000 1073741824 1073778376 140736932715872 139757946751760 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26081/tid=26096] ppid=26078 vsize=9824732 CPUtime=1.96 cores=0,2,4,6
/proc/26081/task/26096/stat : 26096 (java) S 26078 26081 16091 0 -1 4202560 26474 0 0 0 192 4 0 0 20 0 22 0 13086178 10060525568 50345 33554432000 1073741824 1073778376 140736932715872 139757945698616 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26081/tid=26097] ppid=26078 vsize=9824732 CPUtime=1.29 cores=0,2,4,6
/proc/26081/task/26097/stat : 26097 (java) S 26078 26081 16091 0 -1 4202560 10449 0 0 0 127 2 0 0 20 0 22 0 13086178 10060525568 50345 33554432000 1073741824 1073778376 140736932715872 139757944646072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26081/tid=26098] ppid=26078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26081/task/26098/stat : 26098 (java) S 26078 26081 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13086178 10060525568 50345 33554432000 1073741824 1073778376 140736932715872 139757943593208 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26081/tid=26099] ppid=26078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26081/task/26099/stat : 26099 (java) S 26078 26081 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13086178 10060525568 50345 33554432000 1073741824 1073778376 140736932715872 139757942540872 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26081/tid=26102] ppid=26078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26081/task/26102/stat : 26102 (java) S 26078 26081 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13086192 10060525568 50345 33554432000 1073741824 1073778376 140736932715872 139757939381544 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26081/tid=26290] ppid=26078 vsize=9824732 CPUtime=2.6 cores=0,2,4,6
/proc/26081/task/26290/stat : 26290 (java) R 26078 26081 16091 0 -1 4202560 8 0 0 0 260 0 0 0 20 0 22 0 13089348 10060525568 50345 33554432000 1073741824 1073778376 140736932715872 139757941477008 139758051530621 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26081/tid=26291] ppid=26078 vsize=9824732 CPUtime=2.6 cores=0,2,4,6
/proc/26081/task/26291/stat : 26291 (java) R 26078 26081 16091 0 -1 4202560 3 0 0 0 260 0 0 0 20 0 22 0 13089348 10060525568 50345 33554432000 1073741824 1073778376 140736932715872 139757938326312 139758051869710 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26081/tid=26292] ppid=26078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26081/task/26292/stat : 26292 (java) S 26078 26081 16091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 13089348 10060525568 50345 33554432000 1073741824 1073778376 140736932715872 139757940434472 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 18.81
Current children cumulated vsize (KiB) 9824732

[startup+34.8009 s]
/proc/loadavg: 1.45 1.73 1.88 4/218 26292
/proc/meminfo: memFree=29489788/32872528 swapFree=1254912/1391860
[pid=26081] ppid=26078 vsize=9824732 CPUtime=19.61 cores=0,2,4,6
/proc/26081/stat : 26081 (java) S 26078 26081 16091 0 -1 4202496 41389 0 1 0 1849 112 0 0 20 0 22 0 13086172 10060525568 50345 33554432000 1073741824 1073778376 140736932715872 140736932707008 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26081/statm: 2456183 50345 2287 9 0 2446860 0
[pid=26081/tid=26083] ppid=26078 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/26081/task/26083/stat : 26083 (java) S 26078 26081 16091 0 -1 4202560 2420 0 1 0 17 2 0 0 20 0 22 0 13086173 10060525568 50345 33554432000 1073741824 1073778376 140736932715872 139758193447800 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26081/tid=26084] ppid=26078 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/26081/task/26084/stat : 26084 (java) S 26078 26081 16091 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 13086175 10060525568 50345 33554432000 1073741824 1073778376 140736932715872 139758171548584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26081/tid=26085] ppid=26078 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/26081/task/26085/stat : 26085 (java) S 26078 26081 16091 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 13086175 10060525568 50345 33554432000 1073741824 1073778376 140736932715872 139758170496040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26081/tid=26086] ppid=26078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26081/task/26086/stat : 26086 (java) S 26078 26081 16091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 13086175 10060525568 50345 33554432000 1073741824 1073778376 140736932715872 139757967370920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26081/tid=26087] ppid=26078 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/26081/task/26087/stat : 26087 (java) S 26078 26081 16091 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 13086175 10060525568 50345 33554432000 1073741824 1073778376 140736932715872 139757966318376 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26081/tid=26088] ppid=26078 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/26081/task/26088/stat : 26088 (java) S 26078 26081 16091 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 13086175 10060525568 50345 33554432000 1073741824 1073778376 140736932715872 139757965265320 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26081/tid=26089] ppid=26078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26081/task/26089/stat : 26089 (java) S 26078 26081 16091 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 13086175 10060525568 50345 33554432000 1073741824 1073778376 140736932715872 139757964212776 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26081/tid=26090] ppid=26078 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/26081/task/26090/stat : 26090 (java) S 26078 26081 16091 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 13086175 10060525568 50345 33554432000 1073741824 1073778376 140736932715872 139757963159720 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26081/tid=26091] ppid=26078 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/26081/task/26091/stat : 26091 (java) S 26078 26081 16091 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 13086175 10060525568 50345 33554432000 1073741824 1073778376 140736932715872 139757962107176 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26081/tid=26092] ppid=26078 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/26081/task/26092/stat : 26092 (java) S 26078 26081 16091 0 -1 4202560 7 0 0 0 0 4 0 0 20 0 22 0 13086176 10060525568 50345 33554432000 1073741824 1073778376 140736932715872 139757949909864 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26081/tid=26093] ppid=26078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26081/task/26093/stat : 26093 (java) S 26078 26081 16091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13086176 10060525568 50345 33554432000 1073741824 1073778376 140736932715872 139757948856184 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26081/tid=26094] ppid=26078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26081/task/26094/stat : 26094 (java) S 26078 26081 16091 0 -1 4202560 29 0 0 0 0 0 0 0 20 0 22 0 13086176 10060525568 50345 33554432000 1073741824 1073778376 140736932715872 139757947803016 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26081/tid=26095] ppid=26078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26081/task/26095/stat : 26095 (java) S 26078 26081 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13086178 10060525568 50345 33554432000 1073741824 1073778376 140736932715872 139757946751760 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26081/tid=26096] ppid=26078 vsize=9824732 CPUtime=1.96 cores=0,2,4,6
/proc/26081/task/26096/stat : 26096 (java) S 26078 26081 16091 0 -1 4202560 26474 0 0 0 192 4 0 0 20 0 22 0 13086178 10060525568 50345 33554432000 1073741824 1073778376 140736932715872 139757945698616 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26081/tid=26097] ppid=26078 vsize=9824732 CPUtime=1.29 cores=0,2,4,6
/proc/26081/task/26097/stat : 26097 (java) S 26078 26081 16091 0 -1 4202560 10449 0 0 0 127 2 0 0 20 0 22 0 13086178 10060525568 50345 33554432000 1073741824 1073778376 140736932715872 139757944646072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26081/tid=26098] ppid=26078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26081/task/26098/stat : 26098 (java) S 26078 26081 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13086178 10060525568 50345 33554432000 1073741824 1073778376 140736932715872 139757943593208 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26081/tid=26099] ppid=26078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26081/task/26099/stat : 26099 (java) S 26078 26081 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13086178 10060525568 50345 33554432000 1073741824 1073778376 140736932715872 139757942540872 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26081/tid=26102] ppid=26078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26081/task/26102/stat : 26102 (java) S 26078 26081 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13086192 10060525568 50345 33554432000 1073741824 1073778376 140736932715872 139757939381544 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26081/tid=26290] ppid=26078 vsize=9824732 CPUtime=3 cores=0,2,4,6
/proc/26081/task/26290/stat : 26290 (java) R 26078 26081 16091 0 -1 4202560 8 0 0 0 300 0 0 0 20 0 22 0 13089348 10060525568 50345 33554432000 1073741824 1073778376 140736932715872 139757941477008 139758051530684 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26081/tid=26291] ppid=26078 vsize=9824732 CPUtime=3 cores=0,2,4,6
/proc/26081/task/26291/stat : 26291 (java) R 26078 26081 16091 0 -1 4202560 3 0 0 0 300 0 0 0 20 0 22 0 13089348 10060525568 50345 33554432000 1073741824 1073778376 140736932715872 139757938326648 139758051869745 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26081/tid=26292] ppid=26078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26081/task/26292/stat : 26292 (java) S 26078 26081 16091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 13089348 10060525568 50345 33554432000 1073741824 1073778376 140736932715872 139757940434472 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 19.61
Current children cumulated vsize (KiB) 9824732

[startup+35.2008 s]
/proc/loadavg: 1.57 1.75 1.88 3/216 26292
/proc/meminfo: memFree=29486000/32872528 swapFree=1254912/1391860
[pid=26081] ppid=26078 vsize=9824732 CPUtime=20.22 cores=0,2,4,6
/proc/26081/stat : 26081 (java) S 26078 26081 16091 0 -1 4202496 41392 0 1 0 1909 113 0 0 20 0 20 0 13086172 10060525568 50338 33554432000 1073741824 1073778376 140736932715872 140736932707008 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26081/statm: 2456183 50338 2287 9 0 2446860 0
[pid=26081/tid=26083] ppid=26078 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/26081/task/26083/stat : 26083 (java) S 26078 26081 16091 0 -1 4202560 2420 0 1 0 17 2 0 0 20 0 20 0 13086173 10060525568 50338 33554432000 1073741824 1073778376 140736932715872 139758193447800 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26081/tid=26084] ppid=26078 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/26081/task/26084/stat : 26084 (java) S 26078 26081 16091 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 20 0 13086175 10060525568 50338 33554432000 1073741824 1073778376 140736932715872 139758171548584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26081/tid=26085] ppid=26078 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/26081/task/26085/stat : 26085 (java) S 26078 26081 16091 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 20 0 13086175 10060525568 50338 33554432000 1073741824 1073778376 140736932715872 139758170496040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26081/tid=26086] ppid=26078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26081/task/26086/stat : 26086 (java) S 26078 26081 16091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 13086175 10060525568 50338 33554432000 1073741824 1073778376 140736932715872 139757967370920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26081/tid=26087] ppid=26078 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/26081/task/26087/stat : 26087 (java) S 26078 26081 16091 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 20 0 13086175 10060525568 50338 33554432000 1073741824 1073778376 140736932715872 139757966318376 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26081/tid=26088] ppid=26078 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/26081/task/26088/stat : 26088 (java) S 26078 26081 16091 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 20 0 13086175 10060525568 50338 33554432000 1073741824 1073778376 140736932715872 139757965265320 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26081/tid=26089] ppid=26078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26081/task/26089/stat : 26089 (java) S 26078 26081 16091 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 20 0 13086175 10060525568 50338 33554432000 1073741824 1073778376 140736932715872 139757964212776 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26081/tid=26090] ppid=26078 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/26081/task/26090/stat : 26090 (java) S 26078 26081 16091 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 20 0 13086175 10060525568 50338 33554432000 1073741824 1073778376 140736932715872 139757963159720 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26081/tid=26091] ppid=26078 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/26081/task/26091/stat : 26091 (java) S 26078 26081 16091 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 20 0 13086175 10060525568 50338 33554432000 1073741824 1073778376 140736932715872 139757962107176 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26081/tid=26092] ppid=26078 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/26081/task/26092/stat : 26092 (java) S 26078 26081 16091 0 -1 4202560 7 0 0 0 0 4 0 0 20 0 20 0 13086176 10060525568 50338 33554432000 1073741824 1073778376 140736932715872 139757949909864 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26081/tid=26093] ppid=26078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26081/task/26093/stat : 26093 (java) S 26078 26081 16091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 13086176 10060525568 50338 33554432000 1073741824 1073778376 140736932715872 139757948856184 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26081/tid=26094] ppid=26078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26081/task/26094/stat : 26094 (java) S 26078 26081 16091 0 -1 4202560 29 0 0 0 0 0 0 0 20 0 20 0 13086176 10060525568 50338 33554432000 1073741824 1073778376 140736932715872 139757947803016 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26081/tid=26095] ppid=26078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26081/task/26095/stat : 26095 (java) S 26078 26081 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 13086178 10060525568 50338 33554432000 1073741824 1073778376 140736932715872 139757946751760 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26081/tid=26096] ppid=26078 vsize=9824732 CPUtime=1.96 cores=0,2,4,6
/proc/26081/task/26096/stat : 26096 (java) S 26078 26081 16091 0 -1 4202560 26474 0 0 0 192 4 0 0 20 0 20 0 13086178 10060525568 50338 33554432000 1073741824 1073778376 140736932715872 139757945698616 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26081/tid=26097] ppid=26078 vsize=9824732 CPUtime=1.29 cores=0,2,4,6
/proc/26081/task/26097/stat : 26097 (java) S 26078 26081 16091 0 -1 4202560 10449 0 0 0 127 2 0 0 20 0 20 0 13086178 10060525568 50338 33554432000 1073741824 1073778376 140736932715872 139757944646072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26081/tid=26098] ppid=26078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26081/task/26098/stat : 26098 (java) S 26078 26081 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 13086178 10060525568 50338 33554432000 1073741824 1073778376 140736932715872 139757943593208 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26081/tid=26099] ppid=26078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26081/task/26099/stat : 26099 (java) S 26078 26081 16091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 13086178 10060525568 50338 33554432000 1073741824 1073778376 140736932715872 139757942540872 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26081/tid=26102] ppid=26078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26081/task/26102/stat : 26102 (java) S 26078 26081 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 13086192 10060525568 50338 33554432000 1073741824 1073778376 140736932715872 139757939381544 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26081/tid=26291] ppid=26078 vsize=9824732 CPUtime=3.41 cores=0,2,4,6
/proc/26081/task/26291/stat : 26291 (java) R 26078 26081 16091 0 -1 4202560 3 0 0 0 341 0 0 0 20 0 20 0 13089348 10060525568 50338 33554432000 1073741824 1073778376 140736932715872 139757938326528 139758051869648 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 20.22
Current children cumulated vsize (KiB) 9824732

[startup+35.3079 s]
/proc/loadavg: 1.57 1.75 1.88 3/216 26292
/proc/meminfo: memFree=29486000/32872528 swapFree=1254912/1391860
[pid=26081] ppid=26078 vsize=9824732 CPUtime=20.32 cores=0,2,4,6
/proc/26081/stat : 26081 (java) S 26078 26081 16091 0 -1 4202496 41392 0 1 0 1919 113 0 0 20 0 20 0 13086172 10060525568 50338 33554432000 1073741824 1073778376 140736932715872 140736932707008 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26081/statm: 2456183 50338 2287 9 0 2446860 0
[pid=26081/tid=26083] ppid=26078 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/26081/task/26083/stat : 26083 (java) S 26078 26081 16091 0 -1 4202560 2420 0 1 0 17 2 0 0 20 0 20 0 13086173 10060525568 50338 33554432000 1073741824 1073778376 140736932715872 139758193447800 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26081/tid=26084] ppid=26078 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/26081/task/26084/stat : 26084 (java) S 26078 26081 16091 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 20 0 13086175 10060525568 50338 33554432000 1073741824 1073778376 140736932715872 139758171548584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26081/tid=26085] ppid=26078 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/26081/task/26085/stat : 26085 (java) S 26078 26081 16091 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 20 0 13086175 10060525568 50338 33554432000 1073741824 1073778376 140736932715872 139758170496040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26081/tid=26086] ppid=26078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26081/task/26086/stat : 26086 (java) S 26078 26081 16091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 13086175 10060525568 50338 33554432000 1073741824 1073778376 140736932715872 139757967370920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26081/tid=26087] ppid=26078 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/26081/task/26087/stat : 26087 (java) S 26078 26081 16091 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 20 0 13086175 10060525568 50338 33554432000 1073741824 1073778376 140736932715872 139757966318376 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26081/tid=26088] ppid=26078 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/26081/task/26088/stat : 26088 (java) S 26078 26081 16091 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 20 0 13086175 10060525568 50338 33554432000 1073741824 1073778376 140736932715872 139757965265320 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26081/tid=26089] ppid=26078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26081/task/26089/stat : 26089 (java) S 26078 26081 16091 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 20 0 13086175 10060525568 50338 33554432000 1073741824 1073778376 140736932715872 139757964212776 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26081/tid=26090] ppid=26078 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/26081/task/26090/stat : 26090 (java) S 26078 26081 16091 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 20 0 13086175 10060525568 50338 33554432000 1073741824 1073778376 140736932715872 139757963159720 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26081/tid=26091] ppid=26078 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/26081/task/26091/stat : 26091 (java) S 26078 26081 16091 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 20 0 13086175 10060525568 50338 33554432000 1073741824 1073778376 140736932715872 139757962107176 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26081/tid=26092] ppid=26078 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/26081/task/26092/stat : 26092 (java) S 26078 26081 16091 0 -1 4202560 7 0 0 0 0 4 0 0 20 0 20 0 13086176 10060525568 50338 33554432000 1073741824 1073778376 140736932715872 139757949909864 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26081/tid=26093] ppid=26078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26081/task/26093/stat : 26093 (java) S 26078 26081 16091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 13086176 10060525568 50338 33554432000 1073741824 1073778376 140736932715872 139757948856184 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26081/tid=26094] ppid=26078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26081/task/26094/stat : 26094 (java) S 26078 26081 16091 0 -1 4202560 29 0 0 0 0 0 0 0 20 0 20 0 13086176 10060525568 50338 33554432000 1073741824 1073778376 140736932715872 139757947803016 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26081/tid=26095] ppid=26078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26081/task/26095/stat : 26095 (java) S 26078 26081 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 13086178 10060525568 50338 33554432000 1073741824 1073778376 140736932715872 139757946751760 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26081/tid=26096] ppid=26078 vsize=9824732 CPUtime=1.96 cores=0,2,4,6
/proc/26081/task/26096/stat : 26096 (java) S 26078 26081 16091 0 -1 4202560 26474 0 0 0 192 4 0 0 20 0 20 0 13086178 10060525568 50338 33554432000 1073741824 1073778376 140736932715872 139757945698616 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26081/tid=26097] ppid=26078 vsize=9824732 CPUtime=1.29 cores=0,2,4,6
/proc/26081/task/26097/stat : 26097 (java) S 26078 26081 16091 0 -1 4202560 10449 0 0 0 127 2 0 0 20 0 20 0 13086178 10060525568 50338 33554432000 1073741824 1073778376 140736932715872 139757944646072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26081/tid=26098] ppid=26078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26081/task/26098/stat : 26098 (java) S 26078 26081 16091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 13086178 10060525568 50338 33554432000 1073741824 1073778376 140736932715872 139757943593208 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26081/tid=26099] ppid=26078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26081/task/26099/stat : 26099 (java) S 26078 26081 16091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 13086178 10060525568 50338 33554432000 1073741824 1073778376 140736932715872 139757942540872 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26081/tid=26102] ppid=26078 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26081/task/26102/stat : 26102 (java) S 26078 26081 16091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 13086192 10060525568 50338 33554432000 1073741824 1073778376 140736932715872 139757939381544 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26081/tid=26291] ppid=26078 vsize=9824732 CPUtime=3.51 cores=0,2,4,6
/proc/26081/task/26291/stat : 26291 (java) R 26078 26081 16091 0 -1 4202560 3 0 0 0 351 0 0 0 20 0 20 0 13089348 10060525568 50338 33554432000 1073741824 1073778376 140736932715872 139757938326528 139758051869767 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 20.32
Current children cumulated vsize (KiB) 9824732

Child status: 30
Real time (s): 35.3857
CPU time (s): 20.4619
CPU user time (s): 19.1981
CPU system time (s): 1.26381
CPU usage (%): 57.8253
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.1981
system time used= 1.26381
maximum resident set size= 208048
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41401
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2698
involuntary context switches= 600

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.298954 second user time and 0.302953 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-30 23:14:13
IDJOB=4091980
IDBENCH=78830
IDSOLVER=2552
FILE ID=node119/4091980-1467321253
RUNJOBID= node119-1467318689-18276
PBS_JOBID= 20005280
Free space on /tmp= 71732 MiB

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

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

MD5SUM BENCH= cabbc57a5ab962c45538fe46c723245f
RANDOM SEED=578945672

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.444
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:        29647500 kB
Buffers:          174244 kB
Cached:           262588 kB
SwapCached:            0 kB
Active:           868536 kB
Inactive:         218180 kB
Active(anon):     634812 kB
Inactive(anon):    17912 kB
Active(file):     233724 kB
Inactive(file):   200268 kB
Unevictable:     1391860 kB
Mlocked:         1254912 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               824 kB
Writeback:             0 kB
AnonPages:       2041964 kB
Mapped:            22112 kB
Shmem:               204 kB
Slab:             611888 kB
SReclaimable:      55412 kB
SUnreclaim:       556476 kB
KernelStack:        1584 kB
PageTables:         8352 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2175832 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    759808 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= 71732 MiB
End job on node119 at 2016-06-30 23:14:49