Trace number 4090567

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 29.0596 26.7027

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900558106--soft-66-100-0.wbo
MD5SUM125243b279b6e24b77d57dd07a5f7014
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark13
Best CPU time to get the best result obtained on this benchmark15.0937
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints937
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 46894
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 46893
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 815
Number of bits of the biggest sum of numbers10
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-4090567-1466065349.wbo
0.11/0.10	c reading problem ... 
0.27/0.29	c ... done. Wall clock time 0.19s.
0.27/0.29	c declared #vars     231
0.27/0.29	c internal #vars     1168
0.27/0.29	c #constraints  2707
0.27/0.29	c constraints type 
0.27/0.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2524
0.27/0.29	c org.sat4j.minisat.constraints.card.MinWatchCard => 14
0.27/0.29	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 160
0.27/0.29	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 9
0.27/0.29	c 2707 constraints processed.
0.27/0.29	c objective function length is 937 literals
0.50/0.38	c SATISFIABLE
0.50/0.38	c OPTIMIZING...
0.50/0.39	c Got one! Elapsed wall clock time (in seconds):0.285
0.50/0.39	o 557
0.78/0.41	c Got one! Elapsed wall clock time (in seconds):0.312
0.78/0.41	o 486
0.78/0.45	c Got one! Elapsed wall clock time (in seconds):0.351
0.78/0.45	o 478
0.78/0.48	c Got one! Elapsed wall clock time (in seconds):0.381
0.78/0.48	o 473
1.09/0.51	c Got one! Elapsed wall clock time (in seconds):0.405
1.09/0.51	o 463
1.09/0.52	c Got one! Elapsed wall clock time (in seconds):0.417
1.09/0.52	o 439
1.09/0.53	c Got one! Elapsed wall clock time (in seconds):0.433
1.09/0.53	o 438
1.09/0.55	c Got one! Elapsed wall clock time (in seconds):0.449
1.09/0.55	o 428
1.09/0.56	c Got one! Elapsed wall clock time (in seconds):0.459
1.09/0.56	o 421
1.09/0.57	c Got one! Elapsed wall clock time (in seconds):0.47
1.09/0.57	o 397
1.09/0.58	c Got one! Elapsed wall clock time (in seconds):0.483
1.09/0.58	o 392
1.38/0.60	c Got one! Elapsed wall clock time (in seconds):0.495
1.38/0.60	o 390
1.38/0.61	c Got one! Elapsed wall clock time (in seconds):0.505
1.38/0.61	o 389
1.38/0.62	c Got one! Elapsed wall clock time (in seconds):0.515
1.38/0.62	o 386
1.38/0.63	c Got one! Elapsed wall clock time (in seconds):0.527
1.38/0.63	o 382
1.38/0.65	c Got one! Elapsed wall clock time (in seconds):0.552
1.38/0.65	o 353
1.38/0.66	c Got one! Elapsed wall clock time (in seconds):0.559
1.38/0.66	o 331
1.38/0.66	c Got one! Elapsed wall clock time (in seconds):0.562
1.38/0.66	o 310
1.38/0.68	c Got one! Elapsed wall clock time (in seconds):0.58
1.38/0.68	o 305
1.38/0.69	c Got one! Elapsed wall clock time (in seconds):0.591
1.38/0.69	o 303
1.67/0.72	c Got one! Elapsed wall clock time (in seconds):0.625
1.67/0.72	o 302
1.67/0.74	c Got one! Elapsed wall clock time (in seconds):0.635
1.67/0.74	o 295
1.67/0.74	c Got one! Elapsed wall clock time (in seconds):0.641
1.67/0.74	o 292
1.67/0.76	c Got one! Elapsed wall clock time (in seconds):0.657
1.67/0.76	o 291
1.67/0.77	c Got one! Elapsed wall clock time (in seconds):0.668
1.67/0.77	o 290
1.67/0.79	c Got one! Elapsed wall clock time (in seconds):0.69
1.67/0.79	o 288
1.78/0.82	c Got one! Elapsed wall clock time (in seconds):0.717
1.78/0.82	o 286
1.78/0.84	c Got one! Elapsed wall clock time (in seconds):0.736
1.78/0.84	o 284
1.78/0.84	c Got one! Elapsed wall clock time (in seconds):0.742
1.78/0.84	o 260
1.78/0.88	c Got one! Elapsed wall clock time (in seconds):0.782
1.78/0.88	o 259
1.88/0.93	c Got one! Elapsed wall clock time (in seconds):0.828
1.88/0.93	o 254
2.09/1.13	c Got one! Elapsed wall clock time (in seconds):1.033
2.09/1.13	o 253
2.19/1.28	c Got one! Elapsed wall clock time (in seconds):1.179
2.19/1.28	o 247
2.19/1.29	c Got one! Elapsed wall clock time (in seconds):1.185
2.19/1.29	o 246
2.28/1.30	c Got one! Elapsed wall clock time (in seconds):1.202
2.28/1.30	o 242
2.42/1.41	c Got one! Elapsed wall clock time (in seconds):1.309
2.42/1.41	o 241
2.52/1.52	c cleaning 6023 clauses out of 12055 with flag 7795/12055
2.65/1.60	c Got one! Elapsed wall clock time (in seconds):1.5
2.65/1.60	o 234
2.65/1.61	c Got one! Elapsed wall clock time (in seconds):1.507
2.65/1.61	o 226
2.75/1.76	c Got one! Elapsed wall clock time (in seconds):1.662
2.75/1.76	o 225
2.96/1.99	c Got one! Elapsed wall clock time (in seconds):1.886
2.96/1.99	o 224
3.06/2.07	c cleaning 6490 clauses out of 12991 with flag 9323/19014
3.17/2.14	c Got one! Elapsed wall clock time (in seconds):2.043
3.17/2.14	o 221
3.27/2.29	c Got one! Elapsed wall clock time (in seconds):2.187
3.27/2.29	o 220
3.37/2.34	c Got one! Elapsed wall clock time (in seconds):2.235
3.37/2.34	o 218
3.37/2.36	c Got one! Elapsed wall clock time (in seconds):2.256
3.37/2.36	o 217
3.68/2.64	c cleaning 6619 clauses out of 13245 with flag 25495/25758
3.68/2.64	c Got one! Elapsed wall clock time (in seconds):2.54
3.68/2.64	o 213
3.90/2.83	c Got one! Elapsed wall clock time (in seconds):2.733
3.90/2.83	o 204
3.90/2.89	c Got one! Elapsed wall clock time (in seconds):2.786
3.90/2.89	o 199
4.20/3.10	c Got one! Elapsed wall clock time (in seconds):3.002
4.20/3.10	o 179
4.20/3.20	c cleaning 6546 clauses out of 13099 with flag 7360/32231
4.30/3.22	c Got one! Elapsed wall clock time (in seconds):3.121
4.30/3.22	o 178
4.50/3.41	c Got one! Elapsed wall clock time (in seconds):3.307
4.50/3.41	o 169
4.50/3.43	c Got one! Elapsed wall clock time (in seconds):3.326
4.50/3.43	o 168
4.50/3.46	c Got one! Elapsed wall clock time (in seconds):3.359
4.50/3.46	o 166
4.70/3.63	c Got one! Elapsed wall clock time (in seconds):3.529
4.70/3.63	o 164
4.90/3.87	c cleaning 6748 clauses out of 13514 with flag 17895/39192
4.90/3.87	c Got one! Elapsed wall clock time (in seconds):3.769
4.90/3.87	o 163
5.27/4.04	c Got one! Elapsed wall clock time (in seconds):3.938
5.27/4.04	o 154
5.47/4.16	c Got one! Elapsed wall clock time (in seconds):4.063
5.47/4.16	o 153
5.70/4.38	c cleaning 6203 clauses out of 12421 with flag 18305/44847
5.88/4.41	c Got one! Elapsed wall clock time (in seconds):4.313
5.88/4.41	o 151
6.31/4.70	c Got one! Elapsed wall clock time (in seconds):4.596
6.31/4.70	o 148
6.43/4.79	c Got one! Elapsed wall clock time (in seconds):4.686
6.43/4.79	o 147
6.63/4.91	c cleaning 6045 clauses out of 12109 with flag 11010/50738
6.63/4.91	c Got one! Elapsed wall clock time (in seconds):4.813
6.63/4.91	o 139
7.03/5.17	c Got one! Elapsed wall clock time (in seconds):5.065
7.03/5.17	o 137
7.31/5.38	c cleaning 5634 clauses out of 11278 with flag 16451/55952
7.65/5.54	c Got one! Elapsed wall clock time (in seconds):5.437
7.65/5.54	o 136
8.05/5.76	c Got one! Elapsed wall clock time (in seconds):5.66
8.05/5.76	o 129
8.28/5.93	c cleaning 6008 clauses out of 12027 with flag 17520/62335
8.38/6.04	c Got one! Elapsed wall clock time (in seconds):5.943
8.38/6.04	o 121
8.58/6.24	c Got one! Elapsed wall clock time (in seconds):6.138
8.58/6.24	o 118
8.78/6.43	c cleaning 6028 clauses out of 12084 with flag 16148/68400
8.88/6.55	c Got one! Elapsed wall clock time (in seconds):6.447
8.88/6.55	o 117
9.18/6.88	c cleaning 5770 clauses out of 11577 with flag 41188/73921
9.28/6.90	c Got one! Elapsed wall clock time (in seconds):6.804
9.28/6.90	o 114
9.38/7.09	c Got one! Elapsed wall clock time (in seconds):6.988
9.38/7.09	o 112
9.68/7.35	c cleaning 5678 clauses out of 11364 with flag 35812/79478
10.28/7.96	c cleaning 5834 clauses out of 11688 with flag 93734/85480
10.38/8.00	c Got one! Elapsed wall clock time (in seconds):7.9
10.38/8.00	o 93
10.78/8.44	c cleaning 5643 clauses out of 11330 with flag 49861/90956
11.08/8.80	c Got one! Elapsed wall clock time (in seconds):8.698
11.08/8.80	o 88
11.19/8.88	c cleaning 5423 clauses out of 10850 with flag 10619/96119
11.78/9.44	c cleaning 5707 clauses out of 11427 with flag 65686/102119
11.88/9.54	c Got one! Elapsed wall clock time (in seconds):9.44
11.88/9.54	o 87
12.08/9.77	c Got one! Elapsed wall clock time (in seconds):9.673
12.08/9.77	o 85
12.29/9.97	c cleaning 5754 clauses out of 11515 with flag 20136/107914
12.48/10.12	c Got one! Elapsed wall clock time (in seconds):10.016
12.48/10.12	o 82
12.78/10.48	c cleaning 5738 clauses out of 11488 with flag 37696/113641
13.08/10.71	c Got one! Elapsed wall clock time (in seconds):10.609
13.08/10.71	o 78
13.28/10.97	c cleaning 5640 clauses out of 11315 with flag 34172/119206
13.78/11.47	c Got one! Elapsed wall clock time (in seconds):11.368
13.78/11.47	o 77
14.28/11.95	c cleaning 7879 clauses out of 15767 with flag 47213/129298
14.48/12.16	c Got one! Elapsed wall clock time (in seconds):12.058
14.48/12.16	o 75
14.68/12.35	c Got one! Elapsed wall clock time (in seconds):12.245
14.68/12.35	o 72
14.68/12.38	c Got one! Elapsed wall clock time (in seconds):12.281
14.68/12.38	o 68
14.88/12.50	c cleaning 7012 clauses out of 14038 with flag 9223/135448
15.28/12.93	c Got one! Elapsed wall clock time (in seconds):12.828
15.28/12.93	o 59
15.38/13.03	c cleaning 6233 clauses out of 12476 with flag 11232/140898
15.48/13.17	c Got one! Elapsed wall clock time (in seconds):13.074
15.48/13.17	o 55
15.78/13.44	c Got one! Elapsed wall clock time (in seconds):13.344
15.78/13.44	o 52
15.88/13.53	c cleaning 6071 clauses out of 12143 with flag 12494/146798
15.98/13.66	c Got one! Elapsed wall clock time (in seconds):13.564
15.98/13.66	o 51
16.18/13.81	c Got one! Elapsed wall clock time (in seconds):13.714
16.18/13.81	o 50
16.38/14.08	c cleaning 6311 clauses out of 12642 with flag 24151/153368
16.98/14.61	c cleaning 6159 clauses out of 12331 with flag 84459/159368
17.38/15.02	c Got one! Elapsed wall clock time (in seconds):14.92
17.38/15.02	o 46
17.48/15.11	c cleaning 5824 clauses out of 11677 with flag 9407/164873
17.89/15.58	c cleaning 5924 clauses out of 11853 with flag 63992/170873
18.38/16.08	c Got one! Elapsed wall clock time (in seconds):15.98
18.38/16.08	o 34
18.89/16.53	c cleaning 8254 clauses out of 16536 with flag 43736/181480
19.41/17.05	c cleaning 7139 clauses out of 14281 with flag 103947/187479
19.41/17.06	c Got one! Elapsed wall clock time (in seconds):16.96
19.41/17.06	o 33
19.81/17.45	c cleaning 6174 clauses out of 12353 with flag 41010/192690
19.81/17.47	c Got one! Elapsed wall clock time (in seconds):17.369
19.81/17.47	o 30
20.21/17.82	c cleaning 5694 clauses out of 11399 with flag 38745/197910
20.61/18.28	c cleaning 5843 clauses out of 11707 with flag 93357/203912
21.21/18.86	c cleaning 6427 clauses out of 12862 with flag 167102/210910
21.80/19.43	c cleaning 7213 clauses out of 14437 with flag 240447/218912
22.71/20.32	c cleaning 8105 clauses out of 16222 with flag 339023/227910
23.11/20.71	c Got one! Elapsed wall clock time (in seconds):20.614
23.11/20.71	o 28
23.11/20.79	c cleaning 6729 clauses out of 13469 with flag 6600/233262
23.61/21.23	c cleaning 6353 clauses out of 12738 with flag 52416/239260
24.11/21.72	c cleaning 6686 clauses out of 13385 with flag 105304/246260
24.42/22.07	c Got one! Elapsed wall clock time (in seconds):21.974
24.42/22.07	o 27
24.52/22.15	c cleaning 6048 clauses out of 12104 with flag 6269/251665
25.01/22.65	c cleaning 6023 clauses out of 12056 with flag 58571/257665
25.11/22.79	c Got one! Elapsed wall clock time (in seconds):22.692
25.11/22.79	o 25
25.41/23.09	c cleaning 5918 clauses out of 11876 with flag 27473/263508
25.81/23.40	c Got one! Elapsed wall clock time (in seconds):23.301
25.81/23.40	o 22
25.81/23.48	c cleaning 5906 clauses out of 11832 with flag 6984/269382
26.31/23.90	c cleaning 5956 clauses out of 11926 with flag 50494/275382
26.80/24.46	c cleaning 6484 clauses out of 12969 with flag 107127/282382
27.60/25.23	c cleaning 7230 clauses out of 14482 with flag 171733/290382
28.54/26.15	c cleaning 8124 clauses out of 16252 with flag 251338/299382
28.64/26.27	c Got one! Elapsed wall clock time (in seconds):26.17
28.64/26.27	o 13
28.94/26.57	c cleaning 6722 clauses out of 13454 with flag 26478/304708
29.04/26.69	c starts		: 209
29.04/26.69	c conflicts		: 307258
29.04/26.69	c decisions		: 585132
29.04/26.69	c propagations		: 31577555
29.04/26.69	c inspects		: 325819317
29.04/26.69	c shortcuts		: 0
29.04/26.69	c learnt literals	: 8
29.04/26.69	c learnt binary clauses	: 14
29.04/26.69	c learnt ternary clauses	: 310
29.04/26.69	c learnt constraints	: 307249
29.04/26.69	c ignored constraints	: 0
29.04/26.69	c root simplifications	: 0
29.04/26.69	c removed literals (reason simplification)	: 0
29.04/26.69	c reason swapping (by a shorter reason)	: 0
29.04/26.69	c Calls to reduceDB	: 47
29.04/26.69	c Number of update (reduction) of LBD	: 142133
29.04/26.69	c Imported unit clauses	: 0
29.04/26.69	c number of reductions to clauses (during analyze)	: 0
29.04/26.69	c number of learned constraints concerned by reduction	: 0
29.04/26.69	c number of learning phase by resolution	: 0
29.04/26.69	c number of learning phase by cutting planes	: 0
29.04/26.69	c speed (assignments/second)	: 1196391.4147154656
29.04/26.69	c non guided choices	10674
29.04/26.69	c learnt constraints type 
29.04/26.69	s OPTIMUM FOUND
29.04/26.69	c Found 92 solution(s)
29.04/26.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 -x170 -x171 -x172 -x173 x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 x231 
29.04/26.70	c objective function=13
29.04/26.70	c Total wall clock time (in seconds): 26.595

