Trace number 4109492

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 19.1111 17.696

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110973163--soft-33-100-0.wbo
MD5SUMe1c1b8cf9bad61151281f614914c2e6f
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark15
Best CPU time to get the best result obtained on this benchmark11.3883
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 constraints69
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 3204
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 3203
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1215
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.06/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.06/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.10	c See www.sat4j.org for details.
0.06/0.10	c version PB16.v20160501
0.06/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.10	c java.vm.version	19.1-b02
0.06/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.11	c sun.arch.data.model	64
0.06/0.11	c java.version		1.6.0_24
0.06/0.11	c os.name		Linux
0.06/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.11	c os.arch		amd64
0.06/0.11	c Free memory 		501472288
0.06/0.11	c Max memory 		7480803328
0.06/0.11	c Total memory 		504102912
0.06/0.11	c Number of processors 	8
0.06/0.13	c Pseudo Boolean Optimization by upper bound
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.13	c No reason simplification
0.06/0.13	c Glucose 2.1 dynamic restart strategy
0.06/0.13	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.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.06/0.13	c --- End Solver configuration ---
0.06/0.13	c solving HOME/instance-4109492-1466343648.wbo
0.06/0.13	c reading problem ... 
0.06/0.19	c ... done. Wall clock time 0.058s.
0.06/0.19	c declared #vars     169
0.06/0.19	c internal #vars     238
0.06/0.19	c #constraints  101
0.06/0.19	c constraints type 
0.06/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
0.06/0.19	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
0.06/0.19	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.06/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 51
0.06/0.19	c 101 constraints processed.
0.06/0.19	c objective function length is 69 literals
0.49/0.32	c SATISFIABLE
0.49/0.32	c OPTIMIZING...
0.49/0.32	c Got one! Elapsed wall clock time (in seconds):0.19
0.49/0.32	o 1153
0.49/0.35	c Got one! Elapsed wall clock time (in seconds):0.224
0.49/0.35	o 706
0.49/0.37	c Got one! Elapsed wall clock time (in seconds):0.236
0.49/0.37	o 700
0.49/0.37	c Got one! Elapsed wall clock time (in seconds):0.243
0.49/0.37	o 695
0.49/0.38	c Got one! Elapsed wall clock time (in seconds):0.247
0.49/0.38	o 458
0.49/0.38	c Got one! Elapsed wall clock time (in seconds):0.254
0.49/0.38	o 436
0.49/0.39	c Got one! Elapsed wall clock time (in seconds):0.259
0.49/0.39	o 435
0.65/0.40	c Got one! Elapsed wall clock time (in seconds):0.272
0.65/0.40	o 429
0.65/0.41	c Got one! Elapsed wall clock time (in seconds):0.279
0.65/0.41	o 428
0.65/0.45	c Got one! Elapsed wall clock time (in seconds):0.319
0.65/0.45	o 427
0.65/0.47	c Got one! Elapsed wall clock time (in seconds):0.342
0.65/0.47	o 426
0.65/0.48	c Got one! Elapsed wall clock time (in seconds):0.349
0.65/0.48	o 425
0.65/0.48	c Got one! Elapsed wall clock time (in seconds):0.353
0.65/0.48	o 421
0.65/0.49	c Got one! Elapsed wall clock time (in seconds):0.362
0.65/0.49	o 420
0.65/0.50	c Got one! Elapsed wall clock time (in seconds):0.366
0.65/0.50	o 419
0.81/0.50	c Got one! Elapsed wall clock time (in seconds):0.374
0.81/0.50	o 416
0.81/0.51	c Got one! Elapsed wall clock time (in seconds):0.379
0.81/0.51	o 413
0.81/0.52	c Got one! Elapsed wall clock time (in seconds):0.386
0.81/0.52	o 412
0.81/0.52	c Got one! Elapsed wall clock time (in seconds):0.392
0.81/0.52	o 409
0.81/0.53	c Got one! Elapsed wall clock time (in seconds):0.4
0.81/0.53	o 408
0.81/0.54	c Got one! Elapsed wall clock time (in seconds):0.409
0.81/0.54	o 407
0.81/0.54	c Got one! Elapsed wall clock time (in seconds):0.413
0.81/0.54	o 406
0.81/0.55	c Got one! Elapsed wall clock time (in seconds):0.419
0.81/0.55	o 384
0.81/0.55	c Got one! Elapsed wall clock time (in seconds):0.422
0.81/0.55	o 380
0.81/0.59	c Got one! Elapsed wall clock time (in seconds):0.458
0.81/0.59	o 375
0.94/0.62	c Got one! Elapsed wall clock time (in seconds):0.495
0.94/0.62	o 374
0.94/0.68	c Got one! Elapsed wall clock time (in seconds):0.552
0.94/0.68	o 358
1.04/0.71	c Got one! Elapsed wall clock time (in seconds):0.582
1.04/0.71	o 355
1.04/0.72	c Got one! Elapsed wall clock time (in seconds):0.595
1.04/0.72	o 354
1.04/0.73	c Got one! Elapsed wall clock time (in seconds):0.602
1.04/0.73	o 335
1.04/0.75	c Got one! Elapsed wall clock time (in seconds):0.622
1.04/0.75	o 333
1.04/0.76	c Got one! Elapsed wall clock time (in seconds):0.629
1.04/0.76	o 332
1.04/0.77	c Got one! Elapsed wall clock time (in seconds):0.642
1.04/0.77	o 331
1.04/0.78	c Got one! Elapsed wall clock time (in seconds):0.645
1.04/0.78	o 308
1.04/0.79	c Got one! Elapsed wall clock time (in seconds):0.656
1.04/0.79	o 304
1.04/0.79	c Got one! Elapsed wall clock time (in seconds):0.664
1.04/0.79	o 303
1.17/0.82	c Got one! Elapsed wall clock time (in seconds):0.694
1.17/0.82	o 301
1.17/0.84	c Got one! Elapsed wall clock time (in seconds):0.708
1.17/0.84	o 300
1.17/0.85	c Got one! Elapsed wall clock time (in seconds):0.723
1.17/0.85	o 299
1.17/0.88	c Got one! Elapsed wall clock time (in seconds):0.752
1.17/0.88	o 289
1.53/1.05	c Got one! Elapsed wall clock time (in seconds):0.921
1.53/1.05	o 286
1.64/1.13	c cleaning 8671 clauses out of 17342 with flag 3152/17342
1.77/1.24	c Got one! Elapsed wall clock time (in seconds):1.111
1.77/1.24	o 281
1.87/1.38	c Got one! Elapsed wall clock time (in seconds):1.25
1.87/1.38	o 280
1.99/1.40	c Got one! Elapsed wall clock time (in seconds):1.273
1.99/1.40	o 259
1.99/1.43	c Got one! Elapsed wall clock time (in seconds):1.3
1.99/1.43	o 256
1.99/1.46	c Got one! Elapsed wall clock time (in seconds):1.329
1.99/1.46	o 233
1.99/1.47	c Got one! Elapsed wall clock time (in seconds):1.341
1.99/1.47	o 232
2.12/1.51	c Got one! Elapsed wall clock time (in seconds):1.38
2.12/1.51	o 230
2.12/1.58	c cleaning 8803 clauses out of 17612 with flag 3353/26283
2.25/1.66	c Got one! Elapsed wall clock time (in seconds):1.533
2.25/1.66	o 220
2.47/1.83	c Got one! Elapsed wall clock time (in seconds):1.698
2.47/1.83	o 219
2.47/1.85	c Got one! Elapsed wall clock time (in seconds):1.718
2.47/1.85	o 184
2.57/1.91	c cleaning 7725 clauses out of 15466 with flag 3409/32940
2.57/1.98	c Got one! Elapsed wall clock time (in seconds):1.848
2.57/1.98	o 183
2.68/2.08	c Got one! Elapsed wall clock time (in seconds):1.949
2.68/2.08	o 182
2.79/2.13	c Got one! Elapsed wall clock time (in seconds):1.996
2.79/2.13	o 180
2.90/2.23	c cleaning 7303 clauses out of 14613 with flag 7985/39812
3.00/2.34	c Got one! Elapsed wall clock time (in seconds):2.213
3.00/2.34	o 178
3.09/2.49	c cleaning 6395 clauses out of 12807 with flag 13094/45309
3.19/2.53	c Got one! Elapsed wall clock time (in seconds):2.403
3.19/2.53	o 176
3.39/2.76	c cleaning 6163 clauses out of 12330 with flag 21896/51227
3.49/2.80	c Got one! Elapsed wall clock time (in seconds):2.675
3.49/2.80	o 172
3.49/2.89	c Got one! Elapsed wall clock time (in seconds):2.758
3.49/2.89	o 156
3.61/3.00	c Got one! Elapsed wall clock time (in seconds):2.866
3.61/3.00	o 155
3.71/3.05	c Got one! Elapsed wall clock time (in seconds):2.917
3.71/3.05	o 151
3.85/3.10	c cleaning 6726 clauses out of 13455 with flag 4156/58515
3.85/3.13	c Got one! Elapsed wall clock time (in seconds):2.996
3.85/3.13	o 150
3.85/3.15	c Got one! Elapsed wall clock time (in seconds):3.022
3.85/3.15	o 149
3.85/3.17	c Got one! Elapsed wall clock time (in seconds):3.044
3.85/3.17	o 140
3.85/3.18	c Got one! Elapsed wall clock time (in seconds):3.052
3.85/3.18	o 138
3.95/3.23	c Got one! Elapsed wall clock time (in seconds):3.1
3.95/3.23	o 137
4.05/3.33	c Got one! Elapsed wall clock time (in seconds):3.205
4.05/3.33	o 126
4.05/3.35	c Got one! Elapsed wall clock time (in seconds):3.216
4.05/3.35	o 109
4.05/3.37	c Got one! Elapsed wall clock time (in seconds):3.237
4.05/3.37	o 101
4.05/3.39	c Got one! Elapsed wall clock time (in seconds):3.265
4.05/3.39	o 80
4.17/3.44	c Got one! Elapsed wall clock time (in seconds):3.308
4.17/3.44	o 72
4.17/3.48	c Got one! Elapsed wall clock time (in seconds):3.354
4.17/3.48	o 71
4.39/3.63	c cleaning 8628 clauses out of 17257 with flag 6372/69043
4.97/3.90	c cleaning 7305 clauses out of 14629 with flag 26875/75043
5.56/4.22	c cleaning 7160 clauses out of 14324 with flag 51169/82043
6.02/4.60	c cleaning 7575 clauses out of 15164 with flag 82822/90043
6.42/5.01	c cleaning 8291 clauses out of 16591 with flag 114609/99045
6.42/5.08	c Got one! Elapsed wall clock time (in seconds):4.947
6.42/5.08	o 69
6.52/5.11	c Got one! Elapsed wall clock time (in seconds):4.979
6.52/5.11	o 67
6.52/5.13	c Got one! Elapsed wall clock time (in seconds):4.996
6.52/5.13	o 65
6.52/5.19	c Got one! Elapsed wall clock time (in seconds):5.057
6.52/5.19	o 64
6.72/5.34	c cleaning 7719 clauses out of 15441 with flag 12629/106186
6.92/5.60	c cleaning 6860 clauses out of 13724 with flag 37646/112188
7.32/5.91	c cleaning 6930 clauses out of 13861 with flag 73245/119185
7.62/6.29	c cleaning 7465 clauses out of 14930 with flag 114768/127184
8.13/6.73	c cleaning 8231 clauses out of 16465 with flag 166778/136184
8.32/6.95	c Got one! Elapsed wall clock time (in seconds):6.82
8.32/6.95	o 59
8.62/7.20	c cleaning 9214 clauses out of 18435 with flag 21730/146386
8.83/7.46	c cleaning 7601 clauses out of 15224 with flag 47270/152389
9.13/7.77	c cleaning 7305 clauses out of 14621 with flag 77530/159387
9.53/8.13	c cleaning 7654 clauses out of 15316 with flag 113013/167387
9.53/8.15	c Got one! Elapsed wall clock time (in seconds):8.019
9.53/8.15	o 58
9.73/8.38	c cleaning 6639 clauses out of 13292 with flag 23789/173017
9.83/8.44	c Got one! Elapsed wall clock time (in seconds):8.308
9.83/8.44	o 45
10.03/8.60	c cleaning 6170 clauses out of 12356 with flag 16844/178720
10.23/8.84	c cleaning 6084 clauses out of 12186 with flag 42762/184720
10.53/9.11	c cleaning 6549 clauses out of 13104 with flag 72843/191722
10.83/9.43	c cleaning 7275 clauses out of 14554 with flag 104485/199721
11.03/9.64	c Got one! Elapsed wall clock time (in seconds):9.511
11.03/9.64	o 40
11.23/9.86	c cleaning 8860 clauses out of 17722 with flag 18396/210165
11.53/10.10	c cleaning 7430 clauses out of 14866 with flag 41964/216169
11.73/10.38	c cleaning 7212 clauses out of 14434 with flag 67535/223167
12.13/10.71	c cleaning 7607 clauses out of 15220 with flag 97385/231165
12.43/11.08	c cleaning 8301 clauses out of 16612 with flag 131502/240165
12.95/11.50	c Got one! Elapsed wall clock time (in seconds):11.369
12.95/11.50	o 36
13.15/11.77	c cleaning 11575 clauses out of 23151 with flag 19796/255006
13.45/12.02	c cleaning 8778 clauses out of 17575 with flag 43893/261006
13.65/12.26	c Got one! Elapsed wall clock time (in seconds):12.133
13.65/12.26	o 34
13.85/12.49	c cleaning 10151 clauses out of 20303 with flag 19254/272513
14.15/12.75	c cleaning 8071 clauses out of 16148 with flag 42892/278510
14.45/13.01	c cleaning 7539 clauses out of 15077 with flag 69810/285510
14.75/13.32	c cleaning 7765 clauses out of 15539 with flag 100373/293511
14.75/13.36	c Got one! Elapsed wall clock time (in seconds):13.234
14.75/13.36	o 31
14.95/13.51	c cleaning 6558 clauses out of 13120 with flag 15694/298857
15.04/13.62	c Got one! Elapsed wall clock time (in seconds):13.494
15.04/13.62	o 30
15.04/13.67	c Got one! Elapsed wall clock time (in seconds):13.544
15.04/13.67	o 22
15.14/13.72	c cleaning 6192 clauses out of 12397 with flag 4028/304693
15.34/13.93	c cleaning 6098 clauses out of 12204 with flag 26069/310692
15.54/14.17	c cleaning 6551 clauses out of 13106 with flag 50664/317692
15.85/14.44	c cleaning 7273 clauses out of 14553 with flag 80032/325692
15.85/14.50	c Got one! Elapsed wall clock time (in seconds):14.366
15.85/14.50	o 20
16.04/14.64	c cleaning 6486 clauses out of 12993 with flag 15525/331406
16.14/14.78	c Got one! Elapsed wall clock time (in seconds):14.646
16.14/14.78	o 19
16.24/14.82	c cleaning 5828 clauses out of 11672 with flag 3656/336571
16.44/15.02	c cleaning 5920 clauses out of 11845 with flag 25355/342572
16.65/15.25	c cleaning 6459 clauses out of 12930 with flag 50965/349578
16.95/15.54	c cleaning 7222 clauses out of 14462 with flag 81106/357571
17.25/15.90	c cleaning 8110 clauses out of 16241 with flag 118266/366572
17.45/16.05	c Got one! Elapsed wall clock time (in seconds):15.924
17.45/16.05	o 18
17.55/16.10	c cleaning 6700 clauses out of 13419 with flag 4575/371861
17.75/16.31	c cleaning 6350 clauses out of 12718 with flag 29210/377860
17.95/16.55	c cleaning 6683 clauses out of 13367 with flag 56573/384860
18.05/16.68	c Got one! Elapsed wall clock time (in seconds):16.548
18.05/16.68	o 17
18.15/16.72	c cleaning 5888 clauses out of 11788 with flag 4253/389966
18.35/16.92	c cleaning 5942 clauses out of 11898 with flag 28138/395966
18.55/17.17	c cleaning 6473 clauses out of 12953 with flag 56694/402965
18.85/17.45	c Got one! Elapsed wall clock time (in seconds):17.318
18.85/17.45	o 16
18.85/17.45	c Got one! Elapsed wall clock time (in seconds):17.322
18.85/17.45	o 15
19.05/17.69	c starts		: 238
19.05/17.69	c conflicts		: 415331
19.05/17.69	c decisions		: 685482
19.05/17.69	c propagations		: 10329265
19.05/17.69	c inspects		: 207418891
19.05/17.69	c shortcuts		: 0
19.05/17.69	c learnt literals	: 36
19.05/17.69	c learnt binary clauses	: 19
19.05/17.69	c learnt ternary clauses	: 951
19.05/17.69	c learnt constraints	: 415294
19.05/17.69	c ignored constraints	: 0
19.05/17.69	c root simplifications	: 0
19.05/17.69	c removed literals (reason simplification)	: 0
19.05/17.69	c reason swapping (by a shorter reason)	: 0
19.05/17.69	c Calls to reduceDB	: 54
19.05/17.69	c Number of update (reduction) of LBD	: 106876
19.05/17.69	c Imported unit clauses	: 0
19.05/17.69	c number of reductions to clauses (during analyze)	: 0
19.05/17.69	c number of learned constraints concerned by reduction	: 0
19.05/17.69	c number of learning phase by resolution	: 0
19.05/17.69	c number of learning phase by cutting planes	: 0
19.05/17.69	c speed (assignments/second)	: 590412.4035438696
19.05/17.69	c non guided choices	3732
19.05/17.69	c learnt constraints type 
19.05/17.69	s OPTIMUM FOUND
19.05/17.69	c Found 90 solution(s)
19.05/17.69	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 
19.05/17.69	c objective function=15
19.05/17.69	c Total wall clock time (in seconds): 17.559

