Trace number 4090930

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.5908 12.9644

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111227012--soft-0-100-0.wbo
MD5SUM3f56278c0c7f2898f6b9e11f0d13a6fa
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark6.37303
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 5395
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 5394
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1220
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	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.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4090930-1466067894.wbo
0.10/0.10	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.054s.
0.10/0.16	c declared #vars     169
0.10/0.16	c internal #vars     270
0.10/0.16	c #constraints  101
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.10/0.16	c 101 constraints processed.
0.10/0.16	c objective function length is 101 literals
0.28/0.24	c SATISFIABLE
0.28/0.24	c OPTIMIZING...
0.28/0.24	c Got one! Elapsed wall clock time (in seconds):0.133
0.28/0.24	o 1343
0.28/0.25	c Got one! Elapsed wall clock time (in seconds):0.145
0.28/0.25	o 1169
0.28/0.26	c Got one! Elapsed wall clock time (in seconds):0.155
0.28/0.26	o 1166
0.50/0.36	c Got one! Elapsed wall clock time (in seconds):0.258
0.50/0.36	o 1076
0.50/0.37	c Got one! Elapsed wall clock time (in seconds):0.262
0.50/0.37	o 913
0.50/0.37	c Got one! Elapsed wall clock time (in seconds):0.269
0.50/0.37	o 887
0.50/0.38	c Got one! Elapsed wall clock time (in seconds):0.275
0.50/0.38	o 871
0.50/0.38	c Got one! Elapsed wall clock time (in seconds):0.279
0.50/0.38	o 755
0.50/0.39	c Got one! Elapsed wall clock time (in seconds):0.282
0.50/0.39	o 748
0.50/0.39	c Got one! Elapsed wall clock time (in seconds):0.29
0.50/0.39	o 711
0.66/0.40	c Got one! Elapsed wall clock time (in seconds):0.293
0.66/0.40	o 702
0.66/0.41	c Got one! Elapsed wall clock time (in seconds):0.307
0.66/0.41	o 675
0.66/0.45	c Got one! Elapsed wall clock time (in seconds):0.344
0.66/0.45	o 666
0.66/0.46	c Got one! Elapsed wall clock time (in seconds):0.352
0.66/0.46	o 648
0.66/0.46	c Got one! Elapsed wall clock time (in seconds):0.357
0.66/0.46	o 515
0.66/0.47	c Got one! Elapsed wall clock time (in seconds):0.366
0.66/0.47	o 496
0.66/0.49	c Got one! Elapsed wall clock time (in seconds):0.386
0.66/0.49	o 492
0.83/0.56	c Got one! Elapsed wall clock time (in seconds):0.456
0.83/0.56	o 487
0.83/0.56	c Got one! Elapsed wall clock time (in seconds):0.46
0.83/0.56	o 479
1.07/0.70	c cleaning 4674 clauses out of 9352 with flag 7965/9352
1.20/0.89	c Got one! Elapsed wall clock time (in seconds):0.787
1.20/0.89	o 470
1.20/0.90	c Got one! Elapsed wall clock time (in seconds):0.791
1.20/0.90	o 469
1.30/0.91	c Got one! Elapsed wall clock time (in seconds):0.809
1.30/0.91	o 468
1.30/0.95	c Got one! Elapsed wall clock time (in seconds):0.844
1.30/0.95	o 466
1.51/1.00	c cleaning 5667 clauses out of 11335 with flag 3513/16009
1.51/1.02	c Got one! Elapsed wall clock time (in seconds):0.917
1.51/1.02	o 465
1.64/1.14	c Got one! Elapsed wall clock time (in seconds):1.036
1.64/1.14	o 450
1.64/1.18	c Got one! Elapsed wall clock time (in seconds):1.077
1.64/1.18	o 444
1.64/1.19	c Got one! Elapsed wall clock time (in seconds):1.083
1.64/1.19	o 442
1.78/1.28	c Got one! Elapsed wall clock time (in seconds):1.181
1.78/1.28	o 441
1.87/1.30	c Got one! Elapsed wall clock time (in seconds):1.194
1.87/1.30	o 433
1.87/1.31	c Got one! Elapsed wall clock time (in seconds):1.207
1.87/1.31	o 421
1.87/1.32	c Got one! Elapsed wall clock time (in seconds):1.214
1.87/1.32	o 409
1.87/1.33	c Got one! Elapsed wall clock time (in seconds):1.227
1.87/1.33	o 404
1.87/1.39	c cleaning 6798 clauses out of 13625 with flag 3419/23966
2.09/1.54	c Got one! Elapsed wall clock time (in seconds):1.432
2.09/1.54	o 394
2.09/1.59	c Got one! Elapsed wall clock time (in seconds):1.482
2.09/1.59	o 391
2.09/1.59	c Got one! Elapsed wall clock time (in seconds):1.484
2.09/1.59	o 374
2.19/1.64	c cleaning 6199 clauses out of 12413 with flag 3587/29552
2.19/1.70	c Got one! Elapsed wall clock time (in seconds):1.591
2.19/1.70	o 373
2.29/1.78	c Got one! Elapsed wall clock time (in seconds):1.681
2.29/1.78	o 370
2.40/1.89	c cleaning 5909 clauses out of 11845 with flag 7036/35183
2.50/1.97	c Got one! Elapsed wall clock time (in seconds):1.87
2.50/1.97	o 366
2.62/2.02	c Got one! Elapsed wall clock time (in seconds):1.913
2.62/2.02	o 358
2.78/2.11	c cleaning 5644 clauses out of 11315 with flag 7762/40562
2.78/2.13	c Got one! Elapsed wall clock time (in seconds):2.026
2.78/2.13	o 348
2.78/2.15	c Got one! Elapsed wall clock time (in seconds):2.051
2.78/2.15	o 325
2.78/2.20	c Got one! Elapsed wall clock time (in seconds):2.1
2.78/2.20	o 322
2.98/2.32	c Got one! Elapsed wall clock time (in seconds):2.214
2.98/2.32	o 306
2.98/2.38	c Got one! Elapsed wall clock time (in seconds):2.275
2.98/2.38	o 293
3.08/2.41	c Got one! Elapsed wall clock time (in seconds):2.309
3.08/2.41	o 280
3.08/2.44	c Got one! Elapsed wall clock time (in seconds):2.335
3.08/2.44	o 274
3.08/2.46	c Got one! Elapsed wall clock time (in seconds):2.359
3.08/2.46	o 253
3.18/2.53	c cleaning 7131 clauses out of 14264 with flag 3783/49155
3.18/2.58	c Got one! Elapsed wall clock time (in seconds):2.478
3.18/2.58	o 233
3.28/2.66	c Got one! Elapsed wall clock time (in seconds):2.554
3.28/2.66	o 231
3.38/2.73	c Got one! Elapsed wall clock time (in seconds):2.624
3.38/2.73	o 227
3.48/2.84	c cleaning 6844 clauses out of 13695 with flag 8763/55717
3.48/2.85	c Got one! Elapsed wall clock time (in seconds):2.746
3.48/2.85	o 226
3.58/2.92	c Got one! Elapsed wall clock time (in seconds):2.819
3.58/2.92	o 224
3.68/3.00	c Got one! Elapsed wall clock time (in seconds):2.894
3.68/3.00	o 222
3.78/3.16	c cleaning 6682 clauses out of 13376 with flag 13607/62242
3.78/3.19	c Got one! Elapsed wall clock time (in seconds):3.081
3.78/3.19	o 217
3.98/3.37	c Got one! Elapsed wall clock time (in seconds):3.27
3.98/3.37	o 215
4.08/3.46	c Got one! Elapsed wall clock time (in seconds):3.36
4.08/3.46	o 213
4.20/3.51	c Got one! Elapsed wall clock time (in seconds):3.409
4.20/3.51	o 212
4.20/3.58	c cleaning 7445 clauses out of 14903 with flag 4083/70451
4.30/3.62	c Got one! Elapsed wall clock time (in seconds):3.516
4.30/3.62	o 205
4.30/3.68	c Got one! Elapsed wall clock time (in seconds):3.576
4.30/3.68	o 202
4.50/3.83	c cleaning 6366 clauses out of 12756 with flag 15811/75749
4.50/3.86	c Got one! Elapsed wall clock time (in seconds):3.757
4.50/3.86	o 201
4.61/3.91	c Got one! Elapsed wall clock time (in seconds):3.805
4.61/3.91	o 200
4.61/3.96	c Got one! Elapsed wall clock time (in seconds):3.856
4.61/3.96	o 186
4.61/3.97	c Got one! Elapsed wall clock time (in seconds):3.871
4.61/3.97	o 185
4.71/4.03	c Got one! Elapsed wall clock time (in seconds):3.923
4.71/4.03	o 170
4.71/4.05	c Got one! Elapsed wall clock time (in seconds):3.944
4.71/4.05	o 166
4.81/4.15	c cleaning 6482 clauses out of 13005 with flag 9718/82364
4.91/4.24	c Got one! Elapsed wall clock time (in seconds):4.135
4.91/4.24	o 160
5.12/4.43	c cleaning 6224 clauses out of 12476 with flag 20550/88317
5.12/4.44	c Got one! Elapsed wall clock time (in seconds):4.333
5.12/4.44	o 154
5.12/4.50	c Got one! Elapsed wall clock time (in seconds):4.397
5.12/4.50	o 151
5.22/4.54	c Got one! Elapsed wall clock time (in seconds):4.438
5.22/4.54	o 149
5.22/4.57	c Got one! Elapsed wall clock time (in seconds):4.468
5.22/4.57	o 132
5.32/4.65	c Got one! Elapsed wall clock time (in seconds):4.545
5.32/4.65	o 131
5.51/4.82	c cleaning 6966 clauses out of 13937 with flag 15413/96002
5.51/4.87	c Got one! Elapsed wall clock time (in seconds):4.762
5.51/4.87	o 130
5.51/4.89	c Got one! Elapsed wall clock time (in seconds):4.785
5.51/4.89	o 129
5.61/4.92	c Got one! Elapsed wall clock time (in seconds):4.812
5.61/4.92	o 127
5.61/4.93	c Got one! Elapsed wall clock time (in seconds):4.822
5.61/4.93	o 123
5.73/5.08	c Got one! Elapsed wall clock time (in seconds):4.98
5.73/5.08	o 112
5.84/5.13	c Got one! Elapsed wall clock time (in seconds):5.025
5.84/5.13	o 107
5.84/5.18	c Got one! Elapsed wall clock time (in seconds):5.075
5.84/5.18	o 102
5.95/5.25	c Got one! Elapsed wall clock time (in seconds):5.143
5.95/5.25	o 89
5.95/5.27	c Got one! Elapsed wall clock time (in seconds):5.166
5.95/5.27	o 88
6.05/5.36	c cleaning 8184 clauses out of 16373 with flag 4277/105404
6.25/5.41	c Got one! Elapsed wall clock time (in seconds):5.31
6.25/5.41	o 87
6.25/5.48	c Got one! Elapsed wall clock time (in seconds):5.372
6.25/5.48	o 78
6.47/5.60	c Got one! Elapsed wall clock time (in seconds):5.499
6.47/5.60	o 72
6.69/5.67	c cleaning 7052 clauses out of 14126 with flag 4214/111341
7.06/5.83	c Got one! Elapsed wall clock time (in seconds):5.726
7.06/5.83	o 71
7.06/5.86	c Got one! Elapsed wall clock time (in seconds):5.761
7.06/5.86	o 69
7.26/5.93	c Got one! Elapsed wall clock time (in seconds):5.823
7.26/5.93	o 64
7.48/6.00	c cleaning 6865 clauses out of 13747 with flag 3704/118014
7.48/6.05	c Got one! Elapsed wall clock time (in seconds):5.943
7.48/6.05	o 58
7.69/6.22	c cleaning 6130 clauses out of 12266 with flag 15346/123398
7.79/6.32	c Got one! Elapsed wall clock time (in seconds):6.219
7.79/6.32	o 55
7.90/6.41	c cleaning 5613 clauses out of 11241 with flag 7389/128503
8.11/6.65	c cleaning 5809 clauses out of 11627 with flag 31472/134502
8.30/6.86	c Got one! Elapsed wall clock time (in seconds):6.752
8.30/6.86	o 54
8.40/6.94	c Got one! Elapsed wall clock time (in seconds):6.838
8.40/6.94	o 44
8.40/6.98	c Got one! Elapsed wall clock time (in seconds):6.873
8.40/6.98	o 37
8.51/7.05	c Got one! Elapsed wall clock time (in seconds):6.948
8.51/7.05	o 35
8.61/7.15	c Got one! Elapsed wall clock time (in seconds):7.048
8.61/7.15	o 32
8.71/7.21	c cleaning 9395 clauses out of 18801 with flag 3714/147485
8.91/7.43	c cleaning 7702 clauses out of 15406 with flag 24067/153485
9.11/7.67	c cleaning 7344 clauses out of 14704 with flag 46973/160486
9.22/7.80	c Got one! Elapsed wall clock time (in seconds):7.696
9.22/7.80	o 31
9.32/7.83	c Got one! Elapsed wall clock time (in seconds):7.727
9.32/7.83	o 30
9.32/7.88	c cleaning 6601 clauses out of 13214 with flag 4301/166340
9.53/8.08	c cleaning 6295 clauses out of 12612 with flag 24594/172340
9.73/8.24	c Got one! Elapsed wall clock time (in seconds):8.139
9.73/8.24	o 29
9.93/8.46	c cleaning 8233 clauses out of 16480 with flag 18018/182504
10.15/8.68	c cleaning 7120 clauses out of 14246 with flag 38772/188504
10.45/8.93	c cleaning 7059 clauses out of 14127 with flag 63340/195505
10.45/8.97	c Got one! Elapsed wall clock time (in seconds):8.87
10.45/8.97	o 24
10.67/9.12	c cleaning 6310 clauses out of 12629 with flag 15370/201066
10.87/9.33	c cleaning 6157 clauses out of 12318 with flag 39535/207065
11.08/9.58	c cleaning 6573 clauses out of 13159 with flag 66758/214065
11.37/9.85	c cleaning 7284 clauses out of 14586 with flag 96568/222066
11.68/10.19	c cleaning 8150 clauses out of 16301 with flag 132216/231066
12.08/10.50	c Got one! Elapsed wall clock time (in seconds):10.398
12.08/10.50	o 23
12.28/10.75	c cleaning 10864 clauses out of 21736 with flag 20339/244652
12.47/10.99	c cleaning 8434 clauses out of 16871 with flag 44580/250652
12.77/11.25	c cleaning 7713 clauses out of 15435 with flag 72269/257651
12.77/11.27	c Got one! Elapsed wall clock time (in seconds):11.164
12.77/11.27	o 14
12.99/11.45	c cleaning 6593 clauses out of 13212 with flag 20994/263142
13.19/11.66	c cleaning 6306 clauses out of 12620 with flag 45096/269143
13.29/11.71	c Got one! Elapsed wall clock time (in seconds):11.61
13.29/11.71	o 10
13.40/11.82	c cleaning 5677 clauses out of 11356 with flag 11526/274185
13.60/12.02	c cleaning 5834 clauses out of 11679 with flag 34214/280185
13.60/12.03	c Got one! Elapsed wall clock time (in seconds):11.925
13.60/12.03	o 7
13.70/12.20	c cleaning 5625 clauses out of 11264 with flag 19108/285606
14.00/12.41	c cleaning 5811 clauses out of 11638 with flag 42397/291608
14.20/12.67	c cleaning 6408 clauses out of 12822 with flag 70271/298606
14.30/12.78	c Got one! Elapsed wall clock time (in seconds):12.676
14.30/12.78	o 6
14.40/12.84	c Got one! Elapsed wall clock time (in seconds):12.733
14.40/12.84	o 5
14.40/12.88	c cleaning 6151 clauses out of 12302 with flag 4431/304505
14.50/12.95	c starts		: 308
14.50/12.95	c conflicts		: 306576
14.50/12.95	c decisions		: 553536
14.50/12.95	c propagations		: 9425824
14.50/12.95	c inspects		: 131254493
14.50/12.95	c shortcuts		: 0
14.50/12.95	c learnt literals	: 41
14.50/12.95	c learnt binary clauses	: 35
14.50/12.95	c learnt ternary clauses	: 903
14.50/12.95	c learnt constraints	: 306534
14.50/12.95	c ignored constraints	: 0
14.50/12.95	c root simplifications	: 0
14.50/12.95	c removed literals (reason simplification)	: 0
14.50/12.95	c reason swapping (by a shorter reason)	: 0
14.50/12.95	c Calls to reduceDB	: 44
14.50/12.95	c Number of update (reduction) of LBD	: 97905
14.50/12.95	c Imported unit clauses	: 0
14.50/12.95	c number of reductions to clauses (during analyze)	: 0
14.50/12.95	c number of learned constraints concerned by reduction	: 0
14.50/12.95	c number of learning phase by resolution	: 0
14.50/12.95	c number of learning phase by cutting planes	: 0
14.50/12.96	c speed (assignments/second)	: 736795.4350035175
14.50/12.96	c non guided choices	4854
14.50/12.96	c learnt constraints type 
14.50/12.96	s OPTIMUM FOUND
14.50/12.96	c Found 103 solution(s)
14.50/12.96	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.50/12.96	c objective function=5
14.50/12.96	c Total wall clock time (in seconds): 12.853