Verifier Data

OK	13

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

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

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


[startup+0 s]
/proc/loadavg: 2.15 2.09 1.96 3/194 11924
/proc/meminfo: memFree=31948360/32872528 swapFree=7268/7268
[pid=11924] ppid=11921 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/11924/stat : 11924 (java) S 11921 11924 9094 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 8579715 98570240 978 33554432000 1073741824 1073778376 140736461407168 140736461398304 243768787005 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11924/statm: 24065 978 744 9 0 16771 0
[pid=11924/tid=11925] ppid=11921 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11925/stat : 11925 (java) R 11921 11924 9094 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 8579715 98570240 978 33554432000 1073741824 1073778376 140736461407168 140572011515432 243765429632 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100059 s]
/proc/loadavg: 2.15 2.09 1.96 3/194 11924
/proc/meminfo: memFree=31948360/32872528 swapFree=7268/7268
[pid=11924] ppid=11921 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/11924/stat : 11924 (java) S 11921 11924 9094 0 -1 4202496 4513 0 1 0 10 1 0 0 20 0 18 0 8579715 9787879424 6137 33554432000 1073741824 1073778376 140736461407168 140736461398304 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11924/statm: 2389619 6137 2157 9 0 2380296 0
[pid=11924/tid=11925] ppid=11921 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/11924/task/11925/stat : 11925 (java) R 11921 11924 9094 0 -1 4202560 2373 0 1 0 7 0 0 0 20 0 18 0 8579715 9787879424 6137 33554432000 1073741824 1073778376 140736461407168 140572011518664 243768812813 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.20027 s]
/proc/loadavg: 2.15 2.09 1.96 3/194 11924
/proc/meminfo: memFree=31948360/32872528 swapFree=7268/7268
[pid=11924] ppid=11921 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/11924/stat : 11924 (java) S 11921 11924 9094 0 -1 4202496 4821 0 1 0 26 1 0 0 20 0 18 0 8579715 9787879424 6880 33554432000 1073741824 1073778376 140736461407168 140736461398304 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11924/statm: 2389619 6869 2215 9 0 2380296 0
[pid=11924/tid=11925] ppid=11921 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/11924/task/11925/stat : 11925 (java) R 11921 11924 9094 0 -1 4202560 2387 0 1 0 17 0 0 0 20 0 18 0 8579715 9787879424 6869 33554432000 1073741824 1073778376 140736461407168 140572011518664 140571880580528 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300319 s]
/proc/loadavg: 2.15 2.09 1.96 3/194 11924
/proc/meminfo: memFree=31948360/32872528 swapFree=7268/7268
[pid=11924] ppid=11921 vsize=9558476 CPUtime=0.5 cores=1,3,5,7
/proc/11924/stat : 11924 (java) S 11921 11924 9094 0 -1 4202496 5930 0 1 0 49 1 0 0 20 0 18 0 8579715 9787879424 8337 33554432000 1073741824 1073778376 140736461407168 140736461398304 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11924/statm: 2389619 8365 2239 9 0 2380296 0
[pid=11924/tid=11925] ppid=11921 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/11924/task/11925/stat : 11925 (java) R 11921 11924 9094 0 -1 4202560 2399 0 1 0 27 0 0 0 20 0 18 0 8579715 9787879424 8369 33554432000 1073741824 1073778376 140736461407168 140572011513016 140571880568109 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700262 s]
/proc/loadavg: 2.15 2.09 1.96 3/194 11924
/proc/meminfo: memFree=31948360/32872528 swapFree=7268/7268
[pid=11924] ppid=11921 vsize=9625040 CPUtime=1.67 cores=1,3,5,7
/proc/11924/stat : 11924 (java) S 11921 11924 9094 0 -1 4202496 16574 0 1 0 164 3 0 0 20 0 19 0 8579715 9856040960 13911 33554432000 1073741824 1073778376 140736461407168 140736461398304 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11924/statm: 2406260 13911 2262 9 0 2396937 0
[pid=11924/tid=11925] ppid=11921 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/11924/task/11925/stat : 11925 (java) R 11921 11924 9094 0 -1 4202560 2407 0 1 0 66 1 0 0 20 0 19 0 8579715 9856040960 13911 33554432000 1073741824 1073778376 140736461407168 140572011520664 140571881047212 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.67
Current children cumulated vsize (KiB) 9625040

