Trace number 4090907

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 16.9224 15.402

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110970631--soft-0-100-0.wbo
MD5SUMe433b9b816c291c8bf4fd4860d096bb6
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark16
Best CPU time to get the best result obtained on this benchmark10.4354
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 4944
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 4943
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1320
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-4090907-1466067818.wbo
0.11/0.10	c reading problem ... 
0.11/0.15	c ... done. Wall clock time 0.054s.
0.11/0.15	c declared #vars     169
0.11/0.15	c internal #vars     270
0.11/0.15	c #constraints  101
0.11/0.15	c constraints type 
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.11/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.11/0.16	c 101 constraints processed.
0.11/0.16	c objective function length is 101 literals
0.29/0.27	c SATISFIABLE
0.29/0.27	c OPTIMIZING...
0.29/0.27	c Got one! Elapsed wall clock time (in seconds):0.172
0.29/0.27	o 783
0.29/0.28	c Got one! Elapsed wall clock time (in seconds):0.179
0.29/0.28	o 590
0.51/0.30	c Got one! Elapsed wall clock time (in seconds):0.196
0.51/0.30	o 573
0.51/0.30	c Got one! Elapsed wall clock time (in seconds):0.204
0.51/0.30	o 541
0.51/0.31	c Got one! Elapsed wall clock time (in seconds):0.214
0.51/0.31	o 540
0.51/0.32	c Got one! Elapsed wall clock time (in seconds):0.219
0.51/0.32	o 536
0.51/0.33	c Got one! Elapsed wall clock time (in seconds):0.225
0.51/0.33	o 526
0.51/0.33	c Got one! Elapsed wall clock time (in seconds):0.232
0.51/0.33	o 524
0.51/0.34	c Got one! Elapsed wall clock time (in seconds):0.239
0.51/0.34	o 518
0.51/0.35	c Got one! Elapsed wall clock time (in seconds):0.249
0.51/0.35	o 516
0.65/0.43	c Got one! Elapsed wall clock time (in seconds):0.328
0.65/0.43	o 497
0.65/0.44	c Got one! Elapsed wall clock time (in seconds):0.336
0.65/0.44	o 495
0.65/0.44	c Got one! Elapsed wall clock time (in seconds):0.341
0.65/0.44	o 489
0.84/0.51	c Got one! Elapsed wall clock time (in seconds):0.405
0.84/0.51	o 483
0.84/0.51	c Got one! Elapsed wall clock time (in seconds):0.412
0.84/0.51	o 481
0.84/0.52	c Got one! Elapsed wall clock time (in seconds):0.418
0.84/0.52	o 466
0.84/0.53	c Got one! Elapsed wall clock time (in seconds):0.425
0.84/0.53	o 452
0.84/0.53	c Got one! Elapsed wall clock time (in seconds):0.43
0.84/0.53	o 447
0.84/0.53	c Got one! Elapsed wall clock time (in seconds):0.434
0.84/0.54	o 441
0.84/0.54	c Got one! Elapsed wall clock time (in seconds):0.442
0.84/0.54	o 436
0.98/0.60	c Got one! Elapsed wall clock time (in seconds):0.501
0.98/0.60	o 430
0.98/0.69	c cleaning 4433 clauses out of 8877 with flag 3048/8877
1.10/0.70	c Got one! Elapsed wall clock time (in seconds):0.597
1.10/0.70	o 429
1.10/0.72	c Got one! Elapsed wall clock time (in seconds):0.617
1.10/0.72	o 422
1.10/0.72	c Got one! Elapsed wall clock time (in seconds):0.621
1.10/0.72	o 408
1.10/0.73	c Got one! Elapsed wall clock time (in seconds):0.632
1.10/0.73	o 407
1.10/0.74	c Got one! Elapsed wall clock time (in seconds):0.636
1.10/0.74	o 398
1.10/0.74	c Got one! Elapsed wall clock time (in seconds):0.642
1.10/0.74	o 396
1.10/0.75	c Got one! Elapsed wall clock time (in seconds):0.647
1.10/0.75	o 395
1.10/0.75	c Got one! Elapsed wall clock time (in seconds):0.653
1.10/0.75	o 393
1.10/0.77	c Got one! Elapsed wall clock time (in seconds):0.672
1.10/0.77	o 387
1.33/0.81	c Got one! Elapsed wall clock time (in seconds):0.713
1.33/0.81	o 386
1.33/0.84	c Got one! Elapsed wall clock time (in seconds):0.743
1.33/0.84	o 385
1.33/0.87	c Got one! Elapsed wall clock time (in seconds):0.765
1.33/0.87	o 383
1.33/0.87	c Got one! Elapsed wall clock time (in seconds):0.771
1.33/0.87	o 373
1.33/0.88	c Got one! Elapsed wall clock time (in seconds):0.782
1.33/0.88	o 371
1.33/0.89	c Got one! Elapsed wall clock time (in seconds):0.793
1.33/0.89	o 368
1.49/0.92	c Got one! Elapsed wall clock time (in seconds):0.818
1.49/0.92	o 362
1.49/0.99	c Got one! Elapsed wall clock time (in seconds):0.888
1.49/0.99	o 352
1.62/1.01	c Got one! Elapsed wall clock time (in seconds):0.908
1.62/1.01	o 346
1.62/1.01	c Got one! Elapsed wall clock time (in seconds):0.912
1.62/1.01	o 313
1.62/1.02	c Got one! Elapsed wall clock time (in seconds):0.92
1.62/1.02	o 312
1.62/1.02	c Got one! Elapsed wall clock time (in seconds):0.924
1.62/1.02	o 311
1.62/1.05	c Got one! Elapsed wall clock time (in seconds):0.954
1.62/1.05	o 307
1.62/1.08	c Got one! Elapsed wall clock time (in seconds):0.978
1.62/1.08	o 302
1.78/1.11	c Got one! Elapsed wall clock time (in seconds):1.011
1.78/1.11	o 293
1.78/1.18	c Got one! Elapsed wall clock time (in seconds):1.075
1.78/1.18	o 291
1.88/1.22	c Got one! Elapsed wall clock time (in seconds):1.119
1.88/1.22	o 289
1.88/1.23	c Got one! Elapsed wall clock time (in seconds):1.128
1.88/1.23	o 286
1.88/1.23	c Got one! Elapsed wall clock time (in seconds):1.13
1.88/1.23	o 283
1.88/1.25	c Got one! Elapsed wall clock time (in seconds):1.146
1.88/1.25	o 275
1.88/1.26	c Got one! Elapsed wall clock time (in seconds):1.156
1.88/1.26	o 267
1.88/1.26	c Got one! Elapsed wall clock time (in seconds):1.164
1.88/1.26	o 264
1.88/1.28	c Got one! Elapsed wall clock time (in seconds):1.178
1.88/1.28	o 262
1.97/1.33	c Got one! Elapsed wall clock time (in seconds):1.233
1.97/1.33	o 261
1.97/1.35	c Got one! Elapsed wall clock time (in seconds):1.245
1.97/1.35	o 259
1.97/1.36	c Got one! Elapsed wall clock time (in seconds):1.255
1.97/1.36	o 256
1.97/1.36	c Got one! Elapsed wall clock time (in seconds):1.263
1.97/1.36	o 254
1.97/1.38	c Got one! Elapsed wall clock time (in seconds):1.275
1.97/1.38	o 253
2.17/1.58	c cleaning 10028 clauses out of 20055 with flag 11624/24488
2.58/1.93	c cleaning 8004 clauses out of 16026 with flag 41750/30487
2.58/2.00	c Got one! Elapsed wall clock time (in seconds):1.895
2.58/2.00	o 242
2.69/2.02	c Got one! Elapsed wall clock time (in seconds):1.924
2.69/2.02	o 241
2.81/2.15	c Got one! Elapsed wall clock time (in seconds):2.054
2.81/2.15	o 232
2.92/2.23	c Got one! Elapsed wall clock time (in seconds):2.126
2.92/2.23	o 192
2.92/2.29	c cleaning 7188 clauses out of 14375 with flag 3970/36840
3.34/2.62	c cleaning 6589 clauses out of 13186 with flag 28372/42839
3.65/2.97	c Got one! Elapsed wall clock time (in seconds):2.874
3.65/2.97	o 179
3.75/3.04	c Got one! Elapsed wall clock time (in seconds):2.935
3.75/3.04	o 169
3.85/3.14	c Got one! Elapsed wall clock time (in seconds):3.035
3.85/3.14	o 145
3.95/3.23	c Got one! Elapsed wall clock time (in seconds):3.131
3.95/3.23	o 143
4.16/3.44	c cleaning 9996 clauses out of 20003 with flag 11495/56245
4.16/3.46	c Got one! Elapsed wall clock time (in seconds):3.354
4.16/3.46	o 141
4.16/3.48	c Got one! Elapsed wall clock time (in seconds):3.382
4.16/3.48	o 140
4.27/3.51	c Got one! Elapsed wall clock time (in seconds):3.404
4.27/3.51	o 131
4.27/3.56	c Got one! Elapsed wall clock time (in seconds):3.46
4.27/3.56	o 116
4.27/3.57	c Got one! Elapsed wall clock time (in seconds):3.473
4.27/3.57	o 107
4.27/3.59	c Got one! Elapsed wall clock time (in seconds):3.492
4.27/3.59	o 105
4.37/3.63	c Got one! Elapsed wall clock time (in seconds):3.529
4.37/3.63	o 88
4.37/3.64	c Got one! Elapsed wall clock time (in seconds):3.543
4.37/3.64	o 83
4.71/3.92	c cleaning 8809 clauses out of 17630 with flag 17967/63868
5.24/4.28	c cleaning 7409 clauses out of 14820 with flag 53521/69867
5.39/4.36	c Got one! Elapsed wall clock time (in seconds):4.258
5.39/4.36	o 82
5.80/4.50	c Got one! Elapsed wall clock time (in seconds):4.403
5.80/4.50	o 79
5.98/4.63	c cleaning 6922 clauses out of 13844 with flag 7274/76300
5.98/4.69	c Got one! Elapsed wall clock time (in seconds):4.584
5.98/4.69	o 77
6.11/4.76	c Got one! Elapsed wall clock time (in seconds):4.658
6.11/4.76	o 74
6.21/4.84	c Got one! Elapsed wall clock time (in seconds):4.741
6.21/4.84	o 73
6.31/4.96	c cleaning 6750 clauses out of 13506 with flag 7993/82884
6.31/5.00	c Got one! Elapsed wall clock time (in seconds):4.895
6.31/5.00	o 70
6.52/5.13	c Got one! Elapsed wall clock time (in seconds):5.025
6.52/5.13	o 68
6.52/5.18	c Got one! Elapsed wall clock time (in seconds):5.079
6.52/5.18	o 65
6.72/5.30	c cleaning 6784 clauses out of 13581 with flag 8200/89709
6.72/5.32	c Got one! Elapsed wall clock time (in seconds):5.218
6.72/5.32	o 63
6.93/5.56	c cleaning 6175 clauses out of 12352 with flag 20858/95264
7.22/5.83	c cleaning 6088 clauses out of 12176 with flag 50256/101263
7.32/5.91	c Got one! Elapsed wall clock time (in seconds):5.805
7.32/5.91	o 62
7.43/6.06	c Got one! Elapsed wall clock time (in seconds):5.963
7.43/6.06	o 61
7.53/6.12	c cleaning 6216 clauses out of 12436 with flag 4527/107611
7.63/6.25	c Got one! Elapsed wall clock time (in seconds):6.145
7.63/6.25	o 60
7.75/6.35	c cleaning 5690 clauses out of 11389 with flag 8667/112780
7.95/6.57	c Got one! Elapsed wall clock time (in seconds):6.474
7.95/6.57	o 53
8.05/6.63	c Got one! Elapsed wall clock time (in seconds):6.534
8.05/6.63	o 50
8.05/6.68	c Got one! Elapsed wall clock time (in seconds):6.579
8.05/6.68	o 48
8.15/6.71	c Got one! Elapsed wall clock time (in seconds):6.611
8.15/6.71	o 46
8.36/6.93	c cleaning 8882 clauses out of 17768 with flag 14093/124849
8.65/7.20	c cleaning 7441 clauses out of 14885 with flag 34751/130848
8.95/7.52	c cleaning 7223 clauses out of 14445 with flag 58482/137849
9.36/7.91	c cleaning 7606 clauses out of 15220 with flag 89334/145848
9.66/8.23	c Got one! Elapsed wall clock time (in seconds):8.127
9.66/8.23	o 45
9.86/8.49	c cleaning 9812 clauses out of 19630 with flag 20021/157864
10.16/8.76	c cleaning 7909 clauses out of 15818 with flag 43797/163864
10.46/9.06	c cleaning 7448 clauses out of 14908 with flag 73849/170863
10.86/9.40	c cleaning 7720 clauses out of 15463 with flag 104740/178866
11.16/9.78	c Got one! Elapsed wall clock time (in seconds):9.675
11.16/9.78	o 44
11.47/10.04	c Got one! Elapsed wall clock time (in seconds):9.935
11.47/10.04	o 41
11.47/10.08	c Got one! Elapsed wall clock time (in seconds):9.975
11.47/10.08	o 40
11.57/10.15	c cleaning 11443 clauses out of 22890 with flag 4174/194013
11.87/10.44	c cleaning 8722 clauses out of 17448 with flag 29459/200014
12.17/10.75	c cleaning 7859 clauses out of 15728 with flag 60003/207016
12.58/11.12	c cleaning 7932 clauses out of 15868 with flag 95203/215015
12.97/11.56	c cleaning 8467 clauses out of 16935 with flag 132922/224014
13.27/11.88	c Got one! Elapsed wall clock time (in seconds):11.775
13.27/11.88	o 39
13.37/11.96	c Got one! Elapsed wall clock time (in seconds):11.864
13.37/11.96	o 28
13.68/12.21	c cleaning 10787 clauses out of 21576 with flag 14259/237124
13.87/12.49	c cleaning 8382 clauses out of 16785 with flag 38210/243120
14.17/12.79	c cleaning 7696 clauses out of 15402 with flag 62928/250119
14.47/13.00	c Got one! Elapsed wall clock time (in seconds):12.896
14.47/13.00	o 27
14.47/13.05	c Got one! Elapsed wall clock time (in seconds):12.951
14.47/13.05	o 26
14.69/13.27	c cleaning 9120 clauses out of 18254 with flag 15122/260667
15.00/13.53	c cleaning 7558 clauses out of 15134 with flag 38608/266667
15.10/13.66	c Got one! Elapsed wall clock time (in seconds):13.562
15.10/13.66	o 24
15.21/13.70	c Got one! Elapsed wall clock time (in seconds):13.598
15.21/13.70	o 17
15.21/13.79	c cleaning 6988 clauses out of 13979 with flag 7908/273071
15.54/14.01	c cleaning 6487 clauses out of 12991 with flag 30832/279071
15.74/14.29	c cleaning 6749 clauses out of 13505 with flag 59381/286072
16.14/14.60	c cleaning 7370 clauses out of 14755 with flag 90267/294071
16.14/14.64	c Got one! Elapsed wall clock time (in seconds):14.542
16.14/14.64	o 16
16.34/14.81	c cleaning 6304 clauses out of 12625 with flag 16974/299313
16.54/15.03	c cleaning 6154 clauses out of 12319 with flag 40786/305313
16.84/15.31	c cleaning 6578 clauses out of 13161 with flag 68694/312316
16.84/15.39	c starts		: 248
16.84/15.39	c conflicts		: 314575
16.84/15.39	c decisions		: 551418
16.84/15.39	c propagations		: 9566287
16.84/15.39	c inspects		: 160048546
16.84/15.39	c shortcuts		: 0
16.84/15.39	c learnt literals	: 30
16.84/15.39	c learnt binary clauses	: 32
16.84/15.39	c learnt ternary clauses	: 720
16.84/15.39	c learnt constraints	: 314544
16.84/15.39	c ignored constraints	: 0
16.84/15.39	c root simplifications	: 0
16.84/15.39	c removed literals (reason simplification)	: 0
16.84/15.39	c reason swapping (by a shorter reason)	: 0
16.84/15.39	c Calls to reduceDB	: 40
16.84/15.39	c Number of update (reduction) of LBD	: 95151
16.84/15.39	c Imported unit clauses	: 0
16.84/15.39	c number of reductions to clauses (during analyze)	: 0
16.84/15.39	c number of learned constraints concerned by reduction	: 0
16.84/15.39	c number of learning phase by resolution	: 0
16.84/15.39	c number of learning phase by cutting planes	: 0
16.84/15.39	c speed (assignments/second)	: 627956.3476434292
16.84/15.39	c non guided choices	4627
16.84/15.39	c learnt constraints type 
16.84/15.39	s OPTIMUM FOUND
16.84/15.39	c Found 101 solution(s)
16.84/15.39	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 
16.84/15.39	c objective function=16
16.84/15.39	c Total wall clock time (in seconds): 15.294