Verifier Data

OK	5

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

pid=12174
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.06 2.05 2.00 3/194 12177
/proc/meminfo: memFree=31375948/32872528 swapFree=496356/529060
[pid=12177] ppid=12174 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/12177/stat : 12177 (java) S 12174 12177 11396 0 -1 4202496 1280 0 0 0 0 0 0 0 20 0 2 0 8834833 94019584 913 33554432000 1073741824 1073778376 140736443682256 140736443673392 211462160445 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12177/statm: 22954 916 696 9 0 16769 0
[pid=12177/tid=12178] ppid=12174 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12178/stat : 12178 (java) D 12174 12177 11396 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 8834834 94019584 917 33554432000 1073741824 1073778376 140736443682256 140081505201704 211449638183 0 0 4096 0 18446744072100588836 0 0 -1 3 0 0 0 0 0

[startup+0.100163 s]
/proc/loadavg: 2.06 2.05 2.00 3/194 12177
/proc/meminfo: memFree=31375948/32872528 swapFree=496356/529060
[pid=12177] ppid=12174 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/12177/stat : 12177 (java) S 12174 12177 11396 0 -1 4202496 4455 0 1 0 10 0 0 0 20 0 18 0 8834833 9787879424 6082 33554432000 1073741824 1073778376 140736443682256 140736443673392 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12177/statm: 2389619 6082 2147 9 0 2380296 0
[pid=12177/tid=12178] ppid=12174 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/12177/task/12178/stat : 12178 (java) R 12174 12177 11396 0 -1 4202560 2394 0 1 0 7 0 0 0 20 0 18 0 8834834 9787879424 6082 33554432000 1073741824 1073778376 140736443682256 140081505205152 211462186253 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200278 s]
/proc/loadavg: 2.06 2.05 2.00 3/194 12177
/proc/meminfo: memFree=31375948/32872528 swapFree=496356/529060
[pid=12177] ppid=12174 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/12177/stat : 12177 (java) S 12174 12177 11396 0 -1 4202496 6320 0 1 0 27 1 0 0 20 0 19 0 8834833 9856040960 7968 33554432000 1073741824 1073778376 140736443682256 140736443673392 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12177/statm: 2406260 7978 2234 9 0 2396937 0
[pid=12177/tid=12178] ppid=12174 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/12177/task/12178/stat : 12178 (java) R 12174 12177 11396 0 -1 4202560 2420 0 1 0 17 0 0 0 20 0 19 0 8834834 9856040960 7991 33554432000 1073741824 1073778376 140736443682256 140081505206912 140081377539488 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9625040

