Trace number 4090924

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 Resolution PB16OPTIMUM 15.0607 13.5283

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111222539--soft-0-100-0.wbo
MD5SUM2cb7ef9d897234b1b8519dd953c1d1e7
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark5.75912
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 1192
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	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.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4090924-1466067897.wbo
0.11/0.10	c reading problem ... 
0.11/0.15	c ... done. Wall clock time 0.054s.
0.11/0.15	c declared #vars     169
0.11/0.15	c internal #vars     270
0.11/0.15	c #constraints  101
0.11/0.15	c constraints type 
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.11/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.11/0.15	c 101 constraints processed.
0.11/0.15	c objective function length is 101 literals
0.29/0.26	c SATISFIABLE
0.29/0.26	c OPTIMIZING...
0.29/0.26	c Got one! Elapsed wall clock time (in seconds):0.161
0.29/0.26	o 767
0.29/0.27	c Got one! Elapsed wall clock time (in seconds):0.168
0.29/0.27	o 758
0.29/0.28	c Got one! Elapsed wall clock time (in seconds):0.182
0.29/0.28	o 757
0.29/0.29	c Got one! Elapsed wall clock time (in seconds):0.187
0.29/0.29	o 733
0.29/0.29	c Got one! Elapsed wall clock time (in seconds):0.193
0.29/0.29	o 722
0.52/0.30	c Got one! Elapsed wall clock time (in seconds):0.198
0.52/0.30	o 492
0.52/0.31	c Got one! Elapsed wall clock time (in seconds):0.208
0.52/0.31	o 490
0.52/0.31	c Got one! Elapsed wall clock time (in seconds):0.214
0.52/0.31	o 480
0.52/0.33	c Got one! Elapsed wall clock time (in seconds):0.226
0.52/0.33	o 479
0.52/0.33	c Got one! Elapsed wall clock time (in seconds):0.23
0.52/0.33	o 477
0.52/0.34	c Got one! Elapsed wall clock time (in seconds):0.243
0.52/0.34	o 462
0.52/0.35	c Got one! Elapsed wall clock time (in seconds):0.251
0.52/0.35	o 459
0.52/0.36	c Got one! Elapsed wall clock time (in seconds):0.263
0.52/0.36	o 454
0.52/0.37	c Got one! Elapsed wall clock time (in seconds):0.273
0.52/0.37	o 451
0.52/0.39	c Got one! Elapsed wall clock time (in seconds):0.291
0.52/0.39	o 434
0.52/0.40	c Got one! Elapsed wall clock time (in seconds):0.297
0.52/0.40	o 425
0.71/0.40	c Got one! Elapsed wall clock time (in seconds):0.304
0.71/0.40	o 373
0.71/0.42	c Got one! Elapsed wall clock time (in seconds):0.321
0.71/0.42	o 357
0.93/0.63	c cleaning 4289 clauses out of 8599 with flag 16348/8599
1.09/0.78	c Got one! Elapsed wall clock time (in seconds):0.679
1.09/0.78	o 353
1.19/0.82	c cleaning 4797 clauses out of 9614 with flag 3445/13903
1.19/0.85	c Got one! Elapsed wall clock time (in seconds):0.754
1.19/0.85	o 332
1.19/0.86	c Got one! Elapsed wall clock time (in seconds):0.758
1.19/0.86	o 329
1.19/0.88	c Got one! Elapsed wall clock time (in seconds):0.781
1.19/0.88	o 324
1.19/0.89	c Got one! Elapsed wall clock time (in seconds):0.789
1.19/0.89	o 323
1.19/0.89	c Got one! Elapsed wall clock time (in seconds):0.791
1.19/0.89	o 315
1.19/0.89	c Got one! Elapsed wall clock time (in seconds):0.794
1.19/0.89	o 313
1.29/0.91	c Got one! Elapsed wall clock time (in seconds):0.815
1.29/0.91	o 310
1.29/0.92	c Got one! Elapsed wall clock time (in seconds):0.822
1.29/0.92	o 309
1.29/0.96	c Got one! Elapsed wall clock time (in seconds):0.86
1.29/0.96	o 295
1.43/1.06	c Got one! Elapsed wall clock time (in seconds):0.957
1.43/1.06	o 294
1.43/1.07	c Got one! Elapsed wall clock time (in seconds):0.972
1.43/1.07	o 285
1.58/1.15	c Got one! Elapsed wall clock time (in seconds):1.048
1.58/1.15	o 283
1.58/1.17	c Got one! Elapsed wall clock time (in seconds):1.069
1.58/1.17	o 279
1.73/1.24	c Got one! Elapsed wall clock time (in seconds):1.142
1.73/1.24	o 276
1.73/1.29	c Got one! Elapsed wall clock time (in seconds):1.188
1.73/1.29	o 267
1.83/1.32	c Got one! Elapsed wall clock time (in seconds):1.224
1.83/1.32	o 265
1.83/1.38	c cleaning 8372 clauses out of 16758 with flag 3871/25844
1.95/1.46	c Got one! Elapsed wall clock time (in seconds):1.358
1.95/1.46	o 262
1.95/1.48	c Got one! Elapsed wall clock time (in seconds):1.381
1.95/1.48	o 260
2.11/1.51	c Got one! Elapsed wall clock time (in seconds):1.412
2.11/1.51	o 216
2.11/1.53	c Got one! Elapsed wall clock time (in seconds):1.428
2.11/1.53	o 213
2.36/1.73	c Got one! Elapsed wall clock time (in seconds):1.632
2.36/1.73	o 212
2.36/1.79	c cleaning 8262 clauses out of 16530 with flag 4359/33988
2.68/2.04	c Got one! Elapsed wall clock time (in seconds):1.943
2.68/2.04	o 206
2.78/2.11	c Got one! Elapsed wall clock time (in seconds):2.013
2.78/2.11	o 205
2.78/2.14	c Got one! Elapsed wall clock time (in seconds):2.04
2.78/2.14	o 204
2.99/2.34	c Got one! Elapsed wall clock time (in seconds):2.239
2.99/2.34	o 200
3.08/2.41	c cleaning 9933 clauses out of 19870 with flag 3374/45590
3.38/2.73	c cleaning 7968 clauses out of 15937 with flag 29680/51590
3.48/2.80	c Got one! Elapsed wall clock time (in seconds):2.699
3.48/2.80	o 195
3.48/2.81	c Got one! Elapsed wall clock time (in seconds):2.709
3.48/2.81	o 194
3.48/2.87	c Got one! Elapsed wall clock time (in seconds):2.774
3.48/2.87	o 192
3.58/2.94	c Got one! Elapsed wall clock time (in seconds):2.839
3.58/2.94	o 178
3.58/2.95	c Got one! Elapsed wall clock time (in seconds):2.853
3.58/2.95	o 176
3.68/3.07	c cleaning 7336 clauses out of 14690 with flag 8425/58311
3.68/3.07	c Got one! Elapsed wall clock time (in seconds):2.974
3.68/3.07	o 175
3.78/3.17	c Got one! Elapsed wall clock time (in seconds):3.069
3.78/3.17	o 169
3.88/3.27	c Got one! Elapsed wall clock time (in seconds):3.171
3.88/3.27	o 164
3.99/3.32	c cleaning 6384 clauses out of 12773 with flag 4529/63730
3.99/3.35	c Got one! Elapsed wall clock time (in seconds):3.248
3.99/3.35	o 163
4.09/3.43	c Got one! Elapsed wall clock time (in seconds):3.333
4.09/3.43	o 162
4.18/3.58	c cleaning 5980 clauses out of 11960 with flag 14564/69301
4.38/3.72	c Got one! Elapsed wall clock time (in seconds):3.624
4.38/3.72	o 160
4.38/3.75	c Got one! Elapsed wall clock time (in seconds):3.654
4.38/3.75	o 153
4.38/3.78	c Got one! Elapsed wall clock time (in seconds):3.679
4.38/3.78	o 152
4.50/3.89	c cleaning 6132 clauses out of 12272 with flag 9026/75593
4.60/3.93	c Got one! Elapsed wall clock time (in seconds):3.83
4.60/3.93	o 151
4.70/4.01	c Got one! Elapsed wall clock time (in seconds):3.907
4.70/4.01	o 150
4.70/4.02	c Got one! Elapsed wall clock time (in seconds):3.918
4.70/4.02	o 128
4.70/4.03	c Got one! Elapsed wall clock time (in seconds):3.93
4.70/4.03	o 127
4.70/4.07	c Got one! Elapsed wall clock time (in seconds):3.972
4.70/4.07	o 125
4.82/4.11	c Got one! Elapsed wall clock time (in seconds):4.014
4.82/4.11	o 124
4.82/4.17	c Got one! Elapsed wall clock time (in seconds):4.07
4.82/4.17	o 120
4.94/4.23	c Got one! Elapsed wall clock time (in seconds):4.133
4.94/4.23	o 118
5.05/4.31	c Got one! Elapsed wall clock time (in seconds):4.212
5.05/4.31	o 117
5.05/4.40	c cleaning 7685 clauses out of 15369 with flag 3804/84822
5.76/4.71	c cleaning 6836 clauses out of 13686 with flag 29516/90824
5.96/4.83	c Got one! Elapsed wall clock time (in seconds):4.729
5.96/4.83	o 116
6.36/5.00	c cleaning 6161 clauses out of 12327 with flag 12524/96301
6.52/5.11	c Got one! Elapsed wall clock time (in seconds):5.016
6.52/5.11	o 115
6.52/5.15	c Got one! Elapsed wall clock time (in seconds):5.049
6.52/5.15	o 113
6.52/5.16	c Got one! Elapsed wall clock time (in seconds):5.06
6.52/5.16	o 112
6.62/5.24	c Got one! Elapsed wall clock time (in seconds):5.138
6.62/5.24	o 105
6.72/5.30	c Got one! Elapsed wall clock time (in seconds):5.199
6.72/5.30	o 81
6.72/5.36	c cleaning 6555 clauses out of 13110 with flag 4777/103245
6.82/5.41	c Got one! Elapsed wall clock time (in seconds):5.311
6.82/5.41	o 59
6.82/5.43	c Got one! Elapsed wall clock time (in seconds):5.333
6.82/5.43	o 58
6.93/5.59	c cleaning 6150 clauses out of 12304 with flag 14511/108994
7.12/5.76	c Got one! Elapsed wall clock time (in seconds):5.659
7.12/5.76	o 57
7.22/5.81	c cleaning 5911 clauses out of 11848 with flag 4047/114688
7.42/6.06	c cleaning 5965 clauses out of 11937 with flag 29687/120688
7.62/6.24	c Got one! Elapsed wall clock time (in seconds):6.137
7.62/6.24	o 56
7.62/6.29	c cleaning 5726 clauses out of 11458 with flag 4840/126174
7.62/6.29	c Got one! Elapsed wall clock time (in seconds):6.194
7.62/6.29	o 55
7.93/6.50	c cleaning 5403 clauses out of 10812 with flag 24680/131254
8.14/6.73	c cleaning 5700 clauses out of 11409 with flag 52782/137254
8.14/6.74	c Got one! Elapsed wall clock time (in seconds):6.64
8.14/6.74	o 48
8.33/6.94	c cleaning 5427 clauses out of 10878 with flag 25047/142423
8.43/7.04	c Got one! Elapsed wall clock time (in seconds):6.944
8.43/7.04	o 44
8.53/7.12	c Got one! Elapsed wall clock time (in seconds):7.021
8.53/7.12	o 43
8.53/7.14	c Got one! Elapsed wall clock time (in seconds):7.041
8.53/7.14	o 41
8.63/7.23	c cleaning 6381 clauses out of 12770 with flag 8523/149742
8.83/7.47	c cleaning 6188 clauses out of 12387 with flag 35131/155740
9.03/7.61	c Got one! Elapsed wall clock time (in seconds):7.507
9.03/7.61	o 37
9.03/7.66	c Got one! Elapsed wall clock time (in seconds):7.557
9.03/7.66	o 36
9.13/7.70	c cleaning 6032 clauses out of 12076 with flag 3987/161617
9.33/7.92	c cleaning 6020 clauses out of 12045 with flag 27873/167618
9.53/8.19	c cleaning 6501 clauses out of 13024 with flag 55926/174617
9.73/8.36	c Got one! Elapsed wall clock time (in seconds):8.263
9.73/8.36	o 34
9.83/8.41	c cleaning 6093 clauses out of 12187 with flag 3790/180281
10.03/8.62	c cleaning 6037 clauses out of 12093 with flag 26357/186280
10.24/8.81	c Got one! Elapsed wall clock time (in seconds):8.707
10.24/8.81	o 32
10.24/8.86	c Got one! Elapsed wall clock time (in seconds):8.763
10.24/8.86	o 31
10.45/9.04	c cleaning 8415 clauses out of 16833 with flag 16450/197057
10.45/9.05	c Got one! Elapsed wall clock time (in seconds):8.955
10.45/9.05	o 30
10.45/9.08	c Got one! Elapsed wall clock time (in seconds):8.979
10.45/9.08	o 28
10.45/9.09	c Got one! Elapsed wall clock time (in seconds):8.989
10.45/9.09	o 27
10.65/9.29	c cleaning 7467 clauses out of 14946 with flag 21293/203585
10.75/9.33	c Got one! Elapsed wall clock time (in seconds):9.235
10.75/9.33	o 18
10.86/9.48	c cleaning 6463 clauses out of 12935 with flag 18270/209041
11.06/9.62	c Got one! Elapsed wall clock time (in seconds):9.524
11.06/9.62	o 17
11.06/9.66	c cleaning 5978 clauses out of 11974 with flag 4202/214543
11.06/9.68	c Got one! Elapsed wall clock time (in seconds):9.585
11.06/9.68	o 15
11.18/9.70	c Got one! Elapsed wall clock time (in seconds):9.603
11.18/9.70	o 14
11.28/9.87	c cleaning 6150 clauses out of 12311 with flag 21012/220858
11.48/10.08	c cleaning 6073 clauses out of 12162 with flag 46436/226859
11.69/10.21	c Got one! Elapsed wall clock time (in seconds):10.108
11.69/10.21	o 13
11.69/10.25	c cleaning 5725 clauses out of 11457 with flag 4394/232227
11.79/10.30	c Got one! Elapsed wall clock time (in seconds):10.198
11.79/10.30	o 11
11.89/10.43	c cleaning 5762 clauses out of 11538 with flag 17365/238033
11.89/10.49	c Got one! Elapsed wall clock time (in seconds):10.389
11.89/10.49	o 10
12.09/10.63	c cleaning 5822 clauses out of 11664 with flag 18021/243922
12.29/10.83	c cleaning 5916 clauses out of 11842 with flag 45135/249922
12.50/11.01	c Got one! Elapsed wall clock time (in seconds):10.912
12.50/11.01	o 9
12.71/11.22	c cleaning 8264 clauses out of 16531 with flag 24012/260528
12.81/11.30	c Got one! Elapsed wall clock time (in seconds):11.202
12.81/11.30	o 8
12.91/11.42	c cleaning 6818 clauses out of 13644 with flag 14446/265906
13.12/11.63	c cleaning 6408 clauses out of 12824 with flag 43166/271905
13.12/11.67	c Got one! Elapsed wall clock time (in seconds):11.57
13.12/11.67	o 5
13.34/11.82	c cleaning 5789 clauses out of 11599 with flag 18740/277088
13.54/12.03	c cleaning 5900 clauses out of 11810 with flag 46237/283088
13.74/12.29	c cleaning 6451 clauses out of 12911 with flag 81758/290089
14.13/12.60	c cleaning 7223 clauses out of 14459 with flag 119885/298088
14.13/12.62	c Got one! Elapsed wall clock time (in seconds):12.518
14.13/12.62	o 3
14.34/12.81	c cleaning 6356 clauses out of 12729 with flag 25952/303582
14.54/13.03	c cleaning 6185 clauses out of 12374 with flag 56573/309586
14.75/13.28	c cleaning 6586 clauses out of 13181 with flag 89265/316582
14.75/13.30	c Got one! Elapsed wall clock time (in seconds):13.201
14.75/13.30	o 2
15.04/13.50	c cleaning 6142 clauses out of 12283 with flag 25227/322276
15.04/13.52	c starts		: 242
15.04/13.52	c conflicts		: 322880
15.04/13.52	c decisions		: 543867
15.04/13.52	c propagations		: 9653779
15.04/13.52	c inspects		: 142981677
15.04/13.52	c shortcuts		: 0
15.04/13.52	c learnt literals	: 32
15.04/13.52	c learnt binary clauses	: 34
15.04/13.52	c learnt ternary clauses	: 685
15.04/13.52	c learnt constraints	: 322847
15.04/13.52	c ignored constraints	: 0
15.04/13.52	c root simplifications	: 0
15.04/13.52	c removed literals (reason simplification)	: 0
15.04/13.52	c reason swapping (by a shorter reason)	: 0
15.04/13.52	c Calls to reduceDB	: 49
15.04/13.52	c Number of update (reduction) of LBD	: 96113
15.04/13.52	c Imported unit clauses	: 0
15.04/13.52	c number of reductions to clauses (during analyze)	: 0
15.04/13.52	c number of learned constraints concerned by reduction	: 0
15.04/13.52	c number of learning phase by resolution	: 0
15.04/13.52	c number of learning phase by cutting planes	: 0
15.04/13.52	c speed (assignments/second)	: 722426.0270897254
15.04/13.52	c non guided choices	4881
15.04/13.52	c learnt constraints type 
15.04/13.52	s OPTIMUM FOUND
15.04/13.52	c Found 101 solution(s)
15.04/13.52	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 
15.04/13.52	c objective function=2
15.04/13.52	c Total wall clock time (in seconds): 13.422

