Trace number 4109232

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 17.0114 15.7689

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4109232-1466343593.wbo
0.10/0.10	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.054s.
0.10/0.16	c declared #vars     169
0.10/0.16	c internal #vars     238
0.10/0.16	c #constraints  101
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
0.10/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 51
0.10/0.16	c 101 constraints processed.
0.10/0.16	c objective function length is 69 literals
0.54/0.36	c SATISFIABLE
0.54/0.36	c OPTIMIZING...
0.54/0.36	c Got one! Elapsed wall clock time (in seconds):0.261
0.54/0.36	o 636
0.54/0.37	c Got one! Elapsed wall clock time (in seconds):0.266
0.54/0.37	o 625
0.54/0.38	c Got one! Elapsed wall clock time (in seconds):0.273
0.54/0.38	o 620
0.54/0.38	c Got one! Elapsed wall clock time (in seconds):0.279
0.54/0.38	o 615
0.54/0.39	c Got one! Elapsed wall clock time (in seconds):0.283
0.54/0.39	o 612
0.54/0.39	c Got one! Elapsed wall clock time (in seconds):0.286
0.54/0.39	o 603
0.67/0.40	c Got one! Elapsed wall clock time (in seconds):0.293
0.67/0.40	o 597
0.67/0.40	c Got one! Elapsed wall clock time (in seconds):0.296
0.67/0.40	o 559
0.67/0.40	c Got one! Elapsed wall clock time (in seconds):0.3
0.67/0.40	o 548
0.67/0.46	c Got one! Elapsed wall clock time (in seconds):0.358
0.67/0.46	o 539
0.67/0.47	c Got one! Elapsed wall clock time (in seconds):0.364
0.67/0.47	o 535
0.67/0.47	c Got one! Elapsed wall clock time (in seconds):0.37
0.67/0.47	o 512
0.67/0.48	c Got one! Elapsed wall clock time (in seconds):0.375
0.67/0.48	o 506
0.67/0.48	c Got one! Elapsed wall clock time (in seconds):0.379
0.67/0.48	o 471
0.67/0.49	c Got one! Elapsed wall clock time (in seconds):0.382
0.67/0.49	o 418
0.82/0.50	c Got one! Elapsed wall clock time (in seconds):0.394
0.82/0.50	o 402
0.82/0.50	c Got one! Elapsed wall clock time (in seconds):0.398
0.82/0.50	o 395
0.82/0.52	c Got one! Elapsed wall clock time (in seconds):0.412
0.82/0.52	o 393
0.82/0.52	c Got one! Elapsed wall clock time (in seconds):0.419
0.82/0.52	o 391
0.93/0.64	c cleaning 4031 clauses out of 8062 with flag 5425/8062
0.93/0.68	c Got one! Elapsed wall clock time (in seconds):0.576
0.93/0.68	o 390
0.93/0.68	c Got one! Elapsed wall clock time (in seconds):0.579
0.93/0.68	o 380
1.07/0.73	c Got one! Elapsed wall clock time (in seconds):0.627
1.07/0.73	o 377
1.07/0.74	c Got one! Elapsed wall clock time (in seconds):0.633
1.07/0.74	o 372
1.07/0.74	c Got one! Elapsed wall clock time (in seconds):0.638
1.07/0.74	o 363
1.07/0.75	c Got one! Elapsed wall clock time (in seconds):0.643
1.07/0.75	o 360
1.07/0.75	c Got one! Elapsed wall clock time (in seconds):0.648
1.07/0.75	o 358
1.07/0.75	c Got one! Elapsed wall clock time (in seconds):0.651
1.07/0.75	o 356
1.07/0.76	c Got one! Elapsed wall clock time (in seconds):0.658
1.07/0.76	o 354
1.07/0.79	c Got one! Elapsed wall clock time (in seconds):0.682
1.07/0.79	o 351
1.07/0.79	c Got one! Elapsed wall clock time (in seconds):0.685
1.07/0.79	o 343
1.07/0.79	c Got one! Elapsed wall clock time (in seconds):0.688
1.07/0.79	o 333
1.07/0.80	c Got one! Elapsed wall clock time (in seconds):0.691
1.07/0.80	o 332
1.21/0.81	c Got one! Elapsed wall clock time (in seconds):0.702
1.21/0.81	o 323
1.21/0.84	c Got one! Elapsed wall clock time (in seconds):0.736
1.21/0.84	o 319
1.21/0.84	c Got one! Elapsed wall clock time (in seconds):0.741
1.21/0.84	o 317
1.21/0.85	c Got one! Elapsed wall clock time (in seconds):0.743
1.21/0.85	o 310
1.31/0.93	c Got one! Elapsed wall clock time (in seconds):0.822
1.31/0.93	o 309
1.31/0.93	c Got one! Elapsed wall clock time (in seconds):0.824
1.31/0.93	o 300
1.31/0.93	c Got one! Elapsed wall clock time (in seconds):0.828
1.31/0.93	o 289
1.31/0.93	c Got one! Elapsed wall clock time (in seconds):0.831
1.31/0.93	o 286
1.31/0.94	c Got one! Elapsed wall clock time (in seconds):0.834
1.31/0.94	o 278
1.31/0.94	c Got one! Elapsed wall clock time (in seconds):0.837
1.31/0.94	o 263
1.31/0.97	c Got one! Elapsed wall clock time (in seconds):0.871
1.31/0.97	o 261
1.31/0.99	c Got one! Elapsed wall clock time (in seconds):0.886
1.31/0.99	o 259
1.55/1.04	c Got one! Elapsed wall clock time (in seconds):0.934
1.55/1.04	o 256
1.55/1.08	c Got one! Elapsed wall clock time (in seconds):0.977
1.55/1.08	o 255
1.55/1.10	c Got one! Elapsed wall clock time (in seconds):0.992
1.55/1.10	o 229
1.55/1.10	c Got one! Elapsed wall clock time (in seconds):0.999
1.55/1.10	o 227
1.75/1.12	c Got one! Elapsed wall clock time (in seconds):1.014
1.75/1.12	o 226
1.85/1.23	c cleaning 8400 clauses out of 16802 with flag 7469/20833
1.85/1.23	c Got one! Elapsed wall clock time (in seconds):1.123
1.85/1.23	o 220
1.85/1.23	c Got one! Elapsed wall clock time (in seconds):1.131
1.85/1.23	o 219
1.85/1.24	c Got one! Elapsed wall clock time (in seconds):1.135
1.85/1.24	o 216
1.95/1.31	c Got one! Elapsed wall clock time (in seconds):1.206
1.95/1.31	o 215
1.95/1.38	c Got one! Elapsed wall clock time (in seconds):1.278
1.95/1.38	o 214
1.95/1.39	c Got one! Elapsed wall clock time (in seconds):1.283
1.95/1.39	o 208
2.05/1.40	c Got one! Elapsed wall clock time (in seconds):1.297
2.05/1.40	o 204
2.15/1.52	c Got one! Elapsed wall clock time (in seconds):1.412
2.15/1.52	o 197
2.15/1.57	c cleaning 7924 clauses out of 15851 with flag 3939/28282
2.28/1.64	c Got one! Elapsed wall clock time (in seconds):1.533
2.28/1.64	o 195
2.38/1.72	c Got one! Elapsed wall clock time (in seconds):1.616
2.38/1.72	o 194
2.38/1.76	c Got one! Elapsed wall clock time (in seconds):1.656
2.38/1.76	o 193
2.38/1.79	c Got one! Elapsed wall clock time (in seconds):1.687
2.38/1.79	o 191
2.51/1.87	c Got one! Elapsed wall clock time (in seconds):1.763
2.51/1.87	o 181
2.62/1.93	c cleaning 7886 clauses out of 15781 with flag 4282/36136
2.62/1.94	c Got one! Elapsed wall clock time (in seconds):1.839
2.62/1.94	o 158
2.71/2.08	c Got one! Elapsed wall clock time (in seconds):1.981
2.71/2.08	o 147
2.81/2.19	c cleaning 6821 clauses out of 13643 with flag 10479/41884
2.81/2.20	c Got one! Elapsed wall clock time (in seconds):2.093
2.81/2.20	o 127
2.81/2.20	c Got one! Elapsed wall clock time (in seconds):2.099
2.81/2.20	o 126
2.92/2.27	c Got one! Elapsed wall clock time (in seconds):2.17
2.92/2.27	o 125
3.04/2.37	c Got one! Elapsed wall clock time (in seconds):2.265
3.04/2.37	o 124
3.13/2.40	c Got one! Elapsed wall clock time (in seconds):2.297
3.13/2.40	o 123
3.24/2.53	c cleaning 6718 clauses out of 13439 with flag 8322/48501
3.46/2.62	c Got one! Elapsed wall clock time (in seconds):2.517
3.46/2.62	o 122
3.46/2.69	c Got one! Elapsed wall clock time (in seconds):2.582
3.46/2.69	o 120
3.66/2.77	c Got one! Elapsed wall clock time (in seconds):2.666
3.66/2.77	o 119
3.87/2.84	c cleaning 6460 clauses out of 12938 with flag 4523/54718
4.07/2.92	c Got one! Elapsed wall clock time (in seconds):2.814
4.07/2.92	o 116
4.07/2.94	c Got one! Elapsed wall clock time (in seconds):2.833
4.07/2.94	o 115
4.24/3.07	c Got one! Elapsed wall clock time (in seconds):2.968
4.24/3.07	o 112
4.34/3.13	c cleaning 6466 clauses out of 12944 with flag 4544/61184
4.34/3.17	c Got one! Elapsed wall clock time (in seconds):3.064
4.34/3.17	o 111
4.44/3.21	c Got one! Elapsed wall clock time (in seconds):3.107
4.44/3.21	o 109
4.44/3.23	c Got one! Elapsed wall clock time (in seconds):3.126
4.44/3.23	o 108
4.54/3.31	c Got one! Elapsed wall clock time (in seconds):3.207
4.54/3.31	o 105
4.54/3.33	c Got one! Elapsed wall clock time (in seconds):3.224
4.54/3.33	o 103
4.54/3.37	c Got one! Elapsed wall clock time (in seconds):3.27
4.54/3.37	o 97
4.64/3.42	c Got one! Elapsed wall clock time (in seconds):3.315
4.64/3.42	o 96
4.64/3.45	c Got one! Elapsed wall clock time (in seconds):3.349
4.64/3.45	o 94
4.64/3.46	c Got one! Elapsed wall clock time (in seconds):3.355
4.64/3.46	o 92
4.64/3.48	c Got one! Elapsed wall clock time (in seconds):3.373
4.64/3.48	o 91
4.74/3.56	c Got one! Elapsed wall clock time (in seconds):3.459
4.74/3.56	o 86
4.84/3.62	c cleaning 8481 clauses out of 16978 with flag 4270/71684
5.04/3.87	c Got one! Elapsed wall clock time (in seconds):3.771
5.04/3.87	o 80
5.04/3.89	c Got one! Elapsed wall clock time (in seconds):3.789
5.04/3.89	o 78
5.04/3.89	c Got one! Elapsed wall clock time (in seconds):3.791
5.04/3.89	o 76
5.14/3.90	c Got one! Elapsed wall clock time (in seconds):3.8
5.14/3.90	o 71
5.24/4.06	c Got one! Elapsed wall clock time (in seconds):3.954
5.24/4.06	o 63
5.34/4.11	c Got one! Elapsed wall clock time (in seconds):4.007
5.34/4.11	o 62
5.44/4.23	c cleaning 10508 clauses out of 21016 with flag 7910/84203
5.64/4.50	c cleaning 8249 clauses out of 16508 with flag 32418/90203
6.04/4.81	c cleaning 7622 clauses out of 15259 with flag 63856/97203
6.14/4.91	c Got one! Elapsed wall clock time (in seconds):4.806
6.14/4.91	o 56
6.14/4.94	c Got one! Elapsed wall clock time (in seconds):4.837
6.14/4.94	o 38
6.14/4.98	c Got one! Elapsed wall clock time (in seconds):4.872
6.14/4.98	o 33
6.34/5.10	c cleaning 7544 clauses out of 15095 with flag 12287/104661
6.54/5.32	c cleaning 6774 clauses out of 13551 with flag 38742/110661
6.74/5.59	c cleaning 6885 clauses out of 13779 with flag 71255/117663
6.84/5.69	c Got one! Elapsed wall clock time (in seconds):5.589
6.84/5.69	o 32
6.93/5.71	c Got one! Elapsed wall clock time (in seconds):5.605
6.93/5.71	o 30
7.03/5.83	c cleaning 6618 clauses out of 13242 with flag 14186/124011
7.23/6.04	c cleaning 6306 clauses out of 12623 with flag 39588/130011
7.43/6.28	c cleaning 6656 clauses out of 13318 with flag 64625/137012
7.74/6.56	c cleaning 7329 clauses out of 14661 with flag 94299/145011
8.04/6.89	c cleaning 8164 clauses out of 16337 with flag 129210/154016
8.14/6.94	c Got one! Elapsed wall clock time (in seconds):6.834
8.14/6.94	o 29
8.24/7.08	c cleaning 6803 clauses out of 13614 with flag 16540/159457
8.44/7.28	c cleaning 6403 clauses out of 12811 with flag 41827/165457
8.74/7.52	c cleaning 6703 clauses out of 13407 with flag 68985/172457
8.84/7.63	c Got one! Elapsed wall clock time (in seconds):7.527
8.84/7.63	o 28
8.95/7.71	c cleaning 6147 clauses out of 12308 with flag 8198/178061
8.95/7.72	c Got one! Elapsed wall clock time (in seconds):7.615
8.95/7.72	o 27
9.05/7.89	c cleaning 5727 clauses out of 11462 with flag 20885/183362
9.24/8.09	c cleaning 5865 clauses out of 11733 with flag 47005/189361
9.34/8.14	c Got one! Elapsed wall clock time (in seconds):8.037
9.34/8.14	o 26
9.44/8.28	c cleaning 5764 clauses out of 11534 with flag 17350/195027
9.64/8.48	c cleaning 5877 clauses out of 11766 with flag 41091/201023
9.74/8.53	c Got one! Elapsed wall clock time (in seconds):8.431
9.74/8.53	o 25
9.84/8.64	c cleaning 5474 clauses out of 10959 with flag 12172/206093
10.05/8.83	c cleaning 5736 clauses out of 11483 with flag 34766/212091
10.24/9.07	c cleaning 6369 clauses out of 12749 with flag 60732/219093
10.56/9.35	c cleaning 7187 clauses out of 14378 with flag 91324/227092
10.86/9.70	c cleaning 8091 clauses out of 16191 with flag 127040/236092
11.27/10.01	c Got one! Elapsed wall clock time (in seconds):9.903
11.27/10.01	o 24
11.46/10.24	c cleaning 10546 clauses out of 21101 with flag 22422/249094
11.46/10.28	c Got one! Elapsed wall clock time (in seconds):10.174
11.46/10.28	o 23
11.66/10.44	c cleaning 7796 clauses out of 15609 with flag 19236/254148
11.76/10.54	c Got one! Elapsed wall clock time (in seconds):10.434
11.76/10.54	o 20
11.86/10.61	c cleaning 6468 clauses out of 12947 with flag 8765/259282
11.86/10.69	c Got one! Elapsed wall clock time (in seconds):10.591
11.86/10.69	o 19
12.06/10.81	c cleaning 6131 clauses out of 12263 with flag 14261/265066
12.16/10.90	c Got one! Elapsed wall clock time (in seconds):10.796
12.16/10.90	o 16
12.16/10.97	c cleaning 5622 clauses out of 11258 with flag 9149/270192
12.37/11.17	c cleaning 5811 clauses out of 11636 with flag 33382/276193
12.37/11.18	c Got one! Elapsed wall clock time (in seconds):11.08
12.37/11.18	o 15
12.57/11.35	c cleaning 5616 clauses out of 11242 with flag 21078/281610
12.67/11.44	c Got one! Elapsed wall clock time (in seconds):11.334
12.67/11.44	o 14
12.77/11.51	c cleaning 5315 clauses out of 10638 with flag 8485/286622
12.97/11.71	c cleaning 5659 clauses out of 11323 with flag 32673/292622
12.97/11.78	c Got one! Elapsed wall clock time (in seconds):11.678
12.97/11.78	o 13
13.07/11.87	c Got one! Elapsed wall clock time (in seconds):11.767
13.07/11.87	o 11
13.17/11.91	c cleaning 5839 clauses out of 11682 with flag 4004/298641
13.38/12.11	c cleaning 5914 clauses out of 11844 with flag 27151/304643
13.57/12.35	c cleaning 6457 clauses out of 12928 with flag 56763/311641
13.67/12.43	c Got one! Elapsed wall clock time (in seconds):12.324
13.67/12.43	o 10
13.77/12.54	c cleaning 6060 clauses out of 12128 with flag 13599/317298
13.97/12.76	c cleaning 6027 clauses out of 12071 with flag 42333/323301
14.07/12.84	c Got one! Elapsed wall clock time (in seconds):12.74
14.07/12.84	o 8
14.17/12.96	c cleaning 5960 clauses out of 11931 with flag 13431/329189
14.37/13.17	c cleaning 5983 clauses out of 11969 with flag 41857/335188
14.67/13.44	c cleaning 6489 clauses out of 12985 with flag 73565/342188
14.97/13.75	c cleaning 7245 clauses out of 14495 with flag 109049/350189
15.37/14.12	c cleaning 8119 clauses out of 16247 with flag 151665/359189
15.77/14.56	c cleaning 9061 clauses out of 18124 with flag 201215/369188
16.27/15.09	c cleaning 10026 clauses out of 20058 with flag 258024/380188
16.97/15.70	c cleaning 11012 clauses out of 22023 with flag 317807/392188
16.97/15.76	c starts		: 308
16.97/15.76	c conflicts		: 393435
16.97/15.76	c decisions		: 636770
16.97/15.76	c propagations		: 8792548
16.97/15.76	c inspects		: 196167355
16.97/15.76	c shortcuts		: 0
16.97/15.76	c learnt literals	: 40
16.97/15.76	c learnt binary clauses	: 22
16.97/15.76	c learnt ternary clauses	: 628
16.97/15.76	c learnt constraints	: 393394
16.97/15.76	c ignored constraints	: 0
16.97/15.76	c root simplifications	: 0
16.97/15.76	c removed literals (reason simplification)	: 0
16.97/15.76	c reason swapping (by a shorter reason)	: 0
16.97/15.76	c Calls to reduceDB	: 55
16.97/15.76	c Number of update (reduction) of LBD	: 102472
16.97/15.76	c Imported unit clauses	: 0
16.97/15.76	c number of reductions to clauses (during analyze)	: 0
16.97/15.76	c number of learned constraints concerned by reduction	: 0
16.97/15.76	c number of learning phase by resolution	: 0
16.97/15.76	c number of learning phase by cutting planes	: 0
16.97/15.76	c speed (assignments/second)	: 563697.1406590588
16.97/15.76	c non guided choices	4402
16.97/15.76	c learnt constraints type 
16.97/15.76	s OPTIMUM FOUND
16.97/15.76	c Found 113 solution(s)
16.97/15.76	v -x1 -x2 -x3 -x4 -x5 -x6 x7 -x8 -x9 -x10 -x11 -x12 -x13 x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 x64 -x65 -x66 -x67 x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 x128 -x129 -x130 x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 
16.97/15.76	c objective function=8
16.97/15.76	c Total wall clock time (in seconds): 15.657

