Trace number 4090925

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 21.1008 19.8197

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111223220--soft-0-100-0.wbo
MD5SUMeefb750387a2df9ca152a94906c66d6e
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark5.74113
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 4944
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 4943
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1230
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.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@587bd9f2
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@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4090925-1466067871.wbo
0.11/0.10	c reading problem ... 
0.11/0.16	c ... done. Wall clock time 0.055s.
0.11/0.16	c declared #vars     169
0.11/0.16	c internal #vars     270
0.11/0.16	c #constraints  101
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.11/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.11/0.16	c 101 constraints processed.
0.11/0.16	c objective function length is 101 literals
0.54/0.31	c SATISFIABLE
0.54/0.31	c OPTIMIZING...
0.54/0.31	c Got one! Elapsed wall clock time (in seconds):0.205
0.54/0.31	o 743
0.54/0.31	c Got one! Elapsed wall clock time (in seconds):0.211
0.54/0.31	o 506
0.54/0.32	c Got one! Elapsed wall clock time (in seconds):0.216
0.54/0.32	o 503
0.54/0.32	c Got one! Elapsed wall clock time (in seconds):0.22
0.54/0.32	o 494
0.54/0.36	c Got one! Elapsed wall clock time (in seconds):0.258
0.54/0.36	o 481
0.54/0.37	c Got one! Elapsed wall clock time (in seconds):0.269
0.54/0.37	o 478
0.54/0.37	c Got one! Elapsed wall clock time (in seconds):0.273
0.54/0.37	o 380
0.54/0.38	c Got one! Elapsed wall clock time (in seconds):0.277
0.54/0.38	o 374
0.54/0.38	c Got one! Elapsed wall clock time (in seconds):0.284
0.54/0.38	o 372
0.68/0.40	c Got one! Elapsed wall clock time (in seconds):0.3
0.68/0.40	o 347
0.68/0.41	c Got one! Elapsed wall clock time (in seconds):0.306
0.68/0.41	o 345
0.83/0.55	c Got one! Elapsed wall clock time (in seconds):0.454
0.83/0.55	o 343
0.83/0.56	c Got one! Elapsed wall clock time (in seconds):0.46
0.83/0.56	o 341
0.83/0.58	c Got one! Elapsed wall clock time (in seconds):0.485
0.83/0.58	o 338
0.94/0.62	c Got one! Elapsed wall clock time (in seconds):0.521
0.94/0.62	o 333
0.94/0.62	c Got one! Elapsed wall clock time (in seconds):0.524
0.94/0.62	o 321
0.94/0.64	c Got one! Elapsed wall clock time (in seconds):0.541
0.94/0.64	o 319
0.94/0.64	c Got one! Elapsed wall clock time (in seconds):0.543
0.94/0.64	o 311
1.05/0.70	c Got one! Elapsed wall clock time (in seconds):0.596
1.05/0.70	o 310
1.05/0.78	c cleaning 4871 clauses out of 9741 with flag 3412/9741
1.19/0.86	c Got one! Elapsed wall clock time (in seconds):0.76
1.19/0.86	o 309
1.19/0.88	c Got one! Elapsed wall clock time (in seconds):0.781
1.19/0.88	o 307
1.30/0.92	c Got one! Elapsed wall clock time (in seconds):0.818
1.30/0.92	o 305
1.30/0.99	c Got one! Elapsed wall clock time (in seconds):0.894
1.30/0.99	o 303
1.61/1.16	c cleaning 6285 clauses out of 12576 with flag 11636/17447
1.61/1.20	c Got one! Elapsed wall clock time (in seconds):1.1
1.61/1.20	o 294
1.74/1.25	c Got one! Elapsed wall clock time (in seconds):1.153
1.74/1.25	o 289
1.85/1.38	c Got one! Elapsed wall clock time (in seconds):1.277
1.85/1.38	o 280
1.95/1.49	c cleaning 6418 clauses out of 12835 with flag 8270/23991
2.06/1.53	c Got one! Elapsed wall clock time (in seconds):1.431
2.06/1.53	o 266
2.26/1.74	c cleaning 5705 clauses out of 11425 with flag 18892/28999
2.46/1.94	c Got one! Elapsed wall clock time (in seconds):1.842
2.46/1.94	o 265
2.56/2.00	c cleaning 5369 clauses out of 10751 with flag 5219/34030
2.87/2.31	c cleaning 5682 clauses out of 11385 with flag 36651/40033
2.87/2.34	c Got one! Elapsed wall clock time (in seconds):2.242
2.87/2.34	o 259
2.87/2.38	c Got one! Elapsed wall clock time (in seconds):2.277
2.87/2.38	o 254
3.07/2.51	c Got one! Elapsed wall clock time (in seconds):2.415
3.07/2.51	o 245
3.17/2.68	c cleaning 6578 clauses out of 13163 with flag 15777/47493
3.47/2.99	c cleaning 6290 clauses out of 12588 with flag 44787/53496
3.57/3.07	c Got one! Elapsed wall clock time (in seconds):2.975
3.57/3.07	o 241
3.67/3.14	c Got one! Elapsed wall clock time (in seconds):3.043
3.67/3.14	o 239
3.77/3.25	c cleaning 5828 clauses out of 11657 with flag 10420/58855
3.88/3.32	c Got one! Elapsed wall clock time (in seconds):3.221
3.88/3.32	o 238
3.88/3.34	c Got one! Elapsed wall clock time (in seconds):3.238
3.88/3.34	o 175
3.88/3.36	c Got one! Elapsed wall clock time (in seconds):3.26
3.88/3.36	o 174
3.88/3.39	c Got one! Elapsed wall clock time (in seconds):3.292
3.88/3.39	o 170
3.88/3.40	c Got one! Elapsed wall clock time (in seconds):3.302
3.88/3.40	o 165
3.99/3.41	c Got one! Elapsed wall clock time (in seconds):3.311
3.99/3.41	o 162
4.13/3.51	c Got one! Elapsed wall clock time (in seconds):3.41
4.13/3.51	o 161
4.13/3.55	c Got one! Elapsed wall clock time (in seconds):3.453
4.13/3.55	o 158
4.25/3.60	c Got one! Elapsed wall clock time (in seconds):3.499
4.25/3.60	o 154
4.25/3.66	c Got one! Elapsed wall clock time (in seconds):3.564
4.25/3.66	o 152
4.35/3.78	c cleaning 8026 clauses out of 16058 with flag 8240/69084
4.45/3.86	c Got one! Elapsed wall clock time (in seconds):3.763
4.45/3.86	o 150
4.65/4.08	c cleaning 6954 clauses out of 13910 with flag 18111/74962
4.85/4.20	c Got one! Elapsed wall clock time (in seconds):4.098
4.85/4.20	o 149
4.85/4.21	c Got one! Elapsed wall clock time (in seconds):4.114
4.85/4.21	o 146
4.85/4.24	c Got one! Elapsed wall clock time (in seconds):4.145
4.85/4.24	o 141
4.85/4.27	c Got one! Elapsed wall clock time (in seconds):4.166
4.85/4.27	o 139
4.85/4.28	c Got one! Elapsed wall clock time (in seconds):4.18
4.85/4.28	o 138
4.95/4.37	c Got one! Elapsed wall clock time (in seconds):4.271
4.95/4.37	o 137
4.95/4.40	c Got one! Elapsed wall clock time (in seconds):4.295
4.95/4.40	o 129
5.06/4.48	c Got one! Elapsed wall clock time (in seconds):4.379
5.06/4.48	o 128
5.16/4.54	c cleaning 7864 clauses out of 15738 with flag 4321/83744
5.16/4.58	c Got one! Elapsed wall clock time (in seconds):4.48
5.16/4.58	o 126
5.26/4.61	c Got one! Elapsed wall clock time (in seconds):4.513
5.26/4.61	o 118
5.26/4.65	c Got one! Elapsed wall clock time (in seconds):4.549
5.26/4.65	o 112
5.48/4.85	c Got one! Elapsed wall clock time (in seconds):4.749
5.48/4.85	o 107
5.48/4.90	c Got one! Elapsed wall clock time (in seconds):4.797
5.48/4.90	o 106
5.59/4.97	c Got one! Elapsed wall clock time (in seconds):4.866
5.59/4.97	o 104
5.70/5.06	c cleaning 8369 clauses out of 16747 with flag 4098/92617
5.70/5.07	c Got one! Elapsed wall clock time (in seconds):4.973
5.70/5.07	o 99
5.70/5.08	c Got one! Elapsed wall clock time (in seconds):4.981
5.70/5.08	o 94
5.70/5.09	c Got one! Elapsed wall clock time (in seconds):4.994
5.70/5.09	o 70
5.92/5.11	c Got one! Elapsed wall clock time (in seconds):5.008
5.92/5.11	o 61
6.32/5.35	c cleaning 7182 clauses out of 14365 with flag 20140/98604
6.80/5.61	c cleaning 6591 clauses out of 13183 with flag 44459/104604
7.09/5.92	c cleaning 6793 clauses out of 13594 with flag 75091/111606
7.39/6.29	c cleaning 7397 clauses out of 14799 with flag 114691/119604
7.59/6.45	c Got one! Elapsed wall clock time (in seconds):6.35
7.59/6.45	o 60
7.59/6.46	c Got one! Elapsed wall clock time (in seconds):6.36
7.59/6.46	o 59
7.59/6.47	c Got one! Elapsed wall clock time (in seconds):6.372
7.59/6.47	o 56
7.69/6.56	c cleaning 6936 clauses out of 13886 with flag 10213/126088
7.80/6.68	c Got one! Elapsed wall clock time (in seconds):6.581
7.80/6.68	o 53
7.80/6.70	c Got one! Elapsed wall clock time (in seconds):6.599
7.80/6.70	o 50
7.90/6.79	c cleaning 6316 clauses out of 12646 with flag 7837/131784
8.09/6.97	c Got one! Elapsed wall clock time (in seconds):6.872
8.09/6.97	o 46
8.39/7.20	c cleaning 8293 clauses out of 16602 with flag 17480/142056
8.59/7.44	c cleaning 7146 clauses out of 14309 with flag 40753/148056
8.90/7.71	c cleaning 7071 clauses out of 14163 with flag 64773/155056
9.19/8.03	c cleaning 7539 clauses out of 15093 with flag 95538/163057
9.59/8.45	c cleaning 8273 clauses out of 16553 with flag 134997/172056
10.10/8.91	c cleaning 9135 clauses out of 18280 with flag 179499/182056
10.49/9.31	c Got one! Elapsed wall clock time (in seconds):9.207
10.49/9.31	o 45
10.69/9.57	c cleaning 11384 clauses out of 22767 with flag 18857/195679
11.00/9.83	c cleaning 8689 clauses out of 17383 with flag 42461/201679
11.00/9.88	c Got one! Elapsed wall clock time (in seconds):9.778
11.00/9.88	o 43
11.21/10.04	c cleaning 7012 clauses out of 14036 with flag 16644/207021
11.41/10.28	c cleaning 6503 clauses out of 13025 with flag 41330/213022
11.71/10.51	c Got one! Elapsed wall clock time (in seconds):10.412
11.71/10.51	o 42
11.91/10.74	c cleaning 8772 clauses out of 17546 with flag 17328/224046
12.11/10.98	c cleaning 7387 clauses out of 14773 with flag 37576/230045
12.41/11.25	c cleaning 7184 clauses out of 14388 with flag 60960/237048
12.72/11.57	c cleaning 7593 clauses out of 15201 with flag 89544/245046
13.12/11.97	c cleaning 8302 clauses out of 16608 with flag 124494/254046
13.32/12.12	c Got one! Elapsed wall clock time (in seconds):12.016
13.32/12.12	o 39
13.42/12.21	c cleaning 7046 clauses out of 14102 with flag 7544/259842
13.51/12.39	c Got one! Elapsed wall clock time (in seconds):12.292
13.51/12.39	o 38
13.63/12.44	c cleaning 6450 clauses out of 12905 with flag 3686/265692
13.83/12.66	c cleaning 6216 clauses out of 12456 with flag 24364/271694
14.13/12.92	c cleaning 6614 clauses out of 13238 with flag 48060/278693
14.44/13.24	c cleaning 7311 clauses out of 14623 with flag 76542/286692
14.83/13.61	c cleaning 8151 clauses out of 16313 with flag 108147/295693
15.23/14.06	c cleaning 9080 clauses out of 18161 with flag 145480/305693
15.73/14.58	c cleaning 10037 clauses out of 20079 with flag 188264/316692
16.03/14.87	c Got one! Elapsed wall clock time (in seconds):14.773
16.03/14.87	o 29
16.33/15.12	c cleaning 10794 clauses out of 21592 with flag 18570/328242
16.53/15.37	c cleaning 8395 clauses out of 16798 with flag 40114/334243
16.64/15.42	c Got one! Elapsed wall clock time (in seconds):15.321
16.64/15.42	o 28
16.74/15.57	c Got one! Elapsed wall clock time (in seconds):15.473
16.74/15.57	o 27
16.83/15.62	c cleaning 7443 clauses out of 14900 with flag 3889/340741
17.03/15.85	c cleaning 6721 clauses out of 13457 with flag 26907/346742
17.33/16.12	c cleaning 6865 clauses out of 13734 with flag 54065/353740
17.63/16.43	c cleaning 7434 clauses out of 14869 with flag 82387/361741
17.93/16.79	c cleaning 8213 clauses out of 16436 with flag 115683/370743
18.13/16.93	c Got one! Elapsed wall clock time (in seconds):16.83
18.13/16.93	o 26
18.13/16.98	c cleaning 6648 clauses out of 13305 with flag 3668/375826
18.43/17.20	c cleaning 6315 clauses out of 12658 with flag 25061/381827
18.63/17.47	c cleaning 6666 clauses out of 13342 with flag 50203/388827
18.84/17.61	c Got one! Elapsed wall clock time (in seconds):17.514
18.84/17.61	o 23
18.84/17.66	c cleaning 5864 clauses out of 11730 with flag 3692/393882
19.03/17.84	c Got one! Elapsed wall clock time (in seconds):17.735
19.03/17.84	o 22
19.23/18.06	c cleaning 8133 clauses out of 16270 with flag 18942/404287
19.43/18.21	c Got one! Elapsed wall clock time (in seconds):18.112
19.43/18.21	o 20
19.53/18.30	c cleaning 7032 clauses out of 14074 with flag 7407/410226
19.73/18.52	c cleaning 6517 clauses out of 13041 with flag 31324/416226
19.73/18.56	c Got one! Elapsed wall clock time (in seconds):18.459
19.73/18.56	o 16
19.83/18.67	c Got one! Elapsed wall clock time (in seconds):18.574
19.83/18.67	o 13
19.94/18.72	c cleaning 6112 clauses out of 12244 with flag 4025/421946
20.13/18.95	c cleaning 6062 clauses out of 12128 with flag 27840/427944
20.43/19.20	c cleaning 6523 clauses out of 13064 with flag 53977/434944
20.43/19.23	c Got one! Elapsed wall clock time (in seconds):19.132
20.43/19.23	o 12
20.43/19.27	c Got one! Elapsed wall clock time (in seconds):19.172
20.43/19.27	o 8
20.43/19.28	c Got one! Elapsed wall clock time (in seconds):19.176
20.43/19.28	o 4
20.64/19.42	c Got one! Elapsed wall clock time (in seconds):19.318
20.64/19.42	o 3
20.64/19.44	c Got one! Elapsed wall clock time (in seconds):19.336
20.64/19.44	o 1
20.64/19.49	c cleaning 6967 clauses out of 13942 with flag 4248/442347
20.96/19.73	c cleaning 6479 clauses out of 12966 with flag 31206/448348
21.07/19.81	c starts		: 264
21.07/19.81	c conflicts		: 450428
21.07/19.81	c decisions		: 764091
21.07/19.81	c propagations		: 13660824
21.07/19.81	c inspects		: 222470983
21.07/19.81	c shortcuts		: 0
21.07/19.81	c learnt literals	: 51
21.07/19.81	c learnt binary clauses	: 16
21.07/19.81	c learnt ternary clauses	: 891
21.07/19.81	c learnt constraints	: 450376
21.07/19.81	c ignored constraints	: 0
21.07/19.81	c root simplifications	: 0
21.07/19.81	c removed literals (reason simplification)	: 0
21.07/19.81	c reason swapping (by a shorter reason)	: 0
21.07/19.81	c Calls to reduceDB	: 61
21.07/19.81	c Number of update (reduction) of LBD	: 127021
21.07/19.81	c Imported unit clauses	: 0
21.07/19.81	c number of reductions to clauses (during analyze)	: 0
21.07/19.81	c number of learned constraints concerned by reduction	: 0
21.07/19.81	c number of learning phase by resolution	: 0
21.07/19.81	c number of learning phase by cutting planes	: 0
21.07/19.81	c speed (assignments/second)	: 695136.5764298799
21.07/19.81	c non guided choices	4361
21.07/19.81	c learnt constraints type 
21.07/19.81	s OPTIMUM FOUND
21.07/19.81	c Found 87 solution(s)
21.07/19.81	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 
21.07/19.81	c objective function=1
21.07/19.81	c Total wall clock time (in seconds): 19.712