Verifier Data

OK	15

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-4109492-1466343648/watcher-4109492-1466343648 -o /tmp/evaluation-result-4109492-1466343648/solver-4109492-1466343648 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1466341797-13114 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4109492-1466343648.wbo 

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

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


[startup+0 s]
/proc/loadavg: 2.01 2.00 1.71 3/195 13666
/proc/meminfo: memFree=31462296/32872528 swapFree=8292/8292
[pid=13666] ppid=13663 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/13666/stat : 13666 (java) D 13663 13666 13098 0 -1 4202496 171 0 0 0 0 0 0 0 20 0 1 0 36409606 2560000 46 33554432000 1073741824 1073778376 140735624976288 140735624973416 243756264743 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/13666/statm: 625 46 37 9 0 29 0

[startup+0.100116 s]
/proc/loadavg: 2.01 2.00 1.71 3/195 13666
/proc/meminfo: memFree=31462296/32872528 swapFree=8292/8292
[pid=13666] ppid=13663 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/13666/stat : 13666 (java) S 13663 13666 13098 0 -1 4202496 3793 0 1 0 5 1 0 0 20 0 18 0 36409606 9787879424 4924 33554432000 1073741824 1073778376 140734043303792 140734043294928 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13666/statm: 2389619 4929 1949 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558476