Verifier Data

OK	16

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-4090907-1466067818/watcher-4090907-1466067818 -o /tmp/evaluation-result-4090907-1466067818/solver-4090907-1466067818 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node120-1466062131-7114 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090907-1466067818.wbo 

pid=7934
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.35 2.23 2.19 4/194 7937
/proc/meminfo: memFree=29840080/32872528 swapFree=1589776/1720592
[pid=7937] ppid=7934 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/7937/stat : 7937 (java) S 7934 7937 7097 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 8830087 98570240 976 33554432000 1073741824 1073778376 140735012524128 140735012515264 226087698493 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7937/statm: 24065 976 743 9 0 16771 0
[pid=7937/tid=7938] ppid=7934 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7938/stat : 7938 (java) R 7934 7937 7097 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 8830087 98570240 977 33554432000 1073741824 1073778376 140735012524128 139785753562664 226084341120 0 0 4096 0 0 0 0 -1 5 0 0 0 0 0

[startup+0.100062 s]
/proc/loadavg: 2.35 2.23 2.19 4/194 7937
/proc/meminfo: memFree=29840080/32872528 swapFree=1589776/1720592
[pid=7937] ppid=7934 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/7937/stat : 7937 (java) S 7934 7937 7097 0 -1 4202496 4545 0 1 0 10 1 0 0 20 0 18 0 8830087 9787879424 5667 33554432000 1073741824 1073778376 140735012524128 140735012515264 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7937/statm: 2389619 5667 2157 9 0 2380296 0
[pid=7937/tid=7938] ppid=7934 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/7937/task/7938/stat : 7938 (java) R 7934 7937 7097 0 -1 4202560 2433 0 1 0 7 0 0 0 20 0 18 0 8830087 9787879424 5667 33554432000 1073741824 1073778376 140735012524128 139785753567576 226087724301 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.20029 s]
/proc/loadavg: 2.35 2.23 2.19 4/194 7937
/proc/meminfo: memFree=29840080/32872528 swapFree=1589776/1720592
[pid=7937] ppid=7934 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/7937/stat : 7937 (java) S 7934 7937 7097 0 -1 4202496 6531 0 1 0 28 1 0 0 20 0 19 0 8830087 9856040960 7630 33554432000 1073741824 1073778376 140735012524128 140735012515264 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7937/statm: 2406260 7630 2233 9 0 2396937 0
[pid=7937/tid=7938] ppid=7934 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/7937/task/7938/stat : 7938 (java) R 7934 7937 7097 0 -1 4202560 2465 0 1 0 17 0 0 0 20 0 19 0 8830087 9856040960 7630 33554432000 1073741824 1073778376 140735012524128 139785753567872 139785625310624 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9625040

