Trace number 4090906

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 13.411 12.1027

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110969860--soft-0-100-0.wbo
MD5SUM1b4d108d74bb6ee9510c6f55f0fde657
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark4.26735
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 4944
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 4943
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1147
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4090906-1466067794.wbo
0.09/0.11	c reading problem ... 
0.09/0.17	c ... done. Wall clock time 0.054s.
0.09/0.17	c declared #vars     169
0.09/0.17	c internal #vars     270
0.09/0.17	c #constraints  101
0.09/0.17	c constraints type 
0.09/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.09/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.09/0.17	c 101 constraints processed.
0.09/0.17	c objective function length is 101 literals
0.25/0.22	c SATISFIABLE
0.25/0.22	c OPTIMIZING...
0.25/0.22	c Got one! Elapsed wall clock time (in seconds):0.112
0.25/0.23	o 603
0.25/0.26	c Got one! Elapsed wall clock time (in seconds):0.146
0.25/0.26	o 602
0.25/0.27	c Got one! Elapsed wall clock time (in seconds):0.159
0.25/0.27	o 600
0.25/0.28	c Got one! Elapsed wall clock time (in seconds):0.164
0.25/0.28	o 595
0.51/0.30	c Got one! Elapsed wall clock time (in seconds):0.185
0.51/0.30	o 592
0.63/0.46	c Got one! Elapsed wall clock time (in seconds):0.35
0.63/0.46	o 575
0.63/0.47	c Got one! Elapsed wall clock time (in seconds):0.352
0.63/0.47	o 521
0.63/0.47	c Got one! Elapsed wall clock time (in seconds):0.359
0.63/0.47	o 520
0.63/0.48	c Got one! Elapsed wall clock time (in seconds):0.362
0.63/0.48	o 476
0.63/0.48	c Got one! Elapsed wall clock time (in seconds):0.367
0.63/0.48	o 462
0.79/0.51	c Got one! Elapsed wall clock time (in seconds):0.394
0.79/0.51	o 460
0.79/0.53	c Got one! Elapsed wall clock time (in seconds):0.42
0.79/0.53	o 459
0.79/0.54	c Got one! Elapsed wall clock time (in seconds):0.428
0.79/0.54	o 458
0.79/0.55	c Got one! Elapsed wall clock time (in seconds):0.436
0.79/0.55	o 449
0.79/0.58	c Got one! Elapsed wall clock time (in seconds):0.465
0.79/0.58	o 447
0.79/0.58	c Got one! Elapsed wall clock time (in seconds):0.467
0.79/0.58	o 393
0.79/0.59	c Got one! Elapsed wall clock time (in seconds):0.476
0.79/0.59	o 387
0.79/0.59	c Got one! Elapsed wall clock time (in seconds):0.481
0.79/0.59	o 386
0.91/0.60	c Got one! Elapsed wall clock time (in seconds):0.489
0.91/0.60	o 374
0.91/0.61	c Got one! Elapsed wall clock time (in seconds):0.496
0.91/0.61	o 373
0.91/0.61	c Got one! Elapsed wall clock time (in seconds):0.499
0.91/0.61	o 358
0.91/0.69	c cleaning 4456 clauses out of 8925 with flag 3091/8925
1.05/0.70	c Got one! Elapsed wall clock time (in seconds):0.584
1.05/0.70	o 356
1.05/0.70	c Got one! Elapsed wall clock time (in seconds):0.587
1.05/0.70	o 347
1.05/0.72	c Got one! Elapsed wall clock time (in seconds):0.602
1.05/0.72	o 345
1.05/0.73	c Got one! Elapsed wall clock time (in seconds):0.612
1.05/0.73	o 343
1.05/0.73	c Got one! Elapsed wall clock time (in seconds):0.617
1.05/0.73	o 338
1.05/0.78	c Got one! Elapsed wall clock time (in seconds):0.662
1.05/0.78	o 337
1.29/0.84	c Got one! Elapsed wall clock time (in seconds):0.731
1.29/0.84	o 328
1.29/0.85	c Got one! Elapsed wall clock time (in seconds):0.738
1.29/0.85	o 323
1.44/0.97	c Got one! Elapsed wall clock time (in seconds):0.855
1.44/0.97	o 322
1.44/0.97	c Got one! Elapsed wall clock time (in seconds):0.858
1.44/0.97	o 320
1.44/0.97	c Got one! Elapsed wall clock time (in seconds):0.861
1.44/0.97	o 312
1.44/0.98	c Got one! Elapsed wall clock time (in seconds):0.865
1.44/0.98	o 291
1.44/0.98	c Got one! Elapsed wall clock time (in seconds):0.869
1.44/0.98	o 264
1.54/1.04	c cleaning 5947 clauses out of 11903 with flag 3453/16359
1.54/1.07	c Got one! Elapsed wall clock time (in seconds):0.953
1.54/1.07	o 262
1.54/1.10	c Got one! Elapsed wall clock time (in seconds):0.982
1.54/1.10	o 260
1.65/1.11	c Got one! Elapsed wall clock time (in seconds):0.995
1.65/1.11	o 253
1.65/1.20	c Got one! Elapsed wall clock time (in seconds):1.084
1.65/1.20	o 252
1.78/1.22	c Got one! Elapsed wall clock time (in seconds):1.107
1.78/1.22	o 251
1.94/1.37	c cleaning 6473 clauses out of 12960 with flag 10828/23363
2.15/1.51	c Got one! Elapsed wall clock time (in seconds):1.397
2.15/1.51	o 248
2.15/1.60	c Got one! Elapsed wall clock time (in seconds):1.482
2.15/1.60	o 246
2.25/1.65	c cleaning 6191 clauses out of 12381 with flag 4081/29257
2.35/1.70	c Got one! Elapsed wall clock time (in seconds):1.591
2.35/1.70	o 244
2.45/1.89	c cleaning 5737 clauses out of 11485 with flag 16347/34552
2.65/2.00	c Got one! Elapsed wall clock time (in seconds):1.886
2.65/2.00	o 236
2.65/2.01	c Got one! Elapsed wall clock time (in seconds):1.9
2.65/2.01	o 235
2.75/2.13	c Got one! Elapsed wall clock time (in seconds):2.021
2.75/2.13	o 234
2.75/2.16	c Got one! Elapsed wall clock time (in seconds):2.051
2.75/2.16	o 229
2.75/2.17	c Got one! Elapsed wall clock time (in seconds):2.06
2.75/2.17	o 228
2.86/2.23	c cleaning 6368 clauses out of 12743 with flag 3913/41547
3.15/2.53	c cleaning 6181 clauses out of 12374 with flag 28470/47546
3.35/2.70	c Got one! Elapsed wall clock time (in seconds):2.589
3.35/2.70	o 227
3.35/2.79	c Got one! Elapsed wall clock time (in seconds):2.677
3.35/2.79	o 226
3.45/2.83	c Got one! Elapsed wall clock time (in seconds):2.715
3.45/2.83	o 220
3.45/2.84	c Got one! Elapsed wall clock time (in seconds):2.731
3.45/2.84	o 219
3.45/2.87	c Got one! Elapsed wall clock time (in seconds):2.756
3.45/2.87	o 216
3.45/2.89	c Got one! Elapsed wall clock time (in seconds):2.781
3.45/2.89	o 215
3.55/2.95	c cleaning 7265 clauses out of 14531 with flag 4304/55884
3.55/2.96	c Got one! Elapsed wall clock time (in seconds):2.842
3.55/2.96	o 214
3.65/3.00	c Got one! Elapsed wall clock time (in seconds):2.886
3.65/3.00	o 213
3.65/3.06	c Got one! Elapsed wall clock time (in seconds):2.944
3.65/3.06	o 207
3.65/3.07	c Got one! Elapsed wall clock time (in seconds):2.961
3.65/3.07	o 205
3.77/3.17	c Got one! Elapsed wall clock time (in seconds):3.061
3.77/3.17	o 202
3.87/3.23	c Got one! Elapsed wall clock time (in seconds):3.115
3.87/3.23	o 200
3.87/3.29	c cleaning 7010 clauses out of 14026 with flag 4151/62644
3.87/3.30	c Got one! Elapsed wall clock time (in seconds):3.19
3.87/3.30	o 197
3.99/3.31	c Got one! Elapsed wall clock time (in seconds):3.201
3.99/3.31	o 194
3.99/3.37	c Got one! Elapsed wall clock time (in seconds):3.256
3.99/3.37	o 190
3.99/3.40	c Got one! Elapsed wall clock time (in seconds):3.288
3.99/3.40	o 189
4.10/3.42	c Got one! Elapsed wall clock time (in seconds):3.306
4.10/3.42	o 182
4.10/3.44	c Got one! Elapsed wall clock time (in seconds):3.329
4.10/3.44	o 181
4.10/3.47	c Got one! Elapsed wall clock time (in seconds):3.355
4.10/3.47	o 180
4.29/3.61	c Got one! Elapsed wall clock time (in seconds):3.501
4.29/3.61	o 179
4.29/3.62	c Got one! Elapsed wall clock time (in seconds):3.503
4.29/3.62	o 174
4.29/3.68	c cleaning 7472 clauses out of 14953 with flag 3961/70581
4.39/3.73	c Got one! Elapsed wall clock time (in seconds):3.615
4.39/3.73	o 173
4.39/3.79	c Got one! Elapsed wall clock time (in seconds):3.675
4.39/3.79	o 169
4.49/3.81	c Got one! Elapsed wall clock time (in seconds):3.693
4.49/3.81	o 168
4.49/3.86	c Got one! Elapsed wall clock time (in seconds):3.748
4.49/3.86	o 165
4.59/3.97	c cleaning 6683 clauses out of 13372 with flag 8926/76472
4.69/4.04	c Got one! Elapsed wall clock time (in seconds):3.93
4.69/4.04	o 164
4.79/4.12	c Got one! Elapsed wall clock time (in seconds):4.006
4.79/4.12	o 161
4.79/4.14	c Got one! Elapsed wall clock time (in seconds):4.025
4.79/4.14	o 157
4.79/4.16	c Got one! Elapsed wall clock time (in seconds):4.043
4.79/4.16	o 151
4.89/4.24	c Got one! Elapsed wall clock time (in seconds):4.13
4.89/4.24	o 149
4.89/4.28	c Got one! Elapsed wall clock time (in seconds):4.171
4.89/4.28	o 147
4.99/4.32	c Got one! Elapsed wall clock time (in seconds):4.205
4.99/4.32	o 146
4.99/4.37	c Got one! Elapsed wall clock time (in seconds):4.254
4.99/4.37	o 135
4.99/4.40	c Got one! Elapsed wall clock time (in seconds):4.287
4.99/4.40	o 116
5.10/4.44	c Got one! Elapsed wall clock time (in seconds):4.325
5.10/4.44	o 114
5.10/4.45	c Got one! Elapsed wall clock time (in seconds):4.335
5.10/4.45	o 110
5.10/4.46	c Got one! Elapsed wall clock time (in seconds):4.349
5.10/4.46	o 109
5.10/4.48	c Got one! Elapsed wall clock time (in seconds):4.368
5.10/4.48	o 92
5.23/4.52	c Got one! Elapsed wall clock time (in seconds):4.411
5.23/4.52	o 89
5.23/4.54	c Got one! Elapsed wall clock time (in seconds):4.426
5.23/4.54	o 88
5.49/4.71	c cleaning 9713 clauses out of 19426 with flag 8502/89209
6.10/5.05	c cleaning 7853 clauses out of 15712 with flag 33037/95208
6.26/5.13	c Got one! Elapsed wall clock time (in seconds):5.022
6.26/5.13	o 80
6.36/5.29	c cleaning 6467 clauses out of 12941 with flag 12707/100290
6.36/5.29	c Got one! Elapsed wall clock time (in seconds):5.178
6.36/5.29	o 78
6.46/5.37	c Got one! Elapsed wall clock time (in seconds):5.256
6.46/5.37	o 77
6.46/5.38	c Got one! Elapsed wall clock time (in seconds):5.265
6.46/5.38	o 76
6.46/5.39	c Got one! Elapsed wall clock time (in seconds):5.276
6.46/5.39	o 64
6.58/5.47	c Got one! Elapsed wall clock time (in seconds):5.361
6.58/5.47	o 62
6.78/5.62	c cleaning 6847 clauses out of 13709 with flag 11882/107525
6.98/5.81	c Got one! Elapsed wall clock time (in seconds):5.699
6.98/5.81	o 61
6.98/5.86	c cleaning 6123 clauses out of 12258 with flag 4153/112921
7.08/5.92	c Got one! Elapsed wall clock time (in seconds):5.805
7.08/5.92	o 59
7.28/6.10	c cleaning 5810 clauses out of 11628 with flag 18238/118414
7.28/6.14	c Got one! Elapsed wall clock time (in seconds):6.028
7.28/6.14	o 57
7.28/6.17	c Got one! Elapsed wall clock time (in seconds):6.061
7.28/6.17	o 41
7.49/6.33	c Got one! Elapsed wall clock time (in seconds):6.216
7.49/6.33	o 39
7.49/6.38	c cleaning 6437 clauses out of 12876 with flag 3312/125472
7.70/6.53	c Got one! Elapsed wall clock time (in seconds):6.413
7.70/6.53	o 35
7.70/6.57	c cleaning 5913 clauses out of 11828 with flag 3661/130861
7.83/6.62	c Got one! Elapsed wall clock time (in seconds):6.508
7.83/6.62	o 33
7.83/6.68	c Got one! Elapsed wall clock time (in seconds):6.569
7.83/6.68	o 32
8.03/6.81	c cleaning 6072 clauses out of 12144 with flag 11058/137090
8.03/6.86	c Got one! Elapsed wall clock time (in seconds):6.751
8.03/6.86	o 26
8.23/7.03	c cleaning 5848 clauses out of 11706 with flag 16193/142724
8.23/7.05	c Got one! Elapsed wall clock time (in seconds):6.936
8.23/7.05	o 23
8.33/7.17	c Got one! Elapsed wall clock time (in seconds):7.058
8.33/7.17	o 21
8.43/7.26	c cleaning 5855 clauses out of 11726 with flag 8650/148592
8.53/7.35	c Got one! Elapsed wall clock time (in seconds):7.241
8.53/7.35	o 17
8.53/7.37	c Got one! Elapsed wall clock time (in seconds):7.258
8.53/7.37	o 14
8.63/7.49	c cleaning 6098 clauses out of 12210 with flag 11155/154931
8.83/7.69	c cleaning 6054 clauses out of 12112 with flag 32327/160932
9.14/7.94	c cleaning 6525 clauses out of 13057 with flag 59378/167931
9.34/8.10	c Got one! Elapsed wall clock time (in seconds):7.991
9.34/8.10	o 13
9.34/8.15	c cleaning 6191 clauses out of 12403 with flag 3920/173803
9.54/8.36	c cleaning 6089 clauses out of 12215 with flag 27502/179806
9.84/8.63	c cleaning 6539 clauses out of 13124 with flag 57179/186804
10.15/8.96	c cleaning 7278 clauses out of 14584 with flag 93906/194803
10.35/9.12	c Got one! Elapsed wall clock time (in seconds):9.011
10.35/9.12	o 12
10.35/9.14	c Got one! Elapsed wall clock time (in seconds):9.028
10.35/9.14	o 6
10.35/9.19	c cleaning 6560 clauses out of 13137 with flag 4733/200634
10.55/9.38	c Got one! Elapsed wall clock time (in seconds):9.263
10.55/9.38	o 4
10.85/9.60	c cleaning 8435 clauses out of 16873 with flag 21223/210930
11.05/9.84	c cleaning 7212 clauses out of 14439 with flag 47824/216931
11.25/10.04	c Got one! Elapsed wall clock time (in seconds):9.931
11.25/10.04	o 3
11.46/10.27	c cleaning 8877 clauses out of 17757 with flag 20670/227465
11.76/10.52	c cleaning 7435 clauses out of 14883 with flag 46949/233469
11.96/10.79	c cleaning 7213 clauses out of 14443 with flag 78342/240465
12.37/11.11	c cleaning 7610 clauses out of 15228 with flag 113891/248466
12.37/11.18	c Got one! Elapsed wall clock time (in seconds):11.067
12.37/11.18	o 1
12.56/11.36	c cleaning 6803 clauses out of 13613 with flag 20145/254462
12.86/11.60	c cleaning 6400 clauses out of 12808 with flag 49377/260464
13.06/11.88	c cleaning 6697 clauses out of 13398 with flag 82924/267463
13.26/12.09	c starts		: 313
13.26/12.09	c conflicts		: 272494
13.26/12.09	c decisions		: 458111
13.26/12.09	c propagations		: 8109926
13.26/12.09	c inspects		: 133198522
13.26/12.09	c shortcuts		: 0
13.26/12.09	c learnt literals	: 42
13.26/12.09	c learnt binary clauses	: 25
13.26/12.09	c learnt ternary clauses	: 430
13.26/12.09	c learnt constraints	: 272451
13.26/12.09	c ignored constraints	: 0
13.26/12.09	c root simplifications	: 0
13.26/12.09	c removed literals (reason simplification)	: 0
13.26/12.09	c reason swapping (by a shorter reason)	: 0
13.26/12.09	c Calls to reduceDB	: 39
13.26/12.09	c Number of update (reduction) of LBD	: 78997
13.26/12.09	c Imported unit clauses	: 0
13.26/12.09	c number of reductions to clauses (during analyze)	: 0
13.26/12.09	c number of learned constraints concerned by reduction	: 0
13.26/12.09	c number of learning phase by resolution	: 0
13.26/12.09	c number of learning phase by cutting planes	: 0
13.26/12.09	c speed (assignments/second)	: 680191.7302692275
13.26/12.09	c non guided choices	5327
13.26/12.09	c learnt constraints type 
13.26/12.09	s OPTIMUM FOUND
13.26/12.09	c Found 112 solution(s)
13.26/12.09	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 
13.26/12.10	c objective function=1
13.26/12.10	c Total wall clock time (in seconds): 11.982

