Trace number 4109644

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 19.97 18.71

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111225122--soft-33-100-0.wbo
MD5SUM5e3a3bcb6963f7a006c35c648aafeea1
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark3.63045
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 constraints69
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 3204
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 3203
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1250
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4109644-1466343673.wbo
0.11/0.10	c reading problem ... 
0.11/0.16	c ... done. Wall clock time 0.055s.
0.11/0.16	c declared #vars     169
0.11/0.16	c internal #vars     238
0.11/0.16	c #constraints  101
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
0.11/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.11/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 51
0.11/0.16	c 101 constraints processed.
0.11/0.16	c objective function length is 69 literals
0.55/0.31	c SATISFIABLE
0.55/0.31	c OPTIMIZING...
0.55/0.31	c Got one! Elapsed wall clock time (in seconds):0.209
0.55/0.31	o 887
0.55/0.32	c Got one! Elapsed wall clock time (in seconds):0.217
0.55/0.32	o 881
0.55/0.32	c Got one! Elapsed wall clock time (in seconds):0.222
0.55/0.32	o 854
0.55/0.33	c Got one! Elapsed wall clock time (in seconds):0.224
0.55/0.33	o 823
0.55/0.34	c Got one! Elapsed wall clock time (in seconds):0.234
0.55/0.34	o 776
0.55/0.34	c Got one! Elapsed wall clock time (in seconds):0.239
0.55/0.34	o 772
0.55/0.35	c Got one! Elapsed wall clock time (in seconds):0.245
0.55/0.35	o 734
0.55/0.35	c Got one! Elapsed wall clock time (in seconds):0.249
0.55/0.35	o 693
0.55/0.36	c Got one! Elapsed wall clock time (in seconds):0.253
0.55/0.36	o 679
0.55/0.37	c Got one! Elapsed wall clock time (in seconds):0.265
0.55/0.37	o 542
0.55/0.37	c Got one! Elapsed wall clock time (in seconds):0.27
0.55/0.37	o 535
0.55/0.38	c Got one! Elapsed wall clock time (in seconds):0.274
0.55/0.38	o 527
0.55/0.38	c Got one! Elapsed wall clock time (in seconds):0.282
0.55/0.38	o 511
0.55/0.39	c Got one! Elapsed wall clock time (in seconds):0.284
0.55/0.39	o 505
0.55/0.39	c Got one! Elapsed wall clock time (in seconds):0.291
0.55/0.39	o 501
0.70/0.40	c Got one! Elapsed wall clock time (in seconds):0.294
0.70/0.40	o 486
0.70/0.40	c Got one! Elapsed wall clock time (in seconds):0.3
0.70/0.40	o 463
0.70/0.41	c Got one! Elapsed wall clock time (in seconds):0.305
0.70/0.41	o 448
0.70/0.41	c Got one! Elapsed wall clock time (in seconds):0.31
0.70/0.41	o 447
0.70/0.42	c Got one! Elapsed wall clock time (in seconds):0.314
0.70/0.42	o 446
0.89/0.55	c Got one! Elapsed wall clock time (in seconds):0.449
0.89/0.55	o 445
0.89/0.57	c Got one! Elapsed wall clock time (in seconds):0.467
0.89/0.57	o 436
0.89/0.57	c Got one! Elapsed wall clock time (in seconds):0.47
0.89/0.57	o 362
0.89/0.58	c Got one! Elapsed wall clock time (in seconds):0.481
0.89/0.58	o 359
0.89/0.59	c Got one! Elapsed wall clock time (in seconds):0.488
0.89/0.59	o 358
1.00/0.60	c Got one! Elapsed wall clock time (in seconds):0.495
1.00/0.60	o 350
1.00/0.60	c Got one! Elapsed wall clock time (in seconds):0.5
1.00/0.60	o 334
1.00/0.61	c Got one! Elapsed wall clock time (in seconds):0.503
1.00/0.61	o 327
1.00/0.61	c Got one! Elapsed wall clock time (in seconds):0.509
1.00/0.61	o 324
1.00/0.62	c Got one! Elapsed wall clock time (in seconds):0.522
1.00/0.62	o 323
1.14/0.70	c cleaning 4773 clauses out of 9555 with flag 3088/9555
1.14/0.70	c Got one! Elapsed wall clock time (in seconds):0.601
1.14/0.70	o 316
1.14/0.71	c Got one! Elapsed wall clock time (in seconds):0.608
1.14/0.71	o 312
1.14/0.71	c Got one! Elapsed wall clock time (in seconds):0.611
1.14/0.71	o 302
1.14/0.74	c Got one! Elapsed wall clock time (in seconds):0.633
1.14/0.74	o 295
1.14/0.78	c Got one! Elapsed wall clock time (in seconds):0.676
1.14/0.78	o 263
1.27/0.81	c Got one! Elapsed wall clock time (in seconds):0.704
1.27/0.81	o 260
1.27/0.82	c Got one! Elapsed wall clock time (in seconds):0.722
1.27/0.82	o 239
1.27/0.83	c Got one! Elapsed wall clock time (in seconds):0.726
1.27/0.83	o 211
1.27/0.85	c Got one! Elapsed wall clock time (in seconds):0.746
1.27/0.85	o 210
1.41/0.93	c Got one! Elapsed wall clock time (in seconds):0.832
1.41/0.93	o 208
1.41/0.96	c Got one! Elapsed wall clock time (in seconds):0.858
1.41/0.96	o 203
1.58/1.06	c cleaning 6576 clauses out of 13159 with flag 7745/17932
1.75/1.17	c Got one! Elapsed wall clock time (in seconds):1.063
1.75/1.17	o 201
1.86/1.23	c Got one! Elapsed wall clock time (in seconds):1.127
1.86/1.23	o 199
1.86/1.30	c Got one! Elapsed wall clock time (in seconds):1.193
1.86/1.30	o 196
2.00/1.35	c cleaning 6536 clauses out of 13083 with flag 4422/24432
2.22/1.51	c Got one! Elapsed wall clock time (in seconds):1.404
2.22/1.51	o 195
2.22/1.52	c Got one! Elapsed wall clock time (in seconds):1.416
2.22/1.52	o 194
2.22/1.58	c Got one! Elapsed wall clock time (in seconds):1.476
2.22/1.58	o 190
2.32/1.63	c cleaning 6468 clauses out of 12941 with flag 3668/30826
2.42/1.72	c Got one! Elapsed wall clock time (in seconds):1.619
2.42/1.72	o 186
2.42/1.76	c Got one! Elapsed wall clock time (in seconds):1.654
2.42/1.76	o 185
2.52/1.89	c cleaning 6553 clauses out of 13111 with flag 10966/37464
2.62/1.92	c Got one! Elapsed wall clock time (in seconds):1.814
2.62/1.92	o 184
2.62/1.92	c Got one! Elapsed wall clock time (in seconds):1.821
2.62/1.92	o 179
2.62/1.93	c Got one! Elapsed wall clock time (in seconds):1.823
2.62/1.93	o 147
2.72/2.05	c Got one! Elapsed wall clock time (in seconds):1.948
2.72/2.05	o 139
2.82/2.15	c cleaning 6306 clauses out of 12613 with flag 9393/43519
3.12/2.43	c cleaning 6144 clauses out of 12307 with flag 37650/49519
3.32/2.66	c Got one! Elapsed wall clock time (in seconds):2.554
3.32/2.66	o 134
3.62/2.92	c cleaning 8247 clauses out of 16508 with flag 22617/59864
3.62/2.93	c Got one! Elapsed wall clock time (in seconds):2.823
3.62/2.93	o 131
3.84/3.12	c Got one! Elapsed wall clock time (in seconds):3.013
3.84/3.12	o 126
3.84/3.12	c Got one! Elapsed wall clock time (in seconds):3.018
3.84/3.12	o 113
4.00/3.21	c cleaning 6913 clauses out of 13826 with flag 3896/65429
4.00/3.21	c Got one! Elapsed wall clock time (in seconds):3.11
4.00/3.21	o 112
4.00/3.28	c Got one! Elapsed wall clock time (in seconds):3.176
4.00/3.28	o 111
4.23/3.32	c Got one! Elapsed wall clock time (in seconds):3.219
4.23/3.32	o 109
4.23/3.34	c Got one! Elapsed wall clock time (in seconds):3.237
4.23/3.34	o 107
4.46/3.42	c Got one! Elapsed wall clock time (in seconds):3.316
4.46/3.42	o 102
4.65/3.57	c Got one! Elapsed wall clock time (in seconds):3.467
4.65/3.57	o 98
4.83/3.63	c cleaning 7832 clauses out of 15674 with flag 4302/74190
4.83/3.66	c Got one! Elapsed wall clock time (in seconds):3.553
4.83/3.66	o 96
4.83/3.68	c Got one! Elapsed wall clock time (in seconds):3.574
4.83/3.68	o 95
4.93/3.79	c Got one! Elapsed wall clock time (in seconds):3.685
4.93/3.79	o 94
5.13/3.93	c cleaning 7324 clauses out of 14656 with flag 12377/81004
5.23/4.08	c Got one! Elapsed wall clock time (in seconds):3.973
5.23/4.08	o 91
5.23/4.09	c Got one! Elapsed wall clock time (in seconds):3.991
5.23/4.09	o 82
5.33/4.16	c Got one! Elapsed wall clock time (in seconds):4.06
5.33/4.16	o 80
5.43/4.22	c cleaning 7063 clauses out of 14128 with flag 4726/87800
5.64/4.47	c cleaning 6524 clauses out of 13060 with flag 29447/93795
5.74/4.58	c Got one! Elapsed wall clock time (in seconds):4.473
5.74/4.58	o 76
5.93/4.70	c cleaning 6158 clauses out of 12323 with flag 12256/99582
6.13/4.93	c cleaning 6079 clauses out of 12165 with flag 35122/105582
6.43/5.22	c cleaning 6542 clauses out of 13087 with flag 65035/112583
6.53/5.37	c Got one! Elapsed wall clock time (in seconds):5.27
6.53/5.37	o 58
6.63/5.42	c cleaning 5786 clauses out of 11587 with flag 3797/117625
6.74/5.60	c Got one! Elapsed wall clock time (in seconds):5.497
6.74/5.60	o 56
7.03/5.82	c Got one! Elapsed wall clock time (in seconds):5.714
7.03/5.82	o 54
7.03/5.88	c cleaning 8447 clauses out of 16905 with flag 4197/128729
7.23/6.04	c Got one! Elapsed wall clock time (in seconds):5.934
7.23/6.04	o 46
7.33/6.13	c cleaning 7199 clauses out of 14401 with flag 7943/134672
7.53/6.35	c cleaning 6599 clauses out of 13202 with flag 30048/140672
7.84/6.62	c cleaning 6793 clauses out of 13603 with flag 54718/147672
8.14/6.93	c cleaning 7393 clauses out of 14812 with flag 84076/155675
8.55/7.31	c cleaning 8200 clauses out of 16417 with flag 115982/164673
8.95/7.75	c cleaning 9105 clauses out of 18215 with flag 155828/174671
9.44/8.23	c cleaning 10056 clauses out of 20111 with flag 202655/185672
10.05/8.83	c cleaning 11025 clauses out of 22053 with flag 261586/197671
10.35/9.12	c Got one! Elapsed wall clock time (in seconds):9.013
10.35/9.12	o 45
10.55/9.38	c cleaning 11313 clauses out of 22634 with flag 24455/209277
10.85/9.63	c cleaning 8653 clauses out of 17322 with flag 53861/215278
11.15/9.92	c cleaning 7833 clauses out of 15668 with flag 88191/222277
11.45/10.26	c cleaning 7914 clauses out of 15835 with flag 126652/230277
11.55/10.36	c Got one! Elapsed wall clock time (in seconds):10.258
11.55/10.36	o 44
11.65/10.49	c cleaning 6932 clauses out of 13868 with flag 13435/236224
11.95/10.72	c cleaning 6463 clauses out of 12935 with flag 38794/242223
12.25/11.01	c cleaning 6734 clauses out of 13474 with flag 70406/249225
12.55/11.34	c cleaning 7366 clauses out of 14738 with flag 107282/257223
12.65/11.43	c Got one! Elapsed wall clock time (in seconds):11.324
12.65/11.43	o 34
12.75/11.54	c cleaning 6252 clauses out of 12514 with flag 11849/262365
12.95/11.75	c cleaning 6128 clauses out of 12264 with flag 35939/268367
13.15/11.99	c cleaning 6560 clauses out of 13134 with flag 63621/275366
13.35/12.20	c Got one! Elapsed wall clock time (in seconds):12.099
13.35/12.20	o 33
13.64/12.42	c cleaning 8862 clauses out of 17736 with flag 21732/286528
13.84/12.66	c cleaning 7429 clauses out of 14874 with flag 46265/292528
14.16/12.92	c cleaning 7218 clauses out of 14446 with flag 73981/299530
14.47/13.20	c cleaning 7611 clauses out of 15229 with flag 104991/307531
14.47/13.21	c Got one! Elapsed wall clock time (in seconds):13.107
14.47/13.21	o 26
14.57/13.38	c cleaning 6380 clauses out of 12769 with flag 21241/312683
14.76/13.59	c cleaning 6191 clauses out of 12389 with flag 44948/318683
15.06/13.82	c cleaning 6588 clauses out of 13197 with flag 74389/325683
15.36/14.10	c cleaning 7298 clauses out of 14608 with flag 106898/333683
15.36/14.19	c Got one! Elapsed wall clock time (in seconds):14.086
15.36/14.19	o 25
15.57/14.31	c cleaning 6585 clauses out of 13205 with flag 13540/339578
15.76/14.52	c cleaning 6303 clauses out of 12620 with flag 39216/345578
15.76/14.57	c Got one! Elapsed wall clock time (in seconds):14.465
15.76/14.57	o 24
15.96/14.72	c cleaning 5877 clauses out of 11755 with flag 16348/351016
16.16/14.92	c cleaning 5935 clauses out of 11878 with flag 39153/357017
16.16/14.95	c Got one! Elapsed wall clock time (in seconds):14.849
16.16/14.95	o 23
16.26/15.09	c cleaning 5548 clauses out of 11108 with flag 17265/362182
16.46/15.29	c cleaning 5774 clauses out of 11559 with flag 41917/368181
16.77/15.55	c cleaning 6390 clauses out of 12785 with flag 71285/375182
17.06/15.85	c cleaning 7193 clauses out of 14392 with flag 103598/383180
17.16/15.97	c Got one! Elapsed wall clock time (in seconds):15.871
17.16/15.97	o 22
17.26/16.05	c cleaning 6559 clauses out of 13144 with flag 8163/389125
17.46/16.26	c cleaning 6292 clauses out of 12586 with flag 32531/395126
17.77/16.51	c cleaning 6641 clauses out of 13292 with flag 61088/402125
18.06/16.81	c cleaning 7320 clauses out of 14650 with flag 94118/410125
18.26/17.00	c Got one! Elapsed wall clock time (in seconds):16.9
18.26/17.00	o 17
18.46/17.23	c cleaning 9010 clauses out of 18026 with flag 21966/420823
18.66/17.46	c cleaning 7502 clauses out of 15016 with flag 49505/426824
18.76/17.50	c Got one! Elapsed wall clock time (in seconds):17.395
18.76/17.50	o 16
18.87/17.65	c cleaning 6429 clauses out of 12863 with flag 17391/432174
19.06/17.86	c cleaning 6211 clauses out of 12432 with flag 43480/438173
19.06/17.86	c Got one! Elapsed wall clock time (in seconds):17.758
19.06/17.86	o 15
19.26/18.03	c cleaning 5678 clauses out of 11371 with flag 20875/443325
19.37/18.11	c Got one! Elapsed wall clock time (in seconds):18.005
19.37/18.11	o 13
19.47/18.20	c Got one! Elapsed wall clock time (in seconds):18.094
19.47/18.20	o 2
19.47/18.25	c cleaning 5904 clauses out of 11828 with flag 4418/449463
19.67/18.47	c cleaning 5956 clauses out of 11920 with flag 31257/455462
19.87/18.70	c starts		: 217
19.87/18.70	c conflicts		: 461523
19.87/18.70	c decisions		: 752649
19.87/18.70	c propagations		: 11725165
19.87/18.70	c inspects		: 221826366
19.87/18.70	c shortcuts		: 0
19.87/18.70	c learnt literals	: 34
19.87/18.70	c learnt binary clauses	: 32
19.87/18.70	c learnt ternary clauses	: 1136
19.87/18.70	c learnt constraints	: 461488
19.87/18.70	c ignored constraints	: 0
19.87/18.70	c root simplifications	: 0
19.87/18.70	c removed literals (reason simplification)	: 0
19.87/18.70	c reason swapping (by a shorter reason)	: 0
19.87/18.70	c Calls to reduceDB	: 64
19.87/18.70	c Number of update (reduction) of LBD	: 119844
19.87/18.70	c Imported unit clauses	: 0
19.87/18.70	c number of reductions to clauses (during analyze)	: 0
19.87/18.70	c number of learned constraints concerned by reduction	: 0
19.87/18.70	c number of learning phase by resolution	: 0
19.87/18.70	c number of learning phase by cutting planes	: 0
19.87/18.70	c speed (assignments/second)	: 632391.187098862
19.87/18.70	c non guided choices	3829
19.87/18.70	c learnt constraints type 
19.87/18.70	s OPTIMUM FOUND
19.87/18.70	c Found 88 solution(s)
19.87/18.70	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 
19.87/18.70	c objective function=2
19.87/18.70	c Total wall clock time (in seconds): 18.6

