Trace number 4090915

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16OPTIMUM 15.5906 14.0501

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110977780--soft-0-100-0.wbo
MD5SUMa2fcadde47f67cca69c2b162b15fa373
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark5.42017
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 5034
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 5033
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1327
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4090915-1466067891.wbo
0.11/0.10	c reading problem ... 
0.11/0.15	c ... done. Wall clock time 0.055s.
0.11/0.15	c declared #vars     169
0.11/0.15	c internal #vars     270
0.11/0.15	c #constraints  101
0.11/0.15	c constraints type 
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.11/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.11/0.15	c 101 constraints processed.
0.11/0.15	c objective function length is 101 literals
0.28/0.24	c SATISFIABLE
0.28/0.24	c OPTIMIZING...
0.28/0.24	c Got one! Elapsed wall clock time (in seconds):0.145
0.28/0.24	o 774
0.28/0.27	c Got one! Elapsed wall clock time (in seconds):0.172
0.28/0.27	o 773
0.28/0.28	c Got one! Elapsed wall clock time (in seconds):0.177
0.28/0.28	o 766
0.28/0.28	c Got one! Elapsed wall clock time (in seconds):0.183
0.28/0.28	o 762
0.28/0.29	c Got one! Elapsed wall clock time (in seconds):0.188
0.28/0.29	o 697
0.28/0.29	c Got one! Elapsed wall clock time (in seconds):0.195
0.28/0.29	o 596
0.53/0.30	c Got one! Elapsed wall clock time (in seconds):0.204
0.53/0.30	o 578
0.53/0.31	c Got one! Elapsed wall clock time (in seconds):0.208
0.53/0.31	o 568
0.53/0.31	c Got one! Elapsed wall clock time (in seconds):0.213
0.53/0.31	o 564
0.53/0.32	c Got one! Elapsed wall clock time (in seconds):0.216
0.53/0.32	o 542
0.53/0.32	c Got one! Elapsed wall clock time (in seconds):0.22
0.53/0.32	o 539
0.53/0.34	c Got one! Elapsed wall clock time (in seconds):0.237
0.53/0.34	o 534
0.53/0.35	c Got one! Elapsed wall clock time (in seconds):0.251
0.53/0.35	o 531
0.53/0.39	c Got one! Elapsed wall clock time (in seconds):0.286
0.53/0.39	o 528
0.69/0.41	c Got one! Elapsed wall clock time (in seconds):0.307
0.69/0.41	o 507
0.87/0.50	c Got one! Elapsed wall clock time (in seconds):0.404
0.87/0.50	o 506
0.98/0.67	c cleaning 4130 clauses out of 8261 with flag 11667/8261
0.98/0.69	c Got one! Elapsed wall clock time (in seconds):0.588
0.98/0.69	o 504
0.98/0.69	c Got one! Elapsed wall clock time (in seconds):0.592
0.98/0.69	o 485
0.98/0.70	c Got one! Elapsed wall clock time (in seconds):0.596
0.98/0.70	o 483
1.11/0.71	c Got one! Elapsed wall clock time (in seconds):0.606
1.11/0.71	o 474
1.11/0.72	c Got one! Elapsed wall clock time (in seconds):0.623
1.11/0.72	o 473
1.11/0.73	c Got one! Elapsed wall clock time (in seconds):0.628
1.11/0.73	o 471
1.11/0.73	c Got one! Elapsed wall clock time (in seconds):0.632
1.11/0.73	o 467
1.11/0.74	c Got one! Elapsed wall clock time (in seconds):0.644
1.11/0.74	o 405
1.11/0.77	c Got one! Elapsed wall clock time (in seconds):0.672
1.11/0.77	o 400
1.11/0.78	c Got one! Elapsed wall clock time (in seconds):0.685
1.11/0.78	o 399
1.27/0.81	c Got one! Elapsed wall clock time (in seconds):0.708
1.27/0.81	o 398
1.27/0.85	c Got one! Elapsed wall clock time (in seconds):0.754
1.27/0.85	o 397
1.27/0.88	c Got one! Elapsed wall clock time (in seconds):0.777
1.27/0.88	o 385
1.27/0.89	c Got one! Elapsed wall clock time (in seconds):0.788
1.27/0.89	o 384
1.68/1.15	c cleaning 6888 clauses out of 13785 with flag 21076/17915
1.79/1.28	c Got one! Elapsed wall clock time (in seconds):1.181
1.79/1.28	o 342
1.88/1.31	c Got one! Elapsed wall clock time (in seconds):1.209
1.88/1.31	o 324
1.98/1.40	c Got one! Elapsed wall clock time (in seconds):1.302
1.98/1.40	o 305
1.98/1.47	c Got one! Elapsed wall clock time (in seconds):1.369
1.98/1.47	o 284
2.08/1.53	c cleaning 7267 clauses out of 14539 with flag 4616/25557
2.08/1.57	c Got one! Elapsed wall clock time (in seconds):1.473
2.08/1.57	o 281
2.20/1.67	c Got one! Elapsed wall clock time (in seconds):1.569
2.20/1.67	o 280
2.40/1.81	c Got one! Elapsed wall clock time (in seconds):1.709
2.40/1.81	o 250
2.40/1.88	c cleaning 7069 clauses out of 14156 with flag 3727/32441
2.61/2.00	c Got one! Elapsed wall clock time (in seconds):1.898
2.61/2.00	o 230
2.61/2.07	c Got one! Elapsed wall clock time (in seconds):1.968
2.61/2.07	o 221
2.79/2.12	c Got one! Elapsed wall clock time (in seconds):2.021
2.79/2.12	o 219
2.79/2.18	c cleaning 6587 clauses out of 13195 with flag 3557/38549
2.99/2.35	c Got one! Elapsed wall clock time (in seconds):2.251
2.99/2.35	o 218
2.99/2.37	c Got one! Elapsed wall clock time (in seconds):2.269
2.99/2.37	o 215
3.09/2.41	c Got one! Elapsed wall clock time (in seconds):2.315
3.09/2.41	o 212
3.19/2.54	c cleaning 6855 clauses out of 13712 with flag 8054/45653
3.19/2.55	c Got one! Elapsed wall clock time (in seconds):2.456
3.19/2.55	o 211
3.29/2.62	c Got one! Elapsed wall clock time (in seconds):2.525
3.29/2.62	o 207
3.29/2.69	c Got one! Elapsed wall clock time (in seconds):2.59
3.29/2.69	o 205
3.39/2.77	c Got one! Elapsed wall clock time (in seconds):2.666
3.39/2.77	o 204
3.49/2.82	c Got one! Elapsed wall clock time (in seconds):2.716
3.49/2.82	o 203
3.49/2.84	c Got one! Elapsed wall clock time (in seconds):2.736
3.49/2.84	o 202
3.49/2.87	c Got one! Elapsed wall clock time (in seconds):2.771
3.49/2.87	o 201
3.59/2.98	c Got one! Elapsed wall clock time (in seconds):2.881
3.59/2.98	o 189
3.69/3.01	c Got one! Elapsed wall clock time (in seconds):2.915
3.69/3.01	o 186
3.69/3.05	c Got one! Elapsed wall clock time (in seconds):2.951
3.69/3.05	o 184
3.69/3.06	c Got one! Elapsed wall clock time (in seconds):2.962
3.69/3.06	o 178
3.79/3.13	c cleaning 9104 clauses out of 18208 with flag 4824/57004
3.89/3.24	c Got one! Elapsed wall clock time (in seconds):3.143
3.89/3.24	o 175
4.09/3.41	c cleaning 7317 clauses out of 14638 with flag 13237/62538
4.29/3.62	c Got one! Elapsed wall clock time (in seconds):3.517
4.29/3.62	o 173
4.29/3.67	c cleaning 6341 clauses out of 12689 with flag 4130/67906
4.61/3.95	c cleaning 6168 clauses out of 12349 with flag 32796/73907
4.61/3.99	c Got one! Elapsed wall clock time (in seconds):3.89
4.61/3.99	o 172
4.71/4.07	c Got one! Elapsed wall clock time (in seconds):3.974
4.71/4.07	o 170
4.80/4.13	c Got one! Elapsed wall clock time (in seconds):4.031
4.80/4.13	o 167
4.80/4.15	c Got one! Elapsed wall clock time (in seconds):4.054
4.80/4.15	o 164
5.02/4.31	c cleaning 6846 clauses out of 13705 with flag 14471/81431
5.13/4.45	c Got one! Elapsed wall clock time (in seconds):4.352
5.13/4.45	o 163
5.23/4.56	c cleaning 6135 clauses out of 12287 with flag 10626/86859
5.23/4.58	c Got one! Elapsed wall clock time (in seconds):4.483
5.23/4.58	o 156
5.32/4.65	c Got one! Elapsed wall clock time (in seconds):4.549
5.32/4.65	o 148
5.32/4.67	c Got one! Elapsed wall clock time (in seconds):4.575
5.32/4.67	o 147
5.44/4.75	c Got one! Elapsed wall clock time (in seconds):4.651
5.44/4.75	o 146
5.65/4.93	c cleaning 6697 clauses out of 13404 with flag 12072/94111
5.65/4.94	c Got one! Elapsed wall clock time (in seconds):4.844
5.65/4.94	o 144
5.88/5.02	c Got one! Elapsed wall clock time (in seconds):4.916
5.88/5.02	o 143
6.08/5.11	c Got one! Elapsed wall clock time (in seconds):5.006
6.08/5.11	o 141
6.08/5.16	c Got one! Elapsed wall clock time (in seconds):5.058
6.08/5.16	o 139
6.26/5.23	c cleaning 6345 clauses out of 12691 with flag 4176/100095
6.63/5.41	c Got one! Elapsed wall clock time (in seconds):5.31
6.63/5.41	o 137
6.85/5.53	c cleaning 6147 clauses out of 12293 with flag 8429/106042
7.02/5.69	c Got one! Elapsed wall clock time (in seconds):5.587
7.02/5.69	o 134
7.12/5.79	c cleaning 5918 clauses out of 11844 with flag 7064/111740
7.32/5.91	c Got one! Elapsed wall clock time (in seconds):5.816
7.32/5.91	o 133
7.32/5.94	c Got one! Elapsed wall clock time (in seconds):5.843
7.32/5.94	o 132
7.32/5.96	c Got one! Elapsed wall clock time (in seconds):5.857
7.32/5.96	o 122
7.32/5.97	c Got one! Elapsed wall clock time (in seconds):5.874
7.32/5.97	o 119
7.42/6.02	c Got one! Elapsed wall clock time (in seconds):5.925
7.42/6.02	o 116
7.42/6.05	c Got one! Elapsed wall clock time (in seconds):5.948
7.42/6.05	o 104
7.42/6.09	c Got one! Elapsed wall clock time (in seconds):5.994
7.42/6.09	o 103
7.52/6.14	c Got one! Elapsed wall clock time (in seconds):6.042
7.52/6.14	o 102
7.52/6.16	c Got one! Elapsed wall clock time (in seconds):6.06
7.52/6.16	o 100
7.52/6.19	c Got one! Elapsed wall clock time (in seconds):6.088
7.52/6.19	o 94
7.62/6.25	c cleaning 7779 clauses out of 15568 with flag 4466/121382
7.62/6.26	c Got one! Elapsed wall clock time (in seconds):6.16
7.62/6.26	o 91
7.62/6.27	c Got one! Elapsed wall clock time (in seconds):6.168
7.62/6.27	o 89
7.72/6.34	c Got one! Elapsed wall clock time (in seconds):6.236
7.72/6.34	o 87
7.72/6.35	c Got one! Elapsed wall clock time (in seconds):6.252
7.72/6.35	o 84
7.93/6.53	c cleaning 7163 clauses out of 14337 with flag 12428/127930
8.04/6.65	c Got one! Elapsed wall clock time (in seconds):6.551
8.04/6.65	o 77
8.16/6.74	c cleaning 6169 clauses out of 12343 with flag 6277/133099
8.16/6.79	c Got one! Elapsed wall clock time (in seconds):6.688
8.16/6.79	o 69
8.35/6.95	c cleaning 5871 clauses out of 11751 with flag 12821/138676
8.56/7.10	c Got one! Elapsed wall clock time (in seconds):7.005
8.56/7.10	o 68
8.56/7.15	c cleaning 5696 clauses out of 11398 with flag 3162/144194
8.66/7.25	c Got one! Elapsed wall clock time (in seconds):7.154
8.66/7.25	o 67
8.76/7.38	c cleaning 5748 clauses out of 11509 with flag 12428/150001
8.86/7.40	c Got one! Elapsed wall clock time (in seconds):7.304
8.86/7.40	o 60
8.97/7.51	c Got one! Elapsed wall clock time (in seconds):7.406
8.97/7.51	o 56
8.97/7.58	c cleaning 5751 clauses out of 11504 with flag 5886/155744
9.18/7.78	c cleaning 5871 clauses out of 11752 with flag 23779/161743
9.47/8.03	c cleaning 6431 clauses out of 12881 with flag 45232/168743
9.57/8.12	c Got one! Elapsed wall clock time (in seconds):8.023
9.57/8.12	o 55
9.67/8.20	c cleaning 5741 clauses out of 11497 with flag 7206/173790
9.87/8.40	c cleaning 5874 clauses out of 11756 with flag 27213/179790
10.07/8.65	c cleaning 6435 clauses out of 12883 with flag 50982/186791
10.38/8.93	c cleaning 7215 clauses out of 14448 with flag 77974/194791
10.67/9.28	c cleaning 8115 clauses out of 16235 with flag 109030/203793
10.97/9.56	c Got one! Elapsed wall clock time (in seconds):9.459
10.97/9.56	o 54
11.07/9.63	c Got one! Elapsed wall clock time (in seconds):9.534
11.07/9.63	o 51
11.07/9.66	c Got one! Elapsed wall clock time (in seconds):9.566
11.07/9.66	o 50
11.17/9.70	c Got one! Elapsed wall clock time (in seconds):9.599
11.17/9.70	o 49
11.39/9.90	c cleaning 11329 clauses out of 22660 with flag 14632/218333
11.58/10.16	c cleaning 8659 clauses out of 17331 with flag 36786/224333
11.58/10.18	c Got one! Elapsed wall clock time (in seconds):10.079
11.58/10.18	o 47
11.70/10.20	c Got one! Elapsed wall clock time (in seconds):10.101
11.70/10.20	o 46
11.70/10.27	c Got one! Elapsed wall clock time (in seconds):10.175
11.70/10.27	o 45
11.82/10.39	c Got one! Elapsed wall clock time (in seconds):10.294
11.82/10.39	o 44
11.92/10.44	c Got one! Elapsed wall clock time (in seconds):10.336
11.92/10.44	o 43
11.92/10.49	c cleaning 8338 clauses out of 16688 with flag 3902/232349
12.23/10.70	c Got one! Elapsed wall clock time (in seconds):10.602
12.23/10.70	o 41
12.23/10.73	c Got one! Elapsed wall clock time (in seconds):10.631
12.23/10.73	o 39
12.33/10.82	c Got one! Elapsed wall clock time (in seconds):10.72
12.33/10.82	o 36
12.33/10.84	c Got one! Elapsed wall clock time (in seconds):10.738
12.33/10.84	o 34
12.53/11.03	c cleaning 10425 clauses out of 20859 with flag 14241/244858
12.73/11.26	c cleaning 8213 clauses out of 16434 with flag 34802/250858
12.83/11.36	c Got one! Elapsed wall clock time (in seconds):11.261
12.83/11.36	o 32
12.92/11.44	c cleaning 6777 clauses out of 13562 with flag 6869/256199
13.12/11.63	c cleaning 6388 clauses out of 12786 with flag 27233/262200
13.12/11.69	c Got one! Elapsed wall clock time (in seconds):11.591
13.12/11.69	o 27
13.22/11.79	c cleaning 5813 clauses out of 11642 with flag 10519/267444
13.42/11.99	c cleaning 5907 clauses out of 11828 with flag 30875/273443
13.42/12.00	c Got one! Elapsed wall clock time (in seconds):11.897
13.42/12.00	o 26
13.63/12.16	c cleaning 5510 clauses out of 11031 with flag 16102/278553
13.73/12.20	c Got one! Elapsed wall clock time (in seconds):12.105
13.73/12.20	o 22
13.82/12.34	c cleaning 5627 clauses out of 11270 with flag 13846/284302
14.02/12.53	c cleaning 5821 clauses out of 11642 with flag 34456/290301
14.22/12.76	c cleaning 6410 clauses out of 12824 with flag 58190/297304
14.32/12.81	c Got one! Elapsed wall clock time (in seconds):12.708
14.32/12.81	o 21
14.42/12.96	c cleaning 5975 clauses out of 11960 with flag 14721/302850
14.62/13.16	c cleaning 5980 clauses out of 11985 with flag 35628/308850
14.92/13.42	c cleaning 6501 clauses out of 13008 with flag 60789/315853
15.22/13.71	c cleaning 7242 clauses out of 14504 with flag 90321/323850
15.52/14.02	c Got one! Elapsed wall clock time (in seconds):13.917
15.52/14.02	o 20
15.52/14.02	c Got one! Elapsed wall clock time (in seconds):13.919
15.52/14.02	o 12
15.52/14.02	c Got one! Elapsed wall clock time (in seconds):13.922
15.52/14.02	o 10
15.52/14.03	c starts		: 383
15.52/14.03	c conflicts		: 331856
15.52/14.03	c decisions		: 639249
15.52/14.03	c propagations		: 11644273
15.52/14.03	c inspects		: 145517929
15.52/14.03	c shortcuts		: 0
15.52/14.03	c learnt literals	: 1
15.52/14.03	c learnt binary clauses	: 47
15.52/14.03	c learnt ternary clauses	: 857
15.52/14.03	c learnt constraints	: 331855
15.52/14.03	c ignored constraints	: 0
15.52/14.03	c root simplifications	: 0
15.52/14.03	c removed literals (reason simplification)	: 0
15.52/14.03	c reason swapping (by a shorter reason)	: 0
15.52/14.03	c Calls to reduceDB	: 47
15.52/14.03	c Number of update (reduction) of LBD	: 113100
15.52/14.03	c Imported unit clauses	: 0
15.52/14.03	c number of reductions to clauses (during analyze)	: 0
15.52/14.03	c number of learned constraints concerned by reduction	: 0
15.52/14.03	c number of learning phase by resolution	: 0
15.52/14.03	c number of learning phase by cutting planes	: 0
15.52/14.03	c speed (assignments/second)	: 839347.869963238
15.52/14.03	c non guided choices	4486
15.52/14.03	c learnt constraints type 
15.52/14.03	s OPTIMUM FOUND
15.52/14.03	c Found 113 solution(s)
15.52/14.03	v -x1 -x2 -x3 -x4 -x5 -x6 x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 x23 -x24 -x25 -x26 -x27 x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 x78 -x79 -x80 -x81 x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 x128 -x129 -x130 -x131 -x132 -x133 -x134 x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 
15.52/14.03	c objective function=10
15.52/14.03	c Total wall clock time (in seconds): 13.933

