Trace number 4109317

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 34.4608 48.102

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111216411--soft-66-100-0.wbo
MD5SUM0277d37fd59797dc8ec4e2ab4996f836
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark3.51946
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 1200
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@5d764be1
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@9f436f5
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@4413ee
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@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4109317-1467320987.wbo
0.09/0.12	c reading problem ... 
0.09/0.18	c ... done. Wall clock time 0.064s.
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.81/0.66	c And the winner is solver1
1.81/0.69	c SATISFIABLE
1.81/0.69	c OPTIMIZING...
1.81/0.69	c Got one! Elapsed wall clock time (in seconds):0.569
1.81/0.69	o 1002
2.56/0.84	c cleaning 2759 clauses out of 5520 with flag 3149/5520
2.96/0.95	c And the winner is solver0
3.45/1.19	c Got one! Elapsed wall clock time (in seconds):1.069
3.45/1.19	o 996
3.50/1.26	c cleaning 3940 clauses out of 7880 with flag 6231/10639
3.71/1.30	c And the winner is solver0
3.75/1.69	c Got one! Elapsed wall clock time (in seconds):1.571
3.75/1.69	o 993
3.97/1.80	c And the winner is solver0
4.08/2.19	c Got one! Elapsed wall clock time (in seconds):2.072
4.08/2.19	o 982
4.11/2.23	c cleaning 5003 clauses out of 10015 with flag 3446/16714
4.32/2.31	c And the winner is solver0
4.34/2.69	c Got one! Elapsed wall clock time (in seconds):2.573
4.34/2.69	o 959
4.35/2.70	c And the winner is solver0
4.48/3.19	c Got one! Elapsed wall clock time (in seconds):3.074
4.48/3.19	o 819
4.49/3.25	c And the winner is solver0
4.67/3.69	c Got one! Elapsed wall clock time (in seconds):3.575
4.67/3.69	o 814
4.68/3.71	c And the winner is solver0
4.81/4.19	c Got one! Elapsed wall clock time (in seconds):4.076
4.81/4.19	o 771
4.82/4.27	c cleaning 5916 clauses out of 11837 with flag 3593/23539
4.82/4.30	c And the winner is solver0
5.43/4.69	c Got one! Elapsed wall clock time (in seconds):4.577
5.43/4.69	o 765
5.43/4.73	c And the winner is solver0
5.60/5.20	c Got one! Elapsed wall clock time (in seconds):5.078
5.60/5.20	o 756
5.60/5.24	c And the winner is solver0
5.78/5.70	c Got one! Elapsed wall clock time (in seconds):5.578
5.78/5.70	o 754
5.78/5.73	c And the winner is solver0
5.95/6.20	c Got one! Elapsed wall clock time (in seconds):6.079
5.95/6.20	o 753
5.95/6.22	c And the winner is solver0
6.10/6.70	c Got one! Elapsed wall clock time (in seconds):6.58
6.10/6.70	o 747
6.11/6.79	c And the winner is solver0
6.35/7.20	c Got one! Elapsed wall clock time (in seconds):7.081
6.35/7.20	o 743
6.35/7.26	c cleaning 6966 clauses out of 13932 with flag 3974/31550
6.35/7.28	c And the winner is solver0
6.84/7.70	c Got one! Elapsed wall clock time (in seconds):7.582
6.84/7.70	o 728
7.05/7.81	c And the winner is solver0
7.08/8.20	c Got one! Elapsed wall clock time (in seconds):8.083
7.08/8.20	o 723
7.08/8.26	c And the winner is solver0
7.26/8.70	c Got one! Elapsed wall clock time (in seconds):8.584
7.26/8.70	o 717
7.26/8.73	c And the winner is solver0
7.42/9.20	c Got one! Elapsed wall clock time (in seconds):9.085
7.42/9.20	o 711
7.42/9.22	c And the winner is solver0
7.56/9.70	c Got one! Elapsed wall clock time (in seconds):9.586
7.56/9.70	o 709
7.56/9.72	c And the winner is solver0
7.71/10.20	c Got one! Elapsed wall clock time (in seconds):10.087
7.71/10.20	o 706
7.71/10.21	c And the winner is solver0
7.83/10.71	c Got one! Elapsed wall clock time (in seconds):10.588
7.83/10.71	o 700
7.83/10.71	c And the winner is solver0
7.95/11.21	c Got one! Elapsed wall clock time (in seconds):11.089
7.95/11.21	o 469
7.95/11.21	c And the winner is solver0
8.07/11.71	c Got one! Elapsed wall clock time (in seconds):11.59
8.07/11.71	o 467
8.07/11.75	c cleaning 7674 clauses out of 15349 with flag 3761/39933
8.45/11.94	c And the winner is solver0
8.55/12.21	c Got one! Elapsed wall clock time (in seconds):12.091
8.55/12.21	o 465
8.55/12.22	c And the winner is solver0
8.70/12.71	c Got one! Elapsed wall clock time (in seconds):12.592
8.70/12.71	o 461
8.70/12.73	c And the winner is solver0
8.90/13.21	c Got one! Elapsed wall clock time (in seconds):13.093
8.90/13.21	o 460
8.90/13.30	c And the winner is solver0
9.12/13.71	c Got one! Elapsed wall clock time (in seconds):13.594
9.12/13.71	o 458
9.12/13.78	c And the winner is solver0
9.31/14.21	c Got one! Elapsed wall clock time (in seconds):14.095
9.31/14.21	o 457
9.49/14.31	c cleaning 9978 clauses out of 19955 with flag 7564/52213
9.88/14.51	c cleaning 7990 clauses out of 15979 with flag 29767/58215
9.88/14.51	c And the winner is solver0
10.04/14.71	c Got one! Elapsed wall clock time (in seconds):14.596
10.04/14.71	o 452
10.04/14.72	c And the winner is solver0
10.04/15.21	c Got one! Elapsed wall clock time (in seconds):15.097
10.04/15.21	o 421
10.04/15.29	c And the winner is solver0
10.34/15.71	c Got one! Elapsed wall clock time (in seconds):15.597
10.34/15.71	o 418
10.51/15.81	c And the winner is solver0
10.63/16.22	c Got one! Elapsed wall clock time (in seconds):16.098
10.63/16.22	o 415
10.63/16.26	c cleaning 7307 clauses out of 14619 with flag 4026/64845
10.79/16.35	c And the winner is solver0
10.94/16.72	c Got one! Elapsed wall clock time (in seconds):16.599
10.94/16.72	o 413
10.94/16.73	c And the winner is solver0
11.13/17.22	c Got one! Elapsed wall clock time (in seconds):17.1
11.13/17.22	o 411
11.30/17.33	c cleaning 6655 clauses out of 13322 with flag 11301/70855
11.70/17.52	c cleaning 6333 clauses out of 12665 with flag 35238/76853
12.27/17.71	c And the winner is solver0
12.27/17.77	c Got one! Elapsed wall clock time (in seconds):17.651
12.27/17.77	o 405
12.27/17.78	c And the winner is solver0
12.48/18.27	c Got one! Elapsed wall clock time (in seconds):18.151
12.48/18.27	o 401
12.53/18.36	c And the winner is solver0
12.75/18.77	c Got one! Elapsed wall clock time (in seconds):18.652
12.75/18.77	o 388
13.00/18.90	c cleaning 9171 clauses out of 18346 with flag 12728/88867
13.00/18.95	c And the winner is solver0
13.36/19.27	c Got one! Elapsed wall clock time (in seconds):19.153
13.36/19.27	o 384
13.36/19.28	c And the winner is solver0
13.63/19.77	c Got one! Elapsed wall clock time (in seconds):19.654
13.63/19.77	o 383
13.69/19.86	c And the winner is solver0
13.89/20.27	c Got one! Elapsed wall clock time (in seconds):20.155
13.89/20.27	o 381
13.94/20.31	c And the winner is solver0
14.11/20.77	c Got one! Elapsed wall clock time (in seconds):20.656
14.11/20.77	o 376
14.15/20.81	c And the winner is solver0
14.32/21.27	c Got one! Elapsed wall clock time (in seconds):21.157
14.32/21.27	o 373
14.36/21.32	c cleaning 8399 clauses out of 16798 with flag 4476/96490
14.36/21.33	c And the winner is solver0
14.55/21.78	c Got one! Elapsed wall clock time (in seconds):21.658
14.55/21.78	o 369
14.58/21.82	c And the winner is solver0
14.78/22.28	c Got one! Elapsed wall clock time (in seconds):22.159
14.78/22.28	o 368
15.03/22.42	c cleaning 6821 clauses out of 13647 with flag 17298/101738
15.03/22.46	c And the winner is solver0
15.40/22.78	c Got one! Elapsed wall clock time (in seconds):22.659
15.40/22.78	o 364
15.51/22.81	c And the winner is solver0
15.68/23.28	c Got one! Elapsed wall clock time (in seconds):23.16
15.68/23.28	o 362
15.71/23.32	c And the winner is solver0
15.90/23.78	c Got one! Elapsed wall clock time (in seconds):23.661
15.90/23.78	o 360
15.93/23.82	c And the winner is solver0
16.12/24.28	c Got one! Elapsed wall clock time (in seconds):24.162
16.12/24.28	o 359
16.17/24.33	c And the winner is solver0
16.36/24.78	c Got one! Elapsed wall clock time (in seconds):24.662
16.36/24.78	o 348
16.39/24.81	c And the winner is solver0
16.56/25.28	c Got one! Elapsed wall clock time (in seconds):25.163
16.56/25.28	o 336
16.56/25.29	c And the winner is solver0
16.73/25.78	c Got one! Elapsed wall clock time (in seconds):25.664
16.73/25.78	o 333
16.76/25.83	c cleaning 7485 clauses out of 14985 with flag 4433/109897
16.76/25.83	c And the winner is solver0
17.00/26.28	c Got one! Elapsed wall clock time (in seconds):26.165
17.00/26.28	o 331
17.00/26.29	c And the winner is solver0
17.00/26.78	c Got one! Elapsed wall clock time (in seconds):26.666
17.00/26.78	o 327
17.02/26.83	c And the winner is solver0
17.23/27.28	c Got one! Elapsed wall clock time (in seconds):27.167
17.23/27.28	o 326
17.26/27.30	c And the winner is solver0
17.42/27.79	c Got one! Elapsed wall clock time (in seconds):27.668
17.42/27.79	o 325
17.45/27.81	c And the winner is solver0
17.62/28.29	c Got one! Elapsed wall clock time (in seconds):28.169
17.62/28.29	o 307
17.64/28.37	c And the winner is solver0
17.88/28.79	c Got one! Elapsed wall clock time (in seconds):28.67
17.88/28.79	o 304
17.90/28.82	c And the winner is solver0
18.10/29.29	c Got one! Elapsed wall clock time (in seconds):29.17
18.10/29.29	o 301
18.11/29.37	c cleaning 7973 clauses out of 15962 with flag 8694/118359
18.31/29.46	c And the winner is solver0
18.68/29.79	c Got one! Elapsed wall clock time (in seconds):29.671
18.68/29.79	o 292
18.81/29.90	c cleaning 6916 clauses out of 13841 with flag 12690/124211
19.20/30.08	c cleaning 6462 clauses out of 12927 with flag 37757/130213
19.20/30.09	c And the winner is solver0
19.49/30.29	c Got one! Elapsed wall clock time (in seconds):30.172
19.49/30.29	o 264
19.60/30.34	c And the winner is solver0
19.81/30.79	c Got one! Elapsed wall clock time (in seconds):30.673
19.81/30.79	o 260
19.83/30.82	c And the winner is solver0
20.05/31.29	c Got one! Elapsed wall clock time (in seconds):31.174
20.05/31.29	o 258
20.26/31.43	c cleaning 6489 clauses out of 12986 with flag 17299/136734
20.46/31.57	c And the winner is solver0
20.73/31.79	c Got one! Elapsed wall clock time (in seconds):31.675
20.73/31.79	o 257
20.83/31.82	c And the winner is solver0
21.02/32.29	c Got one! Elapsed wall clock time (in seconds):32.175
21.02/32.29	o 246
21.03/32.30	c And the winner is solver0
21.22/32.79	c Got one! Elapsed wall clock time (in seconds):32.676
21.22/32.79	o 245
21.22/32.83	c cleaning 6609 clauses out of 13224 with flag 4517/143461
21.22/32.83	c And the winner is solver0
21.43/33.29	c Got one! Elapsed wall clock time (in seconds):33.176
21.43/33.29	o 239
21.43/33.30	c And the winner is solver0
21.43/33.79	c Got one! Elapsed wall clock time (in seconds):33.677
21.43/33.79	o 235
21.63/33.95	c cleaning 5903 clauses out of 11814 with flag 21485/148660
21.83/34.04	c And the winner is solver0
22.08/34.30	c Got one! Elapsed wall clock time (in seconds):34.178
22.08/34.30	o 230
22.18/34.37	c cleaning 5539 clauses out of 11086 with flag 8764/153835
22.38/34.40	c And the winner is solver0
22.46/34.80	c Got one! Elapsed wall clock time (in seconds):34.678
22.46/34.80	o 227
22.46/34.82	c And the winner is solver0
22.65/35.30	c Got one! Elapsed wall clock time (in seconds):35.179
22.65/35.30	o 226
22.66/35.35	c And the winner is solver0
22.87/35.80	c Got one! Elapsed wall clock time (in seconds):35.68
22.87/35.80	o 220
22.87/35.84	c And the winner is solver0
23.09/36.30	c Got one! Elapsed wall clock time (in seconds):36.181
23.09/36.30	o 219
23.11/36.38	c cleaning 6180 clauses out of 12360 with flag 9556/160648
23.50/36.51	c And the winner is solver0
23.81/36.80	c Got one! Elapsed wall clock time (in seconds):36.681
23.81/36.80	o 209
23.81/36.80	c And the winner is solver0
23.81/37.30	c Got one! Elapsed wall clock time (in seconds):37.182
23.81/37.30	o 206
23.81/37.31	c And the winner is solver0
23.81/37.80	c Got one! Elapsed wall clock time (in seconds):37.683
23.81/37.80	o 200
23.81/37.82	c And the winner is solver0
24.01/38.30	c Got one! Elapsed wall clock time (in seconds):38.184
24.01/38.30	o 199
24.01/38.35	c cleaning 6301 clauses out of 12603 with flag 4644/167071
24.22/38.40	c And the winner is solver0
24.31/38.80	c Got one! Elapsed wall clock time (in seconds):38.684
24.31/38.80	o 194
24.31/38.81	c And the winner is solver0
24.48/39.30	c Got one! Elapsed wall clock time (in seconds):39.185
24.48/39.30	o 189
24.48/39.33	c And the winner is solver0
24.68/39.80	c Got one! Elapsed wall clock time (in seconds):39.686
24.68/39.80	o 170
24.68/39.86	c And the winner is solver0
24.91/40.30	c Got one! Elapsed wall clock time (in seconds):40.187
24.91/40.30	o 156
24.91/40.32	c And the winner is solver0
25.08/40.80	c Got one! Elapsed wall clock time (in seconds):40.687
25.08/40.80	o 150
25.08/40.81	c And the winner is solver0
25.08/41.31	c Got one! Elapsed wall clock time (in seconds):41.188
25.08/41.31	o 123
25.08/41.31	c And the winner is solver0
25.08/41.81	c Got one! Elapsed wall clock time (in seconds):41.689
25.08/41.81	o 105
25.08/41.81	c And the winner is solver0
25.08/42.31	c Got one! Elapsed wall clock time (in seconds):42.19
25.08/42.31	o 85
25.26/42.40	c And the winner is solver0
25.35/42.81	c Got one! Elapsed wall clock time (in seconds):42.691
25.35/42.81	o 81
25.35/42.86	c cleaning 7548 clauses out of 15097 with flag 5234/175866
25.35/42.87	c And the winner is solver0
25.59/43.31	c Got one! Elapsed wall clock time (in seconds):43.191
25.59/43.31	o 79
25.77/43.50	c cleaning 6462 clauses out of 12925 with flag 24532/181242
25.99/43.59	c And the winner is solver0
26.53/43.86	c Got one! Elapsed wall clock time (in seconds):43.743
26.53/43.86	o 53
26.62/43.99	c cleaning 6194 clauses out of 12404 with flag 14488/187184
27.44/44.21	c cleaning 6105 clauses out of 12209 with flag 44219/193184
27.92/44.49	c cleaning 6549 clauses out of 13102 with flag 80339/200184
29.20/44.81	c cleaning 7276 clauses out of 14554 with flag 119680/208186
29.79/45.05	c And the winner is solver0
30.42/45.46	c Got one! Elapsed wall clock time (in seconds):45.344
30.42/45.46	o 52
30.90/45.69	c cleaning 9423 clauses out of 18853 with flag 25447/219763
31.50/45.92	c cleaning 7712 clauses out of 15428 with flag 55264/225763
31.90/46.19	c cleaning 7344 clauses out of 14711 with flag 90318/232761
32.51/46.44	c And the winner is solver0
33.15/47.06	c Got one! Elapsed wall clock time (in seconds):46.946
33.15/47.06	o 50
33.25/47.17	c And the winner is solver0
33.46/47.57	c Got one! Elapsed wall clock time (in seconds):47.448
33.46/47.57	o 6
33.72/47.71	c cleaning 9870 clauses out of 19755 with flag 15439/245153
34.12/47.95	c cleaning 7942 clauses out of 15885 with flag 46352/251155
34.12/47.96	c And the winner is solver0
34.29/48.08	c >>>>>>>>>> Solver number 0 (90 answers) <<<<<<<<<<<<<<<<<<
34.29/48.08	c starts		: 775
34.29/48.08	c conflicts		: 251400
34.29/48.08	c decisions		: 399404
34.29/48.08	c propagations		: 5161579
34.29/48.08	c inspects		: 96650768
34.29/48.08	c shortcuts		: 0
34.29/48.08	c learnt literals	: 27
34.29/48.08	c learnt binary clauses	: 96
34.29/48.08	c learnt ternary clauses	: 371
34.29/48.08	c learnt constraints	: 251372
34.29/48.08	c ignored constraints	: 0
34.29/48.08	c root simplifications	: 0
34.29/48.08	c removed literals (reason simplification)	: 3009215
34.29/48.08	c reason swapping (by a shorter reason)	: 0
34.29/48.08	c Calls to reduceDB	: 35
34.29/48.08	c Number of update (reduction) of LBD	: 62841
34.29/48.08	c Imported unit clauses	: 0
34.29/48.08	c number of reductions to clauses (during analyze)	: 0
34.29/48.08	c number of learned constraints concerned by reduction	: 0
34.29/48.08	c number of learning phase by resolution	: 0
34.29/48.08	c number of learning phase by cutting planes	: 0
34.29/48.08	c speed (assignments/second)	: 108912.45357866306
34.29/48.08	c non guided choices	2878
34.29/48.08	c learnt constraints type 
34.29/48.08	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
34.29/48.08	c starts		: 92
34.29/48.08	c conflicts		: 287
34.29/48.08	c decisions		: 5656
34.29/48.08	c propagations		: 20791
34.29/48.08	c inspects		: 784646
34.29/48.08	c shortcuts		: 0
34.29/48.08	c learnt literals	: 0
34.29/48.08	c learnt binary clauses	: 0
34.29/48.08	c learnt ternary clauses	: 0
34.29/48.08	c learnt constraints	: 199
34.29/48.08	c ignored constraints	: 0
34.29/48.08	c root simplifications	: 0
34.29/48.08	c removed literals (reason simplification)	: 0
34.29/48.08	c reason swapping (by a shorter reason)	: 0
34.29/48.08	c Calls to reduceDB	: 0
34.29/48.08	c Number of update (reduction) of LBD	: 0
34.29/48.08	c Imported unit clauses	: 0
34.29/48.08	c number of reductions to clauses (during analyze)	: 0
34.29/48.08	c number of learned constraints concerned by reduction	: 0
34.29/48.08	c number of learning phase by resolution	: 0
34.29/48.08	c number of learning phase by cutting planes	: 0
34.29/48.08	c speed (assignments/second)	: 40607.421875
34.29/48.08	c non guided choices	2479
34.29/48.08	c learnt constraints type 
34.29/48.08	s OPTIMUM FOUND
34.29/48.08	c Found 90 solution(s)
34.29/48.08	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 
34.29/48.08	c objective function=6
34.29/48.08	c Total wall clock time (in seconds): 47.964