Verifier Data

OK	2

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4109644-1466343673/watcher-4109644-1466343673 -o /tmp/evaluation-result-4109644-1466343673/solver-4109644-1466343673 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466341813-22416 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4109644-1466343673.wbo 

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

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


[startup+0 s]
/proc/loadavg: 2.62 2.33 1.97 2/176 23420
/proc/meminfo: memFree=30004972/32872528 swapFree=1482636/1662508
[pid=23420] ppid=23417 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/23420/stat : 23420 (java) S 23417 23420 22399 0 -1 4202496 1280 0 0 0 0 0 0 0 20 0 2 0 36413734 94019584 915 33554432000 1073741824 1073778376 140733671729888 140733671721024 273909055549 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23420/statm: 22954 917 697 9 0 16769 0
[pid=23420/tid=23421] ppid=23417 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23421/stat : 23421 (java) R 23417 23420 22399 0 -1 4202560 61 0 0 0 0 0 0 0 20 0 2 0 36413735 95129600 920 33554432000 1073741824 1073778376 140733671729888 139829271588392 273896470346 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100168 s]
/proc/loadavg: 2.62 2.33 1.97 2/176 23420
/proc/meminfo: memFree=30004972/32872528 swapFree=1482636/1662508
[pid=23420] ppid=23417 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/23420/stat : 23420 (java) S 23417 23420 22399 0 -1 4202496 4478 0 1 0 10 1 0 0 20 0 18 0 36413734 9787879424 6113 33554432000 1073741824 1073778376 140733671729888 140733671721024 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23420/statm: 2389619 6113 2155 9 0 2380296 0
[pid=23420/tid=23421] ppid=23417 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/23420/task/23421/stat : 23421 (java) R 23417 23420 22399 0 -1 4202560 2383 0 1 0 7 0 0 0 20 0 18 0 36413735 9787879424 6113 33554432000 1073741824 1073778376 140733671729888 139829271586520 273909081357 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.20027 s]
/proc/loadavg: 2.62 2.33 1.97 2/176 23420
/proc/meminfo: memFree=30004972/32872528 swapFree=1482636/1662508
[pid=23420] ppid=23417 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/23420/stat : 23420 (java) S 23417 23420 22399 0 -1 4202496 6483 0 1 0 26 2 0 0 20 0 19 0 36413734 9856040960 8594 33554432000 1073741824 1073778376 140733671729888 140733671721024 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23420/statm: 2406260 8594 2232 9 0 2396937 0
[pid=23420/tid=23421] ppid=23417 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/23420/task/23421/stat : 23421 (java) R 23417 23420 22399 0 -1 4202560 2412 0 1 0 16 1 0 0 20 0 19 0 36413735 9856040960 8594 33554432000 1073741824 1073778376 140733671729888 139829271593600 139829119612462 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9625040

