Trace number 4109336

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 23.7304 22.0981

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111223220--soft-33-100-0.wbo
MD5SUM27d3bd64d93eb8804d56550cbc3e68e3
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark10.2744
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints69
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 3204
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 3203
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1230
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4109336-1466343619.wbo
0.10/0.11	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.056s.
0.10/0.16	c declared #vars     169
0.10/0.16	c internal #vars     238
0.10/0.16	c #constraints  101
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
0.10/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 51
0.10/0.16	c 101 constraints processed.
0.10/0.16	c objective function length is 69 literals
0.56/0.30	c SATISFIABLE
0.56/0.30	c OPTIMIZING...
0.56/0.30	c Got one! Elapsed wall clock time (in seconds):0.192
0.56/0.30	o 1096
0.56/0.34	c Got one! Elapsed wall clock time (in seconds):0.233
0.56/0.34	o 615
0.56/0.35	c Got one! Elapsed wall clock time (in seconds):0.243
0.56/0.35	o 605
0.56/0.36	c Got one! Elapsed wall clock time (in seconds):0.249
0.56/0.36	o 599
0.56/0.36	c Got one! Elapsed wall clock time (in seconds):0.254
0.56/0.36	o 593
0.56/0.38	c Got one! Elapsed wall clock time (in seconds):0.267
0.56/0.38	o 592
0.56/0.38	c Got one! Elapsed wall clock time (in seconds):0.273
0.56/0.38	o 591
0.69/0.40	c Got one! Elapsed wall clock time (in seconds):0.291
0.69/0.40	o 583
0.69/0.41	c Got one! Elapsed wall clock time (in seconds):0.299
0.69/0.41	o 573
0.69/0.49	c Got one! Elapsed wall clock time (in seconds):0.377
0.69/0.49	o 550
0.69/0.49	c Got one! Elapsed wall clock time (in seconds):0.385
0.69/0.49	o 526
0.81/0.50	c Got one! Elapsed wall clock time (in seconds):0.392
0.81/0.50	o 505
1.01/0.65	c Got one! Elapsed wall clock time (in seconds):0.537
1.01/0.65	o 498
1.01/0.65	c Got one! Elapsed wall clock time (in seconds):0.541
1.01/0.65	o 494
1.01/0.66	c Got one! Elapsed wall clock time (in seconds):0.552
1.01/0.66	o 489
1.01/0.67	c Got one! Elapsed wall clock time (in seconds):0.558
1.01/0.67	o 458
1.01/0.68	c Got one! Elapsed wall clock time (in seconds):0.574
1.01/0.68	o 456
1.01/0.69	c Got one! Elapsed wall clock time (in seconds):0.578
1.01/0.69	o 443
1.12/0.76	c cleaning 5065 clauses out of 10138 with flag 3763/10138
1.12/0.77	c Got one! Elapsed wall clock time (in seconds):0.667
1.12/0.77	o 441
1.12/0.78	c Got one! Elapsed wall clock time (in seconds):0.676
1.12/0.78	o 440
1.12/0.79	c Got one! Elapsed wall clock time (in seconds):0.68
1.12/0.79	o 419
1.12/0.79	c Got one! Elapsed wall clock time (in seconds):0.687
1.12/0.79	o 415
1.29/0.80	c Got one! Elapsed wall clock time (in seconds):0.691
1.29/0.80	o 409
1.29/0.80	c Got one! Elapsed wall clock time (in seconds):0.696
1.29/0.80	o 386
1.29/0.82	c Got one! Elapsed wall clock time (in seconds):0.711
1.29/0.82	o 385
1.29/0.83	c Got one! Elapsed wall clock time (in seconds):0.722
1.29/0.83	o 384
1.29/0.84	c Got one! Elapsed wall clock time (in seconds):0.728
1.29/0.84	o 368
1.29/0.85	c Got one! Elapsed wall clock time (in seconds):0.741
1.29/0.85	o 365
1.29/0.87	c Got one! Elapsed wall clock time (in seconds):0.765
1.29/0.87	o 360
1.29/0.88	c Got one! Elapsed wall clock time (in seconds):0.774
1.29/0.88	o 335
1.29/0.89	c Got one! Elapsed wall clock time (in seconds):0.779
1.29/0.89	o 294
1.40/0.92	c Got one! Elapsed wall clock time (in seconds):0.812
1.40/0.92	o 293
1.40/0.95	c Got one! Elapsed wall clock time (in seconds):0.84
1.40/0.95	o 292
1.50/1.01	c Got one! Elapsed wall clock time (in seconds):0.906
1.50/1.01	o 284
1.50/1.03	c Got one! Elapsed wall clock time (in seconds):0.925
1.50/1.03	o 280
1.50/1.09	c Got one! Elapsed wall clock time (in seconds):0.978
1.50/1.09	o 277
1.50/1.10	c Got one! Elapsed wall clock time (in seconds):0.99
1.50/1.10	o 276
1.75/1.23	c Got one! Elapsed wall clock time (in seconds):1.124
1.75/1.23	o 275
1.75/1.25	c Got one! Elapsed wall clock time (in seconds):1.139
1.75/1.25	o 274
1.85/1.31	c cleaning 8146 clauses out of 16301 with flag 3574/21366
1.95/1.43	c Got one! Elapsed wall clock time (in seconds):1.325
1.95/1.43	o 270
2.11/1.53	c cleaning 6609 clauses out of 13220 with flag 6902/26431
2.11/1.54	c Got one! Elapsed wall clock time (in seconds):1.434
2.11/1.54	o 264
2.28/1.60	c Got one! Elapsed wall clock time (in seconds):1.492
2.28/1.60	o 256
2.28/1.62	c Got one! Elapsed wall clock time (in seconds):1.509
2.28/1.62	o 255
2.54/1.80	c cleaning 6378 clauses out of 12756 with flag 14761/32576
2.64/1.97	c Got one! Elapsed wall clock time (in seconds):1.86
2.64/1.97	o 253
2.74/2.02	c cleaning 5728 clauses out of 11465 with flag 3965/37663
2.74/2.02	c Got one! Elapsed wall clock time (in seconds):1.913
2.74/2.02	o 252
2.95/2.23	c cleaning 5387 clauses out of 10781 with flag 19553/42707
3.14/2.47	c cleaning 5693 clauses out of 11394 with flag 46917/48707
3.24/2.59	c Got one! Elapsed wall clock time (in seconds):2.482
3.24/2.59	o 247
3.34/2.68	c Got one! Elapsed wall clock time (in seconds):2.568
3.34/2.68	o 246
3.44/2.71	c Got one! Elapsed wall clock time (in seconds):2.599
3.44/2.71	o 241
3.44/2.76	c cleaning 6280 clauses out of 12559 with flag 3394/55565
3.44/2.78	c Got one! Elapsed wall clock time (in seconds):2.676
3.44/2.78	o 232
3.64/2.90	c Got one! Elapsed wall clock time (in seconds):2.793
3.64/2.90	o 208
3.64/2.93	c Got one! Elapsed wall clock time (in seconds):2.827
3.64/2.93	o 207
3.64/2.94	c Got one! Elapsed wall clock time (in seconds):2.83
3.64/2.94	o 168
3.64/2.97	c Got one! Elapsed wall clock time (in seconds):2.858
3.64/2.97	o 166
3.84/3.12	c cleaning 7143 clauses out of 14287 with flag 12588/63573
4.05/3.39	c cleaning 6573 clauses out of 13145 with flag 36060/69574
4.17/3.42	c Got one! Elapsed wall clock time (in seconds):3.309
4.17/3.42	o 164
4.17/3.42	c Got one! Elapsed wall clock time (in seconds):3.313
4.17/3.42	o 163
4.36/3.64	c Got one! Elapsed wall clock time (in seconds):3.53
4.36/3.64	o 162
4.36/3.68	c Got one! Elapsed wall clock time (in seconds):3.573
4.36/3.68	o 161
4.46/3.74	c cleaning 7096 clauses out of 14201 with flag 5108/77203
4.56/3.87	c Got one! Elapsed wall clock time (in seconds):3.765
4.56/3.87	o 151
4.66/3.91	c Got one! Elapsed wall clock time (in seconds):3.803
4.66/3.91	o 146
4.66/4.00	c Got one! Elapsed wall clock time (in seconds):3.888
4.66/4.00	o 144
4.77/4.05	c cleaning 6911 clauses out of 13836 with flag 5118/83934
4.88/4.17	c Got one! Elapsed wall clock time (in seconds):4.059
4.88/4.17	o 143
5.08/4.32	c cleaning 6401 clauses out of 12826 with flag 15670/89835
5.08/4.40	c Got one! Elapsed wall clock time (in seconds):4.294
5.08/4.40	o 142
5.19/4.46	c Got one! Elapsed wall clock time (in seconds):4.35
5.19/4.46	o 135
5.31/4.56	c cleaning 5949 clauses out of 11903 with flag 11284/95313
5.60/4.82	c cleaning 5971 clauses out of 11954 with flag 43413/101313
5.60/4.84	c Got one! Elapsed wall clock time (in seconds):4.734
5.60/4.84	o 134
5.60/4.90	c Got one! Elapsed wall clock time (in seconds):4.788
5.60/4.90	o 133
5.70/4.92	c Got one! Elapsed wall clock time (in seconds):4.814
5.70/4.92	o 132
5.70/4.96	c Got one! Elapsed wall clock time (in seconds):4.851
5.70/4.96	o 114
5.83/5.01	c Got one! Elapsed wall clock time (in seconds):4.899
5.83/5.01	o 111
5.93/5.13	c Got one! Elapsed wall clock time (in seconds):5.02
5.93/5.13	o 110
6.03/5.26	c cleaning 7490 clauses out of 14986 with flag 8005/110316
6.23/5.39	c Got one! Elapsed wall clock time (in seconds):5.278
6.23/5.39	o 109
6.43/5.50	c cleaning 6282 clauses out of 12579 with flag 9227/115399
6.81/5.66	c Got one! Elapsed wall clock time (in seconds):5.556
6.81/5.66	o 108
6.91/5.73	c cleaning 5739 clauses out of 11489 with flag 4239/120591
7.09/5.86	c Got one! Elapsed wall clock time (in seconds):5.753
7.09/5.86	o 107
7.29/5.97	c cleaning 5550 clauses out of 11101 with flag 9427/125942
7.49/6.04	c Got one! Elapsed wall clock time (in seconds):5.935
7.49/6.04	o 100
7.76/6.23	c cleaning 5697 clauses out of 11420 with flag 17197/131811
7.76/6.25	c Got one! Elapsed wall clock time (in seconds):6.145
7.76/6.25	o 98
7.86/6.38	c Got one! Elapsed wall clock time (in seconds):6.275
7.86/6.38	o 96
7.96/6.41	c Got one! Elapsed wall clock time (in seconds):6.307
7.96/6.41	o 91
8.06/6.51	c cleaning 6135 clauses out of 12276 with flag 9657/138364
8.06/6.55	c Got one! Elapsed wall clock time (in seconds):6.44
8.06/6.55	o 77
8.06/6.57	c Got one! Elapsed wall clock time (in seconds):6.465
8.06/6.57	o 76
8.18/6.66	c Got one! Elapsed wall clock time (in seconds):6.548
8.18/6.66	o 74
8.28/6.79	c Got one! Elapsed wall clock time (in seconds):6.678
8.28/6.79	o 73
8.37/6.84	c cleaning 6884 clauses out of 13774 with flag 5140/145997
8.37/6.86	c Got one! Elapsed wall clock time (in seconds):6.757
8.37/6.86	o 72
8.47/6.91	c Got one! Elapsed wall clock time (in seconds):6.803
8.47/6.91	o 71
8.57/7.07	c cleaning 6388 clauses out of 12776 with flag 15845/151883
8.87/7.33	c cleaning 6186 clauses out of 12386 with flag 42207/157881
9.17/7.65	c cleaning 6591 clauses out of 13200 with flag 77310/164881
9.58/8.01	c cleaning 7301 clauses out of 14611 with flag 117294/172883
9.98/8.44	c cleaning 8149 clauses out of 16308 with flag 164862/181881
10.48/8.95	c cleaning 9079 clauses out of 18159 with flag 212304/191881
11.08/9.52	c cleaning 10031 clauses out of 20079 with flag 269884/202881
11.18/9.62	c Got one! Elapsed wall clock time (in seconds):9.509
11.18/9.62	o 68
11.28/9.76	c cleaning 7681 clauses out of 15373 with flag 13602/208206
11.59/10.01	c cleaning 6840 clauses out of 13692 with flag 38891/214206
11.88/10.31	c cleaning 6919 clauses out of 13852 with flag 66414/221206
12.18/10.64	c cleaning 7461 clauses out of 14933 with flag 101505/229206
12.59/11.04	c cleaning 8235 clauses out of 16472 with flag 140231/238206
12.59/11.08	c Got one! Elapsed wall clock time (in seconds):10.97
12.59/11.08	o 63
12.78/11.25	c cleaning 6637 clauses out of 13284 with flag 17830/243253
12.98/11.49	c cleaning 6322 clauses out of 12649 with flag 42272/249255
13.08/11.55	c Got one! Elapsed wall clock time (in seconds):11.437
13.08/11.55	o 61
13.28/11.71	c cleaning 6032 clauses out of 12065 with flag 18067/254993
13.38/11.87	c Got one! Elapsed wall clock time (in seconds):11.761
13.38/11.87	o 59
13.48/11.91	c cleaning 5599 clauses out of 11204 with flag 4655/260164
13.69/12.14	c cleaning 5797 clauses out of 11605 with flag 30689/266164
13.98/12.42	c cleaning 6399 clauses out of 12808 with flag 62172/273164
14.28/12.73	c cleaning 7196 clauses out of 14409 with flag 96277/281164
14.68/13.12	c cleaning 8102 clauses out of 16215 with flag 134217/290166
14.68/13.14	c Got one! Elapsed wall clock time (in seconds):13.037
14.68/13.14	o 58
14.89/13.35	c cleaning 6884 clauses out of 13782 with flag 22406/295836
15.08/13.60	c cleaning 6447 clauses out of 12896 with flag 47472/301834
15.38/13.84	c Got one! Elapsed wall clock time (in seconds):13.729
15.38/13.84	o 57
15.58/14.06	c cleaning 8961 clauses out of 17942 with flag 20350/313329
15.91/14.32	c cleaning 7480 clauses out of 14978 with flag 46636/319326
16.01/14.44	c Got one! Elapsed wall clock time (in seconds):14.336
16.01/14.44	o 52
16.10/14.53	c cleaning 6340 clauses out of 12689 with flag 8067/324517
16.30/14.75	c cleaning 6162 clauses out of 12347 with flag 32125/330515
16.60/15.02	c cleaning 6589 clauses out of 13186 with flag 60606/337516
16.70/15.10	c Got one! Elapsed wall clock time (in seconds):14.995
16.70/15.10	o 48
16.80/15.22	c cleaning 5999 clauses out of 12003 with flag 11229/342922
17.00/15.44	c cleaning 5993 clauses out of 12004 with flag 33935/348923
17.30/15.71	c cleaning 6496 clauses out of 13009 with flag 59068/355922
17.51/15.95	c Got one! Elapsed wall clock time (in seconds):15.846
17.51/15.95	o 47
17.61/16.01	c Got one! Elapsed wall clock time (in seconds):15.898
17.61/16.01	o 46
17.61/16.06	c Got one! Elapsed wall clock time (in seconds):15.949
17.61/16.06	o 45
17.61/16.07	c Got one! Elapsed wall clock time (in seconds):15.965
17.61/16.07	o 43
17.81/16.22	c cleaning 9294 clauses out of 18595 with flag 12141/368004
18.01/16.46	c cleaning 7649 clauses out of 15302 with flag 36955/374005
18.31/16.74	c cleaning 7322 clauses out of 14651 with flag 64670/381003
18.61/17.05	c cleaning 7661 clauses out of 15330 with flag 93441/389004
18.91/17.39	c cleaning 8327 clauses out of 16666 with flag 125296/398003
19.41/17.81	c cleaning 9171 clauses out of 18341 with flag 163919/408005
19.91/18.31	c cleaning 10081 clauses out of 20168 with flag 205842/419004
20.41/18.89	c cleaning 11041 clauses out of 22088 with flag 253908/431005
20.51/18.98	c Got one! Elapsed wall clock time (in seconds):18.873
20.51/18.98	o 34
20.70/19.11	c cleaning 8173 clauses out of 16354 with flag 11578/436313
20.90/19.31	c cleaning 7089 clauses out of 14180 with flag 33353/442313
21.10/19.56	c cleaning 7039 clauses out of 14088 with flag 59666/449313
21.20/19.67	c Got one! Elapsed wall clock time (in seconds):19.558
21.20/19.67	o 30
21.30/19.74	c cleaning 6165 clauses out of 12340 with flag 6979/454604
21.41/19.84	c Got one! Elapsed wall clock time (in seconds):19.736
21.41/19.84	o 27
21.51/19.92	c cleaning 5821 clauses out of 11647 with flag 7863/460076
21.70/20.12	c cleaning 5907 clauses out of 11825 with flag 30199/466076
21.90/20.37	c cleaning 6458 clauses out of 12919 with flag 55595/473077
22.20/20.67	c cleaning 7228 clauses out of 14459 with flag 84715/481076
22.61/21.02	c cleaning 8108 clauses out of 16229 with flag 118750/490076
22.80/21.26	c Got one! Elapsed wall clock time (in seconds):21.152
22.80/21.26	o 23
23.10/21.50	c cleaning 9802 clauses out of 19617 with flag 19811/501576
23.10/21.51	c Got one! Elapsed wall clock time (in seconds):21.406
23.10/21.51	o 19
23.10/21.59	c Got one! Elapsed wall clock time (in seconds):21.484
23.10/21.59	o 18
23.20/21.68	c Got one! Elapsed wall clock time (in seconds):21.573
23.20/21.68	o 17
23.30/21.74	c cleaning 7709 clauses out of 15424 with flag 4255/507188
23.50/21.90	c Got one! Elapsed wall clock time (in seconds):21.796
23.50/21.90	o 16
23.50/21.95	c cleaning 6626 clauses out of 13284 with flag 4508/512757
23.61/22.00	c Got one! Elapsed wall clock time (in seconds):21.896
23.61/22.00	o 15
23.61/22.06	c Got one! Elapsed wall clock time (in seconds):21.953
23.61/22.06	o 14
23.61/22.08	c Got one! Elapsed wall clock time (in seconds):21.97
23.61/22.08	o 12
23.61/22.09	c starts		: 273
23.61/22.09	c conflicts		: 516099
23.61/22.09	c decisions		: 894977
23.61/22.09	c propagations		: 14589369
23.61/22.09	c inspects		: 251520517
23.61/22.09	c shortcuts		: 0
23.61/22.09	c learnt literals	: 32
23.61/22.09	c learnt binary clauses	: 62
23.61/22.09	c learnt ternary clauses	: 1664
23.61/22.09	c learnt constraints	: 516066
23.61/22.09	c ignored constraints	: 0
23.61/22.09	c root simplifications	: 0
23.61/22.09	c removed literals (reason simplification)	: 0
23.61/22.09	c reason swapping (by a shorter reason)	: 0
23.61/22.09	c Calls to reduceDB	: 72
23.61/22.09	c Number of update (reduction) of LBD	: 150350
23.61/22.09	c Imported unit clauses	: 0
23.61/22.09	c number of reductions to clauses (during analyze)	: 0
23.61/22.09	c number of learned constraints concerned by reduction	: 0
23.61/22.09	c number of learning phase by resolution	: 0
23.61/22.09	c number of learning phase by cutting planes	: 0
23.61/22.09	c speed (assignments/second)	: 665512.6813246966
23.61/22.09	c non guided choices	4287
23.61/22.09	c learnt constraints type 
23.61/22.09	s OPTIMUM FOUND
23.61/22.09	c Found 105 solution(s)
23.61/22.09	v -x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 x24 -x25 -x26 x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 x168 -x169 
23.61/22.09	c objective function=12
23.61/22.09	c Total wall clock time (in seconds): 21.983