Verifier Data

OK	2

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

pid=8259
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: 2.24 2.22 2.18 2/194 8262
/proc/meminfo: memFree=29838868/32872528 swapFree=1589776/1720592
[pid=8262] ppid=8259 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/8262/stat : 8262 (java) S 8259 8262 7097 0 -1 4202496 1355 0 0 0 0 0 0 0 20 0 2 0 8837976 98570240 978 33554432000 1073741824 1073778376 140736150795584 140736150786720 226087698493 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8262/statm: 24065 978 744 9 0 16771 0
[pid=8262/tid=8263] ppid=8259 vsize=96272 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8263/stat : 8263 (java) R 8259 8262 7097 0 -1 4202560 137 0 0 0 0 0 0 0 20 0 2 0 8837976 98582528 985 33554432000 1073741824 1073778376 140736150795584 139909239619112 226084341149 0 0 0 16784584 0 0 0 -1 1 0 0 0 0 0

[startup+0.100162 s]
/proc/loadavg: 2.24 2.22 2.18 2/194 8262
/proc/meminfo: memFree=29838868/32872528 swapFree=1589776/1720592
[pid=8262] ppid=8259 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/8262/stat : 8262 (java) S 8259 8262 7097 0 -1 4202496 4566 0 1 0 10 1 0 0 20 0 18 0 8837976 9787879424 5681 33554432000 1073741824 1073778376 140736150795584 140736150786720 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8262/statm: 2389619 5681 2157 9 0 2380296 0
[pid=8262/tid=8263] ppid=8259 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/8262/task/8263/stat : 8263 (java) R 8259 8262 7097 0 -1 4202560 2436 0 1 0 8 0 0 0 20 0 18 0 8837976 9787879424 5681 33554432000 1073741824 1073778376 140736150795584 139909239623384 226087724301 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200341 s]
/proc/loadavg: 2.24 2.22 2.18 2/194 8262
/proc/meminfo: memFree=29838868/32872528 swapFree=1589776/1720592
[pid=8262] ppid=8259 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/8262/stat : 8262 (java) S 8259 8262 7097 0 -1 4202496 6584 0 1 0 28 1 0 0 20 0 19 0 8837976 9856040960 7623 33554432000 1073741824 1073778376 140736150795584 140736150786720 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8262/statm: 2406260 7623 2234 9 0 2396937 0
[pid=8262/tid=8263] ppid=8259 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/8262/task/8263/stat : 8263 (java) R 8259 8262 7097 0 -1 4202560 2464 0 1 0 18 0 0 0 20 0 19 0 8837976 9856040960 7623 33554432000 1073741824 1073778376 140736150795584 139909239624320 139909112247808 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9625040