[startup+1.5008 s]
/proc/loadavg: 2.06 2.08 1.95 3/213 11943
/proc/meminfo: memFree=31890660/32872528 swapFree=7268/7268
[pid=11924] ppid=11921 vsize=9625040 CPUtime=2.52 cores=1,3,5,7
/proc/11924/stat : 11924 (java) S 11921 11924 9094 0 -1 4202496 16588 0 1 0 249 3 0 0 20 0 19 0 8579715 9856040960 16478 33554432000 1073741824 1073778376 140736461407168 140736461398304 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11924/statm: 2406260 16478 2268 9 0 2396937 0
[pid=11924/tid=11925] ppid=11921 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/11924/task/11925/stat : 11925 (java) R 11921 11924 9094 0 -1 4202560 2413 0 1 0 146 1 0 0 20 0 19 0 8579715 9856040960 16478 33554432000 1073741824 1073778376 140736461407168 140572011512112 140571880479293 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11924/tid=11927] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11927/stat : 11927 (java) S 11921 11924 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8579716 9856040960 16478 33554432000 1073741824 1073778376 140736461407168 140572000582184 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11924/tid=11928] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11928/stat : 11928 (java) S 11921 11924 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8579716 9856040960 16478 33554432000 1073741824 1073778376 140736461407168 140571999529384 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11924/tid=11929] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11929/stat : 11929 (java) S 11921 11924 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8579716 9856040960 16478 33554432000 1073741824 1073778376 140736461407168 140571852880168 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11924/tid=11930] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11930/stat : 11930 (java) S 11921 11924 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8579716 9856040960 16478 33554432000 1073741824 1073778376 140736461407168 140571851827368 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11924/tid=11931] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11931/stat : 11931 (java) S 11921 11924 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8579716 9856040960 16478 33554432000 1073741824 1073778376 140736461407168 140571850775592 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11924/tid=11932] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11932/stat : 11932 (java) S 11921 11924 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8579716 9856040960 16478 33554432000 1073741824 1073778376 140736461407168 140571849722792 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11924/tid=11933] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11933/stat : 11933 (java) S 11921 11924 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8579716 9856040960 16478 33554432000 1073741824 1073778376 140736461407168 140571848669992 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11924/tid=11934] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11934/stat : 11934 (java) S 11921 11924 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8579716 9856040960 16478 33554432000 1073741824 1073778376 140736461407168 140571847617192 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11924/tid=11935] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11935/stat : 11935 (java) S 11921 11924 9094 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8579717 9856040960 16478 33554432000 1073741824 1073778376 140736461407168 140571835419112 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11924/tid=11936] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11936/stat : 11936 (java) S 11921 11924 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8579718 9856040960 16478 33554432000 1073741824 1073778376 140736461407168 140571834365176 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11924/tid=11937] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11937/stat : 11937 (java) S 11921 11924 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8579718 9856040960 16478 33554432000 1073741824 1073778376 140736461407168 140571833312264 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11924/tid=11938] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11938/stat : 11938 (java) S 11921 11924 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8579720 9856040960 16478 33554432000 1073741824 1073778376 140736461407168 140571832260752 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11924/tid=11939] ppid=11921 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/11924/task/11939/stat : 11939 (java) R 11921 11924 9094 0 -1 4202560 8690 0 0 0 50 1 0 0 20 0 19 0 8579720 9856040960 16478 33554432000 1073741824 1073778376 140736461407168 140571831202728 243768802360 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11924/tid=11940] ppid=11921 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/11924/task/11940/stat : 11940 (java) R 11921 11924 9094 0 -1 4202560 4208 0 0 0 48 1 0 0 20 0 19 0 8579720 9856040960 16478 33554432000 1073741824 1073778376 140736461407168 140571830148104 243768811957 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11924/tid=11941] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11941/stat : 11941 (java) S 11921 11924 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8579720 9856040960 16478 33554432000 1073741824 1073778376 140736461407168 140571829103480 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11924/tid=11942] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11942/stat : 11942 (java) S 11921 11924 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8579720 9856040960 16478 33554432000 1073741824 1073778376 140736461407168 140571828050888 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11924/tid=11943] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11943/stat : 11943 (java) S 11921 11924 9094 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8579745 9856040960 16478 33554432000 1073741824 1073778376 140736461407168 140571826996392 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.52
Current children cumulated vsize (KiB) 9625040