Verifier Data

OK	12

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-4109336-1466343619/watcher-4109336-1466343619 -o /tmp/evaluation-result-4109336-1466343619/solver-4109336-1466343619 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466341816-5531 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4109336-1466343619.wbo 

pid=6011
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.18 2.15 1.85 2/195 6014
/proc/meminfo: memFree=31260592/32872528 swapFree=338416/354768
[pid=6014] ppid=6011 vsize=96272 CPUtime=0 cores=1,3,5,7
/proc/6014/stat : 6014 (java) S 6011 6014 5514 0 -1 4202496 1362 0 0 0 0 0 0 0 20 0 2 0 36408614 98582528 985 33554432000 1073741824 1073778376 140733565323712 140733565314848 242170757181 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6014/statm: 24068 985 750 9 0 16774 0
[pid=6014/tid=6015] ppid=6011 vsize=96268 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6015/stat : 6015 (java) R 6011 6014 5514 0 -1 4202560 142 0 0 0 0 0 0 0 20 0 2 0 36408614 98578432 989 33554432000 1073741824 1073778376 140733565323712 139675516370472 242158234919 0 0 0 16784584 0 0 0 -1 1 0 0 0 0 0

[startup+0.100119 s]
/proc/loadavg: 2.18 2.15 1.85 2/195 6014
/proc/meminfo: memFree=31260592/32872528 swapFree=338416/354768
[pid=6014] ppid=6011 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/6014/stat : 6014 (java) S 6011 6014 5514 0 -1 4202496 4414 0 1 0 9 1 0 0 20 0 18 0 36408614 9787879424 6040 33554432000 1073741824 1073778376 140733565323712 140733565314848 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6014/statm: 2389619 6040 2131 9 0 2380296 0
[pid=6014/tid=6015] ppid=6011 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/6014/task/6015/stat : 6015 (java) R 6011 6014 5514 0 -1 4202560 2381 0 1 0 8 0 0 0 20 0 18 0 36408614 9787879424 6040 33554432000 1073741824 1073778376 140733565323712 139675516373768 242170782989 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200332 s]
/proc/loadavg: 2.18 2.15 1.85 2/195 6014
/proc/meminfo: memFree=31260592/32872528 swapFree=338416/354768
[pid=6014] ppid=6011 vsize=9625356 CPUtime=0.26 cores=1,3,5,7
/proc/6014/stat : 6014 (java) S 6011 6014 5514 0 -1 4202496 6289 0 1 0 25 1 0 0 20 0 19 0 36408614 9856364544 8458 33554432000 1073741824 1073778376 140733565323712 140733565314848 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6014/statm: 2406339 8458 2229 9 0 2397016 0
[pid=6014/tid=6015] ppid=6011 vsize=9625356 CPUtime=0.18 cores=1,3,5,7
/proc/6014/task/6015/stat : 6015 (java) R 6011 6014 5514 0 -1 4202560 2410 0 1 0 18 0 0 0 20 0 19 0 36408614 9856364544 8464 33554432000 1073741824 1073778376 140733565323712 139675516375680 139675373265616 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9625356