[startup+0.30026 s]
/proc/loadavg: 2.62 2.33 1.97 2/176 23420
/proc/meminfo: memFree=30004972/32872528 swapFree=1482636/1662508
[pid=23420] ppid=23417 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/23420/stat : 23420 (java) S 23417 23420 22399 0 -1 4202496 7409 0 1 0 53 2 0 0 20 0 19 0 36413734 9856040960 8717 33554432000 1073741824 1073778376 140733671729888 140733671721024 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23420/statm: 2406260 8717 2244 9 0 2396937 0
[pid=23420/tid=23421] ppid=23417 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/23420/task/23421/stat : 23421 (java) R 23417 23420 22399 0 -1 4202560 2413 0 1 0 26 1 0 0 20 0 19 0 36413735 9856040960 8717 33554432000 1073741824 1073778376 140733671729888 139829271593600 139829119987279 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9625040

[startup+0.700286 s]
/proc/loadavg: 2.62 2.33 1.97 2/176 23420
/proc/meminfo: memFree=30004972/32872528 swapFree=1482636/1662508
[pid=23420] ppid=23417 vsize=9625040 CPUtime=1.14 cores=1,3,5,7
/proc/23420/stat : 23420 (java) S 23417 23420 22399 0 -1 4202496 9511 0 1 0 112 2 0 0 20 0 19 0 36413734 9856040960 10018 33554432000 1073741824 1073778376 140733671729888 140733671721024 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23420/statm: 2406260 10018 2259 9 0 2396937 0
[pid=23420/tid=23421] ppid=23417 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/23420/task/23421/stat : 23421 (java) R 23417 23420 22399 0 -1 4202560 2415 0 1 0 66 1 0 0 20 0 19 0 36413735 9856040960 10018 33554432000 1073741824 1073778376 140733671729888 139829271592984 139829279020870 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 9625040