Verifier Data

OK	10

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-4090915-1466067891/watcher-4090915-1466067891 -o /tmp/evaluation-result-4090915-1466067891/solver-4090915-1466067891 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1466062115-17406 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090915-1466067891.wbo 

pid=19269
running on 4 cores: 0,2,4,6

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.27 2.24 2.19 2/194 19272
/proc/meminfo: memFree=30339400/32872528 swapFree=1499116/1695340
[pid=19272] ppid=19269 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/19272/stat : 19272 (java) S 19269 19272 17390 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 8834824 98570240 978 33554432000 1073741824 1073778376 140736664083088 140736664074224 225448067133 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19272/statm: 24065 978 744 9 0 16771 0
[pid=19272/tid=19273] ppid=19269 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19273/stat : 19273 (java) R 19269 19272 17390 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 8834825 98570240 978 33554432000 1073741824 1073778376 140736664083088 140612481011240 225444709760 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 2.27 2.24 2.19 2/194 19272
/proc/meminfo: memFree=30339400/32872528 swapFree=1499116/1695340
[pid=19272] ppid=19269 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/19272/stat : 19272 (java) S 19269 19272 17390 0 -1 4202496 4496 0 1 0 11 0 0 0 20 0 18 0 8834824 9787879424 6132 33554432000 1073741824 1073778376 140736664083088 140736664074224 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19272/statm: 2389619 6132 2157 9 0 2380296 0
[pid=19272/tid=19273] ppid=19269 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/19272/task/19273/stat : 19273 (java) R 19269 19272 17390 0 -1 4202560 2381 0 1 0 7 0 0 0 20 0 18 0 8834825 9787879424 6132 33554432000 1073741824 1073778376 140736664083088 140612481016152 225448092941 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200262 s]
/proc/loadavg: 2.27 2.24 2.19 2/194 19272
/proc/meminfo: memFree=30339400/32872528 swapFree=1499116/1695340
[pid=19272] ppid=19269 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/19272/stat : 19272 (java) S 19269 19272 17390 0 -1 4202496 6514 0 1 0 27 1 0 0 20 0 19 0 8834824 9856040960 8050 33554432000 1073741824 1073778376 140736664083088 140736664074224 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19272/statm: 2406260 8050 2233 9 0 2396937 0
[pid=19272/tid=19273] ppid=19269 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/19272/task/19273/stat : 19273 (java) R 19269 19272 17390 0 -1 4202560 2411 0 1 0 17 0 0 0 20 0 19 0 8834825 9856040960 8050 33554432000 1073741824 1073778376 140736664083088 140612481016448 140612347539044 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9625040