Verifier Data

OK	1

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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

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

pid=11463
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.42 2.33 2.26 4/194 11466
/proc/meminfo: memFree=29779380/32872528 swapFree=1370072/1517240
[pid=11466] ppid=11463 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/11466/stat : 11466 (java) D 11463 11466 10365 0 -1 4202496 523 0 0 0 0 0 0 0 20 0 1 0 8825888 9515008 175 33554432000 1073741824 1073778376 140733421883024 140733421880152 229355897744 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/11466/statm: 2323 175 133 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 2.42 2.33 2.26 4/194 11466
/proc/meminfo: memFree=29779380/32872528 swapFree=1370072/1517240
[pid=11466] ppid=11463 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/11466/stat : 11466 (java) S 11463 11466 10365 0 -1 4202496 4397 0 1 0 8 1 0 0 20 0 18 0 8825888 9787879424 6026 33554432000 1073741824 1073778376 140733421883024 140733421874160 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11466/statm: 2389619 6026 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200215 s]
/proc/loadavg: 2.42 2.33 2.26 4/194 11466
/proc/meminfo: memFree=29779380/32872528 swapFree=1370072/1517240
[pid=11466] ppid=11463 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/11466/stat : 11466 (java) S 11463 11466 10365 0 -1 4202496 5841 0 1 0 24 1 0 0 20 0 19 0 8825888 9856040960 7645 33554432000 1073741824 1073778376 140733421883024 140733421874160 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11466/statm: 2406260 7646 2228 9 0 2396937 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9625040