Verifier Data

OK	8

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-4109232-1466343593/watcher-4109232-1466343593 -o /tmp/evaluation-result-4109232-1466343593/solver-4109232-1466343593 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1466341797-13114 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4109232-1466343593.wbo 

pid=13334
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.13 2.03 1.70 3/194 13337
/proc/meminfo: memFree=31650072/32872528 swapFree=8292/8292
[pid=13337] ppid=13334 vsize=89736 CPUtime=0 cores=0,2,4,6
/proc/13337/stat : 13337 (java) S 13334 13337 13098 0 -1 4202496 1252 0 0 0 0 0 0 0 20 0 2 0 36404161 91889664 894 33554432000 1073741824 1073778376 140737213282432 140737213273568 243768787005 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13337/statm: 22970 902 685 9 0 16769 0
[pid=13337/tid=13338] ppid=13334 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13338/stat : 13338 (java) R 13334 13337 13098 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 36404162 94019584 917 33554432000 1073741824 1073778376 140737213282432 140737213271496 243756264743 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.100168 s]
/proc/loadavg: 2.13 2.03 1.70 3/194 13337
/proc/meminfo: memFree=31650072/32872528 swapFree=8292/8292
[pid=13337] ppid=13334 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/13337/stat : 13337 (java) S 13334 13337 13098 0 -1 4202496 4513 0 1 0 9 1 0 0 20 0 18 0 36404161 9787879424 5633 33554432000 1073741824 1073778376 140737213282432 140737213273568 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13337/statm: 2389619 5633 2154 9 0 2380296 0
[pid=13337/tid=13338] ppid=13334 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/13337/task/13338/stat : 13338 (java) R 13334 13337 13098 0 -1 4202560 2428 0 1 0 7 0 0 0 20 0 18 0 36404162 9787879424 5633 33554432000 1073741824 1073778376 140737213282432 140395576197440 243768812813 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.20027 s]
/proc/loadavg: 2.13 2.03 1.70 3/194 13337
/proc/meminfo: memFree=31650072/32872528 swapFree=8292/8292
[pid=13337] ppid=13334 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/13337/stat : 13337 (java) S 13334 13337 13098 0 -1 4202496 6438 0 1 0 26 1 0 0 20 0 19 0 36404161 9856040960 8024 33554432000 1073741824 1073778376 140737213282432 140737213273568 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13337/statm: 2406260 8024 2232 9 0 2396937 0
[pid=13337/tid=13338] ppid=13334 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/13337/task/13338/stat : 13338 (java) R 13334 13337 13098 0 -1 4202560 2454 0 1 0 17 0 0 0 20 0 19 0 36404162 9856040960 8024 33554432000 1073741824 1073778376 140737213282432 140395576205952 140395448043054 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9625040