[startup+0.300325 s]
/proc/loadavg: 2.35 2.23 2.19 4/194 7937
/proc/meminfo: memFree=29840080/32872528 swapFree=1589776/1720592
[pid=7937] ppid=7934 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/7937/stat : 7937 (java) S 7934 7937 7097 0 -1 4202496 7036 0 1 0 50 1 0 0 20 0 19 0 8830087 9856040960 8172 33554432000 1073741824 1073778376 140735012524128 140735012515264 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7937/statm: 2406260 8172 2243 9 0 2396937 0
[pid=7937/tid=7938] ppid=7934 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/7937/task/7938/stat : 7938 (java) R 7934 7937 7097 0 -1 4202560 2468 0 1 0 27 0 0 0 20 0 19 0 8830087 9856040960 8172 33554432000 1073741824 1073778376 140735012524128 139785753567192 139785625739911 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.700267 s]
/proc/loadavg: 2.35 2.23 2.19 4/194 7937
/proc/meminfo: memFree=29840080/32872528 swapFree=1589776/1720592
[pid=7937] ppid=7934 vsize=9625040 CPUtime=1.1 cores=1,3,5,7
/proc/7937/stat : 7937 (java) S 7934 7937 7097 0 -1 4202496 9108 0 1 0 108 2 0 0 20 0 19 0 8830087 9856040960 9651 33554432000 1073741824 1073778376 140735012524128 140735012515264 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7937/statm: 2406260 9651 2259 9 0 2396937 0
[pid=7937/tid=7938] ppid=7934 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/7937/task/7938/stat : 7938 (java) R 7934 7937 7097 0 -1 4202560 2471 0 1 0 67 0 0 0 20 0 19 0 8830087 9856040960 9651 33554432000 1073741824 1073778376 140735012524128 139785753567592 139785625763265 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 9625040