[startup+0.300213 s]
/proc/loadavg: 2.42 2.33 2.26 4/194 11466
/proc/meminfo: memFree=29779380/32872528 swapFree=1370072/1517240
[pid=11466] ppid=11463 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/11466/stat : 11466 (java) S 11463 11466 10365 0 -1 4202496 7077 0 1 0 50 1 0 0 20 0 19 0 8825888 9856040960 8600 33554432000 1073741824 1073778376 140733421883024 140733421874160 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11466/statm: 2406260 8600 2243 9 0 2396937 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.700152 s]
/proc/loadavg: 2.42 2.33 2.26 4/194 11466
/proc/meminfo: memFree=29779380/32872528 swapFree=1370072/1517240
[pid=11466] ppid=11463 vsize=9625040 CPUtime=1.05 cores=0,2,4,6
/proc/11466/stat : 11466 (java) S 11463 11466 10365 0 -1 4202496 8142 0 1 0 104 1 0 0 20 0 19 0 8825888 9856040960 9989 33554432000 1073741824 1073778376 140733421883024 140733421874160 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11466/statm: 2406260 9989 2258 9 0 2396937 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 9625040

[startup+1.50081 s]
/proc/loadavg: 2.42 2.33 2.26 4/213 11485
/proc/meminfo: memFree=29740916/32872528 swapFree=1370072/1517240
[pid=11466] ppid=11463 vsize=9625040 CPUtime=2.15 cores=0,2,4,6
/proc/11466/stat : 11466 (java) S 11463 11466 10365 0 -1 4202496 11467 0 1 0 213 2 0 0 20 0 19 0 8825888 9856040960 12712 33554432000 1073741824 1073778376 140733421883024 140733421874160 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11466/statm: 2406260 12712 2261 9 0 2396937 0
[pid=11466/tid=11468] ppid=11463 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/11466/task/11468/stat : 11468 (java) R 11463 11466 10365 0 -1 4202560 2424 0 1 0 145 2 0 0 20 0 19 0 8825889 9856040960 12712 33554432000 1073741824 1073778376 140733421883024 140084804218576 140084670613534 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11466/tid=11469] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11469/stat : 11469 (java) S 11463 11466 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825890 9856040960 12712 33554432000 1073741824 1073778376 140733421883024 140084793289512 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11466/tid=11470] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11470/stat : 11470 (java) S 11463 11466 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825890 9856040960 12712 33554432000 1073741824 1073778376 140733421883024 140084792236712 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11466/tid=11471] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11471/stat : 11471 (java) S 11463 11466 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825890 9856040960 12712 33554432000 1073741824 1073778376 140733421883024 140084791184424 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11466/tid=11472] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11472/stat : 11472 (java) S 11463 11466 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825890 9856040960 12712 33554432000 1073741824 1073778376 140733421883024 140084790131624 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11466/tid=11473] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11473/stat : 11473 (java) S 11463 11466 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825890 9856040960 12712 33554432000 1073741824 1073778376 140733421883024 140084789078312 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11466/tid=11474] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11474/stat : 11474 (java) S 11463 11466 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825890 9856040960 12712 33554432000 1073741824 1073778376 140733421883024 140084642527400 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11466/tid=11475] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11475/stat : 11475 (java) S 11463 11466 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825890 9856040960 12712 33554432000 1073741824 1073778376 140733421883024 140084641475112 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11466/tid=11476] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11476/stat : 11476 (java) S 11463 11466 10365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8825890 9856040960 12712 33554432000 1073741824 1073778376 140733421883024 140084640422312 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11466/tid=11477] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11477/stat : 11477 (java) S 11463 11466 10365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8825892 9856040960 12712 33554432000 1073741824 1073778376 140733421883024 140084628224744 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11466/tid=11478] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11478/stat : 11478 (java) S 11463 11466 10365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8825892 9856040960 12712 33554432000 1073741824 1073778376 140733421883024 140084627170808 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11466/tid=11479] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11479/stat : 11479 (java) S 11463 11466 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8825892 9856040960 12712 33554432000 1073741824 1073778376 140733421883024 140084626118408 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11466/tid=11480] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11480/stat : 11480 (java) S 11463 11466 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825894 9856040960 12712 33554432000 1073741824 1073778376 140733421883024 140084625066896 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11466/tid=11481] ppid=11463 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/11466/task/11481/stat : 11481 (java) S 11463 11466 10365 0 -1 4202560 4648 0 0 0 37 0 0 0 20 0 19 0 8825894 9856040960 12712 33554432000 1073741824 1073778376 140733421883024 140084624013496 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11466/tid=11482] ppid=11463 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/11466/task/11482/stat : 11482 (java) S 11463 11466 10365 0 -1 4202560 3123 0 0 0 29 0 0 0 20 0 19 0 8825894 9856040960 12712 33554432000 1073741824 1073778376 140733421883024 140084622960696 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11466/tid=11483] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11483/stat : 11483 (java) S 11463 11466 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825894 9856040960 12712 33554432000 1073741824 1073778376 140733421883024 140084621908600 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11466/tid=11484] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11484/stat : 11484 (java) S 11463 11466 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825894 9856040960 12712 33554432000 1073741824 1073778376 140733421883024 140084620856008 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11466/tid=11485] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11485/stat : 11485 (java) S 11463 11466 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8825906 9856040960 12712 33554432000 1073741824 1073778376 140733421883024 140084619802024 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 9625040

