Trace number 4110184

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 22.6226 21.1859

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110973163--soft-0-100-0.wbo
MD5SUMddf92c4c1e045ebe7e849be5501be2d8
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 benchmark14.5958
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 1215
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.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.10	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4110184-1466343838.wbo
0.10/0.11	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.055s.
0.10/0.16	c declared #vars     169
0.10/0.16	c internal #vars     270
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 => 30
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.10/0.16	c 101 constraints processed.
0.10/0.16	c objective function length is 101 literals
0.27/0.23	c SATISFIABLE
0.27/0.23	c OPTIMIZING...
0.27/0.23	c Got one! Elapsed wall clock time (in seconds):0.126
0.27/0.23	o 838
0.27/0.25	c Got one! Elapsed wall clock time (in seconds):0.144
0.27/0.25	o 834
0.51/0.30	c Got one! Elapsed wall clock time (in seconds):0.192
0.51/0.30	o 709
0.51/0.30	c Got one! Elapsed wall clock time (in seconds):0.197
0.51/0.30	o 697
0.51/0.31	c Got one! Elapsed wall clock time (in seconds):0.201
0.51/0.31	o 650
0.51/0.32	c Got one! Elapsed wall clock time (in seconds):0.215
0.51/0.32	o 632
0.51/0.33	c Got one! Elapsed wall clock time (in seconds):0.222
0.51/0.33	o 628
0.51/0.33	c Got one! Elapsed wall clock time (in seconds):0.226
0.51/0.33	o 624
0.51/0.34	c Got one! Elapsed wall clock time (in seconds):0.235
0.51/0.34	o 616
0.51/0.34	c Got one! Elapsed wall clock time (in seconds):0.238
0.51/0.34	o 529
0.51/0.35	c Got one! Elapsed wall clock time (in seconds):0.242
0.51/0.35	o 481
0.80/0.53	c cleaning 3023 clauses out of 6064 with flag 12286/6064
0.80/0.56	c Got one! Elapsed wall clock time (in seconds):0.46
0.80/0.56	o 464
0.80/0.57	c Got one! Elapsed wall clock time (in seconds):0.464
0.80/0.57	o 449
0.80/0.58	c Got one! Elapsed wall clock time (in seconds):0.471
0.80/0.58	o 448
0.97/0.65	c Got one! Elapsed wall clock time (in seconds):0.542
0.97/0.65	o 445
0.97/0.65	c Got one! Elapsed wall clock time (in seconds):0.547
0.97/0.65	o 420
0.97/0.66	c Got one! Elapsed wall clock time (in seconds):0.552
0.97/0.66	o 416
0.97/0.67	c Got one! Elapsed wall clock time (in seconds):0.567
0.97/0.67	o 414
0.97/0.69	c Got one! Elapsed wall clock time (in seconds):0.58
0.97/0.69	o 413
0.97/0.69	c Got one! Elapsed wall clock time (in seconds):0.583
0.97/0.69	o 394
1.11/0.70	c Got one! Elapsed wall clock time (in seconds):0.596
1.11/0.70	o 391
1.11/0.72	c Got one! Elapsed wall clock time (in seconds):0.616
1.11/0.72	o 384
1.21/0.82	c cleaning 4926 clauses out of 9882 with flag 8576/12905
1.21/0.88	c Got one! Elapsed wall clock time (in seconds):0.776
1.21/0.88	o 383
1.21/0.89	c Got one! Elapsed wall clock time (in seconds):0.786
1.21/0.89	o 372
1.53/1.10	c cleaning 5249 clauses out of 10498 with flag 20864/18447
1.65/1.13	c Got one! Elapsed wall clock time (in seconds):1.027
1.65/1.13	o 364
1.65/1.16	c Got one! Elapsed wall clock time (in seconds):1.055
1.65/1.16	o 362
1.78/1.22	c Got one! Elapsed wall clock time (in seconds):1.112
1.78/1.22	o 353
1.98/1.42	c cleaning 5975 clauses out of 11950 with flag 16907/25148
2.09/1.57	c Got one! Elapsed wall clock time (in seconds):1.465
2.09/1.57	o 347
2.19/1.61	c Got one! Elapsed wall clock time (in seconds):1.506
2.19/1.61	o 345
2.19/1.70	c Got one! Elapsed wall clock time (in seconds):1.591
2.19/1.70	o 344
2.29/1.76	c cleaning 6310 clauses out of 12621 with flag 3742/31794
2.59/2.07	c cleaning 6130 clauses out of 12304 with flag 30481/37787
2.99/2.44	c cleaning 6577 clauses out of 13175 with flag 62612/44788
3.39/2.88	c cleaning 7292 clauses out of 14597 with flag 100814/52787
3.69/3.12	c Got one! Elapsed wall clock time (in seconds):3.015
3.69/3.12	o 340
3.69/3.19	c cleaning 6382 clauses out of 12768 with flag 3802/58250
3.90/3.32	c Got one! Elapsed wall clock time (in seconds):3.211
3.90/3.32	o 335
3.90/3.37	c Got one! Elapsed wall clock time (in seconds):3.26
3.90/3.37	o 319
4.09/3.54	c cleaning 6579 clauses out of 13191 with flag 13797/65055
4.09/3.58	c Got one! Elapsed wall clock time (in seconds):3.471
4.09/3.58	o 317
4.40/3.83	c cleaning 6248 clauses out of 12523 with flag 21978/70966
4.70/4.13	c cleaning 6138 clauses out of 12281 with flag 49298/76972
4.70/4.15	c Got one! Elapsed wall clock time (in seconds):4.049
4.70/4.15	o 307
5.00/4.42	c cleaning 5913 clauses out of 11837 with flag 23016/82666
5.30/4.74	c cleaning 5955 clauses out of 11924 with flag 54974/88666
5.30/4.78	c Got one! Elapsed wall clock time (in seconds):4.674
5.30/4.78	o 306
5.40/4.84	c Got one! Elapsed wall clock time (in seconds):4.734
5.40/4.84	o 295
5.51/4.93	c Got one! Elapsed wall clock time (in seconds):4.821
5.51/4.93	o 294
5.51/4.99	c Got one! Elapsed wall clock time (in seconds):4.885
5.51/4.99	o 291
5.78/5.11	c cleaning 6532 clauses out of 13068 with flag 8937/95765
5.78/5.12	c Got one! Elapsed wall clock time (in seconds):5.019
5.78/5.12	o 290
5.98/5.37	c cleaning 5940 clauses out of 11884 with flag 21965/101113
6.18/5.55	c Got one! Elapsed wall clock time (in seconds):5.445
6.18/5.55	o 289
6.18/5.60	c Got one! Elapsed wall clock time (in seconds):5.494
6.18/5.60	o 275
6.38/5.72	c cleaning 6337 clauses out of 12686 with flag 9762/107855
6.48/5.81	c Got one! Elapsed wall clock time (in seconds):5.705
6.48/5.81	o 271
6.58/5.95	c Got one! Elapsed wall clock time (in seconds):5.841
6.58/5.95	o 270
6.68/6.01	c cleaning 5977 clauses out of 11978 with flag 4511/113484
6.78/6.16	c Got one! Elapsed wall clock time (in seconds):6.06
6.78/6.16	o 269
6.88/6.26	c Got one! Elapsed wall clock time (in seconds):6.158
6.88/6.26	o 266
6.98/6.33	c cleaning 6097 clauses out of 12200 with flag 4523/119683
6.98/6.34	c Got one! Elapsed wall clock time (in seconds):6.235
6.98/6.34	o 263
7.10/6.44	c Got one! Elapsed wall clock time (in seconds):6.339
7.10/6.44	o 252
7.20/6.55	c Got one! Elapsed wall clock time (in seconds):6.445
7.20/6.55	o 239
7.20/6.59	c Got one! Elapsed wall clock time (in seconds):6.483
7.20/6.59	o 238
7.41/6.71	c cleaning 6688 clauses out of 13404 with flag 9449/126984
7.41/6.73	c Got one! Elapsed wall clock time (in seconds):6.626
7.41/6.73	o 190
7.41/6.75	c Got one! Elapsed wall clock time (in seconds):6.644
7.41/6.75	o 183
7.41/6.80	c Got one! Elapsed wall clock time (in seconds):6.69
7.41/6.80	o 179
7.50/6.82	c Got one! Elapsed wall clock time (in seconds):6.713
7.50/6.82	o 176
7.50/6.89	c Got one! Elapsed wall clock time (in seconds):6.782
7.50/6.89	o 173
7.60/6.94	c Got one! Elapsed wall clock time (in seconds):6.83
7.60/6.94	o 160
7.70/7.00	c Got one! Elapsed wall clock time (in seconds):6.894
7.70/7.00	o 157
7.70/7.04	c Got one! Elapsed wall clock time (in seconds):6.934
7.70/7.04	o 156
7.70/7.07	c Got one! Elapsed wall clock time (in seconds):6.964
7.70/7.07	o 155
7.91/7.27	c cleaning 8429 clauses out of 16859 with flag 13242/137127
8.01/7.31	c Got one! Elapsed wall clock time (in seconds):7.209
8.01/7.31	o 152
8.01/7.35	c Got one! Elapsed wall clock time (in seconds):7.247
8.01/7.35	o 151
8.01/7.38	c Got one! Elapsed wall clock time (in seconds):7.274
8.01/7.38	o 147
8.22/7.59	c cleaning 7335 clauses out of 14696 with flag 16647/143393
8.53/7.85	c Got one! Elapsed wall clock time (in seconds):7.741
8.53/7.85	o 141
8.62/7.91	c cleaning 6654 clauses out of 13332 with flag 4624/149364
8.62/7.92	c Got one! Elapsed wall clock time (in seconds):7.815
8.62/7.92	o 126
8.62/7.99	c Got one! Elapsed wall clock time (in seconds):7.884
8.62/7.99	o 123
8.72/8.01	c Got one! Elapsed wall clock time (in seconds):7.904
8.72/8.01	o 122
8.72/8.04	c Got one! Elapsed wall clock time (in seconds):7.934
8.72/8.04	o 120
8.72/8.05	c Got one! Elapsed wall clock time (in seconds):7.947
8.72/8.05	o 118
8.83/8.11	c Got one! Elapsed wall clock time (in seconds):8.006
8.83/8.11	o 114
8.83/8.14	c Got one! Elapsed wall clock time (in seconds):8.036
8.83/8.14	o 112
8.83/8.18	c Got one! Elapsed wall clock time (in seconds):8.074
8.83/8.18	o 108
8.97/8.26	c Got one! Elapsed wall clock time (in seconds):8.152
8.97/8.26	o 102
9.11/8.30	c Got one! Elapsed wall clock time (in seconds):8.192
9.11/8.30	o 99
9.11/8.33	c Got one! Elapsed wall clock time (in seconds):8.227
9.11/8.33	o 97
9.11/8.38	c Got one! Elapsed wall clock time (in seconds):8.27
9.11/8.38	o 94
9.11/8.39	c Got one! Elapsed wall clock time (in seconds):8.281
9.11/8.39	o 91
9.21/8.41	c Got one! Elapsed wall clock time (in seconds):8.3
9.21/8.41	o 82
9.31/8.56	c cleaning 8904 clauses out of 17814 with flag 7701/160500
9.31/8.58	c Got one! Elapsed wall clock time (in seconds):8.477
9.31/8.58	o 62
9.50/8.62	c Got one! Elapsed wall clock time (in seconds):8.513
9.50/8.62	o 56
9.93/8.86	c cleaning 7648 clauses out of 15300 with flag 16837/166890
10.38/9.12	c cleaning 6820 clauses out of 13652 with flag 38989/172890
10.58/9.39	c cleaning 6914 clauses out of 13832 with flag 61337/179890
10.98/9.73	c cleaning 7460 clauses out of 14919 with flag 86532/187891
11.28/10.01	c Got one! Elapsed wall clock time (in seconds):9.904
11.28/10.01	o 55
11.48/10.25	c cleaning 9837 clauses out of 19680 with flag 17796/200112
11.58/10.32	c Got one! Elapsed wall clock time (in seconds):10.219
11.58/10.32	o 54
11.68/10.46	c cleaning 7430 clauses out of 14866 with flag 11180/205135
11.98/10.72	c cleaning 6707 clauses out of 13437 with flag 35804/211136
12.18/11.00	c Got one! Elapsed wall clock time (in seconds):10.896
12.18/11.00	o 50
12.38/11.11	c Got one! Elapsed wall clock time (in seconds):11.008
12.38/11.11	o 36
12.38/11.16	c Got one! Elapsed wall clock time (in seconds):11.054
12.38/11.16	o 35
12.48/11.27	c cleaning 9545 clauses out of 19102 with flag 6324/223508
12.69/11.45	c Got one! Elapsed wall clock time (in seconds):11.347
12.69/11.45	o 28
12.89/11.67	c cleaning 9900 clauses out of 19806 with flag 16595/233757
13.09/11.90	c cleaning 7952 clauses out of 15907 with flag 37538/239758
13.40/12.16	c cleaning 7472 clauses out of 14954 with flag 60309/246758
13.60/12.32	c Got one! Elapsed wall clock time (in seconds):12.211
13.60/12.32	o 26
13.60/12.36	c cleaning 6622 clauses out of 13271 with flag 3413/252548
13.81/12.57	c cleaning 6323 clauses out of 12649 with flag 23778/258548
14.11/12.82	c cleaning 6656 clauses out of 13324 with flag 48021/265546
14.41/13.12	c cleaning 7330 clauses out of 14668 with flag 76391/273546
14.41/13.19	c Got one! Elapsed wall clock time (in seconds):13.084
14.41/13.19	o 23
14.51/13.30	c cleaning 6179 clauses out of 12374 with flag 10530/278582
14.81/13.50	c cleaning 6094 clauses out of 12195 with flag 31279/284582
15.01/13.74	c cleaning 6545 clauses out of 13101 with flag 53596/291582
15.11/13.85	c Got one! Elapsed wall clock time (in seconds):13.747
15.11/13.85	o 22
15.21/13.93	c cleaning 5885 clauses out of 11792 with flag 7787/296818
15.41/14.13	c cleaning 5943 clauses out of 11908 with flag 27690/302819
15.41/14.17	c Got one! Elapsed wall clock time (in seconds):14.06
15.41/14.17	o 21
15.51/14.29	c cleaning 5579 clauses out of 11175 with flag 12859/308029
15.71/14.49	c cleaning 5791 clauses out of 11595 with flag 32734/314029
16.03/14.74	c cleaning 6396 clauses out of 12803 with flag 57479/321029
16.33/15.03	c cleaning 7203 clauses out of 14407 with flag 85705/329029
16.64/15.38	c cleaning 8099 clauses out of 16202 with flag 117949/338029
17.14/15.82	c cleaning 9047 clauses out of 18105 with flag 154617/348031
17.64/16.31	c cleaning 10025 clauses out of 20055 with flag 196244/359029
17.64/16.33	c Got one! Elapsed wall clock time (in seconds):16.22
17.64/16.33	o 18
17.85/16.53	c cleaning 7766 clauses out of 15541 with flag 19991/364540
18.05/16.75	c cleaning 6884 clauses out of 13773 with flag 43950/370538
18.35/17.01	c cleaning 6939 clauses out of 13888 with flag 71762/377538
18.65/17.30	c cleaning 7468 clauses out of 14949 with flag 101912/385539
18.95/17.65	c cleaning 8235 clauses out of 16479 with flag 136798/394538
19.35/18.06	c cleaning 9120 clauses out of 18244 with flag 174508/404539
19.84/18.55	c cleaning 10051 clauses out of 20121 with flag 218515/415538
20.44/19.11	c cleaning 11030 clauses out of 22067 with flag 265924/427538
20.74/19.49	c Got one! Elapsed wall clock time (in seconds):19.387
20.74/19.49	o 17
21.10/19.80	c cleaning 12368 clauses out of 24749 with flag 20811/441253
21.40/20.07	c cleaning 9185 clauses out of 18378 with flag 44865/447253
21.70/20.36	c cleaning 8087 clauses out of 16192 with flag 73440/454254
21.80/20.43	c Got one! Elapsed wall clock time (in seconds):20.324
21.80/20.43	o 16
21.91/20.56	c cleaning 6581 clauses out of 13170 with flag 14142/459319
22.11/20.79	c cleaning 6283 clauses out of 12587 with flag 38504/465317
22.41/21.07	c cleaning 6648 clauses out of 13296 with flag 66238/472317
22.51/21.18	c starts		: 292
22.51/21.18	c conflicts		: 475076
22.51/21.18	c decisions		: 825014
22.51/21.18	c propagations		: 14439959
22.51/21.18	c inspects		: 223403556
22.51/21.18	c shortcuts		: 0
22.51/21.18	c learnt literals	: 52
22.51/21.18	c learnt binary clauses	: 22
22.51/21.18	c learnt ternary clauses	: 774
22.51/21.18	c learnt constraints	: 475023
22.51/21.18	c ignored constraints	: 0
22.51/21.18	c root simplifications	: 0
22.51/21.18	c removed literals (reason simplification)	: 0
22.51/21.18	c reason swapping (by a shorter reason)	: 0
22.51/21.18	c Calls to reduceDB	: 65
22.51/21.18	c Number of update (reduction) of LBD	: 144099
22.51/21.18	c Imported unit clauses	: 0
22.51/21.18	c number of reductions to clauses (during analyze)	: 0
22.51/21.18	c number of learned constraints concerned by reduction	: 0
22.51/21.18	c number of learning phase by resolution	: 0
22.51/21.18	c number of learning phase by cutting planes	: 0
22.51/21.18	c speed (assignments/second)	: 687158.9892452651
22.51/21.18	c non guided choices	4821
22.51/21.18	c learnt constraints type 
22.51/21.18	s OPTIMUM FOUND
22.51/21.18	c Found 92 solution(s)
22.51/21.18	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 
22.51/21.18	c objective function=16
22.51/21.18	c Total wall clock time (in seconds): 21.073

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