[startup+0.300362 s]
/proc/loadavg: 2.13 2.03 1.70 3/194 13337
/proc/meminfo: memFree=31650072/32872528 swapFree=8292/8292
[pid=13337] ppid=13334 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/13337/stat : 13337 (java) S 13334 13337 13098 0 -1 4202496 7320 0 1 0 53 1 0 0 20 0 19 0 36404161 9856040960 8262 33554432000 1073741824 1073778376 140737213282432 140737213273568 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13337/statm: 2406260 8262 2244 9 0 2396937 0
[pid=13337/tid=13338] ppid=13334 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/13337/task/13338/stat : 13338 (java) R 13334 13337 13098 0 -1 4202560 2456 0 1 0 27 0 0 0 20 0 19 0 36404162 9856040960 8262 33554432000 1073741824 1073778376 140737213282432 140395576205272 140395448418401 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9625040

[startup+0.700205 s]
/proc/loadavg: 2.13 2.03 1.70 3/194 13337
/proc/meminfo: memFree=31650072/32872528 swapFree=8292/8292
[pid=13337] ppid=13334 vsize=9625040 CPUtime=1.07 cores=0,2,4,6
/proc/13337/stat : 13337 (java) S 13334 13337 13098 0 -1 4202496 8326 0 1 0 106 1 0 0 20 0 19 0 36404161 9856040960 8890 33554432000 1073741824 1073778376 140737213282432 140737213273568 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13337/statm: 2406260 8890 2257 9 0 2396937 0
[pid=13337/tid=13338] ppid=13334 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/13337/task/13338/stat : 13338 (java) R 13334 13337 13098 0 -1 4202560 2457 0 1 0 67 0 0 0 20 0 19 0 36404162 9856040960 8890 33554432000 1073741824 1073778376 140737213282432 140395576205272 140395448463938 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.13 2.03 1.70 3/213 13356
/proc/meminfo: memFree=31602424/32872528 swapFree=8292/8292
[pid=13337] ppid=13334 vsize=9625040 CPUtime=2.15 cores=0,2,4,6
/proc/13337/stat : 13337 (java) S 13334 13337 13098 0 -1 4202496 12129 0 1 0 213 2 0 0 20 0 19 0 36404161 9856040960 12060 33554432000 1073741824 1073778376 140737213282432 140737213273568 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13337/statm: 2406260 12060 2261 9 0 2396937 0
[pid=13337/tid=13338] ppid=13334 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/13337/task/13338/stat : 13338 (java) R 13334 13337 13098 0 -1 4202560 2462 0 1 0 147 0 0 0 20 0 19 0 36404162 9856040960 12060 33554432000 1073741824 1073778376 140737213282432 140395576197424 140395448546944 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13337/tid=13340] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13340/stat : 13340 (java) S 13334 13337 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36404162 9856040960 12060 33554432000 1073741824 1073778376 140737213282432 140395420236712 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13337/tid=13341] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13341/stat : 13341 (java) S 13334 13337 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36404162 9856040960 12060 33554432000 1073741824 1073778376 140737213282432 140395419184168 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13337/tid=13342] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13342/stat : 13342 (java) S 13334 13337 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36404162 9856040960 12060 33554432000 1073741824 1073778376 140737213282432 140395418131112 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13337/tid=13343] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13343/stat : 13343 (java) S 13334 13337 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36404162 9856040960 12060 33554432000 1073741824 1073778376 140737213282432 140395417078568 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13337/tid=13344] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13344/stat : 13344 (java) S 13334 13337 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36404162 9856040960 12060 33554432000 1073741824 1073778376 140737213282432 140395416025512 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13337/tid=13345] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13345/stat : 13345 (java) S 13334 13337 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36404162 9856040960 12060 33554432000 1073741824 1073778376 140737213282432 140395414972968 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13337/tid=13346] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13346/stat : 13346 (java) S 13334 13337 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36404162 9856040960 12060 33554432000 1073741824 1073778376 140737213282432 140395413919912 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13337/tid=13347] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13347/stat : 13347 (java) S 13334 13337 13098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36404162 9856040960 12060 33554432000 1073741824 1073778376 140737213282432 140395412867368 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13337/tid=13348] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13348/stat : 13348 (java) S 13334 13337 13098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36404163 9856040960 12060 33554432000 1073741824 1073778376 140737213282432 140395400457064 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13337/tid=13349] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13349/stat : 13349 (java) S 13334 13337 13098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36404164 9856040960 12060 33554432000 1073741824 1073778376 140737213282432 140395399403384 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13337/tid=13350] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13350/stat : 13350 (java) S 13334 13337 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36404164 9856040960 12060 33554432000 1073741824 1073778376 140737213282432 140395398350216 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13337/tid=13351] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13351/stat : 13351 (java) S 13334 13337 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36404166 9856040960 12060 33554432000 1073741824 1073778376 140737213282432 140395397298960 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13337/tid=13352] ppid=13334 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/13337/task/13352/stat : 13352 (java) S 13334 13337 13098 0 -1 4202560 4590 0 0 0 30 0 0 0 20 0 19 0 36404166 9856040960 12060 33554432000 1073741824 1073778376 140737213282432 140395396245816 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13337/tid=13353] ppid=13334 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/13337/task/13353/stat : 13353 (java) S 13334 13337 13098 0 -1 4202560 3805 0 0 0 34 0 0 0 20 0 19 0 36404166 9856040960 12060 33554432000 1073741824 1073778376 140737213282432 140395395193272 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13337/tid=13354] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13354/stat : 13354 (java) S 13334 13337 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36404166 9856040960 12060 33554432000 1073741824 1073778376 140737213282432 140395394140408 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13337/tid=13355] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13355/stat : 13355 (java) S 13334 13337 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36404166 9856040960 12060 33554432000 1073741824 1073778376 140737213282432 140395393088072 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13337/tid=13356] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13356/stat : 13356 (java) S 13334 13337 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36404178 9856040960 12060 33554432000 1073741824 1073778376 140737213282432 140395391985192 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 9625040

