Trace number 4090913

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 14.5118 12.9827

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4090913-1466067806.wbo
0.11/0.10	c reading problem ... 
0.11/0.16	c ... done. Wall clock time 0.054s.
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.51/0.32	c SATISFIABLE
0.51/0.32	c OPTIMIZING...
0.51/0.32	c Got one! Elapsed wall clock time (in seconds):0.223
0.51/0.32	o 703
0.51/0.34	c Got one! Elapsed wall clock time (in seconds):0.241
0.51/0.34	o 677
0.51/0.35	c Got one! Elapsed wall clock time (in seconds):0.251
0.51/0.35	o 594
0.51/0.37	c Got one! Elapsed wall clock time (in seconds):0.269
0.51/0.37	o 588
0.51/0.37	c Got one! Elapsed wall clock time (in seconds):0.271
0.51/0.37	o 577
0.51/0.38	c Got one! Elapsed wall clock time (in seconds):0.276
0.51/0.38	o 572
0.51/0.38	c Got one! Elapsed wall clock time (in seconds):0.28
0.51/0.38	o 550
0.51/0.39	c Got one! Elapsed wall clock time (in seconds):0.285
0.51/0.39	o 526
0.51/0.39	c Got one! Elapsed wall clock time (in seconds):0.29
0.51/0.39	o 498
0.51/0.39	c Got one! Elapsed wall clock time (in seconds):0.293
0.51/0.39	o 457
0.66/0.40	c Got one! Elapsed wall clock time (in seconds):0.298
0.66/0.40	o 455
0.66/0.40	c Got one! Elapsed wall clock time (in seconds):0.303
0.66/0.40	o 425
0.66/0.42	c Got one! Elapsed wall clock time (in seconds):0.314
0.66/0.42	o 420
0.66/0.42	c Got one! Elapsed wall clock time (in seconds):0.318
0.66/0.42	o 419
0.66/0.42	c Got one! Elapsed wall clock time (in seconds):0.322
0.66/0.42	o 413
0.66/0.43	c Got one! Elapsed wall clock time (in seconds):0.326
0.66/0.43	o 410
0.66/0.43	c Got one! Elapsed wall clock time (in seconds):0.33
0.66/0.43	o 409
0.82/0.59	c cleaning 3572 clauses out of 7158 with flag 13306/7158
1.05/0.79	c Got one! Elapsed wall clock time (in seconds):0.689
1.05/0.79	o 407
1.19/0.80	c Got one! Elapsed wall clock time (in seconds):0.699
1.19/0.80	o 406
1.19/0.82	c Got one! Elapsed wall clock time (in seconds):0.722
1.19/0.82	o 404
1.19/0.83	c Got one! Elapsed wall clock time (in seconds):0.731
1.19/0.83	o 399
1.19/0.85	c Got one! Elapsed wall clock time (in seconds):0.75
1.19/0.85	o 387
1.29/0.90	c cleaning 5141 clauses out of 10296 with flag 3204/13868
1.29/0.92	c Got one! Elapsed wall clock time (in seconds):0.821
1.29/0.92	o 386
1.29/0.93	c Got one! Elapsed wall clock time (in seconds):0.828
1.29/0.93	o 385
1.29/0.94	c Got one! Elapsed wall clock time (in seconds):0.835
1.29/0.94	o 384
1.29/0.95	c Got one! Elapsed wall clock time (in seconds):0.847
1.29/0.95	o 382
1.29/0.97	c Got one! Elapsed wall clock time (in seconds):0.872
1.29/0.97	o 371
1.43/1.01	c Got one! Elapsed wall clock time (in seconds):0.909
1.43/1.01	o 369
1.43/1.03	c Got one! Elapsed wall clock time (in seconds):0.933
1.43/1.03	o 365
1.43/1.04	c Got one! Elapsed wall clock time (in seconds):0.938
1.43/1.04	o 356
1.43/1.04	c Got one! Elapsed wall clock time (in seconds):0.941
1.43/1.04	o 352
1.43/1.05	c Got one! Elapsed wall clock time (in seconds):0.944
1.43/1.05	o 332
1.43/1.05	c Got one! Elapsed wall clock time (in seconds):0.949
1.43/1.05	o 296
1.43/1.06	c Got one! Elapsed wall clock time (in seconds):0.961
1.43/1.06	o 292
1.43/1.06	c Got one! Elapsed wall clock time (in seconds):0.963
1.43/1.06	o 286
1.43/1.07	c Got one! Elapsed wall clock time (in seconds):0.973
1.43/1.07	o 279
1.43/1.08	c Got one! Elapsed wall clock time (in seconds):0.982
1.43/1.08	o 275
1.64/1.16	c Got one! Elapsed wall clock time (in seconds):1.061
1.64/1.16	o 273
1.91/1.38	c cleaning 7530 clauses out of 15061 with flag 16213/23774
2.05/1.45	c Got one! Elapsed wall clock time (in seconds):1.349
2.05/1.45	o 269
2.17/1.54	c Got one! Elapsed wall clock time (in seconds):1.435
2.17/1.54	o 266
2.17/1.58	c Got one! Elapsed wall clock time (in seconds):1.48
2.17/1.58	o 262
2.17/1.59	c Got one! Elapsed wall clock time (in seconds):1.484
2.17/1.59	o 255
2.27/1.62	c Got one! Elapsed wall clock time (in seconds):1.52
2.27/1.62	o 254
2.27/1.67	c Got one! Elapsed wall clock time (in seconds):1.568
2.27/1.67	o 250
2.37/1.70	c Got one! Elapsed wall clock time (in seconds):1.595
2.37/1.70	o 248
2.37/1.74	c Got one! Elapsed wall clock time (in seconds):1.636
2.37/1.74	o 247
2.37/1.76	c Got one! Elapsed wall clock time (in seconds):1.654
2.37/1.76	o 242
2.47/1.82	c Got one! Elapsed wall clock time (in seconds):1.721
2.47/1.82	o 241
2.47/1.84	c Got one! Elapsed wall clock time (in seconds):1.743
2.47/1.84	o 235
2.47/1.86	c Got one! Elapsed wall clock time (in seconds):1.758
2.47/1.86	o 233
2.47/1.88	c Got one! Elapsed wall clock time (in seconds):1.775
2.47/1.88	o 232
2.47/1.88	c Got one! Elapsed wall clock time (in seconds):1.78
2.47/1.88	o 223
2.47/1.89	c Got one! Elapsed wall clock time (in seconds):1.789
2.47/1.89	o 220
2.57/1.90	c Got one! Elapsed wall clock time (in seconds):1.796
2.57/1.90	o 191
2.57/1.90	c Got one! Elapsed wall clock time (in seconds):1.8
2.57/1.90	o 187
2.57/1.92	c Got one! Elapsed wall clock time (in seconds):1.815
2.57/1.92	o 186
2.57/1.95	c Got one! Elapsed wall clock time (in seconds):1.852
2.57/1.95	o 174
2.57/1.97	c Got one! Elapsed wall clock time (in seconds):1.867
2.57/1.97	o 169
2.67/2.03	c Got one! Elapsed wall clock time (in seconds):1.932
2.67/2.03	o 166
2.67/2.07	c Got one! Elapsed wall clock time (in seconds):1.969
2.67/2.07	o 151
2.78/2.14	c cleaning 10750 clauses out of 21513 with flag 3851/37756
2.78/2.15	c Got one! Elapsed wall clock time (in seconds):2.046
2.78/2.15	o 150
2.78/2.16	c Got one! Elapsed wall clock time (in seconds):2.06
2.78/2.16	o 148
2.94/2.26	c Got one! Elapsed wall clock time (in seconds):2.155
2.94/2.26	o 146
3.14/2.42	c Got one! Elapsed wall clock time (in seconds):2.321
3.14/2.42	o 145
3.27/2.52	c cleaning 8464 clauses out of 16932 with flag 3416/43925
3.27/2.58	c Got one! Elapsed wall clock time (in seconds):2.475
3.27/2.58	o 135
3.49/2.60	c Got one! Elapsed wall clock time (in seconds):2.498
3.49/2.60	o 123
3.49/2.64	c Got one! Elapsed wall clock time (in seconds):2.541
3.49/2.64	o 118
3.49/2.68	c Got one! Elapsed wall clock time (in seconds):2.576
3.49/2.68	o 116
3.69/2.72	c Got one! Elapsed wall clock time (in seconds):2.615
3.69/2.72	o 115
3.83/2.83	c Got one! Elapsed wall clock time (in seconds):2.732
3.83/2.83	o 114
3.83/2.84	c Got one! Elapsed wall clock time (in seconds):2.737
3.83/2.84	o 113
3.83/2.85	c Got one! Elapsed wall clock time (in seconds):2.751
3.83/2.85	o 110
3.83/2.87	c Got one! Elapsed wall clock time (in seconds):2.767
3.83/2.87	o 109
3.94/2.91	c Got one! Elapsed wall clock time (in seconds):2.804
3.94/2.91	o 99
3.94/2.96	c Got one! Elapsed wall clock time (in seconds):2.859
3.94/2.96	o 93
4.04/3.03	c Got one! Elapsed wall clock time (in seconds):2.924
4.04/3.03	o 92
4.15/3.11	c cleaning 9591 clauses out of 19185 with flag 4274/54642
4.35/3.22	c Got one! Elapsed wall clock time (in seconds):3.117
4.35/3.22	o 89
4.56/3.39	c cleaning 7464 clauses out of 14950 with flag 11145/59998
5.00/3.66	c cleaning 6736 clauses out of 13488 with flag 34906/66000
5.00/3.69	c Got one! Elapsed wall clock time (in seconds):3.588
5.00/3.69	o 87
5.10/3.74	c Got one! Elapsed wall clock time (in seconds):3.64
5.10/3.74	o 83
5.10/3.79	c Got one! Elapsed wall clock time (in seconds):3.687
5.10/3.79	o 78
5.20/3.82	c Got one! Elapsed wall clock time (in seconds):3.721
5.20/3.82	o 77
5.20/3.90	c Got one! Elapsed wall clock time (in seconds):3.795
5.20/3.90	o 65
5.30/3.90	c Got one! Elapsed wall clock time (in seconds):3.802
5.30/3.90	o 64
5.30/3.93	c Got one! Elapsed wall clock time (in seconds):3.827
5.30/3.93	o 58
5.40/4.03	c cleaning 7555 clauses out of 15111 with flag 7212/74359
5.60/4.22	c Got one! Elapsed wall clock time (in seconds):4.12
5.60/4.22	o 57
5.60/4.28	c cleaning 6665 clauses out of 13334 with flag 4123/80137
5.71/4.38	c Got one! Elapsed wall clock time (in seconds):4.279
5.71/4.38	o 50
5.83/4.47	c Got one! Elapsed wall clock time (in seconds):4.373
5.83/4.47	o 45
5.93/4.52	c cleaning 6356 clauses out of 12711 with flag 3656/86179
6.12/4.75	c cleaning 6171 clauses out of 12353 with flag 25240/92177
6.12/4.77	c Got one! Elapsed wall clock time (in seconds):4.667
6.12/4.77	o 39
6.33/4.97	c cleaning 5830 clauses out of 11659 with flag 18899/97654
6.63/5.21	c cleaning 5910 clauses out of 11828 with flag 43738/103653
6.83/5.49	c cleaning 6453 clauses out of 12919 with flag 71613/110654
7.13/5.79	c Got one! Elapsed wall clock time (in seconds):5.684
7.13/5.79	o 38
7.43/6.05	c cleaning 9489 clauses out of 18980 with flag 22775/123168
7.73/6.32	c cleaning 7741 clauses out of 15488 with flag 50881/129165
7.73/6.39	c Got one! Elapsed wall clock time (in seconds):6.288
7.73/6.39	o 37
7.94/6.52	c cleaning 6392 clauses out of 12792 with flag 11166/134210
8.14/6.74	c cleaning 6194 clauses out of 12398 with flag 33705/140208
8.34/6.90	c Got one! Elapsed wall clock time (in seconds):6.798
8.34/6.90	o 35
8.34/6.94	c cleaning 5847 clauses out of 11694 with flag 3671/145698
8.44/7.00	c Got one! Elapsed wall clock time (in seconds):6.903
8.44/7.00	o 33
8.54/7.16	c cleaning 5919 clauses out of 11843 with flag 14936/151694
8.64/7.25	c Got one! Elapsed wall clock time (in seconds):7.144
8.64/7.25	o 31
8.74/7.34	c Got one! Elapsed wall clock time (in seconds):7.243
8.74/7.34	o 27
8.74/7.40	c cleaning 5936 clauses out of 11882 with flag 4217/157652
8.85/7.41	c Got one! Elapsed wall clock time (in seconds):7.313
8.85/7.41	o 22
9.05/7.60	c cleaning 5763 clauses out of 11540 with flag 19830/163246
9.05/7.64	c Got one! Elapsed wall clock time (in seconds):7.539
9.05/7.64	o 21
9.16/7.78	c cleaning 5665 clauses out of 11344 with flag 14401/168813
9.16/7.80	c Got one! Elapsed wall clock time (in seconds):7.699
9.16/7.80	o 17
9.37/7.99	c cleaning 5661 clauses out of 11324 with flag 20102/174458
9.47/8.03	c Got one! Elapsed wall clock time (in seconds):7.929
9.47/8.03	o 15
9.57/8.14	c Got one! Elapsed wall clock time (in seconds):8.036
9.57/8.14	o 14
9.57/8.18	c cleaning 5590 clauses out of 11200 with flag 4637/179995
9.89/8.40	c cleaning 5801 clauses out of 11610 with flag 32927/185995
10.09/8.65	c cleaning 6393 clauses out of 12809 with flag 65205/192995
10.19/8.72	c Got one! Elapsed wall clock time (in seconds):8.616
10.19/8.72	o 13
10.31/8.86	c cleaning 6185 clauses out of 12394 with flag 15077/198973
10.31/8.88	c Got one! Elapsed wall clock time (in seconds):8.783
10.31/8.88	o 12
10.31/8.89	c Got one! Elapsed wall clock time (in seconds):8.785
10.31/8.89	o 11
10.50/9.04	c cleaning 5662 clauses out of 11326 with flag 18405/204090
10.60/9.14	c Got one! Elapsed wall clock time (in seconds):9.042
10.60/9.14	o 10
10.60/9.19	c Got one! Elapsed wall clock time (in seconds):9.089
10.60/9.19	o 9
10.70/9.24	c cleaning 5744 clauses out of 11489 with flag 4587/209915
10.90/9.45	c cleaning 5870 clauses out of 11743 with flag 32509/215914
11.20/9.70	c cleaning 6437 clauses out of 12873 with flag 64081/222915
11.41/10.00	c cleaning 7216 clauses out of 14434 with flag 100368/230914
11.82/10.37	c cleaning 8109 clauses out of 16218 with flag 142998/239915
12.12/10.69	c Got one! Elapsed wall clock time (in seconds):10.586
12.12/10.69	o 8
12.32/10.83	c Got one! Elapsed wall clock time (in seconds):10.731
12.32/10.83	o 4
12.42/10.90	c Got one! Elapsed wall clock time (in seconds):10.798
12.42/10.90	o 3
12.42/10.96	c cleaning 10683 clauses out of 21385 with flag 4537/253192
12.72/11.22	c cleaning 8339 clauses out of 16704 with flag 34916/259194
13.02/11.52	c cleaning 7667 clauses out of 15363 with flag 72815/266192
13.32/11.86	c cleaning 7843 clauses out of 15692 with flag 112903/274192
13.52/12.05	c Got one! Elapsed wall clock time (in seconds):11.953
13.52/12.05	o 2
13.52/12.10	c cleaning 6808 clauses out of 13629 with flag 5000/279974
13.82/12.34	c cleaning 6412 clauses out of 12823 with flag 36393/285976
14.12/12.63	c cleaning 6702 clauses out of 13410 with flag 73479/292976
14.42/12.96	c cleaning 7352 clauses out of 14704 with flag 114199/300974
14.42/12.97	c starts		: 269
14.42/12.97	c conflicts		: 301132
14.42/12.97	c decisions		: 503783
14.42/12.97	c propagations		: 8065306
14.42/12.97	c inspects		: 141441737
14.42/12.97	c shortcuts		: 0
14.42/12.97	c learnt literals	: 20
14.42/12.97	c learnt binary clauses	: 22
14.42/12.97	c learnt ternary clauses	: 606
14.42/12.97	c learnt constraints	: 301111
14.42/12.97	c ignored constraints	: 0
14.42/12.97	c root simplifications	: 0
14.42/12.97	c removed literals (reason simplification)	: 0
14.42/12.97	c reason swapping (by a shorter reason)	: 0
14.42/12.97	c Calls to reduceDB	: 43
14.42/12.97	c Number of update (reduction) of LBD	: 83876
14.42/12.97	c Imported unit clauses	: 0
14.42/12.97	c number of reductions to clauses (during analyze)	: 0
14.42/12.97	c number of learned constraints concerned by reduction	: 0
14.42/12.97	c number of learning phase by resolution	: 0
14.42/12.97	c number of learning phase by cutting planes	: 0
14.42/12.97	c speed (assignments/second)	: 629364.4947327351
14.42/12.97	c non guided choices	4716
14.42/12.97	c learnt constraints type 
14.42/12.97	s OPTIMUM FOUND
14.42/12.97	c Found 108 solution(s)
14.42/12.97	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 
14.42/12.98	c objective function=2
14.42/12.98	c Total wall clock time (in seconds): 12.874

