Trace number 4110217

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 25.4411 51.0356

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111224059--soft-0-100-0.wbo
MD5SUM14fe5a51c3c33a9eb099b4fa76f18c14
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark5.49316
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 5034
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 5033
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1314
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	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-4110217-1467321715.wbo
0.09/0.12	c reading problem ... 
0.09/0.19	c ... done. Wall clock time 0.065s.
0.09/0.19	c declared #vars     169
0.09/0.19	c internal #vars     270
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 => 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
0.63/0.39	c And the winner is solver0
1.33/0.69	c SATISFIABLE
1.33/0.69	c OPTIMIZING...
1.33/0.69	c Got one! Elapsed wall clock time (in seconds):0.57
1.33/0.69	o 1066
1.33/0.70	c And the winner is solver0
1.34/1.19	c Got one! Elapsed wall clock time (in seconds):1.072
1.34/1.19	o 799
1.34/1.20	c And the winner is solver0
1.35/1.69	c Got one! Elapsed wall clock time (in seconds):1.573
1.35/1.69	o 575
1.35/1.70	c And the winner is solver0
1.42/2.20	c Got one! Elapsed wall clock time (in seconds):2.074
1.42/2.20	o 555
1.80/2.33	c And the winner is solver0
2.04/2.70	c Got one! Elapsed wall clock time (in seconds):2.576
2.04/2.70	o 554
2.04/2.76	c And the winner is solver0
2.22/3.20	c Got one! Elapsed wall clock time (in seconds):3.077
2.22/3.20	o 515
2.22/3.20	c And the winner is solver0
2.22/3.70	c Got one! Elapsed wall clock time (in seconds):3.579
2.22/3.70	o 500
2.22/3.70	c And the winner is solver0
2.23/4.20	c Got one! Elapsed wall clock time (in seconds):4.08
2.23/4.20	o 496
2.23/4.21	c And the winner is solver0
2.23/4.70	c Got one! Elapsed wall clock time (in seconds):4.581
2.23/4.70	o 492
2.23/4.71	c And the winner is solver0
2.24/5.20	c Got one! Elapsed wall clock time (in seconds):5.083
2.24/5.20	o 491
2.24/5.21	c And the winner is solver0
2.25/5.70	c Got one! Elapsed wall clock time (in seconds):5.584
2.25/5.70	o 489
2.25/5.71	c And the winner is solver0
2.27/6.21	c Got one! Elapsed wall clock time (in seconds):6.085
2.27/6.21	o 488
2.27/6.23	c And the winner is solver0
2.33/6.71	c Got one! Elapsed wall clock time (in seconds):6.586
2.33/6.71	o 446
2.33/6.73	c And the winner is solver0
2.42/7.22	c Got one! Elapsed wall clock time (in seconds):7.095
2.42/7.22	o 444
2.42/7.22	c And the winner is solver0
2.42/7.72	c Got one! Elapsed wall clock time (in seconds):7.596
2.42/7.72	o 427
2.42/7.75	c And the winner is solver0
2.51/8.22	c Got one! Elapsed wall clock time (in seconds):8.098
2.51/8.22	o 424
2.51/8.22	c And the winner is solver0
2.53/8.72	c Got one! Elapsed wall clock time (in seconds):8.599
2.53/8.72	o 414
2.53/8.72	c And the winner is solver0
2.53/9.22	c Got one! Elapsed wall clock time (in seconds):9.1
2.53/9.22	o 336
2.53/9.23	c And the winner is solver0
2.56/9.72	c Got one! Elapsed wall clock time (in seconds):9.601
2.56/9.72	o 334
2.56/9.73	c And the winner is solver0
2.59/10.22	c Got one! Elapsed wall clock time (in seconds):10.102
2.59/10.22	o 319
2.59/10.24	c And the winner is solver0
2.66/10.72	c Got one! Elapsed wall clock time (in seconds):10.604
2.66/10.72	o 316
2.66/10.74	c And the winner is solver0
2.71/11.23	c Got one! Elapsed wall clock time (in seconds):11.105
2.71/11.23	o 310
2.71/11.23	c And the winner is solver0
2.71/11.73	c Got one! Elapsed wall clock time (in seconds):11.606
2.71/11.73	o 279
2.71/11.73	c And the winner is solver0
2.74/12.23	c Got one! Elapsed wall clock time (in seconds):12.107
2.74/12.23	o 273
2.74/12.23	c And the winner is solver0
2.77/12.73	c Got one! Elapsed wall clock time (in seconds):12.608
2.77/12.73	o 270
2.77/12.78	c And the winner is solver0
2.90/13.23	c Got one! Elapsed wall clock time (in seconds):13.109
2.90/13.23	o 268
3.05/13.31	c cleaning 5622 clauses out of 11247 with flag 3651/11247
3.05/13.32	c And the winner is solver0
3.13/13.73	c Got one! Elapsed wall clock time (in seconds):13.611
3.13/13.73	o 267
3.13/13.74	c And the winner is solver0
3.22/14.23	c Got one! Elapsed wall clock time (in seconds):14.111
3.22/14.23	o 264
3.37/14.36	c And the winner is solver0
3.54/14.73	c Got one! Elapsed wall clock time (in seconds):14.613
3.54/14.73	o 263
3.54/14.77	c And the winner is solver0
3.70/15.23	c Got one! Elapsed wall clock time (in seconds):15.114
3.70/15.23	o 261
3.70/15.26	c And the winner is solver0
3.78/15.74	c Got one! Elapsed wall clock time (in seconds):15.615
3.78/15.74	o 257
3.78/15.77	c And the winner is solver0
3.88/16.24	c Got one! Elapsed wall clock time (in seconds):16.116
3.88/16.24	o 255
3.99/16.39	c And the winner is solver0
4.22/16.74	c Got one! Elapsed wall clock time (in seconds):16.617
4.22/16.74	o 251
4.34/16.81	c cleaning 7109 clauses out of 14218 with flag 3962/19840
4.34/16.86	c And the winner is solver0
4.47/17.24	c Got one! Elapsed wall clock time (in seconds):17.119
4.47/17.24	o 230
4.47/17.28	c And the winner is solver0
4.59/17.74	c Got one! Elapsed wall clock time (in seconds):17.62
4.59/17.74	o 220
4.59/17.78	c And the winner is solver0
4.70/18.24	c Got one! Elapsed wall clock time (in seconds):18.121
4.70/18.24	o 219
4.82/18.37	c And the winner is solver0
5.06/18.75	c Got one! Elapsed wall clock time (in seconds):18.626
5.06/18.75	o 213
5.06/18.77	c And the winner is solver0
5.21/19.25	c Got one! Elapsed wall clock time (in seconds):19.127
5.21/19.25	o 208
5.31/19.36	c cleaning 7305 clauses out of 14615 with flag 8431/27346
5.53/19.47	c And the winner is solver0
5.72/19.75	c Got one! Elapsed wall clock time (in seconds):19.628
5.72/19.75	o 204
5.72/19.77	c And the winner is solver0
5.81/20.25	c Got one! Elapsed wall clock time (in seconds):20.129
5.81/20.25	o 202
5.81/20.26	c And the winner is solver0
5.88/20.75	c Got one! Elapsed wall clock time (in seconds):20.63
5.88/20.75	o 199
5.88/20.78	c And the winner is solver0
6.01/21.25	c Got one! Elapsed wall clock time (in seconds):21.131
6.01/21.25	o 195
6.10/21.38	c And the winner is solver0
6.32/21.75	c Got one! Elapsed wall clock time (in seconds):21.632
6.32/21.75	o 193
6.32/21.79	c And the winner is solver0
6.43/22.25	c Got one! Elapsed wall clock time (in seconds):22.133
6.43/22.25	o 190
6.51/22.32	c cleaning 7291 clauses out of 14590 with flag 3992/34626
6.51/22.35	c And the winner is solver0
6.65/22.75	c Got one! Elapsed wall clock time (in seconds):22.634
6.65/22.75	o 189
6.74/22.83	c And the winner is solver0
6.85/23.26	c Got one! Elapsed wall clock time (in seconds):23.135
6.85/23.26	o 187
6.85/23.26	c And the winner is solver0
6.85/23.76	c Got one! Elapsed wall clock time (in seconds):23.636
6.85/23.76	o 176
6.85/23.77	c And the winner is solver0
6.94/24.26	c Got one! Elapsed wall clock time (in seconds):24.137
6.94/24.26	o 175
6.94/24.27	c And the winner is solver0
7.01/24.76	c Got one! Elapsed wall clock time (in seconds):24.638
7.01/24.76	o 168
7.10/24.81	c And the winner is solver0
7.15/25.26	c Got one! Elapsed wall clock time (in seconds):25.139
7.15/25.26	o 166
7.15/25.27	c And the winner is solver0
7.15/25.76	c Got one! Elapsed wall clock time (in seconds):25.64
7.15/25.76	o 152
7.23/25.84	c And the winner is solver0
7.32/26.26	c Got one! Elapsed wall clock time (in seconds):26.141
7.32/26.26	o 146
7.40/26.31	c And the winner is solver0
7.47/26.76	c Got one! Elapsed wall clock time (in seconds):26.642
7.47/26.76	o 145
7.55/26.80	c And the winner is solver0
7.60/27.26	c Got one! Elapsed wall clock time (in seconds):27.143
7.60/27.26	o 137
7.67/27.37	c And the winner is solver0
7.83/27.76	c Got one! Elapsed wall clock time (in seconds):27.644
7.83/27.76	o 136
8.11/27.93	c cleaning 8885 clauses out of 17780 with flag 8408/45107
8.11/27.98	c And the winner is solver0
8.65/28.27	c Got one! Elapsed wall clock time (in seconds):28.145
8.65/28.27	o 119
8.79/28.30	c And the winner is solver0
8.84/28.77	c Got one! Elapsed wall clock time (in seconds):28.646
8.84/28.77	o 116
8.84/28.78	c And the winner is solver0
8.94/29.27	c Got one! Elapsed wall clock time (in seconds):29.147
8.94/29.27	o 104
8.99/29.38	c And the winner is solver0
9.24/29.77	c Got one! Elapsed wall clock time (in seconds):29.648
9.24/29.77	o 103
9.24/29.79	c And the winner is solver0
9.36/30.27	c Got one! Elapsed wall clock time (in seconds):30.149
9.36/30.27	o 101
9.65/30.40	c cleaning 7854 clauses out of 15715 with flag 7873/51927
9.94/30.51	c And the winner is solver0
10.20/30.77	c Got one! Elapsed wall clock time (in seconds):30.65
10.20/30.77	o 92
10.29/30.82	c And the winner is solver0
10.36/31.27	c Got one! Elapsed wall clock time (in seconds):31.151
10.36/31.27	o 91
10.41/31.38	c cleaning 6691 clauses out of 13385 with flag 8253/57451
10.81/31.54	c And the winner is solver0
10.91/31.77	c Got one! Elapsed wall clock time (in seconds):31.652
10.91/31.77	o 88
10.96/31.86	c cleaning 6163 clauses out of 12339 with flag 7178/63096
11.17/31.92	c And the winner is solver0
11.26/32.27	c Got one! Elapsed wall clock time (in seconds):32.153
11.26/32.27	o 87
11.52/32.41	c And the winner is solver0
11.60/32.77	c Got one! Elapsed wall clock time (in seconds):32.654
11.60/32.77	o 79
11.60/32.78	c And the winner is solver0
11.60/33.28	c Got one! Elapsed wall clock time (in seconds):33.155
11.60/33.28	o 74
11.64/33.38	c cleaning 6344 clauses out of 12691 with flag 8274/69611
11.84/33.42	c And the winner is solver0
11.90/33.78	c Got one! Elapsed wall clock time (in seconds):33.657
11.90/33.78	o 70
11.94/33.81	c And the winner is solver0
12.03/34.28	c Got one! Elapsed wall clock time (in seconds):34.158
12.03/34.28	o 68
12.27/34.45	c cleaning 6040 clauses out of 12116 with flag 14261/75380
12.27/34.47	c And the winner is solver0
12.44/34.78	c Got one! Elapsed wall clock time (in seconds):34.66
12.44/34.78	o 66
12.67/34.90	c And the winner is solver0
12.73/35.28	c Got one! Elapsed wall clock time (in seconds):35.162
12.73/35.28	o 65
12.95/35.42	c cleaning 6303 clauses out of 12626 with flag 10858/81930
13.35/35.60	c And the winner is solver0
13.46/35.78	c Got one! Elapsed wall clock time (in seconds):35.664
13.46/35.78	o 63
13.57/35.85	c cleaning 5986 clauses out of 11973 with flag 3377/87580
13.96/36.09	c cleaning 5987 clauses out of 11988 with flag 24885/93581
14.58/36.38	c cleaning 6488 clauses out of 13000 with flag 49305/100580
14.97/36.51	c And the winner is solver0
15.01/36.79	c Got one! Elapsed wall clock time (in seconds):36.666
15.01/36.79	o 62
15.03/36.85	c And the winner is solver0
15.17/37.29	c Got one! Elapsed wall clock time (in seconds):37.168
15.17/37.29	o 61
15.19/37.33	c And the winner is solver0
15.28/37.79	c Got one! Elapsed wall clock time (in seconds):37.67
15.28/37.79	o 54
15.29/37.85	c cleaning 6680 clauses out of 13366 with flag 3702/107434
15.29/37.89	c And the winner is solver0
15.51/38.29	c Got one! Elapsed wall clock time (in seconds):38.172
15.51/38.29	o 52
15.51/38.34	c And the winner is solver0
15.62/38.80	c Got one! Elapsed wall clock time (in seconds):38.675
15.62/38.80	o 47
15.62/38.82	c And the winner is solver0
15.70/39.30	c Got one! Elapsed wall clock time (in seconds):39.177
15.70/39.30	o 45
15.70/39.35	c And the winner is solver0
15.81/39.80	c Got one! Elapsed wall clock time (in seconds):39.68
15.81/39.80	o 41
15.81/39.84	c And the winner is solver0
15.92/40.30	c Got one! Elapsed wall clock time (in seconds):40.182
15.92/40.30	o 40
15.92/40.32	c And the winner is solver0
15.99/40.81	c Got one! Elapsed wall clock time (in seconds):40.685
15.99/40.81	o 35
15.99/40.89	c cleaning 7098 clauses out of 14200 with flag 6232/114948
16.37/41.06	c And the winner is solver0
16.52/41.31	c Got one! Elapsed wall clock time (in seconds):41.187
16.52/41.31	o 32
16.89/41.52	c cleaning 8624 clauses out of 17286 with flag 17660/125132
16.89/41.54	c And the winner is solver0
16.99/41.81	c Got one! Elapsed wall clock time (in seconds):41.69
16.99/41.81	o 29
16.99/41.87	c And the winner is solver0
17.13/42.31	c Got one! Elapsed wall clock time (in seconds):42.193
17.13/42.31	o 26
17.13/42.34	c And the winner is solver0
17.20/42.82	c Got one! Elapsed wall clock time (in seconds):42.696
17.20/42.82	o 25
17.20/42.83	c And the winner is solver0
17.20/43.32	c Got one! Elapsed wall clock time (in seconds):43.199
17.20/43.32	o 24
17.20/43.36	c And the winner is solver0
17.30/43.82	c Got one! Elapsed wall clock time (in seconds):43.702
17.30/43.82	o 23
17.30/43.84	c And the winner is solver0
17.35/44.33	c Got one! Elapsed wall clock time (in seconds):44.205
17.35/44.33	o 22
17.49/44.45	c cleaning 7962 clauses out of 15933 with flag 9828/132403
17.69/44.50	c And the winner is solver0
17.71/44.83	c Got one! Elapsed wall clock time (in seconds):44.709
17.71/44.83	o 21
17.71/44.85	c And the winner is solver0
17.77/45.33	c Got one! Elapsed wall clock time (in seconds):45.212
17.77/45.33	o 20
18.11/45.50	c cleaning 6984 clauses out of 13968 with flag 14500/138400
18.11/45.54	c And the winner is solver0
18.24/45.84	c Got one! Elapsed wall clock time (in seconds):45.715
18.24/45.84	o 19
18.37/45.97	c And the winner is solver0
18.57/46.34	c Got one! Elapsed wall clock time (in seconds):46.219
18.57/46.34	o 18
18.57/46.39	c cleaning 6460 clauses out of 12938 with flag 3534/144354
19.08/46.60	c cleaning 6238 clauses out of 12479 with flag 25984/150355
19.48/46.86	c cleaning 6621 clauses out of 13241 with flag 53111/157355
20.08/47.17	c cleaning 7298 clauses out of 14619 with flag 84582/165354
20.89/47.52	c cleaning 8157 clauses out of 16321 with flag 121760/174354
20.89/47.57	c And the winner is solver0
21.22/47.84	c Got one! Elapsed wall clock time (in seconds):47.722
21.22/47.84	o 17
21.52/48.01	c cleaning 6832 clauses out of 13676 with flag 16295/179866
21.52/48.09	c And the winner is solver0
21.75/48.35	c Got one! Elapsed wall clock time (in seconds):48.226
21.75/48.35	o 15
21.87/48.46	c cleaning 6142 clauses out of 12292 with flag 11639/185314
22.07/48.53	c And the winner is solver0
22.14/48.85	c Got one! Elapsed wall clock time (in seconds):48.729
22.14/48.85	o 11
22.23/48.97	c cleaning 5619 clauses out of 11254 with flag 12555/190418
22.63/49.10	c And the winner is solver0
22.65/49.35	c Got one! Elapsed wall clock time (in seconds):49.233
22.65/49.35	o 10
22.73/49.40	c cleaning 5328 clauses out of 10665 with flag 4046/195449
23.16/49.62	c cleaning 5654 clauses out of 11333 with flag 28377/201448
23.16/49.67	c And the winner is solver0
23.31/49.86	c Got one! Elapsed wall clock time (in seconds):49.737
23.31/49.86	o 9
23.58/50.02	c cleaning 5619 clauses out of 11241 with flag 17062/207011
23.98/50.24	c cleaning 5810 clauses out of 11619 with flag 42571/213011
24.58/50.52	c cleaning 6398 clauses out of 12807 with flag 72119/220011
24.99/50.76	c And the winner is solver0
25.34/51.03	c >>>>>>>>>> Solver number 0 (97 answers) <<<<<<<<<<<<<<<<<<
25.34/51.03	c starts		: 222
25.34/51.03	c conflicts		: 226292
25.34/51.03	c decisions		: 412284
25.34/51.03	c propagations		: 6866474
25.34/51.03	c inspects		: 94844744
25.34/51.03	c shortcuts		: 0
25.34/51.03	c learnt literals	: 37
25.34/51.03	c learnt binary clauses	: 51
25.34/51.03	c learnt ternary clauses	: 698
25.34/51.03	c learnt constraints	: 226254
25.34/51.03	c ignored constraints	: 0
25.34/51.03	c root simplifications	: 0
25.34/51.03	c removed literals (reason simplification)	: 184573
25.34/51.03	c reason swapping (by a shorter reason)	: 0
25.34/51.03	c Calls to reduceDB	: 32
25.34/51.03	c Number of update (reduction) of LBD	: 68330
25.34/51.03	c Imported unit clauses	: 0
25.34/51.03	c number of reductions to clauses (during analyze)	: 0
25.34/51.03	c number of learned constraints concerned by reduction	: 0
25.34/51.03	c number of learning phase by resolution	: 0
25.34/51.03	c number of learning phase by cutting planes	: 0
25.34/51.03	c speed (assignments/second)	: 135081.7201762669
25.34/51.03	c non guided choices	4242
25.34/51.03	c learnt constraints type 
25.34/51.03	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
25.34/51.03	c starts		: 95
25.34/51.03	c conflicts		: 250
25.34/51.03	c decisions		: 8667
25.34/51.03	c propagations		: 27463
25.34/51.03	c inspects		: 785634
25.34/51.03	c shortcuts		: 0
25.34/51.03	c learnt literals	: 0
25.34/51.03	c learnt binary clauses	: 0
25.34/51.03	c learnt ternary clauses	: 0
25.34/51.03	c learnt constraints	: 170
25.34/51.03	c ignored constraints	: 0
25.34/51.03	c root simplifications	: 0
25.34/51.03	c removed literals (reason simplification)	: 0
25.34/51.03	c reason swapping (by a shorter reason)	: 0
25.34/51.03	c Calls to reduceDB	: 0
25.34/51.03	c Number of update (reduction) of LBD	: 0
25.34/51.03	c Imported unit clauses	: 0
25.34/51.03	c number of reductions to clauses (during analyze)	: 0
25.34/51.03	c number of learned constraints concerned by reduction	: 0
25.34/51.03	c number of learning phase by resolution	: 0
25.34/51.03	c number of learning phase by cutting planes	: 0
25.34/51.03	c speed (assignments/second)	: 23736.38720829732
25.34/51.03	c non guided choices	573
25.34/51.03	c learnt constraints type 
25.34/51.03	s OPTIMUM FOUND
25.34/51.03	c Found 96 solution(s)
25.34/51.03	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 
25.34/51.03	c objective function=9
25.34/51.03	c Total wall clock time (in seconds): 50.907