[startup+0.300345 s]
/proc/loadavg: 2.18 2.15 1.85 2/195 6014
/proc/meminfo: memFree=31260592/32872528 swapFree=338416/354768
[pid=6014] ppid=6011 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/6014/stat : 6014 (java) S 6011 6014 5514 0 -1 4202496 7435 0 1 0 54 2 0 0 20 0 19 0 36408614 9856040960 8653 33554432000 1073741824 1073778376 140733565323712 140733565314848 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6014/statm: 2406260 8653 2244 9 0 2396937 0
[pid=6014/tid=6015] ppid=6011 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/6014/task/6015/stat : 6015 (java) R 6011 6014 5514 0 -1 4202560 2411 0 1 0 28 0 0 0 20 0 19 0 36408614 9856040960 8653 33554432000 1073741824 1073778376 140733565323712 139675516375192 139675373255248 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9625040

[startup+0.700279 s]
/proc/loadavg: 2.18 2.15 1.85 2/195 6014
/proc/meminfo: memFree=31260592/32872528 swapFree=338416/354768
[pid=6014] ppid=6011 vsize=9625040 CPUtime=1.12 cores=1,3,5,7
/proc/6014/stat : 6014 (java) S 6011 6014 5514 0 -1 4202496 9803 0 1 0 110 2 0 0 20 0 19 0 36408614 9856040960 9205 33554432000 1073741824 1073778376 140733565323712 140733565314848 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6014/statm: 2406260 9205 2254 9 0 2396937 0
[pid=6014/tid=6015] ppid=6011 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/6014/task/6015/stat : 6015 (java) R 6011 6014 5514 0 -1 4202560 2412 0 1 0 66 1 0 0 20 0 19 0 36408614 9856040960 9205 33554432000 1073741824 1073778376 140733565323712 139675516375160 139675373630960 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.18 2.15 1.85 3/214 6033
/proc/meminfo: memFree=31221100/32872528 swapFree=338416/354768
[pid=6014] ppid=6011 vsize=9625040 CPUtime=2.11 cores=1,3,5,7
/proc/6014/stat : 6014 (java) S 6011 6014 5514 0 -1 4202496 13040 0 1 0 208 3 0 0 20 0 19 0 36408614 9856040960 12239 33554432000 1073741824 1073778376 140733565323712 140733565314848 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6014/statm: 2406260 12239 2262 9 0 2396937 0
[pid=6014/tid=6015] ppid=6011 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/6014/task/6015/stat : 6015 (java) R 6011 6014 5514 0 -1 4202560 2416 0 1 0 146 1 0 0 20 0 19 0 36408614 9856040960 12239 33554432000 1073741824 1073778376 140733565323712 139675516375544 139675373207458 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6014/tid=6017] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6017/stat : 6017 (java) S 6011 6014 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408615 9856040960 12239 33554432000 1073741824 1073778376 140733565323712 139675494476072 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6014/tid=6018] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6018/stat : 6018 (java) S 6011 6014 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408615 9856040960 12239 33554432000 1073741824 1073778376 140733565323712 139675493423272 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6014/tid=6019] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6019/stat : 6019 (java) S 6011 6014 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408615 9856040960 12239 33554432000 1073741824 1073778376 140733565323712 139675492370984 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6014/tid=6020] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6020/stat : 6020 (java) S 6011 6014 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408615 9856040960 12239 33554432000 1073741824 1073778376 140733565323712 139675155032488 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6014/tid=6021] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6021/stat : 6021 (java) S 6011 6014 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408615 9856040960 12239 33554432000 1073741824 1073778376 140733565323712 139675153980200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6014/tid=6022] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6022/stat : 6022 (java) S 6011 6014 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408615 9856040960 12239 33554432000 1073741824 1073778376 140733565323712 139675152927400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6014/tid=6023] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6023/stat : 6023 (java) S 6011 6014 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408615 9856040960 12239 33554432000 1073741824 1073778376 140733565323712 139675151875112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6014/tid=6024] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6024/stat : 6024 (java) S 6011 6014 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36408615 9856040960 12239 33554432000 1073741824 1073778376 140733565323712 139675150822312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6014/tid=6025] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6025/stat : 6025 (java) S 6011 6014 5514 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36408616 9856040960 12239 33554432000 1073741824 1073778376 140733565323712 139675138623720 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6014/tid=6026] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6026/stat : 6026 (java) S 6011 6014 5514 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36408616 9856040960 12239 33554432000 1073741824 1073778376 140733565323712 139675137569784 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6014/tid=6027] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6027/stat : 6027 (java) S 6011 6014 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36408616 9856040960 12239 33554432000 1073741824 1073778376 140733565323712 139675136517384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6014/tid=6028] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6028/stat : 6028 (java) S 6011 6014 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408619 9856040960 12239 33554432000 1073741824 1073778376 140733565323712 139675135465872 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6014/tid=6029] ppid=6011 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/6014/task/6029/stat : 6029 (java) R 6011 6014 5514 0 -1 4202560 4575 0 0 0 26 0 0 0 20 0 19 0 36408619 9856040960 12239 33554432000 1073741824 1073778376 140733565323712 139675134390760 139675520489991 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6014/tid=6030] ppid=6011 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/6014/task/6030/stat : 6030 (java) S 6011 6014 5514 0 -1 4202560 4776 0 0 0 33 2 0 0 20 0 19 0 36408619 9856040960 12239 33554432000 1073741824 1073778376 140733565323712 139675133360696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6014/tid=6031] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6031/stat : 6031 (java) S 6011 6014 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408619 9856040960 12239 33554432000 1073741824 1073778376 140733565323712 139675132308600 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6014/tid=6032] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6032/stat : 6032 (java) S 6011 6014 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408619 9856040960 12239 33554432000 1073741824 1073778376 140733565323712 139675131256008 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6014/tid=6033] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6033/stat : 6033 (java) S 6011 6014 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36408631 9856040960 12239 33554432000 1073741824 1073778376 140733565323712 139675130102696 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.11
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 2.16 2.15 1.85 3/214 6033
/proc/meminfo: memFree=31210520/32872528 swapFree=338416/354768
[pid=6014] ppid=6011 vsize=9625040 CPUtime=3.84 cores=1,3,5,7
/proc/6014/stat : 6014 (java) S 6011 6014 5514 0 -1 4202496 14134 0 1 0 381 3 0 0 20 0 19 0 36408614 9856040960 12824 33554432000 1073741824 1073778376 140733565323712 140733565314848 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6014/statm: 2406260 12824 2262 9 0 2396937 0
[pid=6014/tid=6015] ppid=6011 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/6014/task/6015/stat : 6015 (java) R 6011 6014 5514 0 -1 4202560 2421 0 1 0 306 1 0 0 20 0 19 0 36408614 9856040960 12824 33554432000 1073741824 1073778376 140733565323712 139675516375544 139675373631051 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6014/tid=6017] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6017/stat : 6017 (java) S 6011 6014 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408615 9856040960 12824 33554432000 1073741824 1073778376 140733565323712 139675494476072 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6014/tid=6018] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6018/stat : 6018 (java) S 6011 6014 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408615 9856040960 12824 33554432000 1073741824 1073778376 140733565323712 139675493423272 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6014/tid=6019] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6019/stat : 6019 (java) S 6011 6014 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408615 9856040960 12824 33554432000 1073741824 1073778376 140733565323712 139675492370984 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6014/tid=6020] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6020/stat : 6020 (java) S 6011 6014 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408615 9856040960 12824 33554432000 1073741824 1073778376 140733565323712 139675155032488 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6014/tid=6021] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6021/stat : 6021 (java) S 6011 6014 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408615 9856040960 12824 33554432000 1073741824 1073778376 140733565323712 139675153980200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6014/tid=6022] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6022/stat : 6022 (java) S 6011 6014 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408615 9856040960 12824 33554432000 1073741824 1073778376 140733565323712 139675152927400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6014/tid=6023] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6023/stat : 6023 (java) S 6011 6014 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408615 9856040960 12824 33554432000 1073741824 1073778376 140733565323712 139675151875112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6014/tid=6024] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6024/stat : 6024 (java) S 6011 6014 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36408615 9856040960 12824 33554432000 1073741824 1073778376 140733565323712 139675150822312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6014/tid=6025] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6025/stat : 6025 (java) S 6011 6014 5514 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36408616 9856040960 12824 33554432000 1073741824 1073778376 140733565323712 139675138623720 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6014/tid=6026] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6026/stat : 6026 (java) S 6011 6014 5514 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36408616 9856040960 12824 33554432000 1073741824 1073778376 140733565323712 139675137569784 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6014/tid=6027] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6027/stat : 6027 (java) S 6011 6014 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36408616 9856040960 12824 33554432000 1073741824 1073778376 140733565323712 139675136517384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6014/tid=6028] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6028/stat : 6028 (java) S 6011 6014 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408619 9856040960 12824 33554432000 1073741824 1073778376 140733565323712 139675135465872 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6014/tid=6029] ppid=6011 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/6014/task/6029/stat : 6029 (java) S 6011 6014 5514 0 -1 4202560 5664 0 0 0 37 0 0 0 20 0 19 0 36408619 9856040960 12824 33554432000 1073741824 1073778376 140733565323712 139675134413496 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6014/tid=6030] ppid=6011 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/6014/task/6030/stat : 6030 (java) S 6011 6014 5514 0 -1 4202560 4776 0 0 0 35 2 0 0 20 0 19 0 36408619 9856040960 12824 33554432000 1073741824 1073778376 140733565323712 139675133360696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6014/tid=6031] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6031/stat : 6031 (java) S 6011 6014 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408619 9856040960 12824 33554432000 1073741824 1073778376 140733565323712 139675132308600 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6014/tid=6032] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6032/stat : 6032 (java) S 6011 6014 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408619 9856040960 12824 33554432000 1073741824 1073778376 140733565323712 139675131256008 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6014/tid=6033] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6033/stat : 6033 (java) S 6011 6014 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36408631 9856040960 12824 33554432000 1073741824 1073778376 140733565323712 139675130102696 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.84
Current children cumulated vsize (KiB) 9625040