[startup+0.300361 s]
/proc/loadavg: 2.24 2.22 2.18 2/194 8262
/proc/meminfo: memFree=29838868/32872528 swapFree=1589776/1720592
[pid=8262] ppid=8259 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/8262/stat : 8262 (java) S 8259 8262 7097 0 -1 4202496 7147 0 1 0 51 1 0 0 20 0 19 0 8837976 9856040960 8033 33554432000 1073741824 1073778376 140736150795584 140736150786720 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8262/statm: 2406260 8033 2243 9 0 2396937 0
[pid=8262/tid=8263] ppid=8259 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/8262/task/8263/stat : 8263 (java) R 8259 8262 7097 0 -1 4202560 2466 0 1 0 28 0 0 0 20 0 19 0 8837976 9856040960 8033 33554432000 1073741824 1073778376 140736150795584 139909239624320 139909112613744 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9625040

[startup+0.700275 s]
/proc/loadavg: 2.24 2.22 2.18 2/194 8262
/proc/meminfo: memFree=29838868/32872528 swapFree=1589776/1720592
[pid=8262] ppid=8259 vsize=9625040 CPUtime=1.09 cores=1,3,5,7
/proc/8262/stat : 8262 (java) S 8259 8262 7097 0 -1 4202496 8295 0 1 0 108 1 0 0 20 0 19 0 8837976 9856040960 9115 33554432000 1073741824 1073778376 140736150795584 140736150786720 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8262/statm: 2406260 9115 2259 9 0 2396937 0
[pid=8262/tid=8263] ppid=8259 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/8262/task/8263/stat : 8263 (java) R 8259 8262 7097 0 -1 4202560 2469 0 1 0 67 0 0 0 20 0 19 0 8837976 9856040960 9115 33554432000 1073741824 1073778376 140736150795584 139909239615792 139909112622751 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 9625040