[startup+1.50083 s]
/proc/loadavg: 2.81 2.38 1.99 3/215 23503
/proc/meminfo: memFree=29930048/32872528 swapFree=1482636/1662508
[pid=23420] ppid=23417 vsize=9625040 CPUtime=2.22 cores=1,3,5,7
/proc/23420/stat : 23420 (java) S 23417 23420 22399 0 -1 4202496 12595 0 1 0 219 3 0 0 20 0 19 0 36413734 9856040960 11056 33554432000 1073741824 1073778376 140733671729888 140733671721024 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23420/statm: 2406260 11056 2262 9 0 2396937 0
[pid=23420/tid=23421] ppid=23417 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/23420/task/23421/stat : 23421 (java) R 23417 23420 22399 0 -1 4202560 2418 0 1 0 146 1 0 0 20 0 19 0 36413735 9856040960 11056 33554432000 1073741824 1073778376 140733671729888 139829271593336 139829120034659 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23420/tid=23423] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23423/stat : 23423 (java) S 23417 23420 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413736 9856040960 11056 33554432000 1073741824 1073778376 140733671729888 139829244045864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23420/tid=23424] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23424/stat : 23424 (java) S 23417 23420 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413736 9856040960 11056 33554432000 1073741824 1073778376 140733671729888 139829242993064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23420/tid=23425] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23425/stat : 23425 (java) S 23417 23420 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413736 9856040960 11056 33554432000 1073741824 1073778376 140733671729888 139829241940264 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23420/tid=23426] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23426/stat : 23426 (java) S 23417 23420 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413736 9856040960 11056 33554432000 1073741824 1073778376 140733671729888 139829240887464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23420/tid=23427] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23427/stat : 23427 (java) S 23417 23420 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413736 9856040960 11056 33554432000 1073741824 1073778376 140733671729888 139829239835688 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23420/tid=23428] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23428/stat : 23428 (java) S 23417 23420 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413736 9856040960 11056 33554432000 1073741824 1073778376 140733671729888 139829238782888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23420/tid=23429] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23429/stat : 23429 (java) S 23417 23420 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413736 9856040960 11056 33554432000 1073741824 1073778376 140733671729888 139829108583208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23420/tid=23430] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23430/stat : 23430 (java) S 23417 23420 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36413736 9856040960 11056 33554432000 1073741824 1073778376 140733671729888 139829107530408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23420/tid=23435] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23435/stat : 23435 (java) S 23417 23420 22399 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36413737 9856040960 11056 33554432000 1073741824 1073778376 140733671729888 139828624583144 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23420/tid=23436] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23436/stat : 23436 (java) S 23417 23420 22399 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36413737 9856040960 11056 33554432000 1073741824 1073778376 140733671729888 139828623529208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23420/tid=23437] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23437/stat : 23437 (java) S 23417 23420 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36413737 9856040960 11056 33554432000 1073741824 1073778376 140733671729888 139828622476296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23420/tid=23447] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23447/stat : 23447 (java) S 23417 23420 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413740 9856040960 11056 33554432000 1073741824 1073778376 140733671729888 139828621424784 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23420/tid=23448] ppid=23417 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/23420/task/23448/stat : 23448 (java) S 23417 23420 22399 0 -1 4202560 1697 0 0 0 19 0 0 0 20 0 19 0 36413740 9856040960 11056 33554432000 1073741824 1073778376 140733671729888 139828620372920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23420/tid=23449] ppid=23417 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/23420/task/23449/stat : 23449 (java) S 23417 23420 22399 0 -1 4202560 7209 0 0 0 50 2 0 0 20 0 19 0 36413740 9856040960 11056 33554432000 1073741824 1073778376 140733671729888 139828619320120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23420/tid=23450] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23450/stat : 23450 (java) S 23417 23420 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413740 9856040960 11056 33554432000 1073741824 1073778376 140733671729888 139828618267512 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23420/tid=23451] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23451/stat : 23451 (java) S 23417 23420 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413740 9856040960 11056 33554432000 1073741824 1073778376 140733671729888 139828617214920 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23420/tid=23475] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23475/stat : 23475 (java) S 23417 23420 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36413751 9856040960 11056 33554432000 1073741824 1073778376 140733671729888 139828616160424 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 9625040

