Trace number 4090914

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 20.3709 18.8338

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110977273--soft-0-100-0.wbo
MD5SUMbf9471406d44094ab08e66793b6b5d92
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark5.42517
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 1243
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-4090914-1466067815.wbo
0.11/0.10	c reading problem ... 
0.11/0.15	c ... done. Wall clock time 0.054s.
0.11/0.15	c declared #vars     169
0.11/0.15	c internal #vars     270
0.11/0.15	c #constraints  101
0.11/0.15	c constraints type 
0.11/0.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.29/0.21	c SATISFIABLE
0.29/0.21	c OPTIMIZING...
0.29/0.21	c Got one! Elapsed wall clock time (in seconds):0.107
0.29/0.21	o 827
0.29/0.23	c Got one! Elapsed wall clock time (in seconds):0.126
0.29/0.23	o 821
0.63/0.41	c Got one! Elapsed wall clock time (in seconds):0.305
0.63/0.41	o 814
0.63/0.41	c Got one! Elapsed wall clock time (in seconds):0.31
0.63/0.41	o 779
0.63/0.41	c Got one! Elapsed wall clock time (in seconds):0.313
0.63/0.41	o 705
0.63/0.43	c Got one! Elapsed wall clock time (in seconds):0.33
0.63/0.43	o 675
0.63/0.43	c Got one! Elapsed wall clock time (in seconds):0.335
0.63/0.43	o 650
0.63/0.44	c Got one! Elapsed wall clock time (in seconds):0.338
0.63/0.44	o 645
0.63/0.44	c Got one! Elapsed wall clock time (in seconds):0.341
0.63/0.44	o 570
0.63/0.45	c Got one! Elapsed wall clock time (in seconds):0.347
0.63/0.45	o 553
0.63/0.45	c Got one! Elapsed wall clock time (in seconds):0.35
0.63/0.45	o 525
0.63/0.45	c Got one! Elapsed wall clock time (in seconds):0.353
0.63/0.45	o 462
0.63/0.46	c Got one! Elapsed wall clock time (in seconds):0.356
0.63/0.46	o 449
0.63/0.46	c Got one! Elapsed wall clock time (in seconds):0.362
0.63/0.46	o 448
0.63/0.49	c Got one! Elapsed wall clock time (in seconds):0.386
0.63/0.49	o 439
0.80/0.56	c cleaning 3440 clauses out of 6879 with flag 3312/6879
0.80/0.56	c Got one! Elapsed wall clock time (in seconds):0.463
0.80/0.56	o 438
0.80/0.57	c Got one! Elapsed wall clock time (in seconds):0.474
0.80/0.57	o 429
0.80/0.58	c Got one! Elapsed wall clock time (in seconds):0.478
0.80/0.58	o 415
0.80/0.59	c Got one! Elapsed wall clock time (in seconds):0.489
0.80/0.59	o 414
0.80/0.59	c Got one! Elapsed wall clock time (in seconds):0.493
0.80/0.59	o 410
0.94/0.60	c Got one! Elapsed wall clock time (in seconds):0.498
0.94/0.60	o 408
0.94/0.60	c Got one! Elapsed wall clock time (in seconds):0.501
0.94/0.60	o 392
0.94/0.62	c Got one! Elapsed wall clock time (in seconds):0.518
0.94/0.62	o 386
0.94/0.64	c Got one! Elapsed wall clock time (in seconds):0.545
0.94/0.64	o 383
0.94/0.65	c Got one! Elapsed wall clock time (in seconds):0.552
0.94/0.65	o 366
0.94/0.66	c Got one! Elapsed wall clock time (in seconds):0.556
0.94/0.66	o 317
0.94/0.67	c Got one! Elapsed wall clock time (in seconds):0.568
0.94/0.67	o 316
1.16/0.71	c Got one! Elapsed wall clock time (in seconds):0.607
1.16/0.71	o 297
1.16/0.74	c Got one! Elapsed wall clock time (in seconds):0.642
1.16/0.74	o 296
1.16/0.78	c Got one! Elapsed wall clock time (in seconds):0.676
1.16/0.78	o 283
1.16/0.79	c Got one! Elapsed wall clock time (in seconds):0.687
1.16/0.79	o 282
1.34/0.85	c Got one! Elapsed wall clock time (in seconds):0.749
1.34/0.85	o 277
1.34/0.85	c Got one! Elapsed wall clock time (in seconds):0.753
1.34/0.85	o 267
1.54/1.04	c Got one! Elapsed wall clock time (in seconds):0.945
1.54/1.04	o 266
1.64/1.11	c cleaning 7291 clauses out of 14590 with flag 4208/18030
1.94/1.43	c cleaning 6649 clauses out of 13299 with flag 28386/24030
2.06/1.58	c Got one! Elapsed wall clock time (in seconds):1.481
2.06/1.58	o 263
2.06/1.59	c Got one! Elapsed wall clock time (in seconds):1.486
2.06/1.59	o 262
2.16/1.69	c cleaning 5888 clauses out of 11791 with flag 7421/29171
2.56/2.01	c cleaning 5947 clauses out of 11902 with flag 36589/35170
2.87/2.37	c cleaning 6477 clauses out of 12955 with flag 66703/42170
3.06/2.55	c Got one! Elapsed wall clock time (in seconds):2.451
3.06/2.55	o 254
3.06/2.56	c Got one! Elapsed wall clock time (in seconds):2.459
3.06/2.56	o 253
3.06/2.57	c Got one! Elapsed wall clock time (in seconds):2.467
3.06/2.57	o 251
3.23/2.64	c Got one! Elapsed wall clock time (in seconds):2.536
3.23/2.64	o 240
3.34/2.70	c cleaning 6302 clauses out of 12607 with flag 3754/48299
3.34/2.75	c Got one! Elapsed wall clock time (in seconds):2.654
3.34/2.75	o 238
3.44/2.81	c Got one! Elapsed wall clock time (in seconds):2.708
3.44/2.81	o 237
3.54/2.93	c Got one! Elapsed wall clock time (in seconds):2.827
3.54/2.93	o 224
3.54/2.97	c Got one! Elapsed wall clock time (in seconds):2.867
3.54/2.97	o 220
3.64/3.02	c cleaning 6454 clauses out of 12916 with flag 3779/54910
3.74/3.10	c Got one! Elapsed wall clock time (in seconds):3.003
3.74/3.10	o 216
3.74/3.14	c Got one! Elapsed wall clock time (in seconds):3.041
3.74/3.14	o 214
3.84/3.30	c Got one! Elapsed wall clock time (in seconds):3.202
3.84/3.30	o 213
3.94/3.37	c cleaning 6582 clauses out of 13180 with flag 4308/61628
3.94/3.37	c Got one! Elapsed wall clock time (in seconds):3.267
3.94/3.37	o 211
4.05/3.47	c Got one! Elapsed wall clock time (in seconds):3.367
4.05/3.47	o 210
4.24/3.62	c cleaning 5837 clauses out of 11696 with flag 13103/66726
4.24/3.62	c Got one! Elapsed wall clock time (in seconds):3.525
4.24/3.62	o 209
4.34/3.78	c Got one! Elapsed wall clock time (in seconds):3.683
4.34/3.78	o 208
4.44/3.88	c cleaning 5668 clauses out of 11348 with flag 7858/72215
4.54/3.99	c Got one! Elapsed wall clock time (in seconds):3.886
4.54/3.99	o 206
4.64/4.05	c Got one! Elapsed wall clock time (in seconds):3.949
4.64/4.05	o 204
4.74/4.13	c Got one! Elapsed wall clock time (in seconds):4.029
4.74/4.13	o 200
4.74/4.19	c cleaning 6105 clauses out of 12224 with flag 3847/78759
5.06/4.47	c cleaning 6049 clauses out of 12117 with flag 27868/84757
5.17/4.57	c Got one! Elapsed wall clock time (in seconds):4.467
5.17/4.57	o 195
5.26/4.67	c Got one! Elapsed wall clock time (in seconds):4.569
5.26/4.67	o 194
5.36/4.73	c cleaning 5748 clauses out of 11514 with flag 3856/90203
5.36/4.74	c Got one! Elapsed wall clock time (in seconds):4.643
5.36/4.74	o 188
5.46/4.82	c Got one! Elapsed wall clock time (in seconds):4.722
5.46/4.82	o 186
5.46/4.85	c Got one! Elapsed wall clock time (in seconds):4.753
5.46/4.85	o 179
5.67/5.06	c cleaning 6330 clauses out of 12687 with flag 17962/97124
5.77/5.14	c Got one! Elapsed wall clock time (in seconds):5.045
5.77/5.14	o 178
5.77/5.19	c Got one! Elapsed wall clock time (in seconds):5.087
5.77/5.19	o 177
5.88/5.25	c Got one! Elapsed wall clock time (in seconds):5.154
5.88/5.25	o 173
5.88/5.28	c Got one! Elapsed wall clock time (in seconds):5.176
5.88/5.28	o 156
5.88/5.29	c Got one! Elapsed wall clock time (in seconds):5.191
5.88/5.29	o 151
5.98/5.31	c Got one! Elapsed wall clock time (in seconds):5.212
5.98/5.31	o 122
5.98/5.33	c Got one! Elapsed wall clock time (in seconds):5.228
5.98/5.33	o 106
5.98/5.34	c Got one! Elapsed wall clock time (in seconds):5.238
5.98/5.34	o 104
5.98/5.36	c Got one! Elapsed wall clock time (in seconds):5.256
5.98/5.36	o 102
6.08/5.42	c Got one! Elapsed wall clock time (in seconds):5.318
6.08/5.42	o 89
6.08/5.44	c Got one! Elapsed wall clock time (in seconds):5.337
6.08/5.44	o 88
6.23/5.53	c cleaning 7562 clauses out of 15138 with flag 4375/105905
6.23/5.60	c Got one! Elapsed wall clock time (in seconds):5.503
6.23/5.60	o 86
6.46/5.62	c Got one! Elapsed wall clock time (in seconds):5.522
6.46/5.62	o 85
6.82/5.85	c cleaning 6795 clauses out of 13598 with flag 17223/111927
6.82/5.87	c Got one! Elapsed wall clock time (in seconds):5.772
6.82/5.87	o 84
7.40/6.11	c cleaning 6223 clauses out of 12449 with flag 18525/117573
7.59/6.21	c Got one! Elapsed wall clock time (in seconds):6.112
7.59/6.21	o 75
7.59/6.28	c Got one! Elapsed wall clock time (in seconds):6.179
7.59/6.28	o 67
7.69/6.38	c cleaning 6103 clauses out of 12217 with flag 7957/123564
7.69/6.38	c Got one! Elapsed wall clock time (in seconds):6.284
7.69/6.38	o 66
7.69/6.40	c Got one! Elapsed wall clock time (in seconds):6.296
7.69/6.40	o 64
7.79/6.41	c Got one! Elapsed wall clock time (in seconds):6.311
7.79/6.41	o 61
8.00/6.63	c cleaning 6016 clauses out of 12041 with flag 22856/129491
8.20/6.88	c cleaning 6001 clauses out of 12025 with flag 47104/135491
8.40/7.09	c Got one! Elapsed wall clock time (in seconds):6.988
8.40/7.09	o 57
8.50/7.11	c Got one! Elapsed wall clock time (in seconds):7.012
8.50/7.11	o 56
8.60/7.24	c Got one! Elapsed wall clock time (in seconds):7.137
8.60/7.24	o 42
8.70/7.40	c cleaning 8469 clauses out of 16945 with flag 10522/146412
9.00/7.66	c cleaning 7237 clauses out of 14476 with flag 32170/152412
9.30/7.93	c cleaning 7113 clauses out of 14238 with flag 57734/159412
9.40/8.04	c Got one! Elapsed wall clock time (in seconds):7.938
9.40/8.04	o 41
9.50/8.16	c cleaning 6475 clauses out of 12961 with flag 9904/165248
9.60/8.25	c Got one! Elapsed wall clock time (in seconds):8.15
9.60/8.25	o 38
9.71/8.37	c cleaning 6059 clauses out of 12138 with flag 11522/170900
10.02/8.60	c cleaning 6035 clauses out of 12079 with flag 36553/176900
10.22/8.87	c cleaning 6511 clauses out of 13044 with flag 66595/183900
10.62/9.21	c cleaning 7264 clauses out of 14534 with flag 105679/191901
11.02/9.61	c cleaning 8127 clauses out of 16268 with flag 150430/200900
11.42/10.04	c cleaning 9070 clauses out of 18141 with flag 191947/210900
11.62/10.24	c Got one! Elapsed wall clock time (in seconds):10.144
11.62/10.24	o 32
11.62/10.29	c cleaning 7374 clauses out of 14753 with flag 3409/216582
11.92/10.53	c cleaning 6689 clauses out of 13381 with flag 28128/222584
12.22/10.80	c cleaning 6838 clauses out of 13688 with flag 55097/229580
12.32/10.92	c Got one! Elapsed wall clock time (in seconds):10.82
12.32/10.92	o 31
12.32/10.96	c cleaning 5989 clauses out of 11982 with flag 3432/234712
12.43/11.08	c Got one! Elapsed wall clock time (in seconds):10.985
12.43/11.08	o 29
12.54/11.17	c cleaning 5768 clauses out of 11569 with flag 7445/240288
12.73/11.39	c cleaning 5897 clauses out of 11802 with flag 28793/246289
13.03/11.65	c cleaning 6448 clauses out of 12903 with flag 54830/253287
13.33/11.96	c cleaning 7223 clauses out of 14455 with flag 84704/261287
13.73/12.36	c cleaning 8114 clauses out of 16233 with flag 121871/270288
13.83/12.42	c Got one! Elapsed wall clock time (in seconds):12.317
13.83/12.42	o 28
13.83/12.47	c Got one! Elapsed wall clock time (in seconds):12.369
13.83/12.47	o 27
14.03/12.60	c cleaning 7247 clauses out of 14501 with flag 11741/276670
14.23/12.83	c cleaning 6621 clauses out of 13254 with flag 33711/282670
14.43/13.08	c cleaning 6809 clauses out of 13632 with flag 61397/289670
14.53/13.11	c Got one! Elapsed wall clock time (in seconds):13.007
14.53/13.11	o 23
14.53/13.17	c Got one! Elapsed wall clock time (in seconds):13.07
14.53/13.17	o 22
14.76/13.33	c cleaning 6618 clauses out of 13262 with flag 14636/296110
14.85/13.46	c Got one! Elapsed wall clock time (in seconds):13.364
14.85/13.46	o 21
14.96/13.51	c cleaning 5851 clauses out of 11714 with flag 3974/301180
15.06/13.62	c Got one! Elapsed wall clock time (in seconds):13.519
15.06/13.62	o 18
15.06/13.69	c cleaning 5555 clauses out of 11133 with flag 8159/306450
15.26/13.90	c cleaning 5787 clauses out of 11579 with flag 30774/312451
15.56/14.13	c cleaning 6385 clauses out of 12791 with flag 55243/319450
15.87/14.42	c cleaning 7197 clauses out of 14404 with flag 85701/327449
16.16/14.79	c cleaning 8098 clauses out of 16208 with flag 123271/336450
16.67/15.20	c cleaning 9054 clauses out of 18111 with flag 162246/346451
16.77/15.40	c Got one! Elapsed wall clock time (in seconds):15.299
16.77/15.40	o 14
17.07/15.64	c cleaning 9802 clauses out of 19615 with flag 20602/357009
17.07/15.67	c Got one! Elapsed wall clock time (in seconds):15.569
17.07/15.67	o 11
17.27/15.88	c cleaning 7863 clauses out of 15744 with flag 23319/362940
17.57/16.11	c cleaning 6930 clauses out of 13879 with flag 48931/368938
17.77/16.37	c cleaning 6965 clauses out of 13950 with flag 80770/375939
18.08/16.69	c cleaning 7487 clauses out of 14985 with flag 116684/383939
18.27/16.84	c Got one! Elapsed wall clock time (in seconds):16.741
18.27/16.84	o 10
18.27/16.89	c cleaning 6452 clauses out of 12917 with flag 4825/389358
18.47/17.05	c Got one! Elapsed wall clock time (in seconds):16.949
18.47/17.05	o 8
18.47/17.09	c cleaning 6134 clauses out of 12273 with flag 4881/395166
18.77/17.31	c cleaning 6068 clauses out of 12138 with flag 31332/401165
18.97/17.57	c cleaning 6533 clauses out of 13069 with flag 62688/408165
19.27/17.84	c Got one! Elapsed wall clock time (in seconds):17.74
19.27/17.84	o 7
19.49/18.05	c Got one! Elapsed wall clock time (in seconds):17.949
19.49/18.05	o 6
19.59/18.12	c cleaning 9902 clauses out of 19805 with flag 4065/421438
19.79/18.38	c cleaning 7945 clauses out of 15897 with flag 31068/427438
19.89/18.42	c Got one! Elapsed wall clock time (in seconds):18.323
19.89/18.42	o 5
20.00/18.59	c cleaning 6666 clauses out of 13351 with flag 19793/432839
20.31/18.82	c Got one! Elapsed wall clock time (in seconds):18.717
20.31/18.82	o 1
20.31/18.82	c starts		: 285
20.31/18.82	c conflicts		: 438798
20.31/18.82	c decisions		: 734832
20.31/18.82	c propagations		: 12819717
20.31/18.82	c inspects		: 202170125
20.31/18.82	c shortcuts		: 0
20.31/18.82	c learnt literals	: 18
20.31/18.82	c learnt binary clauses	: 23
20.31/18.82	c learnt ternary clauses	: 532
20.31/18.82	c learnt constraints	: 438780
20.31/18.82	c ignored constraints	: 0
20.31/18.82	c root simplifications	: 0
20.31/18.82	c removed literals (reason simplification)	: 0
20.31/18.82	c reason swapping (by a shorter reason)	: 0
20.31/18.82	c Calls to reduceDB	: 63
20.31/18.82	c Number of update (reduction) of LBD	: 131551
20.31/18.82	c Imported unit clauses	: 0
20.31/18.82	c number of reductions to clauses (during analyze)	: 0
20.31/18.82	c number of learned constraints concerned by reduction	: 0
20.31/18.82	c number of learning phase by resolution	: 0
20.31/18.82	c number of learning phase by cutting planes	: 0
20.31/18.82	c speed (assignments/second)	: 686721.5020355689
20.31/18.82	c non guided choices	4482
20.31/18.82	c learnt constraints type 
20.31/18.82	s OPTIMUM FOUND
20.31/18.82	c Found 100 solution(s)
20.31/18.83	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 
20.31/18.83	c objective function=1
20.31/18.83	c Total wall clock time (in seconds): 18.726