[startup+0.300345 s]
/proc/loadavg: 2.27 2.24 2.19 2/194 19272
/proc/meminfo: memFree=30339400/32872528 swapFree=1499116/1695340
[pid=19272] ppid=19269 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/19272/stat : 19272 (java) S 19269 19272 17390 0 -1 4202496 7387 0 1 0 52 1 0 0 20 0 19 0 8834824 9856040960 8607 33554432000 1073741824 1073778376 140736664083088 140736664074224 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19272/statm: 2406260 8607 2243 9 0 2396937 0
[pid=19272/tid=19273] ppid=19269 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/19272/task/19273/stat : 19273 (java) R 19269 19272 17390 0 -1 4202560 2413 0 1 0 27 0 0 0 20 0 19 0 8834825 9856040960 8607 33554432000 1073741824 1073778376 140736664083088 140612481016448 225448082488 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9625040

[startup+0.700242 s]
/proc/loadavg: 2.27 2.24 2.19 2/194 19272
/proc/meminfo: memFree=30339400/32872528 swapFree=1499116/1695340
[pid=19272] ppid=19269 vsize=9625040 CPUtime=1.11 cores=0,2,4,6
/proc/19272/stat : 19272 (java) S 19269 19272 17390 0 -1 4202496 8943 0 1 0 109 2 0 0 20 0 19 0 8834824 9856040960 9343 33554432000 1073741824 1073778376 140736664083088 140736664074224 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19272/statm: 2406260 9343 2259 9 0 2396937 0
[pid=19272/tid=19273] ppid=19269 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/19272/task/19273/stat : 19273 (java) R 19269 19272 17390 0 -1 4202560 2414 0 1 0 67 0 0 0 20 0 19 0 8834825 9856040960 9343 33554432000 1073741824 1073778376 140736664083088 140612481016392 225448092845 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 9625040

