Trace number 4109245

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 Res+CP PB16OPTIMUM 38.8671 36.2408

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110972154--soft-66-100-0.wbo
MD5SUMeabed96e9c28cf15c9772fe79986c067
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark66
Best CPU time to get the best result obtained on this benchmark5.04023
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 constraints28
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 1415
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 1414
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1221
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.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4109245-1467320659.wbo
0.09/0.12	c reading problem ... 
0.09/0.18	c ... done. Wall clock time 0.063s.
0.09/0.18	c declared #vars     169
0.09/0.18	c internal #vars     197
0.09/0.18	c #constraints  101
0.09/0.18	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.18	c constraints type 
0.09/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 28
0.09/0.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
0.09/0.18	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.09/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21
0.09/0.18	c 101 constraints processed.
0.09/0.18	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.18	c constraints type 
0.09/0.18	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.09/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 28
0.09/0.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 50
0.09/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 21
0.09/0.18	c 101 constraints processed.
0.09/0.18	c objective function length is 28 literals
1.83/0.60	c And the winner is solver1
1.83/0.68	c SATISFIABLE
1.83/0.68	c OPTIMIZING...
1.83/0.68	c Got one! Elapsed wall clock time (in seconds):0.568
1.83/0.68	o 887
2.46/0.82	c cleaning 2510 clauses out of 5019 with flag 3140/5019
2.46/0.87	c And the winner is solver0
2.96/1.19	c Got one! Elapsed wall clock time (in seconds):1.069
2.96/1.19	o 881
3.24/1.31	c cleaning 4233 clauses out of 8465 with flag 12315/10975
3.24/1.39	c And the winner is solver0
3.52/1.69	c Got one! Elapsed wall clock time (in seconds):1.57
3.52/1.69	o 876
3.54/1.77	c And the winner is solver0
3.72/2.19	c Got one! Elapsed wall clock time (in seconds):2.07
3.72/2.19	o 859
3.72/2.19	c And the winner is solver0
3.72/2.69	c Got one! Elapsed wall clock time (in seconds):2.571
3.72/2.69	o 422
3.73/2.72	c cleaning 5254 clauses out of 10507 with flag 3022/17250
3.94/2.85	c And the winner is solver0
4.05/3.19	c Got one! Elapsed wall clock time (in seconds):3.072
4.05/3.19	o 421
4.06/3.23	c cleaning 5305 clauses out of 10613 with flag 3316/22610
4.06/3.28	c And the winner is solver0
4.28/3.69	c Got one! Elapsed wall clock time (in seconds):3.573
4.28/3.69	o 416
4.49/3.81	c cleaning 5556 clauses out of 11116 with flag 13427/28418
4.49/3.81	c And the winner is solver0
4.56/4.19	c Got one! Elapsed wall clock time (in seconds):4.074
4.56/4.19	o 408
4.57/4.25	c And the winner is solver0
4.72/4.69	c Got one! Elapsed wall clock time (in seconds):4.575
4.72/4.69	o 397
4.72/4.79	c cleaning 5343 clauses out of 10691 with flag 10365/33549
4.93/4.80	c And the winner is solver0
4.97/5.19	c Got one! Elapsed wall clock time (in seconds):5.076
4.97/5.19	o 396
4.98/5.22	c And the winner is solver0
5.05/5.69	c Got one! Elapsed wall clock time (in seconds):5.577
5.05/5.69	o 392
5.05/5.72	c And the winner is solver0
5.12/6.19	c Got one! Elapsed wall clock time (in seconds):6.078
5.12/6.19	o 388
5.12/6.29	c cleaning 5571 clauses out of 11151 with flag 10499/39352
5.54/6.44	c And the winner is solver0
5.63/6.70	c Got one! Elapsed wall clock time (in seconds):6.578
5.63/6.70	o 384
5.83/6.82	c And the winner is solver0
5.96/7.20	c Got one! Elapsed wall clock time (in seconds):7.079
5.96/7.20	o 382
5.96/7.28	c cleaning 8081 clauses out of 16164 with flag 7254/49936
6.15/7.31	c And the winner is solver0
6.27/7.70	c Got one! Elapsed wall clock time (in seconds):7.58
6.27/7.70	o 367
6.27/7.72	c And the winner is solver0
6.32/8.20	c Got one! Elapsed wall clock time (in seconds):8.081
6.32/8.20	o 366
6.32/8.29	c And the winner is solver0
6.61/8.70	c Got one! Elapsed wall clock time (in seconds):8.582
6.61/8.70	o 363
6.82/8.81	c cleaning 7768 clauses out of 15543 with flag 10186/57396
7.20/9.00	c cleaning 6885 clauses out of 13775 with flag 31144/63396
7.42/9.19	c And the winner is solver0
7.61/9.25	c Got one! Elapsed wall clock time (in seconds):9.133
7.61/9.25	o 360
7.93/9.44	c cleaning 9013 clauses out of 18028 with flag 19608/74534
8.33/9.64	c cleaning 7504 clauses out of 15016 with flag 43520/80535
8.53/9.75	c And the winner is solver0
8.68/9.85	c Got one! Elapsed wall clock time (in seconds):9.734
8.68/9.85	o 350
8.68/9.88	c And the winner is solver0
9.11/10.35	c Got one! Elapsed wall clock time (in seconds):10.235
9.11/10.35	o 348
9.20/10.45	c cleaning 6963 clauses out of 13934 with flag 7525/86957
9.50/10.52	c And the winner is solver0
9.93/10.85	c Got one! Elapsed wall clock time (in seconds):10.736
9.93/10.85	o 343
10.01/10.90	c And the winner is solver0
10.38/11.35	c Got one! Elapsed wall clock time (in seconds):11.237
10.38/11.35	o 337
10.46/11.45	c cleaning 6431 clauses out of 12876 with flag 7646/92862
10.46/11.48	c And the winner is solver0
11.25/11.85	c Got one! Elapsed wall clock time (in seconds):11.738
11.25/11.85	o 336
11.33/11.98	c And the winner is solver0
11.76/12.36	c Got one! Elapsed wall clock time (in seconds):12.239
11.76/12.36	o 335
11.76/12.39	c And the winner is solver0
12.22/12.86	c Got one! Elapsed wall clock time (in seconds):12.739
12.22/12.86	o 321
12.22/12.88	c And the winner is solver0
12.64/13.36	c Got one! Elapsed wall clock time (in seconds):13.24
12.64/13.36	o 319
12.64/13.37	c And the winner is solver0
13.05/13.86	c Got one! Elapsed wall clock time (in seconds):13.741
13.05/13.86	o 317
13.05/13.88	c And the winner is solver0
13.48/14.36	c Got one! Elapsed wall clock time (in seconds):14.242
13.48/14.36	o 314
13.48/14.38	c And the winner is solver0
13.89/14.86	c Got one! Elapsed wall clock time (in seconds):14.743
13.89/14.86	o 307
13.96/14.91	c cleaning 7549 clauses out of 15100 with flag 3852/101517
13.96/14.95	c And the winner is solver0
14.37/15.36	c Got one! Elapsed wall clock time (in seconds):15.243
14.37/15.36	o 301
14.46/15.49	c cleaning 6605 clauses out of 13210 with flag 16356/107176
14.84/15.68	c cleaning 6303 clauses out of 12606 with flag 41651/113177
15.05/15.71	c And the winner is solver0
15.11/15.86	c Got one! Elapsed wall clock time (in seconds):15.744
15.11/15.86	o 299
15.11/15.89	c And the winner is solver0
15.52/16.36	c Got one! Elapsed wall clock time (in seconds):16.245
15.52/16.36	o 288
15.52/16.38	c And the winner is solver0
15.93/16.86	c Got one! Elapsed wall clock time (in seconds):16.746
15.93/16.86	o 282
15.93/16.88	c And the winner is solver0
16.33/17.36	c Got one! Elapsed wall clock time (in seconds):17.247
16.33/17.36	o 275
16.39/17.42	c And the winner is solver0
16.78/17.86	c Got one! Elapsed wall clock time (in seconds):17.748
16.78/17.86	o 274
16.78/17.88	c And the winner is solver0
17.18/18.37	c Got one! Elapsed wall clock time (in seconds):18.248
17.18/18.37	o 269
17.26/18.46	c And the winner is solver0
17.67/18.87	c Got one! Elapsed wall clock time (in seconds):18.749
17.67/18.87	o 268
17.73/18.94	c And the winner is solver0
18.14/19.37	c Got one! Elapsed wall clock time (in seconds):19.25
18.14/19.37	o 264
18.19/19.41	c And the winner is solver0
18.56/19.87	c Got one! Elapsed wall clock time (in seconds):19.75
18.56/19.87	o 258
18.63/19.92	c cleaning 8386 clauses out of 16775 with flag 4209/123649
19.02/20.12	c cleaning 7192 clauses out of 14391 with flag 29133/129651
19.02/20.16	c And the winner is solver0
19.24/20.37	c Got one! Elapsed wall clock time (in seconds):20.251
19.24/20.37	o 254
19.24/20.39	c And the winner is solver0
19.65/20.87	c Got one! Elapsed wall clock time (in seconds):20.751
19.65/20.87	o 253
19.92/21.01	c cleaning 6775 clauses out of 13558 with flag 16394/136010
19.92/21.01	c And the winner is solver0
20.18/21.37	c Got one! Elapsed wall clock time (in seconds):21.252
20.18/21.37	o 236
20.18/21.38	c And the winner is solver0
20.56/21.87	c Got one! Elapsed wall clock time (in seconds):21.753
20.56/21.87	o 234
20.83/22.04	c cleaning 6054 clauses out of 12125 with flag 22897/141352
20.83/22.06	c And the winner is solver0
21.13/22.37	c Got one! Elapsed wall clock time (in seconds):22.253
21.13/22.37	o 221
21.18/22.48	c And the winner is solver0
21.62/22.87	c Got one! Elapsed wall clock time (in seconds):22.754
21.62/22.87	o 209
21.68/22.96	c cleaning 6166 clauses out of 12342 with flag 8387/147623
22.10/23.14	c cleaning 6086 clauses out of 12177 with flag 33347/153624
22.30/23.23	c And the winner is solver0
22.39/23.37	c Got one! Elapsed wall clock time (in seconds):23.255
22.39/23.37	o 203
22.43/23.48	c cleaning 5967 clauses out of 11938 with flag 12838/159471
22.43/23.50	c And the winner is solver0
22.91/23.87	c Got one! Elapsed wall clock time (in seconds):23.756
22.91/23.87	o 198
23.15/24.00	c And the winner is solver0
23.42/24.37	c Got one! Elapsed wall clock time (in seconds):24.256
23.42/24.37	o 195
23.46/24.41	c And the winner is solver0
23.84/24.87	c Got one! Elapsed wall clock time (in seconds):24.757
23.84/24.87	o 193
23.88/24.91	c cleaning 6159 clauses out of 12327 with flag 4331/165827
24.28/25.12	c cleaning 6081 clauses out of 12170 with flag 32048/171829
24.69/25.34	c And the winner is solver0
25.13/25.78	c Got one! Elapsed wall clock time (in seconds):25.659
25.13/25.78	o 186
25.44/25.97	c cleaning 8827 clauses out of 17664 with flag 22250/183404
25.44/25.98	c And the winner is solver0
25.79/26.28	c Got one! Elapsed wall clock time (in seconds):26.159
25.79/26.28	o 183
26.04/26.46	c cleaning 7093 clauses out of 14194 with flag 21852/188761
26.04/26.48	c And the winner is solver0
26.42/26.78	c Got one! Elapsed wall clock time (in seconds):26.66
26.42/26.78	o 173
26.65/26.95	c cleaning 6369 clauses out of 12739 with flag 23019/194399
26.65/26.98	c And the winner is solver0
27.01/27.28	c Got one! Elapsed wall clock time (in seconds):27.161
27.01/27.28	o 170
27.04/27.37	c And the winner is solver0
27.49/27.78	c Got one! Elapsed wall clock time (in seconds):27.662
27.49/27.78	o 169
27.52/27.82	c cleaning 5767 clauses out of 11542 with flag 4481/199571
27.52/27.82	c And the winner is solver0
27.92/28.28	c Got one! Elapsed wall clock time (in seconds):28.162
27.92/28.28	o 165
27.96/28.39	c And the winner is solver0
28.45/28.78	c Got one! Elapsed wall clock time (in seconds):28.663
28.45/28.78	o 101
28.48/28.87	c And the winner is solver0
28.93/29.28	c Got one! Elapsed wall clock time (in seconds):29.164
28.93/29.28	o 97
28.95/29.33	c cleaning 6155 clauses out of 12309 with flag 4754/206105
28.95/29.37	c And the winner is solver0
29.40/29.78	c Got one! Elapsed wall clock time (in seconds):29.665
29.40/29.78	o 87
29.40/29.80	c And the winner is solver0
29.80/30.28	c Got one! Elapsed wall clock time (in seconds):30.166
29.80/30.28	o 86
30.04/30.43	c cleaning 5953 clauses out of 11914 with flag 19503/211865
30.24/30.52	c And the winner is solver0
30.45/30.78	c Got one! Elapsed wall clock time (in seconds):30.666
30.45/30.78	o 81
30.50/30.86	c And the winner is solver0
30.94/31.28	c Got one! Elapsed wall clock time (in seconds):31.168
30.94/31.28	o 80
30.96/31.33	c cleaning 5951 clauses out of 11912 with flag 4243/217816
31.36/31.52	c cleaning 5978 clauses out of 11960 with flag 31190/223816
31.77/31.75	c And the winner is solver0
32.23/32.19	c Got one! Elapsed wall clock time (in seconds):32.069
32.23/32.19	o 73
32.53/32.39	c cleaning 8971 clauses out of 17943 with flag 23721/235779
33.15/32.62	c cleaning 7486 clauses out of 14971 with flag 53133/241779
33.55/32.89	c cleaning 7237 clauses out of 14483 with flag 86495/248779
34.35/33.23	c cleaning 7622 clauses out of 15245 with flag 127252/256779
35.14/33.62	c cleaning 8309 clauses out of 16621 with flag 176118/265779
35.94/34.05	c cleaning 9153 clauses out of 18309 with flag 230562/275778
36.93/34.55	c cleaning 10076 clauses out of 20153 with flag 290065/286779
37.93/35.06	c And the winner is solver0
38.08/35.19	c Got one! Elapsed wall clock time (in seconds):35.07
38.08/35.19	o 67
38.31/35.38	c And the winner is solver0
38.50/35.69	c Got one! Elapsed wall clock time (in seconds):35.572
38.50/35.69	o 66
38.72/35.81	c And the winner is solver0
38.76/36.22	c >>>>>>>>>> Solver number 0 (64 answers) <<<<<<<<<<<<<<<<<<
38.76/36.22	c starts		: 692
38.76/36.22	c conflicts		: 303561
38.76/36.22	c decisions		: 476471
38.76/36.22	c propagations		: 6371119
38.76/36.22	c inspects		: 122331268
38.76/36.22	c shortcuts		: 0
38.76/36.22	c learnt literals	: 36
38.76/36.22	c learnt binary clauses	: 188
38.76/36.22	c learnt ternary clauses	: 711
38.76/36.22	c learnt constraints	: 303524
38.76/36.22	c ignored constraints	: 0
38.76/36.22	c root simplifications	: 0
38.76/36.22	c removed literals (reason simplification)	: 3606192
38.76/36.22	c reason swapping (by a shorter reason)	: 0
38.76/36.22	c Calls to reduceDB	: 41
38.76/36.22	c Number of update (reduction) of LBD	: 73855
38.76/36.22	c Imported unit clauses	: 0
38.76/36.22	c number of reductions to clauses (during analyze)	: 0
38.76/36.22	c number of learned constraints concerned by reduction	: 0
38.76/36.22	c number of learning phase by resolution	: 0
38.76/36.22	c number of learning phase by cutting planes	: 0
38.76/36.22	c speed (assignments/second)	: 179296.42032982496
38.76/36.22	c non guided choices	1730
38.76/36.22	c learnt constraints type 
38.76/36.22	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
38.76/36.22	c starts		: 66
38.76/36.22	c conflicts		: 285
38.76/36.22	c decisions		: 4085
38.76/36.22	c propagations		: 16449
38.76/36.22	c inspects		: 409299
38.76/36.22	c shortcuts		: 0
38.76/36.22	c learnt literals	: 0
38.76/36.22	c learnt binary clauses	: 0
38.76/36.22	c learnt ternary clauses	: 0
38.76/36.22	c learnt constraints	: 222
38.76/36.22	c ignored constraints	: 0
38.76/36.22	c root simplifications	: 0
38.76/36.22	c removed literals (reason simplification)	: 0
38.76/36.22	c reason swapping (by a shorter reason)	: 0
38.76/36.22	c Calls to reduceDB	: 0
38.76/36.22	c Number of update (reduction) of LBD	: 0
38.76/36.22	c Imported unit clauses	: 0
38.76/36.22	c number of reductions to clauses (during analyze)	: 0
38.76/36.22	c number of learned constraints concerned by reduction	: 0
38.76/36.22	c number of learning phase by resolution	: 0
38.76/36.22	c number of learning phase by cutting planes	: 0
38.76/36.22	c speed (assignments/second)	: 31094.517958412096
38.76/36.22	c non guided choices	1099
38.76/36.22	c learnt constraints type 
38.76/36.22	s OPTIMUM FOUND
38.76/36.22	c Found 64 solution(s)
38.76/36.22	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 
38.76/36.22	c objective function=66
38.76/36.22	c Total wall clock time (in seconds): 36.105