Verifier Data

OK	1

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

pid=14636
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.29 2.23 2.19 3/194 14639
/proc/meminfo: memFree=30062296/32872528 swapFree=1243920/1391088
[pid=14639] ppid=14636 vsize=96268 CPUtime=0 cores=1,3,5,7
/proc/14639/stat : 14639 (java) S 14636 14639 13151 0 -1 4202496 1367 0 0 0 0 0 0 0 20 0 2 0 8830150 98578432 989 33554432000 1073741824 1073778376 140733270656000 140733270647136 272889839677 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14639/statm: 24067 989 755 9 0 16773 0
[pid=14639/tid=14640] ppid=14636 vsize=97336 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14640/stat : 14640 (java) R 14636 14639 13151 0 -1 4202560 147 0 0 0 0 0 0 0 20 0 2 0 8830150 99672064 994 33554432000 1073741824 1073778376 140733270656000 140456093668024 272877271603 0 0 0 16784584 0 0 0 -1 1 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 2.29 2.23 2.19 3/194 14639
/proc/meminfo: memFree=30062296/32872528 swapFree=1243920/1391088
[pid=14639] ppid=14636 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/14639/stat : 14639 (java) S 14636 14639 13151 0 -1 4202496 4493 0 1 0 10 1 0 0 20 0 18 0 8830150 9787879424 6121 33554432000 1073741824 1073778376 140733270656000 140733270647136 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14639/statm: 2389619 6121 2157 9 0 2380296 0
[pid=14639/tid=14640] ppid=14636 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/14639/task/14640/stat : 14640 (java) R 14636 14639 13151 0 -1 4202560 2377 0 1 0 6 2 0 0 20 0 18 0 8830150 9787879424 6121 33554432000 1073741824 1073778376 140733270656000 140456093672168 272889865485 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200272 s]
/proc/loadavg: 2.29 2.23 2.19 3/194 14639
/proc/meminfo: memFree=30062296/32872528 swapFree=1243920/1391088
[pid=14639] ppid=14636 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/14639/stat : 14639 (java) S 14636 14639 13151 0 -1 4202496 6511 0 1 0 27 2 0 0 20 0 19 0 8830150 9856040960 8083 33554432000 1073741824 1073778376 140733270656000 140733270647136 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14639/statm: 2406260 8083 2234 9 0 2396937 0
[pid=14639/tid=14640] ppid=14636 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/14639/task/14640/stat : 14640 (java) R 14636 14639 13151 0 -1 4202560 2405 0 1 0 16 2 0 0 20 0 19 0 8830150 9856040960 8083 33554432000 1073741824 1073778376 140733270656000 140456093671512 140455916448748 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9625040