[startup+1.50075 s]
/proc/loadavg: 2.27 2.24 2.19 2/192 19332
/proc/meminfo: memFree=30389520/32872528 swapFree=1499116/1695340
[pid=19272] ppid=19269 vsize=9625040 CPUtime=2.08 cores=0,2,4,6
/proc/19272/stat : 19272 (java) S 19269 19272 17390 0 -1 4202496 11416 0 1 0 206 2 0 0 20 0 19 0 8834824 9856040960 10887 33554432000 1073741824 1073778376 140736664083088 140736664074224 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19272/statm: 2406260 10887 2262 9 0 2396937 0
[pid=19272/tid=19273] ppid=19269 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/19272/task/19273/stat : 19273 (java) R 19269 19272 17390 0 -1 4202560 2418 0 1 0 146 2 0 0 20 0 19 0 8834825 9856040960 10887 33554432000 1073741824 1073778376 140736664083088 140612481016184 140612347539344 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19272/tid=19275] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19275/stat : 19275 (java) S 19269 19272 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834826 9856040960 10887 33554432000 1073741824 1073778376 140736664083088 140612470078504 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19272/tid=19276] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19276/stat : 19276 (java) S 19269 19272 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834826 9856040960 10887 33554432000 1073741824 1073778376 140736664083088 140612469025704 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19272/tid=19277] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19277/stat : 19277 (java) S 19269 19272 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834826 9856040960 10887 33554432000 1073741824 1073778376 140736664083088 140612467972904 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19272/tid=19278] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19278/stat : 19278 (java) S 19269 19272 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834826 9856040960 10887 33554432000 1073741824 1073778376 140736664083088 140612466920104 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19272/tid=19279] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19279/stat : 19279 (java) S 19269 19272 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834826 9856040960 10887 33554432000 1073741824 1073778376 140736664083088 140612465867304 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19272/tid=19280] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19280/stat : 19280 (java) S 19269 19272 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834826 9856040960 10887 33554432000 1073741824 1073778376 140736664083088 140612319525288 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19272/tid=19281] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19281/stat : 19281 (java) S 19269 19272 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834826 9856040960 10887 33554432000 1073741824 1073778376 140736664083088 140612318472488 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19272/tid=19282] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19282/stat : 19282 (java) S 19269 19272 17390 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8834826 9856040960 10887 33554432000 1073741824 1073778376 140736664083088 140612317419688 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19272/tid=19283] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19283/stat : 19283 (java) S 19269 19272 17390 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8834827 9856040960 10887 33554432000 1073741824 1073778376 140736664083088 140612305222632 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19272/tid=19284] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19284/stat : 19284 (java) S 19269 19272 17390 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8834827 9856040960 10887 33554432000 1073741824 1073778376 140736664083088 140612304168696 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19272/tid=19285] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19285/stat : 19285 (java) S 19269 19272 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8834827 9856040960 10887 33554432000 1073741824 1073778376 140736664083088 140612303115784 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19272/tid=19286] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19286/stat : 19286 (java) S 19269 19272 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834829 9856040960 10887 33554432000 1073741824 1073778376 140736664083088 140612302064272 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19272/tid=19287] ppid=19269 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/19272/task/19287/stat : 19287 (java) S 19269 19272 17390 0 -1 4202560 6187 0 0 0 38 1 0 0 20 0 19 0 8834829 9856040960 10887 33554432000 1073741824 1073778376 140736664083088 140612301011384 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19272/tid=19288] ppid=19269 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/19272/task/19288/stat : 19288 (java) S 19269 19272 17390 0 -1 4202560 1539 0 0 0 19 0 0 0 20 0 19 0 8834829 9856040960 10887 33554432000 1073741824 1073778376 140736664083088 140612299958584 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19272/tid=19289] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19289/stat : 19289 (java) S 19269 19272 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834829 9856040960 10887 33554432000 1073741824 1073778376 140736664083088 140612298905976 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19272/tid=19290] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19290/stat : 19290 (java) S 19269 19272 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834829 9856040960 10887 33554432000 1073741824 1073778376 140736664083088 140612297853384 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19272/tid=19291] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19291/stat : 19291 (java) S 19269 19272 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8834841 9856040960 10887 33554432000 1073741824 1073778376 140736664083088 140612296799912 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.27 2.24 2.19 3/213 19356
/proc/meminfo: memFree=30349268/32872528 swapFree=1499116/1695340
[pid=19272] ppid=19269 vsize=9625040 CPUtime=3.79 cores=0,2,4,6
/proc/19272/stat : 19272 (java) S 19269 19272 17390 0 -1 4202496 12199 0 1 0 376 3 0 0 20 0 19 0 8834824 9856040960 12937 33554432000 1073741824 1073778376 140736664083088 140736664074224 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19272/statm: 2406260 12937 2262 9 0 2396937 0
[pid=19272/tid=19273] ppid=19269 vsize=9625040 CPUtime=3.08 cores=0,2,4,6
/proc/19272/task/19273/stat : 19273 (java) R 19269 19272 17390 0 -1 4202560 2423 0 1 0 306 2 0 0 20 0 19 0 8834825 9856040960 12937 33554432000 1073741824 1073778376 140736664083088 140612481016360 140612347585347 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19272/tid=19275] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19275/stat : 19275 (java) S 19269 19272 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834826 9856040960 12937 33554432000 1073741824 1073778376 140736664083088 140612470078504 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19272/tid=19276] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19276/stat : 19276 (java) S 19269 19272 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834826 9856040960 12937 33554432000 1073741824 1073778376 140736664083088 140612469025704 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19272/tid=19277] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19277/stat : 19277 (java) S 19269 19272 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834826 9856040960 12937 33554432000 1073741824 1073778376 140736664083088 140612467972904 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19272/tid=19278] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19278/stat : 19278 (java) S 19269 19272 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834826 9856040960 12937 33554432000 1073741824 1073778376 140736664083088 140612466920104 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19272/tid=19279] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19279/stat : 19279 (java) S 19269 19272 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834826 9856040960 12937 33554432000 1073741824 1073778376 140736664083088 140612465867304 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19272/tid=19280] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19280/stat : 19280 (java) S 19269 19272 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834826 9856040960 12937 33554432000 1073741824 1073778376 140736664083088 140612319525288 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19272/tid=19281] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19281/stat : 19281 (java) S 19269 19272 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834826 9856040960 12937 33554432000 1073741824 1073778376 140736664083088 140612318472488 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19272/tid=19282] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19282/stat : 19282 (java) S 19269 19272 17390 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8834826 9856040960 12937 33554432000 1073741824 1073778376 140736664083088 140612317419688 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19272/tid=19283] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19283/stat : 19283 (java) S 19269 19272 17390 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8834827 9856040960 12937 33554432000 1073741824 1073778376 140736664083088 140612305222632 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19272/tid=19284] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19284/stat : 19284 (java) S 19269 19272 17390 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8834827 9856040960 12937 33554432000 1073741824 1073778376 140736664083088 140612304168696 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19272/tid=19285] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19285/stat : 19285 (java) S 19269 19272 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8834827 9856040960 12937 33554432000 1073741824 1073778376 140736664083088 140612303115784 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19272/tid=19286] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19286/stat : 19286 (java) S 19269 19272 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834829 9856040960 12937 33554432000 1073741824 1073778376 140736664083088 140612302064272 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19272/tid=19287] ppid=19269 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/19272/task/19287/stat : 19287 (java) S 19269 19272 17390 0 -1 4202560 6823 0 0 0 45 1 0 0 20 0 19 0 8834829 9856040960 12937 33554432000 1073741824 1073778376 140736664083088 140612301011384 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19272/tid=19288] ppid=19269 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/19272/task/19288/stat : 19288 (java) S 19269 19272 17390 0 -1 4202560 1681 0 0 0 21 0 0 0 20 0 19 0 8834829 9856040960 12937 33554432000 1073741824 1073778376 140736664083088 140612299958584 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19272/tid=19289] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19289/stat : 19289 (java) S 19269 19272 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834829 9856040960 12937 33554432000 1073741824 1073778376 140736664083088 140612298905976 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19272/tid=19290] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19290/stat : 19290 (java) S 19269 19272 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834829 9856040960 12937 33554432000 1073741824 1073778376 140736664083088 140612297853384 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19272/tid=19291] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19291/stat : 19291 (java) S 19269 19272 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8834841 9856040960 12937 33554432000 1073741824 1073778376 140736664083088 140612296799912 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.79
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 2.25 2.23 2.18 4/213 19356
/proc/meminfo: memFree=30297712/32872528 swapFree=1499116/1695340
[pid=19272] ppid=19269 vsize=9625040 CPUtime=7.72 cores=0,2,4,6
/proc/19272/stat : 19272 (java) S 19269 19272 17390 0 -1 4202496 21669 0 1 0 768 4 0 0 20 0 19 0 8834824 9856040960 21386 33554432000 1073741824 1073778376 140736664083088 140736664074224 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19272/statm: 2406260 21386 2264 9 0 2396937 0
[pid=19272/tid=19273] ppid=19269 vsize=9625040 CPUtime=6.28 cores=0,2,4,6
/proc/19272/task/19273/stat : 19273 (java) R 19269 19272 17390 0 -1 4202560 2434 0 1 0 626 2 0 0 20 0 19 0 8834825 9856040960 21386 33554432000 1073741824 1073778376 140736664083088 140612481016376 140612347609338 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19272/tid=19275] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19275/stat : 19275 (java) S 19269 19272 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834826 9856040960 21386 33554432000 1073741824 1073778376 140736664083088 140612470078504 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19272/tid=19276] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19276/stat : 19276 (java) S 19269 19272 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834826 9856040960 21386 33554432000 1073741824 1073778376 140736664083088 140612469025704 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19272/tid=19277] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19277/stat : 19277 (java) S 19269 19272 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834826 9856040960 21386 33554432000 1073741824 1073778376 140736664083088 140612467972904 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19272/tid=19278] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19278/stat : 19278 (java) S 19269 19272 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834826 9856040960 21386 33554432000 1073741824 1073778376 140736664083088 140612466920104 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19272/tid=19279] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19279/stat : 19279 (java) S 19269 19272 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834826 9856040960 21386 33554432000 1073741824 1073778376 140736664083088 140612465867304 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19272/tid=19280] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19280/stat : 19280 (java) S 19269 19272 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834826 9856040960 21386 33554432000 1073741824 1073778376 140736664083088 140612319525288 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19272/tid=19281] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19281/stat : 19281 (java) S 19269 19272 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834826 9856040960 21386 33554432000 1073741824 1073778376 140736664083088 140612318472488 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19272/tid=19282] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19282/stat : 19282 (java) S 19269 19272 17390 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8834826 9856040960 21386 33554432000 1073741824 1073778376 140736664083088 140612317419688 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19272/tid=19283] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19283/stat : 19283 (java) S 19269 19272 17390 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8834827 9856040960 21386 33554432000 1073741824 1073778376 140736664083088 140612305222632 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19272/tid=19284] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19284/stat : 19284 (java) S 19269 19272 17390 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8834827 9856040960 21386 33554432000 1073741824 1073778376 140736664083088 140612304168696 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19272/tid=19285] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19285/stat : 19285 (java) S 19269 19272 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8834827 9856040960 21386 33554432000 1073741824 1073778376 140736664083088 140612303115784 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19272/tid=19286] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19286/stat : 19286 (java) S 19269 19272 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834829 9856040960 21386 33554432000 1073741824 1073778376 140736664083088 140612302064272 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19272/tid=19287] ppid=19269 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/19272/task/19287/stat : 19287 (java) S 19269 19272 17390 0 -1 4202560 6830 0 0 0 52 2 0 0 20 0 19 0 8834829 9856040960 21386 33554432000 1073741824 1073778376 140736664083088 140612301011384 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19272/tid=19288] ppid=19269 vsize=9625040 CPUtime=0.88 cores=0,2,4,6

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

