Trace number 4110193

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 32.0691 40.0353

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111212923--soft-0-100-0.wbo
MD5SUMab4536de5562fd774a511a0028d74eb6
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark7.82881
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 constraints101
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 4944
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 4943
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1230
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@16fd0b7
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@4413ee
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@75786e64
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@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4110193-1467321682.wbo
0.09/0.12	c reading problem ... 
0.09/0.18	c ... done. Wall clock time 0.066s.
0.09/0.18	c declared #vars     169
0.09/0.18	c internal #vars     270
0.09/0.18	c #constraints  101
0.09/0.19	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.19	c constraints type 
0.09/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.09/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
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.OriginalHTClausePB => 30
0.09/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 71
0.09/0.19	c 101 constraints processed.
0.09/0.19	c objective function length is 101 literals
1.04/0.45	c And the winner is solver0
1.44/0.69	c SATISFIABLE
1.44/0.69	c OPTIMIZING...
1.44/0.69	c Got one! Elapsed wall clock time (in seconds):0.57
1.44/0.69	o 282
1.46/0.73	c And the winner is solver0
1.81/1.19	c Got one! Elapsed wall clock time (in seconds):1.072
1.81/1.19	o 278
1.85/1.21	c And the winner is solver0
1.89/1.69	c Got one! Elapsed wall clock time (in seconds):1.573
1.89/1.69	o 274
1.90/1.70	c And the winner is solver0
1.91/2.19	c Got one! Elapsed wall clock time (in seconds):2.075
1.91/2.19	o 264
1.95/2.24	c And the winner is solver0
2.15/2.69	c Got one! Elapsed wall clock time (in seconds):2.576
2.15/2.69	o 263
2.16/2.70	c And the winner is solver0
2.16/3.19	c Got one! Elapsed wall clock time (in seconds):3.078
2.16/3.19	o 255
2.16/3.20	c And the winner is solver0
2.16/3.70	c Got one! Elapsed wall clock time (in seconds):3.579
2.16/3.70	o 241
2.16/3.73	c And the winner is solver0
2.27/4.20	c Got one! Elapsed wall clock time (in seconds):4.08
2.27/4.20	o 240
2.27/4.24	c And the winner is solver0
2.45/4.70	c Got one! Elapsed wall clock time (in seconds):4.582
2.45/4.70	o 237
2.67/4.82	c And the winner is solver0
2.73/5.20	c Got one! Elapsed wall clock time (in seconds):5.083
2.73/5.20	o 234
2.73/5.21	c And the winner is solver0
2.74/5.70	c Got one! Elapsed wall clock time (in seconds):5.585
2.74/5.70	o 232
2.94/5.89	c And the winner is solver0
3.18/6.20	c Got one! Elapsed wall clock time (in seconds):6.086
3.18/6.20	o 229
3.18/6.23	c And the winner is solver0
3.26/6.70	c Got one! Elapsed wall clock time (in seconds):6.587
3.26/6.70	o 227
3.26/6.73	c And the winner is solver0
3.44/7.21	c Got one! Elapsed wall clock time (in seconds):7.091
3.44/7.21	o 226
3.44/7.24	c And the winner is solver0
3.53/7.71	c Got one! Elapsed wall clock time (in seconds):7.592
3.53/7.71	o 209
3.53/7.71	c And the winner is solver0
3.54/8.21	c Got one! Elapsed wall clock time (in seconds):8.093
3.54/8.21	o 198
3.54/8.22	c And the winner is solver0
3.58/8.71	c Got one! Elapsed wall clock time (in seconds):8.594
3.58/8.71	o 197
3.58/8.75	c And the winner is solver0
3.67/9.21	c Got one! Elapsed wall clock time (in seconds):9.095
3.67/9.21	o 194
3.85/9.31	c cleaning 6662 clauses out of 13324 with flag 3456/13324
3.85/9.31	c And the winner is solver0
3.90/9.71	c Got one! Elapsed wall clock time (in seconds):9.597
3.90/9.71	o 192
4.29/9.91	c And the winner is solver0
4.33/10.21	c Got one! Elapsed wall clock time (in seconds):10.098
4.33/10.21	o 191
4.33/10.23	c And the winner is solver0
4.38/10.72	c Got one! Elapsed wall clock time (in seconds):10.599
4.38/10.72	o 190
4.54/10.83	c cleaning 6325 clauses out of 12655 with flag 7795/19317
4.54/10.83	c And the winner is solver0
4.64/11.22	c Got one! Elapsed wall clock time (in seconds):11.1
4.64/11.22	o 187
5.00/11.42	c And the winner is solver0
5.24/11.72	c Got one! Elapsed wall clock time (in seconds):11.601
5.24/11.72	o 186
5.24/11.76	c And the winner is solver0
5.49/12.22	c Got one! Elapsed wall clock time (in seconds):12.102
5.49/12.22	o 185
5.49/12.26	c And the winner is solver0
5.62/12.72	c Got one! Elapsed wall clock time (in seconds):12.603
5.62/12.72	o 184
5.62/12.77	c And the winner is solver0
5.76/13.22	c Got one! Elapsed wall clock time (in seconds):13.105
5.76/13.22	o 159
5.76/13.29	c cleaning 6938 clauses out of 13875 with flag 4225/26862
5.93/13.32	c And the winner is solver0
5.98/13.72	c Got one! Elapsed wall clock time (in seconds):13.606
5.98/13.72	o 158
5.98/13.79	c And the winner is solver0
6.14/14.22	c Got one! Elapsed wall clock time (in seconds):14.107
6.14/14.22	o 156
6.30/14.30	c And the winner is solver0
6.31/14.72	c Got one! Elapsed wall clock time (in seconds):14.608
6.31/14.72	o 154
6.31/14.77	c And the winner is solver0
6.46/15.23	c Got one! Elapsed wall clock time (in seconds):15.109
6.46/15.23	o 150
6.60/15.33	c And the winner is solver0
6.70/15.73	c Got one! Elapsed wall clock time (in seconds):15.61
6.70/15.73	o 148
6.82/15.81	c And the winner is solver0
6.89/16.23	c Got one! Elapsed wall clock time (in seconds):16.112
6.89/16.23	o 147
6.89/16.27	c And the winner is solver0
7.02/16.73	c Got one! Elapsed wall clock time (in seconds):16.613
7.02/16.73	o 133
7.16/16.80	c cleaning 8108 clauses out of 16215 with flag 4495/36140
7.16/16.81	c And the winner is solver0
7.21/17.23	c Got one! Elapsed wall clock time (in seconds):17.114
7.21/17.23	o 131
7.34/17.31	c And the winner is solver0
7.39/17.73	c Got one! Elapsed wall clock time (in seconds):17.615
7.39/17.73	o 127
7.39/17.79	c And the winner is solver0
7.53/18.23	c Got one! Elapsed wall clock time (in seconds):18.116
7.53/18.23	o 122
7.53/18.25	c And the winner is solver0
7.62/18.73	c Got one! Elapsed wall clock time (in seconds):18.617
7.62/18.73	o 120
7.62/18.79	c And the winner is solver0
7.86/19.23	c Got one! Elapsed wall clock time (in seconds):19.118
7.86/19.23	o 109
7.86/19.24	c And the winner is solver0
7.88/19.74	c Got one! Elapsed wall clock time (in seconds):19.619
7.88/19.74	o 107
7.88/19.76	c And the winner is solver0
7.94/20.24	c Got one! Elapsed wall clock time (in seconds):20.12
7.94/20.24	o 106
8.05/20.32	c And the winner is solver0
8.13/20.74	c Got one! Elapsed wall clock time (in seconds):20.621
8.13/20.74	o 105
8.25/20.89	c cleaning 7554 clauses out of 15126 with flag 7268/43159
8.51/20.95	c And the winner is solver0
8.96/21.24	c Got one! Elapsed wall clock time (in seconds):21.122
8.96/21.24	o 66
9.28/21.43	c cleaning 6444 clauses out of 12896 with flag 12374/48483
9.60/21.56	c And the winner is solver0
10.00/21.74	c Got one! Elapsed wall clock time (in seconds):21.623
10.00/21.74	o 61
10.15/21.84	c cleaning 5734 clauses out of 11478 with flag 7087/53509
10.35/21.96	c And the winner is solver0
10.67/22.24	c Got one! Elapsed wall clock time (in seconds):22.125
10.67/22.24	o 60
10.78/22.38	c cleaning 5760 clauses out of 11529 with flag 11091/59294
10.98/22.43	c And the winner is solver0
11.25/22.74	c Got one! Elapsed wall clock time (in seconds):22.626
11.25/22.74	o 52
11.36/22.84	c And the winner is solver0
11.45/23.24	c Got one! Elapsed wall clock time (in seconds):23.128
11.45/23.24	o 49
11.55/23.34	c cleaning 5608 clauses out of 11222 with flag 8964/64747
12.15/23.61	c cleaning 5797 clauses out of 11613 with flag 35742/70746
12.15/23.67	c And the winner is solver0
12.33/23.75	c Got one! Elapsed wall clock time (in seconds):23.63
12.33/23.75	o 47
12.46/23.88	c And the winner is solver0
12.90/24.25	c Got one! Elapsed wall clock time (in seconds):24.131
12.90/24.25	o 46
13.01/24.31	c cleaning 5855 clauses out of 11710 with flag 4272/76640
13.01/24.38	c And the winner is solver0
13.42/24.75	c Got one! Elapsed wall clock time (in seconds):24.633
13.42/24.75	o 42
13.53/24.82	c And the winner is solver0
13.61/25.25	c Got one! Elapsed wall clock time (in seconds):25.135
13.61/25.25	o 41
13.71/25.40	c cleaning 6026 clauses out of 12060 with flag 14198/82845
14.09/25.60	c And the winner is solver0
14.35/25.75	c Got one! Elapsed wall clock time (in seconds):25.637
14.35/25.75	o 34
14.43/25.81	c cleaning 5980 clauses out of 11959 with flag 4283/88770
14.43/25.83	c And the winner is solver0
14.53/26.26	c Got one! Elapsed wall clock time (in seconds):26.139
14.53/26.26	o 28
14.82/26.48	c cleaning 5820 clauses out of 11645 with flag 19830/94436
14.82/26.48	c And the winner is solver0
15.15/26.76	c Got one! Elapsed wall clock time (in seconds):26.641
15.15/26.76	o 24
15.43/26.96	c cleaning 5495 clauses out of 10998 with flag 17923/99610
16.03/27.24	c cleaning 5750 clauses out of 11502 with flag 43898/105609
16.24/27.35	c And the winner is solver0
16.43/27.76	c Got one! Elapsed wall clock time (in seconds):27.643
16.43/27.76	o 20
16.51/27.85	c cleaning 5381 clauses out of 10762 with flag 6843/110619
16.51/27.86	c And the winner is solver0
16.71/28.26	c Got one! Elapsed wall clock time (in seconds):28.146
16.71/28.26	o 18
16.98/28.44	c cleaning 5392 clauses out of 10787 with flag 17861/116025
16.98/28.49	c And the winner is solver0
18.09/29.47	c Got one! Elapsed wall clock time (in seconds):29.351
18.09/29.47	o 17
18.38/29.62	c cleaning 5513 clauses out of 11026 with flag 13088/121656
18.79/29.85	c cleaning 5756 clauses out of 11512 with flag 33065/127655
19.18/30.02	c And the winner is solver0
19.81/30.67	c Got one! Elapsed wall clock time (in seconds):30.554
19.81/30.67	o 15
20.34/30.91	c cleaning 7927 clauses out of 15867 with flag 20824/137769
20.73/31.16	c cleaning 6965 clauses out of 13938 with flag 43636/143767
21.33/31.44	c cleaning 6982 clauses out of 13972 with flag 69297/150767
22.13/31.80	c cleaning 7490 clauses out of 14991 with flag 100095/158769
22.13/31.89	c And the winner is solver0
22.41/32.17	c Got one! Elapsed wall clock time (in seconds):32.057
22.41/32.17	o 14
22.65/32.31	c cleaning 6472 clauses out of 12950 with flag 13096/164218
22.85/32.44	c And the winner is solver0
23.80/33.38	c Got one! Elapsed wall clock time (in seconds):33.262
23.80/33.38	o 13
23.90/33.47	c cleaning 5912 clauses out of 11837 with flag 8146/169578
24.30/33.69	c cleaning 5956 clauses out of 11923 with flag 32551/175579
24.90/33.98	c cleaning 6481 clauses out of 12965 with flag 62375/182578
25.10/34.04	c And the winner is solver0
25.65/34.58	c Got one! Elapsed wall clock time (in seconds):34.465
25.65/34.58	o 12
25.94/34.74	c cleaning 6007 clauses out of 12015 with flag 16417/188110
26.34/34.99	c cleaning 5999 clauses out of 12008 with flag 42373/194110
26.97/35.27	c cleaning 6501 clauses out of 13007 with flag 71449/201109
27.55/35.59	c cleaning 7250 clauses out of 14505 with flag 106789/209110
27.95/35.77	c And the winner is solver0
28.22/36.09	c Got one! Elapsed wall clock time (in seconds):35.968
28.22/36.09	o 10
28.24/36.12	c And the winner is solver0
28.33/36.59	c Got one! Elapsed wall clock time (in seconds):36.471
28.33/36.59	o 9
28.35/36.64	c cleaning 6833 clauses out of 13690 with flag 4475/215547
28.55/36.74	c And the winner is solver0
28.64/37.09	c Got one! Elapsed wall clock time (in seconds):36.974
28.64/37.09	o 6
28.84/37.21	c cleaning 6214 clauses out of 12447 with flag 12753/221137
29.26/37.44	c cleaning 6111 clauses out of 12230 with flag 37203/227134
29.26/37.49	c And the winner is solver0
30.14/38.30	c Got one! Elapsed wall clock time (in seconds):38.179
30.14/38.30	o 5
30.21/38.33	c And the winner is solver0
30.32/38.80	c Got one! Elapsed wall clock time (in seconds):38.682
30.32/38.80	o 3
30.52/38.98	c cleaning 6227 clauses out of 12461 with flag 16168/233477
31.12/39.23	c cleaning 6112 clauses out of 12226 with flag 42310/239477
31.12/39.26	c And the winner is solver0
31.97/40.01	c >>>>>>>>>> Solver number 0 (66 answers) <<<<<<<<<<<<<<<<<<
31.97/40.01	c starts		: 179
31.97/40.01	c conflicts		: 240686
31.97/40.01	c decisions		: 392345
31.97/40.01	c propagations		: 6339210
31.97/40.01	c inspects		: 107384370
31.97/40.01	c shortcuts		: 0
31.97/40.01	c learnt literals	: 40
31.97/40.01	c learnt binary clauses	: 15
31.97/40.01	c learnt ternary clauses	: 496
31.97/40.02	c learnt constraints	: 240645
31.97/40.02	c ignored constraints	: 0
31.97/40.02	c root simplifications	: 0
31.97/40.02	c removed literals (reason simplification)	: 117291
31.97/40.02	c reason swapping (by a shorter reason)	: 0
31.97/40.02	c Calls to reduceDB	: 37
31.97/40.02	c Number of update (reduction) of LBD	: 63395
31.97/40.02	c Imported unit clauses	: 0
31.97/40.02	c number of reductions to clauses (during analyze)	: 0
31.97/40.02	c number of learned constraints concerned by reduction	: 0
31.97/40.02	c number of learning phase by resolution	: 0
31.97/40.02	c number of learning phase by cutting planes	: 0
31.97/40.02	c speed (assignments/second)	: 159176.64783427495
31.97/40.02	c non guided choices	3245
31.97/40.02	c learnt constraints type 
31.97/40.02	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
31.97/40.02	c starts		: 66
31.97/40.02	c conflicts		: 228
31.97/40.02	c decisions		: 7250
31.97/40.02	c propagations		: 21514
31.97/40.02	c inspects		: 635460
31.97/40.02	c shortcuts		: 0
31.97/40.02	c learnt literals	: 0
31.97/40.02	c learnt binary clauses	: 0
31.97/40.02	c learnt ternary clauses	: 0
31.97/40.02	c learnt constraints	: 166
31.97/40.02	c ignored constraints	: 0
31.97/40.02	c root simplifications	: 0
31.97/40.02	c removed literals (reason simplification)	: 0
31.97/40.02	c reason swapping (by a shorter reason)	: 0
31.97/40.02	c Calls to reduceDB	: 0
31.97/40.02	c Number of update (reduction) of LBD	: 0
31.97/40.02	c Imported unit clauses	: 0
31.97/40.02	c number of reductions to clauses (during analyze)	: 0
31.97/40.02	c number of learned constraints concerned by reduction	: 0
31.97/40.02	c number of learning phase by resolution	: 0
31.97/40.02	c number of learning phase by cutting planes	: 0
31.97/40.02	c speed (assignments/second)	: 17750.82508250825
31.97/40.02	c non guided choices	1566
31.97/40.02	c learnt constraints type 
31.97/40.02	s OPTIMUM FOUND
31.97/40.02	c Found 65 solution(s)
31.97/40.02	v -x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 x63 -x64 -x65 x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 x130 -x131 -x132 -x133 x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 x168 -x169 
31.97/40.02	c objective function=3
31.97/40.02	c Total wall clock time (in seconds): 39.9