pid=22642
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.37 2.26 1.96 4/194 22645
/proc/meminfo: memFree=30178040/32872528 swapFree=1286400/1433568
[pid=22645] ppid=22642 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/22645/stat : 22645 (java) R 22642 22645 20454 0 -1 4202496 1079 0 0 0 0 0 0 0 20 0 1 0 36430582 23793664 728 33554432000 1073741824 1073778376 140736312598336 140736312587400 139817718936911 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/22645/statm: 5809 738 547 9 0 128 0

[startup+0.100061 s]
/proc/loadavg: 2.37 2.26 1.96 4/194 22645
/proc/meminfo: memFree=30178040/32872528 swapFree=1286400/1433568
[pid=22645] ppid=22642 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/22645/stat : 22645 (java) S 22642 22645 20454 0 -1 4202496 4443 0 1 0 9 1 0 0 20 0 18 0 36430582 9787879424 6065 33554432000 1073741824 1073778376 140736312598336 140736312589472 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22645/statm: 2389619 6065 2140 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200237 s]
/proc/loadavg: 2.37 2.26 1.96 4/194 22645
/proc/meminfo: memFree=30178040/32872528 swapFree=1286400/1433568
[pid=22645] ppid=22642 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/22645/stat : 22645 (java) S 22642 22645 20454 0 -1 4202496 6450 0 1 0 26 1 0 0 20 0 19 0 36430582 9856040960 8113 33554432000 1073741824 1073778376 140736312598336 140736312589472 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22645/statm: 2406260 8113 2232 9 0 2396937 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9625040