Verifier Data

OK	1

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-4090925-1466067871/watcher-4090925-1466067871 -o /tmp/evaluation-result-4090925-1466067871/solver-4090925-1466067871 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1466062115-17406 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090925-1466067871.wbo 

pid=19074
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.16 2.22 2.18 3/194 19077
/proc/meminfo: memFree=30266864/32872528 swapFree=1499116/1695340
[pid=19077] ppid=19074 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/19077/stat : 19077 (java) S 19074 19077 17390 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 8832811 98570240 978 33554432000 1073741824 1073778376 140734506515040 140734506506176 225448067133 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19077/statm: 24065 978 744 9 0 16771 0
[pid=19077/tid=19078] ppid=19074 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19078/stat : 19078 (java) R 19074 19077 17390 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 8832812 98570240 978 33554432000 1073741824 1073778376 140734506515040 140099192372776 225444709760 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.100064 s]
/proc/loadavg: 2.16 2.22 2.18 3/194 19077
/proc/meminfo: memFree=30266864/32872528 swapFree=1499116/1695340
[pid=19077] ppid=19074 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/19077/stat : 19077 (java) S 19074 19077 17390 0 -1 4202496 4489 0 1 0 10 1 0 0 20 0 18 0 8832811 9787879424 6127 33554432000 1073741824 1073778376 140734506515040 140734506506176 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19077/statm: 2389619 6127 2157 9 0 2380296 0
[pid=19077/tid=19078] ppid=19074 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/19077/task/19078/stat : 19078 (java) R 19074 19077 17390 0 -1 4202560 2382 0 1 0 8 0 0 0 20 0 18 0 8832812 9787879424 6127 33554432000 1073741824 1073778376 140734506515040 140099192376224 140099195181108 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200301 s]
/proc/loadavg: 2.16 2.22 2.18 3/194 19077
/proc/meminfo: memFree=30266864/32872528 swapFree=1499116/1695340
[pid=19077] ppid=19074 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/19077/stat : 19077 (java) S 19074 19077 17390 0 -1 4202496 6438 0 1 0 27 2 0 0 20 0 19 0 8832811 9856040960 8037 33554432000 1073741824 1073778376 140734506515040 140734506506176 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19077/statm: 2406260 8037 2233 9 0 2396937 0
[pid=19077/tid=19078] ppid=19074 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/19077/task/19078/stat : 19078 (java) R 19074 19077 17390 0 -1 4202560 2413 0 1 0 16 2 0 0 20 0 19 0 8832812 9856040960 8037 33554432000 1073741824 1073778376 140734506515040 140099192377984 140099031424557 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9625040