[startup+6.30076 s]
/proc/loadavg: 2.16 2.15 1.85 4/214 6033
/proc/meminfo: memFree=31138536/32872528 swapFree=338416/354768
[pid=6014] ppid=6011 vsize=9625040 CPUtime=7.86 cores=1,3,5,7
/proc/6014/stat : 6014 (java) S 6011 6014 5514 0 -1 4202496 24271 0 1 0 781 5 0 0 20 0 19 0 36408614 9856040960 21570 33554432000 1073741824 1073778376 140733565323712 140733565314848 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6014/statm: 2406260 21570 2264 9 0 2396937 0
[pid=6014/tid=6015] ppid=6011 vsize=9625040 CPUtime=6.28 cores=1,3,5,7
/proc/6014/task/6015/stat : 6015 (java) R 6011 6014 5514 0 -1 4202560 2431 0 1 0 626 2 0 0 20 0 19 0 36408614 9856040960 21570 33554432000 1073741824 1073778376 140733565323712 139675516373576 139675373622250 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6014/tid=6017] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6017/stat : 6017 (java) S 6011 6014 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408615 9856040960 21570 33554432000 1073741824 1073778376 140733565323712 139675494476072 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6014/tid=6018] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6018/stat : 6018 (java) S 6011 6014 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408615 9856040960 21570 33554432000 1073741824 1073778376 140733565323712 139675493423272 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6014/tid=6019] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6019/stat : 6019 (java) S 6011 6014 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408615 9856040960 21570 33554432000 1073741824 1073778376 140733565323712 139675492370984 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6014/tid=6020] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6020/stat : 6020 (java) S 6011 6014 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408615 9856040960 21570 33554432000 1073741824 1073778376 140733565323712 139675155032488 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6014/tid=6021] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6021/stat : 6021 (java) S 6011 6014 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408615 9856040960 21570 33554432000 1073741824 1073778376 140733565323712 139675153980200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6014/tid=6022] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6022/stat : 6022 (java) S 6011 6014 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408615 9856040960 21570 33554432000 1073741824 1073778376 140733565323712 139675152927400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6014/tid=6023] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6023/stat : 6023 (java) S 6011 6014 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408615 9856040960 21570 33554432000 1073741824 1073778376 140733565323712 139675151875112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6014/tid=6024] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6024/stat : 6024 (java) S 6011 6014 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36408615 9856040960 21570 33554432000 1073741824 1073778376 140733565323712 139675150822312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6014/tid=6025] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6025/stat : 6025 (java) S 6011 6014 5514 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36408616 9856040960 21570 33554432000 1073741824 1073778376 140733565323712 139675138623720 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6014/tid=6026] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6026/stat : 6026 (java) S 6011 6014 5514 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36408616 9856040960 21570 33554432000 1073741824 1073778376 140733565323712 139675137569784 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6014/tid=6027] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6027/stat : 6027 (java) S 6011 6014 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36408616 9856040960 21570 33554432000 1073741824 1073778376 140733565323712 139675136517384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6014/tid=6028] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6028/stat : 6028 (java) S 6011 6014 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408619 9856040960 21570 33554432000 1073741824 1073778376 140733565323712 139675135465872 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6014/tid=6029] ppid=6011 vsize=9625040 CPUtime=1.12 cores=1,3,5,7
/proc/6014/task/6029/stat : 6029 (java) S 6011 6014 5514 0 -1 4202560 15589 0 0 0 109 3 0 0 20 0 19 0 36408619 9856040960 21570 33554432000 1073741824 1073778376 140733565323712 139675134413496 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6014/tid=6030] ppid=6011 vsize=9625040 CPUtime=0.45 cores=1,3,5,7

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