[startup+3.1008 s]
/proc/loadavg: 2.42 2.33 2.26 3/213 11485
/proc/meminfo: memFree=29732352/32872528 swapFree=1370072/1517240
[pid=11466] ppid=11463 vsize=9625040 CPUtime=3.77 cores=0,2,4,6
/proc/11466/stat : 11466 (java) S 11463 11466 10365 0 -1 4202496 11473 0 1 0 375 2 0 0 20 0 19 0 8825888 9856040960 14761 33554432000 1073741824 1073778376 140733421883024 140733421874160 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11466/statm: 2406260 14761 2262 9 0 2396937 0
[pid=11466/tid=11468] ppid=11463 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/11466/task/11468/stat : 11468 (java) R 11463 11466 10365 0 -1 4202560 2429 0 1 0 304 2 0 0 20 0 19 0 8825889 9856040960 14761 33554432000 1073741824 1073778376 140733421883024 140084804219184 140084670688434 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11466/tid=11469] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11469/stat : 11469 (java) S 11463 11466 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825890 9856040960 14761 33554432000 1073741824 1073778376 140733421883024 140084793289512 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11466/tid=11470] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11470/stat : 11470 (java) S 11463 11466 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825890 9856040960 14761 33554432000 1073741824 1073778376 140733421883024 140084792236712 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11466/tid=11471] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11471/stat : 11471 (java) S 11463 11466 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825890 9856040960 14761 33554432000 1073741824 1073778376 140733421883024 140084791184424 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11466/tid=11472] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11472/stat : 11472 (java) S 11463 11466 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825890 9856040960 14761 33554432000 1073741824 1073778376 140733421883024 140084790131624 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11466/tid=11473] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11473/stat : 11473 (java) S 11463 11466 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825890 9856040960 14761 33554432000 1073741824 1073778376 140733421883024 140084789078312 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11466/tid=11474] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11474/stat : 11474 (java) S 11463 11466 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825890 9856040960 14761 33554432000 1073741824 1073778376 140733421883024 140084642527400 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11466/tid=11475] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11475/stat : 11475 (java) S 11463 11466 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825890 9856040960 14761 33554432000 1073741824 1073778376 140733421883024 140084641475112 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11466/tid=11476] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11476/stat : 11476 (java) S 11463 11466 10365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8825890 9856040960 14761 33554432000 1073741824 1073778376 140733421883024 140084640422312 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11466/tid=11477] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11477/stat : 11477 (java) S 11463 11466 10365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8825892 9856040960 14761 33554432000 1073741824 1073778376 140733421883024 140084628224744 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11466/tid=11478] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11478/stat : 11478 (java) S 11463 11466 10365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8825892 9856040960 14761 33554432000 1073741824 1073778376 140733421883024 140084627170808 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11466/tid=11479] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11479/stat : 11479 (java) S 11463 11466 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8825892 9856040960 14761 33554432000 1073741824 1073778376 140733421883024 140084626118408 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11466/tid=11480] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11480/stat : 11480 (java) S 11463 11466 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825894 9856040960 14761 33554432000 1073741824 1073778376 140733421883024 140084625066896 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11466/tid=11481] ppid=11463 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/11466/task/11481/stat : 11481 (java) S 11463 11466 10365 0 -1 4202560 4649 0 0 0 39 0 0 0 20 0 19 0 8825894 9856040960 14761 33554432000 1073741824 1073778376 140733421883024 140084624013496 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11466/tid=11482] ppid=11463 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/11466/task/11482/stat : 11482 (java) S 11463 11466 10365 0 -1 4202560 3123 0 0 0 29 0 0 0 20 0 19 0 8825894 9856040960 14761 33554432000 1073741824 1073778376 140733421883024 140084622960696 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11466/tid=11483] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11483/stat : 11483 (java) S 11463 11466 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825894 9856040960 14761 33554432000 1073741824 1073778376 140733421883024 140084621908600 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11466/tid=11484] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11484/stat : 11484 (java) S 11463 11466 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825894 9856040960 14761 33554432000 1073741824 1073778376 140733421883024 140084620856008 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11466/tid=11485] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11485/stat : 11485 (java) S 11463 11466 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8825906 9856040960 14761 33554432000 1073741824 1073778376 140733421883024 140084619802024 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.77
Current children cumulated vsize (KiB) 9625040