Verifier Data

OK	9

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-4110217-1467321715/watcher-4110217-1467321715 -o /tmp/evaluation-result-4110217-1467321715/solver-4110217-1467321715 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node120-1467318784-20067 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4110217-1467321715.wbo 

pid=31977
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: 0.98 1.03 1.15 2/169 31980
/proc/meminfo: memFree=28365268/32872528 swapFree=1590004/1720820
[pid=31980] ppid=31977 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/31980/stat : 31980 (java) R 31977 31980 13693 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 13130056 9515008 184 33554432000 1073741824 1073778376 140734680227968 140734680219192 226084154807 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31980/statm: 2323 184 142 9 0 71 0

[startup+0.100131 s]
/proc/loadavg: 0.98 1.03 1.15 2/169 31980
/proc/meminfo: memFree=28365268/32872528 swapFree=1590004/1720820
[pid=31980] ppid=31977 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/31980/stat : 31980 (java) S 31977 31980 13693 0 -1 4202496 4415 0 1 0 8 1 0 0 20 0 18 0 13130056 9787879424 6042 33554432000 1073741824 1073778376 140733780200160 140733780191296 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31980/statm: 2389619 6042 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200223 s]
/proc/loadavg: 0.98 1.03 1.15 2/169 31980
/proc/meminfo: memFree=28365268/32872528 swapFree=1590004/1720820
[pid=31980] ppid=31977 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/31980/stat : 31980 (java) S 31977 31980 13693 0 -1 4202496 4811 0 1 0 23 1 0 0 20 0 22 0 13130056 10060525568 7893 33554432000 1073741824 1073778376 140733780200160 140733780191296 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31980/statm: 2456183 7893 2221 9 0 2446860 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9824732