[startup+3.10073 s]
/proc/loadavg: 2.06 2.08 1.95 3/213 11943
/proc/meminfo: memFree=31877564/32872528 swapFree=7268/7268
[pid=11924] ppid=11921 vsize=9625040 CPUtime=4.2 cores=1,3,5,7
/proc/11924/stat : 11924 (java) S 11921 11924 9094 0 -1 4202496 16689 0 1 0 416 4 0 0 20 0 19 0 8579715 9856040960 19038 33554432000 1073741824 1073778376 140736461407168 140736461398304 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11924/statm: 2406260 19038 2268 9 0 2396937 0
[pid=11924/tid=11925] ppid=11921 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/11924/task/11925/stat : 11925 (java) R 11921 11924 9094 0 -1 4202560 2419 0 1 0 306 1 0 0 20 0 19 0 8579715 9856040960 19038 33554432000 1073741824 1073778376 140736461407168 140572011521000 140571881008000 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11924/tid=11927] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11927/stat : 11927 (java) S 11921 11924 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8579716 9856040960 19038 33554432000 1073741824 1073778376 140736461407168 140572000582184 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11924/tid=11928] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11928/stat : 11928 (java) S 11921 11924 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8579716 9856040960 19038 33554432000 1073741824 1073778376 140736461407168 140571999529384 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11924/tid=11929] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11929/stat : 11929 (java) S 11921 11924 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8579716 9856040960 19038 33554432000 1073741824 1073778376 140736461407168 140571852880168 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11924/tid=11930] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11930/stat : 11930 (java) S 11921 11924 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8579716 9856040960 19038 33554432000 1073741824 1073778376 140736461407168 140571851827368 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11924/tid=11931] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11931/stat : 11931 (java) S 11921 11924 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8579716 9856040960 19038 33554432000 1073741824 1073778376 140736461407168 140571850775592 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11924/tid=11932] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11932/stat : 11932 (java) S 11921 11924 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8579716 9856040960 19038 33554432000 1073741824 1073778376 140736461407168 140571849722792 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11924/tid=11933] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11933/stat : 11933 (java) S 11921 11924 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8579716 9856040960 19038 33554432000 1073741824 1073778376 140736461407168 140571848669992 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11924/tid=11934] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11934/stat : 11934 (java) S 11921 11924 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8579716 9856040960 19038 33554432000 1073741824 1073778376 140736461407168 140571847617192 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11924/tid=11935] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11935/stat : 11935 (java) S 11921 11924 9094 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8579717 9856040960 19038 33554432000 1073741824 1073778376 140736461407168 140571835419112 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11924/tid=11936] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11936/stat : 11936 (java) S 11921 11924 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8579718 9856040960 19038 33554432000 1073741824 1073778376 140736461407168 140571834365176 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11924/tid=11937] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11937/stat : 11937 (java) S 11921 11924 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8579718 9856040960 19038 33554432000 1073741824 1073778376 140736461407168 140571833312264 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11924/tid=11938] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11938/stat : 11938 (java) S 11921 11924 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8579720 9856040960 19038 33554432000 1073741824 1073778376 140736461407168 140571832260752 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11924/tid=11939] ppid=11921 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/11924/task/11939/stat : 11939 (java) S 11921 11924 9094 0 -1 4202560 8785 0 0 0 54 2 0 0 20 0 19 0 8579720 9856040960 19038 33554432000 1073741824 1073778376 140736461407168 140571831208888 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11924/tid=11940] ppid=11921 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/11924/task/11940/stat : 11940 (java) S 11921 11924 9094 0 -1 4202560 4208 0 0 0 52 1 0 0 20 0 19 0 8579720 9856040960 19038 33554432000 1073741824 1073778376 140736461407168 140571830156088 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11924/tid=11941] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11941/stat : 11941 (java) S 11921 11924 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8579720 9856040960 19038 33554432000 1073741824 1073778376 140736461407168 140571829103480 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11924/tid=11942] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11942/stat : 11942 (java) S 11921 11924 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8579720 9856040960 19038 33554432000 1073741824 1073778376 140736461407168 140571828050888 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11924/tid=11943] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11943/stat : 11943 (java) S 11921 11924 9094 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8579745 9856040960 19038 33554432000 1073741824 1073778376 140736461407168 140571826996392 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.2
Current children cumulated vsize (KiB) 9625040