/proc/19272/task/19280/stat : 19280 (java) S 19269 19272 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834826 9856040960 29878 33554432000 1073741824 1073778376 140736664083088 140612319525288 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19272/tid=19281] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19281/stat : 19281 (java) S 19269 19272 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834826 9856040960 29878 33554432000 1073741824 1073778376 140736664083088 140612318472488 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19272/tid=19282] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19282/stat : 19282 (java) S 19269 19272 17390 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8834826 9856040960 29878 33554432000 1073741824 1073778376 140736664083088 140612317419688 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19272/tid=19283] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19283/stat : 19283 (java) S 19269 19272 17390 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8834827 9856040960 29878 33554432000 1073741824 1073778376 140736664083088 140612305222632 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19272/tid=19284] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19284/stat : 19284 (java) S 19269 19272 17390 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8834827 9856040960 29878 33554432000 1073741824 1073778376 140736664083088 140612304168696 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19272/tid=19285] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19285/stat : 19285 (java) S 19269 19272 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8834827 9856040960 29878 33554432000 1073741824 1073778376 140736664083088 140612303115784 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19272/tid=19286] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19286/stat : 19286 (java) S 19269 19272 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834829 9856040960 29878 33554432000 1073741824 1073778376 140736664083088 140612302064272 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19272/tid=19287] ppid=19269 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/19272/task/19287/stat : 19287 (java) S 19269 19272 17390 0 -1 4202560 6830 0 0 0 53 2 0 0 20 0 19 0 8834829 9856040960 29878 33554432000 1073741824 1073778376 140736664083088 140612301011384 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19272/tid=19288] ppid=19269 vsize=9625040 CPUtime=0.97 cores=0,2,4,6
/proc/19272/task/19288/stat : 19288 (java) S 19269 19272 17390 0 -1 4202560 11134 0 0 0 95 2 0 0 20 0 19 0 8834829 9856040960 29878 33554432000 1073741824 1073778376 140736664083088 140612299958584 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19272/tid=19289] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19289/stat : 19289 (java) S 19269 19272 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834829 9856040960 29878 33554432000 1073741824 1073778376 140736664083088 140612298905976 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19272/tid=19290] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19290/stat : 19290 (java) S 19269 19272 17390 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8834829 9856040960 29878 33554432000 1073741824 1073778376 140736664083088 140612297853384 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19272/tid=19291] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19291/stat : 19291 (java) S 19269 19272 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8834841 9856040960 29878 33554432000 1073741824 1073778376 140736664083088 140612296799912 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 14.22
Current children cumulated vsize (KiB) 9625040

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 19272 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+12.8009 s]
/proc/loadavg: 2.31 2.24 2.19 3/213 19356
/proc/meminfo: memFree=30213984/32872528 swapFree=1499116/1695340
[pid=19272] ppid=19269 vsize=9625040 CPUtime=14.32 cores=0,2,4,6
/proc/19272/stat : 19272 (java) S 19269 19272 17390 0 -1 4202496 21690 0 1 0 1427 5 0 0 20 0 19 0 8834824 9856040960 29878 33554432000 1073741824 1073778376 140736664083088 140736664074224 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19272/statm: 2406260 29878 2266 9 0 2396937 0
[pid=19272/tid=19273] ppid=19269 vsize=9625040 CPUtime=12.78 cores=0,2,4,6
/proc/19272/task/19273/stat : 19273 (java) R 19269 19272 17390 0 -1 4202560 2453 0 1 0 1275 3 0 0 20 0 19 0 8834825 9856040960 29878 33554432000 1073741824 1073778376 140736664083088 140612481007312 140612347688448 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19272/tid=19275] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19275/stat : 19275 (java) S 19269 19272 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834826 9856040960 29878 33554432000 1073741824 1073778376 140736664083088 140612470078504 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19272/tid=19276] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19276/stat : 19276 (java) S 19269 19272 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834826 9856040960 29878 33554432000 1073741824 1073778376 140736664083088 140612469025704 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19272/tid=19277] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19277/stat : 19277 (java) S 19269 19272 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834826 9856040960 29878 33554432000 1073741824 1073778376 140736664083088 140612467972904 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19272/tid=19278] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19278/stat : 19278 (java) S 19269 19272 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834826 9856040960 29878 33554432000 1073741824 1073778376 140736664083088 140612466920104 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19272/tid=19279] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19279/stat : 19279 (java) S 19269 19272 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834826 9856040960 29878 33554432000 1073741824 1073778376 140736664083088 140612465867304 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19272/tid=19280] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19280/stat : 19280 (java) S 19269 19272 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834826 9856040960 29878 33554432000 1073741824 1073778376 140736664083088 140612319525288 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19272/tid=19281] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19281/stat : 19281 (java) S 19269 19272 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834826 9856040960 29878 33554432000 1073741824 1073778376 140736664083088 140612318472488 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19272/tid=19282] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19282/stat : 19282 (java) S 19269 19272 17390 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8834826 9856040960 29878 33554432000 1073741824 1073778376 140736664083088 140612317419688 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19272/tid=19283] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19283/stat : 19283 (java) S 19269 19272 17390 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8834827 9856040960 29878 33554432000 1073741824 1073778376 140736664083088 140612305222632 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19272/tid=19284] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19284/stat : 19284 (java) S 19269 19272 17390 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8834827 9856040960 29878 33554432000 1073741824 1073778376 140736664083088 140612304168696 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19272/tid=19285] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19285/stat : 19285 (java) S 19269 19272 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8834827 9856040960 29878 33554432000 1073741824 1073778376 140736664083088 140612303115784 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19272/tid=19286] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19286/stat : 19286 (java) S 19269 19272 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834829 9856040960 29878 33554432000 1073741824 1073778376 140736664083088 140612302064272 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19272/tid=19287] ppid=19269 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/19272/task/19287/stat : 19287 (java) S 19269 19272 17390 0 -1 4202560 6830 0 0 0 53 2 0 0 20 0 19 0 8834829 9856040960 29878 33554432000 1073741824 1073778376 140736664083088 140612301011384 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19272/tid=19288] ppid=19269 vsize=9625040 CPUtime=0.97 cores=0,2,4,6
/proc/19272/task/19288/stat : 19288 (java) S 19269 19272 17390 0 -1 4202560 11134 0 0 0 95 2 0 0 20 0 19 0 8834829 9856040960 29878 33554432000 1073741824 1073778376 140736664083088 140612299958584 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19272/tid=19289] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19289/stat : 19289 (java) S 19269 19272 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834829 9856040960 29878 33554432000 1073741824 1073778376 140736664083088 140612298905976 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19272/tid=19290] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19290/stat : 19290 (java) S 19269 19272 17390 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8834829 9856040960 29878 33554432000 1073741824 1073778376 140736664083088 140612297853384 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19272/tid=19291] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19291/stat : 19291 (java) S 19269 19272 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8834841 9856040960 29878 33554432000 1073741824 1073778376 140736664083088 140612296799912 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 14.32
Current children cumulated vsize (KiB) 9625040