[startup+0.300352 s]
/proc/loadavg: 2.16 2.22 2.18 3/194 19077
/proc/meminfo: memFree=30266864/32872528 swapFree=1499116/1695340
[pid=19077] ppid=19074 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/19077/stat : 19077 (java) S 19074 19077 17390 0 -1 4202496 6999 0 1 0 52 2 0 0 20 0 19 0 8832811 9856040960 8109 33554432000 1073741824 1073778376 140734506515040 140734506506176 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19077/statm: 2406260 8109 2243 9 0 2396937 0
[pid=19077/tid=19078] ppid=19074 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/19077/task/19078/stat : 19078 (java) R 19074 19077 17390 0 -1 4202560 2414 0 1 0 26 2 0 0 20 0 19 0 8832812 9856040960 8109 33554432000 1073741824 1073778376 140734506515040 140099192377528 140099031833199 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9625040

[startup+0.700275 s]
/proc/loadavg: 2.16 2.22 2.18 3/194 19077
/proc/meminfo: memFree=30266864/32872528 swapFree=1499116/1695340
[pid=19077] ppid=19074 vsize=9625040 CPUtime=1.05 cores=0,2,4,6
/proc/19077/stat : 19077 (java) S 19074 19077 17390 0 -1 4202496 8008 0 1 0 103 2 0 0 20 0 19 0 8832811 9856040960 9160 33554432000 1073741824 1073778376 140734506515040 140734506506176 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19077/statm: 2406260 9160 2254 9 0 2396937 0
[pid=19077/tid=19078] ppid=19074 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/19077/task/19078/stat : 19078 (java) R 19074 19077 17390 0 -1 4202560 2416 0 1 0 66 2 0 0 20 0 19 0 8832812 9856040960 9160 33554432000 1073741824 1073778376 140734506515040 140099192369456 225448092845 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 9625040

