Trace number 4109636

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 25.3391 23.9784

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110972763--soft-66-100-0.wbo
MD5SUM129d08cca1ba918da7454b2cc3018155
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark39
Best CPU time to get the best result obtained on this benchmark13.5919
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 constraints42
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 1838
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 1837
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1209
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-4109636-1466343672.wbo
0.10/0.10	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.053s.
0.10/0.16	c declared #vars     169
0.10/0.16	c internal #vars     211
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 => 27
0.10/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 41
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 30
0.10/0.16	c 101 constraints processed.
0.10/0.16	c objective function length is 42 literals
0.26/0.28	c SATISFIABLE
0.26/0.28	c OPTIMIZING...
0.26/0.28	c Got one! Elapsed wall clock time (in seconds):0.177
0.26/0.28	o 729
0.26/0.29	c Got one! Elapsed wall clock time (in seconds):0.184
0.26/0.29	o 712
0.26/0.29	c Got one! Elapsed wall clock time (in seconds):0.191
0.26/0.29	o 710
0.56/0.31	c Got one! Elapsed wall clock time (in seconds):0.202
0.56/0.31	o 697
0.56/0.33	c Got one! Elapsed wall clock time (in seconds):0.231
0.56/0.33	o 694
0.56/0.34	c Got one! Elapsed wall clock time (in seconds):0.24
0.56/0.34	o 691
0.56/0.36	c Got one! Elapsed wall clock time (in seconds):0.259
0.56/0.36	o 689
0.56/0.38	c Got one! Elapsed wall clock time (in seconds):0.276
0.56/0.38	o 686
0.56/0.39	c Got one! Elapsed wall clock time (in seconds):0.286
0.56/0.39	o 679
0.56/0.39	c Got one! Elapsed wall clock time (in seconds):0.289
0.56/0.39	o 430
0.70/0.42	c Got one! Elapsed wall clock time (in seconds):0.314
0.70/0.42	o 429
0.70/0.42	c Got one! Elapsed wall clock time (in seconds):0.318
0.70/0.42	o 425
0.70/0.43	c Got one! Elapsed wall clock time (in seconds):0.324
0.70/0.43	o 422
0.70/0.43	c Got one! Elapsed wall clock time (in seconds):0.331
0.70/0.43	o 417
0.70/0.45	c Got one! Elapsed wall clock time (in seconds):0.342
0.70/0.45	o 404
0.70/0.46	c Got one! Elapsed wall clock time (in seconds):0.357
0.70/0.46	o 391
0.70/0.47	c Got one! Elapsed wall clock time (in seconds):0.364
0.70/0.47	o 373
0.70/0.48	c Got one! Elapsed wall clock time (in seconds):0.376
0.70/0.48	o 366
0.70/0.50	c Got one! Elapsed wall clock time (in seconds):0.392
0.70/0.50	o 355
0.83/0.50	c Got one! Elapsed wall clock time (in seconds):0.397
0.83/0.50	o 352
0.83/0.50	c Got one! Elapsed wall clock time (in seconds):0.4
0.83/0.50	o 350
0.83/0.54	c Got one! Elapsed wall clock time (in seconds):0.435
0.83/0.54	o 349
0.83/0.55	c Got one! Elapsed wall clock time (in seconds):0.442
0.83/0.55	o 346
0.83/0.55	c Got one! Elapsed wall clock time (in seconds):0.447
0.83/0.55	o 343
0.83/0.56	c Got one! Elapsed wall clock time (in seconds):0.454
0.83/0.56	o 333
0.83/0.56	c Got one! Elapsed wall clock time (in seconds):0.459
0.83/0.56	o 330
0.83/0.57	c Got one! Elapsed wall clock time (in seconds):0.466
0.83/0.57	o 318
0.83/0.59	c Got one! Elapsed wall clock time (in seconds):0.485
0.83/0.59	o 314
0.93/0.60	c Got one! Elapsed wall clock time (in seconds):0.492
0.93/0.60	o 312
0.93/0.60	c Got one! Elapsed wall clock time (in seconds):0.496
0.93/0.60	o 297
0.93/0.63	c Got one! Elapsed wall clock time (in seconds):0.528
0.93/0.63	o 296
1.08/0.70	c Got one! Elapsed wall clock time (in seconds):0.593
1.08/0.70	o 270
1.08/0.75	c Got one! Elapsed wall clock time (in seconds):0.649
1.08/0.75	o 269
1.19/0.84	c Got one! Elapsed wall clock time (in seconds):0.739
1.19/0.84	o 265
1.19/0.87	c Got one! Elapsed wall clock time (in seconds):0.764
1.19/0.87	o 263
1.19/0.89	c Got one! Elapsed wall clock time (in seconds):0.786
1.19/0.89	o 257
1.29/0.97	c cleaning 8542 clauses out of 17084 with flag 3121/17084
1.54/1.15	c Got one! Elapsed wall clock time (in seconds):1.049
1.54/1.15	o 256
1.64/1.22	c Got one! Elapsed wall clock time (in seconds):1.114
1.64/1.22	o 251
1.83/1.41	c cleaning 9875 clauses out of 19750 with flag 11731/28292
2.08/1.62	c cleaning 7936 clauses out of 15875 with flag 28443/34292
2.08/1.64	c Got one! Elapsed wall clock time (in seconds):1.533
2.08/1.64	o 249
2.19/1.78	c Got one! Elapsed wall clock time (in seconds):1.678
2.19/1.78	o 248
2.29/1.80	c Got one! Elapsed wall clock time (in seconds):1.7
2.29/1.80	o 238
2.29/1.85	c cleaning 7130 clauses out of 14266 with flag 3352/40619
2.29/1.87	c Got one! Elapsed wall clock time (in seconds):1.763
2.29/1.87	o 232
2.29/1.88	c Got one! Elapsed wall clock time (in seconds):1.779
2.29/1.88	o 229
2.41/1.95	c Got one! Elapsed wall clock time (in seconds):1.85
2.41/1.95	o 217
2.51/2.01	c Got one! Elapsed wall clock time (in seconds):1.902
2.51/2.01	o 216
2.51/2.04	c Got one! Elapsed wall clock time (in seconds):1.939
2.51/2.04	o 202
2.61/2.13	c cleaning 7275 clauses out of 14553 with flag 6200/48036
2.61/2.19	c Got one! Elapsed wall clock time (in seconds):2.09
2.61/2.19	o 194
2.83/2.36	c cleaning 6623 clauses out of 13258 with flag 13057/54016
3.04/2.57	c cleaning 6316 clauses out of 12637 with flag 32128/60018
3.34/2.83	c cleaning 6654 clauses out of 13320 with flag 59546/67017
3.44/2.95	c Got one! Elapsed wall clock time (in seconds):2.844
3.44/2.95	o 193
3.55/3.00	c Got one! Elapsed wall clock time (in seconds):2.896
3.55/3.00	o 180
3.55/3.02	c Got one! Elapsed wall clock time (in seconds):2.92
3.55/3.02	o 179
3.55/3.07	c cleaning 6533 clauses out of 13065 with flag 3799/73416
3.70/3.13	c Got one! Elapsed wall clock time (in seconds):3.027
3.70/3.13	o 166
3.80/3.25	c cleaning 5809 clauses out of 11643 with flag 10401/78528
4.01/3.46	c cleaning 5911 clauses out of 11834 with flag 30477/84528
4.21/3.66	c Got one! Elapsed wall clock time (in seconds):3.558
4.21/3.66	o 157
4.43/3.85	c Got one! Elapsed wall clock time (in seconds):3.747
4.43/3.85	o 155
4.53/3.90	c cleaning 8583 clauses out of 17170 with flag 3696/95775
4.53/3.91	c Got one! Elapsed wall clock time (in seconds):3.807
4.53/3.91	o 151
4.53/3.98	c Got one! Elapsed wall clock time (in seconds):3.878
4.53/3.98	o 136
4.63/4.09	c cleaning 6931 clauses out of 13870 with flag 9702/101058
4.93/4.32	c cleaning 6460 clauses out of 12939 with flag 28632/107058
5.37/4.59	c cleaning 6738 clauses out of 13480 with flag 56130/114059
5.96/4.90	c cleaning 7364 clauses out of 14742 with flag 86223/122059
6.52/5.27	c cleaning 8183 clauses out of 16377 with flag 124818/131058
6.92/5.69	c cleaning 9091 clauses out of 18193 with flag 166334/141057
7.12/5.80	c Got one! Elapsed wall clock time (in seconds):5.698
7.12/5.80	o 132
7.12/5.90	c cleaning 7202 clauses out of 14422 with flag 7867/146377
7.42/6.11	c cleaning 6601 clauses out of 13220 with flag 29879/152377
7.62/6.35	c cleaning 6805 clauses out of 13620 with flag 56499/159378
7.92/6.64	c cleaning 7404 clauses out of 14816 with flag 86018/167379
8.22/6.97	c cleaning 8196 clauses out of 16410 with flag 119536/176377
8.62/7.38	c cleaning 9101 clauses out of 18216 with flag 160064/186379
9.12/7.85	c cleaning 10046 clauses out of 20113 with flag 206608/197377
9.12/7.86	c Got one! Elapsed wall clock time (in seconds):7.757
9.12/7.86	o 125
9.32/8.05	c Got one! Elapsed wall clock time (in seconds):7.946
9.32/8.05	o 123
9.42/8.10	c cleaning 8039 clauses out of 16090 with flag 4044/203400
9.62/8.33	c cleaning 7025 clauses out of 14051 with flag 29602/209400
9.82/8.58	c cleaning 7010 clauses out of 14026 with flag 56630/216400
10.02/8.75	c Got one! Elapsed wall clock time (in seconds):8.644
10.02/8.75	o 117
10.02/8.79	c cleaning 6306 clauses out of 12631 with flag 3620/222015
10.14/8.83	c Got one! Elapsed wall clock time (in seconds):8.725
10.14/8.83	o 114
10.14/8.89	c Got one! Elapsed wall clock time (in seconds):8.789
10.14/8.89	o 104
10.37/9.01	c cleaning 6280 clauses out of 12565 with flag 10997/228255
10.58/9.21	c cleaning 6136 clauses out of 12285 with flag 30514/234255
10.68/9.40	c Got one! Elapsed wall clock time (in seconds):9.292
10.68/9.40	o 98
10.98/9.61	c cleaning 8666 clauses out of 17332 with flag 20486/245438
11.18/9.83	c cleaning 7330 clauses out of 14666 with flag 45348/251438
11.38/10.09	c cleaning 7166 clauses out of 14336 with flag 75740/258438
11.79/10.41	c cleaning 7582 clauses out of 15171 with flag 112470/266439
11.79/10.47	c Got one! Elapsed wall clock time (in seconds):10.368
11.79/10.47	o 96
11.99/10.62	c cleaning 6650 clauses out of 13312 with flag 17338/272162
12.19/10.83	c cleaning 6329 clauses out of 12663 with flag 42976/278163
12.39/11.09	c cleaning 6664 clauses out of 13333 with flag 74316/285162
12.69/11.39	c cleaning 7323 clauses out of 14668 with flag 107155/293162
12.90/11.55	c Got one! Elapsed wall clock time (in seconds):11.447
12.90/11.55	o 86
13.00/11.60	c cleaning 6245 clauses out of 12501 with flag 3719/298318
13.20/11.82	c Got one! Elapsed wall clock time (in seconds):11.714
13.20/11.82	o 84
13.39/12.04	c cleaning 8567 clauses out of 17133 with flag 18885/309195
13.60/12.28	c cleaning 7281 clauses out of 14567 with flag 42782/315196
13.79/12.40	c Got one! Elapsed wall clock time (in seconds):12.296
13.79/12.40	o 73
13.79/12.49	c cleaning 6439 clauses out of 12894 with flag 8722/320804
13.99/12.69	c cleaning 6220 clauses out of 12455 with flag 32546/326804
14.29/12.93	c cleaning 6613 clauses out of 13235 with flag 58771/333804
14.60/13.25	c cleaning 7310 clauses out of 14622 with flag 92448/341804
14.81/13.43	c Got one! Elapsed wall clock time (in seconds):13.329
14.81/13.43	o 71
15.01/13.66	c cleaning 8751 clauses out of 17504 with flag 20372/351996
15.21/13.89	c cleaning 7373 clauses out of 14754 with flag 45257/357997
15.51/14.16	c cleaning 7185 clauses out of 14380 with flag 77325/364996
15.82/14.46	c cleaning 7593 clauses out of 15194 with flag 109690/372995
16.21/14.81	c cleaning 8299 clauses out of 16601 with flag 145456/381995
16.61/15.22	c cleaning 9145 clauses out of 18301 with flag 185959/391995
17.11/15.70	c cleaning 10076 clauses out of 20160 with flag 233061/402999
17.61/16.26	c cleaning 11037 clauses out of 22080 with flag 286962/414995
17.81/16.49	c Got one! Elapsed wall clock time (in seconds):16.381
17.81/16.49	o 67
18.11/16.75	c cleaning 10713 clauses out of 21430 with flag 22440/425382
18.41/17.00	c cleaning 8356 clauses out of 16717 with flag 49928/431382
18.61/17.25	c Got one! Elapsed wall clock time (in seconds):17.144
18.61/17.25	o 64
18.91/17.50	c cleaning 10052 clauses out of 20110 with flag 24748/443131
19.11/17.75	c cleaning 8026 clauses out of 16057 with flag 50614/449131
19.41/18.03	c cleaning 7505 clauses out of 15031 with flag 81721/456131
19.71/18.35	c cleaning 7753 clauses out of 15525 with flag 117834/464130
20.11/18.72	c cleaning 8385 clauses out of 16773 with flag 157828/473131
20.51/19.16	c cleaning 9187 clauses out of 18388 with flag 202130/483131
21.00/19.66	c cleaning 10099 clauses out of 20199 with flag 250378/494130
21.60/20.21	c cleaning 11049 clauses out of 22100 with flag 300486/506131
21.80/20.40	c Got one! Elapsed wall clock time (in seconds):20.299
21.80/20.40	o 62
21.80/20.46	c cleaning 8303 clauses out of 16623 with flag 4797/511704
21.80/20.48	c Got one! Elapsed wall clock time (in seconds):20.374
21.80/20.48	o 61
22.00/20.68	c cleaning 6952 clauses out of 13910 with flag 22510/517294
22.31/20.91	c cleaning 6474 clauses out of 12959 with flag 48058/523295
22.50/21.17	c cleaning 6736 clauses out of 13484 with flag 78947/530295
22.50/21.19	c Got one! Elapsed wall clock time (in seconds):21.089
22.50/21.19	o 60
22.70/21.37	c cleaning 6175 clauses out of 12360 with flag 20690/535907
22.90/21.59	c cleaning 6087 clauses out of 12185 with flag 45984/541907
23.01/21.64	c Got one! Elapsed wall clock time (in seconds):21.535
23.01/21.64	o 59
23.01/21.69	c Got one! Elapsed wall clock time (in seconds):21.59
23.01/21.69	o 54
23.21/21.81	c cleaning 6139 clauses out of 12286 with flag 13352/548095
23.42/22.02	c cleaning 6075 clauses out of 12149 with flag 38321/554097
23.61/22.26	c cleaning 6533 clauses out of 13071 with flag 66983/561096
23.91/22.56	c cleaning 7262 clauses out of 14537 with flag 100157/569097
24.31/22.92	c cleaning 8131 clauses out of 16272 with flag 140518/578095
24.31/22.96	c Got one! Elapsed wall clock time (in seconds):22.854
24.31/22.96	o 46
24.52/23.11	c cleaning 6646 clauses out of 13301 with flag 16887/583258
24.62/23.24	c Got one! Elapsed wall clock time (in seconds):23.132
24.62/23.24	o 45
24.72/23.31	c cleaning 6307 clauses out of 12627 with flag 8405/589231
24.72/23.37	c Got one! Elapsed wall clock time (in seconds):23.265
24.72/23.37	o 41
24.81/23.40	c Got one! Elapsed wall clock time (in seconds):23.301
24.81/23.40	o 40
24.91/23.52	c cleaning 6111 clauses out of 12230 with flag 13526/595143
25.11/23.72	c cleaning 6056 clauses out of 12116 with flag 39561/601143
25.21/23.88	c Got one! Elapsed wall clock time (in seconds):23.772
25.21/23.88	o 39
25.32/23.92	c cleaning 5852 clauses out of 11718 with flag 4520/606806
25.32/23.97	c starts		: 713
25.32/23.97	c conflicts		: 608379
25.32/23.97	c decisions		: 964517
25.32/23.97	c propagations		: 14795971
25.32/23.97	c inspects		: 299456227
25.32/23.97	c shortcuts		: 0
25.32/23.97	c learnt literals	: 38
25.32/23.97	c learnt binary clauses	: 11
25.32/23.97	c learnt ternary clauses	: 751
25.32/23.97	c learnt constraints	: 608340
25.32/23.97	c ignored constraints	: 0
25.32/23.97	c root simplifications	: 0
25.32/23.97	c removed literals (reason simplification)	: 0
25.32/23.97	c reason swapping (by a shorter reason)	: 0
25.32/23.97	c Calls to reduceDB	: 80
25.32/23.97	c Number of update (reduction) of LBD	: 150572
25.32/23.97	c Imported unit clauses	: 0
25.32/23.97	c number of reductions to clauses (during analyze)	: 0
25.32/23.97	c number of learned constraints concerned by reduction	: 0
25.32/23.97	c number of learning phase by resolution	: 0
25.32/23.97	c number of learning phase by cutting planes	: 0
25.32/23.97	c speed (assignments/second)	: 621444.4537779831
25.32/23.97	c non guided choices	2299
25.32/23.97	c learnt constraints type 
25.32/23.97	s OPTIMUM FOUND
25.32/23.97	c Found 79 solution(s)
25.32/23.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 
25.32/23.97	c objective function=39
25.32/23.97	c Total wall clock time (in seconds): 23.868

