Trace number 4109356

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 15.8316 14.3381

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110969860--soft-66-100-0.wbo
MD5SUM67ae8b264a7332f0f782a64868c40f1f
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark22
Best CPU time to get the best result obtained on this benchmark14.6058
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints42
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 1838
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 1837
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.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@587bd9f2
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@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4109356-1466343622.wbo
0.11/0.10	c reading problem ... 
0.11/0.18	c ... done. Wall clock time 0.074s.
0.11/0.18	c declared #vars     169
0.11/0.18	c internal #vars     211
0.11/0.18	c #constraints  101
0.11/0.18	c constraints type 
0.11/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
0.11/0.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 41
0.11/0.18	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.11/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 30
0.11/0.18	c 101 constraints processed.
0.11/0.18	c objective function length is 42 literals
0.51/0.34	c SATISFIABLE
0.51/0.34	c OPTIMIZING...
0.51/0.34	c Got one! Elapsed wall clock time (in seconds):0.233
0.51/0.34	o 1028
0.51/0.35	c Got one! Elapsed wall clock time (in seconds):0.242
0.51/0.35	o 900
0.51/0.35	c Got one! Elapsed wall clock time (in seconds):0.249
0.51/0.35	o 863
0.51/0.36	c Got one! Elapsed wall clock time (in seconds):0.257
0.51/0.36	o 861
0.65/0.44	c Got one! Elapsed wall clock time (in seconds):0.335
0.65/0.44	o 720
0.65/0.44	c Got one! Elapsed wall clock time (in seconds):0.339
0.65/0.44	o 603
0.65/0.45	c Got one! Elapsed wall clock time (in seconds):0.347
0.65/0.45	o 598
0.65/0.46	c Got one! Elapsed wall clock time (in seconds):0.353
0.65/0.46	o 597
0.65/0.46	c Got one! Elapsed wall clock time (in seconds):0.358
0.65/0.46	o 559
0.65/0.46	c Got one! Elapsed wall clock time (in seconds):0.361
0.65/0.46	o 554
0.65/0.47	c Got one! Elapsed wall clock time (in seconds):0.364
0.65/0.47	o 539
0.82/0.50	c Got one! Elapsed wall clock time (in seconds):0.401
0.82/0.50	o 537
0.82/0.53	c Got one! Elapsed wall clock time (in seconds):0.429
0.82/0.53	o 531
0.82/0.54	c Got one! Elapsed wall clock time (in seconds):0.438
0.82/0.54	o 526
0.82/0.55	c Got one! Elapsed wall clock time (in seconds):0.443
0.82/0.55	o 463
0.82/0.55	c Got one! Elapsed wall clock time (in seconds):0.449
0.82/0.55	o 455
0.82/0.57	c Got one! Elapsed wall clock time (in seconds):0.465
0.82/0.57	o 453
0.96/0.60	c Got one! Elapsed wall clock time (in seconds):0.495
0.96/0.60	o 451
0.96/0.63	c Got one! Elapsed wall clock time (in seconds):0.522
0.96/0.63	o 448
0.96/0.63	c Got one! Elapsed wall clock time (in seconds):0.53
0.96/0.63	o 447
0.96/0.64	c Got one! Elapsed wall clock time (in seconds):0.537
0.96/0.64	o 443
0.96/0.65	c Got one! Elapsed wall clock time (in seconds):0.542
0.96/0.65	o 440
0.96/0.65	c Got one! Elapsed wall clock time (in seconds):0.548
0.96/0.65	o 434
0.96/0.66	c Got one! Elapsed wall clock time (in seconds):0.556
0.96/0.66	o 431
0.96/0.67	c Got one! Elapsed wall clock time (in seconds):0.563
0.96/0.67	o 425
0.96/0.69	c Got one! Elapsed wall clock time (in seconds):0.59
0.96/0.69	o 421
1.09/0.70	c Got one! Elapsed wall clock time (in seconds):0.6
1.09/0.70	o 384
1.09/0.71	c Got one! Elapsed wall clock time (in seconds):0.609
1.09/0.71	o 371
1.09/0.75	c Got one! Elapsed wall clock time (in seconds):0.643
1.09/0.75	o 367
1.09/0.77	c Got one! Elapsed wall clock time (in seconds):0.671
1.09/0.77	o 366
1.09/0.78	c Got one! Elapsed wall clock time (in seconds):0.679
1.09/0.78	o 358
1.09/0.79	c Got one! Elapsed wall clock time (in seconds):0.688
1.09/0.79	o 355
1.09/0.79	c Got one! Elapsed wall clock time (in seconds):0.692
1.09/0.79	o 352
1.21/0.81	c Got one! Elapsed wall clock time (in seconds):0.709
1.21/0.81	o 351
1.21/0.83	c Got one! Elapsed wall clock time (in seconds):0.725
1.21/0.83	o 349
1.21/0.83	c Got one! Elapsed wall clock time (in seconds):0.731
1.21/0.83	o 345
1.21/0.86	c Got one! Elapsed wall clock time (in seconds):0.754
1.21/0.86	o 342
1.21/0.86	c Got one! Elapsed wall clock time (in seconds):0.759
1.21/0.86	o 341
1.31/0.91	c Got one! Elapsed wall clock time (in seconds):0.805
1.31/0.91	o 339
1.31/0.93	c Got one! Elapsed wall clock time (in seconds):0.831
1.31/0.93	o 337
1.41/1.01	c Got one! Elapsed wall clock time (in seconds):0.903
1.41/1.01	o 335
1.41/1.02	c Got one! Elapsed wall clock time (in seconds):0.913
1.41/1.02	o 330
1.41/1.02	c Got one! Elapsed wall clock time (in seconds):0.919
1.41/1.02	o 327
1.57/1.12	c cleaning 10209 clauses out of 20418 with flag 2791/20418
1.57/1.16	c Got one! Elapsed wall clock time (in seconds):1.057
1.57/1.16	o 325
1.57/1.17	c Got one! Elapsed wall clock time (in seconds):1.069
1.57/1.17	o 324
1.57/1.19	c Got one! Elapsed wall clock time (in seconds):1.091
1.57/1.19	o 323
1.79/1.24	c Got one! Elapsed wall clock time (in seconds):1.135
1.79/1.24	o 318
1.79/1.26	c Got one! Elapsed wall clock time (in seconds):1.161
1.79/1.26	o 317
1.89/1.30	c Got one! Elapsed wall clock time (in seconds):1.197
1.89/1.30	o 316
1.89/1.31	c Got one! Elapsed wall clock time (in seconds):1.208
1.89/1.31	o 314
1.89/1.32	c Got one! Elapsed wall clock time (in seconds):1.216
1.89/1.32	o 311
1.89/1.33	c Got one! Elapsed wall clock time (in seconds):1.229
1.89/1.33	o 303
1.89/1.34	c Got one! Elapsed wall clock time (in seconds):1.236
1.89/1.34	o 282
1.89/1.34	c Got one! Elapsed wall clock time (in seconds):1.242
1.89/1.34	o 278
1.89/1.36	c Got one! Elapsed wall clock time (in seconds):1.253
1.89/1.36	o 276
1.89/1.40	c Got one! Elapsed wall clock time (in seconds):1.293
1.89/1.40	o 271
2.04/1.41	c Got one! Elapsed wall clock time (in seconds):1.308
2.04/1.41	o 265
2.04/1.42	c Got one! Elapsed wall clock time (in seconds):1.314
2.04/1.42	o 260
2.04/1.43	c Got one! Elapsed wall clock time (in seconds):1.325
2.04/1.43	o 255
2.04/1.44	c Got one! Elapsed wall clock time (in seconds):1.336
2.04/1.44	o 249
2.04/1.45	c Got one! Elapsed wall clock time (in seconds):1.348
2.04/1.45	o 245
2.04/1.49	c Got one! Elapsed wall clock time (in seconds):1.388
2.04/1.49	o 244
2.19/1.50	c Got one! Elapsed wall clock time (in seconds):1.397
2.19/1.50	o 243
2.19/1.54	c Got one! Elapsed wall clock time (in seconds):1.433
2.19/1.54	o 228
2.19/1.55	c Got one! Elapsed wall clock time (in seconds):1.444
2.19/1.55	o 224
2.19/1.57	c Got one! Elapsed wall clock time (in seconds):1.471
2.19/1.57	o 207
2.31/1.60	c Got one! Elapsed wall clock time (in seconds):1.497
2.31/1.60	o 200
2.31/1.64	c Got one! Elapsed wall clock time (in seconds):1.54
2.31/1.64	o 191
2.31/1.66	c Got one! Elapsed wall clock time (in seconds):1.553
2.31/1.66	o 190
2.31/1.66	c Got one! Elapsed wall clock time (in seconds):1.562
2.31/1.66	o 187
2.31/1.67	c Got one! Elapsed wall clock time (in seconds):1.571
2.31/1.67	o 182
2.31/1.68	c Got one! Elapsed wall clock time (in seconds):1.573
2.31/1.68	o 175
2.41/1.74	c Got one! Elapsed wall clock time (in seconds):1.634
2.41/1.74	o 174
2.52/1.81	c cleaning 13041 clauses out of 26084 with flag 3548/36293
2.63/1.91	c Got one! Elapsed wall clock time (in seconds):1.811
2.63/1.91	o 173
2.63/1.95	c Got one! Elapsed wall clock time (in seconds):1.851
2.63/1.95	o 168
2.73/2.01	c Got one! Elapsed wall clock time (in seconds):1.906
2.73/2.01	o 156
2.73/2.02	c Got one! Elapsed wall clock time (in seconds):1.919
2.73/2.02	o 154
2.73/2.03	c Got one! Elapsed wall clock time (in seconds):1.927
2.73/2.03	o 149
2.73/2.05	c Got one! Elapsed wall clock time (in seconds):1.949
2.73/2.05	o 140
2.73/2.09	c Got one! Elapsed wall clock time (in seconds):1.986
2.73/2.09	o 126
2.83/2.12	c Got one! Elapsed wall clock time (in seconds):2.019
2.83/2.12	o 125
2.83/2.19	c cleaning 10760 clauses out of 21520 with flag 3710/44770
3.04/2.31	c Got one! Elapsed wall clock time (in seconds):2.211
3.04/2.31	o 124
3.04/2.33	c Got one! Elapsed wall clock time (in seconds):2.225
3.04/2.33	o 106
3.04/2.33	c Got one! Elapsed wall clock time (in seconds):2.23
3.04/2.33	o 97
3.13/2.44	c cleaning 8325 clauses out of 16659 with flag 8493/50669
3.33/2.63	c Got one! Elapsed wall clock time (in seconds):2.529
3.33/2.63	o 78
3.53/2.89	c cleaning 9214 clauses out of 18435 with flag 16556/60770
4.13/3.13	c cleaning 7605 clauses out of 15221 with flag 36561/66770
4.33/3.21	c Got one! Elapsed wall clock time (in seconds):3.109
4.33/3.21	o 72
4.54/3.34	c cleaning 6508 clauses out of 13018 with flag 11433/72172
4.92/3.58	c cleaning 6253 clauses out of 12509 with flag 36382/78171
5.23/3.83	c cleaning 6625 clauses out of 13254 with flag 62014/85170
5.54/4.12	c cleaning 7308 clauses out of 14628 with flag 89006/93170
5.54/4.18	c Got one! Elapsed wall clock time (in seconds):4.073
5.54/4.18	o 68
5.74/4.33	c cleaning 6546 clauses out of 13096 with flag 14825/98947
5.84/4.43	c Got one! Elapsed wall clock time (in seconds):4.331
5.84/4.43	o 67
5.95/4.51	c cleaning 5867 clauses out of 11738 with flag 7589/104135
6.15/4.71	c cleaning 5928 clauses out of 11869 with flag 29096/110133
6.35/4.98	c cleaning 6471 clauses out of 12942 with flag 58430/117134
6.65/5.29	c cleaning 7228 clauses out of 14470 with flag 91028/125133
6.85/5.47	c Got one! Elapsed wall clock time (in seconds):5.367
6.85/5.47	o 66
6.95/5.52	c cleaning 6580 clauses out of 13161 with flag 4095/131052
7.15/5.74	c cleaning 6281 clauses out of 12581 with flag 28322/137052
7.45/6.02	c cleaning 6643 clauses out of 13299 with flag 56854/144052
7.75/6.34	c cleaning 7328 clauses out of 14656 with flag 91673/152052
8.16/6.71	c cleaning 8164 clauses out of 16329 with flag 129046/161053
8.55/7.12	c cleaning 9078 clauses out of 18163 with flag 169268/171052
8.75/7.39	c Got one! Elapsed wall clock time (in seconds):7.291
8.75/7.39	o 58
9.05/7.66	c cleaning 10592 clauses out of 21190 with flag 22429/183157
9.35/7.91	c cleaning 8296 clauses out of 16598 with flag 50961/189157
9.55/8.18	c cleaning 7649 clauses out of 15301 with flag 81274/196157
9.85/8.49	c cleaning 7819 clauses out of 15651 with flag 115652/204158
9.85/8.49	c Got one! Elapsed wall clock time (in seconds):8.389
9.85/8.49	o 49
10.05/8.68	c cleaning 6479 clauses out of 12969 with flag 21489/209295
10.15/8.76	c Got one! Elapsed wall clock time (in seconds):8.661
10.15/8.76	o 48
10.26/8.89	c cleaning 6067 clauses out of 12140 with flag 12830/214945
10.55/9.10	c cleaning 6028 clauses out of 12073 with flag 38501/220945
10.75/9.38	c cleaning 6518 clauses out of 13044 with flag 71918/227944
11.05/9.63	c Got one! Elapsed wall clock time (in seconds):9.525
11.05/9.63	o 46
11.25/9.87	c cleaning 9055 clauses out of 18109 with flag 24146/239527
11.55/10.12	c cleaning 7524 clauses out of 15054 with flag 53348/245527
11.75/10.39	c cleaning 7261 clauses out of 14532 with flag 85506/252530
12.15/10.70	c cleaning 7633 clauses out of 15269 with flag 120051/260529
12.46/11.06	c cleaning 8314 clauses out of 16633 with flag 160843/269527
12.75/11.34	c Got one! Elapsed wall clock time (in seconds):11.236
12.75/11.34	o 45
13.05/11.62	c cleaning 10163 clauses out of 20327 with flag 23947/281536
13.25/11.89	c cleaning 8078 clauses out of 16164 with flag 51317/287537
13.56/12.16	c cleaning 7535 clauses out of 15084 with flag 82789/294536
13.95/12.50	c cleaning 7771 clauses out of 15549 with flag 122111/302537
14.26/12.88	c cleaning 8386 clauses out of 16778 with flag 164886/311538
14.36/12.98	c Got one! Elapsed wall clock time (in seconds):12.876
14.36/12.98	o 40
14.56/13.11	c cleaning 7029 clauses out of 14059 with flag 14320/317206
14.56/13.19	c Got one! Elapsed wall clock time (in seconds):13.085
14.56/13.19	o 39
14.77/13.32	c cleaning 6158 clauses out of 12325 with flag 15602/322501
14.96/13.57	c cleaning 6079 clauses out of 12166 with flag 46440/328501
15.26/13.82	c Got one! Elapsed wall clock time (in seconds):13.716
15.26/13.82	o 23
15.46/14.07	c cleaning 9015 clauses out of 18031 with flag 25126/340452
15.46/14.08	c Got one! Elapsed wall clock time (in seconds):13.973
15.46/14.08	o 22
15.66/14.30	c cleaning 7042 clauses out of 14095 with flag 26066/345538
15.77/14.33	c starts		: 337
15.77/14.33	c conflicts		: 346341
15.77/14.33	c decisions		: 519046
15.77/14.33	c propagations		: 7431331
15.77/14.33	c inspects		: 195286152
15.77/14.33	c shortcuts		: 0
15.77/14.33	c learnt literals	: 40
15.77/14.33	c learnt binary clauses	: 10
15.77/14.33	c learnt ternary clauses	: 293
15.77/14.33	c learnt constraints	: 346300
15.77/14.33	c ignored constraints	: 0
15.77/14.33	c root simplifications	: 0
15.77/14.33	c removed literals (reason simplification)	: 0
15.77/14.33	c reason swapping (by a shorter reason)	: 0
15.77/14.33	c Calls to reduceDB	: 44
15.77/14.33	c Number of update (reduction) of LBD	: 76725
15.77/14.33	c Imported unit clauses	: 0
15.77/14.33	c number of reductions to clauses (during analyze)	: 0
15.77/14.33	c number of learned constraints concerned by reduction	: 0
15.77/14.33	c number of learning phase by resolution	: 0
15.77/14.33	c number of learning phase by cutting planes	: 0
15.77/14.33	c speed (assignments/second)	: 525256.6440486287
15.77/14.33	c non guided choices	3234
15.77/14.33	c learnt constraints type 
15.77/14.33	s OPTIMUM FOUND
15.77/14.33	c Found 98 solution(s)
15.77/14.33	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 
15.77/14.33	c objective function=22
15.77/14.33	c Total wall clock time (in seconds): 14.227