Verifier Data

OK	6

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-4109317-1467320987/watcher-4109317-1467320987 -o /tmp/evaluation-result-4109317-1467320987/solver-4109317-1467320987 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1467318804-16844 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4109317-1467320987.wbo 

pid=24320
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.65 0.88 1.10 2/169 24323
/proc/meminfo: memFree=26742528/32872528 swapFree=11480/941500
[pid=24323] ppid=24320 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/24323/stat : 24323 (java) R 24320 24323 13214 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 13066078 278528 33 33554432000 1073741824 1073778376 140735337534752 140734973042728 213183982773 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24323/statm: 68 33 25 9 0 25 0

[startup+0.100153 s]
/proc/loadavg: 0.65 0.88 1.10 2/169 24323
/proc/meminfo: memFree=26742528/32872528 swapFree=11480/941500
[pid=24323] ppid=24320 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/24323/stat : 24323 (java) S 24320 24323 13214 0 -1 4202496 4401 0 1 0 8 1 0 0 20 0 18 0 13066078 9787879424 6031 33554432000 1073741824 1073778376 140735337534752 140735337525888 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24323/statm: 2389619 6031 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200331 s]
/proc/loadavg: 0.65 0.88 1.10 2/169 24323
/proc/meminfo: memFree=26742528/32872528 swapFree=11480/941500
[pid=24323] ppid=24320 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/24323/stat : 24323 (java) S 24320 24323 13214 0 -1 4202496 4778 0 1 0 22 1 0 0 20 0 22 0 13066078 10060525568 7890 33554432000 1073741824 1073778376 140735337534752 140735337525888 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24323/statm: 2456183 7890 2208 9 0 2446860 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9824732