Verifier Data

OK	66

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-4109245-1467320659/watcher-4109245-1467320659 -o /tmp/evaluation-result-4109245-1467320659/solver-4109245-1467320659 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1467318467-16220 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4109245-1467320659.wbo 

pid=20802
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.42 2.22 2.11 4/194 20805
/proc/meminfo: memFree=29376436/32872528 swapFree=1299868/1463388
[pid=20805] ppid=20802 vsize=9160 CPUtime=0 cores=0,2,4,6
/proc/20805/stat : 20805 (java) R 20802 20805 16156 0 -1 4202496 468 0 0 0 0 0 0 0 20 0 1 0 11091871 9379840 122 33554432000 1073741824 1073778376 140737184929488 140737184926616 227515863520 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20805/statm: 2290 125 97 9 0 38 0

[startup+0.100059 s]
/proc/loadavg: 2.42 2.22 2.11 4/194 20805
/proc/meminfo: memFree=29376436/32872528 swapFree=1299868/1463388
[pid=20805] ppid=20802 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/20805/stat : 20805 (java) S 20802 20805 16156 0 -1 4202496 4453 0 1 0 8 1 0 0 20 0 18 0 11091871 9787879424 5582 33554432000 1073741824 1073778376 140737184929488 140737184920624 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20805/statm: 2389619 5582 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200198 s]
/proc/loadavg: 2.42 2.22 2.11 4/194 20805
/proc/meminfo: memFree=29376436/32872528 swapFree=1299868/1463388
[pid=20805] ppid=20802 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/20805/stat : 20805 (java) S 20802 20805 16156 0 -1 4202496 4806 0 1 0 23 1 0 0 20 0 22 0 11091871 10060525568 7416 33554432000 1073741824 1073778376 140737184929488 140737184920624 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20805/statm: 2456183 7416 2208 9 0 2446860 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9824732