[startup+6.30084 s]
/proc/loadavg: 2.39 2.33 2.25 3/213 11485
/proc/meminfo: memFree=29714524/32872528 swapFree=1370072/1517240
[pid=11466] ppid=11463 vsize=9625040 CPUtime=7.49 cores=0,2,4,6
/proc/11466/stat : 11466 (java) S 11463 11466 10365 0 -1 4202496 17261 0 1 0 746 3 0 0 20 0 19 0 8825888 9856040960 19090 33554432000 1073741824 1073778376 140733421883024 140733421874160 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11466/statm: 2406260 19090 2266 9 0 2396937 0
[pid=11466/tid=11468] ppid=11463 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/11466/task/11468/stat : 11468 (java) R 11463 11466 10365 0 -1 4202560 2441 0 1 0 624 2 0 0 20 0 19 0 8825889 9856040960 19090 33554432000 1073741824 1073778376 140733421883024 140084804227592 140084670561414 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11466/tid=11469] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11469/stat : 11469 (java) S 11463 11466 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825890 9856040960 19090 33554432000 1073741824 1073778376 140733421883024 140084793289512 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11466/tid=11470] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11470/stat : 11470 (java) S 11463 11466 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825890 9856040960 19090 33554432000 1073741824 1073778376 140733421883024 140084792236712 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11466/tid=11471] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11471/stat : 11471 (java) S 11463 11466 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825890 9856040960 19090 33554432000 1073741824 1073778376 140733421883024 140084791184424 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11466/tid=11472] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11472/stat : 11472 (java) S 11463 11466 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825890 9856040960 19090 33554432000 1073741824 1073778376 140733421883024 140084790131624 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11466/tid=11473] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11473/stat : 11473 (java) S 11463 11466 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825890 9856040960 19090 33554432000 1073741824 1073778376 140733421883024 140084789078312 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11466/tid=11474] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11474/stat : 11474 (java) S 11463 11466 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825890 9856040960 19090 33554432000 1073741824 1073778376 140733421883024 140084642527400 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11466/tid=11475] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11475/stat : 11475 (java) S 11463 11466 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825890 9856040960 19090 33554432000 1073741824 1073778376 140733421883024 140084641475112 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11466/tid=11476] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11476/stat : 11476 (java) S 11463 11466 10365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8825890 9856040960 19090 33554432000 1073741824 1073778376 140733421883024 140084640422312 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11466/tid=11477] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11477/stat : 11477 (java) S 11463 11466 10365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8825892 9856040960 19090 33554432000 1073741824 1073778376 140733421883024 140084628224744 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11466/tid=11478] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11478/stat : 11478 (java) S 11463 11466 10365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8825892 9856040960 19090 33554432000 1073741824 1073778376 140733421883024 140084627170808 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11466/tid=11479] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11479/stat : 11479 (java) S 11463 11466 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8825892 9856040960 19090 33554432000 1073741824 1073778376 140733421883024 140084626118408 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11466/tid=11480] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11480/stat : 11480 (java) S 11463 11466 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825894 9856040960 19090 33554432000 1073741824 1073778376 140733421883024 140084625066896 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11466/tid=11481] ppid=11463 vsize=9625040 CPUtime=0.85 cores=0,2,4,6
/proc/11466/task/11481/stat : 11481 (java) S 11463 11466 10365 0 -1 4202560 10424 0 0 0 83 2 0 0 20 0 19 0 8825894 9856040960 19090 33554432000 1073741824 1073778376 140733421883024 140084624013496 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11466/tid=11482] ppid=11463 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/11466/task/11482/stat : 11482 (java) S 11463 11466 10365 0 -1 4202560 3123 0 0 0 36 0 0 0 20 0 19 0 8825894 9856040960 19090 33554432000 1073741824 1073778376 140733421883024 140084622960696 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11466/tid=11483] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11483/stat : 11483 (java) S 11463 11466 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825894 9856040960 19090 33554432000 1073741824 1073778376 140733421883024 140084621908600 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11466/tid=11484] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11484/stat : 11484 (java) S 11463 11466 10365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8825894 9856040960 19090 33554432000 1073741824 1073778376 140733421883024 140084620856008 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11466/tid=11485] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11485/stat : 11485 (java) S 11463 11466 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8825906 9856040960 19090 33554432000 1073741824 1073778376 140733421883024 140084619802024 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.49
Current children cumulated vsize (KiB) 9625040


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