Verifier Data

OK	39

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

pid=13793
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.07 2.02 1.72 3/194 13796
/proc/meminfo: memFree=31462188/32872528 swapFree=8292/8292
[pid=13796] ppid=13793 vsize=91880 CPUtime=0 cores=0,2,4,6
/proc/13796/stat : 13796 (java) S 13793 13796 13098 0 -1 4202496 1260 0 0 0 0 0 0 0 20 0 2 0 36412069 94085120 902 33554432000 1073741824 1073778376 140736034151056 140736034142192 243768787005 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13796/statm: 22970 906 687 9 0 16769 0
[pid=13796/tid=13797] ppid=13793 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13797/stat : 13797 (java) D 13793 13796 13098 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 36412070 94019584 917 33554432000 1073741824 1073778376 140736034151056 140008291282472 243756264743 0 0 4096 0 18446744072100588836 0 0 -1 2 0 0 0 0 0

[startup+0.100163 s]
/proc/loadavg: 2.07 2.02 1.72 3/194 13796
/proc/meminfo: memFree=31462188/32872528 swapFree=8292/8292
[pid=13796] ppid=13793 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/13796/stat : 13796 (java) S 13793 13796 13098 0 -1 4202496 4461 0 1 0 9 1 0 0 20 0 18 0 36412069 9787879424 6094 33554432000 1073741824 1073778376 140736034151056 140736034142192 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13796/statm: 2389619 6094 2147 9 0 2380296 0
[pid=13796/tid=13797] ppid=13793 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/13796/task/13797/stat : 13797 (java) R 13793 13796 13098 0 -1 4202560 2388 0 1 0 6 1 0 0 20 0 18 0 36412070 9787879424 6097 33554432000 1073741824 1073778376 140736034151056 140008291285920 243768812813 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.20027 s]
/proc/loadavg: 2.07 2.02 1.72 3/194 13796
/proc/meminfo: memFree=31462188/32872528 swapFree=8292/8292
[pid=13796] ppid=13793 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/13796/stat : 13796 (java) S 13793 13796 13098 0 -1 4202496 6558 0 1 0 24 2 0 0 20 0 19 0 36412069 9856040960 8645 33554432000 1073741824 1073778376 140736034151056 140736034142192 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13796/statm: 2406260 8645 2232 9 0 2396937 0
[pid=13796/tid=13797] ppid=13793 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/13796/task/13797/stat : 13797 (java) R 13793 13796 13098 0 -1 4202560 2419 0 1 0 15 2 0 0 20 0 19 0 36412070 9856040960 8645 33554432000 1073741824 1073778376 140736034151056 140008291287680 140008294572951 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9625040