[startup+0.300231 s]
/proc/loadavg: 0.65 0.88 1.10 2/169 24323
/proc/meminfo: memFree=26742528/32872528 swapFree=11480/941500
[pid=24323] ppid=24320 vsize=9824732 CPUtime=0.61 cores=1,3,5,7
/proc/24323/stat : 24323 (java) S 24320 24323 13214 0 -1 4202496 8428 0 1 0 59 2 0 0 20 0 22 0 13066078 10060525568 10317 33554432000 1073741824 1073778376 140735337534752 140735337525888 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24323/statm: 2456183 10317 2248 9 0 2446860 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 9824732

[startup+0.700208 s]
/proc/loadavg: 0.65 0.88 1.10 2/169 24323
/proc/meminfo: memFree=26742528/32872528 swapFree=11480/941500
[pid=24323] ppid=24320 vsize=9824732 CPUtime=2.16 cores=1,3,5,7
/proc/24323/stat : 24323 (java) S 24320 24323 13214 0 -1 4202496 16619 0 1 0 211 5 0 0 20 0 22 0 13066078 10060525568 21784 33554432000 1073741824 1073778376 140735337534752 140735337525888 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24323/statm: 2456183 21784 2255 9 0 2446860 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 9824732

[startup+1.50082 s]
/proc/loadavg: 0.91 0.93 1.12 2/188 24348
/proc/meminfo: memFree=26607832/32872528 swapFree=11480/941500
[pid=24323] ppid=24320 vsize=9824732 CPUtime=3.75 cores=1,3,5,7
/proc/24323/stat : 24323 (java) S 24320 24323 13214 0 -1 4202496 23006 0 1 0 365 10 0 0 20 0 19 0 13066078 10060525568 45069 33554432000 1073741824 1073778376 140735337534752 140735337525888 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24323/statm: 2456183 45069 2272 9 0 2446860 0
[pid=24323/tid=24325] ppid=24320 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/24323/task/24325/stat : 24325 (java) S 24320 24323 13214 0 -1 4202560 2417 0 1 0 15 0 0 0 20 0 19 0 13066079 10060525568 45069 33554432000 1073741824 1073778376 140735337534752 140150814536568 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24323/tid=24326] ppid=24320 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24323/task/24326/stat : 24326 (java) S 24320 24323 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13066080 10060525568 45069 33554432000 1073741824 1073778376 140735337534752 140150776027816 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24323/tid=24327] ppid=24320 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24323/task/24327/stat : 24327 (java) S 24320 24323 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13066080 10060525568 45069 33554432000 1073741824 1073778376 140735337534752 140150774975272 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24323/tid=24328] ppid=24320 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24323/task/24328/stat : 24328 (java) S 24320 24323 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13066080 10060525568 45069 33554432000 1073741824 1073778376 140735337534752 140150773922728 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24323/tid=24329] ppid=24320 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24323/task/24329/stat : 24329 (java) S 24320 24323 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13066080 10060525568 45069 33554432000 1073741824 1073778376 140735337534752 140150772870184 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24323/tid=24330] ppid=24320 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24323/task/24330/stat : 24330 (java) S 24320 24323 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13066080 10060525568 45069 33554432000 1073741824 1073778376 140735337534752 140150771816616 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24323/tid=24331] ppid=24320 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24323/task/24331/stat : 24331 (java) S 24320 24323 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13066080 10060525568 45069 33554432000 1073741824 1073778376 140735337534752 140150770764072 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24323/tid=24332] ppid=24320 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24323/task/24332/stat : 24332 (java) S 24320 24323 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13066080 10060525568 45069 33554432000 1073741824 1073778376 140735337534752 140150769711528 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24323/tid=24333] ppid=24320 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24323/task/24333/stat : 24333 (java) S 24320 24323 13214 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13066080 10060525568 45069 33554432000 1073741824 1073778376 140735337534752 140150768658984 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24323/tid=24334] ppid=24320 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24323/task/24334/stat : 24334 (java) S 24320 24323 13214 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13066081 10060525568 45069 33554432000 1073741824 1073778376 140735337534752 140150638111336 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24323/tid=24335] ppid=24320 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24323/task/24335/stat : 24335 (java) S 24320 24323 13214 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13066081 10060525568 45069 33554432000 1073741824 1073778376 140735337534752 140150637057656 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24323/tid=24336] ppid=24320 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24323/task/24336/stat : 24336 (java) S 24320 24323 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13066081 10060525568 45069 33554432000 1073741824 1073778376 140735337534752 140150636005000 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24323/tid=24337] ppid=24320 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24323/task/24337/stat : 24337 (java) S 24320 24323 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13066084 10060525568 45069 33554432000 1073741824 1073778376 140735337534752 140150634953744 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24323/tid=24338] ppid=24320 vsize=9824732 CPUtime=0.95 cores=1,3,5,7
/proc/24323/task/24338/stat : 24338 (java) S 24320 24323 13214 0 -1 4202560 10504 0 0 0 93 2 0 0 20 0 19 0 13066084 10060525568 45069 33554432000 1073741824 1073778376 140735337534752 140150633900088 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24323/tid=24339] ppid=24320 vsize=9824732 CPUtime=0.87 cores=1,3,5,7
/proc/24323/task/24339/stat : 24339 (java) S 24320 24323 13214 0 -1 4202560 8685 0 0 0 86 1 0 0 20 0 19 0 13066084 10060525568 45069 33554432000 1073741824 1073778376 140735337534752 140150632847544 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24323/tid=24340] ppid=24320 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24323/task/24340/stat : 24340 (java) S 24320 24323 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13066084 10060525568 45069 33554432000 1073741824 1073778376 140735337534752 140150631795192 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24323/tid=24341] ppid=24320 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24323/task/24341/stat : 24341 (java) S 24320 24323 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13066084 10060525568 45069 33554432000 1073741824 1073778376 140735337534752 140150630742856 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24323/tid=24348] ppid=24320 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24323/task/24348/stat : 24348 (java) S 24320 24323 13214 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13066147 10060525568 45069 33554432000 1073741824 1073778376 140735337534752 140150626530344 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.75
Current children cumulated vsize (KiB) 9824732