Verifier Data

OK	22

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-4109356-1466343622/watcher-4109356-1466343622 -o /tmp/evaluation-result-4109356-1466343622/solver-4109356-1466343622 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466341814-20471 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4109356-1466343622.wbo 

pid=20886
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.28 2.17 1.87 5/195 20889
/proc/meminfo: memFree=30315484/32872528 swapFree=1286400/1433568
[pid=20889] ppid=20886 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/20889/stat : 20889 (java) S 20886 20889 20454 0 -1 4202496 1294 0 0 0 0 0 0 0 20 0 2 0 36408932 95129600 927 33554432000 1073741824 1073778376 140733356149424 140733356140560 214373007421 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20889/statm: 23225 927 703 9 0 16769 0
[pid=20889/tid=20890] ppid=20886 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20890/stat : 20890 (java) D 20886 20889 20454 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 2 0 36408933 95129600 927 33554432000 1073741824 1073778376 140733356149424 140699437682216 214360485159 0 0 4096 0 18446744072100588836 0 0 -1 1 0 0 0 0 0

[startup+0.100115 s]
/proc/loadavg: 2.28 2.17 1.87 5/195 20889
/proc/meminfo: memFree=30315484/32872528 swapFree=1286400/1433568
[pid=20889] ppid=20886 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/20889/stat : 20889 (java) S 20886 20889 20454 0 -1 4202496 4507 0 1 0 10 1 0 0 20 0 18 0 36408932 9787879424 5626 33554432000 1073741824 1073778376 140733356149424 140733356140560 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20889/statm: 2389619 5628 2154 9 0 2380296 0
[pid=20889/tid=20890] ppid=20886 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/20889/task/20890/stat : 20890 (java) R 20886 20889 20454 0 -1 4202560 2433 0 1 0 7 0 0 0 20 0 18 0 36408933 9787879424 5628 33554432000 1073741824 1073778376 140733356149424 140699437685512 214373033229 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.200264 s]
/proc/loadavg: 2.28 2.17 1.87 5/195 20889
/proc/meminfo: memFree=30315484/32872528 swapFree=1286400/1433568
[pid=20889] ppid=20886 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/20889/stat : 20889 (java) S 20886 20889 20454 0 -1 4202496 4805 0 1 0 21 1 0 0 20 0 19 0 36408932 9856040960 6884 33554432000 1073741824 1073778376 140733356149424 140733356140560 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20889/statm: 2406260 6884 2213 9 0 2396937 0
[pid=20889/tid=20890] ppid=20886 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/20889/task/20890/stat : 20890 (java) R 20886 20889 20454 0 -1 4202560 2462 0 1 0 15 0 0 0 20 0 19 0 36408933 9856040960 6884 33554432000 1073741824 1073778376 140733356149424 140699437687016 140699377457651 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9625040