Verifier Data

OK	3

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-4110193-1467321682/watcher-4110193-1467321682 -o /tmp/evaluation-result-4110193-1467321682/solver-4110193-1467321682 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1467319102-29021 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4110193-1467321682.wbo 

pid=8048
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.32 1.35 1.62 3/196 8051
/proc/meminfo: memFree=30217692/32872528 swapFree=480748/529804
[pid=8051] ppid=8048 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/8051/stat : 8051 (java) D 8048 8051 23565 0 -1 4202496 522 0 0 0 0 0 0 0 20 0 1 0 11188105 9515008 175 33554432000 1073741824 1073778376 140736725629232 140736725611960 211458802576 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/8051/statm: 2323 175 133 9 0 71 0

[startup+0.10016 s]
/proc/loadavg: 1.32 1.35 1.62 3/196 8051
/proc/meminfo: memFree=30217692/32872528 swapFree=480748/529804
[pid=8051] ppid=8048 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/8051/stat : 8051 (java) S 8048 8051 23565 0 -1 4202496 4402 0 1 0 8 1 0 0 20 0 18 0 11188105 9787879424 6037 33554432000 1073741824 1073778376 140736725629232 140736725620368 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8051/statm: 2389619 6037 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200221 s]
/proc/loadavg: 1.32 1.35 1.62 3/196 8051
/proc/meminfo: memFree=30217692/32872528 swapFree=480748/529804
[pid=8051] ppid=8048 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/8051/stat : 8051 (java) S 8048 8051 23565 0 -1 4202496 4827 0 1 0 23 1 0 0 20 0 22 0 11188105 10060525568 7914 33554432000 1073741824 1073778376 140736725629232 140736725620368 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8051/statm: 2456183 7914 2221 9 0 2446860 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9824732