[startup+1.5008 s]
/proc/loadavg: 2.35 2.23 2.19 4/213 7956
/proc/meminfo: memFree=29800780/32872528 swapFree=1589776/1720592
[pid=7937] ppid=7934 vsize=9625040 CPUtime=2.17 cores=1,3,5,7
/proc/7937/stat : 7937 (java) S 7934 7937 7097 0 -1 4202496 13315 0 1 0 215 2 0 0 20 0 19 0 8830087 9856040960 12615 33554432000 1073741824 1073778376 140735012524128 140735012515264 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7937/statm: 2406260 12615 2262 9 0 2396937 0
[pid=7937/tid=7938] ppid=7934 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/7937/task/7938/stat : 7938 (java) R 7934 7937 7097 0 -1 4202560 2475 0 1 0 146 1 0 0 20 0 19 0 8830087 9856040960 12615 33554432000 1073741824 1073778376 140735012524128 139785753567784 139785625698463 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7937/tid=7940] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7940/stat : 7940 (java) S 7934 7937 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830088 9856040960 12615 33554432000 1073741824 1073778376 140735012524128 139785597672360 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7937/tid=7941] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7941/stat : 7941 (java) S 7934 7937 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830088 9856040960 12615 33554432000 1073741824 1073778376 140735012524128 139785596619816 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7937/tid=7942] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7942/stat : 7942 (java) S 7934 7937 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830088 9856040960 12615 33554432000 1073741824 1073778376 140735012524128 139785595566760 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7937/tid=7943] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7943/stat : 7943 (java) S 7934 7937 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830088 9856040960 12615 33554432000 1073741824 1073778376 140735012524128 139785594514216 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7937/tid=7944] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7944/stat : 7944 (java) S 7934 7937 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830088 9856040960 12615 33554432000 1073741824 1073778376 140735012524128 139785593461160 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7937/tid=7945] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7945/stat : 7945 (java) S 7934 7937 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830088 9856040960 12615 33554432000 1073741824 1073778376 140735012524128 139785592408616 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7937/tid=7946] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7946/stat : 7946 (java) S 7934 7937 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830088 9856040960 12615 33554432000 1073741824 1073778376 140735012524128 139785591355560 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7937/tid=7947] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7947/stat : 7947 (java) S 7934 7937 7097 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8830088 9856040960 12615 33554432000 1073741824 1073778376 140735012524128 139785590303016 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7937/tid=7948] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7948/stat : 7948 (java) S 7934 7937 7097 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8830089 9856040960 12615 33554432000 1073741824 1073778376 140735012524128 139785577892712 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7937/tid=7949] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7949/stat : 7949 (java) S 7934 7937 7097 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8830089 9856040960 12615 33554432000 1073741824 1073778376 140735012524128 139785576839032 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7937/tid=7950] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7950/stat : 7950 (java) S 7934 7937 7097 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8830089 9856040960 12615 33554432000 1073741824 1073778376 140735012524128 139785575785864 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7937/tid=7951] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7951/stat : 7951 (java) S 7934 7937 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830091 9856040960 12615 33554432000 1073741824 1073778376 140735012524128 139785574734608 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7937/tid=7952] ppid=7934 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/7937/task/7952/stat : 7952 (java) S 7934 7937 7097 0 -1 4202560 5642 0 0 0 35 0 0 0 20 0 19 0 8830091 9856040960 12615 33554432000 1073741824 1073778376 140735012524128 139785573681464 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7937/tid=7953] ppid=7934 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/7937/task/7953/stat : 7953 (java) S 7934 7937 7097 0 -1 4202560 3927 0 0 0 30 0 0 0 20 0 19 0 8830091 9856040960 12615 33554432000 1073741824 1073778376 140735012524128 139785572628920 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7937/tid=7954] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7954/stat : 7954 (java) S 7934 7937 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830091 9856040960 12615 33554432000 1073741824 1073778376 140735012524128 139785571576056 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7937/tid=7955] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7955/stat : 7955 (java) S 7934 7937 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830091 9856040960 12615 33554432000 1073741824 1073778376 140735012524128 139785570523720 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7937/tid=7956] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7956/stat : 7956 (java) S 7934 7937 7097 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8830103 9856040960 12615 33554432000 1073741824 1073778376 140735012524128 139785569371688 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 9625040