[startup+0.300252 s]
/proc/loadavg: 2.28 2.17 1.87 5/195 20889
/proc/meminfo: memFree=30315484/32872528 swapFree=1286400/1433568
[pid=20889] ppid=20886 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/20889/stat : 20889 (java) S 20886 20889 20454 0 -1 4202496 7788 0 1 0 49 2 0 0 20 0 19 0 36408932 9856040960 8456 33554432000 1073741824 1073778376 140733356149424 140733356140560 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20889/statm: 2406260 8456 2244 9 0 2396937 0
[pid=20889/tid=20890] ppid=20886 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/20889/task/20890/stat : 20890 (java) R 20886 20889 20454 0 -1 4202560 2464 0 1 0 25 0 0 0 20 0 19 0 36408933 9856040960 8456 33554432000 1073741824 1073778376 140733356149424 140699437687016 140699377499142 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.700195 s]
/proc/loadavg: 2.28 2.17 1.87 5/195 20889
/proc/meminfo: memFree=30315484/32872528 swapFree=1286400/1433568
[pid=20889] ppid=20886 vsize=9625040 CPUtime=1.09 cores=1,3,5,7
/proc/20889/stat : 20889 (java) S 20886 20889 20454 0 -1 4202496 9651 0 1 0 107 2 0 0 20 0 19 0 36408932 9856040960 9193 33554432000 1073741824 1073778376 140733356149424 140733356140560 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20889/statm: 2406260 9193 2254 9 0 2396937 0
[pid=20889/tid=20890] ppid=20886 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/20889/task/20890/stat : 20890 (java) R 20886 20889 20454 0 -1 4202560 2465 0 1 0 65 0 0 0 20 0 19 0 36408933 9856040960 9193 33554432000 1073741824 1073778376 140733356149424 140699437678896 140699377875616 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 9625040