[startup+0.300229 s]
/proc/loadavg: 0.98 1.03 1.15 2/169 31980
/proc/meminfo: memFree=28365268/32872528 swapFree=1590004/1720820
[pid=31980] ppid=31977 vsize=9824732 CPUtime=0.63 cores=1,3,5,7
/proc/31980/stat : 31980 (java) S 31977 31980 13693 0 -1 4202496 7398 0 1 0 61 2 0 0 20 0 22 0 13130056 10060525568 9995 33554432000 1073741824 1073778376 140733780200160 140733780191296 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31980/statm: 2456183 9995 2246 9 0 2446860 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 9824732

[startup+0.700223 s]
/proc/loadavg: 0.98 1.03 1.15 2/169 31980
/proc/meminfo: memFree=28365268/32872528 swapFree=1590004/1720820
[pid=31980] ppid=31977 vsize=9824732 CPUtime=1.34 cores=1,3,5,7
/proc/31980/stat : 31980 (java) S 31977 31980 13693 0 -1 4202496 14043 0 1 0 129 5 0 0 20 0 20 0 13130056 10060525568 15482 33554432000 1073741824 1073778376 140733780200160 140733780191296 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31980/statm: 2456183 15482 2254 9 0 2446860 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 9824732

############
# WARNING:
# current cumulated CPU time (1.33 s) is less than in the last sample (1.34 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (0.00999999 s) to the 'lost time'.