[startup+0.300204 s]
/proc/loadavg: 2.42 2.22 2.11 4/194 20805
/proc/meminfo: memFree=29376436/32872528 swapFree=1299868/1463388
[pid=20805] ppid=20802 vsize=9824732 CPUtime=0.62 cores=0,2,4,6
/proc/20805/stat : 20805 (java) S 20802 20805 16156 0 -1 4202496 7859 0 1 0 61 1 0 0 20 0 22 0 11091871 10060525568 9727 33554432000 1073741824 1073778376 140737184929488 140737184920624 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20805/statm: 2456183 9727 2247 9 0 2446860 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 9824732

[startup+0.700174 s]
/proc/loadavg: 2.42 2.22 2.11 4/194 20805
/proc/meminfo: memFree=29376436/32872528 swapFree=1299868/1463388
[pid=20805] ppid=20802 vsize=9824732 CPUtime=2.06 cores=0,2,4,6
/proc/20805/stat : 20805 (java) S 20802 20805 16156 0 -1 4202496 17656 0 1 0 201 5 0 0 20 0 22 0 11091871 10060525568 20094 33554432000 1073741824 1073778376 140737184929488 140737184920624 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20805/statm: 2456183 20094 2257 9 0 2446860 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 9824732

[startup+1.5008 s]
/proc/loadavg: 2.42 2.22 2.11 3/213 20830
/proc/meminfo: memFree=29275008/32872528 swapFree=1299868/1463388
[pid=20805] ppid=20802 vsize=9824732 CPUtime=3.52 cores=0,2,4,6
/proc/20805/stat : 20805 (java) S 20802 20805 16156 0 -1 4202496 23806 0 1 0 342 10 0 0 20 0 19 0 11091871 10060525568 41173 33554432000 1073741824 1073778376 140737184929488 140737184920624 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20805/statm: 2456183 41173 2272 9 0 2446860 0
[pid=20805/tid=20807] ppid=20802 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/20805/task/20807/stat : 20807 (java) S 20802 20805 16156 0 -1 4202560 2471 0 1 0 14 1 0 0 20 0 19 0 11091872 10060525568 41173 33554432000 1073741824 1073778376 140737184929488 140666015343480 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20805/tid=20808] ppid=20802 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20805/task/20808/stat : 20808 (java) S 20802 20805 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11091873 10060525568 41173 33554432000 1073741824 1073778376 140737184929488 140665954073000 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20805/tid=20809] ppid=20802 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20805/task/20809/stat : 20809 (java) S 20802 20805 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11091873 10060525568 41173 33554432000 1073741824 1073778376 140737184929488 140665953020456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20805/tid=20810] ppid=20802 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20805/task/20810/stat : 20810 (java) S 20802 20805 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11091873 10060525568 41173 33554432000 1073741824 1073778376 140737184929488 140665951967400 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20805/tid=20811] ppid=20802 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20805/task/20811/stat : 20811 (java) S 20802 20805 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11091873 10060525568 41173 33554432000 1073741824 1073778376 140737184929488 140665855621416 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20805/tid=20812] ppid=20802 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20805/task/20812/stat : 20812 (java) S 20802 20805 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11091873 10060525568 41173 33554432000 1073741824 1073778376 140737184929488 140665854569384 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20805/tid=20813] ppid=20802 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20805/task/20813/stat : 20813 (java) S 20802 20805 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11091873 10060525568 41173 33554432000 1073741824 1073778376 140737184929488 140665853516840 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20805/tid=20814] ppid=20802 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20805/task/20814/stat : 20814 (java) S 20802 20805 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11091873 10060525568 41173 33554432000 1073741824 1073778376 140737184929488 140665852463784 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20805/tid=20815] ppid=20802 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20805/task/20815/stat : 20815 (java) S 20802 20805 16156 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11091873 10060525568 41173 33554432000 1073741824 1073778376 140737184929488 140665851411240 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20805/tid=20816] ppid=20802 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20805/task/20816/stat : 20816 (java) S 20802 20805 16156 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 11091874 10060525568 41173 33554432000 1073741824 1073778376 140737184929488 140665839212904 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20805/tid=20817] ppid=20802 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20805/task/20817/stat : 20817 (java) S 20802 20805 16156 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 11091874 10060525568 41173 33554432000 1073741824 1073778376 140737184929488 140665838159224 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20805/tid=20818] ppid=20802 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20805/task/20818/stat : 20818 (java) S 20802 20805 16156 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11091874 10060525568 41173 33554432000 1073741824 1073778376 140737184929488 140665837106056 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20805/tid=20819] ppid=20802 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20805/task/20819/stat : 20819 (java) S 20802 20805 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11091877 10060525568 41173 33554432000 1073741824 1073778376 140737184929488 140665836054800 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20805/tid=20820] ppid=20802 vsize=9824732 CPUtime=0.88 cores=0,2,4,6
/proc/20805/task/20820/stat : 20820 (java) S 20802 20805 16156 0 -1 4202560 12182 0 0 0 86 2 0 0 20 0 19 0 11091877 10060525568 41173 33554432000 1073741824 1073778376 140737184929488 140665835002680 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20805/tid=20821] ppid=20802 vsize=9824732 CPUtime=0.8 cores=0,2,4,6
/proc/20805/task/20821/stat : 20821 (java) S 20802 20805 16156 0 -1 4202560 7747 0 0 0 79 1 0 0 20 0 19 0 11091877 10060525568 41173 33554432000 1073741824 1073778376 140737184929488 140665833950136 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20805/tid=20822] ppid=20802 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20805/task/20822/stat : 20822 (java) S 20802 20805 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11091877 10060525568 41173 33554432000 1073741824 1073778376 140737184929488 140665832897272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20805/tid=20823] ppid=20802 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20805/task/20823/stat : 20823 (java) S 20802 20805 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11091877 10060525568 41173 33554432000 1073741824 1073778376 140737184929488 140665831844936 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20805/tid=20830] ppid=20802 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20805/task/20830/stat : 20830 (java) S 20802 20805 16156 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 11091940 10060525568 41173 33554432000 1073741824 1073778376 140737184929488 140665828685096 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.52
Current children cumulated vsize (KiB) 9824732