[startup+0.300367 s]
/proc/loadavg: 2.29 2.23 2.19 3/194 14639
/proc/meminfo: memFree=30062296/32872528 swapFree=1243920/1391088
[pid=14639] ppid=14636 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/14639/stat : 14639 (java) S 14636 14639 13151 0 -1 4202496 6808 0 1 0 48 2 0 0 20 0 19 0 8830150 9856040960 8484 33554432000 1073741824 1073778376 140733270656000 140733270647136 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14639/statm: 2406260 8484 2243 9 0 2396937 0
[pid=14639/tid=14640] ppid=14636 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/14639/task/14640/stat : 14640 (java) R 14636 14639 13151 0 -1 4202560 2406 0 1 0 26 2 0 0 20 0 19 0 8830150 9856040960 8484 33554432000 1073741824 1073778376 140733270656000 140456093671384 140455916840404 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9625040

[startup+0.700209 s]
/proc/loadavg: 2.29 2.23 2.19 3/194 14639
/proc/meminfo: memFree=30062296/32872528 swapFree=1243920/1391088
[pid=14639] ppid=14636 vsize=9625040 CPUtime=1.16 cores=1,3,5,7
/proc/14639/stat : 14639 (java) S 14636 14639 13151 0 -1 4202496 11236 0 1 0 113 3 0 0 20 0 19 0 8830150 9856040960 11334 33554432000 1073741824 1073778376 140733270656000 140733270647136 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14639/statm: 2406260 11334 2259 9 0 2396937 0
[pid=14639/tid=14640] ppid=14636 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/14639/task/14640/stat : 14640 (java) R 14636 14639 13151 0 -1 4202560 2408 0 1 0 66 2 0 0 20 0 19 0 8830150 9856040960 11334 33554432000 1073741824 1073778376 140733270656000 140456093671384 140455916776910 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 9625040