[startup+1.5008 s]
/proc/loadavg: 2.28 2.17 1.87 4/214 20908
/proc/meminfo: memFree=30268108/32872528 swapFree=1286400/1433568
[pid=20889] ppid=20886 vsize=9625040 CPUtime=2.19 cores=1,3,5,7
/proc/20889/stat : 20889 (java) S 20886 20889 20454 0 -1 4202496 14155 0 1 0 216 3 0 0 20 0 19 0 36408932 9856040960 12430 33554432000 1073741824 1073778376 140733356149424 140733356140560 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20889/statm: 2406260 12430 2262 9 0 2396937 0
[pid=20889/tid=20890] ppid=20886 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/20889/task/20890/stat : 20890 (java) R 20886 20889 20454 0 -1 4202560 2469 0 1 0 144 1 0 0 20 0 19 0 36408933 9856040960 12430 33554432000 1073741824 1073778376 140733356149424 140699437678896 140699377875913 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20889/tid=20892] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20892/stat : 20892 (java) S 20886 20889 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408933 9856040960 12430 33554432000 1073741824 1073778376 140733356149424 140699376417704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20889/tid=20893] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20893/stat : 20893 (java) S 20886 20889 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408933 9856040960 12430 33554432000 1073741824 1073778376 140733356149424 140699375365160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20889/tid=20894] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20894/stat : 20894 (java) S 20886 20889 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408933 9856040960 12430 33554432000 1073741824 1073778376 140733356149424 140699374312104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20889/tid=20895] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20895/stat : 20895 (java) S 20886 20889 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408933 9856040960 12430 33554432000 1073741824 1073778376 140733356149424 140699373259560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20889/tid=20896] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20896/stat : 20896 (java) S 20886 20889 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408933 9856040960 12430 33554432000 1073741824 1073778376 140733356149424 140699372206504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20889/tid=20897] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20897/stat : 20897 (java) S 20886 20889 20454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36408933 9856040960 12430 33554432000 1073741824 1073778376 140733356149424 140699275835944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20889/tid=20898] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20898/stat : 20898 (java) S 20886 20889 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408933 9856040960 12430 33554432000 1073741824 1073778376 140733356149424 140699274782888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20889/tid=20899] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20899/stat : 20899 (java) S 20886 20889 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36408933 9856040960 12430 33554432000 1073741824 1073778376 140733356149424 140699273730344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20889/tid=20900] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20900/stat : 20900 (java) S 20886 20889 20454 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36408934 9856040960 12430 33554432000 1073741824 1073778376 140733356149424 140699261533032 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20889/tid=20901] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20901/stat : 20901 (java) S 20886 20889 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36408935 9856040960 12430 33554432000 1073741824 1073778376 140733356149424 140699260479352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20889/tid=20902] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20902/stat : 20902 (java) S 20886 20889 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36408935 9856040960 12430 33554432000 1073741824 1073778376 140733356149424 140699259426184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20889/tid=20903] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20903/stat : 20903 (java) S 20886 20889 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408937 9856040960 12430 33554432000 1073741824 1073778376 140733356149424 140699258374928 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20889/tid=20904] ppid=20886 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/20889/task/20904/stat : 20904 (java) R 20886 20889 20454 0 -1 4202560 4258 0 0 0 32 1 0 0 20 0 19 0 36408937 9856040960 12430 33554432000 1073741824 1073778376 140733356149424 140699257321784 140699443644571 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20889/tid=20905] ppid=20886 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/20889/task/20905/stat : 20905 (java) S 20886 20889 20454 0 -1 4202560 6155 0 0 0 38 0 0 0 20 0 19 0 36408937 9856040960 12430 33554432000 1073741824 1073778376 140733356149424 140699256269240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20889/tid=20906] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20906/stat : 20906 (java) S 20886 20889 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408937 9856040960 12430 33554432000 1073741824 1073778376 140733356149424 140699255216376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20889/tid=20907] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20907/stat : 20907 (java) S 20886 20889 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408937 9856040960 12430 33554432000 1073741824 1073778376 140733356149424 140699254164040 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20889/tid=20908] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20908/stat : 20908 (java) S 20886 20889 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36408950 9856040960 12430 33554432000 1073741824 1073778376 140733356149424 140699253110312 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 9625040