[startup+0.20029 s]
/proc/loadavg: 2.01 2.00 1.71 3/195 13666
/proc/meminfo: memFree=31462296/32872528 swapFree=8292/8292
[pid=13666] ppid=13663 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/13666/stat : 13666 (java) S 13663 13666 13098 0 -1 4202496 4731 0 1 0 20 1 0 0 20 0 19 0 36409606 9856040960 7331 33554432000 1073741824 1073778376 140734043303792 140734043294928 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13666/statm: 2406260 7331 2202 9 0 2396937 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 9625040

[startup+0.300273 s]
/proc/loadavg: 2.01 2.00 1.71 3/195 13666
/proc/meminfo: memFree=31462296/32872528 swapFree=8292/8292
[pid=13666] ppid=13663 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/13666/stat : 13666 (java) S 13663 13666 13098 0 -1 4202496 7340 0 1 0 47 2 0 0 20 0 19 0 36409606 9856040960 8751 33554432000 1073741824 1073778376 140734043303792 140734043294928 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13666/statm: 2406260 8751 2244 9 0 2396937 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9625040

[startup+0.700213 s]
/proc/loadavg: 2.01 2.00 1.71 3/195 13666
/proc/meminfo: memFree=31462296/32872528 swapFree=8292/8292
[pid=13666] ppid=13663 vsize=9625040 CPUtime=1.04 cores=0,2,4,6
/proc/13666/stat : 13666 (java) S 13663 13666 13098 0 -1 4202496 8446 0 1 0 102 2 0 0 20 0 19 0 36409606 9856040960 9251 33554432000 1073741824 1073778376 140734043303792 140734043294928 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13666/statm: 2406260 9251 2254 9 0 2396937 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 9625040