[startup+1.5008 s]
/proc/loadavg: 2.29 2.23 2.19 3/213 14658
/proc/meminfo: memFree=30028212/32872528 swapFree=1243920/1391088
[pid=14639] ppid=14636 vsize=9625040 CPUtime=2.06 cores=1,3,5,7
/proc/14639/stat : 14639 (java) S 14636 14639 13151 0 -1 4202496 11280 0 1 0 203 3 0 0 20 0 19 0 8830150 9856040960 11061 33554432000 1073741824 1073778376 140733270656000 140733270647136 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14639/statm: 2406260 11061 2261 9 0 2396937 0
[pid=14639/tid=14640] ppid=14636 vsize=9625040 CPUtime=1.48 cores=1,3,5,7
/proc/14639/task/14640/stat : 14640 (java) R 14636 14639 13151 0 -1 4202560 2411 0 1 0 146 2 0 0 20 0 19 0 8830150 9856040960 11061 33554432000 1073741824 1073778376 140733270656000 140456093662928 140455916788212 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14639/tid=14642] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14642/stat : 14642 (java) S 14636 14639 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830151 9856040960 11061 33554432000 1073741824 1073778376 140733270656000 140456055163048 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14643] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14643/stat : 14643 (java) S 14636 14639 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830151 9856040960 11061 33554432000 1073741824 1073778376 140733270656000 140456054110504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14639/tid=14644] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14644/stat : 14644 (java) S 14636 14639 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830151 9856040960 11061 33554432000 1073741824 1073778376 140733270656000 140456053057960 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14639/tid=14645] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14645/stat : 14645 (java) S 14636 14639 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830151 9856040960 11061 33554432000 1073741824 1073778376 140733270656000 140456052005416 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14639/tid=14646] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14646/stat : 14646 (java) S 14636 14639 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830151 9856040960 11061 33554432000 1073741824 1073778376 140733270656000 140456050952872 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14647] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14647/stat : 14647 (java) S 14636 14639 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830151 9856040960 11061 33554432000 1073741824 1073778376 140733270656000 140456049900328 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14639/tid=14648] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14648/stat : 14648 (java) S 14636 14639 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830151 9856040960 11061 33554432000 1073741824 1073778376 140733270656000 140456048847784 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14649] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14649/stat : 14649 (java) S 14636 14639 13151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8830151 9856040960 11061 33554432000 1073741824 1073778376 140733270656000 140456047795240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14650] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14650/stat : 14650 (java) S 14636 14639 13151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8830152 9856040960 11061 33554432000 1073741824 1073778376 140733270656000 140456035383400 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14639/tid=14651] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14651/stat : 14651 (java) S 14636 14639 13151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8830152 9856040960 11061 33554432000 1073741824 1073778376 140733270656000 140455916332152 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14652] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14652/stat : 14652 (java) S 14636 14639 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8830152 9856040960 11061 33554432000 1073741824 1073778376 140733270656000 140455915279496 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14653] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14653/stat : 14653 (java) S 14636 14639 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830154 9856040960 11061 33554432000 1073741824 1073778376 140733270656000 140455914228240 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14654] ppid=14636 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/14639/task/14654/stat : 14654 (java) S 14636 14639 13151 0 -1 4202560 1897 0 0 0 22 0 0 0 20 0 19 0 8830154 9856040960 11061 33554432000 1073741824 1073778376 140733270656000 140455913175608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14655] ppid=14636 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/14639/task/14655/stat : 14655 (java) S 14636 14639 13151 0 -1 4202560 5699 0 0 0 32 0 0 0 20 0 19 0 8830154 9856040960 11061 33554432000 1073741824 1073778376 140733270656000 140455912123064 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14639/tid=14656] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14656/stat : 14656 (java) S 14636 14639 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830154 9856040960 11061 33554432000 1073741824 1073778376 140733270656000 140455911070712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14639/tid=14657] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14657/stat : 14657 (java) S 14636 14639 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830154 9856040960 11061 33554432000 1073741824 1073778376 140733270656000 140455910018376 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14639/tid=14658] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14658/stat : 14658 (java) S 14636 14639 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8830166 9856040960 11061 33554432000 1073741824 1073778376 140733270656000 140455908963112 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.27 2.23 2.18 3/213 14658
/proc/meminfo: memFree=30022192/32872528 swapFree=1243920/1391088
[pid=14639] ppid=14636 vsize=9625040 CPUtime=3.74 cores=1,3,5,7
/proc/14639/stat : 14639 (java) S 14636 14639 13151 0 -1 4202496 11972 0 1 0 371 3 0 0 20 0 19 0 8830150 9856040960 13650 33554432000 1073741824 1073778376 140733270656000 140733270647136 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14639/statm: 2406260 13650 2261 9 0 2396937 0
[pid=14639/tid=14640] ppid=14636 vsize=9625040 CPUtime=3.08 cores=1,3,5,7
/proc/14639/task/14640/stat : 14640 (java) R 14636 14639 13151 0 -1 4202560 2417 0 1 0 306 2 0 0 20 0 19 0 8830150 9856040960 13650 33554432000 1073741824 1073778376 140733270656000 140456093669288 140455916796264 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14639/tid=14642] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14642/stat : 14642 (java) S 14636 14639 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830151 9856040960 13650 33554432000 1073741824 1073778376 140733270656000 140456055163048 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14643] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14643/stat : 14643 (java) S 14636 14639 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830151 9856040960 13650 33554432000 1073741824 1073778376 140733270656000 140456054110504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14639/tid=14644] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14644/stat : 14644 (java) S 14636 14639 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830151 9856040960 13650 33554432000 1073741824 1073778376 140733270656000 140456053057960 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14639/tid=14645] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14645/stat : 14645 (java) S 14636 14639 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830151 9856040960 13650 33554432000 1073741824 1073778376 140733270656000 140456052005416 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14639/tid=14646] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14646/stat : 14646 (java) S 14636 14639 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830151 9856040960 13650 33554432000 1073741824 1073778376 140733270656000 140456050952872 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14647] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14647/stat : 14647 (java) S 14636 14639 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830151 9856040960 13650 33554432000 1073741824 1073778376 140733270656000 140456049900328 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14639/tid=14648] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14648/stat : 14648 (java) S 14636 14639 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830151 9856040960 13650 33554432000 1073741824 1073778376 140733270656000 140456048847784 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14649] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14649/stat : 14649 (java) S 14636 14639 13151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8830151 9856040960 13650 33554432000 1073741824 1073778376 140733270656000 140456047795240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14650] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14650/stat : 14650 (java) S 14636 14639 13151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8830152 9856040960 13650 33554432000 1073741824 1073778376 140733270656000 140456035383400 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14639/tid=14651] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14651/stat : 14651 (java) S 14636 14639 13151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8830152 9856040960 13650 33554432000 1073741824 1073778376 140733270656000 140455916332152 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14652] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14652/stat : 14652 (java) S 14636 14639 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8830152 9856040960 13650 33554432000 1073741824 1073778376 140733270656000 140455915279496 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14653] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14653/stat : 14653 (java) S 14636 14639 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830154 9856040960 13650 33554432000 1073741824 1073778376 140733270656000 140455914228240 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14654] ppid=14636 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/14639/task/14654/stat : 14654 (java) S 14636 14639 13151 0 -1 4202560 2529 0 0 0 27 0 0 0 20 0 19 0 8830154 9856040960 13650 33554432000 1073741824 1073778376 140733270656000 140455913175608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14655] ppid=14636 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/14639/task/14655/stat : 14655 (java) S 14636 14639 13151 0 -1 4202560 5753 0 0 0 35 0 0 0 20 0 19 0 8830154 9856040960 13650 33554432000 1073741824 1073778376 140733270656000 140455912123064 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14639/tid=14656] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14656/stat : 14656 (java) S 14636 14639 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830154 9856040960 13650 33554432000 1073741824 1073778376 140733270656000 140455911070712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14639/tid=14657] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14657/stat : 14657 (java) S 14636 14639 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830154 9856040960 13650 33554432000 1073741824 1073778376 140733270656000 140455910018376 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14639/tid=14658] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14658/stat : 14658 (java) S 14636 14639 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8830166 9856040960 13650 33554432000 1073741824 1073778376 140733270656000 140455908963112 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.74
Current children cumulated vsize (KiB) 9625040