[startup+13.6007 s]
/proc/loadavg: 2.31 2.24 2.19 3/213 19356
/proc/meminfo: memFree=30201700/32872528 swapFree=1499116/1695340
[pid=19272] ppid=19269 vsize=9625040 CPUtime=15.12 cores=0,2,4,6
/proc/19272/stat : 19272 (java) S 19269 19272 17390 0 -1 4202496 21692 0 1 0 1507 5 0 0 20 0 19 0 8834824 9856040960 30902 33554432000 1073741824 1073778376 140736664083088 140736664074224 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19272/statm: 2406260 30902 2266 9 0 2396937 0
[pid=19272/tid=19273] ppid=19269 vsize=9625040 CPUtime=13.58 cores=0,2,4,6
/proc/19272/task/19273/stat : 19273 (java) R 19269 19272 17390 0 -1 4202560 2455 0 1 0 1355 3 0 0 20 0 19 0 8834825 9856040960 30902 33554432000 1073741824 1073778376 140736664083088 140612481007312 140612347585296 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19272/tid=19275] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19275/stat : 19275 (java) S 19269 19272 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834826 9856040960 30902 33554432000 1073741824 1073778376 140736664083088 140612470078504 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19272/tid=19276] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19276/stat : 19276 (java) S 19269 19272 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834826 9856040960 30902 33554432000 1073741824 1073778376 140736664083088 140612469025704 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19272/tid=19277] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19277/stat : 19277 (java) S 19269 19272 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834826 9856040960 30902 33554432000 1073741824 1073778376 140736664083088 140612467972904 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19272/tid=19278] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19278/stat : 19278 (java) S 19269 19272 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834826 9856040960 30902 33554432000 1073741824 1073778376 140736664083088 140612466920104 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19272/tid=19279] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19279/stat : 19279 (java) S 19269 19272 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834826 9856040960 30902 33554432000 1073741824 1073778376 140736664083088 140612465867304 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19272/tid=19280] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19280/stat : 19280 (java) S 19269 19272 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834826 9856040960 30902 33554432000 1073741824 1073778376 140736664083088 140612319525288 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19272/tid=19281] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19281/stat : 19281 (java) S 19269 19272 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834826 9856040960 30902 33554432000 1073741824 1073778376 140736664083088 140612318472488 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19272/tid=19282] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19282/stat : 19282 (java) S 19269 19272 17390 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8834826 9856040960 30902 33554432000 1073741824 1073778376 140736664083088 140612317419688 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19272/tid=19283] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19283/stat : 19283 (java) S 19269 19272 17390 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8834827 9856040960 30902 33554432000 1073741824 1073778376 140736664083088 140612305222632 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19272/tid=19284] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19284/stat : 19284 (java) S 19269 19272 17390 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8834827 9856040960 30902 33554432000 1073741824 1073778376 140736664083088 140612304168696 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19272/tid=19285] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19285/stat : 19285 (java) S 19269 19272 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8834827 9856040960 30902 33554432000 1073741824 1073778376 140736664083088 140612303115784 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19272/tid=19286] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19286/stat : 19286 (java) S 19269 19272 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834829 9856040960 30902 33554432000 1073741824 1073778376 140736664083088 140612302064272 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19272/tid=19287] ppid=19269 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/19272/task/19287/stat : 19287 (java) S 19269 19272 17390 0 -1 4202560 6830 0 0 0 53 2 0 0 20 0 19 0 8834829 9856040960 30902 33554432000 1073741824 1073778376 140736664083088 140612301011384 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19272/tid=19288] ppid=19269 vsize=9625040 CPUtime=0.97 cores=0,2,4,6
/proc/19272/task/19288/stat : 19288 (java) S 19269 19272 17390 0 -1 4202560 11134 0 0 0 95 2 0 0 20 0 19 0 8834829 9856040960 30902 33554432000 1073741824 1073778376 140736664083088 140612299958584 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19272/tid=19289] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19289/stat : 19289 (java) S 19269 19272 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834829 9856040960 30902 33554432000 1073741824 1073778376 140736664083088 140612298905976 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19272/tid=19290] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19290/stat : 19290 (java) S 19269 19272 17390 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8834829 9856040960 30902 33554432000 1073741824 1073778376 140736664083088 140612297853384 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19272/tid=19291] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19291/stat : 19291 (java) S 19269 19272 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8834841 9856040960 30902 33554432000 1073741824 1073778376 140736664083088 140612296799912 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 15.12
Current children cumulated vsize (KiB) 9625040