[startup+0.300266 s]
/proc/loadavg: 2.07 2.02 1.72 3/194 13796
/proc/meminfo: memFree=31462188/32872528 swapFree=8292/8292
[pid=13796] ppid=13793 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/13796/stat : 13796 (java) S 13793 13796 13098 0 -1 4202496 7670 0 1 0 53 3 0 0 20 0 19 0 36412069 9856040960 8876 33554432000 1073741824 1073778376 140736034151056 140736034142192 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13796/statm: 2406260 8876 2244 9 0 2396937 0
[pid=13796/tid=13797] ppid=13793 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/13796/task/13797/stat : 13797 (java) R 13793 13796 13098 0 -1 4202560 2420 0 1 0 25 2 0 0 20 0 19 0 36412070 9856040960 8876 33554432000 1073741824 1073778376 140736034151056 140008291287680 140008163968753 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9625040

[startup+0.700269 s]
/proc/loadavg: 2.07 2.02 1.72 3/194 13796
/proc/meminfo: memFree=31462188/32872528 swapFree=8292/8292
[pid=13796] ppid=13793 vsize=9625040 CPUtime=1.08 cores=0,2,4,6
/proc/13796/stat : 13796 (java) S 13793 13796 13098 0 -1 4202496 8690 0 1 0 105 3 0 0 20 0 19 0 36412069 9856040960 9471 33554432000 1073741824 1073778376 140736034151056 140736034142192 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13796/statm: 2406260 9471 2254 9 0 2396937 0
[pid=13796/tid=13797] ppid=13793 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/13796/task/13797/stat : 13797 (java) R 13793 13796 13098 0 -1 4202560 2421 0 1 0 65 2 0 0 20 0 19 0 36412070 9856040960 9471 33554432000 1073741824 1073778376 140736034151056 140008291287680 140008164351876 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 2.07 2.02 1.72 3/213 13815
/proc/meminfo: memFree=31428252/32872528 swapFree=8292/8292
[pid=13796] ppid=13793 vsize=9625040 CPUtime=1.98 cores=0,2,4,6
/proc/13796/stat : 13796 (java) S 13793 13796 13098 0 -1 4202496 8947 0 1 0 195 3 0 0 20 0 19 0 36412069 9856040960 11037 33554432000 1073741824 1073778376 140736034151056 140736034142192 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13796/statm: 2406260 11037 2261 9 0 2396937 0
[pid=13796/tid=13797] ppid=13793 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/13796/task/13797/stat : 13797 (java) R 13793 13796 13098 0 -1 4202560 2425 0 1 0 145 2 0 0 20 0 19 0 36412070 9856040960 11037 33554432000 1073741824 1073778376 140736034151056 140008291287496 140008164289086 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13796/tid=13799] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13799/stat : 13799 (java) S 13793 13796 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412070 9856040960 11037 33554432000 1073741824 1073778376 140736034151056 140008135326248 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13796/tid=13800] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13800/stat : 13800 (java) S 13793 13796 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412070 9856040960 11037 33554432000 1073741824 1073778376 140736034151056 140008134273448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13796/tid=13801] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13801/stat : 13801 (java) S 13793 13796 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412070 9856040960 11037 33554432000 1073741824 1073778376 140736034151056 140008133220648 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13796/tid=13802] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13802/stat : 13802 (java) S 13793 13796 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412070 9856040960 11037 33554432000 1073741824 1073778376 140736034151056 140008132167848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13796/tid=13803] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13803/stat : 13803 (java) S 13793 13796 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412070 9856040960 11037 33554432000 1073741824 1073778376 140736034151056 140008131116072 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13796/tid=13804] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13804/stat : 13804 (java) S 13793 13796 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412070 9856040960 11037 33554432000 1073741824 1073778376 140736034151056 140008130063272 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13796/tid=13805] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13805/stat : 13805 (java) S 13793 13796 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412070 9856040960 11037 33554432000 1073741824 1073778376 140736034151056 140008129010472 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13796/tid=13806] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13806/stat : 13806 (java) S 13793 13796 13098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36412070 9856040960 11037 33554432000 1073741824 1073778376 140736034151056 140008127957672 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13796/tid=13807] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13807/stat : 13807 (java) S 13793 13796 13098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36412071 9856040960 11037 33554432000 1073741824 1073778376 140736034151056 140008115546600 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13796/tid=13808] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13808/stat : 13808 (java) S 13793 13796 13098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36412072 9856040960 11037 33554432000 1073741824 1073778376 140736034151056 140008114492664 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13796/tid=13809] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13809/stat : 13809 (java) S 13793 13796 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36412072 9856040960 11037 33554432000 1073741824 1073778376 140736034151056 140008113439752 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13796/tid=13810] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13810/stat : 13810 (java) S 13793 13796 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412074 9856040960 11037 33554432000 1073741824 1073778376 140736034151056 140008112388240 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13796/tid=13811] ppid=13793 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/13796/task/13811/stat : 13811 (java) S 13793 13796 13098 0 -1 4202560 2159 0 0 0 22 0 0 0 20 0 19 0 36412074 9856040960 11037 33554432000 1073741824 1073778376 140736034151056 140008111336376 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13796/tid=13812] ppid=13793 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/13796/task/13812/stat : 13812 (java) S 13793 13796 13098 0 -1 4202560 3091 0 0 0 24 0 0 0 20 0 19 0 36412074 9856040960 11037 33554432000 1073741824 1073778376 140736034151056 140008110283576 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13796/tid=13813] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13813/stat : 13813 (java) S 13793 13796 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412074 9856040960 11037 33554432000 1073741824 1073778376 140736034151056 140008109230968 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13796/tid=13814] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13814/stat : 13814 (java) S 13793 13796 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412074 9856040960 11037 33554432000 1073741824 1073778376 140736034151056 140008108178376 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13796/tid=13815] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13815/stat : 13815 (java) S 13793 13796 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36412086 9856040960 11037 33554432000 1073741824 1073778376 140736034151056 140008107074728 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 9625040