[startup+0.300216 s]
/proc/loadavg: 1.32 1.35 1.62 3/196 8051
/proc/meminfo: memFree=30217692/32872528 swapFree=480748/529804
[pid=8051] ppid=8048 vsize=9824732 CPUtime=0.64 cores=1,3,5,7
/proc/8051/stat : 8051 (java) S 8048 8051 23565 0 -1 4202496 7748 0 1 0 62 2 0 0 20 0 22 0 11188105 10060525568 9933 33554432000 1073741824 1073778376 140736725629232 140736725620368 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8051/statm: 2456183 9933 2250 9 0 2446860 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 9824732

[startup+0.700315 s]
/proc/loadavg: 1.32 1.35 1.62 3/196 8051
/proc/meminfo: memFree=30217692/32872528 swapFree=480748/529804
[pid=8051] ppid=8048 vsize=9824732 CPUtime=1.46 cores=1,3,5,7
/proc/8051/stat : 8051 (java) S 8048 8051 23565 0 -1 4202496 16853 0 1 0 141 5 0 0 20 0 22 0 11188105 10060525568 15814 33554432000 1073741824 1073778376 140736725629232 140736725620368 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8051/statm: 2456183 15814 2254 9 0 2446860 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 9824732

[startup+1.50074 s]
/proc/loadavg: 1.32 1.35 1.62 2/215 8076
/proc/meminfo: memFree=30040432/32872528 swapFree=480748/529804
[pid=8051] ppid=8048 vsize=9824732 CPUtime=1.89 cores=1,3,5,7
/proc/8051/stat : 8051 (java) S 8048 8051 23565 0 -1 4202496 19957 0 1 0 180 9 0 0 20 0 19 0 11188105 10060525568 18479 33554432000 1073741824 1073778376 140736725629232 140736725620368 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8051/statm: 2456183 18479 2260 9 0 2446860 0
[pid=8051/tid=8053] ppid=8048 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/8051/task/8053/stat : 8053 (java) S 8048 8051 23565 0 -1 4202560 2416 0 1 0 16 0 0 0 20 0 19 0 11188106 10060525568 18479 33554432000 1073741824 1073778376 140736725629232 139914345452408 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8051/tid=8054] ppid=8048 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8051/task/8054/stat : 8054 (java) S 8048 8051 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11188108 10060525568 18479 33554432000 1073741824 1073778376 140736725629232 139914334513832 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8051/tid=8055] ppid=8048 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8051/task/8055/stat : 8055 (java) S 8048 8051 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11188108 10060525568 18479 33554432000 1073741824 1073778376 140736725629232 139914333461288 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8051/tid=8056] ppid=8048 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8051/task/8056/stat : 8056 (java) S 8048 8051 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11188108 10060525568 18479 33554432000 1073741824 1073778376 140736725629232 139914332408744 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8051/tid=8057] ppid=8048 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8051/task/8057/stat : 8057 (java) S 8048 8051 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11188108 10060525568 18479 33554432000 1073741824 1073778376 140736725629232 139914186013736 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8051/tid=8058] ppid=8048 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8051/task/8058/stat : 8058 (java) S 8048 8051 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11188108 10060525568 18479 33554432000 1073741824 1073778376 140736725629232 139914184960168 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8051/tid=8059] ppid=8048 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8051/task/8059/stat : 8059 (java) S 8048 8051 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11188108 10060525568 18479 33554432000 1073741824 1073778376 140736725629232 139914183907624 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8051/tid=8060] ppid=8048 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8051/task/8060/stat : 8060 (java) S 8048 8051 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11188108 10060525568 18479 33554432000 1073741824 1073778376 140736725629232 139914182855080 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8051/tid=8061] ppid=8048 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8051/task/8061/stat : 8061 (java) S 8048 8051 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11188108 10060525568 18479 33554432000 1073741824 1073778376 140736725629232 139914181802536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8051/tid=8062] ppid=8048 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8051/task/8062/stat : 8062 (java) S 8048 8051 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 11188109 10060525568 18479 33554432000 1073741824 1073778376 140736725629232 139914169604712 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8051/tid=8063] ppid=8048 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8051/task/8063/stat : 8063 (java) S 8048 8051 23565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 11188109 10060525568 18479 33554432000 1073741824 1073778376 140736725629232 139914168551032 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8051/tid=8064] ppid=8048 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8051/task/8064/stat : 8064 (java) S 8048 8051 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11188109 10060525568 18479 33554432000 1073741824 1073778376 140736725629232 139914167498376 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8051/tid=8065] ppid=8048 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8051/task/8065/stat : 8065 (java) S 8048 8051 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11188111 10060525568 18479 33554432000 1073741824 1073778376 140736725629232 139914166447120 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8051/tid=8066] ppid=8048 vsize=9824732 CPUtime=0.5 cores=1,3,5,7
/proc/8051/task/8066/stat : 8066 (java) S 8048 8051 23565 0 -1 4202560 7252 0 0 0 49 1 0 0 20 0 19 0 11188111 10060525568 18479 33554432000 1073741824 1073778376 140736725629232 139914165393464 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8051/tid=8067] ppid=8048 vsize=9824732 CPUtime=0.52 cores=1,3,5,7
/proc/8051/task/8067/stat : 8067 (java) S 8048 8051 23565 0 -1 4202560 8941 0 0 0 51 1 0 0 20 0 19 0 11188111 10060525568 18479 33554432000 1073741824 1073778376 140736725629232 139914164340920 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8051/tid=8068] ppid=8048 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8051/task/8068/stat : 8068 (java) S 8048 8051 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11188111 10060525568 18479 33554432000 1073741824 1073778376 140736725629232 139914163288568 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8051/tid=8069] ppid=8048 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8051/task/8069/stat : 8069 (java) S 8048 8051 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11188111 10060525568 18479 33554432000 1073741824 1073778376 140736725629232 139914162236232 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8051/tid=8072] ppid=8048 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8051/task/8072/stat : 8072 (java) S 8048 8051 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11188125 10060525568 18479 33554432000 1073741824 1073778376 140736725629232 139914159076904 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 9824732