[startup+1.50085 s]
/proc/loadavg: 2.24 2.22 2.18 4/213 8281
/proc/meminfo: memFree=29802468/32872528 swapFree=1589776/1720592
[pid=8262] ppid=8259 vsize=9625040 CPUtime=2.11 cores=1,3,5,7
/proc/8262/stat : 8262 (java) S 8259 8262 7097 0 -1 4202496 12357 0 1 0 208 3 0 0 20 0 19 0 8837976 9856040960 11592 33554432000 1073741824 1073778376 140736150795584 140736150786720 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8262/statm: 2406260 11592 2262 9 0 2396937 0
[pid=8262/tid=8263] ppid=8259 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/8262/task/8263/stat : 8263 (java) R 8259 8262 7097 0 -1 4202560 2473 0 1 0 146 1 0 0 20 0 19 0 8837976 9856040960 11592 33554432000 1073741824 1073778376 140736150795584 139909239624136 139909112771180 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8262/tid=8265] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8265/stat : 8265 (java) S 8259 8262 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837977 9856040960 11592 33554432000 1073741824 1073778376 140736150795584 139909083654440 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8262/tid=8266] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8266/stat : 8266 (java) S 8259 8262 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837977 9856040960 11592 33554432000 1073741824 1073778376 140736150795584 139909082601640 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8262/tid=8267] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8267/stat : 8267 (java) S 8259 8262 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837977 9856040960 11592 33554432000 1073741824 1073778376 140736150795584 139909081549352 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8262/tid=8268] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8268/stat : 8268 (java) S 8259 8262 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837977 9856040960 11592 33554432000 1073741824 1073778376 140736150795584 139909080496552 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8262/tid=8269] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8269/stat : 8269 (java) S 8259 8262 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837977 9856040960 11592 33554432000 1073741824 1073778376 140736150795584 139909079444264 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8262/tid=8270] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8270/stat : 8270 (java) S 8259 8262 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837977 9856040960 11592 33554432000 1073741824 1073778376 140736150795584 139909078391464 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8262/tid=8271] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8271/stat : 8271 (java) S 8259 8262 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837977 9856040960 11592 33554432000 1073741824 1073778376 140736150795584 139909077339176 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8262/tid=8272] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8272/stat : 8272 (java) S 8259 8262 7097 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8837977 9856040960 11592 33554432000 1073741824 1073778376 140736150795584 139909076286376 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8262/tid=8273] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8273/stat : 8273 (java) S 8259 8262 7097 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8837978 9856040960 11592 33554432000 1073741824 1073778376 140736150795584 139909063874792 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8262/tid=8274] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8274/stat : 8274 (java) S 8259 8262 7097 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8837978 9856040960 11592 33554432000 1073741824 1073778376 140736150795584 139909062820856 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8262/tid=8275] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8275/stat : 8275 (java) S 8259 8262 7097 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8837978 9856040960 11592 33554432000 1073741824 1073778376 140736150795584 139909061768456 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8262/tid=8276] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8276/stat : 8276 (java) S 8259 8262 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837980 9856040960 11592 33554432000 1073741824 1073778376 140736150795584 139909060716944 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8262/tid=8277] ppid=8259 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/8262/task/8277/stat : 8277 (java) S 8259 8262 7097 0 -1 4202560 5549 0 0 0 31 2 0 0 20 0 19 0 8837980 9856040960 11592 33554432000 1073741824 1073778376 140736150795584 139909059664568 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8262/tid=8278] ppid=8259 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/8262/task/8278/stat : 8278 (java) R 8259 8262 7097 0 -1 4202560 3062 0 0 0 27 0 0 0 20 0 19 0 8837980 9856040960 11592 33554432000 1073741824 1073778376 140736150795584 139909058611768 139909243741624 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8262/tid=8279] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8279/stat : 8279 (java) S 8259 8262 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837980 9856040960 11592 33554432000 1073741824 1073778376 140736150795584 139909057559672 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8262/tid=8280] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8280/stat : 8280 (java) S 8259 8262 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837980 9856040960 11592 33554432000 1073741824 1073778376 140736150795584 139909056507080 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8262/tid=8281] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8281/stat : 8281 (java) S 8259 8262 7097 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8837992 9856040960 11592 33554432000 1073741824 1073778376 140736150795584 139909055402920 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.11
Current children cumulated vsize (KiB) 9625040