[pid=11466/tid=11471] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11471/stat : 11471 (java) S 11463 11466 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825890 9856040960 24722 33554432000 1073741824 1073778376 140733421883024 140084791184424 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11466/tid=11472] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11472/stat : 11472 (java) S 11463 11466 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825890 9856040960 24722 33554432000 1073741824 1073778376 140733421883024 140084790131624 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11466/tid=11473] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11473/stat : 11473 (java) S 11463 11466 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825890 9856040960 24722 33554432000 1073741824 1073778376 140733421883024 140084789078312 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11466/tid=11474] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11474/stat : 11474 (java) S 11463 11466 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825890 9856040960 24722 33554432000 1073741824 1073778376 140733421883024 140084642527400 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11466/tid=11475] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11475/stat : 11475 (java) S 11463 11466 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825890 9856040960 24722 33554432000 1073741824 1073778376 140733421883024 140084641475112 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11466/tid=11476] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11476/stat : 11476 (java) S 11463 11466 10365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8825890 9856040960 24722 33554432000 1073741824 1073778376 140733421883024 140084640422312 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11466/tid=11477] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11477/stat : 11477 (java) S 11463 11466 10365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8825892 9856040960 24722 33554432000 1073741824 1073778376 140733421883024 140084628224744 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11466/tid=11478] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11478/stat : 11478 (java) S 11463 11466 10365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8825892 9856040960 24722 33554432000 1073741824 1073778376 140733421883024 140084627170808 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11466/tid=11479] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11479/stat : 11479 (java) S 11463 11466 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8825892 9856040960 24722 33554432000 1073741824 1073778376 140733421883024 140084626118408 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11466/tid=11480] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11480/stat : 11480 (java) S 11463 11466 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825894 9856040960 24722 33554432000 1073741824 1073778376 140733421883024 140084625066896 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11466/tid=11481] ppid=11463 vsize=9625040 CPUtime=0.9 cores=0,2,4,6
/proc/11466/task/11481/stat : 11481 (java) S 11463 11466 10365 0 -1 4202560 10424 0 0 0 88 2 0 0 20 0 19 0 8825894 9856040960 24722 33554432000 1073741824 1073778376 140733421883024 140084624013496 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11466/tid=11482] ppid=11463 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/11466/task/11482/stat : 11482 (java) S 11463 11466 10365 0 -1 4202560 3123 0 0 0 37 0 0 0 20 0 19 0 8825894 9856040960 24722 33554432000 1073741824 1073778376 140733421883024 140084622960696 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11466/tid=11483] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11483/stat : 11483 (java) S 11463 11466 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825894 9856040960 24722 33554432000 1073741824 1073778376 140733421883024 140084621908600 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11466/tid=11484] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11484/stat : 11484 (java) S 11463 11466 10365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8825894 9856040960 24722 33554432000 1073741824 1073778376 140733421883024 140084620856008 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11466/tid=11485] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11485/stat : 11485 (java) S 11463 11466 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8825906 9856040960 24722 33554432000 1073741824 1073778376 140733421883024 140084619802024 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 10.85
Current children cumulated vsize (KiB) 9625040