[startup+3.10084 s]
/proc/loadavg: 1.37 1.36 1.62 5/217 8085
/proc/meminfo: memFree=30025492/32872528 swapFree=480748/529804
[pid=8051] ppid=8048 vsize=9824732 CPUtime=2.16 cores=1,3,5,7
/proc/8051/stat : 8051 (java) S 8048 8051 23565 0 -1 4202496 20608 0 1 0 204 12 0 0 20 0 19 0 11188105 10060525568 23616 33554432000 1073741824 1073778376 140736725629232 140736725620368 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8051/statm: 2456183 23616 2265 9 0 2446860 0
[pid=8051/tid=8053] ppid=8048 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/8051/task/8053/stat : 8053 (java) S 8048 8051 23565 0 -1 4202560 2417 0 1 0 16 0 0 0 20 0 19 0 11188106 10060525568 23616 33554432000 1073741824 1073778376 140736725629232 139914345452408 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8051/tid=8054] ppid=8048 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8051/task/8054/stat : 8054 (java) S 8048 8051 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11188108 10060525568 23616 33554432000 1073741824 1073778376 140736725629232 139914334513832 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8051/tid=8055] ppid=8048 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8051/task/8055/stat : 8055 (java) S 8048 8051 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11188108 10060525568 23616 33554432000 1073741824 1073778376 140736725629232 139914333461288 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8051/tid=8056] ppid=8048 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8051/task/8056/stat : 8056 (java) S 8048 8051 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11188108 10060525568 23616 33554432000 1073741824 1073778376 140736725629232 139914332408744 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8051/tid=8057] ppid=8048 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8051/task/8057/stat : 8057 (java) S 8048 8051 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11188108 10060525568 23616 33554432000 1073741824 1073778376 140736725629232 139914186013736 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8051/tid=8058] ppid=8048 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8051/task/8058/stat : 8058 (java) S 8048 8051 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11188108 10060525568 23616 33554432000 1073741824 1073778376 140736725629232 139914184960168 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8051/tid=8059] ppid=8048 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8051/task/8059/stat : 8059 (java) S 8048 8051 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11188108 10060525568 23616 33554432000 1073741824 1073778376 140736725629232 139914183907624 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8051/tid=8060] ppid=8048 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8051/task/8060/stat : 8060 (java) S 8048 8051 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11188108 10060525568 23616 33554432000 1073741824 1073778376 140736725629232 139914182855080 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8051/tid=8061] ppid=8048 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8051/task/8061/stat : 8061 (java) S 8048 8051 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11188108 10060525568 23616 33554432000 1073741824 1073778376 140736725629232 139914181802536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8051/tid=8062] ppid=8048 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8051/task/8062/stat : 8062 (java) S 8048 8051 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 11188109 10060525568 23616 33554432000 1073741824 1073778376 140736725629232 139914169604712 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8051/tid=8063] ppid=8048 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8051/task/8063/stat : 8063 (java) S 8048 8051 23565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 11188109 10060525568 23616 33554432000 1073741824 1073778376 140736725629232 139914168551032 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8051/tid=8064] ppid=8048 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8051/task/8064/stat : 8064 (java) S 8048 8051 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11188109 10060525568 23616 33554432000 1073741824 1073778376 140736725629232 139914167498376 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8051/tid=8065] ppid=8048 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8051/task/8065/stat : 8065 (java) S 8048 8051 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11188111 10060525568 23616 33554432000 1073741824 1073778376 140736725629232 139914166447120 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8051/tid=8066] ppid=8048 vsize=9824732 CPUtime=0.61 cores=1,3,5,7
/proc/8051/task/8066/stat : 8066 (java) S 8048 8051 23565 0 -1 4202560 7873 0 0 0 59 2 0 0 20 0 19 0 11188111 10060525568 23616 33554432000 1073741824 1073778376 140736725629232 139914165393464 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8051/tid=8067] ppid=8048 vsize=9824732 CPUtime=0.57 cores=1,3,5,7
/proc/8051/task/8067/stat : 8067 (java) S 8048 8051 23565 0 -1 4202560 8941 0 0 0 56 1 0 0 20 0 19 0 11188111 10060525568 23616 33554432000 1073741824 1073778376 140736725629232 139914164340920 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8051/tid=8068] ppid=8048 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8051/task/8068/stat : 8068 (java) S 8048 8051 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11188111 10060525568 23616 33554432000 1073741824 1073778376 140736725629232 139914163288568 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8051/tid=8069] ppid=8048 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8051/task/8069/stat : 8069 (java) S 8048 8051 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11188111 10060525568 23616 33554432000 1073741824 1073778376 140736725629232 139914162236232 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8051/tid=8072] ppid=8048 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8051/task/8072/stat : 8072 (java) S 8048 8051 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11188125 10060525568 23616 33554432000 1073741824 1073778376 140736725629232 139914159076904 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=14 pid=1810 uid=0 cmd=