[startup+3.10088 s]
/proc/loadavg: 2.81 2.38 1.99 3/215 23503
/proc/meminfo: memFree=29913852/32872528 swapFree=1482636/1662508
[pid=23420] ppid=23417 vsize=9625040 CPUtime=3.84 cores=1,3,5,7
/proc/23420/stat : 23420 (java) S 23417 23420 22399 0 -1 4202496 12601 0 1 0 381 3 0 0 20 0 19 0 36413734 9856040960 13105 33554432000 1073741824 1073778376 140733671729888 140733671721024 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23420/statm: 2406260 13105 2263 9 0 2396937 0
[pid=23420/tid=23421] ppid=23417 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/23420/task/23421/stat : 23421 (java) R 23417 23420 22399 0 -1 4202560 2423 0 1 0 306 1 0 0 20 0 19 0 36413735 9856040960 13105 33554432000 1073741824 1073778376 140733671729888 139829271584448 139829119987161 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23420/tid=23423] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23423/stat : 23423 (java) S 23417 23420 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413736 9856040960 13105 33554432000 1073741824 1073778376 140733671729888 139829244045864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23420/tid=23424] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23424/stat : 23424 (java) S 23417 23420 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413736 9856040960 13105 33554432000 1073741824 1073778376 140733671729888 139829242993064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23420/tid=23425] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23425/stat : 23425 (java) S 23417 23420 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413736 9856040960 13105 33554432000 1073741824 1073778376 140733671729888 139829241940264 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23420/tid=23426] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23426/stat : 23426 (java) S 23417 23420 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413736 9856040960 13105 33554432000 1073741824 1073778376 140733671729888 139829240887464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23420/tid=23427] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23427/stat : 23427 (java) S 23417 23420 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413736 9856040960 13105 33554432000 1073741824 1073778376 140733671729888 139829239835688 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23420/tid=23428] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23428/stat : 23428 (java) S 23417 23420 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413736 9856040960 13105 33554432000 1073741824 1073778376 140733671729888 139829238782888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23420/tid=23429] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23429/stat : 23429 (java) S 23417 23420 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413736 9856040960 13105 33554432000 1073741824 1073778376 140733671729888 139829108583208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23420/tid=23430] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23430/stat : 23430 (java) S 23417 23420 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36413736 9856040960 13105 33554432000 1073741824 1073778376 140733671729888 139829107530408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23420/tid=23435] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23435/stat : 23435 (java) S 23417 23420 22399 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36413737 9856040960 13105 33554432000 1073741824 1073778376 140733671729888 139828624583144 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23420/tid=23436] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23436/stat : 23436 (java) S 23417 23420 22399 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36413737 9856040960 13105 33554432000 1073741824 1073778376 140733671729888 139828623529208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23420/tid=23437] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23437/stat : 23437 (java) S 23417 23420 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36413737 9856040960 13105 33554432000 1073741824 1073778376 140733671729888 139828622476296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23420/tid=23447] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23447/stat : 23447 (java) S 23417 23420 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413740 9856040960 13105 33554432000 1073741824 1073778376 140733671729888 139828621424784 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23420/tid=23448] ppid=23417 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/23420/task/23448/stat : 23448 (java) S 23417 23420 22399 0 -1 4202560 1697 0 0 0 19 0 0 0 20 0 19 0 36413740 9856040960 13105 33554432000 1073741824 1073778376 140733671729888 139828620372920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23420/tid=23449] ppid=23417 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/23420/task/23449/stat : 23449 (java) S 23417 23420 22399 0 -1 4202560 7210 0 0 0 52 2 0 0 20 0 19 0 36413740 9856040960 13105 33554432000 1073741824 1073778376 140733671729888 139828619320120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23420/tid=23450] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23450/stat : 23450 (java) S 23417 23420 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413740 9856040960 13105 33554432000 1073741824 1073778376 140733671729888 139828618267512 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23420/tid=23451] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23451/stat : 23451 (java) S 23417 23420 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413740 9856040960 13105 33554432000 1073741824 1073778376 140733671729888 139828617214920 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23420/tid=23475] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23475/stat : 23475 (java) S 23417 23420 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36413751 9856040960 13105 33554432000 1073741824 1073778376 140733671729888 139828616160424 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.84
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.74 2.37 1.99 3/215 23503
/proc/meminfo: memFree=29875752/32872528 swapFree=1482636/1662508
[pid=23420] ppid=23417 vsize=9625040 CPUtime=7.53 cores=1,3,5,7
/proc/23420/stat : 23420 (java) S 23417 23420 22399 0 -1 4202496 20067 0 1 0 748 5 0 0 20 0 19 0 36413734 9856040960 18402 33554432000 1073741824 1073778376 140733671729888 140733671721024 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23420/statm: 2406260 18402 2264 9 0 2396937 0
[pid=23420/tid=23421] ppid=23417 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/23420/task/23421/stat : 23421 (java) R 23417 23420 22399 0 -1 4202560 2433 0 1 0 625 1 0 0 20 0 19 0 36413735 9856040960 18402 33554432000 1073741824 1073778376 140733671729888 139829271584464 139829120005829 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23420/tid=23423] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23423/stat : 23423 (java) S 23417 23420 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413736 9856040960 18402 33554432000 1073741824 1073778376 140733671729888 139829244045864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23420/tid=23424] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23424/stat : 23424 (java) S 23417 23420 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413736 9856040960 18402 33554432000 1073741824 1073778376 140733671729888 139829242993064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23420/tid=23425] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23425/stat : 23425 (java) S 23417 23420 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413736 9856040960 18402 33554432000 1073741824 1073778376 140733671729888 139829241940264 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23420/tid=23426] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23426/stat : 23426 (java) S 23417 23420 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413736 9856040960 18402 33554432000 1073741824 1073778376 140733671729888 139829240887464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23420/tid=23427] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23427/stat : 23427 (java) S 23417 23420 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413736 9856040960 18402 33554432000 1073741824 1073778376 140733671729888 139829239835688 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23420/tid=23428] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23428/stat : 23428 (java) S 23417 23420 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413736 9856040960 18402 33554432000 1073741824 1073778376 140733671729888 139829238782888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23420/tid=23429] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23429/stat : 23429 (java) S 23417 23420 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413736 9856040960 18402 33554432000 1073741824 1073778376 140733671729888 139829108583208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23420/tid=23430] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23430/stat : 23430 (java) S 23417 23420 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36413736 9856040960 18402 33554432000 1073741824 1073778376 140733671729888 139829107530408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23420/tid=23435] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23435/stat : 23435 (java) S 23417 23420 22399 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36413737 9856040960 18402 33554432000 1073741824 1073778376 140733671729888 139828624583144 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23420/tid=23436] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23436/stat : 23436 (java) S 23417 23420 22399 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36413737 9856040960 18402 33554432000 1073741824 1073778376 140733671729888 139828623529208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23420/tid=23437] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23437/stat : 23437 (java) S 23417 23420 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36413737 9856040960 18402 33554432000 1073741824 1073778376 140733671729888 139828622476296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23420/tid=23447] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23447/stat : 23447 (java) S 23417 23420 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413740 9856040960 18402 33554432000 1073741824 1073778376 140733671729888 139828621424784 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23420/tid=23448] ppid=23417 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/23420/task/23448/stat : 23448 (java) S 23417 23420 22399 0 -1 4202560 9101 0 0 0 57 3 0 0 20 0 19 0 36413740 9856040960 18402 33554432000 1073741824 1073778376 140733671729888 139828620372920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23420/tid=23449] ppid=23417 vsize=9625040 CPUtime=0.63 cores=1,3,5,7

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