[startup+11.2007 s]
/proc/loadavg: 2.36 2.32 2.25 3/213 11485
/proc/meminfo: memFree=29679260/32872528 swapFree=1370072/1517240
[pid=11466] ppid=11463 vsize=9625040 CPUtime=12.46 cores=0,2,4,6
/proc/11466/stat : 11466 (java) S 11463 11466 10365 0 -1 4202496 17278 0 1 0 1243 3 0 0 20 0 19 0 8825888 9856040960 26770 33554432000 1073741824 1073778376 140733421883024 140733421874160 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11466/statm: 2406260 26770 2266 9 0 2396937 0
[pid=11466/tid=11468] ppid=11463 vsize=9625040 CPUtime=11.16 cores=0,2,4,6
/proc/11466/task/11468/stat : 11468 (java) R 11463 11466 10365 0 -1 4202560 2458 0 1 0 1114 2 0 0 20 0 19 0 8825889 9856040960 26770 33554432000 1073741824 1073778376 140733421883024 140084804227544 140084670334471 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11466/tid=11469] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11469/stat : 11469 (java) S 11463 11466 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825890 9856040960 26770 33554432000 1073741824 1073778376 140733421883024 140084793289512 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11466/tid=11470] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11470/stat : 11470 (java) S 11463 11466 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825890 9856040960 26770 33554432000 1073741824 1073778376 140733421883024 140084792236712 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11466/tid=11471] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11471/stat : 11471 (java) S 11463 11466 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825890 9856040960 26770 33554432000 1073741824 1073778376 140733421883024 140084791184424 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11466/tid=11472] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11472/stat : 11472 (java) S 11463 11466 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825890 9856040960 26770 33554432000 1073741824 1073778376 140733421883024 140084790131624 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11466/tid=11473] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11473/stat : 11473 (java) S 11463 11466 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825890 9856040960 26770 33554432000 1073741824 1073778376 140733421883024 140084789078312 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11466/tid=11474] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11474/stat : 11474 (java) S 11463 11466 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825890 9856040960 26770 33554432000 1073741824 1073778376 140733421883024 140084642527400 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11466/tid=11475] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11475/stat : 11475 (java) S 11463 11466 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825890 9856040960 26770 33554432000 1073741824 1073778376 140733421883024 140084641475112 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11466/tid=11476] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11476/stat : 11476 (java) S 11463 11466 10365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8825890 9856040960 26770 33554432000 1073741824 1073778376 140733421883024 140084640422312 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11466/tid=11477] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11477/stat : 11477 (java) S 11463 11466 10365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8825892 9856040960 26770 33554432000 1073741824 1073778376 140733421883024 140084628224744 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11466/tid=11478] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11478/stat : 11478 (java) S 11463 11466 10365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8825892 9856040960 26770 33554432000 1073741824 1073778376 140733421883024 140084627170808 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11466/tid=11479] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11479/stat : 11479 (java) S 11463 11466 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8825892 9856040960 26770 33554432000 1073741824 1073778376 140733421883024 140084626118408 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11466/tid=11480] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11480/stat : 11480 (java) S 11463 11466 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825894 9856040960 26770 33554432000 1073741824 1073778376 140733421883024 140084625066896 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11466/tid=11481] ppid=11463 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/11466/task/11481/stat : 11481 (java) S 11463 11466 10365 0 -1 4202560 10424 0 0 0 89 2 0 0 20 0 19 0 8825894 9856040960 26770 33554432000 1073741824 1073778376 140733421883024 140084624013496 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11466/tid=11482] ppid=11463 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/11466/task/11482/stat : 11482 (java) S 11463 11466 10365 0 -1 4202560 3123 0 0 0 38 0 0 0 20 0 19 0 8825894 9856040960 26770 33554432000 1073741824 1073778376 140733421883024 140084622960696 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11466/tid=11483] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11483/stat : 11483 (java) S 11463 11466 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825894 9856040960 26770 33554432000 1073741824 1073778376 140733421883024 140084621908600 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11466/tid=11484] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11484/stat : 11484 (java) S 11463 11466 10365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8825894 9856040960 26770 33554432000 1073741824 1073778376 140733421883024 140084620856008 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11466/tid=11485] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11485/stat : 11485 (java) S 11463 11466 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8825906 9856040960 26770 33554432000 1073741824 1073778376 140733421883024 140084619802024 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 9625040

[startup+11.6007 s]
/proc/loadavg: 2.36 2.32 2.25 3/213 11485
/proc/meminfo: memFree=29679260/32872528 swapFree=1370072/1517240
[pid=11466] ppid=11463 vsize=9625040 CPUtime=12.86 cores=0,2,4,6
/proc/11466/stat : 11466 (java) S 11463 11466 10365 0 -1 4202496 17279 0 1 0 1283 3 0 0 20 0 19 0 8825888 9856040960 27282 33554432000 1073741824 1073778376 140733421883024 140733421874160 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11466/statm: 2406260 27282 2266 9 0 2396937 0
[pid=11466/tid=11468] ppid=11463 vsize=9625040 CPUtime=11.56 cores=0,2,4,6
/proc/11466/task/11468/stat : 11468 (java) R 11463 11466 10365 0 -1 4202560 2459 0 1 0 1154 2 0 0 20 0 19 0 8825889 9856040960 27282 33554432000 1073741824 1073778376 140733421883024 140084804227544 140084670967491 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11466/tid=11469] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11469/stat : 11469 (java) S 11463 11466 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825890 9856040960 27282 33554432000 1073741824 1073778376 140733421883024 140084793289512 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11466/tid=11470] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11470/stat : 11470 (java) S 11463 11466 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825890 9856040960 27282 33554432000 1073741824 1073778376 140733421883024 140084792236712 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11466/tid=11471] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11471/stat : 11471 (java) S 11463 11466 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825890 9856040960 27282 33554432000 1073741824 1073778376 140733421883024 140084791184424 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11466/tid=11472] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11472/stat : 11472 (java) S 11463 11466 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825890 9856040960 27282 33554432000 1073741824 1073778376 140733421883024 140084790131624 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11466/tid=11473] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11473/stat : 11473 (java) S 11463 11466 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825890 9856040960 27282 33554432000 1073741824 1073778376 140733421883024 140084789078312 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11466/tid=11474] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11474/stat : 11474 (java) S 11463 11466 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825890 9856040960 27282 33554432000 1073741824 1073778376 140733421883024 140084642527400 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11466/tid=11475] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11475/stat : 11475 (java) S 11463 11466 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825890 9856040960 27282 33554432000 1073741824 1073778376 140733421883024 140084641475112 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11466/tid=11476] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11476/stat : 11476 (java) S 11463 11466 10365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8825890 9856040960 27282 33554432000 1073741824 1073778376 140733421883024 140084640422312 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11466/tid=11477] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11477/stat : 11477 (java) S 11463 11466 10365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8825892 9856040960 27282 33554432000 1073741824 1073778376 140733421883024 140084628224744 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11466/tid=11478] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11478/stat : 11478 (java) S 11463 11466 10365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8825892 9856040960 27282 33554432000 1073741824 1073778376 140733421883024 140084627170808 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11466/tid=11479] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11479/stat : 11479 (java) S 11463 11466 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8825892 9856040960 27282 33554432000 1073741824 1073778376 140733421883024 140084626118408 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11466/tid=11480] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11480/stat : 11480 (java) S 11463 11466 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825894 9856040960 27282 33554432000 1073741824 1073778376 140733421883024 140084625066896 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11466/tid=11481] ppid=11463 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/11466/task/11481/stat : 11481 (java) S 11463 11466 10365 0 -1 4202560 10424 0 0 0 89 2 0 0 20 0 19 0 8825894 9856040960 27282 33554432000 1073741824 1073778376 140733421883024 140084624013496 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11466/tid=11482] ppid=11463 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/11466/task/11482/stat : 11482 (java) S 11463 11466 10365 0 -1 4202560 3123 0 0 0 38 0 0 0 20 0 19 0 8825894 9856040960 27282 33554432000 1073741824 1073778376 140733421883024 140084622960696 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11466/tid=11483] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11483/stat : 11483 (java) S 11463 11466 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825894 9856040960 27282 33554432000 1073741824 1073778376 140733421883024 140084621908600 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11466/tid=11484] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11484/stat : 11484 (java) S 11463 11466 10365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8825894 9856040960 27282 33554432000 1073741824 1073778376 140733421883024 140084620856008 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11466/tid=11485] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11485/stat : 11485 (java) S 11463 11466 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8825906 9856040960 27282 33554432000 1073741824 1073778376 140733421883024 140084619802024 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.86
Current children cumulated vsize (KiB) 9625040