[startup+3.10081 s]
/proc/loadavg: 2.24 2.22 2.18 3/213 8281
/proc/meminfo: memFree=29795144/32872528 swapFree=1589776/1720592
[pid=8262] ppid=8259 vsize=9625040 CPUtime=3.78 cores=1,3,5,7
/proc/8262/stat : 8262 (java) S 8259 8262 7097 0 -1 4202496 13119 0 1 0 375 3 0 0 20 0 19 0 8837976 9856040960 13770 33554432000 1073741824 1073778376 140736150795584 140736150786720 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8262/statm: 2406260 13770 2262 9 0 2396937 0
[pid=8262/tid=8263] ppid=8259 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/8262/task/8263/stat : 8263 (java) R 8259 8262 7097 0 -1 4202560 2478 0 1 0 306 1 0 0 20 0 19 0 8837976 9856040960 13770 33554432000 1073741824 1073778376 140736150795584 139909239624184 139909112674504 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8262/tid=8265] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8265/stat : 8265 (java) S 8259 8262 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837977 9856040960 13770 33554432000 1073741824 1073778376 140736150795584 139909083654440 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8262/tid=8266] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8266/stat : 8266 (java) S 8259 8262 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837977 9856040960 13770 33554432000 1073741824 1073778376 140736150795584 139909082601640 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8262/tid=8267] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8267/stat : 8267 (java) S 8259 8262 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837977 9856040960 13770 33554432000 1073741824 1073778376 140736150795584 139909081549352 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8262/tid=8268] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8268/stat : 8268 (java) S 8259 8262 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837977 9856040960 13770 33554432000 1073741824 1073778376 140736150795584 139909080496552 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8262/tid=8269] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8269/stat : 8269 (java) S 8259 8262 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837977 9856040960 13770 33554432000 1073741824 1073778376 140736150795584 139909079444264 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8262/tid=8270] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8270/stat : 8270 (java) S 8259 8262 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837977 9856040960 13770 33554432000 1073741824 1073778376 140736150795584 139909078391464 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8262/tid=8271] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8271/stat : 8271 (java) S 8259 8262 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837977 9856040960 13770 33554432000 1073741824 1073778376 140736150795584 139909077339176 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8262/tid=8272] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8272/stat : 8272 (java) S 8259 8262 7097 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8837977 9856040960 13770 33554432000 1073741824 1073778376 140736150795584 139909076286376 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8262/tid=8273] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8273/stat : 8273 (java) S 8259 8262 7097 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8837978 9856040960 13770 33554432000 1073741824 1073778376 140736150795584 139909063874792 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8262/tid=8274] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8274/stat : 8274 (java) S 8259 8262 7097 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8837978 9856040960 13770 33554432000 1073741824 1073778376 140736150795584 139909062820856 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8262/tid=8275] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8275/stat : 8275 (java) S 8259 8262 7097 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8837978 9856040960 13770 33554432000 1073741824 1073778376 140736150795584 139909061768456 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8262/tid=8276] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8276/stat : 8276 (java) S 8259 8262 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837980 9856040960 13770 33554432000 1073741824 1073778376 140736150795584 139909060716944 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8262/tid=8277] ppid=8259 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/8262/task/8277/stat : 8277 (java) S 8259 8262 7097 0 -1 4202560 5549 0 0 0 31 2 0 0 20 0 19 0 8837980 9856040960 13770 33554432000 1073741824 1073778376 140736150795584 139909059664568 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8262/tid=8278] ppid=8259 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/8262/task/8278/stat : 8278 (java) S 8259 8262 7097 0 -1 4202560 3819 0 0 0 34 0 0 0 20 0 19 0 8837980 9856040960 13770 33554432000 1073741824 1073778376 140736150795584 139909058611768 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8262/tid=8279] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8279/stat : 8279 (java) S 8259 8262 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837980 9856040960 13770 33554432000 1073741824 1073778376 140736150795584 139909057559672 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8262/tid=8280] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8280/stat : 8280 (java) S 8259 8262 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837980 9856040960 13770 33554432000 1073741824 1073778376 140736150795584 139909056507080 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8262/tid=8281] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8281/stat : 8281 (java) S 8259 8262 7097 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8837992 9856040960 13770 33554432000 1073741824 1073778376 140736150795584 139909055402920 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.78
Current children cumulated vsize (KiB) 9625040

[startup+6.30076 s]
/proc/loadavg: 2.22 2.21 2.18 3/213 8281
/proc/meminfo: memFree=29761788/32872528 swapFree=1589776/1720592
[pid=8262] ppid=8259 vsize=9625040 CPUtime=7.73 cores=1,3,5,7
/proc/8262/stat : 8262 (java) S 8259 8262 7097 0 -1 4202496 22152 0 1 0 769 4 0 0 20 0 19 0 8837976 9856040960 22250 33554432000 1073741824 1073778376 140736150795584 140736150786720 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8262/statm: 2406260 22250 2264 9 0 2396937 0
[pid=8262/tid=8263] ppid=8259 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/8262/task/8263/stat : 8263 (java) R 8259 8262 7097 0 -1 4202560 2489 0 1 0 625 1 0 0 20 0 19 0 8837976 9856040960 22250 33554432000 1073741824 1073778376 140736150795584 139909239623800 139909112646687 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8262/tid=8265] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8265/stat : 8265 (java) S 8259 8262 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837977 9856040960 22250 33554432000 1073741824 1073778376 140736150795584 139909083654440 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8262/tid=8266] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8266/stat : 8266 (java) S 8259 8262 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837977 9856040960 22250 33554432000 1073741824 1073778376 140736150795584 139909082601640 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8262/tid=8267] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8267/stat : 8267 (java) S 8259 8262 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837977 9856040960 22250 33554432000 1073741824 1073778376 140736150795584 139909081549352 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8262/tid=8268] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8268/stat : 8268 (java) S 8259 8262 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837977 9856040960 22250 33554432000 1073741824 1073778376 140736150795584 139909080496552 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8262/tid=8269] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8269/stat : 8269 (java) S 8259 8262 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837977 9856040960 22250 33554432000 1073741824 1073778376 140736150795584 139909079444264 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8262/tid=8270] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8270/stat : 8270 (java) S 8259 8262 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837977 9856040960 22250 33554432000 1073741824 1073778376 140736150795584 139909078391464 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8262/tid=8271] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8271/stat : 8271 (java) S 8259 8262 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837977 9856040960 22250 33554432000 1073741824 1073778376 140736150795584 139909077339176 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8262/tid=8272] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8272/stat : 8272 (java) S 8259 8262 7097 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8837977 9856040960 22250 33554432000 1073741824 1073778376 140736150795584 139909076286376 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8262/tid=8273] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8273/stat : 8273 (java) S 8259 8262 7097 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8837978 9856040960 22250 33554432000 1073741824 1073778376 140736150795584 139909063874792 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8262/tid=8274] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8274/stat : 8274 (java) S 8259 8262 7097 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8837978 9856040960 22250 33554432000 1073741824 1073778376 140736150795584 139909062820856 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8262/tid=8275] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8275/stat : 8275 (java) S 8259 8262 7097 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8837978 9856040960 22250 33554432000 1073741824 1073778376 140736150795584 139909061768456 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8262/tid=8276] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8276/stat : 8276 (java) S 8259 8262 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837980 9856040960 22250 33554432000 1073741824 1073778376 140736150795584 139909060716944 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8262/tid=8277] ppid=8259 vsize=9625040 CPUtime=1.01 cores=1,3,5,7
/proc/8262/task/8277/stat : 8277 (java) S 8259 8262 7097 0 -1 4202560 14563 0 0 0 98 3 0 0 20 0 19 0 8837980 9856040960 22250 33554432000 1073741824 1073778376 140736150795584 139909059664568 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8262/tid=8278] ppid=8259 vsize=9625040 CPUtime=0.42 cores=1,3,5,7

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