[startup+1.50079 s]
/proc/loadavg: 2.01 2.00 1.71 3/214 13685
/proc/meminfo: memFree=31430864/32872528 swapFree=8292/8292
[pid=13666] ppid=13663 vsize=9625040 CPUtime=2.12 cores=0,2,4,6
/proc/13666/stat : 13666 (java) S 13663 13666 13098 0 -1 4202496 12793 0 1 0 209 3 0 0 20 0 19 0 36409606 9856040960 10364 33554432000 1073741824 1073778376 140734043303792 140734043294928 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13666/statm: 2406260 10364 2261 9 0 2396937 0
[pid=13666/tid=13668] ppid=13663 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/13666/task/13668/stat : 13668 (java) R 13663 13666 13098 0 -1 4202560 2411 0 1 0 144 1 0 0 20 0 19 0 36409607 9856040960 10364 33554432000 1073741824 1073778376 140734043303792 139997639306960 139997496174302 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13666/tid=13669] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13669/stat : 13669 (java) S 13663 13666 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409609 9856040960 10364 33554432000 1073741824 1073778376 140734043303792 139997617417000 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13666/tid=13670] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13670/stat : 13670 (java) S 13663 13666 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409609 9856040960 10364 33554432000 1073741824 1073778376 140734043303792 139997616364200 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13666/tid=13671] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13671/stat : 13671 (java) S 13663 13666 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409609 9856040960 10364 33554432000 1073741824 1073778376 140734043303792 139997615311912 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13666/tid=13672] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13672/stat : 13672 (java) S 13663 13666 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409609 9856040960 10364 33554432000 1073741824 1073778376 140734043303792 139997614259112 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13666/tid=13673] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13673/stat : 13673 (java) S 13663 13666 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409609 9856040960 10364 33554432000 1073741824 1073778376 140734043303792 139997277579560 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13666/tid=13674] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13674/stat : 13674 (java) S 13663 13666 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409609 9856040960 10364 33554432000 1073741824 1073778376 140734043303792 139997276526760 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13666/tid=13675] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13675/stat : 13675 (java) S 13663 13666 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409609 9856040960 10364 33554432000 1073741824 1073778376 140734043303792 139997275474472 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13666/tid=13676] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13676/stat : 13676 (java) S 13663 13666 13098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36409609 9856040960 10364 33554432000 1073741824 1073778376 140734043303792 139997274421672 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13666/tid=13677] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13677/stat : 13677 (java) S 13663 13666 13098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36409610 9856040960 10364 33554432000 1073741824 1073778376 140734043303792 139997262011112 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13666/tid=13678] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13678/stat : 13678 (java) S 13663 13666 13098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36409610 9856040960 10364 33554432000 1073741824 1073778376 140734043303792 139997260957176 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13666/tid=13679] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13679/stat : 13679 (java) S 13663 13666 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36409610 9856040960 10364 33554432000 1073741824 1073778376 140734043303792 139997259904776 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13666/tid=13680] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13680/stat : 13680 (java) S 13663 13666 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409613 9856040960 10364 33554432000 1073741824 1073778376 140734043303792 139997258853264 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13666/tid=13681] ppid=13663 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/13666/task/13681/stat : 13681 (java) S 13663 13666 13098 0 -1 4202560 6665 0 0 0 45 1 0 0 20 0 19 0 36409613 9856040960 10364 33554432000 1073741824 1073778376 140734043303792 139997257799864 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13666/tid=13682] ppid=13663 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/13666/task/13682/stat : 13682 (java) S 13663 13666 13098 0 -1 4202560 2445 0 0 0 17 0 0 0 20 0 19 0 36409613 9856040960 10364 33554432000 1073741824 1073778376 140734043303792 139997256747064 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13666/tid=13683] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13683/stat : 13683 (java) S 13663 13666 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409613 9856040960 10364 33554432000 1073741824 1073778376 140734043303792 139997255694968 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13666/tid=13684] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13684/stat : 13684 (java) S 13663 13666 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409613 9856040960 10364 33554432000 1073741824 1073778376 140734043303792 139997254642376 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13666/tid=13685] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13685/stat : 13685 (java) S 13663 13666 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36409625 9856040960 10364 33554432000 1073741824 1073778376 140734043303792 139997253588392 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.00 2.00 1.71 3/214 13685
/proc/meminfo: memFree=31423976/32872528 swapFree=8292/8292
[pid=13666] ppid=13663 vsize=9625040 CPUtime=3.85 cores=0,2,4,6
/proc/13666/stat : 13666 (java) S 13663 13666 13098 0 -1 4202496 13521 0 1 0 381 4 0 0 20 0 19 0 36409606 9856040960 12461 33554432000 1073741824 1073778376 140734043303792 140734043294928 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13666/statm: 2406260 12461 2263 9 0 2396937 0
[pid=13666/tid=13668] ppid=13663 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/13666/task/13668/stat : 13668 (java) R 13663 13666 13098 0 -1 4202560 2416 0 1 0 304 1 0 0 20 0 19 0 36409607 9856040960 12461 33554432000 1073741824 1073778376 140734043303792 139997639307568 139997496402585 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13666/tid=13669] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13669/stat : 13669 (java) S 13663 13666 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409609 9856040960 12461 33554432000 1073741824 1073778376 140734043303792 139997617417000 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13666/tid=13670] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13670/stat : 13670 (java) S 13663 13666 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409609 9856040960 12461 33554432000 1073741824 1073778376 140734043303792 139997616364200 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13666/tid=13671] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13671/stat : 13671 (java) S 13663 13666 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409609 9856040960 12461 33554432000 1073741824 1073778376 140734043303792 139997615311912 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13666/tid=13672] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13672/stat : 13672 (java) S 13663 13666 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409609 9856040960 12461 33554432000 1073741824 1073778376 140734043303792 139997614259112 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13666/tid=13673] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13673/stat : 13673 (java) S 13663 13666 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409609 9856040960 12461 33554432000 1073741824 1073778376 140734043303792 139997277579560 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13666/tid=13674] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13674/stat : 13674 (java) S 13663 13666 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409609 9856040960 12461 33554432000 1073741824 1073778376 140734043303792 139997276526760 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13666/tid=13675] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13675/stat : 13675 (java) S 13663 13666 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409609 9856040960 12461 33554432000 1073741824 1073778376 140734043303792 139997275474472 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13666/tid=13676] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13676/stat : 13676 (java) S 13663 13666 13098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36409609 9856040960 12461 33554432000 1073741824 1073778376 140734043303792 139997274421672 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13666/tid=13677] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13677/stat : 13677 (java) S 13663 13666 13098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36409610 9856040960 12461 33554432000 1073741824 1073778376 140734043303792 139997262011112 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13666/tid=13678] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13678/stat : 13678 (java) S 13663 13666 13098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36409610 9856040960 12461 33554432000 1073741824 1073778376 140734043303792 139997260957176 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13666/tid=13679] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13679/stat : 13679 (java) S 13663 13666 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36409610 9856040960 12461 33554432000 1073741824 1073778376 140734043303792 139997259904776 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13666/tid=13680] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13680/stat : 13680 (java) S 13663 13666 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409613 9856040960 12461 33554432000 1073741824 1073778376 140734043303792 139997258853264 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13666/tid=13681] ppid=13663 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/13666/task/13681/stat : 13681 (java) S 13663 13666 13098 0 -1 4202560 7387 0 0 0 53 2 0 0 20 0 19 0 36409613 9856040960 12461 33554432000 1073741824 1073778376 140734043303792 139997257799864 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13666/tid=13682] ppid=13663 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/13666/task/13682/stat : 13682 (java) S 13663 13666 13098 0 -1 4202560 2446 0 0 0 21 0 0 0 20 0 19 0 36409613 9856040960 12461 33554432000 1073741824 1073778376 140734043303792 139997256747064 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13666/tid=13683] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13683/stat : 13683 (java) S 13663 13666 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409613 9856040960 12461 33554432000 1073741824 1073778376 140734043303792 139997255694968 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13666/tid=13684] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13684/stat : 13684 (java) S 13663 13666 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409613 9856040960 12461 33554432000 1073741824 1073778376 140734043303792 139997254642376 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13666/tid=13685] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13685/stat : 13685 (java) S 13663 13666 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36409625 9856040960 12461 33554432000 1073741824 1073778376 140734043303792 139997253588392 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.85
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.00 2.00 1.71 3/214 13685
/proc/meminfo: memFree=31395108/32872528 swapFree=8292/8292
[pid=13666] ppid=13663 vsize=9625040 CPUtime=7.72 cores=0,2,4,6
/proc/13666/stat : 13666 (java) S 13663 13666 13098 0 -1 4202496 23917 0 1 0 766 6 0 0 20 0 19 0 36409606 9856040960 19026 33554432000 1073741824 1073778376 140734043303792 140734043294928 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13666/statm: 2406260 19026 2264 9 0 2396937 0
[pid=13666/tid=13668] ppid=13663 vsize=9625040 CPUtime=6.23 cores=0,2,4,6
/proc/13666/task/13668/stat : 13668 (java) R 13663 13666 13098 0 -1 4202560 2426 0 1 0 622 1 0 0 20 0 19 0 36409607 9856040960 19026 33554432000 1073741824 1073778376 140734043303792 139997639314480 139997496127127 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13666/tid=13669] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13669/stat : 13669 (java) S 13663 13666 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409609 9856040960 19026 33554432000 1073741824 1073778376 140734043303792 139997617417000 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13666/tid=13670] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13670/stat : 13670 (java) S 13663 13666 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409609 9856040960 19026 33554432000 1073741824 1073778376 140734043303792 139997616364200 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13666/tid=13671] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13671/stat : 13671 (java) S 13663 13666 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409609 9856040960 19026 33554432000 1073741824 1073778376 140734043303792 139997615311912 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13666/tid=13672] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13672/stat : 13672 (java) S 13663 13666 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409609 9856040960 19026 33554432000 1073741824 1073778376 140734043303792 139997614259112 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13666/tid=13673] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13673/stat : 13673 (java) S 13663 13666 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409609 9856040960 19026 33554432000 1073741824 1073778376 140734043303792 139997277579560 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13666/tid=13674] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13674/stat : 13674 (java) S 13663 13666 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409609 9856040960 19026 33554432000 1073741824 1073778376 140734043303792 139997276526760 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13666/tid=13675] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13675/stat : 13675 (java) S 13663 13666 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409609 9856040960 19026 33554432000 1073741824 1073778376 140734043303792 139997275474472 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13666/tid=13676] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13676/stat : 13676 (java) S 13663 13666 13098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36409609 9856040960 19026 33554432000 1073741824 1073778376 140734043303792 139997274421672 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13666/tid=13677] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13677/stat : 13677 (java) S 13663 13666 13098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36409610 9856040960 19026 33554432000 1073741824 1073778376 140734043303792 139997262011112 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13666/tid=13678] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13678/stat : 13678 (java) S 13663 13666 13098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36409610 9856040960 19026 33554432000 1073741824 1073778376 140734043303792 139997260957176 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13666/tid=13679] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13679/stat : 13679 (java) S 13663 13666 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36409610 9856040960 19026 33554432000 1073741824 1073778376 140734043303792 139997259904776 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13666/tid=13680] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13680/stat : 13680 (java) S 13663 13666 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409613 9856040960 19026 33554432000 1073741824 1073778376 140734043303792 139997258853264 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13666/tid=13681] ppid=13663 vsize=9625040 CPUtime=0.79 cores=0,2,4,6
/proc/13666/task/13681/stat : 13681 (java) S 13663 13666 13098 0 -1 4202560 12333 0 0 0 77 2 0 0 20 0 19 0 36409613 9856040960 19026 33554432000 1073741824 1073778376 140734043303792 139997257799864 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13666/tid=13682] ppid=13663 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/13666/task/13682/stat : 13682 (java) S 13663 13666 13098 0 -1 4202560 7885 0 0 0 62 2 0 0 20 0 19 0 36409613 9856040960 19026 33554432000 1073741824 1073778376 140734043303792 139997256747064 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13666/tid=13683] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13683/stat : 13683 (java) S 13663 13666 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409613 9856040960 19026 33554432000 1073741824 1073778376 140734043303792 139997255694968 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13666/tid=13684] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13684/stat : 13684 (java) S 13663 13666 13098 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36409613 9856040960 19026 33554432000 1073741824 1073778376 140734043303792 139997254642376 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13666/tid=13685] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13685/stat : 13685 (java) S 13663 13666 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36409625 9856040960 19026 33554432000 1073741824 1073778376 140734043303792 139997253588392 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.72
Current children cumulated vsize (KiB) 9625040


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