[startup+3.10081 s]
/proc/loadavg: 2.06 2.02 1.72 4/213 13815
/proc/meminfo: memFree=31422020/32872528 swapFree=8292/8292
[pid=13796] ppid=13793 vsize=9625040 CPUtime=3.7 cores=0,2,4,6
/proc/13796/stat : 13796 (java) S 13793 13796 13098 0 -1 4202496 9604 0 1 0 367 3 0 0 20 0 19 0 36412069 9856040960 13102 33554432000 1073741824 1073778376 140736034151056 140736034142192 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13796/statm: 2406260 13102 2261 9 0 2396937 0
[pid=13796/tid=13797] ppid=13793 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/13796/task/13797/stat : 13797 (java) R 13793 13796 13098 0 -1 4202560 2429 0 1 0 305 2 0 0 20 0 19 0 36412070 9856040960 13102 33554432000 1073741824 1073778376 140736034151056 140008291287512 140008164317456 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13796/tid=13799] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13799/stat : 13799 (java) S 13793 13796 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412070 9856040960 13102 33554432000 1073741824 1073778376 140736034151056 140008135326248 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13796/tid=13800] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13800/stat : 13800 (java) S 13793 13796 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412070 9856040960 13102 33554432000 1073741824 1073778376 140736034151056 140008134273448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13796/tid=13801] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13801/stat : 13801 (java) S 13793 13796 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412070 9856040960 13102 33554432000 1073741824 1073778376 140736034151056 140008133220648 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13796/tid=13802] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13802/stat : 13802 (java) S 13793 13796 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412070 9856040960 13102 33554432000 1073741824 1073778376 140736034151056 140008132167848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13796/tid=13803] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13803/stat : 13803 (java) S 13793 13796 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412070 9856040960 13102 33554432000 1073741824 1073778376 140736034151056 140008131116072 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13796/tid=13804] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13804/stat : 13804 (java) S 13793 13796 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412070 9856040960 13102 33554432000 1073741824 1073778376 140736034151056 140008130063272 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13796/tid=13805] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13805/stat : 13805 (java) S 13793 13796 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412070 9856040960 13102 33554432000 1073741824 1073778376 140736034151056 140008129010472 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13796/tid=13806] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13806/stat : 13806 (java) S 13793 13796 13098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36412070 9856040960 13102 33554432000 1073741824 1073778376 140736034151056 140008127957672 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13796/tid=13807] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13807/stat : 13807 (java) S 13793 13796 13098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36412071 9856040960 13102 33554432000 1073741824 1073778376 140736034151056 140008115546600 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13796/tid=13808] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13808/stat : 13808 (java) S 13793 13796 13098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36412072 9856040960 13102 33554432000 1073741824 1073778376 140736034151056 140008114492664 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13796/tid=13809] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13809/stat : 13809 (java) S 13793 13796 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36412072 9856040960 13102 33554432000 1073741824 1073778376 140736034151056 140008113439752 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13796/tid=13810] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13810/stat : 13810 (java) S 13793 13796 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412074 9856040960 13102 33554432000 1073741824 1073778376 140736034151056 140008112388240 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13796/tid=13811] ppid=13793 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/13796/task/13811/stat : 13811 (java) S 13793 13796 13098 0 -1 4202560 2159 0 0 0 27 0 0 0 20 0 19 0 36412074 9856040960 13102 33554432000 1073741824 1073778376 140736034151056 140008111336376 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13796/tid=13812] ppid=13793 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/13796/task/13812/stat : 13812 (java) S 13793 13796 13098 0 -1 4202560 3744 0 0 0 32 0 0 0 20 0 19 0 36412074 9856040960 13102 33554432000 1073741824 1073778376 140736034151056 140008110283576 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13796/tid=13813] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13813/stat : 13813 (java) S 13793 13796 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412074 9856040960 13102 33554432000 1073741824 1073778376 140736034151056 140008109230968 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13796/tid=13814] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13814/stat : 13814 (java) S 13793 13796 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412074 9856040960 13102 33554432000 1073741824 1073778376 140736034151056 140008108178376 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13796/tid=13815] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13815/stat : 13815 (java) S 13793 13796 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36412086 9856040960 13102 33554432000 1073741824 1073778376 140736034151056 140008107074728 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.7
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.06 2.02 1.72 3/213 13815
/proc/meminfo: memFree=31331760/32872528 swapFree=8292/8292
[pid=13796] ppid=13793 vsize=9625040 CPUtime=7.62 cores=0,2,4,6
/proc/13796/stat : 13796 (java) S 13793 13796 13098 0 -1 4202496 20210 0 1 0 758 4 0 0 20 0 19 0 36412069 9856040960 20216 33554432000 1073741824 1073778376 140736034151056 140736034142192 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13796/statm: 2406260 20216 2263 9 0 2396937 0
[pid=13796/tid=13797] ppid=13793 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/13796/task/13797/stat : 13797 (java) R 13793 13796 13098 0 -1 4202560 2441 0 1 0 624 2 0 0 20 0 19 0 36412070 9856040960 20216 33554432000 1073741824 1073778376 140736034151056 140008291278528 140008164285292 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13796/tid=13799] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13799/stat : 13799 (java) S 13793 13796 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412070 9856040960 20216 33554432000 1073741824 1073778376 140736034151056 140008135326248 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13796/tid=13800] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13800/stat : 13800 (java) S 13793 13796 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412070 9856040960 20216 33554432000 1073741824 1073778376 140736034151056 140008134273448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13796/tid=13801] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13801/stat : 13801 (java) S 13793 13796 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412070 9856040960 20216 33554432000 1073741824 1073778376 140736034151056 140008133220648 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13796/tid=13802] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13802/stat : 13802 (java) S 13793 13796 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412070 9856040960 20216 33554432000 1073741824 1073778376 140736034151056 140008132167848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13796/tid=13803] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13803/stat : 13803 (java) S 13793 13796 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412070 9856040960 20216 33554432000 1073741824 1073778376 140736034151056 140008131116072 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13796/tid=13804] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13804/stat : 13804 (java) S 13793 13796 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412070 9856040960 20216 33554432000 1073741824 1073778376 140736034151056 140008130063272 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13796/tid=13805] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13805/stat : 13805 (java) S 13793 13796 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412070 9856040960 20216 33554432000 1073741824 1073778376 140736034151056 140008129010472 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13796/tid=13806] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13806/stat : 13806 (java) S 13793 13796 13098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36412070 9856040960 20216 33554432000 1073741824 1073778376 140736034151056 140008127957672 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13796/tid=13807] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13807/stat : 13807 (java) S 13793 13796 13098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36412071 9856040960 20216 33554432000 1073741824 1073778376 140736034151056 140008115546600 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13796/tid=13808] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13808/stat : 13808 (java) S 13793 13796 13098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36412072 9856040960 20216 33554432000 1073741824 1073778376 140736034151056 140008114492664 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13796/tid=13809] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13809/stat : 13809 (java) S 13793 13796 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36412072 9856040960 20216 33554432000 1073741824 1073778376 140736034151056 140008113439752 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13796/tid=13810] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13810/stat : 13810 (java) S 13793 13796 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412074 9856040960 20216 33554432000 1073741824 1073778376 140736034151056 140008112388240 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13796/tid=13811] ppid=13793 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/13796/task/13811/stat : 13811 (java) S 13793 13796 13098 0 -1 4202560 2171 0 0 0 30 0 0 0 20 0 19 0 36412074 9856040960 20216 33554432000 1073741824 1073778376 140736034151056 140008111336376 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13796/tid=13812] ppid=13793 vsize=9625040 CPUtime=1.02 cores=0,2,4,6

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