[startup+6.30086 s]
/proc/loadavg: 1.37 1.36 1.62 2/214 8103
/proc/meminfo: memFree=29945284/32872528 swapFree=480748/529804
[pid=8051] ppid=8048 vsize=9824732 CPUtime=3.26 cores=1,3,5,7
/proc/8051/stat : 8051 (java) S 8048 8051 23565 0 -1 4202496 21493 0 1 0 303 23 0 0 20 0 19 0 11188105 10060525568 45019 33554432000 1073741824 1073778376 140736725629232 140736725620368 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8051/statm: 2456183 45019 2281 9 0 2446860 0
[pid=8051/tid=8053] ppid=8048 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/8051/task/8053/stat : 8053 (java) S 8048 8051 23565 0 -1 4202560 2419 0 1 0 17 0 0 0 20 0 19 0 11188106 10060525568 45019 33554432000 1073741824 1073778376 140736725629232 139914345452408 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8051/tid=8054] ppid=8048 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8051/task/8054/stat : 8054 (java) S 8048 8051 23565 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 11188108 10060525568 45019 33554432000 1073741824 1073778376 140736725629232 139914334513832 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8051/tid=8055] ppid=8048 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8051/task/8055/stat : 8055 (java) S 8048 8051 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11188108 10060525568 45019 33554432000 1073741824 1073778376 140736725629232 139914333461288 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8051/tid=8056] ppid=8048 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8051/task/8056/stat : 8056 (java) S 8048 8051 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11188108 10060525568 45019 33554432000 1073741824 1073778376 140736725629232 139914332408744 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8051/tid=8057] ppid=8048 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8051/task/8057/stat : 8057 (java) S 8048 8051 23565 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 11188108 10060525568 45019 33554432000 1073741824 1073778376 140736725629232 139914186013736 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8051/tid=8058] ppid=8048 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8051/task/8058/stat : 8058 (java) S 8048 8051 23565 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 11188108 10060525568 45019 33554432000 1073741824 1073778376 140736725629232 139914184960168 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8051/tid=8059] ppid=8048 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8051/task/8059/stat : 8059 (java) S 8048 8051 23565 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 11188108 10060525568 45019 33554432000 1073741824 1073778376 140736725629232 139914183907624 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8051/tid=8060] ppid=8048 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8051/task/8060/stat : 8060 (java) S 8048 8051 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11188108 10060525568 45019 33554432000 1073741824 1073778376 140736725629232 139914182855080 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8051/tid=8061] ppid=8048 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8051/task/8061/stat : 8061 (java) S 8048 8051 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11188108 10060525568 45019 33554432000 1073741824 1073778376 140736725629232 139914181802536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8051/tid=8062] ppid=8048 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8051/task/8062/stat : 8062 (java) S 8048 8051 23565 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 11188109 10060525568 45019 33554432000 1073741824 1073778376 140736725629232 139914169604712 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8051/tid=8063] ppid=8048 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8051/task/8063/stat : 8063 (java) S 8048 8051 23565 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11188109 10060525568 45019 33554432000 1073741824 1073778376 140736725629232 139914168551032 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8051/tid=8064] ppid=8048 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8051/task/8064/stat : 8064 (java) S 8048 8051 23565 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 11188109 10060525568 45019 33554432000 1073741824 1073778376 140736725629232 139914167498376 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8051/tid=8065] ppid=8048 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8051/task/8065/stat : 8065 (java) S 8048 8051 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11188111 10060525568 45019 33554432000 1073741824 1073778376 140736725629232 139914166447120 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8051/tid=8066] ppid=8048 vsize=9824732 CPUtime=0.7 cores=1,3,5,7
/proc/8051/task/8066/stat : 8066 (java) S 8048 8051 23565 0 -1 4202560 7876 0 0 0 68 2 0 0 20 0 19 0 11188111 10060525568 45019 33554432000 1073741824 1073778376 140736725629232 139914165393464 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8051/tid=8067] ppid=8048 vsize=9824732 CPUtime=0.71 cores=1,3,5,7
/proc/8051/task/8067/stat : 8067 (java) S 8048 8051 23565 0 -1 4202560 9677 0 0 0 69 2 0 0 20 0 19 0 11188111 10060525568 45019 33554432000 1073741824 1073778376 140736725629232 139914164340920 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8051/tid=8068] ppid=8048 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8051/task/8068/stat : 8068 (java) S 8048 8051 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11188111 10060525568 45019 33554432000 1073741824 1073778376 140736725629232 139914163288568 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8051/tid=8069] ppid=8048 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8051/task/8069/stat : 8069 (java) S 8048 8051 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 11188111 10060525568 45019 33554432000 1073741824 1073778376 140736725629232 139914162236232 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8051/tid=8072] ppid=8048 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8051/task/8072/stat : 8072 (java) S 8048 8051 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11188125 10060525568 45019 33554432000 1073741824 1073778376 140736725629232 139914159076904 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.26

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