[startup+6.30072 s]
/proc/loadavg: 2.13 2.09 1.96 3/192 11958
/proc/meminfo: memFree=31960592/32872528 swapFree=7268/7268
[pid=11924] ppid=11921 vsize=9625040 CPUtime=8.68 cores=1,3,5,7
/proc/11924/stat : 11924 (java) S 11921 11924 9094 0 -1 4202496 29291 0 1 0 862 6 0 0 20 0 19 0 8579715 9856040960 26912 33554432000 1073741824 1073778376 140736461407168 140736461398304 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11924/statm: 2406260 26912 2271 9 0 2396937 0
[pid=11924/tid=11925] ppid=11921 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/11924/task/11925/stat : 11925 (java) R 11921 11924 9094 0 -1 4202560 2432 0 1 0 625 1 0 0 20 0 19 0 8579715 9856040960 26912 33554432000 1073741824 1073778376 140736461407168 140572011512112 140571881090336 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11924/tid=11927] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11927/stat : 11927 (java) S 11921 11924 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8579716 9856040960 26912 33554432000 1073741824 1073778376 140736461407168 140572000582184 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11924/tid=11928] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11928/stat : 11928 (java) S 11921 11924 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8579716 9856040960 26912 33554432000 1073741824 1073778376 140736461407168 140571999529384 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11924/tid=11929] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11929/stat : 11929 (java) S 11921 11924 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8579716 9856040960 26912 33554432000 1073741824 1073778376 140736461407168 140571852880168 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11924/tid=11930] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11930/stat : 11930 (java) S 11921 11924 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8579716 9856040960 26912 33554432000 1073741824 1073778376 140736461407168 140571851827368 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11924/tid=11931] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11931/stat : 11931 (java) S 11921 11924 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8579716 9856040960 26912 33554432000 1073741824 1073778376 140736461407168 140571850775592 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11924/tid=11932] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11932/stat : 11932 (java) S 11921 11924 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8579716 9856040960 26912 33554432000 1073741824 1073778376 140736461407168 140571849722792 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11924/tid=11933] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11933/stat : 11933 (java) S 11921 11924 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8579716 9856040960 26912 33554432000 1073741824 1073778376 140736461407168 140571848669992 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11924/tid=11934] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11934/stat : 11934 (java) S 11921 11924 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8579716 9856040960 26912 33554432000 1073741824 1073778376 140736461407168 140571847617192 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11924/tid=11935] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11935/stat : 11935 (java) S 11921 11924 9094 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8579717 9856040960 26912 33554432000 1073741824 1073778376 140736461407168 140571835419112 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11924/tid=11936] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11936/stat : 11936 (java) S 11921 11924 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8579718 9856040960 26912 33554432000 1073741824 1073778376 140736461407168 140571834365176 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11924/tid=11937] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11937/stat : 11937 (java) S 11921 11924 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8579718 9856040960 26912 33554432000 1073741824 1073778376 140736461407168 140571833312264 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11924/tid=11938] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11938/stat : 11938 (java) S 11921 11924 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8579720 9856040960 26912 33554432000 1073741824 1073778376 140736461407168 140571832260752 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11924/tid=11939] ppid=11921 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/11924/task/11939/stat : 11939 (java) S 11921 11924 9094 0 -1 4202560 9085 0 0 0 61 2 0 0 20 0 19 0 8579720 9856040960 26912 33554432000 1073741824 1073778376 140736461407168 140571831208888 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11924/tid=11940] ppid=11921 vsize=9625040 CPUtime=1.73 cores=1,3,5,7

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