[pid=13796/tid=13801] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13801/stat : 13801 (java) S 13793 13796 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412070 9856040960 40829 33554432000 1073741824 1073778376 140736034151056 140008133220648 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13796/tid=13802] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13802/stat : 13802 (java) S 13793 13796 13098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36412070 9856040960 40829 33554432000 1073741824 1073778376 140736034151056 140008132167848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13796/tid=13803] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13803/stat : 13803 (java) S 13793 13796 13098 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36412070 9856040960 40829 33554432000 1073741824 1073778376 140736034151056 140008131116072 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13796/tid=13804] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13804/stat : 13804 (java) S 13793 13796 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412070 9856040960 40829 33554432000 1073741824 1073778376 140736034151056 140008130063272 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13796/tid=13805] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13805/stat : 13805 (java) S 13793 13796 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412070 9856040960 40829 33554432000 1073741824 1073778376 140736034151056 140008129010472 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13796/tid=13806] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13806/stat : 13806 (java) S 13793 13796 13098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36412070 9856040960 40829 33554432000 1073741824 1073778376 140736034151056 140008127957672 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13796/tid=13807] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13807/stat : 13807 (java) S 13793 13796 13098 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36412071 9856040960 40829 33554432000 1073741824 1073778376 140736034151056 140008115546600 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13796/tid=13808] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13808/stat : 13808 (java) S 13793 13796 13098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36412072 9856040960 40829 33554432000 1073741824 1073778376 140736034151056 140008114492664 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13796/tid=13809] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13809/stat : 13809 (java) S 13793 13796 13098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36412072 9856040960 40829 33554432000 1073741824 1073778376 140736034151056 140008113439752 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13796/tid=13810] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13810/stat : 13810 (java) S 13793 13796 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412074 9856040960 40829 33554432000 1073741824 1073778376 140736034151056 140008112388240 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13796/tid=13811] ppid=13793 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/13796/task/13811/stat : 13811 (java) S 13793 13796 13098 0 -1 4202560 2174 0 0 0 31 0 0 0 20 0 19 0 36412074 9856040960 40829 33554432000 1073741824 1073778376 140736034151056 140008111336376 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13796/tid=13812] ppid=13793 vsize=9625040 CPUtime=1.09 cores=0,2,4,6
/proc/13796/task/13812/stat : 13812 (java) S 13793 13796 13098 0 -1 4202560 14326 0 0 0 107 2 0 0 20 0 19 0 36412074 9856040960 40829 33554432000 1073741824 1073778376 140736034151056 140008110283576 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13796/tid=13813] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13813/stat : 13813 (java) S 13793 13796 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412074 9856040960 40829 33554432000 1073741824 1073778376 140736034151056 140008109230968 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13796/tid=13814] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13814/stat : 13814 (java) S 13793 13796 13098 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36412074 9856040960 40829 33554432000 1073741824 1073778376 140736034151056 140008108178376 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13796/tid=13815] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13815/stat : 13815 (java) S 13793 13796 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36412086 9856040960 40829 33554432000 1073741824 1073778376 140736034151056 140008107074728 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 24.62
Current children cumulated vsize (KiB) 9625040