[startup+0.300284 s]
/proc/loadavg: 2.37 2.26 1.96 4/194 22645
/proc/meminfo: memFree=30178040/32872528 swapFree=1286400/1433568
[pid=22645] ppid=22642 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/22645/stat : 22645 (java) S 22642 22645 20454 0 -1 4202496 6998 0 1 0 50 1 0 0 20 0 19 0 36430582 9856040960 8717 33554432000 1073741824 1073778376 140736312598336 140736312589472 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22645/statm: 2406260 8717 2243 9 0 2396937 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.700225 s]
/proc/loadavg: 2.37 2.26 1.96 4/194 22645
/proc/meminfo: memFree=30178040/32872528 swapFree=1286400/1433568
[pid=22645] ppid=22642 vsize=9625040 CPUtime=1.11 cores=1,3,5,7
/proc/22645/stat : 22645 (java) S 22642 22645 20454 0 -1 4202496 9429 0 1 0 109 2 0 0 20 0 19 0 36430582 9856040960 10089 33554432000 1073741824 1073778376 140736312598336 140736312589472 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22645/statm: 2406260 10089 2259 9 0 2396937 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.37 2.26 1.96 6/213 22664
/proc/meminfo: memFree=30142844/32872528 swapFree=1286400/1433568
[pid=22645] ppid=22642 vsize=9625040 CPUtime=2.09 cores=1,3,5,7
/proc/22645/stat : 22645 (java) S 22642 22645 20454 0 -1 4202496 12243 0 1 0 206 3 0 0 20 0 19 0 36430582 9856040960 11147 33554432000 1073741824 1073778376 140736312598336 140736312589472 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22645/statm: 2406260 11147 2262 9 0 2396937 0
[pid=22645/tid=22647] ppid=22642 vsize=9625040 CPUtime=1.48 cores=1,3,5,7
/proc/22645/task/22647/stat : 22647 (java) R 22642 22645 20454 0 -1 4202560 2420 0 1 0 146 2 0 0 20 0 19 0 36430583 9856040960 11147 33554432000 1073741824 1073778376 140736312598336 139817710973232 139817577243714 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22645/tid=22648] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22648/stat : 22648 (java) S 22642 22645 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430584 9856040960 11147 33554432000 1073741824 1073778376 140736312598336 139817700043176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22645/tid=22649] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22649/stat : 22649 (java) S 22642 22645 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430584 9856040960 11147 33554432000 1073741824 1073778376 140736312598336 139817698990632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22645/tid=22650] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22650/stat : 22650 (java) S 22642 22645 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430584 9856040960 11147 33554432000 1073741824 1073778376 140736312598336 139817697937576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22645/tid=22651] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22651/stat : 22651 (java) S 22642 22645 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430584 9856040960 11147 33554432000 1073741824 1073778376 140736312598336 139817696885032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22645/tid=22652] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22652/stat : 22652 (java) S 22642 22645 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430584 9856040960 11147 33554432000 1073741824 1073778376 140736312598336 139817695833000 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22645/tid=22653] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22653/stat : 22653 (java) S 22642 22645 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430584 9856040960 11147 33554432000 1073741824 1073778376 140736312598336 139817549249576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22645/tid=22654] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22654/stat : 22654 (java) S 22642 22645 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430584 9856040960 11147 33554432000 1073741824 1073778376 140736312598336 139817548196520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22645/tid=22655] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22655/stat : 22655 (java) S 22642 22645 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36430584 9856040960 11147 33554432000 1073741824 1073778376 140736312598336 139817547143976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22645/tid=22656] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22656/stat : 22656 (java) S 22642 22645 20454 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36430585 9856040960 11147 33554432000 1073741824 1073778376 140736312598336 139817534945640 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22645/tid=22657] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22657/stat : 22657 (java) S 22642 22645 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36430585 9856040960 11147 33554432000 1073741824 1073778376 140736312598336 139817533891960 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22645/tid=22658] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22658/stat : 22658 (java) S 22642 22645 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36430585 9856040960 11147 33554432000 1073741824 1073778376 140736312598336 139817532838792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22645/tid=22659] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22659/stat : 22659 (java) S 22642 22645 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430587 9856040960 11147 33554432000 1073741824 1073778376 140736312598336 139817531787536 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22645/tid=22660] ppid=22642 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/22645/task/22660/stat : 22660 (java) S 22642 22645 20454 0 -1 4202560 3056 0 0 0 25 0 0 0 20 0 19 0 36430587 9856040960 11147 33554432000 1073741824 1073778376 140736312598336 139817530735416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22645/tid=22661] ppid=22642 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/22645/task/22661/stat : 22661 (java) S 22642 22645 20454 0 -1 4202560 5495 0 0 0 34 0 0 0 20 0 19 0 36430587 9856040960 11147 33554432000 1073741824 1073778376 140736312598336 139817529682872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22645/tid=22662] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22662/stat : 22662 (java) S 22642 22645 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430587 9856040960 11147 33554432000 1073741824 1073778376 140736312598336 139817528630008 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22645/tid=22663] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22663/stat : 22663 (java) S 22642 22645 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430587 9856040960 11147 33554432000 1073741824 1073778376 140736312598336 139817527577672 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22645/tid=22664] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22664/stat : 22664 (java) S 22642 22645 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36430599 9856040960 11147 33554432000 1073741824 1073778376 140736312598336 139817526522920 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.09
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 2.34 2.26 1.96 5/213 22729
/proc/meminfo: memFree=30261044/32872528 swapFree=1286400/1433568
[pid=22645] ppid=22642 vsize=9625040 CPUtime=3.69 cores=1,3,5,7
/proc/22645/stat : 22645 (java) S 22642 22645 20454 0 -1 4202496 12247 0 1 0 366 3 0 0 20 0 19 0 36430582 9856040960 13195 33554432000 1073741824 1073778376 140736312598336 140736312589472 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22645/statm: 2406260 13195 2262 9 0 2396937 0
[pid=22645/tid=22647] ppid=22642 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/22645/task/22647/stat : 22647 (java) R 22642 22645 20454 0 -1 4202560 2424 0 1 0 305 2 0 0 20 0 19 0 36430583 9856040960 13195 33554432000 1073741824 1073778376 140736312598336 139817710972592 139817577055782 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22645/tid=22648] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22648/stat : 22648 (java) S 22642 22645 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430584 9856040960 13195 33554432000 1073741824 1073778376 140736312598336 139817700043176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22645/tid=22649] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22649/stat : 22649 (java) S 22642 22645 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430584 9856040960 13195 33554432000 1073741824 1073778376 140736312598336 139817698990632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22645/tid=22650] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22650/stat : 22650 (java) S 22642 22645 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430584 9856040960 13195 33554432000 1073741824 1073778376 140736312598336 139817697937576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22645/tid=22651] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22651/stat : 22651 (java) S 22642 22645 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430584 9856040960 13195 33554432000 1073741824 1073778376 140736312598336 139817696885032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22645/tid=22652] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22652/stat : 22652 (java) S 22642 22645 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430584 9856040960 13195 33554432000 1073741824 1073778376 140736312598336 139817695833000 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22645/tid=22653] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22653/stat : 22653 (java) S 22642 22645 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430584 9856040960 13195 33554432000 1073741824 1073778376 140736312598336 139817549249576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22645/tid=22654] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22654/stat : 22654 (java) S 22642 22645 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430584 9856040960 13195 33554432000 1073741824 1073778376 140736312598336 139817548196520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22645/tid=22655] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22655/stat : 22655 (java) S 22642 22645 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36430584 9856040960 13195 33554432000 1073741824 1073778376 140736312598336 139817547143976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22645/tid=22656] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22656/stat : 22656 (java) S 22642 22645 20454 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36430585 9856040960 13195 33554432000 1073741824 1073778376 140736312598336 139817534945640 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22645/tid=22657] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22657/stat : 22657 (java) S 22642 22645 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36430585 9856040960 13195 33554432000 1073741824 1073778376 140736312598336 139817533891960 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22645/tid=22658] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22658/stat : 22658 (java) S 22642 22645 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36430585 9856040960 13195 33554432000 1073741824 1073778376 140736312598336 139817532838792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22645/tid=22659] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22659/stat : 22659 (java) S 22642 22645 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430587 9856040960 13195 33554432000 1073741824 1073778376 140736312598336 139817531787536 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22645/tid=22660] ppid=22642 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/22645/task/22660/stat : 22660 (java) S 22642 22645 20454 0 -1 4202560 3056 0 0 0 25 0 0 0 20 0 19 0 36430587 9856040960 13195 33554432000 1073741824 1073778376 140736312598336 139817530735416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22645/tid=22661] ppid=22642 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/22645/task/22661/stat : 22661 (java) S 22642 22645 20454 0 -1 4202560 5495 0 0 0 34 0 0 0 20 0 19 0 36430587 9856040960 13195 33554432000 1073741824 1073778376 140736312598336 139817529682872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22645/tid=22662] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22662/stat : 22662 (java) S 22642 22645 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430587 9856040960 13195 33554432000 1073741824 1073778376 140736312598336 139817528630008 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22645/tid=22663] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22663/stat : 22663 (java) S 22642 22645 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430587 9856040960 13195 33554432000 1073741824 1073778376 140736312598336 139817527577672 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22645/tid=22664] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22664/stat : 22664 (java) S 22642 22645 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36430599 9856040960 13195 33554432000 1073741824 1073778376 140736312598336 139817526522920 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.69
Current children cumulated vsize (KiB) 9625040