[startup+3.10086 s]
/proc/loadavg: 2.12 2.03 1.70 3/213 13356
/proc/meminfo: memFree=31589756/32872528 swapFree=8292/8292
[pid=13337] ppid=13334 vsize=9625040 CPUtime=4.34 cores=0,2,4,6
/proc/13337/stat : 13337 (java) S 13334 13337 13098 0 -1 4202496 18967 0 1 0 430 4 0 0 20 0 19 0 36404161 9856040960 17716 33554432000 1073741824 1073778376 140737213282432 140737213273568 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13337/statm: 2406260 17716 2263 9 0 2396937 0
[pid=13337/tid=13338] ppid=13334 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/13337/task/13338/stat : 13338 (java) R 13334 13337 13098 0 -1 4202560 2468 0 1 0 305 1 0 0 20 0 19 0 36404162 9856040960 17716 33554432000 1073741824 1073778376 140737213282432 140395576197424 140395448463984 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13337/tid=13340] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13340/stat : 13340 (java) S 13334 13337 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36404162 9856040960 17716 33554432000 1073741824 1073778376 140737213282432 140395420236712 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13337/tid=13341] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13341/stat : 13341 (java) S 13334 13337 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36404162 9856040960 17716 33554432000 1073741824 1073778376 140737213282432 140395419184168 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13337/tid=13342] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13342/stat : 13342 (java) S 13334 13337 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36404162 9856040960 17716 33554432000 1073741824 1073778376 140737213282432 140395418131112 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13337/tid=13343] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13343/stat : 13343 (java) S 13334 13337 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36404162 9856040960 17716 33554432000 1073741824 1073778376 140737213282432 140395417078568 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13337/tid=13344] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13344/stat : 13344 (java) S 13334 13337 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36404162 9856040960 17716 33554432000 1073741824 1073778376 140737213282432 140395416025512 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13337/tid=13345] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13345/stat : 13345 (java) S 13334 13337 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36404162 9856040960 17716 33554432000 1073741824 1073778376 140737213282432 140395414972968 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13337/tid=13346] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13346/stat : 13346 (java) S 13334 13337 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36404162 9856040960 17716 33554432000 1073741824 1073778376 140737213282432 140395413919912 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13337/tid=13347] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13347/stat : 13347 (java) S 13334 13337 13098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36404162 9856040960 17716 33554432000 1073741824 1073778376 140737213282432 140395412867368 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13337/tid=13348] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13348/stat : 13348 (java) S 13334 13337 13098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36404163 9856040960 17716 33554432000 1073741824 1073778376 140737213282432 140395400457064 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13337/tid=13349] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13349/stat : 13349 (java) S 13334 13337 13098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36404164 9856040960 17716 33554432000 1073741824 1073778376 140737213282432 140395399403384 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13337/tid=13350] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13350/stat : 13350 (java) S 13334 13337 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36404164 9856040960 17716 33554432000 1073741824 1073778376 140737213282432 140395398350216 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13337/tid=13351] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13351/stat : 13351 (java) S 13334 13337 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36404166 9856040960 17716 33554432000 1073741824 1073778376 140737213282432 140395397298960 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13337/tid=13352] ppid=13334 vsize=9625040 CPUtime=0.79 cores=0,2,4,6
/proc/13337/task/13352/stat : 13352 (java) S 13334 13337 13098 0 -1 4202560 11416 0 0 0 77 2 0 0 20 0 19 0 36404166 9856040960 17716 33554432000 1073741824 1073778376 140737213282432 140395396245816 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13337/tid=13353] ppid=13334 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/13337/task/13353/stat : 13353 (java) S 13334 13337 13098 0 -1 4202560 3811 0 0 0 43 0 0 0 20 0 19 0 36404166 9856040960 17716 33554432000 1073741824 1073778376 140737213282432 140395395193272 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13337/tid=13354] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13354/stat : 13354 (java) S 13334 13337 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36404166 9856040960 17716 33554432000 1073741824 1073778376 140737213282432 140395394140408 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13337/tid=13355] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13355/stat : 13355 (java) S 13334 13337 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36404166 9856040960 17716 33554432000 1073741824 1073778376 140737213282432 140395393088072 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13337/tid=13356] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13356/stat : 13356 (java) S 13334 13337 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36404178 9856040960 17716 33554432000 1073741824 1073778376 140737213282432 140395391985192 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.34
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.12 2.03 1.70 3/213 13356
/proc/meminfo: memFree=31523080/32872528 swapFree=8292/8292
[pid=13337] ppid=13334 vsize=9625040 CPUtime=7.53 cores=0,2,4,6
/proc/13337/stat : 13337 (java) S 13334 13337 13098 0 -1 4202496 18979 0 1 0 749 4 0 0 20 0 19 0 36404161 9856040960 21547 33554432000 1073741824 1073778376 140737213282432 140737213273568 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13337/statm: 2406260 21547 2264 9 0 2396937 0
[pid=13337/tid=13338] ppid=13334 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/13337/task/13338/stat : 13338 (java) R 13334 13337 13098 0 -1 4202560 2479 0 1 0 625 1 0 0 20 0 19 0 36404162 9856040960 21547 33554432000 1073741824 1073778376 140737213282432 140395576205712 140395448418288 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13337/tid=13340] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13340/stat : 13340 (java) S 13334 13337 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36404162 9856040960 21547 33554432000 1073741824 1073778376 140737213282432 140395420236712 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13337/tid=13341] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13341/stat : 13341 (java) S 13334 13337 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36404162 9856040960 21547 33554432000 1073741824 1073778376 140737213282432 140395419184168 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13337/tid=13342] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13342/stat : 13342 (java) S 13334 13337 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36404162 9856040960 21547 33554432000 1073741824 1073778376 140737213282432 140395418131112 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13337/tid=13343] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13343/stat : 13343 (java) S 13334 13337 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36404162 9856040960 21547 33554432000 1073741824 1073778376 140737213282432 140395417078568 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13337/tid=13344] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13344/stat : 13344 (java) S 13334 13337 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36404162 9856040960 21547 33554432000 1073741824 1073778376 140737213282432 140395416025512 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13337/tid=13345] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13345/stat : 13345 (java) S 13334 13337 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36404162 9856040960 21547 33554432000 1073741824 1073778376 140737213282432 140395414972968 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13337/tid=13346] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13346/stat : 13346 (java) S 13334 13337 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36404162 9856040960 21547 33554432000 1073741824 1073778376 140737213282432 140395413919912 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13337/tid=13347] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13347/stat : 13347 (java) S 13334 13337 13098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36404162 9856040960 21547 33554432000 1073741824 1073778376 140737213282432 140395412867368 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13337/tid=13348] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13348/stat : 13348 (java) S 13334 13337 13098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36404163 9856040960 21547 33554432000 1073741824 1073778376 140737213282432 140395400457064 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13337/tid=13349] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13349/stat : 13349 (java) S 13334 13337 13098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36404164 9856040960 21547 33554432000 1073741824 1073778376 140737213282432 140395399403384 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13337/tid=13350] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13350/stat : 13350 (java) S 13334 13337 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36404164 9856040960 21547 33554432000 1073741824 1073778376 140737213282432 140395398350216 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13337/tid=13351] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13351/stat : 13351 (java) S 13334 13337 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36404166 9856040960 21547 33554432000 1073741824 1073778376 140737213282432 140395397298960 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13337/tid=13352] ppid=13334 vsize=9625040 CPUtime=0.79 cores=0,2,4,6
/proc/13337/task/13352/stat : 13352 (java) S 13334 13337 13098 0 -1 4202560 11416 0 0 0 77 2 0 0 20 0 19 0 36404166 9856040960 21547 33554432000 1073741824 1073778376 140737213282432 140395396245816 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13337/tid=13353] ppid=13334 vsize=9625040 CPUtime=0.43 cores=0,2,4,6

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