[startup+3.10079 s]
/proc/loadavg: 2.42 2.22 2.11 3/213 20839
/proc/meminfo: memFree=29202576/32872528 swapFree=1299868/1463388
[pid=20805] ppid=20802 vsize=9824732 CPUtime=4.05 cores=0,2,4,6
/proc/20805/stat : 20805 (java) S 20802 20805 16156 0 -1 4202496 23867 0 1 0 390 15 0 0 20 0 19 0 11091871 10060525568 45292 33554432000 1073741824 1073778376 140737184929488 140737184920624 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20805/statm: 2456183 45292 2285 9 0 2446860 0
[pid=20805/tid=20807] ppid=20802 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/20805/task/20807/stat : 20807 (java) S 20802 20805 16156 0 -1 4202560 2471 0 1 0 14 2 0 0 20 0 19 0 11091872 10060525568 45292 33554432000 1073741824 1073778376 140737184929488 140666015343480 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20805/tid=20808] ppid=20802 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20805/task/20808/stat : 20808 (java) S 20802 20805 16156 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11091873 10060525568 45292 33554432000 1073741824 1073778376 140737184929488 140665954073000 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20805/tid=20809] ppid=20802 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20805/task/20809/stat : 20809 (java) S 20802 20805 16156 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11091873 10060525568 45292 33554432000 1073741824 1073778376 140737184929488 140665953020456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20805/tid=20810] ppid=20802 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20805/task/20810/stat : 20810 (java) S 20802 20805 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11091873 10060525568 45292 33554432000 1073741824 1073778376 140737184929488 140665951967400 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20805/tid=20811] ppid=20802 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20805/task/20811/stat : 20811 (java) S 20802 20805 16156 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 11091873 10060525568 45292 33554432000 1073741824 1073778376 140737184929488 140665855621416 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20805/tid=20812] ppid=20802 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20805/task/20812/stat : 20812 (java) S 20802 20805 16156 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 11091873 10060525568 45292 33554432000 1073741824 1073778376 140737184929488 140665854569384 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20805/tid=20813] ppid=20802 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20805/task/20813/stat : 20813 (java) S 20802 20805 16156 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11091873 10060525568 45292 33554432000 1073741824 1073778376 140737184929488 140665853516840 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20805/tid=20814] ppid=20802 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20805/task/20814/stat : 20814 (java) S 20802 20805 16156 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11091873 10060525568 45292 33554432000 1073741824 1073778376 140737184929488 140665852463784 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20805/tid=20815] ppid=20802 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20805/task/20815/stat : 20815 (java) S 20802 20805 16156 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11091873 10060525568 45292 33554432000 1073741824 1073778376 140737184929488 140665851411240 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20805/tid=20816] ppid=20802 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20805/task/20816/stat : 20816 (java) S 20802 20805 16156 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 11091874 10060525568 45292 33554432000 1073741824 1073778376 140737184929488 140665839212904 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20805/tid=20817] ppid=20802 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20805/task/20817/stat : 20817 (java) S 20802 20805 16156 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11091874 10060525568 45292 33554432000 1073741824 1073778376 140737184929488 140665838159224 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20805/tid=20818] ppid=20802 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20805/task/20818/stat : 20818 (java) S 20802 20805 16156 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 11091874 10060525568 45292 33554432000 1073741824 1073778376 140737184929488 140665837106056 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20805/tid=20819] ppid=20802 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20805/task/20819/stat : 20819 (java) S 20802 20805 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11091877 10060525568 45292 33554432000 1073741824 1073778376 140737184929488 140665836054800 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20805/tid=20820] ppid=20802 vsize=9824732 CPUtime=0.88 cores=0,2,4,6
/proc/20805/task/20820/stat : 20820 (java) S 20802 20805 16156 0 -1 4202560 12182 0 0 0 86 2 0 0 20 0 19 0 11091877 10060525568 45292 33554432000 1073741824 1073778376 140737184929488 140665835002680 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20805/tid=20821] ppid=20802 vsize=9824732 CPUtime=0.8 cores=0,2,4,6
/proc/20805/task/20821/stat : 20821 (java) S 20802 20805 16156 0 -1 4202560 7747 0 0 0 79 1 0 0 20 0 19 0 11091877 10060525568 45292 33554432000 1073741824 1073778376 140737184929488 140665833950136 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20805/tid=20822] ppid=20802 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20805/task/20822/stat : 20822 (java) S 20802 20805 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11091877 10060525568 45292 33554432000 1073741824 1073778376 140737184929488 140665832897272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20805/tid=20823] ppid=20802 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20805/task/20823/stat : 20823 (java) S 20802 20805 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11091877 10060525568 45292 33554432000 1073741824 1073778376 140737184929488 140665831844936 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20805/tid=20830] ppid=20802 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20805/task/20830/stat : 20830 (java) S 20802 20805 16156 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 11091940 10060525568 45292 33554432000 1073741824 1073778376 140737184929488 140665828685096 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.05
Current children cumulated vsize (KiB) 9824732