[startup+3.10092 s]
/proc/loadavg: 0.91 0.93 1.12 3/191 24357
/proc/meminfo: memFree=26553608/32872528 swapFree=11480/941500
[pid=24323] ppid=24320 vsize=9824732 CPUtime=4.48 cores=1,3,5,7
/proc/24323/stat : 24323 (java) S 24320 24323 13214 0 -1 4202496 23071 0 1 0 431 17 0 0 20 0 19 0 13066078 10060525568 49191 33554432000 1073741824 1073778376 140735337534752 140735337525888 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24323/statm: 2456183 49191 2285 9 0 2446860 0
[pid=24323/tid=24325] ppid=24320 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/24323/task/24325/stat : 24325 (java) S 24320 24323 13214 0 -1 4202560 2417 0 1 0 16 0 0 0 20 0 19 0 13066079 10060525568 49191 33554432000 1073741824 1073778376 140735337534752 140150814536568 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24323/tid=24326] ppid=24320 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24323/task/24326/stat : 24326 (java) S 24320 24323 13214 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 13066080 10060525568 49191 33554432000 1073741824 1073778376 140735337534752 140150776027816 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24323/tid=24327] ppid=24320 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24323/task/24327/stat : 24327 (java) S 24320 24323 13214 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13066080 10060525568 49191 33554432000 1073741824 1073778376 140735337534752 140150774975272 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24323/tid=24328] ppid=24320 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24323/task/24328/stat : 24328 (java) S 24320 24323 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13066080 10060525568 49191 33554432000 1073741824 1073778376 140735337534752 140150773922728 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24323/tid=24329] ppid=24320 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24323/task/24329/stat : 24329 (java) S 24320 24323 13214 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 13066080 10060525568 49191 33554432000 1073741824 1073778376 140735337534752 140150772870184 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24323/tid=24330] ppid=24320 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24323/task/24330/stat : 24330 (java) S 24320 24323 13214 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13066080 10060525568 49191 33554432000 1073741824 1073778376 140735337534752 140150771816616 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24323/tid=24331] ppid=24320 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24323/task/24331/stat : 24331 (java) S 24320 24323 13214 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13066080 10060525568 49191 33554432000 1073741824 1073778376 140735337534752 140150770764072 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24323/tid=24332] ppid=24320 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24323/task/24332/stat : 24332 (java) S 24320 24323 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13066080 10060525568 49191 33554432000 1073741824 1073778376 140735337534752 140150769711528 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24323/tid=24333] ppid=24320 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24323/task/24333/stat : 24333 (java) S 24320 24323 13214 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13066080 10060525568 49191 33554432000 1073741824 1073778376 140735337534752 140150768658984 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24323/tid=24334] ppid=24320 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24323/task/24334/stat : 24334 (java) S 24320 24323 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13066081 10060525568 49191 33554432000 1073741824 1073778376 140735337534752 140150638111336 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24323/tid=24335] ppid=24320 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24323/task/24335/stat : 24335 (java) S 24320 24323 13214 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13066081 10060525568 49191 33554432000 1073741824 1073778376 140735337534752 140150637057656 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24323/tid=24336] ppid=24320 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24323/task/24336/stat : 24336 (java) S 24320 24323 13214 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13066081 10060525568 49191 33554432000 1073741824 1073778376 140735337534752 140150636005000 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24323/tid=24337] ppid=24320 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24323/task/24337/stat : 24337 (java) S 24320 24323 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13066084 10060525568 49191 33554432000 1073741824 1073778376 140735337534752 140150634953744 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24323/tid=24338] ppid=24320 vsize=9824732 CPUtime=0.95 cores=1,3,5,7
/proc/24323/task/24338/stat : 24338 (java) S 24320 24323 13214 0 -1 4202560 10504 0 0 0 93 2 0 0 20 0 19 0 13066084 10060525568 49191 33554432000 1073741824 1073778376 140735337534752 140150633900088 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24323/tid=24339] ppid=24320 vsize=9824732 CPUtime=0.88 cores=1,3,5,7
/proc/24323/task/24339/stat : 24339 (java) S 24320 24323 13214 0 -1 4202560 8685 0 0 0 86 2 0 0 20 0 19 0 13066084 10060525568 49191 33554432000 1073741824 1073778376 140735337534752 140150632847544 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24323/tid=24340] ppid=24320 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24323/task/24340/stat : 24340 (java) S 24320 24323 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13066084 10060525568 49191 33554432000 1073741824 1073778376 140735337534752 140150631795192 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24323/tid=24341] ppid=24320 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24323/task/24341/stat : 24341 (java) S 24320 24323 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13066084 10060525568 49191 33554432000 1073741824 1073778376 140735337534752 140150630742856 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24323/tid=24348] ppid=24320 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24323/task/24348/stat : 24348 (java) S 24320 24323 13214 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13066147 10060525568 49191 33554432000 1073741824 1073778376 140735337534752 140150626530344 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.48
Current children cumulated vsize (KiB) 9824732