Verifier Data

OK	2

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4090913-1466067806/watcher-4090913-1466067806 -o /tmp/evaluation-result-4090913-1466067806/solver-4090913-1466067806 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466062122-10381 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090913-1466067806.wbo 

pid=11528
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.36 2.32 2.25 3/194 11531
/proc/meminfo: memFree=29779624/32872528 swapFree=1370072/1517240
[pid=11531] ppid=11528 vsize=94112 CPUtime=0 cores=0,2,4,6
/proc/11531/stat : 11531 (java) S 11528 11531 10365 0 -1 4202496 1300 0 0 0 0 0 0 0 20 0 2 0 8827124 96370688 931 33554432000 1073741824 1073778376 140736895415056 140736895406192 229359255613 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11531/statm: 23528 931 705 9 0 16769 0
[pid=11531/tid=11532] ppid=11528 vsize=96324 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11532/stat : 11532 (java) R 11528 11531 10365 0 -1 4202560 104 0 0 0 0 0 0 0 20 0 2 0 8827125 98635776 959 33554432000 1073741824 1073778376 140736895415056 139637575233064 229346687539 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 2.36 2.32 2.25 3/194 11531
/proc/meminfo: memFree=29779624/32872528 swapFree=1370072/1517240
[pid=11531] ppid=11528 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/11531/stat : 11531 (java) S 11528 11531 10365 0 -1 4202496 4546 0 1 0 10 1 0 0 20 0 18 0 8827124 9787879424 5661 33554432000 1073741824 1073778376 140736895415056 140736895406192 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11531/statm: 2389619 5661 2157 9 0 2380296 0
[pid=11531/tid=11532] ppid=11528 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/11531/task/11532/stat : 11532 (java) R 11528 11531 10365 0 -1 4202560 2430 0 1 0 7 0 0 0 20 0 18 0 8827125 9787879424 5661 33554432000 1073741824 1073778376 140736895415056 139637575236352 229359281421 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.200264 s]
/proc/loadavg: 2.36 2.32 2.25 3/194 11531
/proc/meminfo: memFree=29779624/32872528 swapFree=1370072/1517240
[pid=11531] ppid=11528 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/11531/stat : 11531 (java) S 11528 11531 10365 0 -1 4202496 6428 0 1 0 28 1 0 0 20 0 19 0 8827124 9856040960 7494 33554432000 1073741824 1073778376 140736895415056 140736895406192 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11531/statm: 2406260 7494 2236 9 0 2396937 0
[pid=11531/tid=11532] ppid=11528 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/11531/task/11532/stat : 11532 (java) R 11528 11531 10365 0 -1 4202560 2460 0 1 0 17 0 0 0 20 0 19 0 8827125 9856040960 7494 33554432000 1073741824 1073778376 140736895415056 139637575238272 139637447790119 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.300359 s]
/proc/loadavg: 2.36 2.32 2.25 3/194 11531
/proc/meminfo: memFree=29779624/32872528 swapFree=1370072/1517240
[pid=11531] ppid=11528 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/11531/stat : 11531 (java) S 11528 11531 10365 0 -1 4202496 6835 0 1 0 50 1 0 0 20 0 19 0 8827124 9856040960 7644 33554432000 1073741824 1073778376 140736895415056 140736895406192 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11531/statm: 2406260 7644 2243 9 0 2396937 0
[pid=11531/tid=11532] ppid=11528 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/11531/task/11532/stat : 11532 (java) R 11528 11531 10365 0 -1 4202560 2461 0 1 0 27 0 0 0 20 0 19 0 8827125 9856040960 7644 33554432000 1073741824 1073778376 140736895415056 139637575238272 139637447859559 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.700303 s]
/proc/loadavg: 2.36 2.32 2.25 3/194 11531
/proc/meminfo: memFree=29779624/32872528 swapFree=1370072/1517240
[pid=11531] ppid=11528 vsize=9625040 CPUtime=1.05 cores=0,2,4,6
/proc/11531/stat : 11531 (java) S 11528 11531 10365 0 -1 4202496 8221 0 1 0 103 2 0 0 20 0 19 0 8827124 9856040960 8748 33554432000 1073741824 1073778376 140736895415056 140736895406192 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11531/statm: 2406260 8748 2257 9 0 2396937 0
[pid=11531/tid=11532] ppid=11528 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/11531/task/11532/stat : 11532 (java) R 11528 11531 10365 0 -1 4202560 2463 0 1 0 67 0 0 0 20 0 19 0 8827125 9856040960 8748 33554432000 1073741824 1073778376 140736895415056 139637575237896 139637447831424 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.50082 s]
/proc/loadavg: 2.36 2.32 2.25 4/213 11550
/proc/meminfo: memFree=29743240/32872528 swapFree=1370072/1517240
[pid=11531] ppid=11528 vsize=9625040 CPUtime=2.17 cores=0,2,4,6
/proc/11531/stat : 11531 (java) S 11528 11531 10365 0 -1 4202496 13293 0 1 0 214 3 0 0 20 0 19 0 8827124 9856040960 10627 33554432000 1073741824 1073778376 140736895415056 140736895406192 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11531/statm: 2406260 10627 2262 9 0 2396937 0
[pid=11531/tid=11532] ppid=11528 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/11531/task/11532/stat : 11532 (java) R 11528 11531 10365 0 -1 4202560 2467 0 1 0 147 0 0 0 20 0 19 0 8827125 9856040960 10627 33554432000 1073741824 1073778376 140736895415056 139637575229136 139637448247077 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11531/tid=11534] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11534/stat : 11534 (java) S 11528 11531 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8827125 9856040960 10627 33554432000 1073741824 1073778376 140736895415056 139637419236008 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11531/tid=11535] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11535/stat : 11535 (java) S 11528 11531 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8827125 9856040960 10627 33554432000 1073741824 1073778376 140736895415056 139637418183464 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11531/tid=11536] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11536/stat : 11536 (java) S 11528 11531 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8827125 9856040960 10627 33554432000 1073741824 1073778376 140736895415056 139637417130920 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11531/tid=11537] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11537/stat : 11537 (java) S 11528 11531 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8827125 9856040960 10627 33554432000 1073741824 1073778376 140736895415056 139637416078376 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11531/tid=11538] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11538/stat : 11538 (java) S 11528 11531 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8827125 9856040960 10627 33554432000 1073741824 1073778376 140736895415056 139637415024808 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11531/tid=11539] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11539/stat : 11539 (java) S 11528 11531 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8827125 9856040960 10627 33554432000 1073741824 1073778376 140736895415056 139637413972264 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11531/tid=11540] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11540/stat : 11540 (java) S 11528 11531 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8827125 9856040960 10627 33554432000 1073741824 1073778376 140736895415056 139637412919720 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11531/tid=11541] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11541/stat : 11541 (java) S 11528 11531 10365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8827125 9856040960 10627 33554432000 1073741824 1073778376 140736895415056 139637411867176 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11531/tid=11542] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11542/stat : 11542 (java) S 11528 11531 10365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8827126 9856040960 10627 33554432000 1073741824 1073778376 140736895415056 139637399456360 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11531/tid=11543] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11543/stat : 11543 (java) S 11528 11531 10365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8827127 9856040960 10627 33554432000 1073741824 1073778376 140736895415056 139637398402680 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11531/tid=11544] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11544/stat : 11544 (java) S 11528 11531 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8827127 9856040960 10627 33554432000 1073741824 1073778376 140736895415056 139637397350024 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11531/tid=11545] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11545/stat : 11545 (java) S 11528 11531 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8827129 9856040960 10627 33554432000 1073741824 1073778376 140736895415056 139637396298768 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11531/tid=11546] ppid=11528 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/11531/task/11546/stat : 11546 (java) S 11528 11531 10365 0 -1 4202560 1992 0 0 0 22 0 0 0 20 0 19 0 8827129 9856040960 10627 33554432000 1073741824 1073778376 140736895415056 139637395245112 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11531/tid=11547] ppid=11528 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/11531/task/11547/stat : 11547 (java) S 11528 11531 10365 0 -1 4202560 7561 0 0 0 41 2 0 0 20 0 19 0 8827129 9856040960 10627 33554432000 1073741824 1073778376 140736895415056 139637394192568 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11531/tid=11548] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11548/stat : 11548 (java) S 11528 11531 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8827129 9856040960 10627 33554432000 1073741824 1073778376 140736895415056 139637393140216 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11531/tid=11549] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11549/stat : 11549 (java) S 11528 11531 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8827129 9856040960 10627 33554432000 1073741824 1073778376 140736895415056 139637392087880 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11531/tid=11550] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11550/stat : 11550 (java) S 11528 11531 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8827140 9856040960 10627 33554432000 1073741824 1073778376 140736895415056 139637391033640 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 2.41 2.33 2.26 3/213 11550
/proc/meminfo: memFree=29738024/32872528 swapFree=1370072/1517240
[pid=11531] ppid=11528 vsize=9625040 CPUtime=4.15 cores=0,2,4,6
/proc/11531/stat : 11531 (java) S 11528 11531 10365 0 -1 4202496 20026 0 1 0 411 4 0 0 20 0 19 0 8827124 9856040960 16616 33554432000 1073741824 1073778376 140736895415056 140736895406192 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11531/statm: 2406260 16616 2263 9 0 2396937 0
[pid=11531/tid=11532] ppid=11528 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/11531/task/11532/stat : 11532 (java) R 11528 11531 10365 0 -1 4202560 2474 0 1 0 306 1 0 0 20 0 19 0 8827125 9856040960 16616 33554432000 1073741824 1073778376 140736895415056 139637575236088 139637447879999 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11531/tid=11534] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11534/stat : 11534 (java) S 11528 11531 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8827125 9856040960 16616 33554432000 1073741824 1073778376 140736895415056 139637419236008 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11531/tid=11535] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11535/stat : 11535 (java) S 11528 11531 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8827125 9856040960 16616 33554432000 1073741824 1073778376 140736895415056 139637418183464 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11531/tid=11536] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11536/stat : 11536 (java) S 11528 11531 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8827125 9856040960 16616 33554432000 1073741824 1073778376 140736895415056 139637417130920 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11531/tid=11537] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11537/stat : 11537 (java) S 11528 11531 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8827125 9856040960 16616 33554432000 1073741824 1073778376 140736895415056 139637416078376 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11531/tid=11538] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11538/stat : 11538 (java) S 11528 11531 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8827125 9856040960 16616 33554432000 1073741824 1073778376 140736895415056 139637415024808 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11531/tid=11539] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11539/stat : 11539 (java) S 11528 11531 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8827125 9856040960 16616 33554432000 1073741824 1073778376 140736895415056 139637413972264 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11531/tid=11540] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11540/stat : 11540 (java) S 11528 11531 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8827125 9856040960 16616 33554432000 1073741824 1073778376 140736895415056 139637412919720 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11531/tid=11541] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11541/stat : 11541 (java) S 11528 11531 10365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8827125 9856040960 16616 33554432000 1073741824 1073778376 140736895415056 139637411867176 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11531/tid=11542] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11542/stat : 11542 (java) S 11528 11531 10365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8827126 9856040960 16616 33554432000 1073741824 1073778376 140736895415056 139637399456360 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11531/tid=11543] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11543/stat : 11543 (java) S 11528 11531 10365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8827127 9856040960 16616 33554432000 1073741824 1073778376 140736895415056 139637398402680 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11531/tid=11544] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11544/stat : 11544 (java) S 11528 11531 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8827127 9856040960 16616 33554432000 1073741824 1073778376 140736895415056 139637397350024 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11531/tid=11545] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11545/stat : 11545 (java) S 11528 11531 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8827129 9856040960 16616 33554432000 1073741824 1073778376 140736895415056 139637396298768 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11531/tid=11546] ppid=11528 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/11531/task/11546/stat : 11546 (java) S 11528 11531 10365 0 -1 4202560 2118 0 0 0 29 0 0 0 20 0 19 0 8827129 9856040960 16616 33554432000 1073741824 1073778376 140736895415056 139637395245112 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11531/tid=11547] ppid=11528 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/11531/task/11547/stat : 11547 (java) R 11528 11531 10365 0 -1 4202560 14161 0 0 0 71 2 0 0 20 0 19 0 8827129 9856040960 16616 33554432000 1073741824 1073778376 140736895415056 139637394192448 139637582607201 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=11531/tid=11548] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11548/stat : 11548 (java) S 11528 11531 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8827129 9856040960 16616 33554432000 1073741824 1073778376 140736895415056 139637393140216 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11531/tid=11549] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11549/stat : 11549 (java) S 11528 11531 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8827129 9856040960 16616 33554432000 1073741824 1073778376 140736895415056 139637392087880 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11531/tid=11550] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11550/stat : 11550 (java) S 11528 11531 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8827140 9856040960 16616 33554432000 1073741824 1073778376 140736895415056 139637391033640 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.15
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.41 2.33 2.26 4/213 11550
/proc/meminfo: memFree=29707132/32872528 swapFree=1370072/1517240
[pid=11531] ppid=11528 vsize=9625040 CPUtime=7.73 cores=0,2,4,6
/proc/11531/stat : 11531 (java) S 11528 11531 10365 0 -1 4202496 23555 0 1 0 768 5 0 0 20 0 19 0 8827124 9856040960 20888 33554432000 1073741824 1073778376 140736895415056 140736895406192 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11531/statm: 2406260 20888 2264 9 0 2396937 0
[pid=11531/tid=11532] ppid=11528 vsize=9625040 CPUtime=6.28 cores=0,2,4,6
/proc/11531/task/11532/stat : 11532 (java) R 11528 11531 10365 0 -1 4202560 2485 0 1 0 626 2 0 0 20 0 19 0 8827125 9856040960 20888 33554432000 1073741824 1073778376 140736895415056 139637575229136 139637448265438 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11531/tid=11534] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11534/stat : 11534 (java) S 11528 11531 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8827125 9856040960 20888 33554432000 1073741824 1073778376 140736895415056 139637419236008 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11531/tid=11535] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11535/stat : 11535 (java) S 11528 11531 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8827125 9856040960 20888 33554432000 1073741824 1073778376 140736895415056 139637418183464 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11531/tid=11536] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11536/stat : 11536 (java) S 11528 11531 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8827125 9856040960 20888 33554432000 1073741824 1073778376 140736895415056 139637417130920 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11531/tid=11537] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11537/stat : 11537 (java) S 11528 11531 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8827125 9856040960 20888 33554432000 1073741824 1073778376 140736895415056 139637416078376 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11531/tid=11538] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11538/stat : 11538 (java) S 11528 11531 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8827125 9856040960 20888 33554432000 1073741824 1073778376 140736895415056 139637415024808 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11531/tid=11539] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11539/stat : 11539 (java) S 11528 11531 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8827125 9856040960 20888 33554432000 1073741824 1073778376 140736895415056 139637413972264 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11531/tid=11540] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11540/stat : 11540 (java) S 11528 11531 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8827125 9856040960 20888 33554432000 1073741824 1073778376 140736895415056 139637412919720 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11531/tid=11541] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11541/stat : 11541 (java) S 11528 11531 10365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8827125 9856040960 20888 33554432000 1073741824 1073778376 140736895415056 139637411867176 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11531/tid=11542] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11542/stat : 11542 (java) S 11528 11531 10365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8827126 9856040960 20888 33554432000 1073741824 1073778376 140736895415056 139637399456360 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11531/tid=11543] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11543/stat : 11543 (java) S 11528 11531 10365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8827127 9856040960 20888 33554432000 1073741824 1073778376 140736895415056 139637398402680 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11531/tid=11544] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11544/stat : 11544 (java) S 11528 11531 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8827127 9856040960 20888 33554432000 1073741824 1073778376 140736895415056 139637397350024 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11531/tid=11545] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11545/stat : 11545 (java) S 11528 11531 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8827129 9856040960 20888 33554432000 1073741824 1073778376 140736895415056 139637396298768 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11531/tid=11546] ppid=11528 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/11531/task/11546/stat : 11546 (java) S 11528 11531 10365 0 -1 4202560 2118 0 0 0 29 0 0 0 20 0 19 0 8827129 9856040960 20888 33554432000 1073741824 1073778376 140736895415056 139637395245112 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11531/tid=11547] ppid=11528 vsize=9625040 CPUtime=1.11 cores=0,2,4,6
/proc/11531/task/11547/stat : 11547 (java) S 11528 11531 10365 0 -1 4202560 17678 0 0 0 108 3 0 0 20 0 19 0 8827129 9856040960 20888 33554432000 1073741824 1073778376 140736895415056 139637394192568 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11531/tid=11548] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11548/stat : 11548 (java) S 11528 11531 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8827129 9856040960 20888 33554432000 1073741824 1073778376 140736895415056 139637393140216 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11531/tid=11549] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11549/stat : 11549 (java) S 11528 11531 10365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8827129 9856040960 20888 33554432000 1073741824 1073778376 140736895415056 139637392087880 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11531/tid=11550] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11550/stat : 11550 (java) S 11528 11531 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8827140 9856040960 20888 33554432000 1073741824 1073778376 140736895415056 139637391033640 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.73
Current children cumulated vsize (KiB) 9625040