[startup+6.30074 s]
/proc/loadavg: 2.34 2.26 1.96 3/213 22729
/proc/meminfo: memFree=30205888/32872528 swapFree=1286400/1433568
[pid=22645] ppid=22642 vsize=9625040 CPUtime=6.98 cores=1,3,5,7
/proc/22645/stat : 22645 (java) S 22642 22645 20454 0 -1 4202496 13193 0 1 0 695 3 0 0 20 0 19 0 36430582 9856040960 17292 33554432000 1073741824 1073778376 140736312598336 140736312589472 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22645/statm: 2406260 17292 2263 9 0 2396937 0
[pid=22645/tid=22647] ppid=22642 vsize=9625040 CPUtime=6.27 cores=1,3,5,7
/proc/22645/task/22647/stat : 22647 (java) R 22642 22645 20454 0 -1 4202560 2434 0 1 0 625 2 0 0 20 0 19 0 36430583 9856040960 17292 33554432000 1073741824 1073778376 140736312598336 139817710981656 139817577300600 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22645/tid=22648] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22648/stat : 22648 (java) S 22642 22645 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430584 9856040960 17292 33554432000 1073741824 1073778376 140736312598336 139817700043176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22645/tid=22649] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22649/stat : 22649 (java) S 22642 22645 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430584 9856040960 17292 33554432000 1073741824 1073778376 140736312598336 139817698990632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22645/tid=22650] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22650/stat : 22650 (java) S 22642 22645 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430584 9856040960 17292 33554432000 1073741824 1073778376 140736312598336 139817697937576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22645/tid=22651] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22651/stat : 22651 (java) S 22642 22645 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430584 9856040960 17292 33554432000 1073741824 1073778376 140736312598336 139817696885032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22645/tid=22652] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22652/stat : 22652 (java) S 22642 22645 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430584 9856040960 17292 33554432000 1073741824 1073778376 140736312598336 139817695833000 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22645/tid=22653] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22653/stat : 22653 (java) S 22642 22645 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430584 9856040960 17292 33554432000 1073741824 1073778376 140736312598336 139817549249576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22645/tid=22654] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22654/stat : 22654 (java) S 22642 22645 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430584 9856040960 17292 33554432000 1073741824 1073778376 140736312598336 139817548196520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22645/tid=22655] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22655/stat : 22655 (java) S 22642 22645 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36430584 9856040960 17292 33554432000 1073741824 1073778376 140736312598336 139817547143976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22645/tid=22656] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22656/stat : 22656 (java) S 22642 22645 20454 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36430585 9856040960 17292 33554432000 1073741824 1073778376 140736312598336 139817534945640 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22645/tid=22657] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22657/stat : 22657 (java) S 22642 22645 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36430585 9856040960 17292 33554432000 1073741824 1073778376 140736312598336 139817533891960 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22645/tid=22658] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22658/stat : 22658 (java) S 22642 22645 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36430585 9856040960 17292 33554432000 1073741824 1073778376 140736312598336 139817532838792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22645/tid=22659] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22659/stat : 22659 (java) S 22642 22645 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430587 9856040960 17292 33554432000 1073741824 1073778376 140736312598336 139817531787536 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22645/tid=22660] ppid=22642 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/22645/task/22660/stat : 22660 (java) S 22642 22645 20454 0 -1 4202560 3991 0 0 0 33 0 0 0 20 0 19 0 36430587 9856040960 17292 33554432000 1073741824 1073778376 140736312598336 139817530735416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22645/tid=22661] ppid=22642 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/22645/task/22661/stat : 22661 (java) S 22642 22645 20454 0 -1 4202560 5495 0 0 0 35 0 0 0 20 0 19 0 36430587 9856040960 17292 33554432000 1073741824 1073778376 140736312598336 139817529682872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22645/tid=22662] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22662/stat : 22662 (java) S 22642 22645 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430587 9856040960 17292 33554432000 1073741824 1073778376 140736312598336 139817528630008 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22645/tid=22663] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22663/stat : 22663 (java) S 22642 22645 20454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36430587 9856040960 17292 33554432000 1073741824 1073778376 140736312598336 139817527577672 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22645/tid=22664] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22664/stat : 22664 (java) S 22642 22645 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36430599 9856040960 17292 33554432000 1073741824 1073778376 140736312598336 139817526522920 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 6.98
Current children cumulated vsize (KiB) 9625040


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