[startup+0.300376 s]
/proc/loadavg: 2.06 2.05 2.00 3/194 12177
/proc/meminfo: memFree=31375948/32872528 swapFree=496356/529060
[pid=12177] ppid=12174 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/12177/stat : 12177 (java) S 12174 12177 11396 0 -1 4202496 6659 0 1 0 49 1 0 0 20 0 19 0 8834833 9856040960 8562 33554432000 1073741824 1073778376 140736443682256 140736443673392 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12177/statm: 2406260 8562 2243 9 0 2396937 0
[pid=12177/tid=12178] ppid=12174 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/12177/task/12178/stat : 12178 (java) R 12174 12177 11396 0 -1 4202560 2421 0 1 0 27 0 0 0 20 0 19 0 8834834 9856040960 8562 33554432000 1073741824 1073778376 140736443682256 140081505206912 140081377913751 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9625040

[startup+0.700183 s]
/proc/loadavg: 2.06 2.05 2.00 3/194 12177
/proc/meminfo: memFree=31375948/32872528 swapFree=496356/529060
[pid=12177] ppid=12174 vsize=9625040 CPUtime=1.07 cores=1,3,5,7
/proc/12177/stat : 12177 (java) S 12174 12177 11396 0 -1 4202496 8127 0 1 0 106 1 0 0 20 0 19 0 8834833 9856040960 9862 33554432000 1073741824 1073778376 140736443682256 140736443673392 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12177/statm: 2406260 9862 2259 9 0 2396937 0
[pid=12177/tid=12178] ppid=12174 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/12177/task/12178/stat : 12178 (java) R 12174 12177 11396 0 -1 4202560 2423 0 1 0 67 0 0 0 20 0 19 0 8834834 9856040960 9862 33554432000 1073741824 1073778376 140736443682256 140081505206664 140081377590556 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 9625040