[startup+14.0007 s]
/proc/loadavg: 2.31 2.24 2.19 3/213 19356
/proc/meminfo: memFree=30201700/32872528 swapFree=1499116/1695340
[pid=19272] ppid=19269 vsize=9625040 CPUtime=15.52 cores=0,2,4,6
/proc/19272/stat : 19272 (java) S 19269 19272 17390 0 -1 4202496 21693 0 1 0 1547 5 0 0 20 0 19 0 8834824 9856040960 31414 33554432000 1073741824 1073778376 140736664083088 140736664074224 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19272/statm: 2406260 31414 2266 9 0 2396937 0
[pid=19272/tid=19273] ppid=19269 vsize=9625040 CPUtime=13.98 cores=0,2,4,6
/proc/19272/task/19273/stat : 19273 (java) R 19269 19272 17390 0 -1 4202560 2456 0 1 0 1395 3 0 0 20 0 19 0 8834825 9856040960 31414 33554432000 1073741824 1073778376 140736664083088 140612481007312 140612347585310 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19272/tid=19275] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19275/stat : 19275 (java) S 19269 19272 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834826 9856040960 31414 33554432000 1073741824 1073778376 140736664083088 140612470078504 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19272/tid=19276] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19276/stat : 19276 (java) S 19269 19272 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834826 9856040960 31414 33554432000 1073741824 1073778376 140736664083088 140612469025704 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19272/tid=19277] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19277/stat : 19277 (java) S 19269 19272 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834826 9856040960 31414 33554432000 1073741824 1073778376 140736664083088 140612467972904 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19272/tid=19278] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19278/stat : 19278 (java) S 19269 19272 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834826 9856040960 31414 33554432000 1073741824 1073778376 140736664083088 140612466920104 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19272/tid=19279] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19279/stat : 19279 (java) S 19269 19272 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834826 9856040960 31414 33554432000 1073741824 1073778376 140736664083088 140612465867304 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19272/tid=19280] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19280/stat : 19280 (java) S 19269 19272 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834826 9856040960 31414 33554432000 1073741824 1073778376 140736664083088 140612319525288 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19272/tid=19281] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19281/stat : 19281 (java) S 19269 19272 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834826 9856040960 31414 33554432000 1073741824 1073778376 140736664083088 140612318472488 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19272/tid=19282] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19282/stat : 19282 (java) S 19269 19272 17390 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8834826 9856040960 31414 33554432000 1073741824 1073778376 140736664083088 140612317419688 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19272/tid=19283] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19283/stat : 19283 (java) S 19269 19272 17390 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8834827 9856040960 31414 33554432000 1073741824 1073778376 140736664083088 140612305222632 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19272/tid=19284] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19284/stat : 19284 (java) S 19269 19272 17390 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8834827 9856040960 31414 33554432000 1073741824 1073778376 140736664083088 140612304168696 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19272/tid=19285] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19285/stat : 19285 (java) S 19269 19272 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8834827 9856040960 31414 33554432000 1073741824 1073778376 140736664083088 140612303115784 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19272/tid=19286] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19286/stat : 19286 (java) S 19269 19272 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834829 9856040960 31414 33554432000 1073741824 1073778376 140736664083088 140612302064272 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19272/tid=19287] ppid=19269 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/19272/task/19287/stat : 19287 (java) S 19269 19272 17390 0 -1 4202560 6830 0 0 0 53 2 0 0 20 0 19 0 8834829 9856040960 31414 33554432000 1073741824 1073778376 140736664083088 140612301011384 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19272/tid=19288] ppid=19269 vsize=9625040 CPUtime=0.97 cores=0,2,4,6
/proc/19272/task/19288/stat : 19288 (java) S 19269 19272 17390 0 -1 4202560 11134 0 0 0 95 2 0 0 20 0 19 0 8834829 9856040960 31414 33554432000 1073741824 1073778376 140736664083088 140612299958584 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19272/tid=19289] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19289/stat : 19289 (java) S 19269 19272 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8834829 9856040960 31414 33554432000 1073741824 1073778376 140736664083088 140612298905976 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19272/tid=19290] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19290/stat : 19290 (java) S 19269 19272 17390 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8834829 9856040960 31414 33554432000 1073741824 1073778376 140736664083088 140612297853384 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19272/tid=19291] ppid=19269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19272/task/19291/stat : 19291 (java) S 19269 19272 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8834841 9856040960 31414 33554432000 1073741824 1073778376 140736664083088 140612296799912 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 15.52
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 14.0501
CPU time (s): 15.5906
CPU user time (s): 15.4906
CPU system time (s): 0.099984
CPU usage (%): 110.965
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.4906
system time used= 0.099984
maximum resident set size= 127768
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21718
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= 623
involuntary context switches= 66

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