[pid=22645/tid=22650] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22650/stat : 22650 (java) S 22642 22645 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430584 9856040960 39039 33554432000 1073741824 1073778376 140736312598336 139817697937576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22645/tid=22651] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22651/stat : 22651 (java) S 22642 22645 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430584 9856040960 39039 33554432000 1073741824 1073778376 140736312598336 139817696885032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22645/tid=22652] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22652/stat : 22652 (java) S 22642 22645 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430584 9856040960 39039 33554432000 1073741824 1073778376 140736312598336 139817695833000 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22645/tid=22653] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22653/stat : 22653 (java) S 22642 22645 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430584 9856040960 39039 33554432000 1073741824 1073778376 140736312598336 139817549249576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22645/tid=22654] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22654/stat : 22654 (java) S 22642 22645 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430584 9856040960 39039 33554432000 1073741824 1073778376 140736312598336 139817548196520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22645/tid=22655] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22655/stat : 22655 (java) S 22642 22645 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36430584 9856040960 39039 33554432000 1073741824 1073778376 140736312598336 139817547143976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22645/tid=22656] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22656/stat : 22656 (java) S 22642 22645 20454 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36430585 9856040960 39039 33554432000 1073741824 1073778376 140736312598336 139817534945640 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22645/tid=22657] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22657/stat : 22657 (java) S 22642 22645 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36430585 9856040960 39039 33554432000 1073741824 1073778376 140736312598336 139817533891960 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22645/tid=22658] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22658/stat : 22658 (java) S 22642 22645 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36430585 9856040960 39039 33554432000 1073741824 1073778376 140736312598336 139817532838792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22645/tid=22659] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22659/stat : 22659 (java) S 22642 22645 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430587 9856040960 39039 33554432000 1073741824 1073778376 140736312598336 139817531787536 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22645/tid=22660] ppid=22642 vsize=9625040 CPUtime=0.91 cores=1,3,5,7
/proc/22645/task/22660/stat : 22660 (java) S 22642 22645 20454 0 -1 4202560 11451 0 0 0 89 2 0 0 20 0 19 0 36430587 9856040960 39039 33554432000 1073741824 1073778376 140736312598336 139817530735416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22645/tid=22661] ppid=22642 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/22645/task/22661/stat : 22661 (java) S 22642 22645 20454 0 -1 4202560 5673 0 0 0 49 0 0 0 20 0 19 0 36430587 9856040960 39039 33554432000 1073741824 1073778376 140736312598336 139817529682872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22645/tid=22662] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22662/stat : 22662 (java) S 22642 22645 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430587 9856040960 39039 33554432000 1073741824 1073778376 140736312598336 139817528630008 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22645/tid=22663] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22663/stat : 22663 (java) S 22642 22645 20454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36430587 9856040960 39039 33554432000 1073741824 1073778376 140736312598336 139817527577672 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22645/tid=22664] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22664/stat : 22664 (java) S 22642 22645 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36430599 9856040960 39039 33554432000 1073741824 1073778376 140736312598336 139817526522920 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 21.4
Current children cumulated vsize (KiB) 9625040