[startup+23.6007 s]
/proc/loadavg: 2.04 2.02 1.73 3/213 13815
/proc/meminfo: memFree=31244496/32872528 swapFree=8292/8292
[pid=13796] ppid=13793 vsize=9625040 CPUtime=25.01 cores=0,2,4,6
/proc/13796/stat : 13796 (java) S 13793 13796 13098 0 -1 4202496 20285 0 1 0 2495 6 0 0 20 0 19 0 36412069 9856040960 40829 33554432000 1073741824 1073778376 140736034151056 140736034142192 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13796/statm: 2406260 40829 2277 9 0 2396937 0
[pid=13796/tid=13797] ppid=13793 vsize=9625040 CPUtime=23.51 cores=0,2,4,6
/proc/13796/task/13797/stat : 13797 (java) R 13793 13796 13098 0 -1 4202560 2492 0 1 0 2348 3 0 0 20 0 19 0 36412070 9856040960 40829 33554432000 1073741824 1073778376 140736034151056 140008291279152 140008164294754 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13796/tid=13799] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13799/stat : 13799 (java) S 13793 13796 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36412070 9856040960 40829 33554432000 1073741824 1073778376 140736034151056 140008135326248 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13796/tid=13800] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13800/stat : 13800 (java) S 13793 13796 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412070 9856040960 40829 33554432000 1073741824 1073778376 140736034151056 140008134273448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13796/tid=13801] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13801/stat : 13801 (java) S 13793 13796 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412070 9856040960 40829 33554432000 1073741824 1073778376 140736034151056 140008133220648 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13796/tid=13802] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13802/stat : 13802 (java) S 13793 13796 13098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36412070 9856040960 40829 33554432000 1073741824 1073778376 140736034151056 140008132167848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13796/tid=13803] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13803/stat : 13803 (java) S 13793 13796 13098 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36412070 9856040960 40829 33554432000 1073741824 1073778376 140736034151056 140008131116072 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13796/tid=13804] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13804/stat : 13804 (java) S 13793 13796 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412070 9856040960 40829 33554432000 1073741824 1073778376 140736034151056 140008130063272 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13796/tid=13805] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13805/stat : 13805 (java) S 13793 13796 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412070 9856040960 40829 33554432000 1073741824 1073778376 140736034151056 140008129010472 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13796/tid=13806] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13806/stat : 13806 (java) S 13793 13796 13098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36412070 9856040960 40829 33554432000 1073741824 1073778376 140736034151056 140008127957672 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13796/tid=13807] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13807/stat : 13807 (java) S 13793 13796 13098 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36412071 9856040960 40829 33554432000 1073741824 1073778376 140736034151056 140008115546600 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13796/tid=13808] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13808/stat : 13808 (java) S 13793 13796 13098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36412072 9856040960 40829 33554432000 1073741824 1073778376 140736034151056 140008114492664 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13796/tid=13809] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13809/stat : 13809 (java) S 13793 13796 13098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36412072 9856040960 40829 33554432000 1073741824 1073778376 140736034151056 140008113439752 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13796/tid=13810] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13810/stat : 13810 (java) S 13793 13796 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412074 9856040960 40829 33554432000 1073741824 1073778376 140736034151056 140008112388240 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13796/tid=13811] ppid=13793 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/13796/task/13811/stat : 13811 (java) S 13793 13796 13098 0 -1 4202560 2174 0 0 0 31 0 0 0 20 0 19 0 36412074 9856040960 40829 33554432000 1073741824 1073778376 140736034151056 140008111336376 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13796/tid=13812] ppid=13793 vsize=9625040 CPUtime=1.09 cores=0,2,4,6
/proc/13796/task/13812/stat : 13812 (java) S 13793 13796 13098 0 -1 4202560 14326 0 0 0 107 2 0 0 20 0 19 0 36412074 9856040960 40829 33554432000 1073741824 1073778376 140736034151056 140008110283576 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13796/tid=13813] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13813/stat : 13813 (java) S 13793 13796 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412074 9856040960 40829 33554432000 1073741824 1073778376 140736034151056 140008109230968 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13796/tid=13814] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13814/stat : 13814 (java) S 13793 13796 13098 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36412074 9856040960 40829 33554432000 1073741824 1073778376 140736034151056 140008108178376 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13796/tid=13815] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13815/stat : 13815 (java) S 13793 13796 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36412086 9856040960 40829 33554432000 1073741824 1073778376 140736034151056 140008107074728 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.01
Current children cumulated vsize (KiB) 9625040