[pid=8262/tid=8267] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8267/stat : 8267 (java) S 8259 8262 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837977 9856040960 30638 33554432000 1073741824 1073778376 140736150795584 139909081549352 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8262/tid=8268] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8268/stat : 8268 (java) S 8259 8262 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837977 9856040960 30638 33554432000 1073741824 1073778376 140736150795584 139909080496552 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8262/tid=8269] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8269/stat : 8269 (java) S 8259 8262 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837977 9856040960 30638 33554432000 1073741824 1073778376 140736150795584 139909079444264 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8262/tid=8270] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8270/stat : 8270 (java) S 8259 8262 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837977 9856040960 30638 33554432000 1073741824 1073778376 140736150795584 139909078391464 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8262/tid=8271] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8271/stat : 8271 (java) S 8259 8262 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837977 9856040960 30638 33554432000 1073741824 1073778376 140736150795584 139909077339176 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8262/tid=8272] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8272/stat : 8272 (java) S 8259 8262 7097 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8837977 9856040960 30638 33554432000 1073741824 1073778376 140736150795584 139909076286376 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8262/tid=8273] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8273/stat : 8273 (java) S 8259 8262 7097 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8837978 9856040960 30638 33554432000 1073741824 1073778376 140736150795584 139909063874792 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8262/tid=8274] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8274/stat : 8274 (java) S 8259 8262 7097 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8837978 9856040960 30638 33554432000 1073741824 1073778376 140736150795584 139909062820856 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8262/tid=8275] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8275/stat : 8275 (java) S 8259 8262 7097 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8837978 9856040960 30638 33554432000 1073741824 1073778376 140736150795584 139909061768456 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8262/tid=8276] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8276/stat : 8276 (java) S 8259 8262 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837980 9856040960 30638 33554432000 1073741824 1073778376 140736150795584 139909060716944 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8262/tid=8277] ppid=8259 vsize=9625040 CPUtime=1.11 cores=1,3,5,7
/proc/8262/task/8277/stat : 8277 (java) S 8259 8262 7097 0 -1 4202560 14565 0 0 0 108 3 0 0 20 0 19 0 8837980 9856040960 30638 33554432000 1073741824 1073778376 140736150795584 139909059664568 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8262/tid=8278] ppid=8259 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/8262/task/8278/stat : 8278 (java) S 8259 8262 7097 0 -1 4202560 3826 0 0 0 43 0 0 0 20 0 19 0 8837980 9856040960 30638 33554432000 1073741824 1073778376 140736150795584 139909058611768 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8262/tid=8279] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8279/stat : 8279 (java) S 8259 8262 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837980 9856040960 30638 33554432000 1073741824 1073778376 140736150795584 139909057559672 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8262/tid=8280] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8280/stat : 8280 (java) S 8259 8262 7097 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8837980 9856040960 30638 33554432000 1073741824 1073778376 140736150795584 139909056507080 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8262/tid=8281] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8281/stat : 8281 (java) S 8259 8262 7097 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8837992 9856040960 30638 33554432000 1073741824 1073778376 140736150795584 139909055402920 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 14.34
Current children cumulated vsize (KiB) 9625040