[startup+0.700223 s]
/proc/loadavg: 0.98 1.03 1.15 2/169 31980
/proc/meminfo: memFree=28365268/32872528 swapFree=1590004/1720820
[pid=31980] ppid=31977 vsize=9824732 CPUtime=1.34 cores=1,3,5,7
/proc/31980/stat : 31980 (java) S 31977 31980 13693 0 -1 4202496 14043 0 1 0 129 5 0 0 20 0 20 0 13130056 10060525568 15482 33554432000 1073741824 1073778376 140733780200160 140733780191296 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31980/statm: 2456183 15482 2254 9 0 2446860 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 9824732

[startup+0.800265 s]
/proc/loadavg: 0.98 1.03 1.15 2/169 31980
/proc/meminfo: memFree=28365268/32872528 swapFree=1590004/1720820
[pid=31980] ppid=31977 vsize=9824732 CPUtime=1.33 cores=1,3,5,7
/proc/31980/stat : 31980 (java) S 31977 31980 13693 0 -1 4202496 14043 0 1 0 128 5 0 0 20 0 19 0 13130056 10060525568 15480 33554432000 1073741824 1073778376 140733780200160 140733780191296 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31980/statm: 2456183 15480 2254 9 0 2446860 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 9824732
#
############


[startup+1.50074 s]
/proc/loadavg: 0.98 1.03 1.15 1/188 32005
/proc/meminfo: memFree=28310944/32872528 swapFree=1590004/1720820
[pid=31980] ppid=31977 vsize=9824732 CPUtime=1.34 cores=1,3,5,7
/proc/31980/stat : 31980 (java) S 31977 31980 13693 0 -1 4202496 14052 0 1 0 129 5 0 0 20 0 19 0 13130056 10060525568 16504 33554432000 1073741824 1073778376 140733780200160 140733780191296 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31980/statm: 2456183 16504 2254 9 0 2446860 0
[pid=31980/tid=31982] ppid=31977 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/31980/task/31982/stat : 31982 (java) S 31977 31980 13693 0 -1 4202560 2417 0 1 0 14 2 0 0 20 0 19 0 13130057 10060525568 16504 33554432000 1073741824 1073778376 140733780200160 140406926308216 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31980/tid=31983] ppid=31977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31980/task/31983/stat : 31983 (java) S 31977 31980 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13130058 10060525568 16504 33554432000 1073741824 1073778376 140733780200160 140406915369512 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31980/tid=31984] ppid=31977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31980/task/31984/stat : 31984 (java) S 31977 31980 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13130058 10060525568 16504 33554432000 1073741824 1073778376 140733780200160 140406914316712 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31980/tid=31985] ppid=31977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31980/task/31985/stat : 31985 (java) S 31977 31980 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13130058 10060525568 16504 33554432000 1073741824 1073778376 140733780200160 140406913263912 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31980/tid=31986] ppid=31977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31980/task/31986/stat : 31986 (java) S 31977 31980 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13130058 10060525568 16504 33554432000 1073741824 1073778376 140733780200160 140406912211112 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31980/tid=31987] ppid=31977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31980/task/31987/stat : 31987 (java) S 31977 31980 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13130058 10060525568 16504 33554432000 1073741824 1073778376 140733780200160 140406911159336 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31980/tid=31988] ppid=31977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31980/task/31988/stat : 31988 (java) S 31977 31980 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13130058 10060525568 16504 33554432000 1073741824 1073778376 140733780200160 140406765075368 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31980/tid=31989] ppid=31977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31980/task/31989/stat : 31989 (java) S 31977 31980 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13130058 10060525568 16504 33554432000 1073741824 1073778376 140733780200160 140406764022568 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31980/tid=31990] ppid=31977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31980/task/31990/stat : 31990 (java) S 31977 31980 13693 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13130058 10060525568 16504 33554432000 1073741824 1073778376 140733780200160 140406762969768 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31980/tid=31991] ppid=31977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31980/task/31991/stat : 31991 (java) S 31977 31980 13693 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13130059 10060525568 16504 33554432000 1073741824 1073778376 140733780200160 140406750558696 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31980/tid=31992] ppid=31977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31980/task/31992/stat : 31992 (java) S 31977 31980 13693 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13130060 10060525568 16504 33554432000 1073741824 1073778376 140733780200160 140406749504760 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31980/tid=31993] ppid=31977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31980/task/31993/stat : 31993 (java) S 31977 31980 13693 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13130060 10060525568 16504 33554432000 1073741824 1073778376 140733780200160 140406748451848 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31980/tid=31994] ppid=31977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31980/task/31994/stat : 31994 (java) S 31977 31980 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13130062 10060525568 16504 33554432000 1073741824 1073778376 140733780200160 140406747400336 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31980/tid=31995] ppid=31977 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/31980/task/31995/stat : 31995 (java) S 31977 31980 13693 0 -1 4202560 4614 0 0 0 36 0 0 0 20 0 19 0 13130062 10060525568 16504 33554432000 1073741824 1073778376 140733780200160 140406746348472 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31980/tid=31996] ppid=31977 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/31980/task/31996/stat : 31996 (java) S 31977 31980 13693 0 -1 4202560 5678 0 0 0 34 1 0 0 20 0 19 0 13130062 10060525568 16504 33554432000 1073741824 1073778376 140733780200160 140406745295672 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31980/tid=31997] ppid=31977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31980/task/31997/stat : 31997 (java) S 31977 31980 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13130062 10060525568 16504 33554432000 1073741824 1073778376 140733780200160 140406744243064 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31980/tid=31998] ppid=31977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31980/task/31998/stat : 31998 (java) S 31977 31980 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13130062 10060525568 16504 33554432000 1073741824 1073778376 140733780200160 140406743190472 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31980/tid=32002] ppid=31977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31980/task/32002/stat : 32002 (java) S 31977 31980 13693 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13130076 10060525568 16504 33554432000 1073741824 1073778376 140733780200160 140406738928424 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 9824732