[pid=13337/tid=13342] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13342/stat : 13342 (java) S 13334 13337 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36404162 9856040960 33835 33554432000 1073741824 1073778376 140737213282432 140395418131112 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13337/tid=13343] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13343/stat : 13343 (java) S 13334 13337 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36404162 9856040960 33835 33554432000 1073741824 1073778376 140737213282432 140395417078568 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13337/tid=13344] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13344/stat : 13344 (java) S 13334 13337 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36404162 9856040960 33835 33554432000 1073741824 1073778376 140737213282432 140395416025512 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13337/tid=13345] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13345/stat : 13345 (java) S 13334 13337 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36404162 9856040960 33835 33554432000 1073741824 1073778376 140737213282432 140395414972968 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13337/tid=13346] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13346/stat : 13346 (java) S 13334 13337 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36404162 9856040960 33835 33554432000 1073741824 1073778376 140737213282432 140395413919912 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13337/tid=13347] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13347/stat : 13347 (java) S 13334 13337 13098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36404162 9856040960 33835 33554432000 1073741824 1073778376 140737213282432 140395412867368 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13337/tid=13348] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13348/stat : 13348 (java) S 13334 13337 13098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36404163 9856040960 33835 33554432000 1073741824 1073778376 140737213282432 140395400457064 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13337/tid=13349] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13349/stat : 13349 (java) S 13334 13337 13098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36404164 9856040960 33835 33554432000 1073741824 1073778376 140737213282432 140395399403384 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13337/tid=13350] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13350/stat : 13350 (java) S 13334 13337 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36404164 9856040960 33835 33554432000 1073741824 1073778376 140737213282432 140395398350216 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13337/tid=13351] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13351/stat : 13351 (java) S 13334 13337 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36404166 9856040960 33835 33554432000 1073741824 1073778376 140737213282432 140395397298960 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13337/tid=13352] ppid=13334 vsize=9625040 CPUtime=0.83 cores=0,2,4,6
/proc/13337/task/13352/stat : 13352 (java) S 13334 13337 13098 0 -1 4202560 11416 0 0 0 81 2 0 0 20 0 19 0 36404166 9856040960 33835 33554432000 1073741824 1073778376 140737213282432 140395396245816 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13337/tid=13353] ppid=13334 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/13337/task/13353/stat : 13353 (java) S 13334 13337 13098 0 -1 4202560 3811 0 0 0 43 0 0 0 20 0 19 0 36404166 9856040960 33835 33554432000 1073741824 1073778376 140737213282432 140395395193272 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13337/tid=13354] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13354/stat : 13354 (java) S 13334 13337 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36404166 9856040960 33835 33554432000 1073741824 1073778376 140737213282432 140395394140408 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13337/tid=13355] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13355/stat : 13355 (java) S 13334 13337 13098 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36404166 9856040960 33835 33554432000 1073741824 1073778376 140737213282432 140395393088072 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13337/tid=13356] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13356/stat : 13356 (java) S 13334 13337 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36404178 9856040960 33835 33554432000 1073741824 1073778376 140737213282432 140395391985192 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 15.68
Current children cumulated vsize (KiB) 9625040