/proc/23420/task/23450/stat : 23450 (java) S 23417 23420 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413740 9856040960 31714 33554432000 1073741824 1073778376 140733671729888 139828618267512 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23420/tid=23451] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23451/stat : 23451 (java) S 23417 23420 22399 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36413740 9856040960 31714 33554432000 1073741824 1073778376 140733671729888 139828617214920 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23420/tid=23475] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23475/stat : 23475 (java) S 23417 23420 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36413751 9856040960 31714 33554432000 1073741824 1073778376 140733671729888 139828616160424 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 17.26
Current children cumulated vsize (KiB) 9625040

[startup+17.6007 s]
/proc/loadavg: 2.63 2.36 1.99 3/215 23568
/proc/meminfo: memFree=29797032/32872528 swapFree=1482636/1662508
[pid=23420] ppid=23417 vsize=9625040 CPUtime=18.87 cores=1,3,5,7
/proc/23420/stat : 23420 (java) S 23417 23420 22399 0 -1 4202496 20100 0 1 0 1881 6 0 0 20 0 19 0 36413734 9856040960 33762 33554432000 1073741824 1073778376 140733671729888 140733671721024 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23420/statm: 2406260 33762 2264 9 0 2396937 0
[pid=23420/tid=23421] ppid=23417 vsize=9625040 CPUtime=17.53 cores=1,3,5,7
/proc/23420/task/23421/stat : 23421 (java) R 23417 23420 22399 0 -1 4202560 2466 0 1 0 1751 2 0 0 20 0 19 0 36413735 9856040960 33762 33554432000 1073741824 1073778376 140733671729888 139829271585072 139829120084225 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23420/tid=23423] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23423/stat : 23423 (java) S 23417 23420 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413736 9856040960 33762 33554432000 1073741824 1073778376 140733671729888 139829244045864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23420/tid=23424] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23424/stat : 23424 (java) S 23417 23420 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413736 9856040960 33762 33554432000 1073741824 1073778376 140733671729888 139829242993064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23420/tid=23425] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23425/stat : 23425 (java) S 23417 23420 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413736 9856040960 33762 33554432000 1073741824 1073778376 140733671729888 139829241940264 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23420/tid=23426] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23426/stat : 23426 (java) S 23417 23420 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413736 9856040960 33762 33554432000 1073741824 1073778376 140733671729888 139829240887464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23420/tid=23427] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23427/stat : 23427 (java) S 23417 23420 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413736 9856040960 33762 33554432000 1073741824 1073778376 140733671729888 139829239835688 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23420/tid=23428] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23428/stat : 23428 (java) S 23417 23420 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413736 9856040960 33762 33554432000 1073741824 1073778376 140733671729888 139829238782888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23420/tid=23429] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23429/stat : 23429 (java) S 23417 23420 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413736 9856040960 33762 33554432000 1073741824 1073778376 140733671729888 139829108583208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23420/tid=23430] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23430/stat : 23430 (java) S 23417 23420 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36413736 9856040960 33762 33554432000 1073741824 1073778376 140733671729888 139829107530408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23420/tid=23435] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23435/stat : 23435 (java) S 23417 23420 22399 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36413737 9856040960 33762 33554432000 1073741824 1073778376 140733671729888 139828624583144 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23420/tid=23436] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23436/stat : 23436 (java) S 23417 23420 22399 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36413737 9856040960 33762 33554432000 1073741824 1073778376 140733671729888 139828623529208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23420/tid=23437] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23437/stat : 23437 (java) S 23417 23420 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36413737 9856040960 33762 33554432000 1073741824 1073778376 140733671729888 139828622476296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23420/tid=23447] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23447/stat : 23447 (java) S 23417 23420 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413740 9856040960 33762 33554432000 1073741824 1073778376 140733671729888 139828621424784 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23420/tid=23448] ppid=23417 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/23420/task/23448/stat : 23448 (java) S 23417 23420 22399 0 -1 4202560 9101 0 0 0 57 3 0 0 20 0 19 0 36413740 9856040960 33762 33554432000 1073741824 1073778376 140733671729888 139828620372920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23420/tid=23449] ppid=23417 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/23420/task/23449/stat : 23449 (java) S 23417 23420 22399 0 -1 4202560 7261 0 0 0 64 2 0 0 20 0 19 0 36413740 9856040960 33762 33554432000 1073741824 1073778376 140733671729888 139828619320120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23420/tid=23450] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23450/stat : 23450 (java) S 23417 23420 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413740 9856040960 33762 33554432000 1073741824 1073778376 140733671729888 139828618267512 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23420/tid=23451] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23451/stat : 23451 (java) S 23417 23420 22399 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36413740 9856040960 33762 33554432000 1073741824 1073778376 140733671729888 139828617214920 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23420/tid=23475] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23475/stat : 23475 (java) S 23417 23420 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36413751 9856040960 33762 33554432000 1073741824 1073778376 140733671729888 139828616160424 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 18.87
Current children cumulated vsize (KiB) 9625040