[startup+12.7008 s]
/proc/loadavg: 2.42 2.34 2.26 3/213 11550
/proc/meminfo: memFree=29667652/32872528 swapFree=1370072/1517240
[pid=11531] ppid=11528 vsize=9625040 CPUtime=14.22 cores=0,2,4,6
/proc/11531/stat : 11531 (java) S 11528 11531 10365 0 -1 4202496 23578 0 1 0 1417 5 0 0 20 0 19 0 8827124 9856040960 30618 33554432000 1073741824 1073778376 140736895415056 140736895406192 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11531/statm: 2406260 30618 2266 9 0 2396937 0
[pid=11531/tid=11532] ppid=11528 vsize=9625040 CPUtime=12.67 cores=0,2,4,6
/proc/11531/task/11532/stat : 11532 (java) R 11528 11531 10365 0 -1 4202560 2506 0 1 0 1265 2 0 0 20 0 19 0 8827125 9856040960 30618 33554432000 1073741824 1073778376 140736895415056 139637575229136 139637448245316 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11531/tid=11534] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11534/stat : 11534 (java) S 11528 11531 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8827125 9856040960 30618 33554432000 1073741824 1073778376 140736895415056 139637419236008 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11531/tid=11535] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11535/stat : 11535 (java) S 11528 11531 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8827125 9856040960 30618 33554432000 1073741824 1073778376 140736895415056 139637418183464 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11531/tid=11536] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11536/stat : 11536 (java) S 11528 11531 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8827125 9856040960 30618 33554432000 1073741824 1073778376 140736895415056 139637417130920 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11531/tid=11537] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11537/stat : 11537 (java) S 11528 11531 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8827125 9856040960 30618 33554432000 1073741824 1073778376 140736895415056 139637416078376 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11531/tid=11538] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11538/stat : 11538 (java) S 11528 11531 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8827125 9856040960 30618 33554432000 1073741824 1073778376 140736895415056 139637415024808 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11531/tid=11539] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11539/stat : 11539 (java) S 11528 11531 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8827125 9856040960 30618 33554432000 1073741824 1073778376 140736895415056 139637413972264 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11531/tid=11540] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11540/stat : 11540 (java) S 11528 11531 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8827125 9856040960 30618 33554432000 1073741824 1073778376 140736895415056 139637412919720 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11531/tid=11541] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11541/stat : 11541 (java) S 11528 11531 10365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8827125 9856040960 30618 33554432000 1073741824 1073778376 140736895415056 139637411867176 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11531/tid=11542] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11542/stat : 11542 (java) S 11528 11531 10365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8827126 9856040960 30618 33554432000 1073741824 1073778376 140736895415056 139637399456360 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11531/tid=11543] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11543/stat : 11543 (java) S 11528 11531 10365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8827127 9856040960 30618 33554432000 1073741824 1073778376 140736895415056 139637398402680 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11531/tid=11544] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11544/stat : 11544 (java) S 11528 11531 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8827127 9856040960 30618 33554432000 1073741824 1073778376 140736895415056 139637397350024 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11531/tid=11545] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11545/stat : 11545 (java) S 11528 11531 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8827129 9856040960 30618 33554432000 1073741824 1073778376 140736895415056 139637396298768 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11531/tid=11546] ppid=11528 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/11531/task/11546/stat : 11546 (java) S 11528 11531 10365 0 -1 4202560 2120 0 0 0 38 0 0 0 20 0 19 0 8827129 9856040960 30618 33554432000 1073741824 1073778376 140736895415056 139637395245112 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11531/tid=11547] ppid=11528 vsize=9625040 CPUtime=1.11 cores=0,2,4,6
/proc/11531/task/11547/stat : 11547 (java) S 11528 11531 10365 0 -1 4202560 17678 0 0 0 108 3 0 0 20 0 19 0 8827129 9856040960 30618 33554432000 1073741824 1073778376 140736895415056 139637394192568 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11531/tid=11548] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11548/stat : 11548 (java) S 11528 11531 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8827129 9856040960 30618 33554432000 1073741824 1073778376 140736895415056 139637393140216 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11531/tid=11549] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11549/stat : 11549 (java) S 11528 11531 10365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8827129 9856040960 30618 33554432000 1073741824 1073778376 140736895415056 139637392087880 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11531/tid=11550] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11550/stat : 11550 (java) S 11528 11531 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8827140 9856040960 30618 33554432000 1073741824 1073778376 140736895415056 139637391033640 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 14.22
Current children cumulated vsize (KiB) 9625040

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