[startup+1.50071 s]
/proc/loadavg: 2.16 2.22 2.18 4/213 19096
/proc/meminfo: memFree=30222908/32872528 swapFree=1499116/1695340
[pid=19077] ppid=19074 vsize=9625040 CPUtime=2.06 cores=0,2,4,6
/proc/19077/stat : 19077 (java) S 19074 19077 17390 0 -1 4202496 10774 0 1 0 204 2 0 0 20 0 19 0 8832811 9856040960 11085 33554432000 1073741824 1073778376 140734506515040 140734506506176 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19077/statm: 2406260 11085 2260 9 0 2396937 0
[pid=19077/tid=19078] ppid=19074 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/19077/task/19078/stat : 19078 (java) R 19074 19077 17390 0 -1 4202560 2420 0 1 0 146 2 0 0 20 0 19 0 8832812 9856040960 11085 33554432000 1073741824 1073778376 140734506515040 140099192377848 140099031880740 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19077/tid=19080] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19080/stat : 19080 (java) S 19074 19077 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832813 9856040960 11085 33554432000 1073741824 1073778376 140734506515040 140099153869224 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19077/tid=19081] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19081/stat : 19081 (java) S 19074 19077 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832813 9856040960 11085 33554432000 1073741824 1073778376 140734506515040 140099152816680 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19077/tid=19082] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19082/stat : 19082 (java) S 19074 19077 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832813 9856040960 11085 33554432000 1073741824 1073778376 140734506515040 140099151763624 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19077/tid=19083] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19083/stat : 19083 (java) S 19074 19077 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832813 9856040960 11085 33554432000 1073741824 1073778376 140734506515040 140099150711080 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19077/tid=19084] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19084/stat : 19084 (java) S 19074 19077 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832813 9856040960 11085 33554432000 1073741824 1073778376 140734506515040 140099031395240 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19077/tid=19085] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19085/stat : 19085 (java) S 19074 19077 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832813 9856040960 11085 33554432000 1073741824 1073778376 140734506515040 140099030342696 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19077/tid=19086] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19086/stat : 19086 (java) S 19074 19077 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832813 9856040960 11085 33554432000 1073741824 1073778376 140734506515040 140099029289640 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19077/tid=19087] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19087/stat : 19087 (java) S 19074 19077 17390 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8832813 9856040960 11085 33554432000 1073741824 1073778376 140734506515040 140099028237096 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19077/tid=19088] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19088/stat : 19088 (java) S 19074 19077 17390 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8832814 9856040960 11085 33554432000 1073741824 1073778376 140734506515040 140099016038760 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19077/tid=19089] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19089/stat : 19089 (java) S 19074 19077 17390 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8832814 9856040960 11085 33554432000 1073741824 1073778376 140734506515040 140098410636664 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19077/tid=19090] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19090/stat : 19090 (java) S 19074 19077 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8832814 9856040960 11085 33554432000 1073741824 1073778376 140734506515040 140098409583496 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19077/tid=19091] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19091/stat : 19091 (java) S 19074 19077 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832816 9856040960 11085 33554432000 1073741824 1073778376 140734506515040 140098408532240 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19077/tid=19092] ppid=19074 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/19077/task/19092/stat : 19092 (java) S 19074 19077 17390 0 -1 4202560 1870 0 0 0 21 0 0 0 20 0 19 0 8832816 9856040960 11085 33554432000 1073741824 1073778376 140734506515040 140098407480120 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19077/tid=19093] ppid=19074 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/19077/task/19093/stat : 19093 (java) S 19074 19077 17390 0 -1 4202560 5212 0 0 0 35 0 0 0 20 0 19 0 8832816 9856040960 11085 33554432000 1073741824 1073778376 140734506515040 140098406427576 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19077/tid=19094] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19094/stat : 19094 (java) S 19074 19077 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832816 9856040960 11085 33554432000 1073741824 1073778376 140734506515040 140098405374712 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19077/tid=19095] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19095/stat : 19095 (java) S 19074 19077 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832816 9856040960 11085 33554432000 1073741824 1073778376 140734506515040 140098404322376 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19077/tid=19096] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19096/stat : 19096 (java) S 19074 19077 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8832828 9856040960 11085 33554432000 1073741824 1073778376 140734506515040 140098403267624 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.16 2.22 2.18 3/212 19160
/proc/meminfo: memFree=30369124/32872528 swapFree=1499116/1695340
[pid=19077] ppid=19074 vsize=9625040 CPUtime=3.67 cores=0,2,4,6
/proc/19077/stat : 19077 (java) S 19074 19077 17390 0 -1 4202496 10778 0 1 0 365 2 0 0 20 0 19 0 8832811 9856040960 13133 33554432000 1073741824 1073778376 140734506515040 140734506506176 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19077/statm: 2406260 13133 2260 9 0 2396937 0
[pid=19077/tid=19078] ppid=19074 vsize=9625040 CPUtime=3.08 cores=0,2,4,6
/proc/19077/task/19078/stat : 19078 (java) R 19074 19077 17390 0 -1 4202560 2424 0 1 0 306 2 0 0 20 0 19 0 8832812 9856040960 13133 33554432000 1073741824 1073778376 140734506515040 140099192369456 140099031920415 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19077/tid=19080] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19080/stat : 19080 (java) S 19074 19077 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832813 9856040960 13133 33554432000 1073741824 1073778376 140734506515040 140099153869224 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19077/tid=19081] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19081/stat : 19081 (java) S 19074 19077 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832813 9856040960 13133 33554432000 1073741824 1073778376 140734506515040 140099152816680 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19077/tid=19082] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19082/stat : 19082 (java) S 19074 19077 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832813 9856040960 13133 33554432000 1073741824 1073778376 140734506515040 140099151763624 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19077/tid=19083] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19083/stat : 19083 (java) S 19074 19077 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832813 9856040960 13133 33554432000 1073741824 1073778376 140734506515040 140099150711080 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19077/tid=19084] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19084/stat : 19084 (java) S 19074 19077 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832813 9856040960 13133 33554432000 1073741824 1073778376 140734506515040 140099031395240 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19077/tid=19085] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19085/stat : 19085 (java) S 19074 19077 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832813 9856040960 13133 33554432000 1073741824 1073778376 140734506515040 140099030342696 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19077/tid=19086] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19086/stat : 19086 (java) S 19074 19077 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832813 9856040960 13133 33554432000 1073741824 1073778376 140734506515040 140099029289640 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19077/tid=19087] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19087/stat : 19087 (java) S 19074 19077 17390 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8832813 9856040960 13133 33554432000 1073741824 1073778376 140734506515040 140099028237096 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19077/tid=19088] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19088/stat : 19088 (java) S 19074 19077 17390 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8832814 9856040960 13133 33554432000 1073741824 1073778376 140734506515040 140099016038760 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19077/tid=19089] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19089/stat : 19089 (java) S 19074 19077 17390 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8832814 9856040960 13133 33554432000 1073741824 1073778376 140734506515040 140098410636664 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19077/tid=19090] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19090/stat : 19090 (java) S 19074 19077 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8832814 9856040960 13133 33554432000 1073741824 1073778376 140734506515040 140098409583496 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19077/tid=19091] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19091/stat : 19091 (java) S 19074 19077 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832816 9856040960 13133 33554432000 1073741824 1073778376 140734506515040 140098408532240 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19077/tid=19092] ppid=19074 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/19077/task/19092/stat : 19092 (java) S 19074 19077 17390 0 -1 4202560 1870 0 0 0 21 0 0 0 20 0 19 0 8832816 9856040960 13133 33554432000 1073741824 1073778376 140734506515040 140098407480120 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19077/tid=19093] ppid=19074 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/19077/task/19093/stat : 19093 (java) S 19074 19077 17390 0 -1 4202560 5212 0 0 0 35 0 0 0 20 0 19 0 8832816 9856040960 13133 33554432000 1073741824 1073778376 140734506515040 140098406427576 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19077/tid=19094] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19094/stat : 19094 (java) S 19074 19077 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832816 9856040960 13133 33554432000 1073741824 1073778376 140734506515040 140098405374712 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19077/tid=19095] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19095/stat : 19095 (java) S 19074 19077 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832816 9856040960 13133 33554432000 1073741824 1073778376 140734506515040 140098404322376 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19077/tid=19096] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19096/stat : 19096 (java) S 19074 19077 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8832828 9856040960 13133 33554432000 1073741824 1073778376 140734506515040 140098403267624 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.67
Current children cumulated vsize (KiB) 9625040