[startup+1.50084 s]
/proc/loadavg: 2.06 2.05 2.00 3/213 12196
/proc/meminfo: memFree=31338400/32872528 swapFree=496356/529060
[pid=12177] ppid=12174 vsize=9625040 CPUtime=2.09 cores=1,3,5,7
/proc/12177/stat : 12177 (java) S 12174 12177 11396 0 -1 4202496 10903 0 1 0 207 2 0 0 20 0 19 0 8834833 9856040960 11968 33554432000 1073741824 1073778376 140736443682256 140736443673392 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12177/statm: 2406260 11968 2262 9 0 2396937 0
[pid=12177/tid=12178] ppid=12174 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/12177/task/12178/stat : 12178 (java) R 12174 12177 11396 0 -1 4202560 2426 0 1 0 147 0 0 0 20 0 19 0 8834834 9856040960 11968 33554432000 1073741824 1073778376 140736443682256 140081505206744 140081377937470 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12180] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12180/stat : 12180 (java) S 12174 12177 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834835 9856040960 11968 33554432000 1073741824 1073778376 140736443682256 140081349114792 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12181] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12181/stat : 12181 (java) S 12174 12177 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834835 9856040960 11968 33554432000 1073741824 1073778376 140736443682256 140081348062248 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12177/tid=12182] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12182/stat : 12182 (java) S 12174 12177 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834835 9856040960 11968 33554432000 1073741824 1073778376 140736443682256 140081347009192 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12177/tid=12183] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12183/stat : 12183 (java) S 12174 12177 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834835 9856040960 11968 33554432000 1073741824 1073778376 140736443682256 140081345956648 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12184] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12184/stat : 12184 (java) S 12174 12177 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834835 9856040960 11968 33554432000 1073741824 1073778376 140736443682256 140081344903592 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12185] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12185/stat : 12185 (java) S 12174 12177 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834835 9856040960 11968 33554432000 1073741824 1073778376 140736443682256 140081343851048 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12186] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12186/stat : 12186 (java) S 12174 12177 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834835 9856040960 11968 33554432000 1073741824 1073778376 140736443682256 140081342797992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12187] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12187/stat : 12187 (java) S 12174 12177 11396 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8834835 9856040960 11968 33554432000 1073741824 1073778376 140736443682256 140081341745448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12188] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12188/stat : 12188 (java) S 12174 12177 11396 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 8834836 9856040960 11968 33554432000 1073741824 1073778376 140736443682256 140081329335144 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12177/tid=12189] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12189/stat : 12189 (java) S 12174 12177 11396 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8834836 9856040960 11968 33554432000 1073741824 1073778376 140736443682256 140081328281464 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12190] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12190/stat : 12190 (java) S 12174 12177 11396 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8834836 9856040960 11968 33554432000 1073741824 1073778376 140736443682256 140081327228296 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12191] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12191/stat : 12191 (java) S 12174 12177 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834838 9856040960 11968 33554432000 1073741824 1073778376 140736443682256 140081326177040 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12192] ppid=12174 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/12177/task/12192/stat : 12192 (java) S 12174 12177 11396 0 -1 4202560 3157 0 0 0 24 0 0 0 20 0 19 0 8834838 9856040960 11968 33554432000 1073741824 1073778376 140736443682256 140081325123896 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12193] ppid=12174 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/12177/task/12193/stat : 12193 (java) S 12174 12177 11396 0 -1 4202560 4048 0 0 0 34 0 0 0 20 0 19 0 8834838 9856040960 11968 33554432000 1073741824 1073778376 140736443682256 140081324071352 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12177/tid=12194] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12194/stat : 12194 (java) S 12174 12177 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834838 9856040960 11968 33554432000 1073741824 1073778376 140736443682256 140081323018488 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12177/tid=12195] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12195/stat : 12195 (java) S 12174 12177 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834838 9856040960 11968 33554432000 1073741824 1073778376 140736443682256 140081321966152 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12177/tid=12196] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12196/stat : 12196 (java) S 12174 12177 11396 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8834850 9856040960 11968 33554432000 1073741824 1073778376 140736443682256 140081320912424 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.09
Current children cumulated vsize (KiB) 9625040