[startup+3.10085 s]
/proc/loadavg: 2.28 2.17 1.87 3/214 20908
/proc/meminfo: memFree=30248628/32872528 swapFree=1286400/1433568
[pid=20889] ppid=20886 vsize=9625040 CPUtime=4.13 cores=1,3,5,7
/proc/20889/stat : 20889 (java) S 20886 20889 20454 0 -1 4202496 20257 0 1 0 409 4 0 0 20 0 19 0 36408932 9856040960 18580 33554432000 1073741824 1073778376 140733356149424 140733356140560 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20889/statm: 2406260 18580 2263 9 0 2396937 0
[pid=20889/tid=20890] ppid=20886 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/20889/task/20890/stat : 20890 (java) R 20886 20889 20454 0 -1 4202560 2475 0 1 0 304 1 0 0 20 0 19 0 36408933 9856040960 18580 33554432000 1073741824 1073778376 140733356149424 140699437685224 140699377836876 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20889/tid=20892] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20892/stat : 20892 (java) S 20886 20889 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408933 9856040960 18580 33554432000 1073741824 1073778376 140733356149424 140699376417704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20889/tid=20893] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20893/stat : 20893 (java) S 20886 20889 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408933 9856040960 18580 33554432000 1073741824 1073778376 140733356149424 140699375365160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20889/tid=20894] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20894/stat : 20894 (java) S 20886 20889 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408933 9856040960 18580 33554432000 1073741824 1073778376 140733356149424 140699374312104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20889/tid=20895] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20895/stat : 20895 (java) S 20886 20889 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408933 9856040960 18580 33554432000 1073741824 1073778376 140733356149424 140699373259560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20889/tid=20896] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20896/stat : 20896 (java) S 20886 20889 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408933 9856040960 18580 33554432000 1073741824 1073778376 140733356149424 140699372206504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20889/tid=20897] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20897/stat : 20897 (java) S 20886 20889 20454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36408933 9856040960 18580 33554432000 1073741824 1073778376 140733356149424 140699275835944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20889/tid=20898] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20898/stat : 20898 (java) S 20886 20889 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408933 9856040960 18580 33554432000 1073741824 1073778376 140733356149424 140699274782888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20889/tid=20899] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20899/stat : 20899 (java) S 20886 20889 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36408933 9856040960 18580 33554432000 1073741824 1073778376 140733356149424 140699273730344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20889/tid=20900] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20900/stat : 20900 (java) S 20886 20889 20454 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36408934 9856040960 18580 33554432000 1073741824 1073778376 140733356149424 140699261533032 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20889/tid=20901] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20901/stat : 20901 (java) S 20886 20889 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36408935 9856040960 18580 33554432000 1073741824 1073778376 140733356149424 140699260479352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20889/tid=20902] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20902/stat : 20902 (java) S 20886 20889 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36408935 9856040960 18580 33554432000 1073741824 1073778376 140733356149424 140699259426184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20889/tid=20903] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20903/stat : 20903 (java) S 20886 20889 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408937 9856040960 18580 33554432000 1073741824 1073778376 140733356149424 140699258374928 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20889/tid=20904] ppid=20886 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/20889/task/20904/stat : 20904 (java) R 20886 20889 20454 0 -1 4202560 10305 0 0 0 60 2 0 0 20 0 19 0 36408937 9856040960 18580 33554432000 1073741824 1073778376 140733356149424 140699257309064 140699441804754 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20889/tid=20905] ppid=20886 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/20889/task/20905/stat : 20905 (java) S 20886 20889 20454 0 -1 4202560 6204 0 0 0 42 0 0 0 20 0 19 0 36408937 9856040960 18580 33554432000 1073741824 1073778376 140733356149424 140699256269240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20889/tid=20906] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20906/stat : 20906 (java) S 20886 20889 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408937 9856040960 18580 33554432000 1073741824 1073778376 140733356149424 140699255216376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20889/tid=20907] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20907/stat : 20907 (java) S 20886 20889 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408937 9856040960 18580 33554432000 1073741824 1073778376 140733356149424 140699254164040 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20889/tid=20908] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20908/stat : 20908 (java) S 20886 20889 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36408950 9856040960 18580 33554432000 1073741824 1073778376 140733356149424 140699253110312 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.13
Current children cumulated vsize (KiB) 9625040

[startup+6.30074 s]
/proc/loadavg: 2.41 2.20 1.88 3/214 20908
/proc/meminfo: memFree=30190080/32872528 swapFree=1286400/1433568
[pid=20889] ppid=20886 vsize=9625040 CPUtime=7.75 cores=1,3,5,7
/proc/20889/stat : 20889 (java) S 20886 20889 20454 0 -1 4202496 22969 0 1 0 770 5 0 0 20 0 19 0 36408932 9856040960 22840 33554432000 1073741824 1073778376 140733356149424 140733356140560 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20889/statm: 2406260 22840 2264 9 0 2396937 0
[pid=20889/tid=20890] ppid=20886 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/20889/task/20890/stat : 20890 (java) R 20886 20889 20454 0 -1 4202560 2488 0 1 0 623 2 0 0 20 0 19 0 36408933 9856040960 22840 33554432000 1073741824 1073778376 140733356149424 140699437687192 140699377896115 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20889/tid=20892] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20892/stat : 20892 (java) S 20886 20889 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408933 9856040960 22840 33554432000 1073741824 1073778376 140733356149424 140699376417704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20889/tid=20893] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20893/stat : 20893 (java) S 20886 20889 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408933 9856040960 22840 33554432000 1073741824 1073778376 140733356149424 140699375365160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20889/tid=20894] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20894/stat : 20894 (java) S 20886 20889 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408933 9856040960 22840 33554432000 1073741824 1073778376 140733356149424 140699374312104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20889/tid=20895] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20895/stat : 20895 (java) S 20886 20889 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408933 9856040960 22840 33554432000 1073741824 1073778376 140733356149424 140699373259560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20889/tid=20896] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20896/stat : 20896 (java) S 20886 20889 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408933 9856040960 22840 33554432000 1073741824 1073778376 140733356149424 140699372206504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20889/tid=20897] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20897/stat : 20897 (java) S 20886 20889 20454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36408933 9856040960 22840 33554432000 1073741824 1073778376 140733356149424 140699275835944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20889/tid=20898] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20898/stat : 20898 (java) S 20886 20889 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408933 9856040960 22840 33554432000 1073741824 1073778376 140733356149424 140699274782888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20889/tid=20899] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20899/stat : 20899 (java) S 20886 20889 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36408933 9856040960 22840 33554432000 1073741824 1073778376 140733356149424 140699273730344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20889/tid=20900] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20900/stat : 20900 (java) S 20886 20889 20454 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36408934 9856040960 22840 33554432000 1073741824 1073778376 140733356149424 140699261533032 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20889/tid=20901] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20901/stat : 20901 (java) S 20886 20889 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36408935 9856040960 22840 33554432000 1073741824 1073778376 140733356149424 140699260479352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20889/tid=20902] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20902/stat : 20902 (java) S 20886 20889 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36408935 9856040960 22840 33554432000 1073741824 1073778376 140733356149424 140699259426184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20889/tid=20903] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20903/stat : 20903 (java) S 20886 20889 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408937 9856040960 22840 33554432000 1073741824 1073778376 140733356149424 140699258374928 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20889/tid=20904] ppid=20886 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/20889/task/20904/stat : 20904 (java) S 20886 20889 20454 0 -1 4202560 10335 0 0 0 63 2 0 0 20 0 19 0 36408937 9856040960 22840 33554432000 1073741824 1073778376 140733356149424 140699257321784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20889/tid=20905] ppid=20886 vsize=9625040 CPUtime=0.82 cores=1,3,5,7

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