[startup+6.30081 s]
/proc/loadavg: 0.84 0.91 1.11 1/188 24375
/proc/meminfo: memFree=26555096/32872528 swapFree=11480/941500
[pid=24323] ppid=24320 vsize=9824732 CPUtime=6.07 cores=1,3,5,7
/proc/24323/stat : 24323 (java) S 24320 24323 13214 0 -1 4202496 23226 0 1 0 577 30 0 0 20 0 20 0 13066078 10060525568 48574 33554432000 1073741824 1073778376 140735337534752 140735337525888 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24323/statm: 2456183 48574 2286 9 0 2446860 0
[pid=24323/tid=24325] ppid=24320 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/24323/task/24325/stat : 24325 (java) S 24320 24323 13214 0 -1 4202560 2418 0 1 0 16 0 0 0 20 0 20 0 13066079 10060525568 48574 33554432000 1073741824 1073778376 140735337534752 140150814536568 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24323/tid=24326] ppid=24320 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24323/task/24326/stat : 24326 (java) S 24320 24323 13214 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 20 0 13066080 10060525568 48574 33554432000 1073741824 1073778376 140735337534752 140150776027816 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24323/tid=24327] ppid=24320 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24323/task/24327/stat : 24327 (java) S 24320 24323 13214 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 13066080 10060525568 48574 33554432000 1073741824 1073778376 140735337534752 140150774975272 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24323/tid=24328] ppid=24320 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24323/task/24328/stat : 24328 (java) S 24320 24323 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 13066080 10060525568 48574 33554432000 1073741824 1073778376 140735337534752 140150773922728 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24323/tid=24329] ppid=24320 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24323/task/24329/stat : 24329 (java) S 24320 24323 13214 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 20 0 13066080 10060525568 48574 33554432000 1073741824 1073778376 140735337534752 140150772870184 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24323/tid=24330] ppid=24320 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24323/task/24330/stat : 24330 (java) S 24320 24323 13214 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 13066080 10060525568 48574 33554432000 1073741824 1073778376 140735337534752 140150771816616 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24323/tid=24331] ppid=24320 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24323/task/24331/stat : 24331 (java) S 24320 24323 13214 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 13066080 10060525568 48574 33554432000 1073741824 1073778376 140735337534752 140150770764072 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24323/tid=24332] ppid=24320 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24323/task/24332/stat : 24332 (java) S 24320 24323 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 13066080 10060525568 48574 33554432000 1073741824 1073778376 140735337534752 140150769711528 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24323/tid=24333] ppid=24320 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24323/task/24333/stat : 24333 (java) S 24320 24323 13214 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 13066080 10060525568 48574 33554432000 1073741824 1073778376 140735337534752 140150768658984 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24323/tid=24334] ppid=24320 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24323/task/24334/stat : 24334 (java) S 24320 24323 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 13066081 10060525568 48574 33554432000 1073741824 1073778376 140735337534752 140150638111336 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24323/tid=24335] ppid=24320 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24323/task/24335/stat : 24335 (java) S 24320 24323 13214 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 13066081 10060525568 48574 33554432000 1073741824 1073778376 140735337534752 140150637057656 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24323/tid=24336] ppid=24320 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24323/task/24336/stat : 24336 (java) S 24320 24323 13214 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 13066081 10060525568 48574 33554432000 1073741824 1073778376 140735337534752 140150636005000 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24323/tid=24337] ppid=24320 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24323/task/24337/stat : 24337 (java) S 24320 24323 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 13066084 10060525568 48574 33554432000 1073741824 1073778376 140735337534752 140150634953744 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24323/tid=24338] ppid=24320 vsize=9824732 CPUtime=1.28 cores=1,3,5,7
/proc/24323/task/24338/stat : 24338 (java) S 24320 24323 13214 0 -1 4202560 10598 0 0 0 126 2 0 0 20 0 20 0 13066084 10060525568 48574 33554432000 1073741824 1073778376 140735337534752 140150633900088 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24323/tid=24339] ppid=24320 vsize=9824732 CPUtime=0.93 cores=1,3,5,7
/proc/24323/task/24339/stat : 24339 (java) S 24320 24323 13214 0 -1 4202560 8685 0 0 0 91 2 0 0 20 0 20 0 13066084 10060525568 48574 33554432000 1073741824 1073778376 140735337534752 140150632847544 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24323/tid=24340] ppid=24320 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24323/task/24340/stat : 24340 (java) S 24320 24323 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 13066084 10060525568 48574 33554432000 1073741824 1073778376 140735337534752 140150631795192 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24323/tid=24341] ppid=24320 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24323/task/24341/stat : 24341 (java) S 24320 24323 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 13066084 10060525568 48574 33554432000 1073741824 1073778376 140735337534752 140150630742856 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24323/tid=24348] ppid=24320 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24323/task/24348/stat : 24348 (java) S 24320 24323 13214 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 13066147 10060525568 48574 33554432000 1073741824 1073778376 140735337534752 140150626530344 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 9824732


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