[startup+13.2008 s]
/proc/loadavg: 2.26 2.22 2.18 3/213 8281
/proc/meminfo: memFree=29720956/32872528 swapFree=1589776/1720592
[pid=8262] ppid=8259 vsize=9625040 CPUtime=14.75 cores=1,3,5,7
/proc/8262/stat : 8262 (java) S 8259 8262 7097 0 -1 4202496 22179 0 1 0 1470 5 0 0 20 0 19 0 8837976 9856040960 31150 33554432000 1073741824 1073778376 140736150795584 140736150786720 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8262/statm: 2406260 31150 2266 9 0 2396937 0
[pid=8262/tid=8263] ppid=8259 vsize=9625040 CPUtime=13.14 cores=1,3,5,7
/proc/8262/task/8263/stat : 8263 (java) R 8259 8262 7097 0 -1 4202560 2514 0 1 0 1312 2 0 0 20 0 19 0 8837976 9856040960 31150 33554432000 1073741824 1073778376 140736150795584 139909239624248 139909112622646 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8262/tid=8265] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8265/stat : 8265 (java) S 8259 8262 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837977 9856040960 31150 33554432000 1073741824 1073778376 140736150795584 139909083654440 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8262/tid=8266] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8266/stat : 8266 (java) S 8259 8262 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837977 9856040960 31150 33554432000 1073741824 1073778376 140736150795584 139909082601640 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8262/tid=8267] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8267/stat : 8267 (java) S 8259 8262 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837977 9856040960 31150 33554432000 1073741824 1073778376 140736150795584 139909081549352 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8262/tid=8268] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8268/stat : 8268 (java) S 8259 8262 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837977 9856040960 31150 33554432000 1073741824 1073778376 140736150795584 139909080496552 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8262/tid=8269] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8269/stat : 8269 (java) S 8259 8262 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837977 9856040960 31150 33554432000 1073741824 1073778376 140736150795584 139909079444264 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8262/tid=8270] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8270/stat : 8270 (java) S 8259 8262 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837977 9856040960 31150 33554432000 1073741824 1073778376 140736150795584 139909078391464 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8262/tid=8271] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8271/stat : 8271 (java) S 8259 8262 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837977 9856040960 31150 33554432000 1073741824 1073778376 140736150795584 139909077339176 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8262/tid=8272] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8272/stat : 8272 (java) S 8259 8262 7097 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8837977 9856040960 31150 33554432000 1073741824 1073778376 140736150795584 139909076286376 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8262/tid=8273] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8273/stat : 8273 (java) S 8259 8262 7097 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8837978 9856040960 31150 33554432000 1073741824 1073778376 140736150795584 139909063874792 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8262/tid=8274] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8274/stat : 8274 (java) S 8259 8262 7097 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8837978 9856040960 31150 33554432000 1073741824 1073778376 140736150795584 139909062820856 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8262/tid=8275] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8275/stat : 8275 (java) S 8259 8262 7097 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8837978 9856040960 31150 33554432000 1073741824 1073778376 140736150795584 139909061768456 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8262/tid=8276] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8276/stat : 8276 (java) S 8259 8262 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837980 9856040960 31150 33554432000 1073741824 1073778376 140736150795584 139909060716944 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8262/tid=8277] ppid=8259 vsize=9625040 CPUtime=1.11 cores=1,3,5,7
/proc/8262/task/8277/stat : 8277 (java) S 8259 8262 7097 0 -1 4202560 14565 0 0 0 108 3 0 0 20 0 19 0 8837980 9856040960 31150 33554432000 1073741824 1073778376 140736150795584 139909059664568 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8262/tid=8278] ppid=8259 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/8262/task/8278/stat : 8278 (java) S 8259 8262 7097 0 -1 4202560 3826 0 0 0 43 0 0 0 20 0 19 0 8837980 9856040960 31150 33554432000 1073741824 1073778376 140736150795584 139909058611768 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8262/tid=8279] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8279/stat : 8279 (java) S 8259 8262 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837980 9856040960 31150 33554432000 1073741824 1073778376 140736150795584 139909057559672 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8262/tid=8280] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8280/stat : 8280 (java) S 8259 8262 7097 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8837980 9856040960 31150 33554432000 1073741824 1073778376 140736150795584 139909056507080 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8262/tid=8281] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8281/stat : 8281 (java) S 8259 8262 7097 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8837992 9856040960 31150 33554432000 1073741824 1073778376 140736150795584 139909055402920 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 14.75
Current children cumulated vsize (KiB) 9625040

[startup+13.4007 s]
/proc/loadavg: 2.26 2.22 2.18 3/213 8281
/proc/meminfo: memFree=29720956/32872528 swapFree=1589776/1720592
[pid=8262] ppid=8259 vsize=9625040 CPUtime=14.94 cores=1,3,5,7
/proc/8262/stat : 8262 (java) S 8259 8262 7097 0 -1 4202496 22180 0 1 0 1489 5 0 0 20 0 19 0 8837976 9856040960 31662 33554432000 1073741824 1073778376 140736150795584 140736150786720 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8262/statm: 2406260 31662 2266 9 0 2396937 0
[pid=8262/tid=8263] ppid=8259 vsize=9625040 CPUtime=13.34 cores=1,3,5,7
/proc/8262/task/8263/stat : 8263 (java) R 8259 8262 7097 0 -1 4202560 2515 0 1 0 1332 2 0 0 20 0 19 0 8837976 9856040960 31662 33554432000 1073741824 1073778376 140736150795584 139909239624248 139909112672391 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8262/tid=8265] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8265/stat : 8265 (java) S 8259 8262 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837977 9856040960 31662 33554432000 1073741824 1073778376 140736150795584 139909083654440 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8262/tid=8266] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8266/stat : 8266 (java) S 8259 8262 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837977 9856040960 31662 33554432000 1073741824 1073778376 140736150795584 139909082601640 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8262/tid=8267] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8267/stat : 8267 (java) S 8259 8262 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837977 9856040960 31662 33554432000 1073741824 1073778376 140736150795584 139909081549352 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8262/tid=8268] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8268/stat : 8268 (java) S 8259 8262 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837977 9856040960 31662 33554432000 1073741824 1073778376 140736150795584 139909080496552 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8262/tid=8269] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8269/stat : 8269 (java) S 8259 8262 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837977 9856040960 31662 33554432000 1073741824 1073778376 140736150795584 139909079444264 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8262/tid=8270] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8270/stat : 8270 (java) S 8259 8262 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837977 9856040960 31662 33554432000 1073741824 1073778376 140736150795584 139909078391464 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8262/tid=8271] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8271/stat : 8271 (java) S 8259 8262 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837977 9856040960 31662 33554432000 1073741824 1073778376 140736150795584 139909077339176 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8262/tid=8272] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8272/stat : 8272 (java) S 8259 8262 7097 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8837977 9856040960 31662 33554432000 1073741824 1073778376 140736150795584 139909076286376 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8262/tid=8273] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8273/stat : 8273 (java) S 8259 8262 7097 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8837978 9856040960 31662 33554432000 1073741824 1073778376 140736150795584 139909063874792 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8262/tid=8274] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8274/stat : 8274 (java) S 8259 8262 7097 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8837978 9856040960 31662 33554432000 1073741824 1073778376 140736150795584 139909062820856 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8262/tid=8275] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8275/stat : 8275 (java) S 8259 8262 7097 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8837978 9856040960 31662 33554432000 1073741824 1073778376 140736150795584 139909061768456 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8262/tid=8276] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8276/stat : 8276 (java) S 8259 8262 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837980 9856040960 31662 33554432000 1073741824 1073778376 140736150795584 139909060716944 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8262/tid=8277] ppid=8259 vsize=9625040 CPUtime=1.11 cores=1,3,5,7
/proc/8262/task/8277/stat : 8277 (java) S 8259 8262 7097 0 -1 4202560 14565 0 0 0 108 3 0 0 20 0 19 0 8837980 9856040960 31662 33554432000 1073741824 1073778376 140736150795584 139909059664568 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8262/tid=8278] ppid=8259 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/8262/task/8278/stat : 8278 (java) S 8259 8262 7097 0 -1 4202560 3826 0 0 0 43 0 0 0 20 0 19 0 8837980 9856040960 31662 33554432000 1073741824 1073778376 140736150795584 139909058611768 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8262/tid=8279] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8279/stat : 8279 (java) S 8259 8262 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837980 9856040960 31662 33554432000 1073741824 1073778376 140736150795584 139909057559672 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8262/tid=8280] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8280/stat : 8280 (java) S 8259 8262 7097 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8837980 9856040960 31662 33554432000 1073741824 1073778376 140736150795584 139909056507080 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8262/tid=8281] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8281/stat : 8281 (java) S 8259 8262 7097 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8837992 9856040960 31662 33554432000 1073741824 1073778376 140736150795584 139909055402920 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 14.94
Current children cumulated vsize (KiB) 9625040