[pid=11924/tid=11938] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11938/stat : 11938 (java) S 11921 11924 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8579720 9856040960 42915 33554432000 1073741824 1073778376 140736461407168 140571832260752 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11924/tid=11939] ppid=11921 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/11924/task/11939/stat : 11939 (java) S 11921 11924 9094 0 -1 4202560 9086 0 0 0 64 2 0 0 20 0 19 0 8579720 9856040960 42915 33554432000 1073741824 1073778376 140736461407168 140571831208888 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11924/tid=11940] ppid=11921 vsize=9625040 CPUtime=1.74 cores=1,3,5,7
/proc/11924/task/11940/stat : 11940 (java) S 11921 11924 9094 0 -1 4202560 16496 0 0 0 172 2 0 0 20 0 19 0 8579720 9856040960 42915 33554432000 1073741824 1073778376 140736461407168 140571830156088 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11924/tid=11941] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11941/stat : 11941 (java) S 11921 11924 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8579720 9856040960 42915 33554432000 1073741824 1073778376 140736461407168 140571829103480 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11924/tid=11942] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11942/stat : 11942 (java) S 11921 11924 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8579720 9856040960 42915 33554432000 1073741824 1073778376 140736461407168 140571828050888 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11924/tid=11943] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11943/stat : 11943 (java) S 11921 11924 9094 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8579745 9856040960 42915 33554432000 1073741824 1073778376 140736461407168 140571826996392 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 27.92
Current children cumulated vsize (KiB) 9625040

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 11924 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+25.6009 s]
/proc/loadavg: 2.10 2.08 1.96 4/213 12138
/proc/meminfo: memFree=31812676/32872528 swapFree=7268/7268
[pid=11924] ppid=11921 vsize=9625040 CPUtime=28.02 cores=1,3,5,7
/proc/11924/stat : 11924 (java) S 11921 11924 9094 0 -1 4202496 29331 0 1 0 2794 8 0 0 20 0 19 0 8579715 9856040960 42915 33554432000 1073741824 1073778376 140736461407168 140736461398304 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11924/statm: 2406260 42915 2271 9 0 2396937 0
[pid=11924/tid=11925] ppid=11921 vsize=9625040 CPUtime=25.5 cores=1,3,5,7
/proc/11924/task/11925/stat : 11925 (java) R 11921 11924 9094 0 -1 4202560 2471 0 1 0 2547 3 0 0 20 0 19 0 8579715 9856040960 42915 33554432000 1073741824 1073778376 140736461407168 140572011520344 140571881127825 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11924/tid=11927] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11927/stat : 11927 (java) S 11921 11924 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8579716 9856040960 42915 33554432000 1073741824 1073778376 140736461407168 140572000582184 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11924/tid=11928] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11928/stat : 11928 (java) S 11921 11924 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8579716 9856040960 42915 33554432000 1073741824 1073778376 140736461407168 140571999529384 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11924/tid=11929] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11929/stat : 11929 (java) S 11921 11924 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8579716 9856040960 42915 33554432000 1073741824 1073778376 140736461407168 140571852880168 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11924/tid=11930] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11930/stat : 11930 (java) S 11921 11924 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8579716 9856040960 42915 33554432000 1073741824 1073778376 140736461407168 140571851827368 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11924/tid=11931] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11931/stat : 11931 (java) S 11921 11924 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8579716 9856040960 42915 33554432000 1073741824 1073778376 140736461407168 140571850775592 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11924/tid=11932] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11932/stat : 11932 (java) S 11921 11924 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8579716 9856040960 42915 33554432000 1073741824 1073778376 140736461407168 140571849722792 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11924/tid=11933] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11933/stat : 11933 (java) S 11921 11924 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8579716 9856040960 42915 33554432000 1073741824 1073778376 140736461407168 140571848669992 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11924/tid=11934] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11934/stat : 11934 (java) S 11921 11924 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8579716 9856040960 42915 33554432000 1073741824 1073778376 140736461407168 140571847617192 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11924/tid=11935] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11935/stat : 11935 (java) S 11921 11924 9094 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8579717 9856040960 42915 33554432000 1073741824 1073778376 140736461407168 140571835419112 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11924/tid=11936] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11936/stat : 11936 (java) S 11921 11924 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8579718 9856040960 42915 33554432000 1073741824 1073778376 140736461407168 140571834365176 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11924/tid=11937] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11937/stat : 11937 (java) S 11921 11924 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8579718 9856040960 42915 33554432000 1073741824 1073778376 140736461407168 140571833312264 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11924/tid=11938] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11938/stat : 11938 (java) S 11921 11924 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8579720 9856040960 42915 33554432000 1073741824 1073778376 140736461407168 140571832260752 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11924/tid=11939] ppid=11921 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/11924/task/11939/stat : 11939 (java) S 11921 11924 9094 0 -1 4202560 9086 0 0 0 64 2 0 0 20 0 19 0 8579720 9856040960 42915 33554432000 1073741824 1073778376 140736461407168 140571831208888 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11924/tid=11940] ppid=11921 vsize=9625040 CPUtime=1.74 cores=1,3,5,7
/proc/11924/task/11940/stat : 11940 (java) S 11921 11924 9094 0 -1 4202560 16496 0 0 0 172 2 0 0 20 0 19 0 8579720 9856040960 42915 33554432000 1073741824 1073778376 140736461407168 140571830156088 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11924/tid=11941] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11941/stat : 11941 (java) S 11921 11924 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8579720 9856040960 42915 33554432000 1073741824 1073778376 140736461407168 140571829103480 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11924/tid=11942] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11942/stat : 11942 (java) S 11921 11924 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8579720 9856040960 42915 33554432000 1073741824 1073778376 140736461407168 140571828050888 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11924/tid=11943] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11943/stat : 11943 (java) S 11921 11924 9094 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8579745 9856040960 42915 33554432000 1073741824 1073778376 140736461407168 140571826996392 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 28.02
Current children cumulated vsize (KiB) 9625040