[pid=13666/tid=13671] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13671/stat : 13671 (java) S 13663 13666 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409609 9856040960 31314 33554432000 1073741824 1073778376 140734043303792 139997615311912 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13666/tid=13672] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13672/stat : 13672 (java) S 13663 13666 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409609 9856040960 31314 33554432000 1073741824 1073778376 140734043303792 139997614259112 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13666/tid=13673] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13673/stat : 13673 (java) S 13663 13666 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409609 9856040960 31314 33554432000 1073741824 1073778376 140734043303792 139997277579560 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13666/tid=13674] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13674/stat : 13674 (java) S 13663 13666 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409609 9856040960 31314 33554432000 1073741824 1073778376 140734043303792 139997276526760 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13666/tid=13675] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13675/stat : 13675 (java) S 13663 13666 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409609 9856040960 31314 33554432000 1073741824 1073778376 140734043303792 139997275474472 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13666/tid=13676] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13676/stat : 13676 (java) S 13663 13666 13098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36409609 9856040960 31314 33554432000 1073741824 1073778376 140734043303792 139997274421672 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13666/tid=13677] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13677/stat : 13677 (java) S 13663 13666 13098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36409610 9856040960 31314 33554432000 1073741824 1073778376 140734043303792 139997262011112 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13666/tid=13678] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13678/stat : 13678 (java) S 13663 13666 13098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36409610 9856040960 31314 33554432000 1073741824 1073778376 140734043303792 139997260957176 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13666/tid=13679] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13679/stat : 13679 (java) S 13663 13666 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36409610 9856040960 31314 33554432000 1073741824 1073778376 140734043303792 139997259904776 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13666/tid=13680] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13680/stat : 13680 (java) S 13663 13666 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409613 9856040960 31314 33554432000 1073741824 1073778376 140734043303792 139997258853264 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13666/tid=13681] ppid=13663 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/13666/task/13681/stat : 13681 (java) S 13663 13666 13098 0 -1 4202560 12333 0 0 0 78 2 0 0 20 0 19 0 36409613 9856040960 31314 33554432000 1073741824 1073778376 140734043303792 139997257799864 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13666/tid=13682] ppid=13663 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/13666/task/13682/stat : 13682 (java) S 13663 13666 13098 0 -1 4202560 7885 0 0 0 64 2 0 0 20 0 19 0 36409613 9856040960 31314 33554432000 1073741824 1073778376 140734043303792 139997256747064 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13666/tid=13683] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13683/stat : 13683 (java) S 13663 13666 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409613 9856040960 31314 33554432000 1073741824 1073778376 140734043303792 139997255694968 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13666/tid=13684] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13684/stat : 13684 (java) S 13663 13666 13098 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36409613 9856040960 31314 33554432000 1073741824 1073778376 140734043303792 139997254642376 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13666/tid=13685] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13685/stat : 13685 (java) S 13663 13666 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36409625 9856040960 31314 33554432000 1073741824 1073778376 140734043303792 139997253588392 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 17.45
Current children cumulated vsize (KiB) 9625040