[startup+20.8008 s]
/proc/loadavg: 2.26 2.24 1.96 3/213 22794
/proc/meminfo: memFree=30084648/32872528 swapFree=1286400/1433568
[pid=22645] ppid=22642 vsize=9625040 CPUtime=22.21 cores=1,3,5,7
/proc/22645/stat : 22645 (java) S 22642 22645 20454 0 -1 4202496 20874 0 1 0 2215 6 0 0 20 0 19 0 36430582 9856040960 37766 33554432000 1073741824 1073778376 140736312598336 140736312589472 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22645/statm: 2406260 37766 2264 9 0 2396937 0
[pid=22645/tid=22647] ppid=22642 vsize=9625040 CPUtime=20.77 cores=1,3,5,7
/proc/22645/task/22647/stat : 22647 (java) R 22642 22645 20454 0 -1 4202560 2477 0 1 0 2074 3 0 0 20 0 19 0 36430583 9856040960 37766 33554432000 1073741824 1073778376 140736312598336 139817710972624 139817577254320 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22645/tid=22648] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22648/stat : 22648 (java) S 22642 22645 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430584 9856040960 37766 33554432000 1073741824 1073778376 140736312598336 139817700043176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22645/tid=22649] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22649/stat : 22649 (java) S 22642 22645 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430584 9856040960 37766 33554432000 1073741824 1073778376 140736312598336 139817698990632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22645/tid=22650] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22650/stat : 22650 (java) S 22642 22645 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430584 9856040960 37766 33554432000 1073741824 1073778376 140736312598336 139817697937576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22645/tid=22651] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22651/stat : 22651 (java) S 22642 22645 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430584 9856040960 37766 33554432000 1073741824 1073778376 140736312598336 139817696885032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22645/tid=22652] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22652/stat : 22652 (java) S 22642 22645 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430584 9856040960 37766 33554432000 1073741824 1073778376 140736312598336 139817695833000 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22645/tid=22653] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22653/stat : 22653 (java) S 22642 22645 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430584 9856040960 37766 33554432000 1073741824 1073778376 140736312598336 139817549249576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22645/tid=22654] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22654/stat : 22654 (java) S 22642 22645 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430584 9856040960 37766 33554432000 1073741824 1073778376 140736312598336 139817548196520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22645/tid=22655] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22655/stat : 22655 (java) S 22642 22645 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36430584 9856040960 37766 33554432000 1073741824 1073778376 140736312598336 139817547143976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22645/tid=22656] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22656/stat : 22656 (java) S 22642 22645 20454 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36430585 9856040960 37766 33554432000 1073741824 1073778376 140736312598336 139817534945640 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22645/tid=22657] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22657/stat : 22657 (java) S 22642 22645 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36430585 9856040960 37766 33554432000 1073741824 1073778376 140736312598336 139817533891960 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22645/tid=22658] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22658/stat : 22658 (java) S 22642 22645 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36430585 9856040960 37766 33554432000 1073741824 1073778376 140736312598336 139817532838792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22645/tid=22659] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22659/stat : 22659 (java) S 22642 22645 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430587 9856040960 37766 33554432000 1073741824 1073778376 140736312598336 139817531787536 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22645/tid=22660] ppid=22642 vsize=9625040 CPUtime=0.92 cores=1,3,5,7
/proc/22645/task/22660/stat : 22660 (java) S 22642 22645 20454 0 -1 4202560 11451 0 0 0 90 2 0 0 20 0 19 0 36430587 9856040960 37766 33554432000 1073741824 1073778376 140736312598336 139817530735416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22645/tid=22661] ppid=22642 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/22645/task/22661/stat : 22661 (java) S 22642 22645 20454 0 -1 4202560 5673 0 0 0 49 0 0 0 20 0 19 0 36430587 9856040960 37766 33554432000 1073741824 1073778376 140736312598336 139817529682872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22645/tid=22662] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22662/stat : 22662 (java) S 22642 22645 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430587 9856040960 37766 33554432000 1073741824 1073778376 140736312598336 139817528630008 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22645/tid=22663] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22663/stat : 22663 (java) S 22642 22645 20454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36430587 9856040960 37766 33554432000 1073741824 1073778376 140736312598336 139817527577672 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22645/tid=22664] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22664/stat : 22664 (java) S 22642 22645 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36430599 9856040960 37766 33554432000 1073741824 1073778376 140736312598336 139817526522920 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 22.21
Current children cumulated vsize (KiB) 9625040