[pid=6014/tid=6019] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6019/stat : 6019 (java) S 6011 6014 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408615 9856040960 35988 33554432000 1073741824 1073778376 140733565323712 139675492370984 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6014/tid=6020] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6020/stat : 6020 (java) S 6011 6014 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408615 9856040960 35988 33554432000 1073741824 1073778376 140733565323712 139675155032488 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6014/tid=6021] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6021/stat : 6021 (java) S 6011 6014 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408615 9856040960 35988 33554432000 1073741824 1073778376 140733565323712 139675153980200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6014/tid=6022] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6022/stat : 6022 (java) S 6011 6014 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408615 9856040960 35988 33554432000 1073741824 1073778376 140733565323712 139675152927400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6014/tid=6023] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6023/stat : 6023 (java) S 6011 6014 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408615 9856040960 35988 33554432000 1073741824 1073778376 140733565323712 139675151875112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6014/tid=6024] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6024/stat : 6024 (java) S 6011 6014 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36408615 9856040960 35988 33554432000 1073741824 1073778376 140733565323712 139675150822312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6014/tid=6025] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6025/stat : 6025 (java) S 6011 6014 5514 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36408616 9856040960 35988 33554432000 1073741824 1073778376 140733565323712 139675138623720 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6014/tid=6026] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6026/stat : 6026 (java) S 6011 6014 5514 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36408616 9856040960 35988 33554432000 1073741824 1073778376 140733565323712 139675137569784 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6014/tid=6027] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6027/stat : 6027 (java) S 6011 6014 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36408616 9856040960 35988 33554432000 1073741824 1073778376 140733565323712 139675136517384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6014/tid=6028] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6028/stat : 6028 (java) S 6011 6014 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408619 9856040960 35988 33554432000 1073741824 1073778376 140733565323712 139675135465872 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6014/tid=6029] ppid=6011 vsize=9625040 CPUtime=1.14 cores=1,3,5,7
/proc/6014/task/6029/stat : 6029 (java) S 6011 6014 5514 0 -1 4202560 15589 0 0 0 111 3 0 0 20 0 19 0 36408619 9856040960 35988 33554432000 1073741824 1073778376 140733565323712 139675134413496 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6014/tid=6030] ppid=6011 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/6014/task/6030/stat : 6030 (java) S 6011 6014 5514 0 -1 4202560 4977 0 0 0 44 2 0 0 20 0 19 0 36408619 9856040960 35988 33554432000 1073741824 1073778376 140733565323712 139675133360696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6014/tid=6031] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6031/stat : 6031 (java) S 6011 6014 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408619 9856040960 35988 33554432000 1073741824 1073778376 140733565323712 139675132308600 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6014/tid=6032] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6032/stat : 6032 (java) S 6011 6014 5514 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36408619 9856040960 35988 33554432000 1073741824 1073778376 140733565323712 139675131256008 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6014/tid=6033] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6033/stat : 6033 (java) S 6011 6014 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36408631 9856040960 35988 33554432000 1073741824 1073778376 140733565323712 139675130102696 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 20.8
Current children cumulated vsize (KiB) 9625040