[pid=24323/tid=24341] ppid=24320 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24323/task/24341/stat : 24341 (java) S 24320 24323 13214 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 13066084 10060525568 51921 33554432000 1073741824 1073778376 140735337534752 140150630742856 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24323/tid=24348] ppid=24320 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24323/task/24348/stat : 24348 (java) S 24320 24323 13214 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 13066147 10060525568 51921 33554432000 1073741824 1073778376 140735337534752 140150626530344 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24323/tid=24610] ppid=24320 vsize=9824732 CPUtime=0.92 cores=1,3,5,7
/proc/24323/task/24610/stat : 24610 (java) R 24320 24323 13214 0 -1 4202560 2 0 0 0 92 0 0 0 20 0 22 0 13070624 10060525568 51921 33554432000 1073741824 1073778376 140735337534752 140150627580920 140150638618565 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24323/tid=24611] ppid=24320 vsize=9824732 CPUtime=0.92 cores=1,3,5,7
/proc/24323/task/24611/stat : 24611 (java) R 24320 24323 13214 0 -1 4202560 3 0 0 0 92 0 0 0 20 0 22 0 13070624 10060525568 51921 33554432000 1073741824 1073778376 140735337534752 140150628633528 140150639043675 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24323/tid=24612] ppid=24320 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24323/task/24612/stat : 24612 (java) S 24320 24323 13214 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 13070624 10060525568 51921 33554432000 1073741824 1073778376 140735337534752 140150629689000 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 32.51
Current children cumulated vsize (KiB) 9824732

[startup+47.2008 s]
/proc/loadavg: 1.06 0.95 1.11 3/192 24612
/proc/meminfo: memFree=26541916/32872528 swapFree=11480/941500
[pid=24323] ppid=24320 vsize=9824732 CPUtime=33.42 cores=1,3,5,7
/proc/24323/stat : 24323 (java) S 24320 24323 13214 0 -1 4202496 34743 0 1 0 3173 169 0 0 20 0 20 0 13066078 10060525568 51917 33554432000 1073741824 1073778376 140735337534752 140735337525888 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24323/statm: 2456183 51917 2287 9 0 2446860 0
[pid=24323/tid=24325] ppid=24320 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/24323/task/24325/stat : 24325 (java) S 24320 24323 13214 0 -1 4202560 2418 0 1 0 19 1 0 0 20 0 20 0 13066079 10060525568 51917 33554432000 1073741824 1073778376 140735337534752 140150814536568 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24323/tid=24326] ppid=24320 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/24323/task/24326/stat : 24326 (java) S 24320 24323 13214 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 20 0 13066080 10060525568 51917 33554432000 1073741824 1073778376 140735337534752 140150776027816 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24323/tid=24327] ppid=24320 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24323/task/24327/stat : 24327 (java) S 24320 24323 13214 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 20 0 13066080 10060525568 51917 33554432000 1073741824 1073778376 140735337534752 140150774975272 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24323/tid=24328] ppid=24320 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/24323/task/24328/stat : 24328 (java) S 24320 24323 13214 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 20 0 13066080 10060525568 51917 33554432000 1073741824 1073778376 140735337534752 140150773922728 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24323/tid=24329] ppid=24320 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/24323/task/24329/stat : 24329 (java) S 24320 24323 13214 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 20 0 13066080 10060525568 51917 33554432000 1073741824 1073778376 140735337534752 140150772870184 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24323/tid=24330] ppid=24320 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24323/task/24330/stat : 24330 (java) S 24320 24323 13214 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 13066080 10060525568 51917 33554432000 1073741824 1073778376 140735337534752 140150771816616 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24323/tid=24331] ppid=24320 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24323/task/24331/stat : 24331 (java) S 24320 24323 13214 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 13066080 10060525568 51917 33554432000 1073741824 1073778376 140735337534752 140150770764072 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24323/tid=24332] ppid=24320 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/24323/task/24332/stat : 24332 (java) S 24320 24323 13214 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 20 0 13066080 10060525568 51917 33554432000 1073741824 1073778376 140735337534752 140150769711528 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24323/tid=24333] ppid=24320 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/24323/task/24333/stat : 24333 (java) S 24320 24323 13214 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 20 0 13066080 10060525568 51917 33554432000 1073741824 1073778376 140735337534752 140150768658984 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24323/tid=24334] ppid=24320 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/24323/task/24334/stat : 24334 (java) S 24320 24323 13214 0 -1 4202560 23 0 0 0 1 5 0 0 20 0 20 0 13066081 10060525568 51917 33554432000 1073741824 1073778376 140735337534752 140150638111336 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24323/tid=24335] ppid=24320 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24323/task/24335/stat : 24335 (java) S 24320 24323 13214 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 13066081 10060525568 51917 33554432000 1073741824 1073778376 140735337534752 140150637057656 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24323/tid=24336] ppid=24320 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24323/task/24336/stat : 24336 (java) S 24320 24323 13214 0 -1 4202560 36 0 0 0 0 0 0 0 20 0 20 0 13066081 10060525568 51917 33554432000 1073741824 1073778376 140735337534752 140150636005000 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24323/tid=24337] ppid=24320 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24323/task/24337/stat : 24337 (java) S 24320 24323 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 13066084 10060525568 51917 33554432000 1073741824 1073778376 140735337534752 140150634953744 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24323/tid=24338] ppid=24320 vsize=9824732 CPUtime=2.35 cores=1,3,5,7
/proc/24323/task/24338/stat : 24338 (java) S 24320 24323 13214 0 -1 4202560 16753 0 0 0 232 3 0 0 20 0 20 0 13066084 10060525568 51917 33554432000 1073741824 1073778376 140735337534752 140150633900088 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24323/tid=24339] ppid=24320 vsize=9824732 CPUtime=1.93 cores=1,3,5,7
/proc/24323/task/24339/stat : 24339 (java) S 24320 24323 13214 0 -1 4202560 13324 0 0 0 191 2 0 0 20 0 20 0 13066084 10060525568 51917 33554432000 1073741824 1073778376 140735337534752 140150632847544 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24323/tid=24340] ppid=24320 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24323/task/24340/stat : 24340 (java) S 24320 24323 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 13066084 10060525568 51917 33554432000 1073741824 1073778376 140735337534752 140150631795192 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24323/tid=24341] ppid=24320 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24323/task/24341/stat : 24341 (java) S 24320 24323 13214 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 13066084 10060525568 51917 33554432000 1073741824 1073778376 140735337534752 140150630742856 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24323/tid=24348] ppid=24320 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24323/task/24348/stat : 24348 (java) S 24320 24323 13214 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 13066147 10060525568 51917 33554432000 1073741824 1073778376 140735337534752 140150626530344 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 33.42
Current children cumulated vsize (KiB) 9824732