[startup+18.4008 s]
/proc/loadavg: 2.63 2.36 1.99 3/215 23568
/proc/meminfo: memFree=29797032/32872528 swapFree=1482636/1662508
[pid=23420] ppid=23417 vsize=9625040 CPUtime=19.67 cores=1,3,5,7
/proc/23420/stat : 23420 (java) S 23417 23420 22399 0 -1 4202496 20102 0 1 0 1960 7 0 0 20 0 19 0 36413734 9856040960 34786 33554432000 1073741824 1073778376 140733671729888 140733671721024 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23420/statm: 2406260 34786 2264 9 0 2396937 0
[pid=23420/tid=23421] ppid=23417 vsize=9625040 CPUtime=18.32 cores=1,3,5,7
/proc/23420/task/23421/stat : 23421 (java) R 23417 23420 22399 0 -1 4202560 2468 0 1 0 1830 2 0 0 20 0 19 0 36413735 9856040960 34786 33554432000 1073741824 1073778376 140733671729888 139829271584464 139829120051612 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23420/tid=23423] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23423/stat : 23423 (java) S 23417 23420 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413736 9856040960 34786 33554432000 1073741824 1073778376 140733671729888 139829244045864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23420/tid=23424] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23424/stat : 23424 (java) S 23417 23420 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413736 9856040960 34786 33554432000 1073741824 1073778376 140733671729888 139829242993064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23420/tid=23425] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23425/stat : 23425 (java) S 23417 23420 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413736 9856040960 34786 33554432000 1073741824 1073778376 140733671729888 139829241940264 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23420/tid=23426] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23426/stat : 23426 (java) S 23417 23420 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413736 9856040960 34786 33554432000 1073741824 1073778376 140733671729888 139829240887464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23420/tid=23427] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23427/stat : 23427 (java) S 23417 23420 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413736 9856040960 34786 33554432000 1073741824 1073778376 140733671729888 139829239835688 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23420/tid=23428] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23428/stat : 23428 (java) S 23417 23420 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413736 9856040960 34786 33554432000 1073741824 1073778376 140733671729888 139829238782888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23420/tid=23429] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23429/stat : 23429 (java) S 23417 23420 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413736 9856040960 34786 33554432000 1073741824 1073778376 140733671729888 139829108583208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23420/tid=23430] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23430/stat : 23430 (java) S 23417 23420 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36413736 9856040960 34786 33554432000 1073741824 1073778376 140733671729888 139829107530408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23420/tid=23435] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23435/stat : 23435 (java) S 23417 23420 22399 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36413737 9856040960 34786 33554432000 1073741824 1073778376 140733671729888 139828624583144 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23420/tid=23436] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23436/stat : 23436 (java) S 23417 23420 22399 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36413737 9856040960 34786 33554432000 1073741824 1073778376 140733671729888 139828623529208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23420/tid=23437] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23437/stat : 23437 (java) S 23417 23420 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36413737 9856040960 34786 33554432000 1073741824 1073778376 140733671729888 139828622476296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23420/tid=23447] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23447/stat : 23447 (java) S 23417 23420 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413740 9856040960 34786 33554432000 1073741824 1073778376 140733671729888 139828621424784 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23420/tid=23448] ppid=23417 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/23420/task/23448/stat : 23448 (java) S 23417 23420 22399 0 -1 4202560 9101 0 0 0 57 3 0 0 20 0 19 0 36413740 9856040960 34786 33554432000 1073741824 1073778376 140733671729888 139828620372920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23420/tid=23449] ppid=23417 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/23420/task/23449/stat : 23449 (java) S 23417 23420 22399 0 -1 4202560 7261 0 0 0 64 2 0 0 20 0 19 0 36413740 9856040960 34786 33554432000 1073741824 1073778376 140733671729888 139828619320120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23420/tid=23450] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23450/stat : 23450 (java) S 23417 23420 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413740 9856040960 34786 33554432000 1073741824 1073778376 140733671729888 139828618267512 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23420/tid=23451] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23451/stat : 23451 (java) S 23417 23420 22399 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36413740 9856040960 34786 33554432000 1073741824 1073778376 140733671729888 139828617214920 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23420/tid=23475] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23475/stat : 23475 (java) S 23417 23420 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36413751 9856040960 34786 33554432000 1073741824 1073778376 140733671729888 139828616160424 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 19.67
Current children cumulated vsize (KiB) 9625040