[startup+20.8008 s]
/proc/loadavg: 2.13 2.14 1.85 3/214 6163
/proc/meminfo: memFree=31098784/32872528 swapFree=338416/354768
[pid=6014] ppid=6011 vsize=9625040 CPUtime=22.4 cores=1,3,5,7
/proc/6014/stat : 6014 (java) S 6011 6014 5514 0 -1 4202496 24309 0 1 0 2232 8 0 0 20 0 19 0 36408614 9856040960 38548 33554432000 1073741824 1073778376 140733565323712 140733565314848 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6014/statm: 2406260 38548 2264 9 0 2396937 0
[pid=6014/tid=6015] ppid=6011 vsize=9625040 CPUtime=20.77 cores=1,3,5,7
/proc/6014/task/6015/stat : 6015 (java) R 6011 6014 5514 0 -1 4202560 2469 0 1 0 2073 4 0 0 20 0 19 0 36408614 9856040960 38548 33554432000 1073741824 1073778376 140733565323712 139675516366544 139675373642558 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6014/tid=6017] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6017/stat : 6017 (java) S 6011 6014 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408615 9856040960 38548 33554432000 1073741824 1073778376 140733565323712 139675494476072 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6014/tid=6018] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6018/stat : 6018 (java) S 6011 6014 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408615 9856040960 38548 33554432000 1073741824 1073778376 140733565323712 139675493423272 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6014/tid=6019] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6019/stat : 6019 (java) S 6011 6014 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408615 9856040960 38548 33554432000 1073741824 1073778376 140733565323712 139675492370984 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6014/tid=6020] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6020/stat : 6020 (java) S 6011 6014 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408615 9856040960 38548 33554432000 1073741824 1073778376 140733565323712 139675155032488 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6014/tid=6021] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6021/stat : 6021 (java) S 6011 6014 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408615 9856040960 38548 33554432000 1073741824 1073778376 140733565323712 139675153980200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6014/tid=6022] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6022/stat : 6022 (java) S 6011 6014 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408615 9856040960 38548 33554432000 1073741824 1073778376 140733565323712 139675152927400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6014/tid=6023] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6023/stat : 6023 (java) S 6011 6014 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408615 9856040960 38548 33554432000 1073741824 1073778376 140733565323712 139675151875112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6014/tid=6024] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6024/stat : 6024 (java) S 6011 6014 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36408615 9856040960 38548 33554432000 1073741824 1073778376 140733565323712 139675150822312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6014/tid=6025] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6025/stat : 6025 (java) S 6011 6014 5514 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36408616 9856040960 38548 33554432000 1073741824 1073778376 140733565323712 139675138623720 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6014/tid=6026] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6026/stat : 6026 (java) S 6011 6014 5514 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36408616 9856040960 38548 33554432000 1073741824 1073778376 140733565323712 139675137569784 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6014/tid=6027] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6027/stat : 6027 (java) S 6011 6014 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36408616 9856040960 38548 33554432000 1073741824 1073778376 140733565323712 139675136517384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6014/tid=6028] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6028/stat : 6028 (java) S 6011 6014 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408619 9856040960 38548 33554432000 1073741824 1073778376 140733565323712 139675135465872 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6014/tid=6029] ppid=6011 vsize=9625040 CPUtime=1.14 cores=1,3,5,7
/proc/6014/task/6029/stat : 6029 (java) S 6011 6014 5514 0 -1 4202560 15589 0 0 0 111 3 0 0 20 0 19 0 36408619 9856040960 38548 33554432000 1073741824 1073778376 140733565323712 139675134413496 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6014/tid=6030] ppid=6011 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/6014/task/6030/stat : 6030 (java) S 6011 6014 5514 0 -1 4202560 4977 0 0 0 44 2 0 0 20 0 19 0 36408619 9856040960 38548 33554432000 1073741824 1073778376 140733565323712 139675133360696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6014/tid=6031] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6031/stat : 6031 (java) S 6011 6014 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408619 9856040960 38548 33554432000 1073741824 1073778376 140733565323712 139675132308600 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6014/tid=6032] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6032/stat : 6032 (java) S 6011 6014 5514 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36408619 9856040960 38548 33554432000 1073741824 1073778376 140733565323712 139675131256008 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6014/tid=6033] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6033/stat : 6033 (java) S 6011 6014 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36408631 9856040960 38548 33554432000 1073741824 1073778376 140733565323712 139675130102696 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 22.4
Current children cumulated vsize (KiB) 9625040