[startup+6.30083 s]
/proc/loadavg: 2.27 2.23 2.18 4/213 14658
/proc/meminfo: memFree=30003016/32872528 swapFree=1243920/1391088
[pid=14639] ppid=14636 vsize=9625040 CPUtime=7.69 cores=1,3,5,7
/proc/14639/stat : 14639 (java) S 14636 14639 13151 0 -1 4202496 22154 0 1 0 765 4 0 0 20 0 19 0 8830150 9856040960 22162 33554432000 1073741824 1073778376 140733270656000 140733270647136 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14639/statm: 2406260 22162 2264 9 0 2396937 0
[pid=14639/tid=14640] ppid=14636 vsize=9625040 CPUtime=6.28 cores=1,3,5,7
/proc/14639/task/14640/stat : 14640 (java) R 14636 14639 13151 0 -1 4202560 2427 0 1 0 626 2 0 0 20 0 19 0 8830150 9856040960 22162 33554432000 1073741824 1073778376 140733270656000 140456093662928 140455916789184 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14639/tid=14642] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14642/stat : 14642 (java) S 14636 14639 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830151 9856040960 22162 33554432000 1073741824 1073778376 140733270656000 140456055163048 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14643] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14643/stat : 14643 (java) S 14636 14639 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830151 9856040960 22162 33554432000 1073741824 1073778376 140733270656000 140456054110504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14639/tid=14644] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14644/stat : 14644 (java) S 14636 14639 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830151 9856040960 22162 33554432000 1073741824 1073778376 140733270656000 140456053057960 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14639/tid=14645] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14645/stat : 14645 (java) S 14636 14639 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830151 9856040960 22162 33554432000 1073741824 1073778376 140733270656000 140456052005416 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14639/tid=14646] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14646/stat : 14646 (java) S 14636 14639 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830151 9856040960 22162 33554432000 1073741824 1073778376 140733270656000 140456050952872 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14647] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14647/stat : 14647 (java) S 14636 14639 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830151 9856040960 22162 33554432000 1073741824 1073778376 140733270656000 140456049900328 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14639/tid=14648] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14648/stat : 14648 (java) S 14636 14639 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830151 9856040960 22162 33554432000 1073741824 1073778376 140733270656000 140456048847784 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14649] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14649/stat : 14649 (java) S 14636 14639 13151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8830151 9856040960 22162 33554432000 1073741824 1073778376 140733270656000 140456047795240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14650] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14650/stat : 14650 (java) S 14636 14639 13151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8830152 9856040960 22162 33554432000 1073741824 1073778376 140733270656000 140456035383400 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14639/tid=14651] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14651/stat : 14651 (java) S 14636 14639 13151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8830152 9856040960 22162 33554432000 1073741824 1073778376 140733270656000 140455916332152 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14652] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14652/stat : 14652 (java) S 14636 14639 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8830152 9856040960 22162 33554432000 1073741824 1073778376 140733270656000 140455915279496 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14653] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14653/stat : 14653 (java) S 14636 14639 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830154 9856040960 22162 33554432000 1073741824 1073778376 140733270656000 140455914228240 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14654] ppid=14636 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/14639/task/14654/stat : 14654 (java) S 14636 14639 13151 0 -1 4202560 2531 0 0 0 36 0 0 0 20 0 19 0 8830154 9856040960 22162 33554432000 1073741824 1073778376 140733270656000 140455913175608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14655] ppid=14636 vsize=9625040 CPUtime=1.01 cores=1,3,5,7

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