The end

Launcher Data

Begin job on node137 at 2016-06-16 11:04:51
IDJOB=4090915
IDBENCH=79250
IDSOLVER=2551
FILE ID=node137/4090915-1466067891
RUNJOBID= node137-1466062115-17406
PBS_JOBID= 19904003
Free space on /tmp= 71740 MiB

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

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

MD5SUM BENCH= a2fcadde47f67cca69c2b162b15fa373
RANDOM SEED=1118717118

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.486
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.486
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.486
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.38
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.486
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.486
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:        30339680 kB
Buffers:            8724 kB
Cached:            40792 kB
SwapCached:         2460 kB
Active:           110040 kB
Inactive:          27520 kB
Active(anon):      88512 kB
Inactive(anon):     1776 kB
Active(file):      21528 kB
Inactive(file):    25744 kB
Unevictable:     1695340 kB
Mlocked:         1499116 kB
SwapTotal:      67108856 kB
SwapFree:       67099376 kB
Dirty:              1540 kB
Writeback:             0 kB
AnonPages:       1896536 kB
Mapped:            15272 kB
Shmem:                 0 kB
Slab:             566224 kB
SReclaimable:       9880 kB
SUnreclaim:       556344 kB
KernelStack:        1760 kB
PageTables:         7700 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2383208 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    362496 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 node137 at 2016-06-16 11:05:05