[pid=8051/tid=8057] ppid=8048 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/8051/task/8057/stat : 8057 (java) S 8048 8051 23565 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 11188108 10060525568 49213 33554432000 1073741824 1073778376 140736725629232 139914186013736 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8051/tid=8058] ppid=8048 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/8051/task/8058/stat : 8058 (java) S 8048 8051 23565 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 11188108 10060525568 49213 33554432000 1073741824 1073778376 140736725629232 139914184960168 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8051/tid=8059] ppid=8048 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/8051/task/8059/stat : 8059 (java) S 8048 8051 23565 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 11188108 10060525568 49213 33554432000 1073741824 1073778376 140736725629232 139914183907624 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8051/tid=8060] ppid=8048 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8051/task/8060/stat : 8060 (java) S 8048 8051 23565 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 11188108 10060525568 49213 33554432000 1073741824 1073778376 140736725629232 139914182855080 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8051/tid=8061] ppid=8048 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8051/task/8061/stat : 8061 (java) S 8048 8051 23565 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 11188108 10060525568 49213 33554432000 1073741824 1073778376 140736725629232 139914181802536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8051/tid=8062] ppid=8048 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/8051/task/8062/stat : 8062 (java) S 8048 8051 23565 0 -1 4202560 10 0 0 0 0 6 0 0 20 0 19 0 11188109 10060525568 49213 33554432000 1073741824 1073778376 140736725629232 139914169604712 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8051/tid=8063] ppid=8048 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8051/task/8063/stat : 8063 (java) S 8048 8051 23565 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11188109 10060525568 49213 33554432000 1073741824 1073778376 140736725629232 139914168551032 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8051/tid=8064] ppid=8048 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8051/task/8064/stat : 8064 (java) S 8048 8051 23565 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 19 0 11188109 10060525568 49213 33554432000 1073741824 1073778376 140736725629232 139914167498376 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8051/tid=8065] ppid=8048 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8051/task/8065/stat : 8065 (java) S 8048 8051 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11188111 10060525568 49213 33554432000 1073741824 1073778376 140736725629232 139914166447120 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8051/tid=8066] ppid=8048 vsize=9824732 CPUtime=1.45 cores=1,3,5,7
/proc/8051/task/8066/stat : 8066 (java) S 8048 8051 23565 0 -1 4202560 14628 0 0 0 142 3 0 0 20 0 19 0 11188111 10060525568 49213 33554432000 1073741824 1073778376 140736725629232 139914165393464 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8051/tid=8067] ppid=8048 vsize=9824732 CPUtime=1.12 cores=1,3,5,7
/proc/8051/task/8067/stat : 8067 (java) S 8048 8051 23565 0 -1 4202560 10905 0 0 0 110 2 0 0 20 0 19 0 11188111 10060525568 49213 33554432000 1073741824 1073778376 140736725629232 139914164340920 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8051/tid=8068] ppid=8048 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8051/task/8068/stat : 8068 (java) S 8048 8051 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11188111 10060525568 49213 33554432000 1073741824 1073778376 140736725629232 139914163288568 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8051/tid=8069] ppid=8048 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8051/task/8069/stat : 8069 (java) S 8048 8051 23565 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 11188111 10060525568 49213 33554432000 1073741824 1073778376 140736725629232 139914162236232 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8051/tid=8072] ppid=8048 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8051/task/8072/stat : 8072 (java) S 8048 8051 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11188125 10060525568 49213 33554432000 1073741824 1073778376 140736725629232 139914159076904 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 30.32
Current children cumulated vsize (KiB) 9824732

[startup+39.2007 s]
/proc/loadavg: 1.72 1.45 1.64 2/215 8266
/proc/meminfo: memFree=29908744/32872528 swapFree=480748/529804
[pid=8051] ppid=8048 vsize=9824732 CPUtime=31.12 cores=1,3,5,7
/proc/8051/stat : 8051 (java) S 8048 8051 23565 0 -1 4202496 30022 0 1 0 2978 134 0 0 20 0 22 0 11188105 10060525568 49174 33554432000 1073741824 1073778376 140736725629232 140736725620368 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8051/statm: 2456183 49174 2287 9 0 2446860 0
[pid=8051/tid=8053] ppid=8048 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/8051/task/8053/stat : 8053 (java) S 8048 8051 23565 0 -1 4202560 2421 0 1 0 22 2 0 0 20 0 22 0 11188106 10060525568 49174 33554432000 1073741824 1073778376 140736725629232 139914345452408 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8051/tid=8054] ppid=8048 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/8051/task/8054/stat : 8054 (java) S 8048 8051 23565 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 11188108 10060525568 49174 33554432000 1073741824 1073778376 140736725629232 139914334513832 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8051/tid=8055] ppid=8048 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/8051/task/8055/stat : 8055 (java) S 8048 8051 23565 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 11188108 10060525568 49174 33554432000 1073741824 1073778376 140736725629232 139914333461288 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8051/tid=8056] ppid=8048 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/8051/task/8056/stat : 8056 (java) S 8048 8051 23565 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 11188108 10060525568 49174 33554432000 1073741824 1073778376 140736725629232 139914332408744 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8051/tid=8057] ppid=8048 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/8051/task/8057/stat : 8057 (java) S 8048 8051 23565 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 11188108 10060525568 49174 33554432000 1073741824 1073778376 140736725629232 139914186013736 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8051/tid=8058] ppid=8048 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/8051/task/8058/stat : 8058 (java) S 8048 8051 23565 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 11188108 10060525568 49174 33554432000 1073741824 1073778376 140736725629232 139914184960168 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8051/tid=8059] ppid=8048 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/8051/task/8059/stat : 8059 (java) S 8048 8051 23565 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 11188108 10060525568 49174 33554432000 1073741824 1073778376 140736725629232 139914183907624 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8051/tid=8060] ppid=8048 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8051/task/8060/stat : 8060 (java) S 8048 8051 23565 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 11188108 10060525568 49174 33554432000 1073741824 1073778376 140736725629232 139914182855080 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8051/tid=8061] ppid=8048 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8051/task/8061/stat : 8061 (java) S 8048 8051 23565 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 11188108 10060525568 49174 33554432000 1073741824 1073778376 140736725629232 139914181802536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8051/tid=8062] ppid=8048 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/8051/task/8062/stat : 8062 (java) S 8048 8051 23565 0 -1 4202560 10 0 0 0 0 6 0 0 20 0 22 0 11188109 10060525568 49174 33554432000 1073741824 1073778376 140736725629232 139914169604712 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8051/tid=8063] ppid=8048 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8051/task/8063/stat : 8063 (java) S 8048 8051 23565 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 11188109 10060525568 49174 33554432000 1073741824 1073778376 140736725629232 139914168551032 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8051/tid=8064] ppid=8048 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8051/task/8064/stat : 8064 (java) S 8048 8051 23565 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 22 0 11188109 10060525568 49174 33554432000 1073741824 1073778376 140736725629232 139914167498376 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8051/tid=8065] ppid=8048 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8051/task/8065/stat : 8065 (java) S 8048 8051 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11188111 10060525568 49174 33554432000 1073741824 1073778376 140736725629232 139914166447120 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8051/tid=8066] ppid=8048 vsize=9824732 CPUtime=1.45 cores=1,3,5,7
/proc/8051/task/8066/stat : 8066 (java) S 8048 8051 23565 0 -1 4202560 14628 0 0 0 142 3 0 0 20 0 22 0 11188111 10060525568 49174 33554432000 1073741824 1073778376 140736725629232 139914165393464 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8051/tid=8067] ppid=8048 vsize=9824732 CPUtime=1.12 cores=1,3,5,7
/proc/8051/task/8067/stat : 8067 (java) S 8048 8051 23565 0 -1 4202560 10905 0 0 0 110 2 0 0 20 0 22 0 11188111 10060525568 49174 33554432000 1073741824 1073778376 140736725629232 139914164340920 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8051/tid=8068] ppid=8048 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8051/task/8068/stat : 8068 (java) S 8048 8051 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11188111 10060525568 49174 33554432000 1073741824 1073778376 140736725629232 139914163288568 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8051/tid=8069] ppid=8048 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8051/task/8069/stat : 8069 (java) S 8048 8051 23565 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 11188111 10060525568 49174 33554432000 1073741824 1073778376 140736725629232 139914162236232 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8051/tid=8072] ppid=8048 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8051/task/8072/stat : 8072 (java) S 8048 8051 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 11188125 10060525568 49174 33554432000 1073741824 1073778376 140736725629232 139914159076904 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 31.12
Current children cumulated vsize (KiB) 9824732