[startup+3.10081 s]
/proc/loadavg: 0.98 1.03 1.15 3/189 32012
/proc/meminfo: memFree=28301868/32872528 swapFree=1590004/1720820
[pid=31980] ppid=31977 vsize=9824732 CPUtime=2.21 cores=1,3,5,7
/proc/31980/stat : 31980 (java) S 31977 31980 13693 0 -1 4202496 14311 0 1 0 212 9 0 0 20 0 19 0 13130056 10060525568 30925 33554432000 1073741824 1073778376 140733780200160 140733780191296 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31980/statm: 2456183 30925 2266 9 0 2446860 0
[pid=31980/tid=31982] ppid=31977 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/31980/task/31982/stat : 31982 (java) S 31977 31980 13693 0 -1 4202560 2418 0 1 0 15 2 0 0 20 0 19 0 13130057 10060525568 30925 33554432000 1073741824 1073778376 140733780200160 140406926308216 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31980/tid=31983] ppid=31977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31980/task/31983/stat : 31983 (java) S 31977 31980 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13130058 10060525568 30925 33554432000 1073741824 1073778376 140733780200160 140406915369512 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31980/tid=31984] ppid=31977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31980/task/31984/stat : 31984 (java) S 31977 31980 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13130058 10060525568 30925 33554432000 1073741824 1073778376 140733780200160 140406914316712 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31980/tid=31985] ppid=31977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31980/task/31985/stat : 31985 (java) S 31977 31980 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13130058 10060525568 30925 33554432000 1073741824 1073778376 140733780200160 140406913263912 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31980/tid=31986] ppid=31977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31980/task/31986/stat : 31986 (java) S 31977 31980 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13130058 10060525568 30925 33554432000 1073741824 1073778376 140733780200160 140406912211112 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31980/tid=31987] ppid=31977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31980/task/31987/stat : 31987 (java) S 31977 31980 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13130058 10060525568 30925 33554432000 1073741824 1073778376 140733780200160 140406911159336 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31980/tid=31988] ppid=31977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31980/task/31988/stat : 31988 (java) S 31977 31980 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13130058 10060525568 30925 33554432000 1073741824 1073778376 140733780200160 140406765075368 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31980/tid=31989] ppid=31977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31980/task/31989/stat : 31989 (java) S 31977 31980 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13130058 10060525568 30925 33554432000 1073741824 1073778376 140733780200160 140406764022568 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31980/tid=31990] ppid=31977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31980/task/31990/stat : 31990 (java) S 31977 31980 13693 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13130058 10060525568 30925 33554432000 1073741824 1073778376 140733780200160 140406762969768 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31980/tid=31991] ppid=31977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31980/task/31991/stat : 31991 (java) S 31977 31980 13693 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13130059 10060525568 30925 33554432000 1073741824 1073778376 140733780200160 140406750558696 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31980/tid=31992] ppid=31977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31980/task/31992/stat : 31992 (java) S 31977 31980 13693 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13130060 10060525568 30925 33554432000 1073741824 1073778376 140733780200160 140406749504760 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31980/tid=31993] ppid=31977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31980/task/31993/stat : 31993 (java) S 31977 31980 13693 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13130060 10060525568 30925 33554432000 1073741824 1073778376 140733780200160 140406748451848 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31980/tid=31994] ppid=31977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31980/task/31994/stat : 31994 (java) S 31977 31980 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13130062 10060525568 30925 33554432000 1073741824 1073778376 140733780200160 140406747400336 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31980/tid=31995] ppid=31977 vsize=9824732 CPUtime=0.61 cores=1,3,5,7
/proc/31980/task/31995/stat : 31995 (java) S 31977 31980 13693 0 -1 4202560 4696 0 0 0 61 0 0 0 20 0 19 0 13130062 10060525568 30925 33554432000 1073741824 1073778376 140733780200160 140406746348472 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31980/tid=31996] ppid=31977 vsize=9824732 CPUtime=0.6 cores=1,3,5,7
/proc/31980/task/31996/stat : 31996 (java) S 31977 31980 13693 0 -1 4202560 5805 0 0 0 58 2 0 0 20 0 19 0 13130062 10060525568 30925 33554432000 1073741824 1073778376 140733780200160 140406745295672 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31980/tid=31997] ppid=31977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31980/task/31997/stat : 31997 (java) S 31977 31980 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13130062 10060525568 30925 33554432000 1073741824 1073778376 140733780200160 140406744243064 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31980/tid=31998] ppid=31977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31980/task/31998/stat : 31998 (java) S 31977 31980 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13130062 10060525568 30925 33554432000 1073741824 1073778376 140733780200160 140406743190472 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31980/tid=32002] ppid=31977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31980/task/32002/stat : 32002 (java) S 31977 31980 13693 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13130076 10060525568 30925 33554432000 1073741824 1073778376 140733780200160 140406738928424 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=28 pid=1797 uid=0 cmd=