[startup+16.8008 s]
/proc/loadavg: 2.08 2.02 1.72 3/213 13685
/proc/meminfo: memFree=31339128/32872528 swapFree=8292/8292
[pid=13666] ppid=13663 vsize=9625040 CPUtime=18.25 cores=0,2,4,6
/proc/13666/stat : 13666 (java) S 13663 13666 13098 0 -1 4202496 23947 0 1 0 1818 7 0 0 20 0 19 0 36409606 9856040960 32850 33554432000 1073741824 1073778376 140734043303792 140734043294928 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13666/statm: 2406260 32850 2264 9 0 2396937 0
[pid=13666/tid=13668] ppid=13663 vsize=9625040 CPUtime=16.7 cores=0,2,4,6
/proc/13666/task/13668/stat : 13668 (java) R 13663 13666 13098 0 -1 4202560 2456 0 1 0 1668 2 0 0 20 0 19 0 36409607 9856040960 32850 33554432000 1073741824 1073778376 140734043303792 139997639306960 139997496174302 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13666/tid=13669] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13669/stat : 13669 (java) S 13663 13666 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409609 9856040960 32850 33554432000 1073741824 1073778376 140734043303792 139997617417000 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13666/tid=13670] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13670/stat : 13670 (java) S 13663 13666 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409609 9856040960 32850 33554432000 1073741824 1073778376 140734043303792 139997616364200 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13666/tid=13671] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13671/stat : 13671 (java) S 13663 13666 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409609 9856040960 32850 33554432000 1073741824 1073778376 140734043303792 139997615311912 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13666/tid=13672] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13672/stat : 13672 (java) S 13663 13666 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409609 9856040960 32850 33554432000 1073741824 1073778376 140734043303792 139997614259112 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13666/tid=13673] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13673/stat : 13673 (java) S 13663 13666 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409609 9856040960 32850 33554432000 1073741824 1073778376 140734043303792 139997277579560 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13666/tid=13674] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13674/stat : 13674 (java) S 13663 13666 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409609 9856040960 32850 33554432000 1073741824 1073778376 140734043303792 139997276526760 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13666/tid=13675] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13675/stat : 13675 (java) S 13663 13666 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409609 9856040960 32850 33554432000 1073741824 1073778376 140734043303792 139997275474472 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13666/tid=13676] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13676/stat : 13676 (java) S 13663 13666 13098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36409609 9856040960 32850 33554432000 1073741824 1073778376 140734043303792 139997274421672 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13666/tid=13677] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13677/stat : 13677 (java) S 13663 13666 13098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36409610 9856040960 32850 33554432000 1073741824 1073778376 140734043303792 139997262011112 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13666/tid=13678] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13678/stat : 13678 (java) S 13663 13666 13098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36409610 9856040960 32850 33554432000 1073741824 1073778376 140734043303792 139997260957176 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13666/tid=13679] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13679/stat : 13679 (java) S 13663 13666 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36409610 9856040960 32850 33554432000 1073741824 1073778376 140734043303792 139997259904776 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13666/tid=13680] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13680/stat : 13680 (java) S 13663 13666 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409613 9856040960 32850 33554432000 1073741824 1073778376 140734043303792 139997258853264 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13666/tid=13681] ppid=13663 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/13666/task/13681/stat : 13681 (java) S 13663 13666 13098 0 -1 4202560 12333 0 0 0 78 2 0 0 20 0 19 0 36409613 9856040960 32850 33554432000 1073741824 1073778376 140734043303792 139997257799864 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13666/tid=13682] ppid=13663 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/13666/task/13682/stat : 13682 (java) S 13663 13666 13098 0 -1 4202560 7885 0 0 0 64 2 0 0 20 0 19 0 36409613 9856040960 32850 33554432000 1073741824 1073778376 140734043303792 139997256747064 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13666/tid=13683] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13683/stat : 13683 (java) S 13663 13666 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409613 9856040960 32850 33554432000 1073741824 1073778376 140734043303792 139997255694968 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13666/tid=13684] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13684/stat : 13684 (java) S 13663 13666 13098 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36409613 9856040960 32850 33554432000 1073741824 1073778376 140734043303792 139997254642376 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13666/tid=13685] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13685/stat : 13685 (java) S 13663 13666 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36409625 9856040960 32850 33554432000 1073741824 1073778376 140734043303792 139997253588392 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 18.25
Current children cumulated vsize (KiB) 9625040