[startup+39.6007 s]
/proc/loadavg: 1.72 1.45 1.64 4/216 8269
/proc/meminfo: memFree=29908796/32872528 swapFree=480748/529804
[pid=8051] ppid=8048 vsize=9824732 CPUtime=31.59 cores=1,3,5,7
/proc/8051/stat : 8051 (java) S 8048 8051 23565 0 -1 4202496 30022 0 1 0 3024 135 0 0 20 0 20 0 11188105 10060525568 49169 33554432000 1073741824 1073778376 140736725629232 140736725620368 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8051/statm: 2456183 49169 2287 9 0 2446860 0
[pid=8051/tid=8053] ppid=8048 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/8051/task/8053/stat : 8053 (java) S 8048 8051 23565 0 -1 4202560 2421 0 1 0 22 2 0 0 20 0 20 0 11188106 10060525568 49169 33554432000 1073741824 1073778376 140736725629232 139914345452408 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8051/tid=8054] ppid=8048 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/8051/task/8054/stat : 8054 (java) S 8048 8051 23565 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 20 0 11188108 10060525568 49169 33554432000 1073741824 1073778376 140736725629232 139914334513832 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8051/tid=8055] ppid=8048 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/8051/task/8055/stat : 8055 (java) S 8048 8051 23565 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 20 0 11188108 10060525568 49169 33554432000 1073741824 1073778376 140736725629232 139914333461288 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8051/tid=8056] ppid=8048 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/8051/task/8056/stat : 8056 (java) S 8048 8051 23565 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 20 0 11188108 10060525568 49169 33554432000 1073741824 1073778376 140736725629232 139914332408744 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8051/tid=8057] ppid=8048 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/8051/task/8057/stat : 8057 (java) S 8048 8051 23565 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 20 0 11188108 10060525568 49169 33554432000 1073741824 1073778376 140736725629232 139914186013736 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8051/tid=8058] ppid=8048 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/8051/task/8058/stat : 8058 (java) S 8048 8051 23565 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 20 0 11188108 10060525568 49169 33554432000 1073741824 1073778376 140736725629232 139914184960168 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8051/tid=8059] ppid=8048 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/8051/task/8059/stat : 8059 (java) S 8048 8051 23565 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 20 0 11188108 10060525568 49169 33554432000 1073741824 1073778376 140736725629232 139914183907624 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8051/tid=8060] ppid=8048 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8051/task/8060/stat : 8060 (java) S 8048 8051 23565 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 20 0 11188108 10060525568 49169 33554432000 1073741824 1073778376 140736725629232 139914182855080 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8051/tid=8061] ppid=8048 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8051/task/8061/stat : 8061 (java) S 8048 8051 23565 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 20 0 11188108 10060525568 49169 33554432000 1073741824 1073778376 140736725629232 139914181802536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8051/tid=8062] ppid=8048 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/8051/task/8062/stat : 8062 (java) S 8048 8051 23565 0 -1 4202560 10 0 0 0 0 6 0 0 20 0 20 0 11188109 10060525568 49169 33554432000 1073741824 1073778376 140736725629232 139914169604712 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8051/tid=8063] ppid=8048 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8051/task/8063/stat : 8063 (java) S 8048 8051 23565 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 11188109 10060525568 49169 33554432000 1073741824 1073778376 140736725629232 139914168551032 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8051/tid=8064] ppid=8048 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8051/task/8064/stat : 8064 (java) S 8048 8051 23565 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 20 0 11188109 10060525568 49169 33554432000 1073741824 1073778376 140736725629232 139914167498376 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8051/tid=8065] ppid=8048 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8051/task/8065/stat : 8065 (java) S 8048 8051 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 11188111 10060525568 49169 33554432000 1073741824 1073778376 140736725629232 139914166447120 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8051/tid=8066] ppid=8048 vsize=9824732 CPUtime=1.45 cores=1,3,5,7
/proc/8051/task/8066/stat : 8066 (java) S 8048 8051 23565 0 -1 4202560 14628 0 0 0 142 3 0 0 20 0 20 0 11188111 10060525568 49169 33554432000 1073741824 1073778376 140736725629232 139914165393464 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8051/tid=8067] ppid=8048 vsize=9824732 CPUtime=1.12 cores=1,3,5,7
/proc/8051/task/8067/stat : 8067 (java) S 8048 8051 23565 0 -1 4202560 10905 0 0 0 110 2 0 0 20 0 20 0 11188111 10060525568 49169 33554432000 1073741824 1073778376 140736725629232 139914164340920 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8051/tid=8068] ppid=8048 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8051/task/8068/stat : 8068 (java) S 8048 8051 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 11188111 10060525568 49169 33554432000 1073741824 1073778376 140736725629232 139914163288568 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8051/tid=8069] ppid=8048 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8051/task/8069/stat : 8069 (java) S 8048 8051 23565 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 20 0 11188111 10060525568 49169 33554432000 1073741824 1073778376 140736725629232 139914162236232 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8051/tid=8072] ppid=8048 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8051/task/8072/stat : 8072 (java) S 8048 8051 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 11188125 10060525568 49169 33554432000 1073741824 1073778376 140736725629232 139914159076904 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8051/tid=8268] ppid=8048 vsize=9824732 CPUtime=0.78 cores=1,3,5,7
/proc/8051/task/8268/stat : 8268 (java) R 8048 8051 23565 0 -1 4202560 2 0 0 0 78 0 0 0 20 0 20 0 11191986 10060525568 49169 33554432000 1073741824 1073778376 140736725629232 139914161179576 139914214567394 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 31.59
Current children cumulated vsize (KiB) 9824732