[startup+26.4007 s]
/proc/loadavg: 2.10 2.08 1.96 3/213 12138
/proc/meminfo: memFree=31804620/32872528 swapFree=7268/7268
[pid=11924] ppid=11921 vsize=9625040 CPUtime=28.84 cores=1,3,5,7
/proc/11924/stat : 11924 (java) S 11921 11924 9094 0 -1 4202496 29365 0 1 0 2875 9 0 0 20 0 19 0 8579715 9856040960 44472 33554432000 1073741824 1073778376 140736461407168 140736461398304 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11924/statm: 2406260 44472 2284 9 0 2396937 0
[pid=11924/tid=11925] ppid=11921 vsize=9625040 CPUtime=26.3 cores=1,3,5,7
/proc/11924/task/11925/stat : 11925 (java) R 11921 11924 9094 0 -1 4202560 2475 0 1 0 2627 3 0 0 20 0 19 0 8579715 9856040960 44472 33554432000 1073741824 1073778376 140736461407168 140572011512112 140571880988895 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11924/tid=11927] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11927/stat : 11927 (java) S 11921 11924 9094 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8579716 9856040960 44472 33554432000 1073741824 1073778376 140736461407168 140572000582184 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11924/tid=11928] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11928/stat : 11928 (java) S 11921 11924 9094 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8579716 9856040960 44472 33554432000 1073741824 1073778376 140736461407168 140571999529384 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11924/tid=11929] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11929/stat : 11929 (java) S 11921 11924 9094 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8579716 9856040960 44472 33554432000 1073741824 1073778376 140736461407168 140571852880168 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11924/tid=11930] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11930/stat : 11930 (java) S 11921 11924 9094 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8579716 9856040960 44472 33554432000 1073741824 1073778376 140736461407168 140571851827368 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11924/tid=11931] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11931/stat : 11931 (java) S 11921 11924 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8579716 9856040960 44472 33554432000 1073741824 1073778376 140736461407168 140571850775592 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11924/tid=11932] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11932/stat : 11932 (java) S 11921 11924 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8579716 9856040960 44472 33554432000 1073741824 1073778376 140736461407168 140571849722792 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11924/tid=11933] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11933/stat : 11933 (java) S 11921 11924 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8579716 9856040960 44472 33554432000 1073741824 1073778376 140736461407168 140571848669992 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11924/tid=11934] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11934/stat : 11934 (java) S 11921 11924 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8579716 9856040960 44472 33554432000 1073741824 1073778376 140736461407168 140571847617192 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11924/tid=11935] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11935/stat : 11935 (java) S 11921 11924 9094 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 8579717 9856040960 44472 33554432000 1073741824 1073778376 140736461407168 140571835419112 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11924/tid=11936] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11936/stat : 11936 (java) S 11921 11924 9094 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8579718 9856040960 44472 33554432000 1073741824 1073778376 140736461407168 140571834365176 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11924/tid=11937] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11937/stat : 11937 (java) S 11921 11924 9094 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8579718 9856040960 44472 33554432000 1073741824 1073778376 140736461407168 140571833312264 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11924/tid=11938] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11938/stat : 11938 (java) S 11921 11924 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8579720 9856040960 44472 33554432000 1073741824 1073778376 140736461407168 140571832260752 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11924/tid=11939] ppid=11921 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/11924/task/11939/stat : 11939 (java) S 11921 11924 9094 0 -1 4202560 9086 0 0 0 64 2 0 0 20 0 19 0 8579720 9856040960 44472 33554432000 1073741824 1073778376 140736461407168 140571831208888 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11924/tid=11940] ppid=11921 vsize=9625040 CPUtime=1.74 cores=1,3,5,7
/proc/11924/task/11940/stat : 11940 (java) S 11921 11924 9094 0 -1 4202560 16496 0 0 0 172 2 0 0 20 0 19 0 8579720 9856040960 44472 33554432000 1073741824 1073778376 140736461407168 140571830156088 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11924/tid=11941] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11941/stat : 11941 (java) S 11921 11924 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8579720 9856040960 44472 33554432000 1073741824 1073778376 140736461407168 140571829103480 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11924/tid=11942] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11942/stat : 11942 (java) S 11921 11924 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8579720 9856040960 44472 33554432000 1073741824 1073778376 140736461407168 140571828050888 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11924/tid=11943] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11943/stat : 11943 (java) S 11921 11924 9094 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8579745 9856040960 44472 33554432000 1073741824 1073778376 140736461407168 140571826996392 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 28.84
Current children cumulated vsize (KiB) 9625040