[startup+21.6007 s]
/proc/loadavg: 2.13 2.14 1.85 4/214 6228
/proc/meminfo: memFree=31148544/32872528 swapFree=338416/354768
[pid=6014] ppid=6011 vsize=9625040 CPUtime=23.2 cores=1,3,5,7
/proc/6014/stat : 6014 (java) S 6011 6014 5514 0 -1 4202496 24310 0 1 0 2312 8 0 0 20 0 19 0 36408614 9856040960 39060 33554432000 1073741824 1073778376 140733565323712 140733565314848 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6014/statm: 2406260 39060 2264 9 0 2396937 0
[pid=6014/tid=6015] ppid=6011 vsize=9625040 CPUtime=21.58 cores=1,3,5,7
/proc/6014/task/6015/stat : 6015 (java) R 6011 6014 5514 0 -1 4202560 2470 0 1 0 2153 5 0 0 20 0 19 0 36408614 9856040960 39060 33554432000 1073741824 1073778376 140733565323712 139675516367152 139675373631265 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6014/tid=6017] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6017/stat : 6017 (java) S 6011 6014 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408615 9856040960 39060 33554432000 1073741824 1073778376 140733565323712 139675494476072 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6014/tid=6018] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6018/stat : 6018 (java) S 6011 6014 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408615 9856040960 39060 33554432000 1073741824 1073778376 140733565323712 139675493423272 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6014/tid=6019] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6019/stat : 6019 (java) S 6011 6014 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408615 9856040960 39060 33554432000 1073741824 1073778376 140733565323712 139675492370984 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6014/tid=6020] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6020/stat : 6020 (java) S 6011 6014 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408615 9856040960 39060 33554432000 1073741824 1073778376 140733565323712 139675155032488 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6014/tid=6021] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6021/stat : 6021 (java) S 6011 6014 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408615 9856040960 39060 33554432000 1073741824 1073778376 140733565323712 139675153980200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6014/tid=6022] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6022/stat : 6022 (java) S 6011 6014 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408615 9856040960 39060 33554432000 1073741824 1073778376 140733565323712 139675152927400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6014/tid=6023] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6023/stat : 6023 (java) S 6011 6014 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408615 9856040960 39060 33554432000 1073741824 1073778376 140733565323712 139675151875112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6014/tid=6024] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6024/stat : 6024 (java) S 6011 6014 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36408615 9856040960 39060 33554432000 1073741824 1073778376 140733565323712 139675150822312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6014/tid=6025] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6025/stat : 6025 (java) S 6011 6014 5514 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36408616 9856040960 39060 33554432000 1073741824 1073778376 140733565323712 139675138623720 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6014/tid=6026] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6026/stat : 6026 (java) S 6011 6014 5514 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36408616 9856040960 39060 33554432000 1073741824 1073778376 140733565323712 139675137569784 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6014/tid=6027] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6027/stat : 6027 (java) S 6011 6014 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36408616 9856040960 39060 33554432000 1073741824 1073778376 140733565323712 139675136517384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6014/tid=6028] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6028/stat : 6028 (java) S 6011 6014 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408619 9856040960 39060 33554432000 1073741824 1073778376 140733565323712 139675135465872 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6014/tid=6029] ppid=6011 vsize=9625040 CPUtime=1.14 cores=1,3,5,7
/proc/6014/task/6029/stat : 6029 (java) S 6011 6014 5514 0 -1 4202560 15589 0 0 0 111 3 0 0 20 0 19 0 36408619 9856040960 39060 33554432000 1073741824 1073778376 140733565323712 139675134413496 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6014/tid=6030] ppid=6011 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/6014/task/6030/stat : 6030 (java) S 6011 6014 5514 0 -1 4202560 4977 0 0 0 44 2 0 0 20 0 19 0 36408619 9856040960 39060 33554432000 1073741824 1073778376 140733565323712 139675133360696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6014/tid=6031] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6031/stat : 6031 (java) S 6011 6014 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408619 9856040960 39060 33554432000 1073741824 1073778376 140733565323712 139675132308600 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6014/tid=6032] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6032/stat : 6032 (java) S 6011 6014 5514 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36408619 9856040960 39060 33554432000 1073741824 1073778376 140733565323712 139675131256008 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6014/tid=6033] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6033/stat : 6033 (java) S 6011 6014 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36408631 9856040960 39060 33554432000 1073741824 1073778376 140733565323712 139675130102696 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 23.2
Current children cumulated vsize (KiB) 9625040