[startup+6.30065 s]
/proc/loadavg: 2.30 2.20 2.10 2/213 20857
/proc/meminfo: memFree=29192876/32872528 swapFree=1299868/1463388
[pid=20805] ppid=20802 vsize=9824732 CPUtime=5.34 cores=0,2,4,6
/proc/20805/stat : 20805 (java) S 20802 20805 16156 0 -1 4202496 23953 0 1 0 506 28 0 0 20 0 22 0 11091871 10060525568 47635 33554432000 1073741824 1073778376 140737184929488 140737184920624 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20805/statm: 2456183 47635 2286 9 0 2446860 0
[pid=20805/tid=20807] ppid=20802 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/20805/task/20807/stat : 20807 (java) S 20802 20805 16156 0 -1 4202560 2472 0 1 0 15 2 0 0 20 0 22 0 11091872 10060525568 47635 33554432000 1073741824 1073778376 140737184929488 140666015343480 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20805/tid=20808] ppid=20802 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20805/task/20808/stat : 20808 (java) S 20802 20805 16156 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 11091873 10060525568 47635 33554432000 1073741824 1073778376 140737184929488 140665954073000 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20805/tid=20809] ppid=20802 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20805/task/20809/stat : 20809 (java) S 20802 20805 16156 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 11091873 10060525568 47635 33554432000 1073741824 1073778376 140737184929488 140665953020456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20805/tid=20810] ppid=20802 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20805/task/20810/stat : 20810 (java) S 20802 20805 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11091873 10060525568 47635 33554432000 1073741824 1073778376 140737184929488 140665951967400 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20805/tid=20811] ppid=20802 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20805/task/20811/stat : 20811 (java) S 20802 20805 16156 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 11091873 10060525568 47635 33554432000 1073741824 1073778376 140737184929488 140665855621416 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20805/tid=20812] ppid=20802 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20805/task/20812/stat : 20812 (java) S 20802 20805 16156 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 11091873 10060525568 47635 33554432000 1073741824 1073778376 140737184929488 140665854569384 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20805/tid=20813] ppid=20802 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20805/task/20813/stat : 20813 (java) S 20802 20805 16156 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 11091873 10060525568 47635 33554432000 1073741824 1073778376 140737184929488 140665853516840 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20805/tid=20814] ppid=20802 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20805/task/20814/stat : 20814 (java) S 20802 20805 16156 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 11091873 10060525568 47635 33554432000 1073741824 1073778376 140737184929488 140665852463784 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20805/tid=20815] ppid=20802 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20805/task/20815/stat : 20815 (java) S 20802 20805 16156 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 11091873 10060525568 47635 33554432000 1073741824 1073778376 140737184929488 140665851411240 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20805/tid=20816] ppid=20802 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20805/task/20816/stat : 20816 (java) S 20802 20805 16156 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 11091874 10060525568 47635 33554432000 1073741824 1073778376 140737184929488 140665839212904 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20805/tid=20817] ppid=20802 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20805/task/20817/stat : 20817 (java) S 20802 20805 16156 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 11091874 10060525568 47635 33554432000 1073741824 1073778376 140737184929488 140665838159224 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20805/tid=20818] ppid=20802 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20805/task/20818/stat : 20818 (java) S 20802 20805 16156 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 11091874 10060525568 47635 33554432000 1073741824 1073778376 140737184929488 140665837106056 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20805/tid=20819] ppid=20802 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20805/task/20819/stat : 20819 (java) S 20802 20805 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11091877 10060525568 47635 33554432000 1073741824 1073778376 140737184929488 140665836054800 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20805/tid=20820] ppid=20802 vsize=9824732 CPUtime=0.93 cores=0,2,4,6
/proc/20805/task/20820/stat : 20820 (java) R 20802 20805 16156 0 -1 4202560 12189 0 0 0 91 2 0 0 20 0 22 0 11091877 10060525568 47635 33554432000 1073741824 1073778376 140737184929488 140665835002560 140666019460739 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=20805/tid=20821] ppid=20802 vsize=9824732 CPUtime=0.82 cores=0,2,4,6
/proc/20805/task/20821/stat : 20821 (java) S 20802 20805 16156 0 -1 4202560 7749 0 0 0 81 1 0 0 20 0 22 0 11091877 10060525568 47635 33554432000 1073741824 1073778376 140737184929488 140665833950136 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20805/tid=20822] ppid=20802 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20805/task/20822/stat : 20822 (java) S 20802 20805 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11091877 10060525568 47635 33554432000 1073741824 1073778376 140737184929488 140665832897272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20805/tid=20823] ppid=20802 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20805/task/20823/stat : 20823 (java) S 20802 20805 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11091877 10060525568 47635 33554432000 1073741824 1073778376 140737184929488 140665831844936 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20805/tid=20830] ppid=20802 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20805/task/20830/stat : 20830 (java) S 20802 20805 16156 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 11091940 10060525568 47635 33554432000 1073741824 1073778376 140737184929488 140665828685096 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 5.34
Current children cumulated vsize (KiB) 9824732


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