[startup+6.30068 s]
/proc/loadavg: 2.15 2.21 2.18 3/213 19161
/proc/meminfo: memFree=30285592/32872528 swapFree=1499116/1695340
[pid=19077] ppid=19074 vsize=9625040 CPUtime=7.49 cores=0,2,4,6
/proc/19077/stat : 19077 (java) S 19074 19077 17390 0 -1 4202496 18596 0 1 0 746 3 0 0 20 0 19 0 8832811 9856040960 21291 33554432000 1073741824 1073778376 140734506515040 140734506506176 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19077/statm: 2406260 21291 2264 9 0 2396937 0
[pid=19077/tid=19078] ppid=19074 vsize=9625040 CPUtime=6.28 cores=0,2,4,6
/proc/19077/task/19078/stat : 19078 (java) R 19074 19077 17390 0 -1 4202560 2434 0 1 0 626 2 0 0 20 0 19 0 8832812 9856040960 21291 33554432000 1073741824 1073778376 140734506515040 140099192377864 140099031907006 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19077/tid=19080] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19080/stat : 19080 (java) S 19074 19077 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832813 9856040960 21291 33554432000 1073741824 1073778376 140734506515040 140099153869224 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19077/tid=19081] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19081/stat : 19081 (java) S 19074 19077 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832813 9856040960 21291 33554432000 1073741824 1073778376 140734506515040 140099152816680 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19077/tid=19082] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19082/stat : 19082 (java) S 19074 19077 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832813 9856040960 21291 33554432000 1073741824 1073778376 140734506515040 140099151763624 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19077/tid=19083] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19083/stat : 19083 (java) S 19074 19077 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832813 9856040960 21291 33554432000 1073741824 1073778376 140734506515040 140099150711080 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19077/tid=19084] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19084/stat : 19084 (java) S 19074 19077 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832813 9856040960 21291 33554432000 1073741824 1073778376 140734506515040 140099031395240 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19077/tid=19085] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19085/stat : 19085 (java) S 19074 19077 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832813 9856040960 21291 33554432000 1073741824 1073778376 140734506515040 140099030342696 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19077/tid=19086] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19086/stat : 19086 (java) S 19074 19077 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832813 9856040960 21291 33554432000 1073741824 1073778376 140734506515040 140099029289640 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19077/tid=19087] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19087/stat : 19087 (java) S 19074 19077 17390 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8832813 9856040960 21291 33554432000 1073741824 1073778376 140734506515040 140099028237096 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19077/tid=19088] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19088/stat : 19088 (java) S 19074 19077 17390 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8832814 9856040960 21291 33554432000 1073741824 1073778376 140734506515040 140099016038760 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19077/tid=19089] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19089/stat : 19089 (java) S 19074 19077 17390 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8832814 9856040960 21291 33554432000 1073741824 1073778376 140734506515040 140098410636664 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19077/tid=19090] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19090/stat : 19090 (java) S 19074 19077 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8832814 9856040960 21291 33554432000 1073741824 1073778376 140734506515040 140098409583496 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19077/tid=19091] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19091/stat : 19091 (java) S 19074 19077 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832816 9856040960 21291 33554432000 1073741824 1073778376 140734506515040 140098408532240 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19077/tid=19092] ppid=19074 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/19077/task/19092/stat : 19092 (java) S 19074 19077 17390 0 -1 4202560 2701 0 0 0 39 0 0 0 20 0 19 0 8832816 9856040960 21291 33554432000 1073741824 1073778376 140734506515040 140098407480120 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19077/tid=19093] ppid=19074 vsize=9625040 CPUtime=0.79 cores=0,2,4,6

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