[startup+47.6008 s]
/proc/loadavg: 1.06 0.95 1.11 1/189 24615
/proc/meminfo: memFree=26541932/32872528 swapFree=11480/941500
[pid=24323] ppid=24320 vsize=9824732 CPUtime=33.52 cores=1,3,5,7
/proc/24323/stat : 24323 (java) S 24320 24323 13214 0 -1 4202496 34750 0 1 0 3182 170 0 0 20 0 22 0 13066078 10060525568 51921 33554432000 1073741824 1073778376 140735337534752 140735337525888 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24323/statm: 2456183 51921 2287 9 0 2446860 0
[pid=24323/tid=24325] ppid=24320 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/24323/task/24325/stat : 24325 (java) S 24320 24323 13214 0 -1 4202560 2419 0 1 0 19 1 0 0 20 0 22 0 13066079 10060525568 51921 33554432000 1073741824 1073778376 140735337534752 140150814536568 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24323/tid=24326] ppid=24320 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/24323/task/24326/stat : 24326 (java) S 24320 24323 13214 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 22 0 13066080 10060525568 51921 33554432000 1073741824 1073778376 140735337534752 140150776027816 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24323/tid=24327] ppid=24320 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24323/task/24327/stat : 24327 (java) S 24320 24323 13214 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 13066080 10060525568 51921 33554432000 1073741824 1073778376 140735337534752 140150774975272 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24323/tid=24328] ppid=24320 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/24323/task/24328/stat : 24328 (java) S 24320 24323 13214 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 13066080 10060525568 51921 33554432000 1073741824 1073778376 140735337534752 140150773922728 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24323/tid=24329] ppid=24320 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/24323/task/24329/stat : 24329 (java) S 24320 24323 13214 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 13066080 10060525568 51921 33554432000 1073741824 1073778376 140735337534752 140150772870184 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24323/tid=24330] ppid=24320 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24323/task/24330/stat : 24330 (java) S 24320 24323 13214 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13066080 10060525568 51921 33554432000 1073741824 1073778376 140735337534752 140150771816616 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24323/tid=24331] ppid=24320 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24323/task/24331/stat : 24331 (java) S 24320 24323 13214 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13066080 10060525568 51921 33554432000 1073741824 1073778376 140735337534752 140150770764072 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24323/tid=24332] ppid=24320 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/24323/task/24332/stat : 24332 (java) S 24320 24323 13214 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 13066080 10060525568 51921 33554432000 1073741824 1073778376 140735337534752 140150769711528 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24323/tid=24333] ppid=24320 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/24323/task/24333/stat : 24333 (java) S 24320 24323 13214 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 22 0 13066080 10060525568 51921 33554432000 1073741824 1073778376 140735337534752 140150768658984 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24323/tid=24334] ppid=24320 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/24323/task/24334/stat : 24334 (java) S 24320 24323 13214 0 -1 4202560 23 0 0 0 1 5 0 0 20 0 22 0 13066081 10060525568 51921 33554432000 1073741824 1073778376 140735337534752 140150638111336 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24323/tid=24335] ppid=24320 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24323/task/24335/stat : 24335 (java) S 24320 24323 13214 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13066081 10060525568 51921 33554432000 1073741824 1073778376 140735337534752 140150637057656 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24323/tid=24336] ppid=24320 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24323/task/24336/stat : 24336 (java) S 24320 24323 13214 0 -1 4202560 36 0 0 0 0 0 0 0 20 0 22 0 13066081 10060525568 51921 33554432000 1073741824 1073778376 140735337534752 140150636005000 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24323/tid=24337] ppid=24320 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24323/task/24337/stat : 24337 (java) S 24320 24323 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13066084 10060525568 51921 33554432000 1073741824 1073778376 140735337534752 140150634953744 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24323/tid=24338] ppid=24320 vsize=9824732 CPUtime=2.35 cores=1,3,5,7
/proc/24323/task/24338/stat : 24338 (java) S 24320 24323 13214 0 -1 4202560 16753 0 0 0 232 3 0 0 20 0 22 0 13066084 10060525568 51921 33554432000 1073741824 1073778376 140735337534752 140150633900088 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24323/tid=24339] ppid=24320 vsize=9824732 CPUtime=1.93 cores=1,3,5,7
/proc/24323/task/24339/stat : 24339 (java) S 24320 24323 13214 0 -1 4202560 13324 0 0 0 191 2 0 0 20 0 22 0 13066084 10060525568 51921 33554432000 1073741824 1073778376 140735337534752 140150632847544 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24323/tid=24340] ppid=24320 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24323/task/24340/stat : 24340 (java) S 24320 24323 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13066084 10060525568 51921 33554432000 1073741824 1073778376 140735337534752 140150631795192 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24323/tid=24341] ppid=24320 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24323/task/24341/stat : 24341 (java) S 24320 24323 13214 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 13066084 10060525568 51921 33554432000 1073741824 1073778376 140735337534752 140150630742856 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24323/tid=24348] ppid=24320 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24323/task/24348/stat : 24348 (java) S 24320 24323 13214 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 13066147 10060525568 51921 33554432000 1073741824 1073778376 140735337534752 140150626530344 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 33.52
Current children cumulated vsize (KiB) 9824732