[startup+3.10079 s]
/proc/loadavg: 2.06 2.05 2.00 3/213 12196
/proc/meminfo: memFree=31325740/32872528 swapFree=496356/529060
[pid=12177] ppid=12174 vsize=9625040 CPUtime=3.78 cores=1,3,5,7
/proc/12177/stat : 12177 (java) S 12174 12177 11396 0 -1 4202496 10916 0 1 0 376 2 0 0 20 0 19 0 8834833 9856040960 14535 33554432000 1073741824 1073778376 140736443682256 140736443673392 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12177/statm: 2406260 14535 2262 9 0 2396937 0
[pid=12177/tid=12178] ppid=12174 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/12177/task/12178/stat : 12178 (java) R 12174 12177 11396 0 -1 4202560 2432 0 1 0 307 0 0 0 20 0 19 0 8834834 9856040960 14535 33554432000 1073741824 1073778376 140736443682256 140081505206792 140081377913311 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12180] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12180/stat : 12180 (java) S 12174 12177 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834835 9856040960 14535 33554432000 1073741824 1073778376 140736443682256 140081349114792 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12181] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12181/stat : 12181 (java) S 12174 12177 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834835 9856040960 14535 33554432000 1073741824 1073778376 140736443682256 140081348062248 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12177/tid=12182] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12182/stat : 12182 (java) S 12174 12177 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834835 9856040960 14535 33554432000 1073741824 1073778376 140736443682256 140081347009192 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12177/tid=12183] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12183/stat : 12183 (java) S 12174 12177 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834835 9856040960 14535 33554432000 1073741824 1073778376 140736443682256 140081345956648 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12184] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12184/stat : 12184 (java) S 12174 12177 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834835 9856040960 14535 33554432000 1073741824 1073778376 140736443682256 140081344903592 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12185] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12185/stat : 12185 (java) S 12174 12177 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834835 9856040960 14535 33554432000 1073741824 1073778376 140736443682256 140081343851048 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12186] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12186/stat : 12186 (java) S 12174 12177 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834835 9856040960 14535 33554432000 1073741824 1073778376 140736443682256 140081342797992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12187] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12187/stat : 12187 (java) S 12174 12177 11396 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8834835 9856040960 14535 33554432000 1073741824 1073778376 140736443682256 140081341745448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12188] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12188/stat : 12188 (java) S 12174 12177 11396 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 8834836 9856040960 14535 33554432000 1073741824 1073778376 140736443682256 140081329335144 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12177/tid=12189] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12189/stat : 12189 (java) S 12174 12177 11396 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8834836 9856040960 14535 33554432000 1073741824 1073778376 140736443682256 140081328281464 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12190] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12190/stat : 12190 (java) S 12174 12177 11396 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8834836 9856040960 14535 33554432000 1073741824 1073778376 140736443682256 140081327228296 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12191] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12191/stat : 12191 (java) S 12174 12177 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834838 9856040960 14535 33554432000 1073741824 1073778376 140736443682256 140081326177040 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12192] ppid=12174 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/12177/task/12192/stat : 12192 (java) S 12174 12177 11396 0 -1 4202560 3157 0 0 0 26 0 0 0 20 0 19 0 8834838 9856040960 14535 33554432000 1073741824 1073778376 140736443682256 140081325123896 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12193] ppid=12174 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/12177/task/12193/stat : 12193 (java) S 12174 12177 11396 0 -1 4202560 4055 0 0 0 41 0 0 0 20 0 19 0 8834838 9856040960 14535 33554432000 1073741824 1073778376 140736443682256 140081324071352 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12177/tid=12194] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12194/stat : 12194 (java) S 12174 12177 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834838 9856040960 14535 33554432000 1073741824 1073778376 140736443682256 140081323018488 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12177/tid=12195] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12195/stat : 12195 (java) S 12174 12177 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834838 9856040960 14535 33554432000 1073741824 1073778376 140736443682256 140081321966152 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12177/tid=12196] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12196/stat : 12196 (java) S 12174 12177 11396 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8834850 9856040960 14535 33554432000 1073741824 1073778376 140736443682256 140081320912424 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.78
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 2.14 2.06 2.01 4/213 12196
/proc/meminfo: memFree=31337812/32872528 swapFree=496356/529060
[pid=12177] ppid=12174 vsize=9625040 CPUtime=7.79 cores=1,3,5,7
/proc/12177/stat : 12177 (java) S 12174 12177 11396 0 -1 4202496 20149 0 1 0 775 4 0 0 20 0 19 0 8834833 9856040960 22772 33554432000 1073741824 1073778376 140736443682256 140736443673392 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12177/statm: 2406260 22772 2264 9 0 2396937 0
[pid=12177/tid=12178] ppid=12174 vsize=9625040 CPUtime=6.28 cores=1,3,5,7
/proc/12177/task/12178/stat : 12178 (java) R 12174 12177 11396 0 -1 4202560 2444 0 1 0 626 2 0 0 20 0 19 0 8834834 9856040960 22772 33554432000 1073741824 1073778376 140736443682256 140081505206760 140081377936416 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12180] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12180/stat : 12180 (java) S 12174 12177 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834835 9856040960 22772 33554432000 1073741824 1073778376 140736443682256 140081349114792 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12181] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12181/stat : 12181 (java) S 12174 12177 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834835 9856040960 22772 33554432000 1073741824 1073778376 140736443682256 140081348062248 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12177/tid=12182] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12182/stat : 12182 (java) S 12174 12177 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834835 9856040960 22772 33554432000 1073741824 1073778376 140736443682256 140081347009192 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12177/tid=12183] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12183/stat : 12183 (java) S 12174 12177 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834835 9856040960 22772 33554432000 1073741824 1073778376 140736443682256 140081345956648 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12184] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12184/stat : 12184 (java) S 12174 12177 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834835 9856040960 22772 33554432000 1073741824 1073778376 140736443682256 140081344903592 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12185] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12185/stat : 12185 (java) S 12174 12177 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834835 9856040960 22772 33554432000 1073741824 1073778376 140736443682256 140081343851048 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12186] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12186/stat : 12186 (java) S 12174 12177 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834835 9856040960 22772 33554432000 1073741824 1073778376 140736443682256 140081342797992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12187] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12187/stat : 12187 (java) S 12174 12177 11396 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8834835 9856040960 22772 33554432000 1073741824 1073778376 140736443682256 140081341745448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12188] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12188/stat : 12188 (java) S 12174 12177 11396 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8834836 9856040960 22772 33554432000 1073741824 1073778376 140736443682256 140081329335144 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12177/tid=12189] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12189/stat : 12189 (java) S 12174 12177 11396 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8834836 9856040960 22772 33554432000 1073741824 1073778376 140736443682256 140081328281464 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12190] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12190/stat : 12190 (java) S 12174 12177 11396 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8834836 9856040960 22772 33554432000 1073741824 1073778376 140736443682256 140081327228296 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12191] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12191/stat : 12191 (java) S 12174 12177 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834838 9856040960 22772 33554432000 1073741824 1073778376 140736443682256 140081326177040 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12192] ppid=12174 vsize=9625040 CPUtime=1 cores=1,3,5,7
/proc/12177/task/12192/stat : 12192 (java) S 12174 12177 11396 0 -1 4202560 12281 0 0 0 97 3 0 0 20 0 19 0 8834838 9856040960 22772 33554432000 1073741824 1073778376 140736443682256 140081325123896 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12193] ppid=12174 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/12177/task/12193/stat : 12193 (java) S 12174 12177 11396 0 -1 4202560 4150 0 0 0 49 0 0 0 20 0 19 0 8834838 9856040960 22772 33554432000 1073741824 1073778376 140736443682256 140081324071352 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12177/tid=12194] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12194/stat : 12194 (java) S 12174 12177 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834838 9856040960 22772 33554432000 1073741824 1073778376 140736443682256 140081323018488 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12177/tid=12195] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12195/stat : 12195 (java) S 12174 12177 11396 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8834838 9856040960 22772 33554432000 1073741824 1073778376 140736443682256 140081321966152 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12177/tid=12196] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12196/stat : 12196 (java) S 12174 12177 11396 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8834850 9856040960 22772 33554432000 1073741824 1073778376 140736443682256 140081320912424 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.79
Current children cumulated vsize (KiB) 9625040