[startup+21.0078 s]
/proc/loadavg: 2.26 2.24 1.96 3/213 22794
/proc/meminfo: memFree=30083352/32872528 swapFree=1286400/1433568
[pid=22645] ppid=22642 vsize=9625040 CPUtime=22.41 cores=1,3,5,7
/proc/22645/stat : 22645 (java) S 22642 22645 20454 0 -1 4202496 20874 0 1 0 2235 6 0 0 20 0 19 0 36430582 9856040960 37766 33554432000 1073741824 1073778376 140736312598336 140736312589472 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22645/statm: 2406260 37766 2264 9 0 2396937 0
[pid=22645/tid=22647] ppid=22642 vsize=9625040 CPUtime=20.98 cores=1,3,5,7
/proc/22645/task/22647/stat : 22647 (java) R 22642 22645 20454 0 -1 4202560 2477 0 1 0 2095 3 0 0 20 0 19 0 36430583 9856040960 37766 33554432000 1073741824 1073778376 140736312598336 139817710972624 139817577325792 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22645/tid=22648] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22648/stat : 22648 (java) S 22642 22645 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430584 9856040960 37766 33554432000 1073741824 1073778376 140736312598336 139817700043176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22645/tid=22649] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22649/stat : 22649 (java) S 22642 22645 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430584 9856040960 37766 33554432000 1073741824 1073778376 140736312598336 139817698990632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22645/tid=22650] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22650/stat : 22650 (java) S 22642 22645 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430584 9856040960 37766 33554432000 1073741824 1073778376 140736312598336 139817697937576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22645/tid=22651] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22651/stat : 22651 (java) S 22642 22645 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430584 9856040960 37766 33554432000 1073741824 1073778376 140736312598336 139817696885032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22645/tid=22652] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22652/stat : 22652 (java) S 22642 22645 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430584 9856040960 37766 33554432000 1073741824 1073778376 140736312598336 139817695833000 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22645/tid=22653] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22653/stat : 22653 (java) S 22642 22645 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430584 9856040960 37766 33554432000 1073741824 1073778376 140736312598336 139817549249576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22645/tid=22654] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22654/stat : 22654 (java) S 22642 22645 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430584 9856040960 37766 33554432000 1073741824 1073778376 140736312598336 139817548196520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22645/tid=22655] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22655/stat : 22655 (java) S 22642 22645 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36430584 9856040960 37766 33554432000 1073741824 1073778376 140736312598336 139817547143976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22645/tid=22656] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22656/stat : 22656 (java) S 22642 22645 20454 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36430585 9856040960 37766 33554432000 1073741824 1073778376 140736312598336 139817534945640 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22645/tid=22657] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22657/stat : 22657 (java) S 22642 22645 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36430585 9856040960 37766 33554432000 1073741824 1073778376 140736312598336 139817533891960 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22645/tid=22658] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22658/stat : 22658 (java) S 22642 22645 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36430585 9856040960 37766 33554432000 1073741824 1073778376 140736312598336 139817532838792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22645/tid=22659] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22659/stat : 22659 (java) S 22642 22645 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430587 9856040960 37766 33554432000 1073741824 1073778376 140736312598336 139817531787536 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22645/tid=22660] ppid=22642 vsize=9625040 CPUtime=0.92 cores=1,3,5,7
/proc/22645/task/22660/stat : 22660 (java) S 22642 22645 20454 0 -1 4202560 11451 0 0 0 90 2 0 0 20 0 19 0 36430587 9856040960 37766 33554432000 1073741824 1073778376 140736312598336 139817530735416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22645/tid=22661] ppid=22642 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/22645/task/22661/stat : 22661 (java) S 22642 22645 20454 0 -1 4202560 5673 0 0 0 49 0 0 0 20 0 19 0 36430587 9856040960 37766 33554432000 1073741824 1073778376 140736312598336 139817529682872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22645/tid=22662] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22662/stat : 22662 (java) S 22642 22645 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430587 9856040960 37766 33554432000 1073741824 1073778376 140736312598336 139817528630008 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22645/tid=22663] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22663/stat : 22663 (java) S 22642 22645 20454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36430587 9856040960 37766 33554432000 1073741824 1073778376 140736312598336 139817527577672 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22645/tid=22664] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22664/stat : 22664 (java) S 22642 22645 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36430599 9856040960 37766 33554432000 1073741824 1073778376 140736312598336 139817526522920 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 22.41
Current children cumulated vsize (KiB) 9625040