[startup+18.6007 s]
/proc/loadavg: 2.63 2.36 1.99 3/215 23568
/proc/meminfo: memFree=29797032/32872528 swapFree=1482636/1662508
[pid=23420] ppid=23417 vsize=9625040 CPUtime=19.87 cores=1,3,5,7
/proc/23420/stat : 23420 (java) S 23417 23420 22399 0 -1 4202496 20103 0 1 0 1980 7 0 0 20 0 19 0 36413734 9856040960 35298 33554432000 1073741824 1073778376 140733671729888 140733671721024 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23420/statm: 2406260 35298 2264 9 0 2396937 0
[pid=23420/tid=23421] ppid=23417 vsize=9625040 CPUtime=18.52 cores=1,3,5,7
/proc/23420/task/23421/stat : 23421 (java) R 23417 23420 22399 0 -1 4202560 2469 0 1 0 1850 2 0 0 20 0 19 0 36413735 9856040960 35298 33554432000 1073741824 1073778376 140733671729888 139829271584464 139829120012231 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23420/tid=23423] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23423/stat : 23423 (java) S 23417 23420 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413736 9856040960 35298 33554432000 1073741824 1073778376 140733671729888 139829244045864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23420/tid=23424] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23424/stat : 23424 (java) S 23417 23420 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413736 9856040960 35298 33554432000 1073741824 1073778376 140733671729888 139829242993064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23420/tid=23425] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23425/stat : 23425 (java) S 23417 23420 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413736 9856040960 35298 33554432000 1073741824 1073778376 140733671729888 139829241940264 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23420/tid=23426] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23426/stat : 23426 (java) S 23417 23420 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413736 9856040960 35298 33554432000 1073741824 1073778376 140733671729888 139829240887464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23420/tid=23427] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23427/stat : 23427 (java) S 23417 23420 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413736 9856040960 35298 33554432000 1073741824 1073778376 140733671729888 139829239835688 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23420/tid=23428] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23428/stat : 23428 (java) S 23417 23420 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413736 9856040960 35298 33554432000 1073741824 1073778376 140733671729888 139829238782888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23420/tid=23429] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23429/stat : 23429 (java) S 23417 23420 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413736 9856040960 35298 33554432000 1073741824 1073778376 140733671729888 139829108583208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23420/tid=23430] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23430/stat : 23430 (java) S 23417 23420 22399 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36413736 9856040960 35298 33554432000 1073741824 1073778376 140733671729888 139829107530408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23420/tid=23435] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23435/stat : 23435 (java) S 23417 23420 22399 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36413737 9856040960 35298 33554432000 1073741824 1073778376 140733671729888 139828624583144 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23420/tid=23436] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23436/stat : 23436 (java) S 23417 23420 22399 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36413737 9856040960 35298 33554432000 1073741824 1073778376 140733671729888 139828623529208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23420/tid=23437] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23437/stat : 23437 (java) S 23417 23420 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36413737 9856040960 35298 33554432000 1073741824 1073778376 140733671729888 139828622476296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23420/tid=23447] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23447/stat : 23447 (java) S 23417 23420 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413740 9856040960 35298 33554432000 1073741824 1073778376 140733671729888 139828621424784 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23420/tid=23448] ppid=23417 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/23420/task/23448/stat : 23448 (java) S 23417 23420 22399 0 -1 4202560 9101 0 0 0 57 3 0 0 20 0 19 0 36413740 9856040960 35298 33554432000 1073741824 1073778376 140733671729888 139828620372920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23420/tid=23449] ppid=23417 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/23420/task/23449/stat : 23449 (java) S 23417 23420 22399 0 -1 4202560 7261 0 0 0 64 2 0 0 20 0 19 0 36413740 9856040960 35298 33554432000 1073741824 1073778376 140733671729888 139828619320120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23420/tid=23450] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23450/stat : 23450 (java) S 23417 23420 22399 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36413740 9856040960 35298 33554432000 1073741824 1073778376 140733671729888 139828618267512 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23420/tid=23451] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23451/stat : 23451 (java) S 23417 23420 22399 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36413740 9856040960 35298 33554432000 1073741824 1073778376 140733671729888 139828617214920 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23420/tid=23475] ppid=23417 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23420/task/23475/stat : 23475 (java) S 23417 23420 22399 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36413751 9856040960 35298 33554432000 1073741824 1073778376 140733671729888 139828616160424 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 19.87
Current children cumulated vsize (KiB) 9625040

[startup+18.7007 s]
/proc/loadavg: 2.63 2.36 1.99 4/215 23568
/proc/meminfo: memFree=29765844/32872528 swapFree=1482636/1662508
[pid=23420] ppid=23417 vsize=9691604 CPUtime=19.97 cores=1,3,5,7
/proc/23420/stat : 23420 (java) S 23417 23420 22399 0 -1 4202496 20126 0 1 0 1990 7 0 0 20 0 16 0 36413734 9924202496 35312 33554432000 1073741824 1073778376 140733671729888 140733671721024 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23420/statm: 2422901 35312 2267 9 0 2413578 0
[pid=23420/tid=23449] ppid=23417 vsize=0 CPUtime=0.66 cores=1,3,5,7
/proc/23420/task/23449/stat : 23449 (java) R 23417 23420 22399 0 -1 4203588 7261 0 0 0 64 2 0 0 20 0 2 0 36413740 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 19.97
Current children cumulated vsize (KiB) 9691604

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23420 and gives
#  childrusage.ru_utime.tv_sec=19
#  childrusage.ru_utime.tv_usec=848982
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=101984
# CPU time returned by wait4() is 19.951
# while last known CPU time is 19.97
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 18.71
CPU time (s): 19.97
CPU user time (s): 19.9
CPU system time (s): 0.07
CPU usage (%): 106.734
Max. virtual memory (cumulated for all children) (KiB): 9691604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.849
system time used= 0.101984
maximum resident set size= 141256
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20126
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= 730
involuntary context switches= 89

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.120981 second user time and 0.186971 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-19 15:41:13
IDJOB=4109644
IDBENCH=78879
IDSOLVER=2551
FILE ID=node134/4109644-1466343673
RUNJOBID= node134-1466341813-22416
PBS_JOBID= 19922019
Free space on /tmp= 71720 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.1111225122--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109644-1466343673/watcher-4109644-1466343673 -o /tmp/evaluation-result-4109644-1466343673/solver-4109644-1466343673 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466341813-22416 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4109644-1466343673.wbo

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

MD5SUM BENCH= 5e3a3bcb6963f7a006c35c648aafeea1
RANDOM SEED=304522159

node134.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.020
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.04
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.020
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	: 7358.89
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.020
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.020
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.020
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		: 2667.020
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		: 2667.020
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		: 2667.020
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:        30005788 kB
Buffers:          195448 kB
Cached:           264164 kB
SwapCached:         1068 kB
Active:           116220 kB
Inactive:         349176 kB
Active(anon):       6392 kB
Inactive(anon):     1732 kB
Active(file):     109828 kB
Inactive(file):   347444 kB
Unevictable:     1662508 kB
Mlocked:         1482636 kB
SwapTotal:      67108856 kB
SwapFree:       67100176 kB
Dirty:              1868 kB
Writeback:             0 kB
AnonPages:       1802268 kB
Mapped:             7280 kB
Shmem:                 0 kB
Slab:             607004 kB
SReclaimable:      50120 kB
SUnreclaim:       556884 kB
KernelStack:        1776 kB
PageTables:         7260 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1781668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    315392 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= 71720 MiB
End job on node134 at 2016-06-19 15:41:32