[startup+12.7008 s]
/proc/loadavg: 2.21 2.08 2.01 3/213 12196
/proc/meminfo: memFree=31301084/32872528 swapFree=496356/529060
[pid=12177] ppid=12174 vsize=9625040 CPUtime=14.3 cores=1,3,5,7
/proc/12177/stat : 12177 (java) S 12174 12177 11396 0 -1 4202496 20176 0 1 0 1425 5 0 0 20 0 19 0 8834833 9856040960 31879 33554432000 1073741824 1073778376 140736443682256 140736443673392 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12177/statm: 2406260 31879 2266 9 0 2396937 0
[pid=12177/tid=12178] ppid=12174 vsize=9625040 CPUtime=12.67 cores=1,3,5,7
/proc/12177/task/12178/stat : 12178 (java) R 12174 12177 11396 0 -1 4202560 2465 0 1 0 1265 2 0 0 20 0 19 0 8834834 9856040960 31879 33554432000 1073741824 1073778376 140736443682256 140081505197776 140081377975065 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12180] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12180/stat : 12180 (java) S 12174 12177 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834835 9856040960 31879 33554432000 1073741824 1073778376 140736443682256 140081349114792 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12181] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12181/stat : 12181 (java) S 12174 12177 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834835 9856040960 31879 33554432000 1073741824 1073778376 140736443682256 140081348062248 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12177/tid=12182] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12182/stat : 12182 (java) S 12174 12177 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834835 9856040960 31879 33554432000 1073741824 1073778376 140736443682256 140081347009192 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12177/tid=12183] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12183/stat : 12183 (java) S 12174 12177 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834835 9856040960 31879 33554432000 1073741824 1073778376 140736443682256 140081345956648 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12184] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12184/stat : 12184 (java) S 12174 12177 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834835 9856040960 31879 33554432000 1073741824 1073778376 140736443682256 140081344903592 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12185] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12185/stat : 12185 (java) S 12174 12177 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834835 9856040960 31879 33554432000 1073741824 1073778376 140736443682256 140081343851048 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12186] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12186/stat : 12186 (java) S 12174 12177 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834835 9856040960 31879 33554432000 1073741824 1073778376 140736443682256 140081342797992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12187] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12187/stat : 12187 (java) S 12174 12177 11396 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8834835 9856040960 31879 33554432000 1073741824 1073778376 140736443682256 140081341745448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12188] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12188/stat : 12188 (java) S 12174 12177 11396 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8834836 9856040960 31879 33554432000 1073741824 1073778376 140736443682256 140081329335144 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12177/tid=12189] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12189/stat : 12189 (java) S 12174 12177 11396 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8834836 9856040960 31879 33554432000 1073741824 1073778376 140736443682256 140081328281464 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12190] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12190/stat : 12190 (java) S 12174 12177 11396 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8834836 9856040960 31879 33554432000 1073741824 1073778376 140736443682256 140081327228296 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12191] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12191/stat : 12191 (java) S 12174 12177 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834838 9856040960 31879 33554432000 1073741824 1073778376 140736443682256 140081326177040 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12192] ppid=12174 vsize=9625040 CPUtime=1.09 cores=1,3,5,7
/proc/12177/task/12192/stat : 12192 (java) S 12174 12177 11396 0 -1 4202560 12283 0 0 0 106 3 0 0 20 0 19 0 8834838 9856040960 31879 33554432000 1073741824 1073778376 140736443682256 140081325123896 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12193] ppid=12174 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/12177/task/12193/stat : 12193 (java) S 12174 12177 11396 0 -1 4202560 4154 0 0 0 50 0 0 0 20 0 19 0 8834838 9856040960 31879 33554432000 1073741824 1073778376 140736443682256 140081324071352 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12177/tid=12194] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12194/stat : 12194 (java) S 12174 12177 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834838 9856040960 31879 33554432000 1073741824 1073778376 140736443682256 140081323018488 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12177/tid=12195] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12195/stat : 12195 (java) S 12174 12177 11396 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8834838 9856040960 31879 33554432000 1073741824 1073778376 140736443682256 140081321966152 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12177/tid=12196] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12196/stat : 12196 (java) S 12174 12177 11396 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8834850 9856040960 31879 33554432000 1073741824 1073778376 140736443682256 140081320912424 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 14.3
Current children cumulated vsize (KiB) 9625040

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