[startup+15.2008 s]
/proc/loadavg: 2.10 2.03 1.70 3/213 13359
/proc/meminfo: memFree=31467416/32872528 swapFree=8292/8292
[pid=13337] ppid=13334 vsize=9625040 CPUtime=16.47 cores=0,2,4,6
/proc/13337/stat : 13337 (java) S 13334 13337 13098 0 -1 4202496 19007 0 1 0 1642 5 0 0 20 0 19 0 36404161 9856040960 34859 33554432000 1073741824 1073778376 140737213282432 140737213273568 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13337/statm: 2406260 34859 2264 9 0 2396937 0
[pid=13337/tid=13338] ppid=13334 vsize=9625040 CPUtime=15.13 cores=0,2,4,6
/proc/13337/task/13338/stat : 13338 (java) R 13334 13337 13098 0 -1 4202560 2507 0 1 0 1511 2 0 0 20 0 19 0 36404162 9856040960 34859 33554432000 1073741824 1073778376 140737213282432 140395576196816 140395448463966 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13337/tid=13340] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13340/stat : 13340 (java) S 13334 13337 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36404162 9856040960 34859 33554432000 1073741824 1073778376 140737213282432 140395420236712 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13337/tid=13341] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13341/stat : 13341 (java) S 13334 13337 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36404162 9856040960 34859 33554432000 1073741824 1073778376 140737213282432 140395419184168 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13337/tid=13342] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13342/stat : 13342 (java) S 13334 13337 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36404162 9856040960 34859 33554432000 1073741824 1073778376 140737213282432 140395418131112 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13337/tid=13343] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13343/stat : 13343 (java) S 13334 13337 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36404162 9856040960 34859 33554432000 1073741824 1073778376 140737213282432 140395417078568 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13337/tid=13344] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13344/stat : 13344 (java) S 13334 13337 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36404162 9856040960 34859 33554432000 1073741824 1073778376 140737213282432 140395416025512 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13337/tid=13345] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13345/stat : 13345 (java) S 13334 13337 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36404162 9856040960 34859 33554432000 1073741824 1073778376 140737213282432 140395414972968 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13337/tid=13346] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13346/stat : 13346 (java) S 13334 13337 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36404162 9856040960 34859 33554432000 1073741824 1073778376 140737213282432 140395413919912 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13337/tid=13347] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13347/stat : 13347 (java) S 13334 13337 13098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36404162 9856040960 34859 33554432000 1073741824 1073778376 140737213282432 140395412867368 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13337/tid=13348] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13348/stat : 13348 (java) S 13334 13337 13098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36404163 9856040960 34859 33554432000 1073741824 1073778376 140737213282432 140395400457064 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13337/tid=13349] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13349/stat : 13349 (java) S 13334 13337 13098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36404164 9856040960 34859 33554432000 1073741824 1073778376 140737213282432 140395399403384 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13337/tid=13350] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13350/stat : 13350 (java) S 13334 13337 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36404164 9856040960 34859 33554432000 1073741824 1073778376 140737213282432 140395398350216 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13337/tid=13351] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13351/stat : 13351 (java) S 13334 13337 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36404166 9856040960 34859 33554432000 1073741824 1073778376 140737213282432 140395397298960 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13337/tid=13352] ppid=13334 vsize=9625040 CPUtime=0.83 cores=0,2,4,6
/proc/13337/task/13352/stat : 13352 (java) S 13334 13337 13098 0 -1 4202560 11416 0 0 0 81 2 0 0 20 0 19 0 36404166 9856040960 34859 33554432000 1073741824 1073778376 140737213282432 140395396245816 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13337/tid=13353] ppid=13334 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/13337/task/13353/stat : 13353 (java) S 13334 13337 13098 0 -1 4202560 3811 0 0 0 43 0 0 0 20 0 19 0 36404166 9856040960 34859 33554432000 1073741824 1073778376 140737213282432 140395395193272 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13337/tid=13354] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13354/stat : 13354 (java) S 13334 13337 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36404166 9856040960 34859 33554432000 1073741824 1073778376 140737213282432 140395394140408 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13337/tid=13355] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13355/stat : 13355 (java) S 13334 13337 13098 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36404166 9856040960 34859 33554432000 1073741824 1073778376 140737213282432 140395393088072 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13337/tid=13356] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13356/stat : 13356 (java) S 13334 13337 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36404178 9856040960 34859 33554432000 1073741824 1073778376 140737213282432 140395391985192 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 16.47
Current children cumulated vsize (KiB) 9625040