[pid=14639/tid=14644] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14644/stat : 14644 (java) S 14636 14639 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830151 9856040960 35201 33554432000 1073741824 1073778376 140733270656000 140456053057960 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14639/tid=14645] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14645/stat : 14645 (java) S 14636 14639 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830151 9856040960 35201 33554432000 1073741824 1073778376 140733270656000 140456052005416 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14639/tid=14646] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14646/stat : 14646 (java) S 14636 14639 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830151 9856040960 35201 33554432000 1073741824 1073778376 140733270656000 140456050952872 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14647] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14647/stat : 14647 (java) S 14636 14639 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830151 9856040960 35201 33554432000 1073741824 1073778376 140733270656000 140456049900328 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14639/tid=14648] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14648/stat : 14648 (java) S 14636 14639 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830151 9856040960 35201 33554432000 1073741824 1073778376 140733270656000 140456048847784 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14649] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14649/stat : 14649 (java) S 14636 14639 13151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8830151 9856040960 35201 33554432000 1073741824 1073778376 140733270656000 140456047795240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14650] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14650/stat : 14650 (java) S 14636 14639 13151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8830152 9856040960 35201 33554432000 1073741824 1073778376 140733270656000 140456035383400 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14639/tid=14651] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14651/stat : 14651 (java) S 14636 14639 13151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8830152 9856040960 35201 33554432000 1073741824 1073778376 140733270656000 140455916332152 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14652] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14652/stat : 14652 (java) S 14636 14639 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8830152 9856040960 35201 33554432000 1073741824 1073778376 140733270656000 140455915279496 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14653] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14653/stat : 14653 (java) S 14636 14639 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830154 9856040960 35201 33554432000 1073741824 1073778376 140733270656000 140455914228240 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14654] ppid=14636 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/14639/task/14654/stat : 14654 (java) S 14636 14639 13151 0 -1 4202560 2531 0 0 0 37 0 0 0 20 0 19 0 8830154 9856040960 35201 33554432000 1073741824 1073778376 140733270656000 140455913175608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14655] ppid=14636 vsize=9625040 CPUtime=1.08 cores=1,3,5,7
/proc/14639/task/14655/stat : 14655 (java) S 14636 14639 13151 0 -1 4202560 15922 0 0 0 106 2 0 0 20 0 19 0 8830154 9856040960 35201 33554432000 1073741824 1073778376 140733270656000 140455912123064 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14639/tid=14656] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14656/stat : 14656 (java) S 14636 14639 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830154 9856040960 35201 33554432000 1073741824 1073778376 140733270656000 140455911070712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14639/tid=14657] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14657/stat : 14657 (java) S 14636 14639 13151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8830154 9856040960 35201 33554432000 1073741824 1073778376 140733270656000 140455910018376 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14639/tid=14658] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14658/stat : 14658 (java) S 14636 14639 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8830166 9856040960 35201 33554432000 1073741824 1073778376 140733270656000 140455908963112 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 17.47
Current children cumulated vsize (KiB) 9625040