[startup+6.30082 s]
/proc/loadavg: 0.98 1.03 1.15 1/187 32031
/proc/meminfo: memFree=28226060/32872528 swapFree=1590004/1720820
[pid=31980] ppid=31977 vsize=9824732 CPUtime=2.32 cores=1,3,5,7
/proc/31980/stat : 31980 (java) S 31977 31980 13693 0 -1 4202496 14398 0 1 0 220 12 0 0 20 0 19 0 13130056 10060525568 41012 33554432000 1073741824 1073778376 140733780200160 140733780191296 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31980/statm: 2456183 41012 2268 9 0 2446860 0
[pid=31980/tid=31982] ppid=31977 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/31980/task/31982/stat : 31982 (java) S 31977 31980 13693 0 -1 4202560 2420 0 1 0 15 2 0 0 20 0 19 0 13130057 10060525568 41012 33554432000 1073741824 1073778376 140733780200160 140406926308216 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31980/tid=31983] ppid=31977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31980/task/31983/stat : 31983 (java) S 31977 31980 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13130058 10060525568 41012 33554432000 1073741824 1073778376 140733780200160 140406915369512 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31980/tid=31984] ppid=31977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31980/task/31984/stat : 31984 (java) S 31977 31980 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13130058 10060525568 41012 33554432000 1073741824 1073778376 140733780200160 140406914316712 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31980/tid=31985] ppid=31977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31980/task/31985/stat : 31985 (java) S 31977 31980 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13130058 10060525568 41012 33554432000 1073741824 1073778376 140733780200160 140406913263912 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31980/tid=31986] ppid=31977 vsize=9824732 CPUtime=0 cores=1,3,5,7

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

/proc/31980/task/31994/stat : 31994 (java) S 31977 31980 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13130062 10060525568 49406 33554432000 1073741824 1073778376 140733780200160 140406747400336 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31980/tid=31995] ppid=31977 vsize=9824732 CPUtime=1.14 cores=1,3,5,7
/proc/31980/task/31995/stat : 31995 (java) S 31977 31980 13693 0 -1 4202560 9646 0 0 0 112 2 0 0 20 0 22 0 13130062 10060525568 49406 33554432000 1073741824 1073778376 140733780200160 140406746348472 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31980/tid=31996] ppid=31977 vsize=9824732 CPUtime=1.4 cores=1,3,5,7
/proc/31980/task/31996/stat : 31996 (java) S 31977 31980 13693 0 -1 4202560 10126 0 0 0 138 2 0 0 20 0 22 0 13130062 10060525568 49406 33554432000 1073741824 1073778376 140733780200160 140406745295672 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31980/tid=31997] ppid=31977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31980/task/31997/stat : 31997 (java) S 31977 31980 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13130062 10060525568 49406 33554432000 1073741824 1073778376 140733780200160 140406744243064 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31980/tid=31998] ppid=31977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31980/task/31998/stat : 31998 (java) S 31977 31980 13693 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 13130062 10060525568 49406 33554432000 1073741824 1073778376 140733780200160 140406743190472 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31980/tid=32002] ppid=31977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31980/task/32002/stat : 32002 (java) S 31977 31980 13693 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13130076 10060525568 49406 33554432000 1073741824 1073778376 140733780200160 140406738928424 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31980/tid=32285] ppid=31977 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/31980/task/32285/stat : 32285 (java) R 31977 31980 13693 0 -1 4202560 5 0 0 0 23 0 0 0 20 0 22 0 13134992 10060525568 49406 33554432000 1073741824 1073778376 140733780200160 140406741036264 140406793126812 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=31980/tid=32286] ppid=31977 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/31980/task/32286/stat : 32286 (java) R 31977 31980 13693 0 -1 4202560 2 0 0 0 23 0 0 0 20 0 22 0 13134992 10060525568 49406 33554432000 1073741824 1073778376 140733780200160 140406742087000 140406793233806 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=31980/tid=32287] ppid=31977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31980/task/32287/stat : 32287 (java) S 31977 31980 13693 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 13134993 10060525568 49406 33554432000 1073741824 1073778376 140733780200160 140406739981608 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 23.15
Current children cumulated vsize (KiB) 9824732

[startup+50.4008 s]
/proc/loadavg: 0.69 0.95 1.11 3/191 32287
/proc/meminfo: memFree=28174432/32872528 swapFree=1590004/1720820
[pid=31980] ppid=31977 vsize=9824732 CPUtime=24.37 cores=1,3,5,7
/proc/31980/stat : 31980 (java) S 31977 31980 13693 0 -1 4202496 24503 0 1 0 2267 170 0 0 20 0 22 0 13130056 10060525568 49403 33554432000 1073741824 1073778376 140733780200160 140733780191296 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31980/statm: 2456183 49403 2287 9 0 2446860 0
[pid=31980/tid=31982] ppid=31977 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/31980/task/31982/stat : 31982 (java) S 31977 31980 13693 0 -1 4202560 2420 0 1 0 26 2 0 0 20 0 22 0 13130057 10060525568 49403 33554432000 1073741824 1073778376 140733780200160 140406926308216 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31980/tid=31983] ppid=31977 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/31980/task/31983/stat : 31983 (java) S 31977 31980 13693 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 22 0 13130058 10060525568 49403 33554432000 1073741824 1073778376 140733780200160 140406915369512 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31980/tid=31984] ppid=31977 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/31980/task/31984/stat : 31984 (java) S 31977 31980 13693 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 13130058 10060525568 49403 33554432000 1073741824 1073778376 140733780200160 140406914316712 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31980/tid=31985] ppid=31977 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/31980/task/31985/stat : 31985 (java) S 31977 31980 13693 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 13130058 10060525568 49403 33554432000 1073741824 1073778376 140733780200160 140406913263912 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31980/tid=31986] ppid=31977 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/31980/task/31986/stat : 31986 (java) S 31977 31980 13693 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 13130058 10060525568 49403 33554432000 1073741824 1073778376 140733780200160 140406912211112 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31980/tid=31987] ppid=31977 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/31980/task/31987/stat : 31987 (java) S 31977 31980 13693 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 13130058 10060525568 49403 33554432000 1073741824 1073778376 140733780200160 140406911159336 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31980/tid=31988] ppid=31977 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/31980/task/31988/stat : 31988 (java) S 31977 31980 13693 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 22 0 13130058 10060525568 49403 33554432000 1073741824 1073778376 140733780200160 140406765075368 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31980/tid=31989] ppid=31977 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/31980/task/31989/stat : 31989 (java) S 31977 31980 13693 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 13130058 10060525568 49403 33554432000 1073741824 1073778376 140733780200160 140406764022568 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31980/tid=31990] ppid=31977 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/31980/task/31990/stat : 31990 (java) S 31977 31980 13693 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 22 0 13130058 10060525568 49403 33554432000 1073741824 1073778376 140733780200160 140406762969768 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31980/tid=31991] ppid=31977 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/31980/task/31991/stat : 31991 (java) S 31977 31980 13693 0 -1 4202560 16 0 0 0 2 7 0 0 20 0 22 0 13130059 10060525568 49403 33554432000 1073741824 1073778376 140733780200160 140406750558696 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31980/tid=31992] ppid=31977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31980/task/31992/stat : 31992 (java) S 31977 31980 13693 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13130060 10060525568 49403 33554432000 1073741824 1073778376 140733780200160 140406749504760 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31980/tid=31993] ppid=31977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31980/task/31993/stat : 31993 (java) S 31977 31980 13693 0 -1 4202560 35 0 0 0 0 0 0 0 20 0 22 0 13130060 10060525568 49403 33554432000 1073741824 1073778376 140733780200160 140406748451848 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31980/tid=31994] ppid=31977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31980/task/31994/stat : 31994 (java) S 31977 31980 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13130062 10060525568 49403 33554432000 1073741824 1073778376 140733780200160 140406747400336 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31980/tid=31995] ppid=31977 vsize=9824732 CPUtime=1.14 cores=1,3,5,7
/proc/31980/task/31995/stat : 31995 (java) S 31977 31980 13693 0 -1 4202560 9646 0 0 0 112 2 0 0 20 0 22 0 13130062 10060525568 49403 33554432000 1073741824 1073778376 140733780200160 140406746348472 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31980/tid=31996] ppid=31977 vsize=9824732 CPUtime=1.41 cores=1,3,5,7
/proc/31980/task/31996/stat : 31996 (java) S 31977 31980 13693 0 -1 4202560 10126 0 0 0 139 2 0 0 20 0 22 0 13130062 10060525568 49403 33554432000 1073741824 1073778376 140733780200160 140406745295672 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31980/tid=31997] ppid=31977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31980/task/31997/stat : 31997 (java) S 31977 31980 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13130062 10060525568 49403 33554432000 1073741824 1073778376 140733780200160 140406744243064 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31980/tid=31998] ppid=31977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31980/task/31998/stat : 31998 (java) S 31977 31980 13693 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 13130062 10060525568 49403 33554432000 1073741824 1073778376 140733780200160 140406743190472 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31980/tid=32002] ppid=31977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31980/task/32002/stat : 32002 (java) S 31977 31980 13693 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13130076 10060525568 49403 33554432000 1073741824 1073778376 140733780200160 140406738928424 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 24.37
Current children cumulated vsize (KiB) 9824732