[startup+15.6007 s]
/proc/loadavg: 2.10 2.03 1.70 3/213 13359
/proc/meminfo: memFree=31463196/32872528 swapFree=8292/8292
[pid=13337] ppid=13334 vsize=9625040 CPUtime=16.87 cores=0,2,4,6
/proc/13337/stat : 13337 (java) S 13334 13337 13098 0 -1 4202496 19008 0 1 0 1682 5 0 0 20 0 19 0 36404161 9856040960 35371 33554432000 1073741824 1073778376 140737213282432 140737213273568 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13337/statm: 2406260 35371 2264 9 0 2396937 0
[pid=13337/tid=13338] ppid=13334 vsize=9625040 CPUtime=15.53 cores=0,2,4,6
/proc/13337/task/13338/stat : 13338 (java) R 13334 13337 13098 0 -1 4202560 2508 0 1 0 1551 2 0 0 20 0 19 0 36404162 9856040960 35371 33554432000 1073741824 1073778376 140737213282432 140395576196816 140395448417983 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13337/tid=13340] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13340/stat : 13340 (java) S 13334 13337 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36404162 9856040960 35371 33554432000 1073741824 1073778376 140737213282432 140395420236712 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13337/tid=13341] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13341/stat : 13341 (java) S 13334 13337 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36404162 9856040960 35371 33554432000 1073741824 1073778376 140737213282432 140395419184168 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13337/tid=13342] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13342/stat : 13342 (java) S 13334 13337 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36404162 9856040960 35371 33554432000 1073741824 1073778376 140737213282432 140395418131112 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13337/tid=13343] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13343/stat : 13343 (java) S 13334 13337 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36404162 9856040960 35371 33554432000 1073741824 1073778376 140737213282432 140395417078568 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13337/tid=13344] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13344/stat : 13344 (java) S 13334 13337 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36404162 9856040960 35371 33554432000 1073741824 1073778376 140737213282432 140395416025512 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13337/tid=13345] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13345/stat : 13345 (java) S 13334 13337 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36404162 9856040960 35371 33554432000 1073741824 1073778376 140737213282432 140395414972968 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13337/tid=13346] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13346/stat : 13346 (java) S 13334 13337 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36404162 9856040960 35371 33554432000 1073741824 1073778376 140737213282432 140395413919912 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13337/tid=13347] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13347/stat : 13347 (java) S 13334 13337 13098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36404162 9856040960 35371 33554432000 1073741824 1073778376 140737213282432 140395412867368 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13337/tid=13348] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13348/stat : 13348 (java) S 13334 13337 13098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36404163 9856040960 35371 33554432000 1073741824 1073778376 140737213282432 140395400457064 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13337/tid=13349] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13349/stat : 13349 (java) S 13334 13337 13098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36404164 9856040960 35371 33554432000 1073741824 1073778376 140737213282432 140395399403384 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13337/tid=13350] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13350/stat : 13350 (java) S 13334 13337 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36404164 9856040960 35371 33554432000 1073741824 1073778376 140737213282432 140395398350216 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13337/tid=13351] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13351/stat : 13351 (java) S 13334 13337 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36404166 9856040960 35371 33554432000 1073741824 1073778376 140737213282432 140395397298960 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13337/tid=13352] ppid=13334 vsize=9625040 CPUtime=0.83 cores=0,2,4,6
/proc/13337/task/13352/stat : 13352 (java) S 13334 13337 13098 0 -1 4202560 11416 0 0 0 81 2 0 0 20 0 19 0 36404166 9856040960 35371 33554432000 1073741824 1073778376 140737213282432 140395396245816 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13337/tid=13353] ppid=13334 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/13337/task/13353/stat : 13353 (java) S 13334 13337 13098 0 -1 4202560 3811 0 0 0 43 0 0 0 20 0 19 0 36404166 9856040960 35371 33554432000 1073741824 1073778376 140737213282432 140395395193272 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13337/tid=13354] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13354/stat : 13354 (java) S 13334 13337 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36404166 9856040960 35371 33554432000 1073741824 1073778376 140737213282432 140395394140408 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13337/tid=13355] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13355/stat : 13355 (java) S 13334 13337 13098 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36404166 9856040960 35371 33554432000 1073741824 1073778376 140737213282432 140395393088072 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13337/tid=13356] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13356/stat : 13356 (java) S 13334 13337 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36404178 9856040960 35371 33554432000 1073741824 1073778376 140737213282432 140395391985192 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 16.87
Current children cumulated vsize (KiB) 9625040