[pid=20805/tid=20816] ppid=20802 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/20805/task/20816/stat : 20816 (java) S 20802 20805 16156 0 -1 4202560 13 0 0 0 1 6 0 0 20 0 22 0 11091874 10060525568 52492 33554432000 1073741824 1073778376 140737184929488 140665839212904 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20805/tid=20817] ppid=20802 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20805/task/20817/stat : 20817 (java) S 20802 20805 16156 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 11091874 10060525568 52492 33554432000 1073741824 1073778376 140737184929488 140665838159224 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20805/tid=20818] ppid=20802 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20805/task/20818/stat : 20818 (java) S 20802 20805 16156 0 -1 4202560 39 0 0 0 0 0 0 0 20 0 22 0 11091874 10060525568 52492 33554432000 1073741824 1073778376 140737184929488 140665837106056 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20805/tid=20819] ppid=20802 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20805/task/20819/stat : 20819 (java) S 20802 20805 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11091877 10060525568 52492 33554432000 1073741824 1073778376 140737184929488 140665836054800 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20805/tid=20820] ppid=20802 vsize=9824732 CPUtime=1.66 cores=0,2,4,6
/proc/20805/task/20820/stat : 20820 (java) S 20802 20805 16156 0 -1 4202560 18763 0 0 0 163 3 0 0 20 0 22 0 11091877 10060525568 52492 33554432000 1073741824 1073778376 140737184929488 140665835002680 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20805/tid=20821] ppid=20802 vsize=9824732 CPUtime=0.9 cores=0,2,4,6
/proc/20805/task/20821/stat : 20821 (java) S 20802 20805 16156 0 -1 4202560 7761 0 0 0 89 1 0 0 20 0 22 0 11091877 10060525568 52492 33554432000 1073741824 1073778376 140737184929488 140665833950136 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20805/tid=20822] ppid=20802 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20805/task/20822/stat : 20822 (java) S 20802 20805 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11091877 10060525568 52492 33554432000 1073741824 1073778376 140737184929488 140665832897272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20805/tid=20823] ppid=20802 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20805/task/20823/stat : 20823 (java) S 20802 20805 16156 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 11091877 10060525568 52492 33554432000 1073741824 1073778376 140737184929488 140665831844936 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20805/tid=20830] ppid=20802 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20805/task/20830/stat : 20830 (java) S 20802 20805 16156 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 11091940 10060525568 52492 33554432000 1073741824 1073778376 140737184929488 140665828685096 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20805/tid=21011] ppid=20802 vsize=9824732 CPUtime=1.38 cores=0,2,4,6
/proc/20805/task/21011/stat : 21011 (java) R 20802 20805 16156 0 -1 4202560 4 0 0 0 138 0 0 0 20 0 22 0 11095090 10060525568 52492 33554432000 1073741824 1073778376 140737184929488 140665827630472 140665955522708 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=20805/tid=21012] ppid=20802 vsize=9824732 CPUtime=1.38 cores=0,2,4,6
/proc/20805/task/21012/stat : 21012 (java) R 20802 20805 16156 0 -1 4202560 4 0 0 0 138 0 0 0 20 0 22 0 11095090 10060525568 52492 33554432000 1073741824 1073778376 140737184929488 140665829735248 140665955636932 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20805/tid=21013] ppid=20802 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20805/task/21013/stat : 21013 (java) S 20802 20805 16156 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 11095090 10060525568 52492 33554432000 1073741824 1073778376 140737184929488 140665830790824 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 35.14
Current children cumulated vsize (KiB) 9824732

[startup+35.2009 s]
/proc/loadavg: 2.41 2.23 2.12 4/216 21016
/proc/meminfo: memFree=29224920/32872528 swapFree=1299868/1463388
[pid=20805] ppid=20802 vsize=9824732 CPUtime=38.11 cores=0,2,4,6
/proc/20805/stat : 20805 (java) S 20802 20805 16156 0 -1 4202496 31084 0 1 0 3674 137 0 0 20 0 22 0 11091871 10060525568 52491 33554432000 1073741824 1073778376 140737184929488 140737184920624 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20805/statm: 2456183 52491 2287 9 0 2446860 0
[pid=20805/tid=20807] ppid=20802 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/20805/task/20807/stat : 20807 (java) S 20802 20805 16156 0 -1 4202560 2473 0 1 0 17 2 0 0 20 0 22 0 11091872 10060525568 52491 33554432000 1073741824 1073778376 140737184929488 140666015343480 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20805/tid=20808] ppid=20802 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/20805/task/20808/stat : 20808 (java) S 20802 20805 16156 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 11091873 10060525568 52491 33554432000 1073741824 1073778376 140737184929488 140665954073000 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20805/tid=20809] ppid=20802 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/20805/task/20809/stat : 20809 (java) S 20802 20805 16156 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 11091873 10060525568 52491 33554432000 1073741824 1073778376 140737184929488 140665953020456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20805/tid=20810] ppid=20802 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20805/task/20810/stat : 20810 (java) S 20802 20805 16156 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 11091873 10060525568 52491 33554432000 1073741824 1073778376 140737184929488 140665951967400 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20805/tid=20811] ppid=20802 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/20805/task/20811/stat : 20811 (java) S 20802 20805 16156 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 11091873 10060525568 52491 33554432000 1073741824 1073778376 140737184929488 140665855621416 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20805/tid=20812] ppid=20802 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/20805/task/20812/stat : 20812 (java) S 20802 20805 16156 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 11091873 10060525568 52491 33554432000 1073741824 1073778376 140737184929488 140665854569384 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20805/tid=20813] ppid=20802 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/20805/task/20813/stat : 20813 (java) S 20802 20805 16156 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 22 0 11091873 10060525568 52491 33554432000 1073741824 1073778376 140737184929488 140665853516840 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20805/tid=20814] ppid=20802 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/20805/task/20814/stat : 20814 (java) S 20802 20805 16156 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 11091873 10060525568 52491 33554432000 1073741824 1073778376 140737184929488 140665852463784 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20805/tid=20815] ppid=20802 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20805/task/20815/stat : 20815 (java) S 20802 20805 16156 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 11091873 10060525568 52491 33554432000 1073741824 1073778376 140737184929488 140665851411240 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20805/tid=20816] ppid=20802 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/20805/task/20816/stat : 20816 (java) S 20802 20805 16156 0 -1 4202560 13 0 0 0 1 6 0 0 20 0 22 0 11091874 10060525568 52491 33554432000 1073741824 1073778376 140737184929488 140665839212904 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20805/tid=20817] ppid=20802 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20805/task/20817/stat : 20817 (java) S 20802 20805 16156 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 11091874 10060525568 52491 33554432000 1073741824 1073778376 140737184929488 140665838159224 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20805/tid=20818] ppid=20802 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20805/task/20818/stat : 20818 (java) S 20802 20805 16156 0 -1 4202560 39 0 0 0 0 0 0 0 20 0 22 0 11091874 10060525568 52491 33554432000 1073741824 1073778376 140737184929488 140665837106056 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20805/tid=20819] ppid=20802 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20805/task/20819/stat : 20819 (java) S 20802 20805 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11091877 10060525568 52491 33554432000 1073741824 1073778376 140737184929488 140665836054800 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20805/tid=20820] ppid=20802 vsize=9824732 CPUtime=1.66 cores=0,2,4,6
/proc/20805/task/20820/stat : 20820 (java) S 20802 20805 16156 0 -1 4202560 18763 0 0 0 163 3 0 0 20 0 22 0 11091877 10060525568 52491 33554432000 1073741824 1073778376 140737184929488 140665835002680 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20805/tid=20821] ppid=20802 vsize=9824732 CPUtime=0.9 cores=0,2,4,6
/proc/20805/task/20821/stat : 20821 (java) S 20802 20805 16156 0 -1 4202560 7761 0 0 0 89 1 0 0 20 0 22 0 11091877 10060525568 52491 33554432000 1073741824 1073778376 140737184929488 140665833950136 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20805/tid=20822] ppid=20802 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20805/task/20822/stat : 20822 (java) S 20802 20805 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11091877 10060525568 52491 33554432000 1073741824 1073778376 140737184929488 140665832897272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20805/tid=20823] ppid=20802 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20805/task/20823/stat : 20823 (java) S 20802 20805 16156 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 11091877 10060525568 52491 33554432000 1073741824 1073778376 140737184929488 140665831844936 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20805/tid=20830] ppid=20802 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20805/task/20830/stat : 20830 (java) S 20802 20805 16156 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 11091940 10060525568 52491 33554432000 1073741824 1073778376 140737184929488 140665828685096 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20805/tid=21014] ppid=20802 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20805/task/21014/stat : 21014 (java) R 20802 20805 16156 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 11095390 10060525568 52491 33554432000 1073741824 1073778376 140737184929488 140665829739496 140665955622559 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20805/tid=21015] ppid=20802 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20805/task/21015/stat : 21015 (java) R 20802 20805 16156 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 11095390 10060525568 52491 33554432000 1073741824 1073778376 140737184929488 140665830790232 140665955950004 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20805/tid=21016] ppid=20802 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20805/task/21016/stat : 21016 (java) S 20802 20805 16156 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 11095390 10060525568 52491 33554432000 1073741824 1073778376 140737184929488 140665827632168 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 38.11
Current children cumulated vsize (KiB) 9824732