[startup+50.8009 s]
/proc/loadavg: 0.69 0.95 1.11 3/191 32290
/proc/meminfo: memFree=28174532/32872528 swapFree=1590004/1720820
[pid=31980] ppid=31977 vsize=9824732 CPUtime=25.13 cores=1,3,5,7
/proc/31980/stat : 31980 (java) S 31977 31980 13693 0 -1 4202496 24506 0 1 0 2342 171 0 0 20 0 20 0 13130056 10060525568 49302 33554432000 1073741824 1073778376 140733780200160 140733780191296 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31980/statm: 2456183 49302 2287 9 0 2446860 0
[pid=31980/tid=31982] ppid=31977 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/31980/task/31982/stat : 31982 (java) S 31977 31980 13693 0 -1 4202560 2420 0 1 0 26 2 0 0 20 0 20 0 13130057 10060525568 49302 33554432000 1073741824 1073778376 140733780200160 140406926308216 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31980/tid=31983] ppid=31977 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/31980/task/31983/stat : 31983 (java) S 31977 31980 13693 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 20 0 13130058 10060525568 49302 33554432000 1073741824 1073778376 140733780200160 140406915369512 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31980/tid=31984] ppid=31977 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/31980/task/31984/stat : 31984 (java) S 31977 31980 13693 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 20 0 13130058 10060525568 49302 33554432000 1073741824 1073778376 140733780200160 140406914316712 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31980/tid=31985] ppid=31977 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/31980/task/31985/stat : 31985 (java) S 31977 31980 13693 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 20 0 13130058 10060525568 49302 33554432000 1073741824 1073778376 140733780200160 140406913263912 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31980/tid=31986] ppid=31977 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/31980/task/31986/stat : 31986 (java) S 31977 31980 13693 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 20 0 13130058 10060525568 49302 33554432000 1073741824 1073778376 140733780200160 140406912211112 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31980/tid=31987] ppid=31977 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/31980/task/31987/stat : 31987 (java) S 31977 31980 13693 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 20 0 13130058 10060525568 49302 33554432000 1073741824 1073778376 140733780200160 140406911159336 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31980/tid=31988] ppid=31977 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/31980/task/31988/stat : 31988 (java) S 31977 31980 13693 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 20 0 13130058 10060525568 49302 33554432000 1073741824 1073778376 140733780200160 140406765075368 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31980/tid=31989] ppid=31977 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/31980/task/31989/stat : 31989 (java) S 31977 31980 13693 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 20 0 13130058 10060525568 49302 33554432000 1073741824 1073778376 140733780200160 140406764022568 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31980/tid=31990] ppid=31977 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/31980/task/31990/stat : 31990 (java) S 31977 31980 13693 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 20 0 13130058 10060525568 49302 33554432000 1073741824 1073778376 140733780200160 140406762969768 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31980/tid=31991] ppid=31977 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/31980/task/31991/stat : 31991 (java) S 31977 31980 13693 0 -1 4202560 16 0 0 0 2 8 0 0 20 0 20 0 13130059 10060525568 49302 33554432000 1073741824 1073778376 140733780200160 140406750558696 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31980/tid=31992] ppid=31977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31980/task/31992/stat : 31992 (java) S 31977 31980 13693 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 13130060 10060525568 49302 33554432000 1073741824 1073778376 140733780200160 140406749504760 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31980/tid=31993] ppid=31977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31980/task/31993/stat : 31993 (java) S 31977 31980 13693 0 -1 4202560 35 0 0 0 0 0 0 0 20 0 20 0 13130060 10060525568 49302 33554432000 1073741824 1073778376 140733780200160 140406748451848 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31980/tid=31994] ppid=31977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31980/task/31994/stat : 31994 (java) S 31977 31980 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 13130062 10060525568 49302 33554432000 1073741824 1073778376 140733780200160 140406747400336 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31980/tid=31995] ppid=31977 vsize=9824732 CPUtime=1.14 cores=1,3,5,7
/proc/31980/task/31995/stat : 31995 (java) S 31977 31980 13693 0 -1 4202560 9646 0 0 0 112 2 0 0 20 0 20 0 13130062 10060525568 49302 33554432000 1073741824 1073778376 140733780200160 140406746348472 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31980/tid=31996] ppid=31977 vsize=9824732 CPUtime=1.41 cores=1,3,5,7
/proc/31980/task/31996/stat : 31996 (java) S 31977 31980 13693 0 -1 4202560 10126 0 0 0 139 2 0 0 20 0 20 0 13130062 10060525568 49302 33554432000 1073741824 1073778376 140733780200160 140406745295672 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31980/tid=31997] ppid=31977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31980/task/31997/stat : 31997 (java) S 31977 31980 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 13130062 10060525568 49302 33554432000 1073741824 1073778376 140733780200160 140406744243064 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31980/tid=31998] ppid=31977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31980/task/31998/stat : 31998 (java) S 31977 31980 13693 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 20 0 13130062 10060525568 49302 33554432000 1073741824 1073778376 140733780200160 140406743190472 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31980/tid=32002] ppid=31977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31980/task/32002/stat : 32002 (java) S 31977 31980 13693 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 13130076 10060525568 49302 33554432000 1073741824 1073778376 140733780200160 140406738928424 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31980/tid=32289] ppid=31977 vsize=9824732 CPUtime=0.91 cores=1,3,5,7
/proc/31980/task/32289/stat : 32289 (java) R 31977 31980 13693 0 -1 4202560 2 0 0 0 91 0 0 0 20 0 20 0 13135043 10060525568 49302 33554432000 1073741824 1073778376 140733780200160 140406741031120 140406793233736 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 9824732