[startup+22.0007 s]
/proc/loadavg: 2.12 2.14 1.85 3/214 6228
/proc/meminfo: memFree=31135636/32872528 swapFree=338416/354768
[pid=6014] ppid=6011 vsize=9625040 CPUtime=23.61 cores=1,3,5,7
/proc/6014/stat : 6014 (java) S 6011 6014 5514 0 -1 4202496 24311 0 1 0 2353 8 0 0 20 0 19 0 36408614 9856040960 39572 33554432000 1073741824 1073778376 140733565323712 140733565314848 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6014/statm: 2406260 39572 2264 9 0 2396937 0
[pid=6014/tid=6015] ppid=6011 vsize=9625040 CPUtime=21.98 cores=1,3,5,7
/proc/6014/task/6015/stat : 6015 (java) R 6011 6014 5514 0 -1 4202560 2471 0 1 0 2193 5 0 0 20 0 19 0 36408614 9856040960 39572 33554432000 1073741824 1073778376 140733565323712 139675516366544 139675373601809 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6014/tid=6017] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6017/stat : 6017 (java) S 6011 6014 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408615 9856040960 39572 33554432000 1073741824 1073778376 140733565323712 139675494476072 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6014/tid=6018] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6018/stat : 6018 (java) S 6011 6014 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408615 9856040960 39572 33554432000 1073741824 1073778376 140733565323712 139675493423272 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6014/tid=6019] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6019/stat : 6019 (java) S 6011 6014 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408615 9856040960 39572 33554432000 1073741824 1073778376 140733565323712 139675492370984 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6014/tid=6020] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6020/stat : 6020 (java) S 6011 6014 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408615 9856040960 39572 33554432000 1073741824 1073778376 140733565323712 139675155032488 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6014/tid=6021] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6021/stat : 6021 (java) S 6011 6014 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408615 9856040960 39572 33554432000 1073741824 1073778376 140733565323712 139675153980200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6014/tid=6022] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6022/stat : 6022 (java) S 6011 6014 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408615 9856040960 39572 33554432000 1073741824 1073778376 140733565323712 139675152927400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6014/tid=6023] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6023/stat : 6023 (java) S 6011 6014 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408615 9856040960 39572 33554432000 1073741824 1073778376 140733565323712 139675151875112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6014/tid=6024] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6024/stat : 6024 (java) S 6011 6014 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36408615 9856040960 39572 33554432000 1073741824 1073778376 140733565323712 139675150822312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6014/tid=6025] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6025/stat : 6025 (java) S 6011 6014 5514 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36408616 9856040960 39572 33554432000 1073741824 1073778376 140733565323712 139675138623720 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6014/tid=6026] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6026/stat : 6026 (java) S 6011 6014 5514 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36408616 9856040960 39572 33554432000 1073741824 1073778376 140733565323712 139675137569784 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6014/tid=6027] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6027/stat : 6027 (java) S 6011 6014 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36408616 9856040960 39572 33554432000 1073741824 1073778376 140733565323712 139675136517384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6014/tid=6028] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6028/stat : 6028 (java) S 6011 6014 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408619 9856040960 39572 33554432000 1073741824 1073778376 140733565323712 139675135465872 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6014/tid=6029] ppid=6011 vsize=9625040 CPUtime=1.14 cores=1,3,5,7
/proc/6014/task/6029/stat : 6029 (java) S 6011 6014 5514 0 -1 4202560 15589 0 0 0 111 3 0 0 20 0 19 0 36408619 9856040960 39572 33554432000 1073741824 1073778376 140733565323712 139675134413496 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6014/tid=6030] ppid=6011 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/6014/task/6030/stat : 6030 (java) S 6011 6014 5514 0 -1 4202560 4977 0 0 0 44 2 0 0 20 0 19 0 36408619 9856040960 39572 33554432000 1073741824 1073778376 140733565323712 139675133360696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6014/tid=6031] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6031/stat : 6031 (java) S 6011 6014 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408619 9856040960 39572 33554432000 1073741824 1073778376 140733565323712 139675132308600 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6014/tid=6032] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6032/stat : 6032 (java) S 6011 6014 5514 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36408619 9856040960 39572 33554432000 1073741824 1073778376 140733565323712 139675131256008 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6014/tid=6033] ppid=6011 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6014/task/6033/stat : 6033 (java) S 6011 6014 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36408631 9856040960 39572 33554432000 1073741824 1073778376 140733565323712 139675130102696 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 23.61
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 22.0981
CPU time (s): 23.7304
CPU user time (s): 23.5974
CPU system time (s): 0.132979
CPU usage (%): 107.387
Max. virtual memory (cumulated for all children) (KiB): 9625356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.5974
system time used= 0.132979
maximum resident set size= 160400
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24336
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= 782
involuntary context switches= 163

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.148977 second user time and 0.206968 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-19 15:40:19
IDJOB=4109336
IDBENCH=78781
IDSOLVER=2551
FILE ID=node126/4109336-1466343619
RUNJOBID= node126-1466341816-5531
PBS_JOBID= 19922027
Free space on /tmp= 71740 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.1111223220--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109336-1466343619/watcher-4109336-1466343619 -o /tmp/evaluation-result-4109336-1466343619/solver-4109336-1466343619 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466341816-5531 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4109336-1466343619.wbo

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

MD5SUM BENCH= 27d3bd64d93eb8804d56550cbc3e68e3
RANDOM SEED=782612118

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.121
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.121
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:        31260848 kB
Buffers:          173444 kB
Cached:           276840 kB
SwapCached:         1796 kB
Active:           166156 kB
Inactive:         345056 kB
Active(anon):      60988 kB
Inactive(anon):     1916 kB
Active(file):     105168 kB
Inactive(file):   343140 kB
Unevictable:      354768 kB
Mlocked:          338416 kB
SwapTotal:      67108856 kB
SwapFree:       67100300 kB
Dirty:              1612 kB
Writeback:             0 kB
AnonPages:        465096 kB
Mapped:            17044 kB
Shmem:                 0 kB
Slab:             609464 kB
SReclaimable:      52600 kB
SUnreclaim:       556864 kB
KernelStack:        1768 kB
PageTables:         5280 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1042164 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    106496 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

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