[pid=19077/tid=19082] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19082/stat : 19082 (java) S 19074 19077 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832813 9856040960 34276 33554432000 1073741824 1073778376 140734506515040 140099151763624 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19077/tid=19083] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19083/stat : 19083 (java) S 19074 19077 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832813 9856040960 34276 33554432000 1073741824 1073778376 140734506515040 140099150711080 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19077/tid=19084] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19084/stat : 19084 (java) S 19074 19077 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832813 9856040960 34276 33554432000 1073741824 1073778376 140734506515040 140099031395240 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19077/tid=19085] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19085/stat : 19085 (java) S 19074 19077 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832813 9856040960 34276 33554432000 1073741824 1073778376 140734506515040 140099030342696 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19077/tid=19086] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19086/stat : 19086 (java) S 19074 19077 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832813 9856040960 34276 33554432000 1073741824 1073778376 140734506515040 140099029289640 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19077/tid=19087] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19087/stat : 19087 (java) S 19074 19077 17390 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8832813 9856040960 34276 33554432000 1073741824 1073778376 140734506515040 140099028237096 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19077/tid=19088] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19088/stat : 19088 (java) S 19074 19077 17390 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8832814 9856040960 34276 33554432000 1073741824 1073778376 140734506515040 140099016038760 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19077/tid=19089] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19089/stat : 19089 (java) S 19074 19077 17390 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8832814 9856040960 34276 33554432000 1073741824 1073778376 140734506515040 140098410636664 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19077/tid=19090] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19090/stat : 19090 (java) S 19074 19077 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8832814 9856040960 34276 33554432000 1073741824 1073778376 140734506515040 140098409583496 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19077/tid=19091] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19091/stat : 19091 (java) S 19074 19077 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832816 9856040960 34276 33554432000 1073741824 1073778376 140734506515040 140098408532240 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19077/tid=19092] ppid=19074 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/19077/task/19092/stat : 19092 (java) S 19074 19077 17390 0 -1 4202560 2701 0 0 0 42 0 0 0 20 0 19 0 8832816 9856040960 34276 33554432000 1073741824 1073778376 140734506515040 140098407480120 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19077/tid=19093] ppid=19074 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/19077/task/19093/stat : 19093 (java) S 19074 19077 17390 0 -1 4202560 12188 0 0 0 78 2 0 0 20 0 19 0 8832816 9856040960 34276 33554432000 1073741824 1073778376 140734506515040 140098406427576 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19077/tid=19094] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19094/stat : 19094 (java) S 19074 19077 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832816 9856040960 34276 33554432000 1073741824 1073778376 140734506515040 140098405374712 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19077/tid=19095] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19095/stat : 19095 (java) S 19074 19077 17390 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8832816 9856040960 34276 33554432000 1073741824 1073778376 140734506515040 140098404322376 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19077/tid=19096] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19096/stat : 19096 (java) S 19074 19077 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8832828 9856040960 34276 33554432000 1073741824 1073778376 140734506515040 140098403267624 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 18.84
Current children cumulated vsize (KiB) 9625040