[startup+36.0008 s]
/proc/loadavg: 2.41 2.23 2.12 4/216 21016
/proc/meminfo: memFree=29224920/32872528 swapFree=1299868/1463388
[pid=20805] ppid=20802 vsize=9824732 CPUtime=38.75 cores=0,2,4,6
/proc/20805/stat : 20805 (java) S 20802 20805 16156 0 -1 4202496 31092 0 1 0 3734 141 0 0 20 0 19 0 11091871 10060525568 52485 33554432000 1073741824 1073778376 140737184929488 140737184920624 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20805/statm: 2456183 52485 2287 9 0 2446860 0
[pid=20805/tid=20807] ppid=20802 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/20805/task/20807/stat : 20807 (java) S 20802 20805 16156 0 -1 4202560 2474 0 1 0 17 2 0 0 20 0 19 0 11091872 10060525568 52485 33554432000 1073741824 1073778376 140737184929488 140666015343480 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20805/tid=20808] ppid=20802 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/20805/task/20808/stat : 20808 (java) S 20802 20805 16156 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 11091873 10060525568 52485 33554432000 1073741824 1073778376 140737184929488 140665954073000 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20805/tid=20809] ppid=20802 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/20805/task/20809/stat : 20809 (java) S 20802 20805 16156 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 11091873 10060525568 52485 33554432000 1073741824 1073778376 140737184929488 140665953020456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20805/tid=20810] ppid=20802 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20805/task/20810/stat : 20810 (java) S 20802 20805 16156 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 11091873 10060525568 52485 33554432000 1073741824 1073778376 140737184929488 140665951967400 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20805/tid=20811] ppid=20802 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/20805/task/20811/stat : 20811 (java) S 20802 20805 16156 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 11091873 10060525568 52485 33554432000 1073741824 1073778376 140737184929488 140665855621416 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20805/tid=20812] ppid=20802 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/20805/task/20812/stat : 20812 (java) S 20802 20805 16156 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 11091873 10060525568 52485 33554432000 1073741824 1073778376 140737184929488 140665854569384 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20805/tid=20813] ppid=20802 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/20805/task/20813/stat : 20813 (java) S 20802 20805 16156 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 11091873 10060525568 52485 33554432000 1073741824 1073778376 140737184929488 140665853516840 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20805/tid=20814] ppid=20802 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/20805/task/20814/stat : 20814 (java) S 20802 20805 16156 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 11091873 10060525568 52485 33554432000 1073741824 1073778376 140737184929488 140665852463784 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20805/tid=20815] ppid=20802 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20805/task/20815/stat : 20815 (java) S 20802 20805 16156 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 11091873 10060525568 52485 33554432000 1073741824 1073778376 140737184929488 140665851411240 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20805/tid=20816] ppid=20802 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/20805/task/20816/stat : 20816 (java) S 20802 20805 16156 0 -1 4202560 13 0 0 0 1 6 0 0 20 0 19 0 11091874 10060525568 52485 33554432000 1073741824 1073778376 140737184929488 140665839212904 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20805/tid=20817] ppid=20802 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20805/task/20817/stat : 20817 (java) S 20802 20805 16156 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11091874 10060525568 52485 33554432000 1073741824 1073778376 140737184929488 140665838159224 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20805/tid=20818] ppid=20802 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20805/task/20818/stat : 20818 (java) S 20802 20805 16156 0 -1 4202560 39 0 0 0 0 0 0 0 20 0 19 0 11091874 10060525568 52485 33554432000 1073741824 1073778376 140737184929488 140665837106056 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20805/tid=20819] ppid=20802 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20805/task/20819/stat : 20819 (java) S 20802 20805 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11091877 10060525568 52485 33554432000 1073741824 1073778376 140737184929488 140665836054800 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20805/tid=20820] ppid=20802 vsize=9824732 CPUtime=1.66 cores=0,2,4,6
/proc/20805/task/20820/stat : 20820 (java) S 20802 20805 16156 0 -1 4202560 18763 0 0 0 163 3 0 0 20 0 19 0 11091877 10060525568 52485 33554432000 1073741824 1073778376 140737184929488 140665835002680 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20805/tid=20821] ppid=20802 vsize=9824732 CPUtime=0.9 cores=0,2,4,6
/proc/20805/task/20821/stat : 20821 (java) S 20802 20805 16156 0 -1 4202560 7761 0 0 0 89 1 0 0 20 0 19 0 11091877 10060525568 52485 33554432000 1073741824 1073778376 140737184929488 140665833950136 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20805/tid=20822] ppid=20802 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20805/task/20822/stat : 20822 (java) S 20802 20805 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11091877 10060525568 52485 33554432000 1073741824 1073778376 140737184929488 140665832897272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20805/tid=20823] ppid=20802 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20805/task/20823/stat : 20823 (java) S 20802 20805 16156 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11091877 10060525568 52485 33554432000 1073741824 1073778376 140737184929488 140665831844936 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20805/tid=20830] ppid=20802 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20805/task/20830/stat : 20830 (java) S 20802 20805 16156 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 11091940 10060525568 52485 33554432000 1073741824 1073778376 140737184929488 140665828685096 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 38.75
Current children cumulated vsize (KiB) 9824732