[startup+12.8009 s]
/proc/loadavg: 2.42 2.34 2.26 3/213 11550
/proc/meminfo: memFree=29667652/32872528 swapFree=1370072/1517240
[pid=11531] ppid=11528 vsize=9625040 CPUtime=14.32 cores=0,2,4,6
/proc/11531/stat : 11531 (java) S 11528 11531 10365 0 -1 4202496 23578 0 1 0 1427 5 0 0 20 0 19 0 8827124 9856040960 30618 33554432000 1073741824 1073778376 140736895415056 140736895406192 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11531/statm: 2406260 30618 2266 9 0 2396937 0
[pid=11531/tid=11532] ppid=11528 vsize=9625040 CPUtime=12.77 cores=0,2,4,6
/proc/11531/task/11532/stat : 11532 (java) R 11528 11531 10365 0 -1 4202560 2506 0 1 0 1275 2 0 0 20 0 19 0 8827125 9856040960 30618 33554432000 1073741824 1073778376 140736895415056 139637575229136 139637448265438 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11531/tid=11534] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11534/stat : 11534 (java) S 11528 11531 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8827125 9856040960 30618 33554432000 1073741824 1073778376 140736895415056 139637419236008 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11531/tid=11535] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11535/stat : 11535 (java) S 11528 11531 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8827125 9856040960 30618 33554432000 1073741824 1073778376 140736895415056 139637418183464 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11531/tid=11536] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11536/stat : 11536 (java) S 11528 11531 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8827125 9856040960 30618 33554432000 1073741824 1073778376 140736895415056 139637417130920 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11531/tid=11537] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11537/stat : 11537 (java) S 11528 11531 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8827125 9856040960 30618 33554432000 1073741824 1073778376 140736895415056 139637416078376 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11531/tid=11538] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11538/stat : 11538 (java) S 11528 11531 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8827125 9856040960 30618 33554432000 1073741824 1073778376 140736895415056 139637415024808 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11531/tid=11539] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11539/stat : 11539 (java) S 11528 11531 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8827125 9856040960 30618 33554432000 1073741824 1073778376 140736895415056 139637413972264 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11531/tid=11540] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11540/stat : 11540 (java) S 11528 11531 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8827125 9856040960 30618 33554432000 1073741824 1073778376 140736895415056 139637412919720 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11531/tid=11541] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11541/stat : 11541 (java) S 11528 11531 10365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8827125 9856040960 30618 33554432000 1073741824 1073778376 140736895415056 139637411867176 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11531/tid=11542] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11542/stat : 11542 (java) S 11528 11531 10365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8827126 9856040960 30618 33554432000 1073741824 1073778376 140736895415056 139637399456360 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11531/tid=11543] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11543/stat : 11543 (java) S 11528 11531 10365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8827127 9856040960 30618 33554432000 1073741824 1073778376 140736895415056 139637398402680 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11531/tid=11544] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11544/stat : 11544 (java) S 11528 11531 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8827127 9856040960 30618 33554432000 1073741824 1073778376 140736895415056 139637397350024 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11531/tid=11545] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11545/stat : 11545 (java) S 11528 11531 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8827129 9856040960 30618 33554432000 1073741824 1073778376 140736895415056 139637396298768 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11531/tid=11546] ppid=11528 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/11531/task/11546/stat : 11546 (java) S 11528 11531 10365 0 -1 4202560 2120 0 0 0 38 0 0 0 20 0 19 0 8827129 9856040960 30618 33554432000 1073741824 1073778376 140736895415056 139637395245112 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11531/tid=11547] ppid=11528 vsize=9625040 CPUtime=1.11 cores=0,2,4,6
/proc/11531/task/11547/stat : 11547 (java) S 11528 11531 10365 0 -1 4202560 17678 0 0 0 108 3 0 0 20 0 19 0 8827129 9856040960 30618 33554432000 1073741824 1073778376 140736895415056 139637394192568 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11531/tid=11548] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11548/stat : 11548 (java) S 11528 11531 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8827129 9856040960 30618 33554432000 1073741824 1073778376 140736895415056 139637393140216 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11531/tid=11549] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11549/stat : 11549 (java) S 11528 11531 10365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8827129 9856040960 30618 33554432000 1073741824 1073778376 140736895415056 139637392087880 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11531/tid=11550] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11550/stat : 11550 (java) S 11528 11531 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8827140 9856040960 30618 33554432000 1073741824 1073778376 140736895415056 139637391033640 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 14.32
Current children cumulated vsize (KiB) 9625040