[startup+13.5008 s]
/proc/loadavg: 2.26 2.22 2.18 3/213 8281
/proc/meminfo: memFree=29720956/32872528 swapFree=1589776/1720592
[pid=8262] ppid=8259 vsize=9625040 CPUtime=15.04 cores=1,3,5,7
/proc/8262/stat : 8262 (java) S 8259 8262 7097 0 -1 4202496 22180 0 1 0 1499 5 0 0 20 0 19 0 8837976 9856040960 31662 33554432000 1073741824 1073778376 140736150795584 140736150786720 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8262/statm: 2406260 31662 2266 9 0 2396937 0
[pid=8262/tid=8263] ppid=8259 vsize=9625040 CPUtime=13.44 cores=1,3,5,7
/proc/8262/task/8263/stat : 8263 (java) R 8259 8262 7097 0 -1 4202560 2515 0 1 0 1342 2 0 0 20 0 19 0 8837976 9856040960 31662 33554432000 1073741824 1073778376 140736150795584 139909239624248 139909112860024 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8262/tid=8265] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8265/stat : 8265 (java) S 8259 8262 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837977 9856040960 31662 33554432000 1073741824 1073778376 140736150795584 139909083654440 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8262/tid=8266] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8266/stat : 8266 (java) S 8259 8262 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837977 9856040960 31662 33554432000 1073741824 1073778376 140736150795584 139909082601640 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8262/tid=8267] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8267/stat : 8267 (java) S 8259 8262 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837977 9856040960 31662 33554432000 1073741824 1073778376 140736150795584 139909081549352 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8262/tid=8268] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8268/stat : 8268 (java) S 8259 8262 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837977 9856040960 31662 33554432000 1073741824 1073778376 140736150795584 139909080496552 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8262/tid=8269] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8269/stat : 8269 (java) S 8259 8262 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837977 9856040960 31662 33554432000 1073741824 1073778376 140736150795584 139909079444264 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8262/tid=8270] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8270/stat : 8270 (java) S 8259 8262 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837977 9856040960 31662 33554432000 1073741824 1073778376 140736150795584 139909078391464 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8262/tid=8271] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8271/stat : 8271 (java) S 8259 8262 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837977 9856040960 31662 33554432000 1073741824 1073778376 140736150795584 139909077339176 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8262/tid=8272] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8272/stat : 8272 (java) S 8259 8262 7097 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8837977 9856040960 31662 33554432000 1073741824 1073778376 140736150795584 139909076286376 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8262/tid=8273] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8273/stat : 8273 (java) S 8259 8262 7097 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8837978 9856040960 31662 33554432000 1073741824 1073778376 140736150795584 139909063874792 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8262/tid=8274] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8274/stat : 8274 (java) S 8259 8262 7097 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8837978 9856040960 31662 33554432000 1073741824 1073778376 140736150795584 139909062820856 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8262/tid=8275] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8275/stat : 8275 (java) S 8259 8262 7097 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8837978 9856040960 31662 33554432000 1073741824 1073778376 140736150795584 139909061768456 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8262/tid=8276] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8276/stat : 8276 (java) S 8259 8262 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837980 9856040960 31662 33554432000 1073741824 1073778376 140736150795584 139909060716944 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8262/tid=8277] ppid=8259 vsize=9625040 CPUtime=1.11 cores=1,3,5,7
/proc/8262/task/8277/stat : 8277 (java) S 8259 8262 7097 0 -1 4202560 14565 0 0 0 108 3 0 0 20 0 19 0 8837980 9856040960 31662 33554432000 1073741824 1073778376 140736150795584 139909059664568 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8262/tid=8278] ppid=8259 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/8262/task/8278/stat : 8278 (java) S 8259 8262 7097 0 -1 4202560 3826 0 0 0 43 0 0 0 20 0 19 0 8837980 9856040960 31662 33554432000 1073741824 1073778376 140736150795584 139909058611768 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8262/tid=8279] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8279/stat : 8279 (java) S 8259 8262 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8837980 9856040960 31662 33554432000 1073741824 1073778376 140736150795584 139909057559672 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8262/tid=8280] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8280/stat : 8280 (java) S 8259 8262 7097 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8837980 9856040960 31662 33554432000 1073741824 1073778376 140736150795584 139909056507080 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8262/tid=8281] ppid=8259 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8262/task/8281/stat : 8281 (java) S 8259 8262 7097 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8837992 9856040960 31662 33554432000 1073741824 1073778376 140736150795584 139909055402920 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 15.04
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 13.5283
CPU time (s): 15.0607
CPU user time (s): 14.9787
CPU system time (s): 0.081987
CPU usage (%): 111.328
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.9787
system time used= 0.081987
maximum resident set size= 126712
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22203
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 604
involuntary context switches= 97

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.091986 second user time and 0.124981 second system time

The end

Launcher Data

Begin job on node120 at 2016-06-16 11:04:57
IDJOB=4090924
IDBENCH=79253
IDSOLVER=2551
FILE ID=node120/4090924-1466067897
RUNJOBID= node120-1466062131-7114
PBS_JOBID= 19904018
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111222539--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090924-1466067897/watcher-4090924-1466067897 -o /tmp/evaluation-result-4090924-1466067897/solver-4090924-1466067897 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node120-1466062131-7114 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090924-1466067897.wbo

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

MD5SUM BENCH= 2cb7ef9d897234b1b8519dd953c1d1e7
RANDOM SEED=857955435

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.935
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.935
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:        29839396 kB
Buffers:            9220 kB
Cached:            43348 kB
SwapCached:         1984 kB
Active:           582868 kB
Inactive:          32540 kB
Active(anon):     563364 kB
Inactive(anon):     2100 kB
Active(file):      19504 kB
Inactive(file):    30440 kB
Unevictable:     1720592 kB
Mlocked:         1589776 kB
SwapTotal:      67108856 kB
SwapFree:       67099188 kB
Dirty:               820 kB
Writeback:             0 kB
AnonPages:       2283064 kB
Mapped:            15256 kB
Shmem:                 0 kB
Slab:             564128 kB
SReclaimable:       8076 kB
SUnreclaim:       556052 kB
KernelStack:        1568 kB
PageTables:         8752 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2432912 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    675840 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= 71736 MiB
End job on node120 at 2016-06-16 11:05:10