[startup+51.0008 s]
/proc/loadavg: 0.69 0.95 1.11 3/191 32290
/proc/meminfo: memFree=28174532/32872528 swapFree=1590004/1720820
[pid=31980] ppid=31977 vsize=9824732 CPUtime=25.33 cores=1,3,5,7
/proc/31980/stat : 31980 (java) S 31977 31980 13693 0 -1 4202496 24506 0 1 0 2362 171 0 0 20 0 20 0 13130056 10060525568 49302 33554432000 1073741824 1073778376 140733780200160 140733780191296 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/31980/statm: 2456183 49302 2287 9 0 2446860 0
[pid=31980/tid=31982] ppid=31977 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/31980/task/31982/stat : 31982 (java) S 31977 31980 13693 0 -1 4202560 2420 0 1 0 26 2 0 0 20 0 20 0 13130057 10060525568 49302 33554432000 1073741824 1073778376 140733780200160 140406926308216 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31980/tid=31983] ppid=31977 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/31980/task/31983/stat : 31983 (java) S 31977 31980 13693 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 20 0 13130058 10060525568 49302 33554432000 1073741824 1073778376 140733780200160 140406915369512 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31980/tid=31984] ppid=31977 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/31980/task/31984/stat : 31984 (java) S 31977 31980 13693 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 20 0 13130058 10060525568 49302 33554432000 1073741824 1073778376 140733780200160 140406914316712 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31980/tid=31985] ppid=31977 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/31980/task/31985/stat : 31985 (java) S 31977 31980 13693 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 20 0 13130058 10060525568 49302 33554432000 1073741824 1073778376 140733780200160 140406913263912 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31980/tid=31986] ppid=31977 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/31980/task/31986/stat : 31986 (java) S 31977 31980 13693 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 20 0 13130058 10060525568 49302 33554432000 1073741824 1073778376 140733780200160 140406912211112 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31980/tid=31987] ppid=31977 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/31980/task/31987/stat : 31987 (java) S 31977 31980 13693 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 20 0 13130058 10060525568 49302 33554432000 1073741824 1073778376 140733780200160 140406911159336 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31980/tid=31988] ppid=31977 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/31980/task/31988/stat : 31988 (java) S 31977 31980 13693 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 20 0 13130058 10060525568 49302 33554432000 1073741824 1073778376 140733780200160 140406765075368 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31980/tid=31989] ppid=31977 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/31980/task/31989/stat : 31989 (java) S 31977 31980 13693 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 20 0 13130058 10060525568 49302 33554432000 1073741824 1073778376 140733780200160 140406764022568 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31980/tid=31990] ppid=31977 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/31980/task/31990/stat : 31990 (java) S 31977 31980 13693 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 20 0 13130058 10060525568 49302 33554432000 1073741824 1073778376 140733780200160 140406762969768 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31980/tid=31991] ppid=31977 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/31980/task/31991/stat : 31991 (java) S 31977 31980 13693 0 -1 4202560 16 0 0 0 2 8 0 0 20 0 20 0 13130059 10060525568 49302 33554432000 1073741824 1073778376 140733780200160 140406750558696 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31980/tid=31992] ppid=31977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31980/task/31992/stat : 31992 (java) S 31977 31980 13693 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 13130060 10060525568 49302 33554432000 1073741824 1073778376 140733780200160 140406749504760 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31980/tid=31993] ppid=31977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31980/task/31993/stat : 31993 (java) S 31977 31980 13693 0 -1 4202560 35 0 0 0 0 0 0 0 20 0 20 0 13130060 10060525568 49302 33554432000 1073741824 1073778376 140733780200160 140406748451848 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31980/tid=31994] ppid=31977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31980/task/31994/stat : 31994 (java) S 31977 31980 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 13130062 10060525568 49302 33554432000 1073741824 1073778376 140733780200160 140406747400336 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31980/tid=31995] ppid=31977 vsize=9824732 CPUtime=1.14 cores=1,3,5,7
/proc/31980/task/31995/stat : 31995 (java) S 31977 31980 13693 0 -1 4202560 9646 0 0 0 112 2 0 0 20 0 20 0 13130062 10060525568 49302 33554432000 1073741824 1073778376 140733780200160 140406746348472 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31980/tid=31996] ppid=31977 vsize=9824732 CPUtime=1.41 cores=1,3,5,7
/proc/31980/task/31996/stat : 31996 (java) S 31977 31980 13693 0 -1 4202560 10126 0 0 0 139 2 0 0 20 0 20 0 13130062 10060525568 49302 33554432000 1073741824 1073778376 140733780200160 140406745295672 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31980/tid=31997] ppid=31977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31980/task/31997/stat : 31997 (java) S 31977 31980 13693 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 13130062 10060525568 49302 33554432000 1073741824 1073778376 140733780200160 140406744243064 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31980/tid=31998] ppid=31977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31980/task/31998/stat : 31998 (java) S 31977 31980 13693 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 20 0 13130062 10060525568 49302 33554432000 1073741824 1073778376 140733780200160 140406743190472 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31980/tid=32002] ppid=31977 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/31980/task/32002/stat : 32002 (java) S 31977 31980 13693 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 13130076 10060525568 49302 33554432000 1073741824 1073778376 140733780200160 140406738928424 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31980/tid=32289] ppid=31977 vsize=9824732 CPUtime=1.11 cores=1,3,5,7
/proc/31980/task/32289/stat : 32289 (java) R 31977 31980 13693 0 -1 4202560 2 0 0 0 111 0 0 0 20 0 20 0 13135043 10060525568 49302 33554432000 1073741824 1073778376 140733780200160 140406741031120 140406793233821 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 9824732

Child status: 30

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.00999999
#  lost CPU user time (s): 0.00999999
#  lost CPU system time (s): 0

Real time (s): 51.0356
CPU time (s): 25.4411
CPU user time (s): 23.6304
CPU system time (s): 1.81072
CPU usage (%): 49.8497
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.6204
system time used= 1.81072
maximum resident set size= 212732
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24513
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= 3686
involuntary context switches= 1080

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.291955 second user time and 0.305953 second system time

The end

Launcher Data

Begin job on node120 at 2016-06-30 23:21:55
IDJOB=4110217
IDBENCH=79204
IDSOLVER=2552
FILE ID=node120/4110217-1467321715
RUNJOBID= node120-1467318784-20067
PBS_JOBID= 20005266
Free space on /tmp= 71672 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.1111224059--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4110217-1467321715/watcher-4110217-1467321715 -o /tmp/evaluation-result-4110217-1467321715/solver-4110217-1467321715 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node120-1467318784-20067 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4110217-1467321715.wbo

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

MD5SUM BENCH= 14fe5a51c3c33a9eb099b4fa76f18c14
RANDOM SEED=1211731624

node120.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.669
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.33
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.669
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.56
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.669
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.669
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.669
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.669
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.54
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.669
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.669
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:        28365912 kB
Buffers:          176980 kB
Cached:          1853720 kB
SwapCached:            0 kB
Active:           270752 kB
Inactive:        1771020 kB
Active(anon):      14004 kB
Inactive(anon):        0 kB
Active(file):     256748 kB
Inactive(file):  1771020 kB
Unevictable:     1720820 kB
Mlocked:         1590004 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               852 kB
Writeback:             0 kB
AnonPages:       1722444 kB
Mapped:            13992 kB
Shmem:               204 kB
Slab:             612060 kB
SReclaimable:      56248 kB
SUnreclaim:       555812 kB
KernelStack:        1568 kB
PageTables:         7200 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1817712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    120832 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= 71672 MiB
End job on node120 at 2016-06-30 23:22:47