[startup+17.2008 s]
/proc/loadavg: 2.08 2.02 1.72 3/213 13685
/proc/meminfo: memFree=31339128/32872528 swapFree=8292/8292
[pid=13666] ppid=13663 vsize=9625040 CPUtime=18.65 cores=0,2,4,6
/proc/13666/stat : 13666 (java) S 13663 13666 13098 0 -1 4202496 23948 0 1 0 1858 7 0 0 20 0 19 0 36409606 9856040960 33362 33554432000 1073741824 1073778376 140734043303792 140734043294928 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13666/statm: 2406260 33362 2264 9 0 2396937 0
[pid=13666/tid=13668] ppid=13663 vsize=9625040 CPUtime=17.1 cores=0,2,4,6
/proc/13666/task/13668/stat : 13668 (java) R 13663 13666 13098 0 -1 4202560 2457 0 1 0 1708 2 0 0 20 0 19 0 36409607 9856040960 33362 33554432000 1073741824 1073778376 140734043303792 139997639306960 139997496174197 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13666/tid=13669] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13669/stat : 13669 (java) S 13663 13666 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409609 9856040960 33362 33554432000 1073741824 1073778376 140734043303792 139997617417000 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13666/tid=13670] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13670/stat : 13670 (java) S 13663 13666 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409609 9856040960 33362 33554432000 1073741824 1073778376 140734043303792 139997616364200 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13666/tid=13671] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13671/stat : 13671 (java) S 13663 13666 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409609 9856040960 33362 33554432000 1073741824 1073778376 140734043303792 139997615311912 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13666/tid=13672] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13672/stat : 13672 (java) S 13663 13666 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409609 9856040960 33362 33554432000 1073741824 1073778376 140734043303792 139997614259112 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13666/tid=13673] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13673/stat : 13673 (java) S 13663 13666 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409609 9856040960 33362 33554432000 1073741824 1073778376 140734043303792 139997277579560 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13666/tid=13674] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13674/stat : 13674 (java) S 13663 13666 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409609 9856040960 33362 33554432000 1073741824 1073778376 140734043303792 139997276526760 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13666/tid=13675] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13675/stat : 13675 (java) S 13663 13666 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409609 9856040960 33362 33554432000 1073741824 1073778376 140734043303792 139997275474472 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13666/tid=13676] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13676/stat : 13676 (java) S 13663 13666 13098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36409609 9856040960 33362 33554432000 1073741824 1073778376 140734043303792 139997274421672 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13666/tid=13677] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13677/stat : 13677 (java) S 13663 13666 13098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36409610 9856040960 33362 33554432000 1073741824 1073778376 140734043303792 139997262011112 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13666/tid=13678] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13678/stat : 13678 (java) S 13663 13666 13098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36409610 9856040960 33362 33554432000 1073741824 1073778376 140734043303792 139997260957176 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13666/tid=13679] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13679/stat : 13679 (java) S 13663 13666 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36409610 9856040960 33362 33554432000 1073741824 1073778376 140734043303792 139997259904776 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13666/tid=13680] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13680/stat : 13680 (java) S 13663 13666 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409613 9856040960 33362 33554432000 1073741824 1073778376 140734043303792 139997258853264 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13666/tid=13681] ppid=13663 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/13666/task/13681/stat : 13681 (java) S 13663 13666 13098 0 -1 4202560 12333 0 0 0 78 2 0 0 20 0 19 0 36409613 9856040960 33362 33554432000 1073741824 1073778376 140734043303792 139997257799864 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13666/tid=13682] ppid=13663 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/13666/task/13682/stat : 13682 (java) S 13663 13666 13098 0 -1 4202560 7885 0 0 0 64 2 0 0 20 0 19 0 36409613 9856040960 33362 33554432000 1073741824 1073778376 140734043303792 139997256747064 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13666/tid=13683] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13683/stat : 13683 (java) S 13663 13666 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409613 9856040960 33362 33554432000 1073741824 1073778376 140734043303792 139997255694968 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13666/tid=13684] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13684/stat : 13684 (java) S 13663 13666 13098 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36409613 9856040960 33362 33554432000 1073741824 1073778376 140734043303792 139997254642376 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13666/tid=13685] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13685/stat : 13685 (java) S 13663 13666 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36409625 9856040960 33362 33554432000 1073741824 1073778376 140734043303792 139997253588392 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 18.65
Current children cumulated vsize (KiB) 9625040