[startup+21.1008 s]
/proc/loadavg: 2.26 2.24 1.96 3/213 22794
/proc/meminfo: memFree=30083352/32872528 swapFree=1286400/1433568
[pid=22645] ppid=22642 vsize=9625040 CPUtime=22.51 cores=1,3,5,7
/proc/22645/stat : 22645 (java) S 22642 22645 20454 0 -1 4202496 20876 0 1 0 2245 6 0 0 20 0 19 0 36430582 9856040960 38278 33554432000 1073741824 1073778376 140736312598336 140736312589472 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22645/statm: 2406260 38278 2264 9 0 2396937 0
[pid=22645/tid=22647] ppid=22642 vsize=9625040 CPUtime=21.07 cores=1,3,5,7
/proc/22645/task/22647/stat : 22647 (java) R 22642 22645 20454 0 -1 4202560 2479 0 1 0 2104 3 0 0 20 0 19 0 36430583 9856040960 38278 33554432000 1073741824 1073778376 140736312598336 139817710979576 139817577325792 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22645/tid=22648] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22648/stat : 22648 (java) S 22642 22645 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430584 9856040960 38278 33554432000 1073741824 1073778376 140736312598336 139817700043176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22645/tid=22649] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22649/stat : 22649 (java) S 22642 22645 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430584 9856040960 38278 33554432000 1073741824 1073778376 140736312598336 139817698990632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22645/tid=22650] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22650/stat : 22650 (java) S 22642 22645 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430584 9856040960 38278 33554432000 1073741824 1073778376 140736312598336 139817697937576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22645/tid=22651] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22651/stat : 22651 (java) S 22642 22645 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430584 9856040960 38278 33554432000 1073741824 1073778376 140736312598336 139817696885032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22645/tid=22652] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22652/stat : 22652 (java) S 22642 22645 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430584 9856040960 38278 33554432000 1073741824 1073778376 140736312598336 139817695833000 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22645/tid=22653] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22653/stat : 22653 (java) S 22642 22645 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430584 9856040960 38278 33554432000 1073741824 1073778376 140736312598336 139817549249576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22645/tid=22654] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22654/stat : 22654 (java) S 22642 22645 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430584 9856040960 38278 33554432000 1073741824 1073778376 140736312598336 139817548196520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22645/tid=22655] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22655/stat : 22655 (java) S 22642 22645 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36430584 9856040960 38278 33554432000 1073741824 1073778376 140736312598336 139817547143976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22645/tid=22656] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22656/stat : 22656 (java) S 22642 22645 20454 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36430585 9856040960 38278 33554432000 1073741824 1073778376 140736312598336 139817534945640 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22645/tid=22657] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22657/stat : 22657 (java) S 22642 22645 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36430585 9856040960 38278 33554432000 1073741824 1073778376 140736312598336 139817533891960 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22645/tid=22658] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22658/stat : 22658 (java) S 22642 22645 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36430585 9856040960 38278 33554432000 1073741824 1073778376 140736312598336 139817532838792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22645/tid=22659] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22659/stat : 22659 (java) S 22642 22645 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430587 9856040960 38278 33554432000 1073741824 1073778376 140736312598336 139817531787536 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22645/tid=22660] ppid=22642 vsize=9625040 CPUtime=0.92 cores=1,3,5,7
/proc/22645/task/22660/stat : 22660 (java) S 22642 22645 20454 0 -1 4202560 11451 0 0 0 90 2 0 0 20 0 19 0 36430587 9856040960 38278 33554432000 1073741824 1073778376 140736312598336 139817530735416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22645/tid=22661] ppid=22642 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/22645/task/22661/stat : 22661 (java) S 22642 22645 20454 0 -1 4202560 5673 0 0 0 49 0 0 0 20 0 19 0 36430587 9856040960 38278 33554432000 1073741824 1073778376 140736312598336 139817529682872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22645/tid=22662] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22662/stat : 22662 (java) S 22642 22645 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36430587 9856040960 38278 33554432000 1073741824 1073778376 140736312598336 139817528630008 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22645/tid=22663] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22663/stat : 22663 (java) S 22642 22645 20454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36430587 9856040960 38278 33554432000 1073741824 1073778376 140736312598336 139817527577672 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22645/tid=22664] ppid=22642 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22645/task/22664/stat : 22664 (java) S 22642 22645 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36430599 9856040960 38278 33554432000 1073741824 1073778376 140736312598336 139817526522920 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 22.51
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 21.1859
CPU time (s): 22.6226
CPU user time (s): 22.5376
CPU system time (s): 0.084987
CPU usage (%): 106.781
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.5376
system time used= 0.084987
maximum resident set size= 156156
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20894
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= 803
involuntary context switches= 99

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.114982 second user time and 0.164974 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-19 15:43:58
IDJOB=4110184
IDBENCH=79193
IDSOLVER=2551
FILE ID=node130/4110184-1466343838
RUNJOBID= node130-1466341814-20471
PBS_JOBID= 19922023
Free space on /tmp= 71748 MiB

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

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

MD5SUM BENCH= ddf92c4c1e045ebe7e849be5501be2d8
RANDOM SEED=50245989

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30178304 kB
Buffers:           96576 kB
Cached:           260112 kB
SwapCached:         1836 kB
Active:           250804 kB
Inactive:         268620 kB
Active(anon):     162820 kB
Inactive(anon):     2524 kB
Active(file):      87984 kB
Inactive(file):   266096 kB
Unevictable:     1433568 kB
Mlocked:         1286400 kB
SwapTotal:      67108856 kB
SwapFree:       67099104 kB
Dirty:              1084 kB
Writeback:             4 kB
AnonPages:       1595888 kB
Mapped:            15472 kB
Shmem:                 0 kB
Slab:             608064 kB
SReclaimable:      50628 kB
SUnreclaim:       557436 kB
KernelStack:        1568 kB
PageTables:         7340 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2122728 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    288768 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

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