[startup+19.2008 s]
/proc/loadavg: 2.21 2.22 2.18 3/213 19226
/proc/meminfo: memFree=30209156/32872528 swapFree=1499116/1695340
[pid=19077] ppid=19074 vsize=9625040 CPUtime=20.43 cores=0,2,4,6
/proc/19077/stat : 19077 (java) S 19074 19077 17390 0 -1 4202496 18632 0 1 0 2039 4 0 0 20 0 19 0 8832811 9856040960 36836 33554432000 1073741824 1073778376 140734506515040 140734506506176 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19077/statm: 2406260 36836 2264 9 0 2396937 0
[pid=19077/tid=19078] ppid=19074 vsize=9625040 CPUtime=19.18 cores=0,2,4,6
/proc/19077/task/19078/stat : 19078 (java) R 19074 19077 17390 0 -1 4202560 2470 0 1 0 1915 3 0 0 20 0 19 0 8832812 9856040960 36836 33554432000 1073741824 1073778376 140734506515040 140099192369456 140099032248896 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19077/tid=19080] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19080/stat : 19080 (java) S 19074 19077 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832813 9856040960 36836 33554432000 1073741824 1073778376 140734506515040 140099153869224 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19077/tid=19081] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19081/stat : 19081 (java) S 19074 19077 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832813 9856040960 36836 33554432000 1073741824 1073778376 140734506515040 140099152816680 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19077/tid=19082] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19082/stat : 19082 (java) S 19074 19077 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832813 9856040960 36836 33554432000 1073741824 1073778376 140734506515040 140099151763624 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19077/tid=19083] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19083/stat : 19083 (java) S 19074 19077 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832813 9856040960 36836 33554432000 1073741824 1073778376 140734506515040 140099150711080 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19077/tid=19084] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19084/stat : 19084 (java) S 19074 19077 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832813 9856040960 36836 33554432000 1073741824 1073778376 140734506515040 140099031395240 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19077/tid=19085] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19085/stat : 19085 (java) S 19074 19077 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832813 9856040960 36836 33554432000 1073741824 1073778376 140734506515040 140099030342696 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19077/tid=19086] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19086/stat : 19086 (java) S 19074 19077 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832813 9856040960 36836 33554432000 1073741824 1073778376 140734506515040 140099029289640 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19077/tid=19087] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19087/stat : 19087 (java) S 19074 19077 17390 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8832813 9856040960 36836 33554432000 1073741824 1073778376 140734506515040 140099028237096 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19077/tid=19088] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19088/stat : 19088 (java) S 19074 19077 17390 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8832814 9856040960 36836 33554432000 1073741824 1073778376 140734506515040 140099016038760 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19077/tid=19089] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19089/stat : 19089 (java) S 19074 19077 17390 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8832814 9856040960 36836 33554432000 1073741824 1073778376 140734506515040 140098410636664 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19077/tid=19090] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19090/stat : 19090 (java) S 19074 19077 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8832814 9856040960 36836 33554432000 1073741824 1073778376 140734506515040 140098409583496 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19077/tid=19091] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19091/stat : 19091 (java) S 19074 19077 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832816 9856040960 36836 33554432000 1073741824 1073778376 140734506515040 140098408532240 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19077/tid=19092] ppid=19074 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/19077/task/19092/stat : 19092 (java) S 19074 19077 17390 0 -1 4202560 2701 0 0 0 42 0 0 0 20 0 19 0 8832816 9856040960 36836 33554432000 1073741824 1073778376 140734506515040 140098407480120 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19077/tid=19093] ppid=19074 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/19077/task/19093/stat : 19093 (java) S 19074 19077 17390 0 -1 4202560 12188 0 0 0 78 2 0 0 20 0 19 0 8832816 9856040960 36836 33554432000 1073741824 1073778376 140734506515040 140098406427576 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19077/tid=19094] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19094/stat : 19094 (java) S 19074 19077 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832816 9856040960 36836 33554432000 1073741824 1073778376 140734506515040 140098405374712 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19077/tid=19095] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19095/stat : 19095 (java) S 19074 19077 17390 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8832816 9856040960 36836 33554432000 1073741824 1073778376 140734506515040 140098404322376 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19077/tid=19096] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19096/stat : 19096 (java) S 19074 19077 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8832828 9856040960 36836 33554432000 1073741824 1073778376 140734506515040 140098403267624 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 20.43
Current children cumulated vsize (KiB) 9625040

[startup+19.6008 s]
/proc/loadavg: 2.21 2.22 2.18 3/213 19226
/proc/meminfo: memFree=30209156/32872528 swapFree=1499116/1695340
[pid=19077] ppid=19074 vsize=9625040 CPUtime=20.86 cores=0,2,4,6
/proc/19077/stat : 19077 (java) S 19074 19077 17390 0 -1 4202496 18633 0 1 0 2082 4 0 0 20 0 19 0 8832811 9856040960 37348 33554432000 1073741824 1073778376 140734506515040 140734506506176 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19077/statm: 2406260 37348 2264 9 0 2396937 0
[pid=19077/tid=19078] ppid=19074 vsize=9625040 CPUtime=19.58 cores=0,2,4,6
/proc/19077/task/19078/stat : 19078 (java) R 19074 19077 17390 0 -1 4202560 2471 0 1 0 1955 3 0 0 20 0 19 0 8832812 9856040960 37348 33554432000 1073741824 1073778376 140734506515040 140099192368848 140099031858355 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19077/tid=19080] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19080/stat : 19080 (java) S 19074 19077 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832813 9856040960 37348 33554432000 1073741824 1073778376 140734506515040 140099153869224 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19077/tid=19081] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19081/stat : 19081 (java) S 19074 19077 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832813 9856040960 37348 33554432000 1073741824 1073778376 140734506515040 140099152816680 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19077/tid=19082] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19082/stat : 19082 (java) S 19074 19077 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832813 9856040960 37348 33554432000 1073741824 1073778376 140734506515040 140099151763624 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19077/tid=19083] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19083/stat : 19083 (java) S 19074 19077 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832813 9856040960 37348 33554432000 1073741824 1073778376 140734506515040 140099150711080 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19077/tid=19084] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19084/stat : 19084 (java) S 19074 19077 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832813 9856040960 37348 33554432000 1073741824 1073778376 140734506515040 140099031395240 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19077/tid=19085] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19085/stat : 19085 (java) S 19074 19077 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832813 9856040960 37348 33554432000 1073741824 1073778376 140734506515040 140099030342696 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19077/tid=19086] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19086/stat : 19086 (java) S 19074 19077 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832813 9856040960 37348 33554432000 1073741824 1073778376 140734506515040 140099029289640 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19077/tid=19087] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19087/stat : 19087 (java) S 19074 19077 17390 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8832813 9856040960 37348 33554432000 1073741824 1073778376 140734506515040 140099028237096 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19077/tid=19088] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19088/stat : 19088 (java) S 19074 19077 17390 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8832814 9856040960 37348 33554432000 1073741824 1073778376 140734506515040 140099016038760 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19077/tid=19089] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19089/stat : 19089 (java) S 19074 19077 17390 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8832814 9856040960 37348 33554432000 1073741824 1073778376 140734506515040 140098410636664 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19077/tid=19090] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19090/stat : 19090 (java) S 19074 19077 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8832814 9856040960 37348 33554432000 1073741824 1073778376 140734506515040 140098409583496 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19077/tid=19091] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19091/stat : 19091 (java) S 19074 19077 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832816 9856040960 37348 33554432000 1073741824 1073778376 140734506515040 140098408532240 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19077/tid=19092] ppid=19074 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/19077/task/19092/stat : 19092 (java) S 19074 19077 17390 0 -1 4202560 2701 0 0 0 44 0 0 0 20 0 19 0 8832816 9856040960 37348 33554432000 1073741824 1073778376 140734506515040 140098407480120 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19077/tid=19093] ppid=19074 vsize=9625040 CPUtime=0.81 cores=0,2,4,6
/proc/19077/task/19093/stat : 19093 (java) S 19074 19077 17390 0 -1 4202560 12188 0 0 0 79 2 0 0 20 0 19 0 8832816 9856040960 37348 33554432000 1073741824 1073778376 140734506515040 140098406427576 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19077/tid=19094] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19094/stat : 19094 (java) S 19074 19077 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832816 9856040960 37348 33554432000 1073741824 1073778376 140734506515040 140098405374712 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19077/tid=19095] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19095/stat : 19095 (java) S 19074 19077 17390 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8832816 9856040960 37348 33554432000 1073741824 1073778376 140734506515040 140098404322376 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19077/tid=19096] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19096/stat : 19096 (java) S 19074 19077 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8832828 9856040960 37348 33554432000 1073741824 1073778376 140734506515040 140098403267624 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 20.86
Current children cumulated vsize (KiB) 9625040