[startup+26.6007 s]
/proc/loadavg: 2.10 2.08 1.96 3/213 12138
/proc/meminfo: memFree=31804620/32872528 swapFree=7268/7268
[pid=11924] ppid=11921 vsize=9625040 CPUtime=29.04 cores=1,3,5,7
/proc/11924/stat : 11924 (java) S 11921 11924 9094 0 -1 4202496 29365 0 1 0 2895 9 0 0 20 0 19 0 8579715 9856040960 44472 33554432000 1073741824 1073778376 140736461407168 140736461398304 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11924/statm: 2406260 44472 2284 9 0 2396937 0
[pid=11924/tid=11925] ppid=11921 vsize=9625040 CPUtime=26.5 cores=1,3,5,7
/proc/11924/task/11925/stat : 11925 (java) R 11921 11924 9094 0 -1 4202560 2475 0 1 0 2647 3 0 0 20 0 19 0 8579715 9856040960 44472 33554432000 1073741824 1073778376 140736461407168 140572011512112 140571881008347 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11924/tid=11927] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11927/stat : 11927 (java) S 11921 11924 9094 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8579716 9856040960 44472 33554432000 1073741824 1073778376 140736461407168 140572000582184 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11924/tid=11928] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11928/stat : 11928 (java) S 11921 11924 9094 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8579716 9856040960 44472 33554432000 1073741824 1073778376 140736461407168 140571999529384 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11924/tid=11929] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11929/stat : 11929 (java) S 11921 11924 9094 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8579716 9856040960 44472 33554432000 1073741824 1073778376 140736461407168 140571852880168 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11924/tid=11930] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11930/stat : 11930 (java) S 11921 11924 9094 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8579716 9856040960 44472 33554432000 1073741824 1073778376 140736461407168 140571851827368 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11924/tid=11931] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11931/stat : 11931 (java) S 11921 11924 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8579716 9856040960 44472 33554432000 1073741824 1073778376 140736461407168 140571850775592 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11924/tid=11932] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11932/stat : 11932 (java) S 11921 11924 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8579716 9856040960 44472 33554432000 1073741824 1073778376 140736461407168 140571849722792 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11924/tid=11933] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11933/stat : 11933 (java) S 11921 11924 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8579716 9856040960 44472 33554432000 1073741824 1073778376 140736461407168 140571848669992 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11924/tid=11934] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11934/stat : 11934 (java) S 11921 11924 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8579716 9856040960 44472 33554432000 1073741824 1073778376 140736461407168 140571847617192 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11924/tid=11935] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11935/stat : 11935 (java) S 11921 11924 9094 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 8579717 9856040960 44472 33554432000 1073741824 1073778376 140736461407168 140571835419112 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11924/tid=11936] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11936/stat : 11936 (java) S 11921 11924 9094 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8579718 9856040960 44472 33554432000 1073741824 1073778376 140736461407168 140571834365176 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11924/tid=11937] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11937/stat : 11937 (java) S 11921 11924 9094 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8579718 9856040960 44472 33554432000 1073741824 1073778376 140736461407168 140571833312264 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11924/tid=11938] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11938/stat : 11938 (java) S 11921 11924 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8579720 9856040960 44472 33554432000 1073741824 1073778376 140736461407168 140571832260752 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11924/tid=11939] ppid=11921 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/11924/task/11939/stat : 11939 (java) S 11921 11924 9094 0 -1 4202560 9086 0 0 0 64 2 0 0 20 0 19 0 8579720 9856040960 44472 33554432000 1073741824 1073778376 140736461407168 140571831208888 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11924/tid=11940] ppid=11921 vsize=9625040 CPUtime=1.74 cores=1,3,5,7
/proc/11924/task/11940/stat : 11940 (java) S 11921 11924 9094 0 -1 4202560 16496 0 0 0 172 2 0 0 20 0 19 0 8579720 9856040960 44472 33554432000 1073741824 1073778376 140736461407168 140571830156088 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11924/tid=11941] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11941/stat : 11941 (java) S 11921 11924 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8579720 9856040960 44472 33554432000 1073741824 1073778376 140736461407168 140571829103480 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11924/tid=11942] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11942/stat : 11942 (java) S 11921 11924 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8579720 9856040960 44472 33554432000 1073741824 1073778376 140736461407168 140571828050888 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11924/tid=11943] ppid=11921 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11943/stat : 11943 (java) S 11921 11924 9094 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8579745 9856040960 44472 33554432000 1073741824 1073778376 140736461407168 140571826996392 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 29.04
Current children cumulated vsize (KiB) 9625040

[startup+26.7007 s]
/proc/loadavg: 2.10 2.08 1.96 3/213 12138
/proc/meminfo: memFree=31804620/32872528 swapFree=7268/7268
[pid=11924] ppid=11921 vsize=0 CPUtime=29.05 cores=1,3,5,7
/proc/11924/stat : 11924 (java) Z 11921 11924 9094 0 -1 4203532 29386 0 1 0 2895 10 0 0 20 0 2 0 8579715 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11924/statm: 0 0 0 0 0 0 0
[pid=11924/tid=11929] ppid=11921 vsize=0 CPUtime=0 cores=1,3,5,7
/proc/11924/task/11929/stat : 11929 (java) R 11921 11924 9094 0 -1 4203588 6 0 0 0 0 0 0 0 20 0 2 0 8579716 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 29.05
Current children cumulated vsize (KiB) 0

Child status: 30
Real time (s): 26.7027
CPU time (s): 29.0596
CPU user time (s): 28.9576
CPU system time (s): 0.101984
CPU usage (%): 108.826
Max. virtual memory (cumulated for all children) (KiB): 9626832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 28.9576
system time used= 0.101984
maximum resident set size= 177944
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29386
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= 886
involuntary context switches= 148

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.078987 second user time and 0.111982 second system time

The end

Launcher Data

Begin job on node151 at 2016-06-16 10:22:29
IDJOB=4090567
IDBENCH=78966
IDSOLVER=2551
FILE ID=node151/4090567-1466065349
RUNJOBID= node151-1466062104-9111
PBS_JOBID= 19903998
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900558106--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090567-1466065349/watcher-4090567-1466065349 -o /tmp/evaluation-result-4090567-1466065349/solver-4090567-1466065349 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1466062104-9111 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090567-1466065349.wbo

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

MD5SUM BENCH= 125243b279b6e24b77d57dd07a5f7014
RANDOM SEED=2140304102

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:        31948368 kB
Buffers:            6592 kB
Cached:            39600 kB
SwapCached:        61608 kB
Active:           119308 kB
Inactive:          82772 kB
Active(anon):      96836 kB
Inactive(anon):    61024 kB
Active(file):      22472 kB
Inactive(file):    21748 kB
Unevictable:        7268 kB
Mlocked:            7268 kB
SwapTotal:      67108856 kB
SwapFree:       67038960 kB
Dirty:              1572 kB
Writeback:             0 kB
AnonPages:        213156 kB
Mapped:            15296 kB
Shmem:                 0 kB
Slab:             565648 kB
SReclaimable:       8948 kB
SUnreclaim:       556700 kB
KernelStack:        1760 kB
PageTables:         4832 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     697764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    167936 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= 71748 MiB
End job on node151 at 2016-06-16 10:22:56