[startup+3.10092 s]
/proc/loadavg: 2.32 2.23 2.19 3/213 7956
/proc/meminfo: memFree=29794760/32872528 swapFree=1589776/1720592
[pid=7937] ppid=7934 vsize=9625040 CPUtime=3.85 cores=1,3,5,7
/proc/7937/stat : 7937 (java) S 7934 7937 7097 0 -1 4202496 13333 0 1 0 382 3 0 0 20 0 19 0 8830087 9856040960 14165 33554432000 1073741824 1073778376 140735012524128 140735012515264 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7937/statm: 2406260 14165 2263 9 0 2396937 0
[pid=7937/tid=7938] ppid=7934 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/7937/task/7938/stat : 7938 (java) R 7934 7937 7097 0 -1 4202560 2479 0 1 0 306 1 0 0 20 0 19 0 8830087 9856040960 14165 33554432000 1073741824 1073778376 140735012524128 139785753558736 139785625755844 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7937/tid=7940] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7940/stat : 7940 (java) S 7934 7937 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830088 9856040960 14165 33554432000 1073741824 1073778376 140735012524128 139785597672360 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7937/tid=7941] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7941/stat : 7941 (java) S 7934 7937 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830088 9856040960 14165 33554432000 1073741824 1073778376 140735012524128 139785596619816 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7937/tid=7942] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7942/stat : 7942 (java) S 7934 7937 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830088 9856040960 14165 33554432000 1073741824 1073778376 140735012524128 139785595566760 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7937/tid=7943] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7943/stat : 7943 (java) S 7934 7937 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830088 9856040960 14165 33554432000 1073741824 1073778376 140735012524128 139785594514216 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7937/tid=7944] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7944/stat : 7944 (java) S 7934 7937 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830088 9856040960 14165 33554432000 1073741824 1073778376 140735012524128 139785593461160 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7937/tid=7945] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7945/stat : 7945 (java) S 7934 7937 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830088 9856040960 14165 33554432000 1073741824 1073778376 140735012524128 139785592408616 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7937/tid=7946] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7946/stat : 7946 (java) S 7934 7937 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830088 9856040960 14165 33554432000 1073741824 1073778376 140735012524128 139785591355560 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7937/tid=7947] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7947/stat : 7947 (java) S 7934 7937 7097 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8830088 9856040960 14165 33554432000 1073741824 1073778376 140735012524128 139785590303016 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7937/tid=7948] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7948/stat : 7948 (java) S 7934 7937 7097 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8830089 9856040960 14165 33554432000 1073741824 1073778376 140735012524128 139785577892712 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7937/tid=7949] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7949/stat : 7949 (java) S 7934 7937 7097 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8830089 9856040960 14165 33554432000 1073741824 1073778376 140735012524128 139785576839032 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7937/tid=7950] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7950/stat : 7950 (java) S 7934 7937 7097 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8830089 9856040960 14165 33554432000 1073741824 1073778376 140735012524128 139785575785864 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7937/tid=7951] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7951/stat : 7951 (java) S 7934 7937 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830091 9856040960 14165 33554432000 1073741824 1073778376 140735012524128 139785574734608 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7937/tid=7952] ppid=7934 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/7937/task/7952/stat : 7952 (java) S 7934 7937 7097 0 -1 4202560 5656 0 0 0 42 0 0 0 20 0 19 0 8830091 9856040960 14165 33554432000 1073741824 1073778376 140735012524128 139785573681464 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7937/tid=7953] ppid=7934 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/7937/task/7953/stat : 7953 (java) S 7934 7937 7097 0 -1 4202560 3927 0 0 0 31 0 0 0 20 0 19 0 8830091 9856040960 14165 33554432000 1073741824 1073778376 140735012524128 139785572628920 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7937/tid=7954] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7954/stat : 7954 (java) S 7934 7937 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830091 9856040960 14165 33554432000 1073741824 1073778376 140735012524128 139785571576056 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7937/tid=7955] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7955/stat : 7955 (java) S 7934 7937 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830091 9856040960 14165 33554432000 1073741824 1073778376 140735012524128 139785570523720 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7937/tid=7956] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7956/stat : 7956 (java) S 7934 7937 7097 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8830103 9856040960 14165 33554432000 1073741824 1073778376 140735012524128 139785569371688 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.85
Current children cumulated vsize (KiB) 9625040

[startup+6.30081 s]
/proc/loadavg: 2.32 2.23 2.19 3/213 7956
/proc/meminfo: memFree=29770008/32872528 swapFree=1589776/1720592
[pid=7937] ppid=7934 vsize=9625040 CPUtime=7.75 cores=1,3,5,7
/proc/7937/stat : 7937 (java) S 7934 7937 7097 0 -1 4202496 22018 0 1 0 770 5 0 0 20 0 19 0 8830087 9856040960 20309 33554432000 1073741824 1073778376 140735012524128 140735012515264 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7937/statm: 2406260 20309 2264 9 0 2396937 0
[pid=7937/tid=7938] ppid=7934 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/7937/task/7938/stat : 7938 (java) R 7934 7937 7097 0 -1 4202560 2491 0 1 0 625 1 0 0 20 0 19 0 8830087 9856040960 20309 33554432000 1073741824 1073778376 140735012524128 139785753565672 139785625720195 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7937/tid=7940] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7940/stat : 7940 (java) S 7934 7937 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830088 9856040960 20309 33554432000 1073741824 1073778376 140735012524128 139785597672360 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7937/tid=7941] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7941/stat : 7941 (java) S 7934 7937 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830088 9856040960 20309 33554432000 1073741824 1073778376 140735012524128 139785596619816 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7937/tid=7942] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7942/stat : 7942 (java) S 7934 7937 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830088 9856040960 20309 33554432000 1073741824 1073778376 140735012524128 139785595566760 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7937/tid=7943] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7943/stat : 7943 (java) S 7934 7937 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830088 9856040960 20309 33554432000 1073741824 1073778376 140735012524128 139785594514216 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7937/tid=7944] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7944/stat : 7944 (java) S 7934 7937 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830088 9856040960 20309 33554432000 1073741824 1073778376 140735012524128 139785593461160 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7937/tid=7945] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7945/stat : 7945 (java) S 7934 7937 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830088 9856040960 20309 33554432000 1073741824 1073778376 140735012524128 139785592408616 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7937/tid=7946] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7946/stat : 7946 (java) S 7934 7937 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830088 9856040960 20309 33554432000 1073741824 1073778376 140735012524128 139785591355560 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7937/tid=7947] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7947/stat : 7947 (java) S 7934 7937 7097 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8830088 9856040960 20309 33554432000 1073741824 1073778376 140735012524128 139785590303016 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7937/tid=7948] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7948/stat : 7948 (java) S 7934 7937 7097 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8830089 9856040960 20309 33554432000 1073741824 1073778376 140735012524128 139785577892712 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7937/tid=7949] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7949/stat : 7949 (java) S 7934 7937 7097 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8830089 9856040960 20309 33554432000 1073741824 1073778376 140735012524128 139785576839032 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7937/tid=7950] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7950/stat : 7950 (java) S 7934 7937 7097 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8830089 9856040960 20309 33554432000 1073741824 1073778376 140735012524128 139785575785864 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7937/tid=7951] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7951/stat : 7951 (java) S 7934 7937 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830091 9856040960 20309 33554432000 1073741824 1073778376 140735012524128 139785574734608 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7937/tid=7952] ppid=7934 vsize=9625040 CPUtime=0.85 cores=1,3,5,7
/proc/7937/task/7952/stat : 7952 (java) S 7934 7937 7097 0 -1 4202560 9197 0 0 0 83 2 0 0 20 0 19 0 8830091 9856040960 20309 33554432000 1073741824 1073778376 140735012524128 139785573681464 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7937/tid=7953] ppid=7934 vsize=9625040 CPUtime=0.58 cores=1,3,5,7

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