[startup+12.0007 s]
/proc/loadavg: 2.36 2.32 2.25 3/213 11485
/proc/meminfo: memFree=29679260/32872528 swapFree=1370072/1517240
[pid=11466] ppid=11463 vsize=9625040 CPUtime=13.26 cores=0,2,4,6
/proc/11466/stat : 11466 (java) S 11463 11466 10365 0 -1 4202496 17281 0 1 0 1323 3 0 0 20 0 19 0 8825888 9856040960 28306 33554432000 1073741824 1073778376 140733421883024 140733421874160 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11466/statm: 2406260 28306 2266 9 0 2396937 0
[pid=11466/tid=11468] ppid=11463 vsize=9625040 CPUtime=11.96 cores=0,2,4,6
/proc/11466/task/11468/stat : 11468 (java) R 11463 11466 10365 0 -1 4202560 2461 0 1 0 1194 2 0 0 20 0 19 0 8825889 9856040960 28306 33554432000 1073741824 1073778376 140733421883024 140084804218576 140084670613604 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11466/tid=11469] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11469/stat : 11469 (java) S 11463 11466 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825890 9856040960 28306 33554432000 1073741824 1073778376 140733421883024 140084793289512 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11466/tid=11470] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11470/stat : 11470 (java) S 11463 11466 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825890 9856040960 28306 33554432000 1073741824 1073778376 140733421883024 140084792236712 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11466/tid=11471] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11471/stat : 11471 (java) S 11463 11466 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825890 9856040960 28306 33554432000 1073741824 1073778376 140733421883024 140084791184424 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11466/tid=11472] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11472/stat : 11472 (java) S 11463 11466 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825890 9856040960 28306 33554432000 1073741824 1073778376 140733421883024 140084790131624 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11466/tid=11473] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11473/stat : 11473 (java) S 11463 11466 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825890 9856040960 28306 33554432000 1073741824 1073778376 140733421883024 140084789078312 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11466/tid=11474] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11474/stat : 11474 (java) S 11463 11466 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825890 9856040960 28306 33554432000 1073741824 1073778376 140733421883024 140084642527400 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11466/tid=11475] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11475/stat : 11475 (java) S 11463 11466 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825890 9856040960 28306 33554432000 1073741824 1073778376 140733421883024 140084641475112 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11466/tid=11476] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11476/stat : 11476 (java) S 11463 11466 10365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8825890 9856040960 28306 33554432000 1073741824 1073778376 140733421883024 140084640422312 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11466/tid=11477] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11477/stat : 11477 (java) S 11463 11466 10365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8825892 9856040960 28306 33554432000 1073741824 1073778376 140733421883024 140084628224744 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11466/tid=11478] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11478/stat : 11478 (java) S 11463 11466 10365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8825892 9856040960 28306 33554432000 1073741824 1073778376 140733421883024 140084627170808 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11466/tid=11479] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11479/stat : 11479 (java) S 11463 11466 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8825892 9856040960 28306 33554432000 1073741824 1073778376 140733421883024 140084626118408 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11466/tid=11480] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11480/stat : 11480 (java) S 11463 11466 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825894 9856040960 28306 33554432000 1073741824 1073778376 140733421883024 140084625066896 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11466/tid=11481] ppid=11463 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/11466/task/11481/stat : 11481 (java) S 11463 11466 10365 0 -1 4202560 10424 0 0 0 89 2 0 0 20 0 19 0 8825894 9856040960 28306 33554432000 1073741824 1073778376 140733421883024 140084624013496 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11466/tid=11482] ppid=11463 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/11466/task/11482/stat : 11482 (java) S 11463 11466 10365 0 -1 4202560 3123 0 0 0 38 0 0 0 20 0 19 0 8825894 9856040960 28306 33554432000 1073741824 1073778376 140733421883024 140084622960696 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11466/tid=11483] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11483/stat : 11483 (java) S 11463 11466 10365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8825894 9856040960 28306 33554432000 1073741824 1073778376 140733421883024 140084621908600 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11466/tid=11484] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11484/stat : 11484 (java) S 11463 11466 10365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8825894 9856040960 28306 33554432000 1073741824 1073778376 140733421883024 140084620856008 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11466/tid=11485] ppid=11463 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11466/task/11485/stat : 11485 (java) S 11463 11466 10365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8825906 9856040960 28306 33554432000 1073741824 1073778376 140733421883024 140084619802024 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 13.26
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 12.1027
CPU time (s): 13.411
CPU user time (s): 13.339
CPU system time (s): 0.071989
CPU usage (%): 110.81
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.339
system time used= 0.071989
maximum resident set size= 115336
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17305
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= 604
involuntary context switches= 76

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

The end

Launcher Data

Begin job on node129 at 2016-06-16 11:03:14
IDJOB=4090906
IDBENCH=79192
IDSOLVER=2551
FILE ID=node129/4090906-1466067794
RUNJOBID= node129-1466062122-10381
PBS_JOBID= 19904010
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110969860--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090906-1466067794/watcher-4090906-1466067794 -o /tmp/evaluation-result-4090906-1466067794/solver-4090906-1466067794 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466062122-10381 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090906-1466067794.wbo

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

MD5SUM BENCH= 1b4d108d74bb6ee9510c6f55f0fde657
RANDOM SEED=34112596

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29779544 kB
Buffers:            8640 kB
Cached:            42184 kB
SwapCached:          672 kB
Active:           848412 kB
Inactive:          27968 kB
Active(anon):     827132 kB
Inactive(anon):      912 kB
Active(file):      21280 kB
Inactive(file):    27056 kB
Unevictable:     1517240 kB
Mlocked:         1370072 kB
SwapTotal:      67108856 kB
SwapFree:       67100228 kB
Dirty:               520 kB
Writeback:             0 kB
AnonPages:       2343952 kB
Mapped:            15372 kB
Shmem:                 0 kB
Slab:             564700 kB
SReclaimable:       8760 kB
SUnreclaim:       555940 kB
KernelStack:        1584 kB
PageTables:         8956 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2553876 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    946176 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

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