[startup+40.0007 s]
/proc/loadavg: 1.72 1.45 1.64 4/216 8269
/proc/meminfo: memFree=29908796/32872528 swapFree=480748/529804
[pid=8051] ppid=8048 vsize=9824732 CPUtime=31.97 cores=1,3,5,7
/proc/8051/stat : 8051 (java) S 8048 8051 23565 0 -1 4202496 30023 0 1 0 3061 136 0 0 20 0 19 0 11188105 10060525568 49167 33554432000 1073741824 1073778376 140736725629232 140736725620368 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8051/statm: 2456183 49167 2287 9 0 2446860 0
[pid=8051/tid=8053] ppid=8048 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/8051/task/8053/stat : 8053 (java) S 8048 8051 23565 0 -1 4202560 2421 0 1 0 22 2 0 0 20 0 19 0 11188106 10060525568 49167 33554432000 1073741824 1073778376 140736725629232 139914345452408 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8051/tid=8054] ppid=8048 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/8051/task/8054/stat : 8054 (java) S 8048 8051 23565 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 11188108 10060525568 49167 33554432000 1073741824 1073778376 140736725629232 139914334513832 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8051/tid=8055] ppid=8048 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/8051/task/8055/stat : 8055 (java) S 8048 8051 23565 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 11188108 10060525568 49167 33554432000 1073741824 1073778376 140736725629232 139914333461288 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8051/tid=8056] ppid=8048 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/8051/task/8056/stat : 8056 (java) S 8048 8051 23565 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 11188108 10060525568 49167 33554432000 1073741824 1073778376 140736725629232 139914332408744 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8051/tid=8057] ppid=8048 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/8051/task/8057/stat : 8057 (java) S 8048 8051 23565 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 11188108 10060525568 49167 33554432000 1073741824 1073778376 140736725629232 139914186013736 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8051/tid=8058] ppid=8048 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/8051/task/8058/stat : 8058 (java) S 8048 8051 23565 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 11188108 10060525568 49167 33554432000 1073741824 1073778376 140736725629232 139914184960168 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8051/tid=8059] ppid=8048 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/8051/task/8059/stat : 8059 (java) S 8048 8051 23565 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 11188108 10060525568 49167 33554432000 1073741824 1073778376 140736725629232 139914183907624 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8051/tid=8060] ppid=8048 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8051/task/8060/stat : 8060 (java) S 8048 8051 23565 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 11188108 10060525568 49167 33554432000 1073741824 1073778376 140736725629232 139914182855080 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8051/tid=8061] ppid=8048 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8051/task/8061/stat : 8061 (java) S 8048 8051 23565 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 11188108 10060525568 49167 33554432000 1073741824 1073778376 140736725629232 139914181802536 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8051/tid=8062] ppid=8048 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/8051/task/8062/stat : 8062 (java) S 8048 8051 23565 0 -1 4202560 10 0 0 0 0 6 0 0 20 0 19 0 11188109 10060525568 49167 33554432000 1073741824 1073778376 140736725629232 139914169604712 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8051/tid=8063] ppid=8048 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8051/task/8063/stat : 8063 (java) S 8048 8051 23565 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11188109 10060525568 49167 33554432000 1073741824 1073778376 140736725629232 139914168551032 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8051/tid=8064] ppid=8048 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8051/task/8064/stat : 8064 (java) S 8048 8051 23565 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 19 0 11188109 10060525568 49167 33554432000 1073741824 1073778376 140736725629232 139914167498376 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8051/tid=8065] ppid=8048 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8051/task/8065/stat : 8065 (java) S 8048 8051 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11188111 10060525568 49167 33554432000 1073741824 1073778376 140736725629232 139914166447120 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8051/tid=8066] ppid=8048 vsize=9824732 CPUtime=1.45 cores=1,3,5,7
/proc/8051/task/8066/stat : 8066 (java) S 8048 8051 23565 0 -1 4202560 14628 0 0 0 142 3 0 0 20 0 19 0 11188111 10060525568 49167 33554432000 1073741824 1073778376 140736725629232 139914165393464 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8051/tid=8067] ppid=8048 vsize=9824732 CPUtime=1.12 cores=1,3,5,7
/proc/8051/task/8067/stat : 8067 (java) S 8048 8051 23565 0 -1 4202560 10905 0 0 0 110 2 0 0 20 0 19 0 11188111 10060525568 49167 33554432000 1073741824 1073778376 140736725629232 139914164340920 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8051/tid=8068] ppid=8048 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8051/task/8068/stat : 8068 (java) S 8048 8051 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11188111 10060525568 49167 33554432000 1073741824 1073778376 140736725629232 139914163288568 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8051/tid=8069] ppid=8048 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8051/task/8069/stat : 8069 (java) S 8048 8051 23565 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 11188111 10060525568 49167 33554432000 1073741824 1073778376 140736725629232 139914162236232 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8051/tid=8072] ppid=8048 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8051/task/8072/stat : 8072 (java) S 8048 8051 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11188125 10060525568 49167 33554432000 1073741824 1073778376 140736725629232 139914159076904 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 31.97
Current children cumulated vsize (KiB) 9824732

Child status: 30
Real time (s): 40.0353
CPU time (s): 32.0691
CPU user time (s): 30.5963
CPU system time (s): 1.47278
CPU usage (%): 80.1021
Max. virtual memory (cumulated for all children) (KiB): 9826232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30.5963
system time used= 1.47278
maximum resident set size= 207504
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30030
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= 3036
involuntary context switches= 675

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.198969 second user time and 0.227965 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-30 23:21:22
IDJOB=4110193
IDBENCH=79196
IDSOLVER=2552
FILE ID=node141/4110193-1467321682
RUNJOBID= node141-1467319102-29021
PBS_JOBID= 20005274
Free space on /tmp= 71704 MiB

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

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

MD5SUM BENCH= ab4536de5562fd774a511a0028d74eb6
RANDOM SEED=1902541782

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30218072 kB
Buffers:          176400 kB
Cached:           864332 kB
SwapCached:            0 kB
Active:           638676 kB
Inactive:         719440 kB
Active(anon):     320236 kB
Inactive(anon):        4 kB
Active(file):     318440 kB
Inactive(file):   719436 kB
Unevictable:      529804 kB
Mlocked:          480748 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               924 kB
Writeback:             0 kB
AnonPages:        863536 kB
Mapped:            22160 kB
Shmem:               204 kB
Slab:             620772 kB
SReclaimable:      64016 kB
SUnreclaim:       556756 kB
KernelStack:        1608 kB
PageTables:         6004 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1225636 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    344064 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= 71700 MiB
End job on node141 at 2016-06-30 23:22:02