[startup+12.8009 s]
/proc/loadavg: 2.21 2.08 2.01 3/213 12196
/proc/meminfo: memFree=31301084/32872528 swapFree=496356/529060
[pid=12177] ppid=12174 vsize=9625040 CPUtime=14.4 cores=1,3,5,7
/proc/12177/stat : 12177 (java) S 12174 12177 11396 0 -1 4202496 20176 0 1 0 1435 5 0 0 20 0 19 0 8834833 9856040960 31879 33554432000 1073741824 1073778376 140736443682256 140736443673392 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12177/statm: 2406260 31879 2266 9 0 2396937 0
[pid=12177/tid=12178] ppid=12174 vsize=9625040 CPUtime=12.77 cores=1,3,5,7
/proc/12177/task/12178/stat : 12178 (java) R 12174 12177 11396 0 -1 4202560 2465 0 1 0 1275 2 0 0 20 0 19 0 8834834 9856040960 31879 33554432000 1073741824 1073778376 140736443682256 140081505197776 140081377975097 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12180] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12180/stat : 12180 (java) S 12174 12177 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834835 9856040960 31879 33554432000 1073741824 1073778376 140736443682256 140081349114792 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12181] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12181/stat : 12181 (java) S 12174 12177 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834835 9856040960 31879 33554432000 1073741824 1073778376 140736443682256 140081348062248 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12177/tid=12182] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12182/stat : 12182 (java) S 12174 12177 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834835 9856040960 31879 33554432000 1073741824 1073778376 140736443682256 140081347009192 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12177/tid=12183] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12183/stat : 12183 (java) S 12174 12177 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834835 9856040960 31879 33554432000 1073741824 1073778376 140736443682256 140081345956648 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12184] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12184/stat : 12184 (java) S 12174 12177 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834835 9856040960 31879 33554432000 1073741824 1073778376 140736443682256 140081344903592 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12185] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12185/stat : 12185 (java) S 12174 12177 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834835 9856040960 31879 33554432000 1073741824 1073778376 140736443682256 140081343851048 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12186] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12186/stat : 12186 (java) S 12174 12177 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834835 9856040960 31879 33554432000 1073741824 1073778376 140736443682256 140081342797992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12187] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12187/stat : 12187 (java) S 12174 12177 11396 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8834835 9856040960 31879 33554432000 1073741824 1073778376 140736443682256 140081341745448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12188] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12188/stat : 12188 (java) S 12174 12177 11396 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8834836 9856040960 31879 33554432000 1073741824 1073778376 140736443682256 140081329335144 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12177/tid=12189] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12189/stat : 12189 (java) S 12174 12177 11396 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8834836 9856040960 31879 33554432000 1073741824 1073778376 140736443682256 140081328281464 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12190] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12190/stat : 12190 (java) S 12174 12177 11396 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8834836 9856040960 31879 33554432000 1073741824 1073778376 140736443682256 140081327228296 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12191] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12191/stat : 12191 (java) S 12174 12177 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834838 9856040960 31879 33554432000 1073741824 1073778376 140736443682256 140081326177040 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12192] ppid=12174 vsize=9625040 CPUtime=1.09 cores=1,3,5,7
/proc/12177/task/12192/stat : 12192 (java) S 12174 12177 11396 0 -1 4202560 12283 0 0 0 106 3 0 0 20 0 19 0 8834838 9856040960 31879 33554432000 1073741824 1073778376 140736443682256 140081325123896 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12193] ppid=12174 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/12177/task/12193/stat : 12193 (java) S 12174 12177 11396 0 -1 4202560 4154 0 0 0 50 0 0 0 20 0 19 0 8834838 9856040960 31879 33554432000 1073741824 1073778376 140736443682256 140081324071352 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12177/tid=12194] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12194/stat : 12194 (java) S 12174 12177 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834838 9856040960 31879 33554432000 1073741824 1073778376 140736443682256 140081323018488 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12177/tid=12195] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12195/stat : 12195 (java) S 12174 12177 11396 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8834838 9856040960 31879 33554432000 1073741824 1073778376 140736443682256 140081321966152 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12177/tid=12196] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12196/stat : 12196 (java) S 12174 12177 11396 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8834850 9856040960 31879 33554432000 1073741824 1073778376 140736443682256 140081320912424 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 14.4
Current children cumulated vsize (KiB) 9625040