[pid=20889/tid=20894] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20894/stat : 20894 (java) S 20886 20889 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408933 9856040960 33080 33554432000 1073741824 1073778376 140733356149424 140699374312104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20889/tid=20895] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20895/stat : 20895 (java) S 20886 20889 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408933 9856040960 33080 33554432000 1073741824 1073778376 140733356149424 140699373259560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20889/tid=20896] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20896/stat : 20896 (java) S 20886 20889 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408933 9856040960 33080 33554432000 1073741824 1073778376 140733356149424 140699372206504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20889/tid=20897] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20897/stat : 20897 (java) S 20886 20889 20454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36408933 9856040960 33080 33554432000 1073741824 1073778376 140733356149424 140699275835944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20889/tid=20898] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20898/stat : 20898 (java) S 20886 20889 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408933 9856040960 33080 33554432000 1073741824 1073778376 140733356149424 140699274782888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20889/tid=20899] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20899/stat : 20899 (java) S 20886 20889 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36408933 9856040960 33080 33554432000 1073741824 1073778376 140733356149424 140699273730344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20889/tid=20900] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20900/stat : 20900 (java) S 20886 20889 20454 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36408934 9856040960 33080 33554432000 1073741824 1073778376 140733356149424 140699261533032 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20889/tid=20901] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20901/stat : 20901 (java) S 20886 20889 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36408935 9856040960 33080 33554432000 1073741824 1073778376 140733356149424 140699260479352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20889/tid=20902] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20902/stat : 20902 (java) S 20886 20889 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36408935 9856040960 33080 33554432000 1073741824 1073778376 140733356149424 140699259426184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20889/tid=20903] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20903/stat : 20903 (java) S 20886 20889 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408937 9856040960 33080 33554432000 1073741824 1073778376 140733356149424 140699258374928 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20889/tid=20904] ppid=20886 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/20889/task/20904/stat : 20904 (java) S 20886 20889 20454 0 -1 4202560 10335 0 0 0 63 2 0 0 20 0 19 0 36408937 9856040960 33080 33554432000 1073741824 1073778376 140733356149424 140699257321784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20889/tid=20905] ppid=20886 vsize=9625040 CPUtime=0.84 cores=1,3,5,7
/proc/20889/task/20905/stat : 20905 (java) S 20886 20889 20454 0 -1 4202560 8872 0 0 0 82 2 0 0 20 0 19 0 36408937 9856040960 33080 33554432000 1073741824 1073778376 140733356149424 140699256269240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20889/tid=20906] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20906/stat : 20906 (java) S 20886 20889 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408937 9856040960 33080 33554432000 1073741824 1073778376 140733356149424 140699255216376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20889/tid=20907] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20907/stat : 20907 (java) S 20886 20889 20454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36408937 9856040960 33080 33554432000 1073741824 1073778376 140733356149424 140699254164040 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20889/tid=20908] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20908/stat : 20908 (java) S 20886 20889 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36408950 9856040960 33080 33554432000 1073741824 1073778376 140733356149424 140699253110312 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 15.06
Current children cumulated vsize (KiB) 9625040