[startup+15.7008 s]
/proc/loadavg: 2.10 2.03 1.70 3/213 13359
/proc/meminfo: memFree=31463196/32872528 swapFree=8292/8292
[pid=13337] ppid=13334 vsize=9625040 CPUtime=16.97 cores=0,2,4,6
/proc/13337/stat : 13337 (java) S 13334 13337 13098 0 -1 4202496 19008 0 1 0 1692 5 0 0 20 0 19 0 36404161 9856040960 35371 33554432000 1073741824 1073778376 140737213282432 140737213273568 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13337/statm: 2406260 35371 2264 9 0 2396937 0
[pid=13337/tid=13338] ppid=13334 vsize=9625040 CPUtime=15.63 cores=0,2,4,6
/proc/13337/task/13338/stat : 13338 (java) R 13334 13337 13098 0 -1 4202560 2508 0 1 0 1561 2 0 0 20 0 19 0 36404162 9856040960 35371 33554432000 1073741824 1073778376 140737213282432 140395576196816 140395448666402 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13337/tid=13340] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13340/stat : 13340 (java) S 13334 13337 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36404162 9856040960 35371 33554432000 1073741824 1073778376 140737213282432 140395420236712 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13337/tid=13341] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13341/stat : 13341 (java) S 13334 13337 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36404162 9856040960 35371 33554432000 1073741824 1073778376 140737213282432 140395419184168 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13337/tid=13342] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13342/stat : 13342 (java) S 13334 13337 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36404162 9856040960 35371 33554432000 1073741824 1073778376 140737213282432 140395418131112 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13337/tid=13343] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13343/stat : 13343 (java) S 13334 13337 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36404162 9856040960 35371 33554432000 1073741824 1073778376 140737213282432 140395417078568 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13337/tid=13344] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13344/stat : 13344 (java) S 13334 13337 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36404162 9856040960 35371 33554432000 1073741824 1073778376 140737213282432 140395416025512 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13337/tid=13345] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13345/stat : 13345 (java) S 13334 13337 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36404162 9856040960 35371 33554432000 1073741824 1073778376 140737213282432 140395414972968 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13337/tid=13346] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13346/stat : 13346 (java) S 13334 13337 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36404162 9856040960 35371 33554432000 1073741824 1073778376 140737213282432 140395413919912 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13337/tid=13347] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13347/stat : 13347 (java) S 13334 13337 13098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36404162 9856040960 35371 33554432000 1073741824 1073778376 140737213282432 140395412867368 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13337/tid=13348] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13348/stat : 13348 (java) S 13334 13337 13098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36404163 9856040960 35371 33554432000 1073741824 1073778376 140737213282432 140395400457064 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13337/tid=13349] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13349/stat : 13349 (java) S 13334 13337 13098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36404164 9856040960 35371 33554432000 1073741824 1073778376 140737213282432 140395399403384 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13337/tid=13350] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13350/stat : 13350 (java) S 13334 13337 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36404164 9856040960 35371 33554432000 1073741824 1073778376 140737213282432 140395398350216 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13337/tid=13351] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13351/stat : 13351 (java) S 13334 13337 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36404166 9856040960 35371 33554432000 1073741824 1073778376 140737213282432 140395397298960 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13337/tid=13352] ppid=13334 vsize=9625040 CPUtime=0.83 cores=0,2,4,6
/proc/13337/task/13352/stat : 13352 (java) S 13334 13337 13098 0 -1 4202560 11416 0 0 0 81 2 0 0 20 0 19 0 36404166 9856040960 35371 33554432000 1073741824 1073778376 140737213282432 140395396245816 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13337/tid=13353] ppid=13334 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/13337/task/13353/stat : 13353 (java) S 13334 13337 13098 0 -1 4202560 3811 0 0 0 43 0 0 0 20 0 19 0 36404166 9856040960 35371 33554432000 1073741824 1073778376 140737213282432 140395395193272 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13337/tid=13354] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13354/stat : 13354 (java) S 13334 13337 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36404166 9856040960 35371 33554432000 1073741824 1073778376 140737213282432 140395394140408 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13337/tid=13355] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13355/stat : 13355 (java) S 13334 13337 13098 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36404166 9856040960 35371 33554432000 1073741824 1073778376 140737213282432 140395393088072 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13337/tid=13356] ppid=13334 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13337/task/13356/stat : 13356 (java) S 13334 13337 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36404178 9856040960 35371 33554432000 1073741824 1073778376 140737213282432 140395391985192 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 16.97
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 15.7689
CPU time (s): 17.0114
CPU user time (s): 16.9394
CPU system time (s): 0.071989
CPU usage (%): 107.88
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.9394
system time used= 0.071989
maximum resident set size= 141548
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19032
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= 656
involuntary context switches= 39

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.083987 second user time and 0.166974 second system time

The end

Launcher Data

Begin job on node151 at 2016-06-19 15:39:53
IDJOB=4109232
IDBENCH=78747
IDSOLVER=2551
FILE ID=node151/4109232-1466343593
RUNJOBID= node151-1466341797-13114
PBS_JOBID= 19922011
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110969860--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109232-1466343593/watcher-4109232-1466343593 -o /tmp/evaluation-result-4109232-1466343593/solver-4109232-1466343593 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1466341797-13114 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4109232-1466343593.wbo

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

MD5SUM BENCH= 81d0b3111be77447a435e48fa3fc6a23
RANDOM SEED=716497517

node151.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		: 2667.103
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	: 5334.20
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		: 2667.103
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		: 2667.103
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		: 2667.103
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		: 2667.103
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		: 2667.103
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		: 2667.103
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		: 2667.103
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:        31650996 kB
Buffers:          119240 kB
Cached:           197448 kB
SwapCached:         1712 kB
Active:           229960 kB
Inactive:         194960 kB
Active(anon):     107468 kB
Inactive(anon):     3280 kB
Active(file):     122492 kB
Inactive(file):   191680 kB
Unevictable:        8292 kB
Mlocked:            8292 kB
SwapTotal:      67108856 kB
SwapFree:       67099344 kB
Dirty:              1760 kB
Writeback:             0 kB
AnonPages:        107960 kB
Mapped:            16548 kB
Shmem:                 0 kB
Slab:             638048 kB
SReclaimable:      81492 kB
SUnreclaim:       556556 kB
KernelStack:        1760 kB
PageTables:         4608 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     697036 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     75776 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= 71744 MiB
End job on node151 at 2016-06-19 15:40:09