[startup+36.2007 s]
/proc/loadavg: 2.41 2.23 2.12 4/216 21016
/proc/meminfo: memFree=29224920/32872528 swapFree=1299868/1463388
[pid=20805] ppid=20802 vsize=9824732 CPUtime=38.76 cores=0,2,4,6
/proc/20805/stat : 20805 (java) S 20802 20805 16156 0 -1 4202496 31092 0 1 0 3735 141 0 0 20 0 19 0 11091871 10060525568 52485 33554432000 1073741824 1073778376 140737184929488 140737184920624 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20805/statm: 2456183 52485 2287 9 0 2446860 0
[pid=20805/tid=20807] ppid=20802 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/20805/task/20807/stat : 20807 (java) R 20802 20805 16156 0 -1 4202560 2474 0 1 0 18 2 0 0 20 0 19 0 11091872 10060525568 52485 33554432000 1073741824 1073778376 140737184929488 140666015343480 140665955149539 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20805/tid=20808] ppid=20802 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/20805/task/20808/stat : 20808 (java) S 20802 20805 16156 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 11091873 10060525568 52485 33554432000 1073741824 1073778376 140737184929488 140665954073000 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20805/tid=20809] ppid=20802 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/20805/task/20809/stat : 20809 (java) S 20802 20805 16156 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 11091873 10060525568 52485 33554432000 1073741824 1073778376 140737184929488 140665953020456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20805/tid=20810] ppid=20802 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20805/task/20810/stat : 20810 (java) S 20802 20805 16156 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 11091873 10060525568 52485 33554432000 1073741824 1073778376 140737184929488 140665951967400 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20805/tid=20811] ppid=20802 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/20805/task/20811/stat : 20811 (java) S 20802 20805 16156 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 11091873 10060525568 52485 33554432000 1073741824 1073778376 140737184929488 140665855621416 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20805/tid=20812] ppid=20802 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/20805/task/20812/stat : 20812 (java) S 20802 20805 16156 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 11091873 10060525568 52485 33554432000 1073741824 1073778376 140737184929488 140665854569384 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20805/tid=20813] ppid=20802 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/20805/task/20813/stat : 20813 (java) S 20802 20805 16156 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 11091873 10060525568 52485 33554432000 1073741824 1073778376 140737184929488 140665853516840 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20805/tid=20814] ppid=20802 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/20805/task/20814/stat : 20814 (java) S 20802 20805 16156 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 11091873 10060525568 52485 33554432000 1073741824 1073778376 140737184929488 140665852463784 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20805/tid=20815] ppid=20802 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20805/task/20815/stat : 20815 (java) S 20802 20805 16156 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 11091873 10060525568 52485 33554432000 1073741824 1073778376 140737184929488 140665851411240 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20805/tid=20816] ppid=20802 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/20805/task/20816/stat : 20816 (java) S 20802 20805 16156 0 -1 4202560 13 0 0 0 1 6 0 0 20 0 19 0 11091874 10060525568 52485 33554432000 1073741824 1073778376 140737184929488 140665839212904 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20805/tid=20817] ppid=20802 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20805/task/20817/stat : 20817 (java) S 20802 20805 16156 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11091874 10060525568 52485 33554432000 1073741824 1073778376 140737184929488 140665838159224 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20805/tid=20818] ppid=20802 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20805/task/20818/stat : 20818 (java) S 20802 20805 16156 0 -1 4202560 39 0 0 0 0 0 0 0 20 0 19 0 11091874 10060525568 52485 33554432000 1073741824 1073778376 140737184929488 140665837106056 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20805/tid=20819] ppid=20802 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20805/task/20819/stat : 20819 (java) S 20802 20805 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11091877 10060525568 52485 33554432000 1073741824 1073778376 140737184929488 140665836054800 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20805/tid=20820] ppid=20802 vsize=9824732 CPUtime=1.66 cores=0,2,4,6
/proc/20805/task/20820/stat : 20820 (java) S 20802 20805 16156 0 -1 4202560 18763 0 0 0 163 3 0 0 20 0 19 0 11091877 10060525568 52485 33554432000 1073741824 1073778376 140737184929488 140665835002680 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20805/tid=20821] ppid=20802 vsize=9824732 CPUtime=0.9 cores=0,2,4,6
/proc/20805/task/20821/stat : 20821 (java) S 20802 20805 16156 0 -1 4202560 7761 0 0 0 89 1 0 0 20 0 19 0 11091877 10060525568 52485 33554432000 1073741824 1073778376 140737184929488 140665833950136 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20805/tid=20822] ppid=20802 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20805/task/20822/stat : 20822 (java) S 20802 20805 16156 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11091877 10060525568 52485 33554432000 1073741824 1073778376 140737184929488 140665832897272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20805/tid=20823] ppid=20802 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20805/task/20823/stat : 20823 (java) S 20802 20805 16156 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11091877 10060525568 52485 33554432000 1073741824 1073778376 140737184929488 140665831844936 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20805/tid=20830] ppid=20802 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20805/task/20830/stat : 20830 (java) S 20802 20805 16156 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 11091940 10060525568 52485 33554432000 1073741824 1073778376 140737184929488 140665828685096 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 38.76
Current children cumulated vsize (KiB) 9824732

Child status: 30
Real time (s): 36.2408
CPU time (s): 38.8671
CPU user time (s): 37.3673
CPU system time (s): 1.49977
CPU usage (%): 107.247
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 37.3673
system time used= 1.49977
maximum resident set size= 211764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31105
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2819
involuntary context switches= 744

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.251961 second user time and 0.285956 second system time

The end

Launcher Data

Begin job on node121 at 2016-06-30 23:04:19
IDJOB=4109245
IDBENCH=78750
IDSOLVER=2552
FILE ID=node121/4109245-1467320659
RUNJOBID= node121-1467318467-16220
PBS_JOBID= 20005290
Free space on /tmp= 71700 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110972154--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109245-1467320659/watcher-4109245-1467320659 -o /tmp/evaluation-result-4109245-1467320659/solver-4109245-1467320659 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1467318467-16220 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4109245-1467320659.wbo

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

MD5SUM BENCH= eabed96e9c28cf15c9772fe79986c067
RANDOM SEED=1309147547

node121.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.172
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.34
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.172
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.172
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.54
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.172
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.172
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.172
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.56
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.172
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.172
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:        29377228 kB
Buffers:          128800 kB
Cached:           345772 kB
SwapCached:            0 kB
Active:          1042600 kB
Inactive:         242896 kB
Active(anon):     798796 kB
Inactive(anon):    14568 kB
Active(file):     243804 kB
Inactive(file):   228328 kB
Unevictable:     1463388 kB
Mlocked:         1299868 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               556 kB
Writeback:             0 kB
AnonPages:       2388516 kB
Mapped:            22184 kB
Shmem:               204 kB
Slab:             611164 kB
SReclaimable:      55120 kB
SUnreclaim:       556044 kB
KernelStack:        1752 kB
PageTables:         8340 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2404220 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1052672 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= 71700 MiB
End job on node121 at 2016-06-30 23:04:55