[startup+14.0008 s]
/proc/loadavg: 2.38 2.20 1.88 3/214 20973
/proc/meminfo: memFree=30176616/32872528 swapFree=1286400/1433568
[pid=20889] ppid=20886 vsize=9625040 CPUtime=15.46 cores=1,3,5,7
/proc/20889/stat : 20889 (java) S 20886 20889 20454 0 -1 4202496 22991 0 1 0 1541 5 0 0 20 0 19 0 36408932 9856040960 33592 33554432000 1073741824 1073778376 140733356149424 140733356140560 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20889/statm: 2406260 33592 2264 9 0 2396937 0
[pid=20889/tid=20890] ppid=20886 vsize=9625040 CPUtime=13.94 cores=1,3,5,7
/proc/20889/task/20890/stat : 20890 (java) R 20886 20889 20454 0 -1 4202560 2510 0 1 0 1392 2 0 0 20 0 19 0 36408933 9856040960 33592 33554432000 1073741824 1073778376 140733356149424 140699437678288 140699377830611 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20889/tid=20892] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20892/stat : 20892 (java) S 20886 20889 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408933 9856040960 33592 33554432000 1073741824 1073778376 140733356149424 140699376417704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20889/tid=20893] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20893/stat : 20893 (java) S 20886 20889 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408933 9856040960 33592 33554432000 1073741824 1073778376 140733356149424 140699375365160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20889/tid=20894] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20894/stat : 20894 (java) S 20886 20889 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408933 9856040960 33592 33554432000 1073741824 1073778376 140733356149424 140699374312104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20889/tid=20895] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20895/stat : 20895 (java) S 20886 20889 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408933 9856040960 33592 33554432000 1073741824 1073778376 140733356149424 140699373259560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20889/tid=20896] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20896/stat : 20896 (java) S 20886 20889 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408933 9856040960 33592 33554432000 1073741824 1073778376 140733356149424 140699372206504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20889/tid=20897] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20897/stat : 20897 (java) S 20886 20889 20454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36408933 9856040960 33592 33554432000 1073741824 1073778376 140733356149424 140699275835944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20889/tid=20898] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20898/stat : 20898 (java) S 20886 20889 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408933 9856040960 33592 33554432000 1073741824 1073778376 140733356149424 140699274782888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20889/tid=20899] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20899/stat : 20899 (java) S 20886 20889 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36408933 9856040960 33592 33554432000 1073741824 1073778376 140733356149424 140699273730344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20889/tid=20900] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20900/stat : 20900 (java) S 20886 20889 20454 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36408934 9856040960 33592 33554432000 1073741824 1073778376 140733356149424 140699261533032 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20889/tid=20901] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20901/stat : 20901 (java) S 20886 20889 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36408935 9856040960 33592 33554432000 1073741824 1073778376 140733356149424 140699260479352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20889/tid=20902] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20902/stat : 20902 (java) S 20886 20889 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36408935 9856040960 33592 33554432000 1073741824 1073778376 140733356149424 140699259426184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20889/tid=20903] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20903/stat : 20903 (java) S 20886 20889 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408937 9856040960 33592 33554432000 1073741824 1073778376 140733356149424 140699258374928 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20889/tid=20904] ppid=20886 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/20889/task/20904/stat : 20904 (java) S 20886 20889 20454 0 -1 4202560 10335 0 0 0 63 2 0 0 20 0 19 0 36408937 9856040960 33592 33554432000 1073741824 1073778376 140733356149424 140699257321784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20889/tid=20905] ppid=20886 vsize=9625040 CPUtime=0.84 cores=1,3,5,7
/proc/20889/task/20905/stat : 20905 (java) S 20886 20889 20454 0 -1 4202560 8872 0 0 0 82 2 0 0 20 0 19 0 36408937 9856040960 33592 33554432000 1073741824 1073778376 140733356149424 140699256269240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20889/tid=20906] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20906/stat : 20906 (java) S 20886 20889 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408937 9856040960 33592 33554432000 1073741824 1073778376 140733356149424 140699255216376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20889/tid=20907] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20907/stat : 20907 (java) S 20886 20889 20454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36408937 9856040960 33592 33554432000 1073741824 1073778376 140733356149424 140699254164040 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20889/tid=20908] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20908/stat : 20908 (java) S 20886 20889 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36408950 9856040960 33592 33554432000 1073741824 1073778376 140733356149424 140699253110312 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 15.46
Current children cumulated vsize (KiB) 9625040

[startup+14.2007 s]
/proc/loadavg: 2.38 2.20 1.88 3/214 20973
/proc/meminfo: memFree=30176616/32872528 swapFree=1286400/1433568
[pid=20889] ppid=20886 vsize=9625040 CPUtime=15.66 cores=1,3,5,7
/proc/20889/stat : 20889 (java) S 20886 20889 20454 0 -1 4202496 22991 0 1 0 1561 5 0 0 20 0 19 0 36408932 9856040960 33592 33554432000 1073741824 1073778376 140733356149424 140733356140560 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20889/statm: 2406260 33592 2264 9 0 2396937 0
[pid=20889/tid=20890] ppid=20886 vsize=9625040 CPUtime=14.14 cores=1,3,5,7
/proc/20889/task/20890/stat : 20890 (java) R 20886 20889 20454 0 -1 4202560 2510 0 1 0 1412 2 0 0 20 0 19 0 36408933 9856040960 33592 33554432000 1073741824 1073778376 140733356149424 140699437678896 140699377803332 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20889/tid=20892] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20892/stat : 20892 (java) S 20886 20889 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408933 9856040960 33592 33554432000 1073741824 1073778376 140733356149424 140699376417704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20889/tid=20893] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20893/stat : 20893 (java) S 20886 20889 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408933 9856040960 33592 33554432000 1073741824 1073778376 140733356149424 140699375365160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20889/tid=20894] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20894/stat : 20894 (java) S 20886 20889 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408933 9856040960 33592 33554432000 1073741824 1073778376 140733356149424 140699374312104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20889/tid=20895] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20895/stat : 20895 (java) S 20886 20889 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408933 9856040960 33592 33554432000 1073741824 1073778376 140733356149424 140699373259560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20889/tid=20896] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20896/stat : 20896 (java) S 20886 20889 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408933 9856040960 33592 33554432000 1073741824 1073778376 140733356149424 140699372206504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20889/tid=20897] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20897/stat : 20897 (java) S 20886 20889 20454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36408933 9856040960 33592 33554432000 1073741824 1073778376 140733356149424 140699275835944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20889/tid=20898] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20898/stat : 20898 (java) S 20886 20889 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408933 9856040960 33592 33554432000 1073741824 1073778376 140733356149424 140699274782888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20889/tid=20899] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20899/stat : 20899 (java) S 20886 20889 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36408933 9856040960 33592 33554432000 1073741824 1073778376 140733356149424 140699273730344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20889/tid=20900] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20900/stat : 20900 (java) S 20886 20889 20454 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36408934 9856040960 33592 33554432000 1073741824 1073778376 140733356149424 140699261533032 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20889/tid=20901] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20901/stat : 20901 (java) S 20886 20889 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36408935 9856040960 33592 33554432000 1073741824 1073778376 140733356149424 140699260479352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20889/tid=20902] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20902/stat : 20902 (java) S 20886 20889 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36408935 9856040960 33592 33554432000 1073741824 1073778376 140733356149424 140699259426184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20889/tid=20903] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20903/stat : 20903 (java) S 20886 20889 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408937 9856040960 33592 33554432000 1073741824 1073778376 140733356149424 140699258374928 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20889/tid=20904] ppid=20886 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/20889/task/20904/stat : 20904 (java) S 20886 20889 20454 0 -1 4202560 10335 0 0 0 63 2 0 0 20 0 19 0 36408937 9856040960 33592 33554432000 1073741824 1073778376 140733356149424 140699257321784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20889/tid=20905] ppid=20886 vsize=9625040 CPUtime=0.84 cores=1,3,5,7
/proc/20889/task/20905/stat : 20905 (java) S 20886 20889 20454 0 -1 4202560 8872 0 0 0 82 2 0 0 20 0 19 0 36408937 9856040960 33592 33554432000 1073741824 1073778376 140733356149424 140699256269240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20889/tid=20906] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20906/stat : 20906 (java) S 20886 20889 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408937 9856040960 33592 33554432000 1073741824 1073778376 140733356149424 140699255216376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20889/tid=20907] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20907/stat : 20907 (java) S 20886 20889 20454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36408937 9856040960 33592 33554432000 1073741824 1073778376 140733356149424 140699254164040 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20889/tid=20908] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20908/stat : 20908 (java) S 20886 20889 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36408950 9856040960 33592 33554432000 1073741824 1073778376 140733356149424 140699253110312 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 15.66
Current children cumulated vsize (KiB) 9625040