[pid=7937/tid=7942] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7942/stat : 7942 (java) S 7934 7937 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830088 9856040960 30040 33554432000 1073741824 1073778376 140735012524128 139785595566760 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7937/tid=7943] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7943/stat : 7943 (java) S 7934 7937 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830088 9856040960 30040 33554432000 1073741824 1073778376 140735012524128 139785594514216 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7937/tid=7944] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7944/stat : 7944 (java) S 7934 7937 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830088 9856040960 30040 33554432000 1073741824 1073778376 140735012524128 139785593461160 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7937/tid=7945] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7945/stat : 7945 (java) S 7934 7937 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830088 9856040960 30040 33554432000 1073741824 1073778376 140735012524128 139785592408616 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7937/tid=7946] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7946/stat : 7946 (java) S 7934 7937 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830088 9856040960 30040 33554432000 1073741824 1073778376 140735012524128 139785591355560 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7937/tid=7947] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7947/stat : 7947 (java) S 7934 7937 7097 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8830088 9856040960 30040 33554432000 1073741824 1073778376 140735012524128 139785590303016 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7937/tid=7948] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7948/stat : 7948 (java) S 7934 7937 7097 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8830089 9856040960 30040 33554432000 1073741824 1073778376 140735012524128 139785577892712 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7937/tid=7949] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7949/stat : 7949 (java) S 7934 7937 7097 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8830089 9856040960 30040 33554432000 1073741824 1073778376 140735012524128 139785576839032 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7937/tid=7950] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7950/stat : 7950 (java) S 7934 7937 7097 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8830089 9856040960 30040 33554432000 1073741824 1073778376 140735012524128 139785575785864 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7937/tid=7951] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7951/stat : 7951 (java) S 7934 7937 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830091 9856040960 30040 33554432000 1073741824 1073778376 140735012524128 139785574734608 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7937/tid=7952] ppid=7934 vsize=9625040 CPUtime=0.94 cores=1,3,5,7
/proc/7937/task/7952/stat : 7952 (java) S 7934 7937 7097 0 -1 4202560 9200 0 0 0 92 2 0 0 20 0 19 0 8830091 9856040960 30040 33554432000 1073741824 1073778376 140735012524128 139785573681464 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7937/tid=7953] ppid=7934 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/7937/task/7953/stat : 7953 (java) S 7934 7937 7097 0 -1 4202560 9058 0 0 0 57 2 0 0 20 0 19 0 8830091 9856040960 30040 33554432000 1073741824 1073778376 140735012524128 139785572628920 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7937/tid=7954] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7954/stat : 7954 (java) S 7934 7937 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830091 9856040960 30040 33554432000 1073741824 1073778376 140735012524128 139785571576056 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7937/tid=7955] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7955/stat : 7955 (java) S 7934 7937 7097 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8830091 9856040960 30040 33554432000 1073741824 1073778376 140735012524128 139785570523720 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7937/tid=7956] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7956/stat : 7956 (java) S 7934 7937 7097 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8830103 9856040960 30040 33554432000 1073741824 1073778376 140735012524128 139785569371688 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 15.94
Current children cumulated vsize (KiB) 9625040