[startup+23.8007 s]
/proc/loadavg: 2.04 2.02 1.73 3/213 13815
/proc/meminfo: memFree=31244496/32872528 swapFree=8292/8292
[pid=13796] ppid=13793 vsize=9625040 CPUtime=25.21 cores=0,2,4,6
/proc/13796/stat : 13796 (java) S 13793 13796 13098 0 -1 4202496 20285 0 1 0 2515 6 0 0 20 0 19 0 36412069 9856040960 40829 33554432000 1073741824 1073778376 140736034151056 140736034142192 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13796/statm: 2406260 40829 2277 9 0 2396937 0
[pid=13796/tid=13797] ppid=13793 vsize=9625040 CPUtime=23.71 cores=0,2,4,6
/proc/13796/task/13797/stat : 13797 (java) R 13793 13796 13098 0 -1 4202560 2492 0 1 0 2368 3 0 0 20 0 19 0 36412070 9856040960 40829 33554432000 1073741824 1073778376 140736034151056 140008291279152 140008164351924 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13796/tid=13799] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13799/stat : 13799 (java) S 13793 13796 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36412070 9856040960 40829 33554432000 1073741824 1073778376 140736034151056 140008135326248 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13796/tid=13800] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13800/stat : 13800 (java) S 13793 13796 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412070 9856040960 40829 33554432000 1073741824 1073778376 140736034151056 140008134273448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13796/tid=13801] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13801/stat : 13801 (java) S 13793 13796 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412070 9856040960 40829 33554432000 1073741824 1073778376 140736034151056 140008133220648 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13796/tid=13802] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13802/stat : 13802 (java) S 13793 13796 13098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36412070 9856040960 40829 33554432000 1073741824 1073778376 140736034151056 140008132167848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13796/tid=13803] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13803/stat : 13803 (java) S 13793 13796 13098 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36412070 9856040960 40829 33554432000 1073741824 1073778376 140736034151056 140008131116072 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13796/tid=13804] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13804/stat : 13804 (java) S 13793 13796 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412070 9856040960 40829 33554432000 1073741824 1073778376 140736034151056 140008130063272 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13796/tid=13805] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13805/stat : 13805 (java) S 13793 13796 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412070 9856040960 40829 33554432000 1073741824 1073778376 140736034151056 140008129010472 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13796/tid=13806] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13806/stat : 13806 (java) S 13793 13796 13098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36412070 9856040960 40829 33554432000 1073741824 1073778376 140736034151056 140008127957672 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13796/tid=13807] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13807/stat : 13807 (java) S 13793 13796 13098 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36412071 9856040960 40829 33554432000 1073741824 1073778376 140736034151056 140008115546600 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13796/tid=13808] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13808/stat : 13808 (java) S 13793 13796 13098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36412072 9856040960 40829 33554432000 1073741824 1073778376 140736034151056 140008114492664 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13796/tid=13809] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13809/stat : 13809 (java) S 13793 13796 13098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36412072 9856040960 40829 33554432000 1073741824 1073778376 140736034151056 140008113439752 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13796/tid=13810] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13810/stat : 13810 (java) S 13793 13796 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412074 9856040960 40829 33554432000 1073741824 1073778376 140736034151056 140008112388240 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13796/tid=13811] ppid=13793 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/13796/task/13811/stat : 13811 (java) S 13793 13796 13098 0 -1 4202560 2174 0 0 0 31 0 0 0 20 0 19 0 36412074 9856040960 40829 33554432000 1073741824 1073778376 140736034151056 140008111336376 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13796/tid=13812] ppid=13793 vsize=9625040 CPUtime=1.09 cores=0,2,4,6
/proc/13796/task/13812/stat : 13812 (java) S 13793 13796 13098 0 -1 4202560 14326 0 0 0 107 2 0 0 20 0 19 0 36412074 9856040960 40829 33554432000 1073741824 1073778376 140736034151056 140008110283576 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13796/tid=13813] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13813/stat : 13813 (java) S 13793 13796 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412074 9856040960 40829 33554432000 1073741824 1073778376 140736034151056 140008109230968 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13796/tid=13814] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13814/stat : 13814 (java) S 13793 13796 13098 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36412074 9856040960 40829 33554432000 1073741824 1073778376 140736034151056 140008108178376 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13796/tid=13815] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13815/stat : 13815 (java) S 13793 13796 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36412086 9856040960 40829 33554432000 1073741824 1073778376 140736034151056 140008107074728 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 9625040