[startup+14.3008 s]
/proc/loadavg: 2.43 2.21 1.88 3/214 20973
/proc/meminfo: memFree=30156464/32872528 swapFree=1286400/1433568
[pid=20889] ppid=20886 vsize=9625040 CPUtime=15.77 cores=1,3,5,7
/proc/20889/stat : 20889 (java) S 20886 20889 20454 0 -1 4202496 22992 0 1 0 1572 5 0 0 20 0 19 0 36408932 9856040960 34104 33554432000 1073741824 1073778376 140733356149424 140733356140560 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20889/statm: 2406260 34104 2264 9 0 2396937 0
[pid=20889/tid=20890] ppid=20886 vsize=9625040 CPUtime=14.25 cores=1,3,5,7
/proc/20889/task/20890/stat : 20890 (java) R 20886 20889 20454 0 -1 4202560 2511 0 1 0 1423 2 0 0 20 0 19 0 36408933 9856040960 34104 33554432000 1073741824 1073778376 140733356149424 140699437678896 140699377875761 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20889/tid=20892] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20892/stat : 20892 (java) S 20886 20889 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408933 9856040960 34104 33554432000 1073741824 1073778376 140733356149424 140699376417704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20889/tid=20893] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20893/stat : 20893 (java) S 20886 20889 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408933 9856040960 34104 33554432000 1073741824 1073778376 140733356149424 140699375365160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20889/tid=20894] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20894/stat : 20894 (java) S 20886 20889 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408933 9856040960 34104 33554432000 1073741824 1073778376 140733356149424 140699374312104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20889/tid=20895] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20895/stat : 20895 (java) S 20886 20889 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408933 9856040960 34104 33554432000 1073741824 1073778376 140733356149424 140699373259560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20889/tid=20896] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20896/stat : 20896 (java) S 20886 20889 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408933 9856040960 34104 33554432000 1073741824 1073778376 140733356149424 140699372206504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20889/tid=20897] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20897/stat : 20897 (java) S 20886 20889 20454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36408933 9856040960 34104 33554432000 1073741824 1073778376 140733356149424 140699275835944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20889/tid=20898] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20898/stat : 20898 (java) S 20886 20889 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408933 9856040960 34104 33554432000 1073741824 1073778376 140733356149424 140699274782888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20889/tid=20899] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20899/stat : 20899 (java) S 20886 20889 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36408933 9856040960 34104 33554432000 1073741824 1073778376 140733356149424 140699273730344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20889/tid=20900] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20900/stat : 20900 (java) S 20886 20889 20454 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36408934 9856040960 34104 33554432000 1073741824 1073778376 140733356149424 140699261533032 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20889/tid=20901] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20901/stat : 20901 (java) S 20886 20889 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36408935 9856040960 34104 33554432000 1073741824 1073778376 140733356149424 140699260479352 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20889/tid=20902] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20902/stat : 20902 (java) S 20886 20889 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36408935 9856040960 34104 33554432000 1073741824 1073778376 140733356149424 140699259426184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20889/tid=20903] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20903/stat : 20903 (java) S 20886 20889 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408937 9856040960 34104 33554432000 1073741824 1073778376 140733356149424 140699258374928 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20889/tid=20904] ppid=20886 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/20889/task/20904/stat : 20904 (java) S 20886 20889 20454 0 -1 4202560 10335 0 0 0 63 2 0 0 20 0 19 0 36408937 9856040960 34104 33554432000 1073741824 1073778376 140733356149424 140699257321784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20889/tid=20905] ppid=20886 vsize=9625040 CPUtime=0.84 cores=1,3,5,7
/proc/20889/task/20905/stat : 20905 (java) S 20886 20889 20454 0 -1 4202560 8872 0 0 0 82 2 0 0 20 0 19 0 36408937 9856040960 34104 33554432000 1073741824 1073778376 140733356149424 140699256269240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20889/tid=20906] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20906/stat : 20906 (java) S 20886 20889 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408937 9856040960 34104 33554432000 1073741824 1073778376 140733356149424 140699255216376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20889/tid=20907] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20907/stat : 20907 (java) S 20886 20889 20454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36408937 9856040960 34104 33554432000 1073741824 1073778376 140733356149424 140699254164040 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20889/tid=20908] ppid=20886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20889/task/20908/stat : 20908 (java) S 20886 20889 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36408950 9856040960 34104 33554432000 1073741824 1073778376 140733356149424 140699253110312 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 15.77
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 14.3381
CPU time (s): 15.8316
CPU user time (s): 15.7406
CPU system time (s): 0.090986
CPU usage (%): 110.416
Max. virtual memory (cumulated for all children) (KiB): 9626772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.7406
system time used= 0.090986
maximum resident set size= 138528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23017
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= 631
involuntary context switches= 172

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.086986 second user time and 0.143978 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-19 15:40:22
IDJOB=4109356
IDBENCH=78788
IDSOLVER=2551
FILE ID=node130/4109356-1466343622
RUNJOBID= node130-1466341814-20471
PBS_JOBID= 19922023
Free space on /tmp= 71748 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.1110969860--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109356-1466343622/watcher-4109356-1466343622 -o /tmp/evaluation-result-4109356-1466343622/solver-4109356-1466343622 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466341814-20471 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4109356-1466343622.wbo

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

MD5SUM BENCH= 67ae8b264a7332f0f782a64868c40f1f
RANDOM SEED=546821687

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.365
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:        30316284 kB
Buffers:           95608 kB
Cached:           258680 kB
SwapCached:         1836 kB
Active:           112292 kB
Inactive:         266888 kB
Active(anon):      24736 kB
Inactive(anon):     2524 kB
Active(file):      87556 kB
Inactive(file):   264364 kB
Unevictable:     1433568 kB
Mlocked:         1286400 kB
SwapTotal:      67108856 kB
SwapFree:       67099104 kB
Dirty:              1572 kB
Writeback:             0 kB
AnonPages:       1580688 kB
Mapped:            15044 kB
Shmem:                 0 kB
Slab:             606956 kB
SReclaimable:      50044 kB
SUnreclaim:       556912 kB
KernelStack:        1768 kB
PageTables:         7132 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2122484 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    278528 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71748 MiB
End job on node130 at 2016-06-19 15:40:36