[startup+17.6008 s]
/proc/loadavg: 2.07 2.02 1.72 3/213 13685
/proc/meminfo: memFree=31332984/32872528 swapFree=8292/8292
[pid=13666] ppid=13663 vsize=9625040 CPUtime=19.05 cores=0,2,4,6
/proc/13666/stat : 13666 (java) S 13663 13666 13098 0 -1 4202496 23949 0 1 0 1898 7 0 0 20 0 19 0 36409606 9856040960 33874 33554432000 1073741824 1073778376 140734043303792 140734043294928 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13666/statm: 2406260 33874 2264 9 0 2396937 0
[pid=13666/tid=13668] ppid=13663 vsize=9625040 CPUtime=17.51 cores=0,2,4,6
/proc/13666/task/13668/stat : 13668 (java) R 13663 13666 13098 0 -1 4202560 2458 0 1 0 1749 2 0 0 20 0 19 0 36409607 9856040960 33874 33554432000 1073741824 1073778376 140734043303792 139997639306960 139997496197522 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13666/tid=13669] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13669/stat : 13669 (java) S 13663 13666 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409609 9856040960 33874 33554432000 1073741824 1073778376 140734043303792 139997617417000 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13666/tid=13670] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13670/stat : 13670 (java) S 13663 13666 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409609 9856040960 33874 33554432000 1073741824 1073778376 140734043303792 139997616364200 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13666/tid=13671] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13671/stat : 13671 (java) S 13663 13666 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409609 9856040960 33874 33554432000 1073741824 1073778376 140734043303792 139997615311912 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13666/tid=13672] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13672/stat : 13672 (java) S 13663 13666 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409609 9856040960 33874 33554432000 1073741824 1073778376 140734043303792 139997614259112 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13666/tid=13673] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13673/stat : 13673 (java) S 13663 13666 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409609 9856040960 33874 33554432000 1073741824 1073778376 140734043303792 139997277579560 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13666/tid=13674] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13674/stat : 13674 (java) S 13663 13666 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409609 9856040960 33874 33554432000 1073741824 1073778376 140734043303792 139997276526760 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13666/tid=13675] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13675/stat : 13675 (java) S 13663 13666 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409609 9856040960 33874 33554432000 1073741824 1073778376 140734043303792 139997275474472 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13666/tid=13676] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13676/stat : 13676 (java) S 13663 13666 13098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36409609 9856040960 33874 33554432000 1073741824 1073778376 140734043303792 139997274421672 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13666/tid=13677] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13677/stat : 13677 (java) S 13663 13666 13098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36409610 9856040960 33874 33554432000 1073741824 1073778376 140734043303792 139997262011112 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13666/tid=13678] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13678/stat : 13678 (java) S 13663 13666 13098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36409610 9856040960 33874 33554432000 1073741824 1073778376 140734043303792 139997260957176 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13666/tid=13679] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13679/stat : 13679 (java) S 13663 13666 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36409610 9856040960 33874 33554432000 1073741824 1073778376 140734043303792 139997259904776 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13666/tid=13680] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13680/stat : 13680 (java) S 13663 13666 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409613 9856040960 33874 33554432000 1073741824 1073778376 140734043303792 139997258853264 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13666/tid=13681] ppid=13663 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/13666/task/13681/stat : 13681 (java) S 13663 13666 13098 0 -1 4202560 12333 0 0 0 78 2 0 0 20 0 19 0 36409613 9856040960 33874 33554432000 1073741824 1073778376 140734043303792 139997257799864 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13666/tid=13682] ppid=13663 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/13666/task/13682/stat : 13682 (java) S 13663 13666 13098 0 -1 4202560 7885 0 0 0 64 2 0 0 20 0 19 0 36409613 9856040960 33874 33554432000 1073741824 1073778376 140734043303792 139997256747064 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13666/tid=13683] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13683/stat : 13683 (java) S 13663 13666 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36409613 9856040960 33874 33554432000 1073741824 1073778376 140734043303792 139997255694968 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13666/tid=13684] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13684/stat : 13684 (java) S 13663 13666 13098 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36409613 9856040960 33874 33554432000 1073741824 1073778376 140734043303792 139997254642376 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13666/tid=13685] ppid=13663 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13666/task/13685/stat : 13685 (java) S 13663 13666 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36409625 9856040960 33874 33554432000 1073741824 1073778376 140734043303792 139997253588392 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 19.05
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 17.696
CPU time (s): 19.1111
CPU user time (s): 19.0181
CPU system time (s): 0.092985
CPU usage (%): 107.997
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.0181
system time used= 0.092985
maximum resident set size= 135560
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23972
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= 719
involuntary context switches= 104

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.093985 second user time and 0.135979 second system time

The end

Launcher Data

Begin job on node151 at 2016-06-19 15:40:48
IDJOB=4109492
IDBENCH=78828
IDSOLVER=2551
FILE ID=node151/4109492-1466343648
RUNJOBID= node151-1466341797-13114
PBS_JOBID= 19922011
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110973163--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109492-1466343648/watcher-4109492-1466343648 -o /tmp/evaluation-result-4109492-1466343648/solver-4109492-1466343648 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1466341797-13114 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4109492-1466343648.wbo

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

MD5SUM BENCH= e1c1b8cf9bad61151281f614914c2e6f
RANDOM SEED=785222094

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
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.56
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		: 2667.103
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:        31463088 kB
Buffers:          119460 kB
Cached:           197380 kB
SwapCached:         1712 kB
Active:           398916 kB
Inactive:         194808 kB
Active(anon):     275880 kB
Inactive(anon):     3280 kB
Active(file):     123036 kB
Inactive(file):   191528 kB
Unevictable:        8292 kB
Mlocked:            8292 kB
SwapTotal:      67108856 kB
SwapFree:       67099344 kB
Dirty:               672 kB
Writeback:             0 kB
AnonPages:        325512 kB
Mapped:            16536 kB
Shmem:                 0 kB
Slab:             638400 kB
SReclaimable:      81592 kB
SUnreclaim:       556808 kB
KernelStack:        1768 kB
PageTables:         4984 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     697280 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    290816 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= 71744 MiB
End job on node151 at 2016-06-19 15:41:06