[startup+48.0008 s]
/proc/loadavg: 1.06 0.95 1.11 1/189 24615
/proc/meminfo: memFree=26541932/32872528 swapFree=11480/941500
[pid=24323] ppid=24320 vsize=9824732 CPUtime=34.29 cores=1,3,5,7
/proc/24323/stat : 24323 (java) S 24320 24323 13214 0 -1 4202496 34750 0 1 0 3258 171 0 0 20 0 20 0 13066078 10060525568 51917 33554432000 1073741824 1073778376 140735337534752 140735337525888 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24323/statm: 2456183 51917 2287 9 0 2446860 0
[pid=24323/tid=24325] ppid=24320 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/24323/task/24325/stat : 24325 (java) S 24320 24323 13214 0 -1 4202560 2419 0 1 0 19 1 0 0 20 0 20 0 13066079 10060525568 51917 33554432000 1073741824 1073778376 140735337534752 140150814536568 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24323/tid=24326] ppid=24320 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/24323/task/24326/stat : 24326 (java) S 24320 24323 13214 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 20 0 13066080 10060525568 51917 33554432000 1073741824 1073778376 140735337534752 140150776027816 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24323/tid=24327] ppid=24320 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24323/task/24327/stat : 24327 (java) S 24320 24323 13214 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 20 0 13066080 10060525568 51917 33554432000 1073741824 1073778376 140735337534752 140150774975272 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24323/tid=24328] ppid=24320 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/24323/task/24328/stat : 24328 (java) S 24320 24323 13214 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 20 0 13066080 10060525568 51917 33554432000 1073741824 1073778376 140735337534752 140150773922728 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24323/tid=24329] ppid=24320 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/24323/task/24329/stat : 24329 (java) S 24320 24323 13214 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 20 0 13066080 10060525568 51917 33554432000 1073741824 1073778376 140735337534752 140150772870184 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24323/tid=24330] ppid=24320 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24323/task/24330/stat : 24330 (java) S 24320 24323 13214 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 13066080 10060525568 51917 33554432000 1073741824 1073778376 140735337534752 140150771816616 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24323/tid=24331] ppid=24320 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24323/task/24331/stat : 24331 (java) S 24320 24323 13214 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 13066080 10060525568 51917 33554432000 1073741824 1073778376 140735337534752 140150770764072 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24323/tid=24332] ppid=24320 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/24323/task/24332/stat : 24332 (java) S 24320 24323 13214 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 20 0 13066080 10060525568 51917 33554432000 1073741824 1073778376 140735337534752 140150769711528 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24323/tid=24333] ppid=24320 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/24323/task/24333/stat : 24333 (java) S 24320 24323 13214 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 20 0 13066080 10060525568 51917 33554432000 1073741824 1073778376 140735337534752 140150768658984 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24323/tid=24334] ppid=24320 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/24323/task/24334/stat : 24334 (java) S 24320 24323 13214 0 -1 4202560 23 0 0 0 1 5 0 0 20 0 20 0 13066081 10060525568 51917 33554432000 1073741824 1073778376 140735337534752 140150638111336 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24323/tid=24335] ppid=24320 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24323/task/24335/stat : 24335 (java) S 24320 24323 13214 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 13066081 10060525568 51917 33554432000 1073741824 1073778376 140735337534752 140150637057656 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24323/tid=24336] ppid=24320 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24323/task/24336/stat : 24336 (java) S 24320 24323 13214 0 -1 4202560 36 0 0 0 0 0 0 0 20 0 20 0 13066081 10060525568 51917 33554432000 1073741824 1073778376 140735337534752 140150636005000 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24323/tid=24337] ppid=24320 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24323/task/24337/stat : 24337 (java) S 24320 24323 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 13066084 10060525568 51917 33554432000 1073741824 1073778376 140735337534752 140150634953744 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24323/tid=24338] ppid=24320 vsize=9824732 CPUtime=2.35 cores=1,3,5,7
/proc/24323/task/24338/stat : 24338 (java) S 24320 24323 13214 0 -1 4202560 16753 0 0 0 232 3 0 0 20 0 20 0 13066084 10060525568 51917 33554432000 1073741824 1073778376 140735337534752 140150633900088 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24323/tid=24339] ppid=24320 vsize=9824732 CPUtime=1.93 cores=1,3,5,7
/proc/24323/task/24339/stat : 24339 (java) S 24320 24323 13214 0 -1 4202560 13324 0 0 0 191 2 0 0 20 0 20 0 13066084 10060525568 51917 33554432000 1073741824 1073778376 140735337534752 140150632847544 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24323/tid=24340] ppid=24320 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24323/task/24340/stat : 24340 (java) S 24320 24323 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 13066084 10060525568 51917 33554432000 1073741824 1073778376 140735337534752 140150631795192 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24323/tid=24341] ppid=24320 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24323/task/24341/stat : 24341 (java) S 24320 24323 13214 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 13066084 10060525568 51917 33554432000 1073741824 1073778376 140735337534752 140150630742856 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24323/tid=24348] ppid=24320 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24323/task/24348/stat : 24348 (java) S 24320 24323 13214 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 13066147 10060525568 51917 33554432000 1073741824 1073778376 140735337534752 140150626530344 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 34.29
Current children cumulated vsize (KiB) 9824732

[startup+48.1009 s]
/proc/loadavg: 1.06 0.95 1.11 1/189 24615
/proc/meminfo: memFree=26541932/32872528 swapFree=11480/941500
[pid=24323] ppid=24320 vsize=0 CPUtime=34.44 cores=1,3,5,7
/proc/24323/stat : 24323 (java) Z 24320 24323 13214 0 -1 4203532 34758 0 1 0 3263 181 0 0 20 0 2 0 13066078 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24323/statm: 0 0 0 0 0 0 0
[pid=24323/tid=24327] ppid=24320 vsize=0 CPUtime=0 cores=1,3,5,7
/proc/24323/task/24327/stat : 24327 (java) R 24320 24323 13214 0 -1 4203588 15 0 0 0 0 0 0 0 20 0 2 0 13066080 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 34.44
Current children cumulated vsize (KiB) 0

Child status: 30

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 9.53674e-07
#  lost CPU user time (s): 0.0100002
#  lost CPU system time (s): -0.00999999

Real time (s): 48.102
CPU time (s): 34.4608
CPU user time (s): 32.646
CPU system time (s): 1.81472
CPU usage (%): 71.641
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 32.636
system time used= 1.82472
maximum resident set size= 218320
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34758
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= 3322
involuntary context switches= 844

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.32595 second user time and 0.354946 second system time

The end

Launcher Data

Begin job on node113 at 2016-06-30 23:09:48
IDJOB=4109317
IDBENCH=78776
IDSOLVER=2552
FILE ID=node113/4109317-1467320987
RUNJOBID= node113-1467318804-16844
PBS_JOBID= 20005277
Free space on /tmp= 71736 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.1111216411--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109317-1467320987/watcher-4109317-1467320987 -o /tmp/evaluation-result-4109317-1467320987/solver-4109317-1467320987 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1467318804-16844 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4109317-1467320987.wbo

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

MD5SUM BENCH= 0277d37fd59797dc8ec4e2ab4996f836
RANDOM SEED=756912757

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.947
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	: 5333.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.947
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	: 5325.52
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.947
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.947
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.947
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        26743428 kB
Buffers:          137604 kB
Cached:          4275896 kB
SwapCached:            0 kB
Active:          2939508 kB
Inactive:        1488232 kB
Active(anon):      11400 kB
Inactive(anon):     5656 kB
Active(file):    2928108 kB
Inactive(file):  1482576 kB
Unevictable:      941500 kB
Mlocked:           11480 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               824 kB
Writeback:             0 kB
AnonPages:        955912 kB
Mapped:            13172 kB
Shmem:               204 kB
Slab:             629884 kB
SReclaimable:      74048 kB
SUnreclaim:       555836 kB
KernelStack:        1384 kB
PageTables:         5252 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1039556 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    935936 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71736 MiB
End job on node113 at 2016-06-30 23:10:36