[startup+23.9008 s]
/proc/loadavg: 2.04 2.02 1.73 3/213 13815
/proc/meminfo: memFree=31244496/32872528 swapFree=8292/8292
[pid=13796] ppid=13793 vsize=9625040 CPUtime=25.32 cores=0,2,4,6
/proc/13796/stat : 13796 (java) S 13793 13796 13098 0 -1 4202496 20285 0 1 0 2526 6 0 0 20 0 19 0 36412069 9856040960 40829 33554432000 1073741824 1073778376 140736034151056 140736034142192 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13796/statm: 2406260 40829 2277 9 0 2396937 0
[pid=13796/tid=13797] ppid=13793 vsize=9625040 CPUtime=23.81 cores=0,2,4,6
/proc/13796/task/13797/stat : 13797 (java) R 13793 13796 13098 0 -1 4202560 2492 0 1 0 2378 3 0 0 20 0 19 0 36412070 9856040960 40829 33554432000 1073741824 1073778376 140736034151056 140008291279152 140008164351772 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13796/tid=13799] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13799/stat : 13799 (java) S 13793 13796 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36412070 9856040960 40829 33554432000 1073741824 1073778376 140736034151056 140008135326248 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13796/tid=13800] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13800/stat : 13800 (java) S 13793 13796 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412070 9856040960 40829 33554432000 1073741824 1073778376 140736034151056 140008134273448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13796/tid=13801] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13801/stat : 13801 (java) S 13793 13796 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412070 9856040960 40829 33554432000 1073741824 1073778376 140736034151056 140008133220648 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13796/tid=13802] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13802/stat : 13802 (java) S 13793 13796 13098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36412070 9856040960 40829 33554432000 1073741824 1073778376 140736034151056 140008132167848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13796/tid=13803] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13803/stat : 13803 (java) S 13793 13796 13098 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36412070 9856040960 40829 33554432000 1073741824 1073778376 140736034151056 140008131116072 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13796/tid=13804] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13804/stat : 13804 (java) S 13793 13796 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412070 9856040960 40829 33554432000 1073741824 1073778376 140736034151056 140008130063272 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13796/tid=13805] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13805/stat : 13805 (java) S 13793 13796 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412070 9856040960 40829 33554432000 1073741824 1073778376 140736034151056 140008129010472 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13796/tid=13806] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13806/stat : 13806 (java) S 13793 13796 13098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36412070 9856040960 40829 33554432000 1073741824 1073778376 140736034151056 140008127957672 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13796/tid=13807] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13807/stat : 13807 (java) S 13793 13796 13098 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36412071 9856040960 40829 33554432000 1073741824 1073778376 140736034151056 140008115546600 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13796/tid=13808] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13808/stat : 13808 (java) S 13793 13796 13098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36412072 9856040960 40829 33554432000 1073741824 1073778376 140736034151056 140008114492664 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13796/tid=13809] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13809/stat : 13809 (java) S 13793 13796 13098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36412072 9856040960 40829 33554432000 1073741824 1073778376 140736034151056 140008113439752 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13796/tid=13810] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13810/stat : 13810 (java) S 13793 13796 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412074 9856040960 40829 33554432000 1073741824 1073778376 140736034151056 140008112388240 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13796/tid=13811] ppid=13793 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/13796/task/13811/stat : 13811 (java) S 13793 13796 13098 0 -1 4202560 2174 0 0 0 31 0 0 0 20 0 19 0 36412074 9856040960 40829 33554432000 1073741824 1073778376 140736034151056 140008111336376 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13796/tid=13812] ppid=13793 vsize=9625040 CPUtime=1.09 cores=0,2,4,6
/proc/13796/task/13812/stat : 13812 (java) S 13793 13796 13098 0 -1 4202560 14326 0 0 0 107 2 0 0 20 0 19 0 36412074 9856040960 40829 33554432000 1073741824 1073778376 140736034151056 140008110283576 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13796/tid=13813] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13813/stat : 13813 (java) S 13793 13796 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36412074 9856040960 40829 33554432000 1073741824 1073778376 140736034151056 140008109230968 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13796/tid=13814] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13814/stat : 13814 (java) S 13793 13796 13098 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36412074 9856040960 40829 33554432000 1073741824 1073778376 140736034151056 140008108178376 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13796/tid=13815] ppid=13793 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13796/task/13815/stat : 13815 (java) S 13793 13796 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36412086 9856040960 40829 33554432000 1073741824 1073778376 140736034151056 140008107074728 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 23.9784
CPU time (s): 25.3391
CPU user time (s): 25.2572
CPU system time (s): 0.081987
CPU usage (%): 105.675
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.2572
system time used= 0.081987
maximum resident set size= 163368
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20302
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= 863
involuntary context switches= 70

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.166974 second user time and 0.215967 second system time

The end

Launcher Data

Begin job on node151 at 2016-06-19 15:41:13
IDJOB=4109636
IDBENCH=78877
IDSOLVER=2551
FILE ID=node151/4109636-1466343672
RUNJOBID= node151-1466341797-13114
PBS_JOBID= 19922011
Free space on /tmp= 71744 MiB

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

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

MD5SUM BENCH= 129d08cca1ba918da7454b2cc3018155
RANDOM SEED=247389635

node151.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31463104 kB
Buffers:          119552 kB
Cached:           197432 kB
SwapCached:         1712 kB
Active:           409260 kB
Inactive:         195196 kB
Active(anon):     286180 kB
Inactive(anon):     3280 kB
Active(file):     123080 kB
Inactive(file):   191916 kB
Unevictable:        8292 kB
Mlocked:            8292 kB
SwapTotal:      67108856 kB
SwapFree:       67099344 kB
Dirty:               576 kB
Writeback:             0 kB
AnonPages:        370704 kB
Mapped:            16532 kB
Shmem:                 0 kB
Slab:             638488 kB
SReclaimable:      81616 kB
SUnreclaim:       556872 kB
KernelStack:        1760 kB
PageTables:         5076 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     697280 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    335872 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71740 MiB
End job on node151 at 2016-06-19 15:41:37