[startup+12.9007 s]
/proc/loadavg: 2.21 2.08 2.01 3/213 12196
/proc/meminfo: memFree=31301084/32872528 swapFree=496356/529060
[pid=12177] ppid=12174 vsize=9625040 CPUtime=14.5 cores=1,3,5,7
/proc/12177/stat : 12177 (java) S 12174 12177 11396 0 -1 4202496 20176 0 1 0 1445 5 0 0 20 0 19 0 8834833 9856040960 31879 33554432000 1073741824 1073778376 140736443682256 140736443673392 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12177/statm: 2406260 31879 2266 9 0 2396937 0
[pid=12177/tid=12178] ppid=12174 vsize=9625040 CPUtime=12.87 cores=1,3,5,7
/proc/12177/task/12178/stat : 12178 (java) R 12174 12177 11396 0 -1 4202560 2465 0 1 0 1285 2 0 0 20 0 19 0 8834834 9856040960 31879 33554432000 1073741824 1073778376 140736443682256 140081505197776 140081377542125 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12180] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12180/stat : 12180 (java) S 12174 12177 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834835 9856040960 31879 33554432000 1073741824 1073778376 140736443682256 140081349114792 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12181] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12181/stat : 12181 (java) S 12174 12177 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834835 9856040960 31879 33554432000 1073741824 1073778376 140736443682256 140081348062248 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12177/tid=12182] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12182/stat : 12182 (java) S 12174 12177 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834835 9856040960 31879 33554432000 1073741824 1073778376 140736443682256 140081347009192 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12177/tid=12183] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12183/stat : 12183 (java) S 12174 12177 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834835 9856040960 31879 33554432000 1073741824 1073778376 140736443682256 140081345956648 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12184] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12184/stat : 12184 (java) S 12174 12177 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834835 9856040960 31879 33554432000 1073741824 1073778376 140736443682256 140081344903592 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12185] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12185/stat : 12185 (java) S 12174 12177 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834835 9856040960 31879 33554432000 1073741824 1073778376 140736443682256 140081343851048 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12177/tid=12186] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12186/stat : 12186 (java) S 12174 12177 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834835 9856040960 31879 33554432000 1073741824 1073778376 140736443682256 140081342797992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12187] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12187/stat : 12187 (java) S 12174 12177 11396 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8834835 9856040960 31879 33554432000 1073741824 1073778376 140736443682256 140081341745448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12188] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12188/stat : 12188 (java) S 12174 12177 11396 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8834836 9856040960 31879 33554432000 1073741824 1073778376 140736443682256 140081329335144 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12177/tid=12189] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12189/stat : 12189 (java) S 12174 12177 11396 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8834836 9856040960 31879 33554432000 1073741824 1073778376 140736443682256 140081328281464 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12190] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12190/stat : 12190 (java) S 12174 12177 11396 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8834836 9856040960 31879 33554432000 1073741824 1073778376 140736443682256 140081327228296 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12191] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12191/stat : 12191 (java) S 12174 12177 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834838 9856040960 31879 33554432000 1073741824 1073778376 140736443682256 140081326177040 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12192] ppid=12174 vsize=9625040 CPUtime=1.09 cores=1,3,5,7
/proc/12177/task/12192/stat : 12192 (java) S 12174 12177 11396 0 -1 4202560 12283 0 0 0 106 3 0 0 20 0 19 0 8834838 9856040960 31879 33554432000 1073741824 1073778376 140736443682256 140081325123896 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12177/tid=12193] ppid=12174 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/12177/task/12193/stat : 12193 (java) S 12174 12177 11396 0 -1 4202560 4154 0 0 0 50 0 0 0 20 0 19 0 8834838 9856040960 31879 33554432000 1073741824 1073778376 140736443682256 140081324071352 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12177/tid=12194] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12194/stat : 12194 (java) S 12174 12177 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834838 9856040960 31879 33554432000 1073741824 1073778376 140736443682256 140081323018488 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12177/tid=12195] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12195/stat : 12195 (java) S 12174 12177 11396 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8834838 9856040960 31879 33554432000 1073741824 1073778376 140736443682256 140081321966152 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12177/tid=12196] ppid=12174 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12177/task/12196/stat : 12196 (java) S 12174 12177 11396 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8834850 9856040960 31879 33554432000 1073741824 1073778376 140736443682256 140081320912424 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 14.5
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 12.9644
CPU time (s): 14.5908
CPU user time (s): 14.5088
CPU system time (s): 0.081987
CPU usage (%): 112.545
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.5088
system time used= 0.081987
maximum resident set size= 129628
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20201
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= 602
involuntary context switches= 37

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.068989 second user time and 0.132979 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-16 11:04:54
IDJOB=4090930
IDBENCH=79251
IDSOLVER=2551
FILE ID=node141/4090930-1466067894
RUNJOBID= node141-1466062104-11413
PBS_JOBID= 19903999
Free space on /tmp= 71748 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.1111227012--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090930-1466067894/watcher-4090930-1466067894 -o /tmp/evaluation-result-4090930-1466067894/solver-4090930-1466067894 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1466062104-11413 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090930-1466067894.wbo

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

MD5SUM BENCH= 3f56278c0c7f2898f6b9e11f0d13a6fa
RANDOM SEED=1838979117

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31376856 kB
Buffers:            8504 kB
Cached:            40664 kB
SwapCached:         2888 kB
Active:           233692 kB
Inactive:          27688 kB
Active(anon):     211916 kB
Inactive(anon):     2920 kB
Active(file):      21776 kB
Inactive(file):    24768 kB
Unevictable:      529060 kB
Mlocked:          496356 kB
SwapTotal:      67108856 kB
SwapFree:       67098988 kB
Dirty:               572 kB
Writeback:             0 kB
AnonPages:        798764 kB
Mapped:            15384 kB
Shmem:                 0 kB
Slab:             565384 kB
SReclaimable:       8944 kB
SUnreclaim:       556440 kB
KernelStack:        1760 kB
PageTables:         6200 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     897292 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    282624 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 node141 at 2016-06-16 11:05:07