[startup+14.8007 s]
/proc/loadavg: 2.27 2.22 2.19 3/213 7956
/proc/meminfo: memFree=29726572/32872528 swapFree=1589776/1720592
[pid=7937] ppid=7934 vsize=9625040 CPUtime=16.34 cores=1,3,5,7
/proc/7937/stat : 7937 (java) S 7934 7937 7097 0 -1 4202496 22043 0 1 0 1628 6 0 0 20 0 19 0 8830087 9856040960 30552 33554432000 1073741824 1073778376 140735012524128 140735012515264 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7937/statm: 2406260 30552 2266 9 0 2396937 0
[pid=7937/tid=7938] ppid=7934 vsize=9625040 CPUtime=14.74 cores=1,3,5,7
/proc/7937/task/7938/stat : 7938 (java) R 7934 7937 7097 0 -1 4202560 2513 0 1 0 1472 2 0 0 20 0 19 0 8830087 9856040960 30552 33554432000 1073741824 1073778376 140735012524128 139785753567752 139785625677334 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7937/tid=7940] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7940/stat : 7940 (java) S 7934 7937 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830088 9856040960 30552 33554432000 1073741824 1073778376 140735012524128 139785597672360 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7937/tid=7941] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7941/stat : 7941 (java) S 7934 7937 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830088 9856040960 30552 33554432000 1073741824 1073778376 140735012524128 139785596619816 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7937/tid=7942] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7942/stat : 7942 (java) S 7934 7937 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830088 9856040960 30552 33554432000 1073741824 1073778376 140735012524128 139785595566760 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7937/tid=7943] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7943/stat : 7943 (java) S 7934 7937 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830088 9856040960 30552 33554432000 1073741824 1073778376 140735012524128 139785594514216 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7937/tid=7944] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7944/stat : 7944 (java) S 7934 7937 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830088 9856040960 30552 33554432000 1073741824 1073778376 140735012524128 139785593461160 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7937/tid=7945] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7945/stat : 7945 (java) S 7934 7937 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830088 9856040960 30552 33554432000 1073741824 1073778376 140735012524128 139785592408616 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7937/tid=7946] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7946/stat : 7946 (java) S 7934 7937 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830088 9856040960 30552 33554432000 1073741824 1073778376 140735012524128 139785591355560 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7937/tid=7947] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7947/stat : 7947 (java) S 7934 7937 7097 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8830088 9856040960 30552 33554432000 1073741824 1073778376 140735012524128 139785590303016 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7937/tid=7948] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7948/stat : 7948 (java) S 7934 7937 7097 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8830089 9856040960 30552 33554432000 1073741824 1073778376 140735012524128 139785577892712 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7937/tid=7949] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7949/stat : 7949 (java) S 7934 7937 7097 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8830089 9856040960 30552 33554432000 1073741824 1073778376 140735012524128 139785576839032 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7937/tid=7950] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7950/stat : 7950 (java) S 7934 7937 7097 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8830089 9856040960 30552 33554432000 1073741824 1073778376 140735012524128 139785575785864 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7937/tid=7951] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7951/stat : 7951 (java) S 7934 7937 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830091 9856040960 30552 33554432000 1073741824 1073778376 140735012524128 139785574734608 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7937/tid=7952] ppid=7934 vsize=9625040 CPUtime=0.94 cores=1,3,5,7
/proc/7937/task/7952/stat : 7952 (java) S 7934 7937 7097 0 -1 4202560 9200 0 0 0 92 2 0 0 20 0 19 0 8830091 9856040960 30552 33554432000 1073741824 1073778376 140735012524128 139785573681464 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7937/tid=7953] ppid=7934 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/7937/task/7953/stat : 7953 (java) S 7934 7937 7097 0 -1 4202560 9058 0 0 0 57 2 0 0 20 0 19 0 8830091 9856040960 30552 33554432000 1073741824 1073778376 140735012524128 139785572628920 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7937/tid=7954] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7954/stat : 7954 (java) S 7934 7937 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830091 9856040960 30552 33554432000 1073741824 1073778376 140735012524128 139785571576056 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7937/tid=7955] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7955/stat : 7955 (java) S 7934 7937 7097 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8830091 9856040960 30552 33554432000 1073741824 1073778376 140735012524128 139785570523720 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7937/tid=7956] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7956/stat : 7956 (java) S 7934 7937 7097 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8830103 9856040960 30552 33554432000 1073741824 1073778376 140735012524128 139785569371688 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 16.34
Current children cumulated vsize (KiB) 9625040

[startup+15.2008 s]
/proc/loadavg: 2.27 2.22 2.19 3/213 7956
/proc/meminfo: memFree=29726572/32872528 swapFree=1589776/1720592
[pid=7937] ppid=7934 vsize=9625040 CPUtime=16.74 cores=1,3,5,7
/proc/7937/stat : 7937 (java) S 7934 7937 7097 0 -1 4202496 22045 0 1 0 1668 6 0 0 20 0 19 0 8830087 9856040960 31064 33554432000 1073741824 1073778376 140735012524128 140735012515264 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7937/statm: 2406260 31064 2266 9 0 2396937 0
[pid=7937/tid=7938] ppid=7934 vsize=9625040 CPUtime=15.14 cores=1,3,5,7
/proc/7937/task/7938/stat : 7938 (java) R 7934 7937 7097 0 -1 4202560 2515 0 1 0 1512 2 0 0 20 0 19 0 8830087 9856040960 31064 33554432000 1073741824 1073778376 140735012524128 139785753567752 139785625743481 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7937/tid=7940] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7940/stat : 7940 (java) S 7934 7937 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830088 9856040960 31064 33554432000 1073741824 1073778376 140735012524128 139785597672360 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7937/tid=7941] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7941/stat : 7941 (java) S 7934 7937 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830088 9856040960 31064 33554432000 1073741824 1073778376 140735012524128 139785596619816 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7937/tid=7942] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7942/stat : 7942 (java) S 7934 7937 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830088 9856040960 31064 33554432000 1073741824 1073778376 140735012524128 139785595566760 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7937/tid=7943] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7943/stat : 7943 (java) S 7934 7937 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830088 9856040960 31064 33554432000 1073741824 1073778376 140735012524128 139785594514216 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7937/tid=7944] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7944/stat : 7944 (java) S 7934 7937 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830088 9856040960 31064 33554432000 1073741824 1073778376 140735012524128 139785593461160 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7937/tid=7945] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7945/stat : 7945 (java) S 7934 7937 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830088 9856040960 31064 33554432000 1073741824 1073778376 140735012524128 139785592408616 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7937/tid=7946] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7946/stat : 7946 (java) S 7934 7937 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830088 9856040960 31064 33554432000 1073741824 1073778376 140735012524128 139785591355560 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7937/tid=7947] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7947/stat : 7947 (java) S 7934 7937 7097 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8830088 9856040960 31064 33554432000 1073741824 1073778376 140735012524128 139785590303016 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7937/tid=7948] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7948/stat : 7948 (java) S 7934 7937 7097 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8830089 9856040960 31064 33554432000 1073741824 1073778376 140735012524128 139785577892712 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7937/tid=7949] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7949/stat : 7949 (java) S 7934 7937 7097 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8830089 9856040960 31064 33554432000 1073741824 1073778376 140735012524128 139785576839032 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7937/tid=7950] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7950/stat : 7950 (java) S 7934 7937 7097 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8830089 9856040960 31064 33554432000 1073741824 1073778376 140735012524128 139785575785864 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7937/tid=7951] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7951/stat : 7951 (java) S 7934 7937 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830091 9856040960 31064 33554432000 1073741824 1073778376 140735012524128 139785574734608 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7937/tid=7952] ppid=7934 vsize=9625040 CPUtime=0.94 cores=1,3,5,7
/proc/7937/task/7952/stat : 7952 (java) S 7934 7937 7097 0 -1 4202560 9200 0 0 0 92 2 0 0 20 0 19 0 8830091 9856040960 31064 33554432000 1073741824 1073778376 140735012524128 139785573681464 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7937/tid=7953] ppid=7934 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/7937/task/7953/stat : 7953 (java) S 7934 7937 7097 0 -1 4202560 9058 0 0 0 57 2 0 0 20 0 19 0 8830091 9856040960 31064 33554432000 1073741824 1073778376 140735012524128 139785572628920 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7937/tid=7954] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7954/stat : 7954 (java) S 7934 7937 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830091 9856040960 31064 33554432000 1073741824 1073778376 140735012524128 139785571576056 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7937/tid=7955] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7955/stat : 7955 (java) S 7934 7937 7097 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8830091 9856040960 31064 33554432000 1073741824 1073778376 140735012524128 139785570523720 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7937/tid=7956] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7956/stat : 7956 (java) S 7934 7937 7097 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8830103 9856040960 31064 33554432000 1073741824 1073778376 140735012524128 139785569371688 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 16.74
Current children cumulated vsize (KiB) 9625040