[startup+19.8007 s]
/proc/loadavg: 2.27 2.24 2.19 3/213 19226
/proc/meminfo: memFree=30196876/32872528 swapFree=1499116/1695340
[pid=19077] ppid=19074 vsize=9625040 CPUtime=21.07 cores=0,2,4,6
/proc/19077/stat : 19077 (java) S 19074 19077 17390 0 -1 4202496 18633 0 1 0 2103 4 0 0 20 0 19 0 8832811 9856040960 37348 33554432000 1073741824 1073778376 140734506515040 140734506506176 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19077/statm: 2406260 37348 2264 9 0 2396937 0
[pid=19077/tid=19078] ppid=19074 vsize=9625040 CPUtime=19.78 cores=0,2,4,6
/proc/19077/task/19078/stat : 19078 (java) R 19074 19077 17390 0 -1 4202560 2471 0 1 0 1975 3 0 0 20 0 19 0 8832812 9856040960 37348 33554432000 1073741824 1073778376 140734506515040 140099192368848 140099031889293 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19077/tid=19080] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19080/stat : 19080 (java) S 19074 19077 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832813 9856040960 37348 33554432000 1073741824 1073778376 140734506515040 140099153869224 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19077/tid=19081] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19081/stat : 19081 (java) S 19074 19077 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832813 9856040960 37348 33554432000 1073741824 1073778376 140734506515040 140099152816680 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19077/tid=19082] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19082/stat : 19082 (java) S 19074 19077 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832813 9856040960 37348 33554432000 1073741824 1073778376 140734506515040 140099151763624 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19077/tid=19083] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19083/stat : 19083 (java) S 19074 19077 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832813 9856040960 37348 33554432000 1073741824 1073778376 140734506515040 140099150711080 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19077/tid=19084] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19084/stat : 19084 (java) S 19074 19077 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832813 9856040960 37348 33554432000 1073741824 1073778376 140734506515040 140099031395240 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19077/tid=19085] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19085/stat : 19085 (java) S 19074 19077 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832813 9856040960 37348 33554432000 1073741824 1073778376 140734506515040 140099030342696 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19077/tid=19086] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19086/stat : 19086 (java) S 19074 19077 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832813 9856040960 37348 33554432000 1073741824 1073778376 140734506515040 140099029289640 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19077/tid=19087] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19087/stat : 19087 (java) S 19074 19077 17390 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8832813 9856040960 37348 33554432000 1073741824 1073778376 140734506515040 140099028237096 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19077/tid=19088] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19088/stat : 19088 (java) S 19074 19077 17390 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8832814 9856040960 37348 33554432000 1073741824 1073778376 140734506515040 140099016038760 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19077/tid=19089] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19089/stat : 19089 (java) S 19074 19077 17390 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8832814 9856040960 37348 33554432000 1073741824 1073778376 140734506515040 140098410636664 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19077/tid=19090] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19090/stat : 19090 (java) S 19074 19077 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8832814 9856040960 37348 33554432000 1073741824 1073778376 140734506515040 140098409583496 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19077/tid=19091] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19091/stat : 19091 (java) S 19074 19077 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832816 9856040960 37348 33554432000 1073741824 1073778376 140734506515040 140098408532240 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19077/tid=19092] ppid=19074 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/19077/task/19092/stat : 19092 (java) S 19074 19077 17390 0 -1 4202560 2701 0 0 0 44 0 0 0 20 0 19 0 8832816 9856040960 37348 33554432000 1073741824 1073778376 140734506515040 140098407480120 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19077/tid=19093] ppid=19074 vsize=9625040 CPUtime=0.81 cores=0,2,4,6
/proc/19077/task/19093/stat : 19093 (java) S 19074 19077 17390 0 -1 4202560 12188 0 0 0 79 2 0 0 20 0 19 0 8832816 9856040960 37348 33554432000 1073741824 1073778376 140734506515040 140098406427576 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19077/tid=19094] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19094/stat : 19094 (java) S 19074 19077 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8832816 9856040960 37348 33554432000 1073741824 1073778376 140734506515040 140098405374712 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19077/tid=19095] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19095/stat : 19095 (java) S 19074 19077 17390 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8832816 9856040960 37348 33554432000 1073741824 1073778376 140734506515040 140098404322376 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19077/tid=19096] ppid=19074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19077/task/19096/stat : 19096 (java) S 19074 19077 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8832828 9856040960 37348 33554432000 1073741824 1073778376 140734506515040 140098403267624 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 21.07
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 19.8197
CPU time (s): 21.1008
CPU user time (s): 21.0178
CPU system time (s): 0.082987
CPU usage (%): 106.464
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.0178
system time used= 0.082987
maximum resident set size= 151496
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18652
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= 696
involuntary context switches= 69

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.146977 second user time and 0.165974 second system time

The end

Launcher Data

Begin job on node137 at 2016-06-16 11:04:31
IDJOB=4090925
IDBENCH=79237
IDSOLVER=2551
FILE ID=node137/4090925-1466067871
RUNJOBID= node137-1466062115-17406
PBS_JOBID= 19904003
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.1111223220--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090925-1466067871/watcher-4090925-1466067871 -o /tmp/evaluation-result-4090925-1466067871/solver-4090925-1466067871 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1466062115-17406 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090925-1466067871.wbo

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

MD5SUM BENCH= eefb750387a2df9ca152a94906c66d6e
RANDOM SEED=1709880678

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.486
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.38
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.486
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		: 2666.486
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:        30266756 kB
Buffers:            8532 kB
Cached:            40724 kB
SwapCached:         2460 kB
Active:           159904 kB
Inactive:          27396 kB
Active(anon):     138524 kB
Inactive(anon):     1776 kB
Active(file):      21380 kB
Inactive(file):    25620 kB
Unevictable:     1695340 kB
Mlocked:         1499116 kB
SwapTotal:      67108856 kB
SwapFree:       67099376 kB
Dirty:              1328 kB
Writeback:             0 kB
AnonPages:       1981148 kB
Mapped:            15280 kB
Shmem:                 0 kB
Slab:             566004 kB
SReclaimable:       9852 kB
SUnreclaim:       556152 kB
KernelStack:        1760 kB
PageTables:         7880 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2383292 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    446464 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= 71740 MiB
End job on node137 at 2016-06-16 11:04:51