[startup+17.6008 s]
/proc/loadavg: 2.34 2.25 2.19 3/213 14658
/proc/meminfo: memFree=29931344/32872528 swapFree=1243920/1391088
[pid=14639] ppid=14636 vsize=9625040 CPUtime=19.07 cores=1,3,5,7
/proc/14639/stat : 14639 (java) S 14636 14639 13151 0 -1 4202496 22190 0 1 0 1901 6 0 0 20 0 19 0 8830150 9856040960 37249 33554432000 1073741824 1073778376 140733270656000 140733270647136 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14639/statm: 2406260 37249 2264 9 0 2396937 0
[pid=14639/tid=14640] ppid=14636 vsize=9625040 CPUtime=17.58 cores=1,3,5,7
/proc/14639/task/14640/stat : 14640 (java) R 14636 14639 13151 0 -1 4202560 2463 0 1 0 1755 3 0 0 20 0 19 0 8830150 9856040960 37249 33554432000 1073741824 1073778376 140733270656000 140456093662928 140455916788264 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14639/tid=14642] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14642/stat : 14642 (java) S 14636 14639 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830151 9856040960 37249 33554432000 1073741824 1073778376 140733270656000 140456055163048 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14643] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14643/stat : 14643 (java) S 14636 14639 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830151 9856040960 37249 33554432000 1073741824 1073778376 140733270656000 140456054110504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14639/tid=14644] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14644/stat : 14644 (java) S 14636 14639 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830151 9856040960 37249 33554432000 1073741824 1073778376 140733270656000 140456053057960 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14639/tid=14645] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14645/stat : 14645 (java) S 14636 14639 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830151 9856040960 37249 33554432000 1073741824 1073778376 140733270656000 140456052005416 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14639/tid=14646] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14646/stat : 14646 (java) S 14636 14639 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830151 9856040960 37249 33554432000 1073741824 1073778376 140733270656000 140456050952872 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14647] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14647/stat : 14647 (java) S 14636 14639 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830151 9856040960 37249 33554432000 1073741824 1073778376 140733270656000 140456049900328 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14639/tid=14648] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14648/stat : 14648 (java) S 14636 14639 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830151 9856040960 37249 33554432000 1073741824 1073778376 140733270656000 140456048847784 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14649] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14649/stat : 14649 (java) S 14636 14639 13151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8830151 9856040960 37249 33554432000 1073741824 1073778376 140733270656000 140456047795240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14650] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14650/stat : 14650 (java) S 14636 14639 13151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8830152 9856040960 37249 33554432000 1073741824 1073778376 140733270656000 140456035383400 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14639/tid=14651] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14651/stat : 14651 (java) S 14636 14639 13151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8830152 9856040960 37249 33554432000 1073741824 1073778376 140733270656000 140455916332152 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14652] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14652/stat : 14652 (java) S 14636 14639 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8830152 9856040960 37249 33554432000 1073741824 1073778376 140733270656000 140455915279496 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14653] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14653/stat : 14653 (java) S 14636 14639 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830154 9856040960 37249 33554432000 1073741824 1073778376 140733270656000 140455914228240 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14654] ppid=14636 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/14639/task/14654/stat : 14654 (java) S 14636 14639 13151 0 -1 4202560 2531 0 0 0 37 0 0 0 20 0 19 0 8830154 9856040960 37249 33554432000 1073741824 1073778376 140733270656000 140455913175608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14655] ppid=14636 vsize=9625040 CPUtime=1.08 cores=1,3,5,7
/proc/14639/task/14655/stat : 14655 (java) S 14636 14639 13151 0 -1 4202560 15922 0 0 0 106 2 0 0 20 0 19 0 8830154 9856040960 37249 33554432000 1073741824 1073778376 140733270656000 140455912123064 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14639/tid=14656] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14656/stat : 14656 (java) S 14636 14639 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830154 9856040960 37249 33554432000 1073741824 1073778376 140733270656000 140455911070712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14639/tid=14657] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14657/stat : 14657 (java) S 14636 14639 13151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8830154 9856040960 37249 33554432000 1073741824 1073778376 140733270656000 140455910018376 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14639/tid=14658] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14658/stat : 14658 (java) S 14636 14639 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8830166 9856040960 37249 33554432000 1073741824 1073778376 140733270656000 140455908963112 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 19.07
Current children cumulated vsize (KiB) 9625040

[startup+18.4007 s]
/proc/loadavg: 2.34 2.25 2.19 3/213 14658
/proc/meminfo: memFree=29931344/32872528 swapFree=1243920/1391088
[pid=14639] ppid=14636 vsize=9625040 CPUtime=19.89 cores=1,3,5,7
/proc/14639/stat : 14639 (java) S 14636 14639 13151 0 -1 4202496 22194 0 1 0 1983 6 0 0 20 0 19 0 8830150 9856040960 38275 33554432000 1073741824 1073778376 140733270656000 140733270647136 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14639/statm: 2406260 38275 2266 9 0 2396937 0
[pid=14639/tid=14640] ppid=14636 vsize=9625040 CPUtime=18.38 cores=1,3,5,7
/proc/14639/task/14640/stat : 14640 (java) R 14636 14639 13151 0 -1 4202560 2465 0 1 0 1834 4 0 0 20 0 19 0 8830150 9856040960 38275 33554432000 1073741824 1073778376 140733270656000 140456093662928 140455916796259 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14639/tid=14642] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14642/stat : 14642 (java) S 14636 14639 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830151 9856040960 38275 33554432000 1073741824 1073778376 140733270656000 140456055163048 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14643] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14643/stat : 14643 (java) S 14636 14639 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830151 9856040960 38275 33554432000 1073741824 1073778376 140733270656000 140456054110504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14639/tid=14644] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14644/stat : 14644 (java) S 14636 14639 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830151 9856040960 38275 33554432000 1073741824 1073778376 140733270656000 140456053057960 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14639/tid=14645] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14645/stat : 14645 (java) S 14636 14639 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830151 9856040960 38275 33554432000 1073741824 1073778376 140733270656000 140456052005416 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14639/tid=14646] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14646/stat : 14646 (java) S 14636 14639 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830151 9856040960 38275 33554432000 1073741824 1073778376 140733270656000 140456050952872 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14647] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14647/stat : 14647 (java) S 14636 14639 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830151 9856040960 38275 33554432000 1073741824 1073778376 140733270656000 140456049900328 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14639/tid=14648] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14648/stat : 14648 (java) S 14636 14639 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830151 9856040960 38275 33554432000 1073741824 1073778376 140733270656000 140456048847784 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14649] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14649/stat : 14649 (java) S 14636 14639 13151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8830151 9856040960 38275 33554432000 1073741824 1073778376 140733270656000 140456047795240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14650] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14650/stat : 14650 (java) S 14636 14639 13151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8830152 9856040960 38275 33554432000 1073741824 1073778376 140733270656000 140456035383400 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14639/tid=14651] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14651/stat : 14651 (java) S 14636 14639 13151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8830152 9856040960 38275 33554432000 1073741824 1073778376 140733270656000 140455916332152 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14652] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14652/stat : 14652 (java) S 14636 14639 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8830152 9856040960 38275 33554432000 1073741824 1073778376 140733270656000 140455915279496 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14653] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14653/stat : 14653 (java) S 14636 14639 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830154 9856040960 38275 33554432000 1073741824 1073778376 140733270656000 140455914228240 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14654] ppid=14636 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/14639/task/14654/stat : 14654 (java) S 14636 14639 13151 0 -1 4202560 2531 0 0 0 37 0 0 0 20 0 19 0 8830154 9856040960 38275 33554432000 1073741824 1073778376 140733270656000 140455913175608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14655] ppid=14636 vsize=9625040 CPUtime=1.09 cores=1,3,5,7
/proc/14639/task/14655/stat : 14655 (java) S 14636 14639 13151 0 -1 4202560 15924 0 0 0 107 2 0 0 20 0 19 0 8830154 9856040960 38275 33554432000 1073741824 1073778376 140733270656000 140455912123064 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14639/tid=14656] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14656/stat : 14656 (java) S 14636 14639 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830154 9856040960 38275 33554432000 1073741824 1073778376 140733270656000 140455911070712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14639/tid=14657] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14657/stat : 14657 (java) S 14636 14639 13151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8830154 9856040960 38275 33554432000 1073741824 1073778376 140733270656000 140455910018376 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14639/tid=14658] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14658/stat : 14658 (java) S 14636 14639 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8830166 9856040960 38275 33554432000 1073741824 1073778376 140733270656000 140455908963112 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 19.89
Current children cumulated vsize (KiB) 9625040