[startup+15.3007 s]
/proc/loadavg: 2.27 2.22 2.19 3/213 7956
/proc/meminfo: memFree=29726572/32872528 swapFree=1589776/1720592
[pid=7937] ppid=7934 vsize=9625040 CPUtime=16.84 cores=1,3,5,7
/proc/7937/stat : 7937 (java) S 7934 7937 7097 0 -1 4202496 22045 0 1 0 1678 6 0 0 20 0 19 0 8830087 9856040960 31064 33554432000 1073741824 1073778376 140735012524128 140735012515264 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7937/statm: 2406260 31064 2266 9 0 2396937 0
[pid=7937/tid=7938] ppid=7934 vsize=9625040 CPUtime=15.24 cores=1,3,5,7
/proc/7937/task/7938/stat : 7938 (java) R 7934 7937 7097 0 -1 4202560 2515 0 1 0 1522 2 0 0 20 0 19 0 8830087 9856040960 31064 33554432000 1073741824 1073778376 140735012524128 139785753567752 139785625686640 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7937/tid=7940] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7940/stat : 7940 (java) S 7934 7937 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830088 9856040960 31064 33554432000 1073741824 1073778376 140735012524128 139785597672360 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7937/tid=7941] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7941/stat : 7941 (java) S 7934 7937 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830088 9856040960 31064 33554432000 1073741824 1073778376 140735012524128 139785596619816 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7937/tid=7942] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7942/stat : 7942 (java) S 7934 7937 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830088 9856040960 31064 33554432000 1073741824 1073778376 140735012524128 139785595566760 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7937/tid=7943] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7943/stat : 7943 (java) S 7934 7937 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830088 9856040960 31064 33554432000 1073741824 1073778376 140735012524128 139785594514216 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7937/tid=7944] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7944/stat : 7944 (java) S 7934 7937 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830088 9856040960 31064 33554432000 1073741824 1073778376 140735012524128 139785593461160 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7937/tid=7945] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7945/stat : 7945 (java) S 7934 7937 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830088 9856040960 31064 33554432000 1073741824 1073778376 140735012524128 139785592408616 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7937/tid=7946] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7946/stat : 7946 (java) S 7934 7937 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830088 9856040960 31064 33554432000 1073741824 1073778376 140735012524128 139785591355560 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7937/tid=7947] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7947/stat : 7947 (java) S 7934 7937 7097 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8830088 9856040960 31064 33554432000 1073741824 1073778376 140735012524128 139785590303016 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7937/tid=7948] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7948/stat : 7948 (java) S 7934 7937 7097 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8830089 9856040960 31064 33554432000 1073741824 1073778376 140735012524128 139785577892712 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7937/tid=7949] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7949/stat : 7949 (java) S 7934 7937 7097 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8830089 9856040960 31064 33554432000 1073741824 1073778376 140735012524128 139785576839032 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7937/tid=7950] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7950/stat : 7950 (java) S 7934 7937 7097 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8830089 9856040960 31064 33554432000 1073741824 1073778376 140735012524128 139785575785864 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7937/tid=7951] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7951/stat : 7951 (java) S 7934 7937 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830091 9856040960 31064 33554432000 1073741824 1073778376 140735012524128 139785574734608 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7937/tid=7952] ppid=7934 vsize=9625040 CPUtime=0.94 cores=1,3,5,7
/proc/7937/task/7952/stat : 7952 (java) S 7934 7937 7097 0 -1 4202560 9200 0 0 0 92 2 0 0 20 0 19 0 8830091 9856040960 31064 33554432000 1073741824 1073778376 140735012524128 139785573681464 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7937/tid=7953] ppid=7934 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/7937/task/7953/stat : 7953 (java) S 7934 7937 7097 0 -1 4202560 9058 0 0 0 57 2 0 0 20 0 19 0 8830091 9856040960 31064 33554432000 1073741824 1073778376 140735012524128 139785572628920 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7937/tid=7954] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7954/stat : 7954 (java) S 7934 7937 7097 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830091 9856040960 31064 33554432000 1073741824 1073778376 140735012524128 139785571576056 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7937/tid=7955] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7955/stat : 7955 (java) S 7934 7937 7097 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8830091 9856040960 31064 33554432000 1073741824 1073778376 140735012524128 139785570523720 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7937/tid=7956] ppid=7934 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7937/task/7956/stat : 7956 (java) S 7934 7937 7097 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8830103 9856040960 31064 33554432000 1073741824 1073778376 140735012524128 139785569371688 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 16.84
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 15.402
CPU time (s): 16.9224
CPU user time (s): 16.8294
CPU system time (s): 0.092985
CPU usage (%): 109.871
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.8294
system time used= 0.092985
maximum resident set size= 126360
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22064
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= 664
involuntary context switches= 101

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.095985 second user time and 0.119981 second system time

The end

Launcher Data

Begin job on node120 at 2016-06-16 11:03:38
IDJOB=4090907
IDBENCH=79214
IDSOLVER=2551
FILE ID=node120/4090907-1466067818
RUNJOBID= node120-1466062131-7114
PBS_JOBID= 19904018
Free space on /tmp= 71740 MiB

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

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

MD5SUM BENCH= e433b9b816c291c8bf4fd4860d096bb6
RANDOM SEED=200992084

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29839988 kB
Buffers:            8824 kB
Cached:            43200 kB
SwapCached:         1984 kB
Active:           582308 kB
Inactive:          32256 kB
Active(anon):     563052 kB
Inactive(anon):     2100 kB
Active(file):      19256 kB
Inactive(file):    30156 kB
Unevictable:     1720592 kB
Mlocked:         1589776 kB
SwapTotal:      67108856 kB
SwapFree:       67099188 kB
Dirty:               812 kB
Writeback:             0 kB
AnonPages:       2282740 kB
Mapped:            15276 kB
Shmem:                 0 kB
Slab:             564000 kB
SReclaimable:       7972 kB
SUnreclaim:       556028 kB
KernelStack:        1576 kB
PageTables:         8784 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2423436 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    675840 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

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