[startup+12.9007 s]
/proc/loadavg: 2.42 2.34 2.26 3/213 11550
/proc/meminfo: memFree=29667652/32872528 swapFree=1370072/1517240
[pid=11531] ppid=11528 vsize=9625040 CPUtime=14.42 cores=0,2,4,6
/proc/11531/stat : 11531 (java) S 11528 11531 10365 0 -1 4202496 23578 0 1 0 1437 5 0 0 20 0 19 0 8827124 9856040960 30618 33554432000 1073741824 1073778376 140736895415056 140736895406192 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11531/statm: 2406260 30618 2266 9 0 2396937 0
[pid=11531/tid=11532] ppid=11528 vsize=9625040 CPUtime=12.87 cores=0,2,4,6
/proc/11531/task/11532/stat : 11532 (java) R 11528 11531 10365 0 -1 4202560 2506 0 1 0 1285 2 0 0 20 0 19 0 8827125 9856040960 30618 33554432000 1073741824 1073778376 140736895415056 139637575229136 139637448228099 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11531/tid=11534] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11534/stat : 11534 (java) S 11528 11531 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8827125 9856040960 30618 33554432000 1073741824 1073778376 140736895415056 139637419236008 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11531/tid=11535] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11535/stat : 11535 (java) S 11528 11531 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8827125 9856040960 30618 33554432000 1073741824 1073778376 140736895415056 139637418183464 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11531/tid=11536] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11536/stat : 11536 (java) S 11528 11531 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8827125 9856040960 30618 33554432000 1073741824 1073778376 140736895415056 139637417130920 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11531/tid=11537] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11537/stat : 11537 (java) S 11528 11531 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8827125 9856040960 30618 33554432000 1073741824 1073778376 140736895415056 139637416078376 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11531/tid=11538] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11538/stat : 11538 (java) S 11528 11531 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8827125 9856040960 30618 33554432000 1073741824 1073778376 140736895415056 139637415024808 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11531/tid=11539] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11539/stat : 11539 (java) S 11528 11531 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8827125 9856040960 30618 33554432000 1073741824 1073778376 140736895415056 139637413972264 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11531/tid=11540] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11540/stat : 11540 (java) S 11528 11531 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8827125 9856040960 30618 33554432000 1073741824 1073778376 140736895415056 139637412919720 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11531/tid=11541] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11541/stat : 11541 (java) S 11528 11531 10365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8827125 9856040960 30618 33554432000 1073741824 1073778376 140736895415056 139637411867176 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11531/tid=11542] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11542/stat : 11542 (java) S 11528 11531 10365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8827126 9856040960 30618 33554432000 1073741824 1073778376 140736895415056 139637399456360 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11531/tid=11543] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11543/stat : 11543 (java) S 11528 11531 10365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8827127 9856040960 30618 33554432000 1073741824 1073778376 140736895415056 139637398402680 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11531/tid=11544] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11544/stat : 11544 (java) S 11528 11531 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8827127 9856040960 30618 33554432000 1073741824 1073778376 140736895415056 139637397350024 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11531/tid=11545] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11545/stat : 11545 (java) S 11528 11531 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8827129 9856040960 30618 33554432000 1073741824 1073778376 140736895415056 139637396298768 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11531/tid=11546] ppid=11528 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/11531/task/11546/stat : 11546 (java) S 11528 11531 10365 0 -1 4202560 2120 0 0 0 38 0 0 0 20 0 19 0 8827129 9856040960 30618 33554432000 1073741824 1073778376 140736895415056 139637395245112 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11531/tid=11547] ppid=11528 vsize=9625040 CPUtime=1.11 cores=0,2,4,6
/proc/11531/task/11547/stat : 11547 (java) S 11528 11531 10365 0 -1 4202560 17678 0 0 0 108 3 0 0 20 0 19 0 8827129 9856040960 30618 33554432000 1073741824 1073778376 140736895415056 139637394192568 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11531/tid=11548] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11548/stat : 11548 (java) S 11528 11531 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8827129 9856040960 30618 33554432000 1073741824 1073778376 140736895415056 139637393140216 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11531/tid=11549] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11549/stat : 11549 (java) S 11528 11531 10365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8827129 9856040960 30618 33554432000 1073741824 1073778376 140736895415056 139637392087880 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11531/tid=11550] ppid=11528 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11531/task/11550/stat : 11550 (java) S 11528 11531 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8827140 9856040960 30618 33554432000 1073741824 1073778376 140736895415056 139637391033640 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 14.42
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 12.9827
CPU time (s): 14.5118
CPU user time (s): 14.4298
CPU system time (s): 0.081987
CPU usage (%): 111.778
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.4298
system time used= 0.081987
maximum resident set size= 124584
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23603
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= 585
involuntary context switches= 51

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.044993 second user time and 0.045993 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-16 11:03:26
IDJOB=4090913
IDBENCH=79200
IDSOLVER=2551
FILE ID=node129/4090913-1466067806
RUNJOBID= node129-1466062122-10381
PBS_JOBID= 19904010
Free space on /tmp= 71736 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.1110976935--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090913-1466067806/watcher-4090913-1466067806 -o /tmp/evaluation-result-4090913-1466067806/solver-4090913-1466067806 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466062122-10381 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090913-1466067806.wbo

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

MD5SUM BENCH= da988fefd96faf0ea045ffc9072a875f
RANDOM SEED=684763679

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.143
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29780152 kB
Buffers:            8716 kB
Cached:            42336 kB
SwapCached:          672 kB
Active:           849072 kB
Inactive:          28072 kB
Active(anon):     827544 kB
Inactive(anon):      912 kB
Active(file):      21528 kB
Inactive(file):    27160 kB
Unevictable:     1517240 kB
Mlocked:         1370072 kB
SwapTotal:      67108856 kB
SwapFree:       67100228 kB
Dirty:               880 kB
Writeback:             0 kB
AnonPages:       2426360 kB
Mapped:            15404 kB
Shmem:                 0 kB
Slab:             564728 kB
SReclaimable:       8780 kB
SUnreclaim:       555948 kB
KernelStack:        1760 kB
PageTables:         8736 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2516468 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1028096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71736 MiB
End job on node129 at 2016-06-16 11:03:39