[startup+18.8079 s]
/proc/loadavg: 2.34 2.25 2.19 3/213 14658
/proc/meminfo: memFree=29925200/32872528 swapFree=1243920/1391088
[pid=14639] ppid=14636 vsize=9625040 CPUtime=20.31 cores=1,3,5,7
/proc/14639/stat : 14639 (java) S 14636 14639 13151 0 -1 4202496 22195 0 1 0 2025 6 0 0 20 0 19 0 8830150 9856040960 38787 33554432000 1073741824 1073778376 140733270656000 140733270647136 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14639/statm: 2406260 38787 2266 9 0 2396937 0
[pid=14639/tid=14640] ppid=14636 vsize=9625040 CPUtime=18.79 cores=1,3,5,7
/proc/14639/task/14640/stat : 14640 (java) R 14636 14639 13151 0 -1 4202560 2466 0 1 0 1875 4 0 0 20 0 19 0 8830150 9856040960 38787 33554432000 1073741824 1073778376 140733270656000 140456093662928 140455916866976 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14639/tid=14642] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14642/stat : 14642 (java) S 14636 14639 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830151 9856040960 38787 33554432000 1073741824 1073778376 140733270656000 140456055163048 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14643] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14643/stat : 14643 (java) S 14636 14639 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830151 9856040960 38787 33554432000 1073741824 1073778376 140733270656000 140456054110504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14639/tid=14644] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14644/stat : 14644 (java) S 14636 14639 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830151 9856040960 38787 33554432000 1073741824 1073778376 140733270656000 140456053057960 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14639/tid=14645] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14645/stat : 14645 (java) S 14636 14639 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830151 9856040960 38787 33554432000 1073741824 1073778376 140733270656000 140456052005416 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14639/tid=14646] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14646/stat : 14646 (java) S 14636 14639 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830151 9856040960 38787 33554432000 1073741824 1073778376 140733270656000 140456050952872 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14647] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14647/stat : 14647 (java) S 14636 14639 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830151 9856040960 38787 33554432000 1073741824 1073778376 140733270656000 140456049900328 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14639/tid=14648] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14648/stat : 14648 (java) S 14636 14639 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830151 9856040960 38787 33554432000 1073741824 1073778376 140733270656000 140456048847784 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14649] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14649/stat : 14649 (java) S 14636 14639 13151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8830151 9856040960 38787 33554432000 1073741824 1073778376 140733270656000 140456047795240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14650] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14650/stat : 14650 (java) S 14636 14639 13151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8830152 9856040960 38787 33554432000 1073741824 1073778376 140733270656000 140456035383400 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14639/tid=14651] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14651/stat : 14651 (java) S 14636 14639 13151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8830152 9856040960 38787 33554432000 1073741824 1073778376 140733270656000 140455916332152 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14652] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14652/stat : 14652 (java) S 14636 14639 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8830152 9856040960 38787 33554432000 1073741824 1073778376 140733270656000 140455915279496 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14653] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14653/stat : 14653 (java) S 14636 14639 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830154 9856040960 38787 33554432000 1073741824 1073778376 140733270656000 140455914228240 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14654] ppid=14636 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/14639/task/14654/stat : 14654 (java) S 14636 14639 13151 0 -1 4202560 2531 0 0 0 38 0 0 0 20 0 19 0 8830154 9856040960 38787 33554432000 1073741824 1073778376 140733270656000 140455913175608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14639/tid=14655] ppid=14636 vsize=9625040 CPUtime=1.11 cores=1,3,5,7
/proc/14639/task/14655/stat : 14655 (java) S 14636 14639 13151 0 -1 4202560 15924 0 0 0 109 2 0 0 20 0 19 0 8830154 9856040960 38787 33554432000 1073741824 1073778376 140733270656000 140455912123064 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14639/tid=14656] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14656/stat : 14656 (java) S 14636 14639 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8830154 9856040960 38787 33554432000 1073741824 1073778376 140733270656000 140455911070712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14639/tid=14657] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14657/stat : 14657 (java) S 14636 14639 13151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8830154 9856040960 38787 33554432000 1073741824 1073778376 140733270656000 140455910018376 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14639/tid=14658] ppid=14636 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14639/task/14658/stat : 14658 (java) S 14636 14639 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8830166 9856040960 38787 33554432000 1073741824 1073778376 140733270656000 140455908963112 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 20.31
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 18.8338
CPU time (s): 20.3709
CPU user time (s): 20.2779
CPU system time (s): 0.092985
CPU usage (%): 108.162
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.2779
system time used= 0.092985
maximum resident set size= 157260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22219
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= 710
involuntary context switches= 71

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

The end

Launcher Data

Begin job on node119 at 2016-06-16 11:03:35
IDJOB=4090914
IDBENCH=79213
IDSOLVER=2551
FILE ID=node119/4090914-1466067815
RUNJOBID= node119-1466062131-13168
PBS_JOBID= 19904019
Free space on /tmp= 71736 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.1110977273--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090914-1466067815/watcher-4090914-1466067815 -o /tmp/evaluation-result-4090914-1466067815/solver-4090914-1466067815 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466062131-13168 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090914-1466067815.wbo

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

MD5SUM BENCH= bf9471406d44094ab08e66793b6b5d92
RANDOM SEED=857955435

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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.456
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:        30062932 kB
Buffers:            9028 kB
Cached:            44944 kB
SwapCached:          932 kB
Active:           689464 kB
Inactive:          31272 kB
Active(anon):     667792 kB
Inactive(anon):     1328 kB
Active(file):      21672 kB
Inactive(file):    29944 kB
Unevictable:     1391088 kB
Mlocked:         1243920 kB
SwapTotal:      67108856 kB
SwapFree:       67100084 kB
Dirty:               968 kB
Writeback:             0 kB
AnonPages:       2128508 kB
Mapped:            15400 kB
Shmem:                 0 kB
Slab:             564924 kB
SReclaimable:       8900 kB
SUnreclaim:       556024 kB
KernelStack:        1760 kB
PageTables:         8596 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2204384 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    860160 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

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