Trace number 4109421

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 86.3409 91.9879

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111224255--soft-66-100-0.wbo
MD5SUM05353c2425a18151180bf625f4200ddf
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark22
Best CPU time to get the best result obtained on this benchmark9.92949
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 constraints42
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 1838
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 1837
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1217
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	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-4109421-1466341979.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     211
0.09/0.18	c #constraints  101
0.09/0.19	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.19	c constraints type 
0.09/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
0.09/0.19	c org.sat4j.minisat.constraints.card.MinWatchCard => 41
0.09/0.19	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.09/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 30
0.09/0.19	c 101 constraints processed.
0.09/0.19	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.19	c constraints type 
0.09/0.19	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3
0.09/0.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 27
0.09/0.19	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 41
0.09/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 30
0.09/0.19	c 101 constraints processed.
0.09/0.19	c objective function length is 42 literals
1.00/0.49	c And the winner is solver0
1.52/0.69	c SATISFIABLE
1.52/0.69	c OPTIMIZING...
1.52/0.69	c Got one! Elapsed wall clock time (in seconds):0.569
1.52/0.69	o 1021
1.55/0.70	c And the winner is solver0
1.73/1.19	c Got one! Elapsed wall clock time (in seconds):1.069
1.73/1.19	o 803
1.73/1.20	c And the winner is solver0
1.79/1.69	c Got one! Elapsed wall clock time (in seconds):1.571
1.79/1.69	o 802
1.79/1.70	c And the winner is solver0
1.79/2.19	c Got one! Elapsed wall clock time (in seconds):2.072
1.79/2.19	o 799
1.79/2.20	c And the winner is solver0
1.85/2.69	c Got one! Elapsed wall clock time (in seconds):2.572
1.85/2.69	o 324
1.86/2.70	c And the winner is solver0
1.86/3.19	c Got one! Elapsed wall clock time (in seconds):3.073
1.86/3.19	o 313
1.86/3.20	c And the winner is solver0
1.87/3.69	c Got one! Elapsed wall clock time (in seconds):3.574
1.87/3.69	o 310
1.87/3.70	c And the winner is solver0
1.87/4.19	c Got one! Elapsed wall clock time (in seconds):4.075
1.87/4.19	o 302
1.87/4.21	c And the winner is solver0
1.95/4.69	c Got one! Elapsed wall clock time (in seconds):4.576
1.95/4.69	o 299
1.95/4.70	c And the winner is solver0
1.96/5.20	c Got one! Elapsed wall clock time (in seconds):5.077
1.96/5.20	o 291
1.96/5.20	c And the winner is solver0
2.06/5.70	c Got one! Elapsed wall clock time (in seconds):5.578
2.06/5.70	o 283
2.06/5.71	c And the winner is solver0
2.13/6.20	c Got one! Elapsed wall clock time (in seconds):6.079
2.13/6.20	o 278
2.13/6.21	c And the winner is solver0
2.18/6.70	c Got one! Elapsed wall clock time (in seconds):6.58
2.18/6.70	o 275
2.19/6.70	c And the winner is solver0
2.19/7.20	c Got one! Elapsed wall clock time (in seconds):7.081
2.19/7.20	o 269
2.19/7.21	c And the winner is solver0
2.20/7.70	c Got one! Elapsed wall clock time (in seconds):7.582
2.20/7.70	o 266
2.20/7.71	c And the winner is solver0
2.22/8.20	c Got one! Elapsed wall clock time (in seconds):8.082
2.22/8.20	o 260
2.22/8.21	c And the winner is solver0
2.22/8.70	c Got one! Elapsed wall clock time (in seconds):8.583
2.22/8.70	o 258
2.22/8.71	c And the winner is solver0
2.24/9.20	c Got one! Elapsed wall clock time (in seconds):9.084
2.24/9.20	o 257
2.24/9.26	c And the winner is solver0
2.53/9.70	c Got one! Elapsed wall clock time (in seconds):9.585
2.53/9.70	o 252
2.53/9.73	c And the winner is solver0
2.59/10.20	c Got one! Elapsed wall clock time (in seconds):10.086
2.59/10.20	o 244
2.59/10.22	c And the winner is solver0
2.64/10.71	c Got one! Elapsed wall clock time (in seconds):10.587
2.64/10.71	o 242
2.64/10.71	c And the winner is solver0
2.71/11.21	c Got one! Elapsed wall clock time (in seconds):11.088
2.71/11.21	o 224
2.71/11.23	c And the winner is solver0
2.76/11.71	c Got one! Elapsed wall clock time (in seconds):11.589
2.76/11.71	o 221
2.76/11.74	c And the winner is solver0
2.84/12.21	c Got one! Elapsed wall clock time (in seconds):12.09
2.84/12.21	o 220
2.84/12.23	c And the winner is solver0
2.93/12.71	c Got one! Elapsed wall clock time (in seconds):12.592
2.93/12.71	o 213
2.93/12.73	c And the winner is solver0
2.99/13.21	c Got one! Elapsed wall clock time (in seconds):13.093
2.99/13.21	o 208
3.19/13.37	c cleaning 6181 clauses out of 12361 with flag 9111/12361
3.67/13.52	c And the winner is solver0
3.72/13.71	c Got one! Elapsed wall clock time (in seconds):13.594
3.72/13.71	o 206
3.72/13.76	c cleaning 5736 clauses out of 11473 with flag 2820/17654
3.93/13.80	c And the winner is solver0
3.95/14.21	c Got one! Elapsed wall clock time (in seconds):14.095
3.95/14.21	o 205
3.95/14.22	c And the winner is solver0
3.95/14.71	c Got one! Elapsed wall clock time (in seconds):14.596
3.95/14.71	o 195
4.12/14.87	c cleaning 5570 clauses out of 11140 with flag 12031/23057
4.12/14.87	c And the winner is solver0
4.36/15.22	c Got one! Elapsed wall clock time (in seconds):15.097
4.36/15.22	o 194
4.36/15.24	c And the winner is solver0
4.42/15.72	c Got one! Elapsed wall clock time (in seconds):15.598
4.42/15.72	o 192
4.81/15.91	c cleaning 5680 clauses out of 11367 with flag 15144/28854
5.10/16.02	c And the winner is solver0
5.33/16.22	c Got one! Elapsed wall clock time (in seconds):16.099
5.33/16.22	o 185
5.33/16.24	c And the winner is solver0
5.39/16.72	c Got one! Elapsed wall clock time (in seconds):16.6
5.39/16.72	o 180
5.39/16.73	c And the winner is solver0
5.43/17.22	c Got one! Elapsed wall clock time (in seconds):17.1
5.43/17.22	o 168
5.43/17.25	c And the winner is solver0
5.57/17.72	c Got one! Elapsed wall clock time (in seconds):17.601
5.57/17.72	o 158
5.57/17.76	c And the winner is solver0
5.69/18.22	c Got one! Elapsed wall clock time (in seconds):18.102
5.69/18.22	o 157
5.85/18.31	c cleaning 6815 clauses out of 13630 with flag 6560/36797
6.14/18.40	c And the winner is solver0
6.35/18.72	c Got one! Elapsed wall clock time (in seconds):18.603
6.35/18.72	o 153
6.51/18.83	c cleaning 6357 clauses out of 12724 with flag 10260/42706
6.89/19.04	c cleaning 6183 clauses out of 12366 with flag 31403/48705
7.09/19.11	c And the winner is solver0
7.18/19.22	c Got one! Elapsed wall clock time (in seconds):19.104
7.18/19.22	o 138
7.33/19.30	c And the winner is solver0
7.48/19.72	c Got one! Elapsed wall clock time (in seconds):19.605
7.48/19.72	o 128
7.48/19.77	c cleaning 5890 clauses out of 11789 with flag 3565/54311
7.84/19.94	c And the winner is solver0
8.04/20.22	c Got one! Elapsed wall clock time (in seconds):20.106
8.04/20.22	o 126
8.04/20.25	c And the winner is solver0
8.24/20.73	c Got one! Elapsed wall clock time (in seconds):20.607
8.24/20.73	o 122
8.59/20.93	c cleaning 8469 clauses out of 16959 with flag 17006/65371
8.59/20.95	c And the winner is solver0
8.81/21.23	c Got one! Elapsed wall clock time (in seconds):21.108
8.81/21.23	o 119
8.81/21.26	c And the winner is solver0
9.01/21.73	c Got one! Elapsed wall clock time (in seconds):21.609
9.01/21.73	o 118
9.15/21.88	c cleaning 7193 clauses out of 14396 with flag 17636/71277
9.56/22.09	c cleaning 6592 clauses out of 13202 with flag 43037/77276
10.17/22.35	c cleaning 6803 clauses out of 13610 with flag 73017/84276
10.77/22.63	c cleaning 7404 clauses out of 14807 with flag 105533/92276
11.37/22.96	c cleaning 8191 clauses out of 16403 with flag 145319/101276
12.17/23.35	c cleaning 9104 clauses out of 18214 with flag 188298/111278
12.17/23.40	c And the winner is solver0
13.67/24.78	c Got one! Elapsed wall clock time (in seconds):24.661
13.67/24.78	o 111
13.75/24.81	c And the winner is solver0
13.88/25.28	c Got one! Elapsed wall clock time (in seconds):25.162
13.88/25.28	o 110
14.12/25.42	c And the winner is solver0
14.26/25.78	c Got one! Elapsed wall clock time (in seconds):25.663
14.26/25.78	o 105
14.28/25.84	c cleaning 7991 clauses out of 15993 with flag 4116/118161
14.68/26.06	c cleaning 6996 clauses out of 14002 with flag 27533/124161
14.68/26.09	c And the winner is solver0
15.08/26.38	c Got one! Elapsed wall clock time (in seconds):26.264
15.08/26.38	o 95
15.08/26.39	c And the winner is solver0
15.16/26.88	c Got one! Elapsed wall clock time (in seconds):26.764
15.16/26.88	o 89
15.19/26.91	c And the winner is solver0
15.30/27.38	c Got one! Elapsed wall clock time (in seconds):27.265
15.30/27.38	o 88
15.54/27.57	c cleaning 6641 clauses out of 13286 with flag 20996/130441
15.92/27.77	c cleaning 6320 clauses out of 12649 with flag 43321/136445
16.52/28.02	c cleaning 6663 clauses out of 13326 with flag 72461/143442
16.52/28.06	c And the winner is solver0
17.38/28.84	c Got one! Elapsed wall clock time (in seconds):28.717
17.38/28.84	o 87
17.50/28.98	c cleaning 5963 clauses out of 11933 with flag 17050/148712
17.90/29.19	c cleaning 5985 clauses out of 11973 with flag 42842/154715
18.50/29.41	c And the winner is solver0
18.55/29.84	c Got one! Elapsed wall clock time (in seconds):29.718
18.55/29.84	o 86
18.87/30.05	c cleaning 8715 clauses out of 17430 with flag 18959/166158
19.27/30.20	c And the winner is solver0
19.47/30.44	c Got one! Elapsed wall clock time (in seconds):30.319
19.47/30.44	o 74
19.47/30.50	c cleaning 6868 clauses out of 13749 with flag 3643/171192
20.03/30.70	c cleaning 6439 clauses out of 12882 with flag 26171/177193
20.24/30.81	c And the winner is solver0
20.44/31.04	c Got one! Elapsed wall clock time (in seconds):30.92
20.44/31.04	o 68
20.60/31.12	c cleaning 5978 clauses out of 11968 with flag 7328/182719
21.00/31.31	c cleaning 5993 clauses out of 11989 with flag 28741/188719
21.20/31.41	c And the winner is solver0
21.42/31.64	c Got one! Elapsed wall clock time (in seconds):31.522
21.42/31.64	o 67
21.57/31.72	c cleaning 5679 clauses out of 11366 with flag 7973/194090
21.77/31.87	c And the winner is solver0
21.93/32.14	c Got one! Elapsed wall clock time (in seconds):32.023
21.93/32.14	o 66
21.93/32.19	c cleaning 5478 clauses out of 10968 with flag 3674/199371
22.04/32.24	c And the winner is solver0
22.15/32.64	c Got one! Elapsed wall clock time (in seconds):32.525
22.15/32.64	o 60
22.15/32.69	c And the winner is solver0
22.32/33.15	c Got one! Elapsed wall clock time (in seconds):33.027
22.32/33.15	o 59
22.44/33.26	c cleaning 5728 clauses out of 11470 with flag 11575/205351
22.84/33.46	c cleaning 5871 clauses out of 11742 with flag 34891/211351
23.44/33.71	c cleaning 6436 clauses out of 12872 with flag 62745/218352
24.04/34.00	c cleaning 7215 clauses out of 14436 with flag 96398/226352
24.26/34.14	c And the winner is solver0
24.79/34.65	c Got one! Elapsed wall clock time (in seconds):34.529
24.79/34.65	o 58
24.79/34.69	c cleaning 6319 clauses out of 12640 with flag 4028/231772
25.29/34.91	c cleaning 6161 clauses out of 12321 with flag 29193/237772
25.49/35.03	c And the winner is solver0
25.74/35.25	c Got one! Elapsed wall clock time (in seconds):35.131
25.74/35.25	o 57
25.90/35.33	c cleaning 5979 clauses out of 11971 with flag 7566/243583
26.09/35.46	c And the winner is solver0
26.25/35.75	c Got one! Elapsed wall clock time (in seconds):35.633
26.25/35.75	o 56
26.25/35.79	c cleaning 5646 clauses out of 11301 with flag 3813/248892
26.54/35.99	c cleaning 5822 clauses out of 11654 with flag 25552/254891
27.14/36.22	c cleaning 6416 clauses out of 12834 with flag 53567/261893
27.74/36.51	c cleaning 7205 clauses out of 14415 with flag 83852/269891
28.54/36.90	c cleaning 8105 clauses out of 16210 with flag 122608/278891
28.74/37.05	c And the winner is solver0
28.99/37.25	c Got one! Elapsed wall clock time (in seconds):37.134
28.99/37.25	o 51
29.07/37.30	c cleaning 6593 clauses out of 13195 with flag 4057/283981
29.28/37.50	c cleaning 6296 clauses out of 12602 with flag 27444/289981
29.87/37.75	c cleaning 6649 clauses out of 13306 with flag 55753/296981
30.07/37.85	c And the winner is solver0
30.94/38.66	c Got one! Elapsed wall clock time (in seconds):38.537
30.94/38.66	o 50
31.07/38.73	c cleaning 6049 clauses out of 12108 with flag 7812/302432
31.47/38.93	c cleaning 6027 clauses out of 12062 with flag 31361/308435
31.87/39.16	c cleaning 6510 clauses out of 13032 with flag 59146/315434
32.47/39.45	c cleaning 7260 clauses out of 14522 with flag 91716/323434
32.47/39.49	c And the winner is solver0
33.16/40.06	c Got one! Elapsed wall clock time (in seconds):39.939
33.16/40.06	o 44
33.50/40.21	c cleaning 6247 clauses out of 12496 with flag 17296/328668
33.90/40.41	c And the winner is solver0
34.11/40.66	c Got one! Elapsed wall clock time (in seconds):40.541
34.11/40.66	o 43
34.45/40.88	c cleaning 8587 clauses out of 17180 with flag 21791/339600
35.04/41.11	c cleaning 7291 clauses out of 14593 with flag 48956/345600
35.44/41.36	c cleaning 7144 clauses out of 14300 with flag 78200/352600
35.64/41.40	c And the winner is solver0
36.24/42.06	c Got one! Elapsed wall clock time (in seconds):41.945
36.24/42.06	o 42
36.57/42.21	c cleaning 6349 clauses out of 12704 with flag 16457/358148
36.97/42.42	c cleaning 6175 clauses out of 12355 with flag 40834/364149
36.97/42.43	c And the winner is solver0
37.21/42.67	c Got one! Elapsed wall clock time (in seconds):42.547
37.21/42.67	o 40
37.21/42.67	c And the winner is solver0
37.29/43.17	c Got one! Elapsed wall clock time (in seconds):43.049
37.29/43.17	o 39
37.54/43.36	c cleaning 5851 clauses out of 11712 with flag 22343/369682
37.74/43.46	c And the winner is solver0
38.11/43.77	c Got one! Elapsed wall clock time (in seconds):43.652
38.11/43.77	o 36
38.23/43.88	c cleaning 5920 clauses out of 11844 with flag 11826/375666
38.43/43.91	c And the winner is solver0
38.56/44.27	c Got one! Elapsed wall clock time (in seconds):44.154
38.56/44.27	o 35
38.56/44.29	c And the winner is solver0
38.61/44.78	c Got one! Elapsed wall clock time (in seconds):44.657
38.61/44.78	o 29
38.61/44.78	c And the winner is solver0
38.63/45.28	c Got one! Elapsed wall clock time (in seconds):45.16
38.63/45.28	o 23
38.63/45.28	c And the winner is solver0
85.40/91.38	c Got one! Elapsed wall clock time (in seconds):91.26
85.40/91.38	o 22
85.59/91.54	c cleaning 5964 clauses out of 11941 with flag 16399/381689
85.99/91.71	c And the winner is solver0
86.12/91.98	c >>>>>>>>>> Solver number 0 (73 answers) <<<<<<<<<<<<<<<<<<
86.12/91.98	c starts		: 291
86.12/91.98	c conflicts		: 386576
86.12/91.98	c decisions		: 595394
86.12/91.98	c propagations		: 9406867
86.12/91.98	c inspects		: 145860018
86.12/91.98	c shortcuts		: 0
86.12/91.98	c learnt literals	: 34
86.12/91.98	c learnt binary clauses	: 232
86.12/91.98	c learnt ternary clauses	: 1239
86.12/91.98	c learnt constraints	: 386541
86.12/91.98	c ignored constraints	: 0
86.12/91.98	c root simplifications	: 0
86.12/91.98	c removed literals (reason simplification)	: 3485773
86.12/91.98	c reason swapping (by a shorter reason)	: 0
86.12/91.98	c Calls to reduceDB	: 57
86.12/91.98	c Number of update (reduction) of LBD	: 93759
86.12/91.98	c Imported unit clauses	: 0
86.12/91.98	c number of reductions to clauses (during analyze)	: 0
86.12/91.98	c number of learned constraints concerned by reduction	: 0
86.12/91.98	c number of learning phase by resolution	: 0
86.12/91.98	c number of learning phase by cutting planes	: 0
86.12/91.98	c speed (assignments/second)	: 102486.94790055128
86.12/91.98	c non guided choices	2457
86.12/91.98	c learnt constraints type 
86.12/91.98	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
86.12/91.98	c starts		: 79
86.12/91.98	c conflicts		: 1458
86.12/91.98	c decisions		: 9982
86.12/91.98	c propagations		: 55284
86.12/91.98	c inspects		: 6737073
86.12/91.98	c shortcuts		: 0
86.12/91.98	c learnt literals	: 0
86.12/91.98	c learnt binary clauses	: 0
86.12/91.98	c learnt ternary clauses	: 0
86.12/91.98	c learnt constraints	: 1398
86.12/91.98	c ignored constraints	: 0
86.12/91.98	c root simplifications	: 0
86.12/91.98	c removed literals (reason simplification)	: 0
86.12/91.98	c reason swapping (by a shorter reason)	: 0
86.12/91.98	c Calls to reduceDB	: 0
86.12/91.98	c Number of update (reduction) of LBD	: 0
86.12/91.98	c Imported unit clauses	: 0
86.12/91.98	c number of reductions to clauses (during analyze)	: 0
86.12/91.98	c number of learned constraints concerned by reduction	: 0
86.12/91.98	c number of learning phase by resolution	: 0
86.12/91.98	c number of learning phase by cutting planes	: 0
86.12/91.98	c speed (assignments/second)	: 1183.9890347589576
86.12/91.98	c non guided choices	1385
86.12/91.98	c learnt constraints type 
86.12/91.98	s OPTIMUM FOUND
86.12/91.98	c Found 72 solution(s)
86.12/91.98	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 
86.12/91.98	c objective function=22
86.12/91.98	c Total wall clock time (in seconds): 91.859

Verifier Data

OK	22

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-4109421-1466341979/watcher-4109421-1466341979 -o /tmp/evaluation-result-4109421-1466341979/solver-4109421-1466341979 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1466341810-28924 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4109421-1466341979.wbo 

pid=31001
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: 1.66 0.91 0.46 3/198 31004
/proc/meminfo: memFree=29175300/32872528 swapFree=1505436/1685308
[pid=31004] ppid=31001 vsize=9160 CPUtime=0 cores=0,2,4,6
/proc/31004/stat : 31004 (java) R 31001 31004 28908 0 -1 4202496 469 0 0 0 0 0 0 0 20 0 1 0 36243845 9379840 123 33554432000 1073741824 1073778376 140737247966128 140737247963256 215127986656 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/31004/statm: 2290 125 96 9 0 38 0

[startup+0.10006 s]
/proc/loadavg: 1.66 0.91 0.46 3/198 31004
/proc/meminfo: memFree=29175300/32872528 swapFree=1505436/1685308
[pid=31004] ppid=31001 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/31004/stat : 31004 (java) S 31001 31004 28908 0 -1 4202496 4412 0 1 0 8 1 0 0 20 0 18 0 36243845 9787879424 6033 33554432000 1073741824 1073778376 140737247966128 140737247957264 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31004/statm: 2389619 6033 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200213 s]
/proc/loadavg: 1.66 0.91 0.46 3/198 31004
/proc/meminfo: memFree=29175300/32872528 swapFree=1505436/1685308
[pid=31004] ppid=31001 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/31004/stat : 31004 (java) S 31001 31004 28908 0 -1 4202496 4796 0 1 0 22 1 0 0 20 0 22 0 36243845 10060525568 7899 33554432000 1073741824 1073778376 140737247966128 140737247957264 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31004/statm: 2456183 7899 2208 9 0 2446860 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9824732

[startup+0.300215 s]
/proc/loadavg: 1.66 0.91 0.46 3/198 31004
/proc/meminfo: memFree=29175300/32872528 swapFree=1505436/1685308
[pid=31004] ppid=31001 vsize=9824732 CPUtime=0.6 cores=0,2,4,6
/proc/31004/stat : 31004 (java) S 31001 31004 28908 0 -1 4202496 8648 0 1 0 58 2 0 0 20 0 22 0 36243845 10060525568 10646 33554432000 1073741824 1073778376 140737247966128 140737247957264 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31004/statm: 2456183 10646 2247 9 0 2446860 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 9824732

[startup+0.700207 s]
/proc/loadavg: 1.66 0.91 0.46 3/198 31004
/proc/meminfo: memFree=29175300/32872528 swapFree=1505436/1685308
[pid=31004] ppid=31001 vsize=9824732 CPUtime=1.55 cores=0,2,4,6
/proc/31004/stat : 31004 (java) S 31001 31004 28908 0 -1 4202496 14027 0 1 0 149 6 0 0 20 0 22 0 36243845 10060525568 16121 33554432000 1073741824 1073778376 140737247966128 140737247957264 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31004/statm: 2456183 16121 2257 9 0 2446860 0
Current children cumulated CPU time (s) 1.55
Current children cumulated vsize (KiB) 9824732

[startup+1.50082 s]
/proc/loadavg: 1.66 0.91 0.46 2/217 31029
/proc/meminfo: memFree=29119068/32872528 swapFree=1505436/1685308
[pid=31004] ppid=31001 vsize=9824732 CPUtime=1.79 cores=0,2,4,6
/proc/31004/stat : 31004 (java) S 31001 31004 28908 0 -1 4202496 15608 0 1 0 170 9 0 0 20 0 19 0 36243845 10060525568 17665 33554432000 1073741824 1073778376 140737247966128 140737247957264 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31004/statm: 2456183 17665 2257 9 0 2446860 0
[pid=31004/tid=31006] ppid=31001 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/31004/task/31006/stat : 31006 (java) S 31001 31004 28908 0 -1 4202560 2417 0 1 0 16 0 0 0 20 0 19 0 36243846 10060525568 17665 33554432000 1073741824 1073778376 140737247966128 139924210086776 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31004/tid=31007] ppid=31001 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31004/task/31007/stat : 31007 (java) S 31001 31004 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36243847 10060525568 17665 33554432000 1073741824 1073778376 140737247966128 139924199148072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31004/tid=31008] ppid=31001 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31004/task/31008/stat : 31008 (java) S 31001 31004 28908 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36243847 10060525568 17665 33554432000 1073741824 1073778376 140737247966128 139924198095272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31004/tid=31009] ppid=31001 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31004/task/31009/stat : 31009 (java) S 31001 31004 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36243847 10060525568 17665 33554432000 1073741824 1073778376 140737247966128 139924051015976 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31004/tid=31010] ppid=31001 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31004/task/31010/stat : 31010 (java) S 31001 31004 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36243847 10060525568 17665 33554432000 1073741824 1073778376 140737247966128 139924049963176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31004/tid=31011] ppid=31001 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31004/task/31011/stat : 31011 (java) S 31001 31004 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36243847 10060525568 17665 33554432000 1073741824 1073778376 140737247966128 139924048911400 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31004/tid=31012] ppid=31001 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31004/task/31012/stat : 31012 (java) S 31001 31004 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36243847 10060525568 17665 33554432000 1073741824 1073778376 140737247966128 139924047858600 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31004/tid=31013] ppid=31001 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31004/task/31013/stat : 31013 (java) S 31001 31004 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36243847 10060525568 17665 33554432000 1073741824 1073778376 140737247966128 139924046805800 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31004/tid=31014] ppid=31001 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31004/task/31014/stat : 31014 (java) S 31001 31004 28908 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36243847 10060525568 17665 33554432000 1073741824 1073778376 140737247966128 139924045753000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31004/tid=31015] ppid=31001 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31004/task/31015/stat : 31015 (java) S 31001 31004 28908 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36243848 10060525568 17665 33554432000 1073741824 1073778376 140737247966128 139924033554920 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31004/tid=31016] ppid=31001 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31004/task/31016/stat : 31016 (java) S 31001 31004 28908 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36243848 10060525568 17665 33554432000 1073741824 1073778376 140737247966128 139924032500984 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31004/tid=31017] ppid=31001 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31004/task/31017/stat : 31017 (java) S 31001 31004 28908 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36243848 10060525568 17665 33554432000 1073741824 1073778376 140737247966128 139924031448072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31004/tid=31018] ppid=31001 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31004/task/31018/stat : 31018 (java) S 31001 31004 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36243851 10060525568 17665 33554432000 1073741824 1073778376 140737247966128 139924030396560 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31004/tid=31019] ppid=31001 vsize=9824732 CPUtime=0.44 cores=0,2,4,6
/proc/31004/task/31019/stat : 31019 (java) S 31001 31004 28908 0 -1 4202560 5372 0 0 0 42 2 0 0 20 0 19 0 36243851 10060525568 17665 33554432000 1073741824 1073778376 140737247966128 139924029344696 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31004/tid=31020] ppid=31001 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/31004/task/31020/stat : 31020 (java) S 31001 31004 28908 0 -1 4202560 6468 0 0 0 46 2 0 0 20 0 19 0 36243851 10060525568 17665 33554432000 1073741824 1073778376 140737247966128 139924028291896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31004/tid=31021] ppid=31001 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31004/task/31021/stat : 31021 (java) S 31001 31004 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36243851 10060525568 17665 33554432000 1073741824 1073778376 140737247966128 139924027239288 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31004/tid=31022] ppid=31001 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31004/task/31022/stat : 31022 (java) S 31001 31004 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36243851 10060525568 17665 33554432000 1073741824 1073778376 140737247966128 139924026186696 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31004/tid=31025] ppid=31001 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31004/task/31025/stat : 31025 (java) S 31001 31004 28908 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36243864 10060525568 17665 33554432000 1073741824 1073778376 140737247966128 139924023026600 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.79
Current children cumulated vsize (KiB) 9824732

############
# WARNING:
# current cumulated CPU time (1.85 s) is less than in the last sample (1.86 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (0.00999999 s) to the 'lost time'.

[startup+2.70086 s]
/proc/loadavg: 1.66 0.91 0.46 6/220 31038
/proc/meminfo: memFree=29104112/32872528 swapFree=1505436/1685308
[pid=31004] ppid=31001 vsize=9824732 CPUtime=1.86 cores=0,2,4,6
/proc/31004/stat : 31004 (java) S 31001 31004 28908 0 -1 4202496 15633 0 1 0 176 10 0 0 20 0 22 0 36243845 10060525568 20231 33554432000 1073741824 1073778376 140737247966128 140737247957264 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31004/statm: 2456183 20231 2257 9 0 2446860 0
[pid=31004/tid=31006] ppid=31001 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/31004/task/31006/stat : 31006 (java) S 31001 31004 28908 0 -1 4202560 2418 0 1 0 16 0 0 0 20 0 22 0 36243846 10060525568 20231 33554432000 1073741824 1073778376 140737247966128 139924210086776 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31004/tid=31007] ppid=31001 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31004/task/31007/stat : 31007 (java) S 31001 31004 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36243847 10060525568 20231 33554432000 1073741824 1073778376 140737247966128 139924199148072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31004/tid=31008] ppid=31001 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31004/task/31008/stat : 31008 (java) S 31001 31004 28908 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 36243847 10060525568 20231 33554432000 1073741824 1073778376 140737247966128 139924198095272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31004/tid=31009] ppid=31001 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31004/task/31009/stat : 31009 (java) S 31001 31004 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36243847 10060525568 20231 33554432000 1073741824 1073778376 140737247966128 139924051015976 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31004/tid=31010] ppid=31001 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31004/task/31010/stat : 31010 (java) S 31001 31004 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36243847 10060525568 20231 33554432000 1073741824 1073778376 140737247966128 139924049963176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31004/tid=31011] ppid=31001 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31004/task/31011/stat : 31011 (java) S 31001 31004 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36243847 10060525568 20231 33554432000 1073741824 1073778376 140737247966128 139924048911400 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31004/tid=31012] ppid=31001 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31004/task/31012/stat : 31012 (java) S 31001 31004 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36243847 10060525568 20231 33554432000 1073741824 1073778376 140737247966128 139924047858600 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31004/tid=31013] ppid=31001 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31004/task/31013/stat : 31013 (java) S 31001 31004 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36243847 10060525568 20231 33554432000 1073741824 1073778376 140737247966128 139924046805800 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31004/tid=31014] ppid=31001 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31004/task/31014/stat : 31014 (java) S 31001 31004 28908 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 36243847 10060525568 20231 33554432000 1073741824 1073778376 140737247966128 139924045753000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31004/tid=31015] ppid=31001 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31004/task/31015/stat : 31015 (java) S 31001 31004 28908 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 36243848 10060525568 20231 33554432000 1073741824 1073778376 140737247966128 139924033554920 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31004/tid=31016] ppid=31001 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31004/task/31016/stat : 31016 (java) S 31001 31004 28908 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 36243848 10060525568 20231 33554432000 1073741824 1073778376 140737247966128 139924032500984 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31004/tid=31017] ppid=31001 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31004/task/31017/stat : 31017 (java) S 31001 31004 28908 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 36243848 10060525568 20231 33554432000 1073741824 1073778376 140737247966128 139924031448072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31004/tid=31018] ppid=31001 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31004/task/31018/stat : 31018 (java) S 31001 31004 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36243851 10060525568 20231 33554432000 1073741824 1073778376 140737247966128 139924030396560 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31004/tid=31019] ppid=31001 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/31004/task/31019/stat : 31019 (java) S 31001 31004 28908 0 -1 4202560 5372 0 0 0 44 2 0 0 20 0 22 0 36243851 10060525568 20231 33554432000 1073741824 1073778376 140737247966128 139924029344696 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31004/tid=31020] ppid=31001 vsize=9824732 CPUtime=0.51 cores=0,2,4,6
/proc/31004/task/31020/stat : 31020 (java) S 31001 31004 28908 0 -1 4202560 6468 0 0 0 49 2 0 0 20 0 22 0 36243851 10060525568 20231 33554432000 1073741824 1073778376 140737247966128 139924028291896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31004/tid=31021] ppid=31001 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31004/task/31021/stat : 31021 (java) S 31001 31004 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36243851 10060525568 20231 33554432000 1073741824 1073778376 140737247966128 139924027239288 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31004/tid=31022] ppid=31001 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31004/task/31022/stat : 31022 (java) S 31001 31004 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36243851 10060525568 20231 33554432000 1073741824 1073778376 140737247966128 139924026186696 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31004/tid=31025] ppid=31001 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31004/task/31025/stat : 31025 (java) S 31001 31004 28908 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 36243864 10060525568 20231 33554432000 1073741824 1073778376 140737247966128 139924023026600 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 9824732

[startup+2.80081 s]
/proc/loadavg: 1.66 0.91 0.46 6/220 31038
/proc/meminfo: memFree=29104112/32872528 swapFree=1505436/1685308
[pid=31004] ppid=31001 vsize=9824732 CPUtime=1.85 cores=0,2,4,6
/proc/31004/stat : 31004 (java) S 31001 31004 28908 0 -1 4202496 15633 0 1 0 175 10 0 0 20 0 19 0 36243845 10060525568 20225 33554432000 1073741824 1073778376 140737247966128 140737247957264 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31004/statm: 2456183 20225 2257 9 0 2446860 0
[pid=31004/tid=31006] ppid=31001 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/31004/task/31006/stat : 31006 (java) S 31001 31004 28908 0 -1 4202560 2418 0 1 0 16 0 0 0 20 0 19 0 36243846 10060525568 20225 33554432000 1073741824 1073778376 140737247966128 139924210086776 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31004/tid=31007] ppid=31001 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31004/task/31007/stat : 31007 (java) S 31001 31004 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36243847 10060525568 20225 33554432000 1073741824 1073778376 140737247966128 139924199148072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31004/tid=31008] ppid=31001 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31004/task/31008/stat : 31008 (java) S 31001 31004 28908 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36243847 10060525568 20225 33554432000 1073741824 1073778376 140737247966128 139924198095272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31004/tid=31009] ppid=31001 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31004/task/31009/stat : 31009 (java) S 31001 31004 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36243847 10060525568 20225 33554432000 1073741824 1073778376 140737247966128 139924051015976 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31004/tid=31010] ppid=31001 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31004/task/31010/stat : 31010 (java) S 31001 31004 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36243847 10060525568 20225 33554432000 1073741824 1073778376 140737247966128 139924049963176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31004/tid=31011] ppid=31001 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31004/task/31011/stat : 31011 (java) S 31001 31004 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36243847 10060525568 20225 33554432000 1073741824 1073778376 140737247966128 139924048911400 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31004/tid=31012] ppid=31001 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31004/task/31012/stat : 31012 (java) S 31001 31004 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36243847 10060525568 20225 33554432000 1073741824 1073778376 140737247966128 139924047858600 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31004/tid=31013] ppid=31001 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31004/task/31013/stat : 31013 (java) S 31001 31004 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36243847 10060525568 20225 33554432000 1073741824 1073778376 140737247966128 139924046805800 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31004/tid=31014] ppid=31001 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31004/task/31014/stat : 31014 (java) S 31001 31004 28908 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36243847 10060525568 20225 33554432000 1073741824 1073778376 140737247966128 139924045753000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31004/tid=31015] ppid=31001 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31004/task/31015/stat : 31015 (java) S 31001 31004 28908 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36243848 10060525568 20225 33554432000 1073741824 1073778376 140737247966128 139924033554920 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31004/tid=31016] ppid=31001 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31004/task/31016/stat : 31016 (java) S 31001 31004 28908 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36243848 10060525568 20225 33554432000 1073741824 1073778376 140737247966128 139924032500984 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31004/tid=31017] ppid=31001 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31004/task/31017/stat : 31017 (java) S 31001 31004 28908 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36243848 10060525568 20225 33554432000 1073741824 1073778376 140737247966128 139924031448072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31004/tid=31018] ppid=31001 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31004/task/31018/stat : 31018 (java) S 31001 31004 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36243851 10060525568 20225 33554432000 1073741824 1073778376 140737247966128 139924030396560 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31004/tid=31019] ppid=31001 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/31004/task/31019/stat : 31019 (java) S 31001 31004 28908 0 -1 4202560 5372 0 0 0 44 2 0 0 20 0 19 0 36243851 10060525568 20225 33554432000 1073741824 1073778376 140737247966128 139924029344696 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31004/tid=31020] ppid=31001 vsize=9824732 CPUtime=0.51 cores=0,2,4,6
/proc/31004/task/31020/stat : 31020 (java) S 31001 31004 28908 0 -1 4202560 6468 0 0 0 49 2 0 0 20 0 19 0 36243851 10060525568 20225 33554432000 1073741824 1073778376 140737247966128 139924028291896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31004/tid=31021] ppid=31001 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31004/task/31021/stat : 31021 (java) S 31001 31004 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36243851 10060525568 20225 33554432000 1073741824 1073778376 140737247966128 139924027239288 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

/proc/31004/task/31016/stat : 31016 (java) S 31001 31004 28908 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36243848 10060525568 201025 33554432000 1073741824 1073778376 140737247966128 139924032500984 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31004/tid=31017] ppid=31001 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31004/task/31017/stat : 31017 (java) S 31001 31004 28908 0 -1 4202560 33 0 0 0 0 0 0 0 20 0 21 0 36243848 10060525568 201025 33554432000 1073741824 1073778376 140737247966128 139924031448072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31004/tid=31018] ppid=31001 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31004/task/31018/stat : 31018 (java) S 31001 31004 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36243851 10060525568 201025 33554432000 1073741824 1073778376 140737247966128 139924030396560 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31004/tid=31019] ppid=31001 vsize=9824732 CPUtime=1.69 cores=0,2,4,6
/proc/31004/task/31019/stat : 31019 (java) S 31001 31004 28908 0 -1 4202560 12916 0 0 0 166 3 0 0 20 0 21 0 36243851 10060525568 201025 33554432000 1073741824 1073778376 140737247966128 139924029344696 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31004/tid=31020] ppid=31001 vsize=9824732 CPUtime=0.89 cores=0,2,4,6
/proc/31004/task/31020/stat : 31020 (java) S 31001 31004 28908 0 -1 4202560 6516 0 0 0 87 2 0 0 20 0 21 0 36243851 10060525568 201025 33554432000 1073741824 1073778376 140737247966128 139924028291896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31004/tid=31021] ppid=31001 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31004/task/31021/stat : 31021 (java) S 31001 31004 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36243851 10060525568 201025 33554432000 1073741824 1073778376 140737247966128 139924027239288 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31004/tid=31022] ppid=31001 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/31004/task/31022/stat : 31022 (java) S 31001 31004 28908 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 21 0 36243851 10060525568 201025 33554432000 1073741824 1073778376 140737247966128 139924026186696 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31004/tid=31025] ppid=31001 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31004/task/31025/stat : 31025 (java) S 31001 31004 28908 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 36243864 10060525568 201025 33554432000 1073741824 1073778376 140737247966128 139924023026600 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31004/tid=31239] ppid=31001 vsize=9824732 CPUtime=45.53 cores=0,2,4,6
/proc/31004/task/31239/stat : 31239 (java) R 31001 31004 28908 0 -1 4202560 857 0 0 0 4547 6 0 0 20 0 21 0 36248373 10060525568 201025 33554432000 1073741824 1073778376 140737247966128 139924024078120 139924079175937 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=31004/tid=31240] ppid=31001 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31004/task/31240/stat : 31240 (java) S 31001 31004 28908 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 36248373 10060525568 201025 33554432000 1073741824 1073778376 140737247966128 139924021974184 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 85.27
Current children cumulated vsize (KiB) 9824732

[startup+91.6009 s]
/proc/loadavg: 2.21 1.28 0.63 3/219 31241
/proc/meminfo: memFree=28333880/32872528 swapFree=1505436/1685308
[pid=31004] ppid=31001 vsize=9824732 CPUtime=85.76 cores=0,2,4,6
/proc/31004/stat : 31004 (java) S 31001 31004 28908 0 -1 4202496 25746 0 1 0 8431 145 0 0 20 0 22 0 36243845 10060525568 201028 33554432000 1073741824 1073778376 140737247966128 140737247957264 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31004/statm: 2456183 201028 2287 9 0 2446860 0
[pid=31004/tid=31006] ppid=31001 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/31004/task/31006/stat : 31006 (java) S 31001 31004 28908 0 -1 4202560 2425 0 1 0 23 2 0 0 20 0 22 0 36243846 10060525568 201028 33554432000 1073741824 1073778376 140737247966128 139924210086776 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31004/tid=31007] ppid=31001 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/31004/task/31007/stat : 31007 (java) S 31001 31004 28908 0 -1 4202560 45 0 0 0 9 2 0 0 20 0 22 0 36243847 10060525568 201028 33554432000 1073741824 1073778376 140737247966128 139924199148072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31004/tid=31008] ppid=31001 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/31004/task/31008/stat : 31008 (java) S 31001 31004 28908 0 -1 4202560 64 0 0 0 10 2 0 0 20 0 22 0 36243847 10060525568 201028 33554432000 1073741824 1073778376 140737247966128 139924198095272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31004/tid=31009] ppid=31001 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/31004/task/31009/stat : 31009 (java) S 31001 31004 28908 0 -1 4202560 91 0 0 0 11 3 0 0 20 0 22 0 36243847 10060525568 201028 33554432000 1073741824 1073778376 140737247966128 139924051015976 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31004/tid=31010] ppid=31001 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/31004/task/31010/stat : 31010 (java) S 31001 31004 28908 0 -1 4202560 77 0 0 0 11 3 0 0 20 0 22 0 36243847 10060525568 201028 33554432000 1073741824 1073778376 140737247966128 139924049963176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31004/tid=31011] ppid=31001 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/31004/task/31011/stat : 31011 (java) S 31001 31004 28908 0 -1 4202560 100 0 0 0 13 3 0 0 20 0 22 0 36243847 10060525568 201028 33554432000 1073741824 1073778376 140737247966128 139924048911400 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31004/tid=31012] ppid=31001 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/31004/task/31012/stat : 31012 (java) S 31001 31004 28908 0 -1 4202560 51 0 0 0 9 2 0 0 20 0 22 0 36243847 10060525568 201028 33554432000 1073741824 1073778376 140737247966128 139924047858600 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31004/tid=31013] ppid=31001 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/31004/task/31013/stat : 31013 (java) S 31001 31004 28908 0 -1 4202560 57 0 0 0 10 2 0 0 20 0 22 0 36243847 10060525568 201028 33554432000 1073741824 1073778376 140737247966128 139924046805800 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31004/tid=31014] ppid=31001 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/31004/task/31014/stat : 31014 (java) S 31001 31004 28908 0 -1 4202560 181 0 0 0 10 2 0 0 20 0 22 0 36243847 10060525568 201028 33554432000 1073741824 1073778376 140737247966128 139924045753000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31004/tid=31015] ppid=31001 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/31004/task/31015/stat : 31015 (java) S 31001 31004 28908 0 -1 4202560 354 0 0 0 1 3 0 0 20 0 22 0 36243848 10060525568 201028 33554432000 1073741824 1073778376 140737247966128 139924033554920 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31004/tid=31016] ppid=31001 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31004/task/31016/stat : 31016 (java) S 31001 31004 28908 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 36243848 10060525568 201028 33554432000 1073741824 1073778376 140737247966128 139924032500984 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31004/tid=31017] ppid=31001 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31004/task/31017/stat : 31017 (java) S 31001 31004 28908 0 -1 4202560 33 0 0 0 0 0 0 0 20 0 22 0 36243848 10060525568 201028 33554432000 1073741824 1073778376 140737247966128 139924031448072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31004/tid=31018] ppid=31001 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31004/task/31018/stat : 31018 (java) S 31001 31004 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36243851 10060525568 201028 33554432000 1073741824 1073778376 140737247966128 139924030396560 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31004/tid=31019] ppid=31001 vsize=9824732 CPUtime=1.69 cores=0,2,4,6
/proc/31004/task/31019/stat : 31019 (java) S 31001 31004 28908 0 -1 4202560 12916 0 0 0 166 3 0 0 20 0 22 0 36243851 10060525568 201028 33554432000 1073741824 1073778376 140737247966128 139924029344696 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31004/tid=31020] ppid=31001 vsize=9824732 CPUtime=0.89 cores=0,2,4,6
/proc/31004/task/31020/stat : 31020 (java) S 31001 31004 28908 0 -1 4202560 6516 0 0 0 87 2 0 0 20 0 22 0 36243851 10060525568 201028 33554432000 1073741824 1073778376 140737247966128 139924028291896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31004/tid=31021] ppid=31001 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31004/task/31021/stat : 31021 (java) S 31001 31004 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36243851 10060525568 201028 33554432000 1073741824 1073778376 140737247966128 139924027239288 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31004/tid=31022] ppid=31001 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/31004/task/31022/stat : 31022 (java) S 31001 31004 28908 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 36243851 10060525568 201028 33554432000 1073741824 1073778376 140737247966128 139924026186696 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31004/tid=31025] ppid=31001 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31004/task/31025/stat : 31025 (java) S 31001 31004 28908 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 36243864 10060525568 201028 33554432000 1073741824 1073778376 140737247966128 139924023026600 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31004/tid=31240] ppid=31001 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31004/task/31240/stat : 31240 (java) S 31001 31004 28908 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 36248373 10060525568 201028 33554432000 1073741824 1073778376 140737247966128 139924021974184 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 85.76
Current children cumulated vsize (KiB) 9824732

[startup+91.8008 s]
/proc/loadavg: 2.21 1.28 0.63 3/219 31241
/proc/meminfo: memFree=28333880/32872528 swapFree=1505436/1685308
[pid=31004] ppid=31001 vsize=9824732 CPUtime=86.07 cores=0,2,4,6
/proc/31004/stat : 31004 (java) S 31001 31004 28908 0 -1 4202496 25746 0 1 0 8461 146 0 0 20 0 20 0 36243845 10060525568 201023 33554432000 1073741824 1073778376 140737247966128 140737247957264 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31004/statm: 2456183 201023 2287 9 0 2446860 0
[pid=31004/tid=31006] ppid=31001 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/31004/task/31006/stat : 31006 (java) S 31001 31004 28908 0 -1 4202560 2425 0 1 0 23 2 0 0 20 0 20 0 36243846 10060525568 201023 33554432000 1073741824 1073778376 140737247966128 139924210086776 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31004/tid=31007] ppid=31001 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/31004/task/31007/stat : 31007 (java) S 31001 31004 28908 0 -1 4202560 45 0 0 0 9 2 0 0 20 0 20 0 36243847 10060525568 201023 33554432000 1073741824 1073778376 140737247966128 139924199148072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31004/tid=31008] ppid=31001 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/31004/task/31008/stat : 31008 (java) S 31001 31004 28908 0 -1 4202560 64 0 0 0 10 2 0 0 20 0 20 0 36243847 10060525568 201023 33554432000 1073741824 1073778376 140737247966128 139924198095272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31004/tid=31009] ppid=31001 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/31004/task/31009/stat : 31009 (java) S 31001 31004 28908 0 -1 4202560 91 0 0 0 11 3 0 0 20 0 20 0 36243847 10060525568 201023 33554432000 1073741824 1073778376 140737247966128 139924051015976 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31004/tid=31010] ppid=31001 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/31004/task/31010/stat : 31010 (java) S 31001 31004 28908 0 -1 4202560 77 0 0 0 11 3 0 0 20 0 20 0 36243847 10060525568 201023 33554432000 1073741824 1073778376 140737247966128 139924049963176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31004/tid=31011] ppid=31001 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/31004/task/31011/stat : 31011 (java) S 31001 31004 28908 0 -1 4202560 100 0 0 0 13 3 0 0 20 0 20 0 36243847 10060525568 201023 33554432000 1073741824 1073778376 140737247966128 139924048911400 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31004/tid=31012] ppid=31001 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/31004/task/31012/stat : 31012 (java) S 31001 31004 28908 0 -1 4202560 51 0 0 0 9 2 0 0 20 0 20 0 36243847 10060525568 201023 33554432000 1073741824 1073778376 140737247966128 139924047858600 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31004/tid=31013] ppid=31001 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/31004/task/31013/stat : 31013 (java) S 31001 31004 28908 0 -1 4202560 57 0 0 0 10 2 0 0 20 0 20 0 36243847 10060525568 201023 33554432000 1073741824 1073778376 140737247966128 139924046805800 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31004/tid=31014] ppid=31001 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/31004/task/31014/stat : 31014 (java) S 31001 31004 28908 0 -1 4202560 181 0 0 0 10 2 0 0 20 0 20 0 36243847 10060525568 201023 33554432000 1073741824 1073778376 140737247966128 139924045753000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31004/tid=31015] ppid=31001 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/31004/task/31015/stat : 31015 (java) S 31001 31004 28908 0 -1 4202560 354 0 0 0 1 3 0 0 20 0 20 0 36243848 10060525568 201023 33554432000 1073741824 1073778376 140737247966128 139924033554920 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31004/tid=31016] ppid=31001 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31004/task/31016/stat : 31016 (java) S 31001 31004 28908 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 36243848 10060525568 201023 33554432000 1073741824 1073778376 140737247966128 139924032500984 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31004/tid=31017] ppid=31001 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31004/task/31017/stat : 31017 (java) S 31001 31004 28908 0 -1 4202560 33 0 0 0 0 0 0 0 20 0 20 0 36243848 10060525568 201023 33554432000 1073741824 1073778376 140737247966128 139924031448072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31004/tid=31018] ppid=31001 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31004/task/31018/stat : 31018 (java) S 31001 31004 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 36243851 10060525568 201023 33554432000 1073741824 1073778376 140737247966128 139924030396560 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31004/tid=31019] ppid=31001 vsize=9824732 CPUtime=1.69 cores=0,2,4,6
/proc/31004/task/31019/stat : 31019 (java) S 31001 31004 28908 0 -1 4202560 12916 0 0 0 166 3 0 0 20 0 20 0 36243851 10060525568 201023 33554432000 1073741824 1073778376 140737247966128 139924029344696 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31004/tid=31020] ppid=31001 vsize=9824732 CPUtime=0.89 cores=0,2,4,6
/proc/31004/task/31020/stat : 31020 (java) S 31001 31004 28908 0 -1 4202560 6516 0 0 0 87 2 0 0 20 0 20 0 36243851 10060525568 201023 33554432000 1073741824 1073778376 140737247966128 139924028291896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31004/tid=31021] ppid=31001 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31004/task/31021/stat : 31021 (java) S 31001 31004 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 36243851 10060525568 201023 33554432000 1073741824 1073778376 140737247966128 139924027239288 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31004/tid=31022] ppid=31001 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/31004/task/31022/stat : 31022 (java) S 31001 31004 28908 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 20 0 36243851 10060525568 201023 33554432000 1073741824 1073778376 140737247966128 139924026186696 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31004/tid=31025] ppid=31001 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31004/task/31025/stat : 31025 (java) S 31001 31004 28908 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 36243864 10060525568 201023 33554432000 1073741824 1073778376 140737247966128 139924023026600 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 86.07
Current children cumulated vsize (KiB) 9824732

[startup+91.9008 s]
/proc/loadavg: 2.21 1.28 0.63 3/219 31241
/proc/meminfo: memFree=28333880/32872528 swapFree=1505436/1685308
[pid=31004] ppid=31001 vsize=9824732 CPUtime=86.09 cores=0,2,4,6
/proc/31004/stat : 31004 (java) S 31001 31004 28908 0 -1 4202496 25746 0 1 0 8462 147 0 0 20 0 19 0 36243845 10060525568 201021 33554432000 1073741824 1073778376 140737247966128 140737247957264 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31004/statm: 2456183 201021 2287 9 0 2446860 0
[pid=31004/tid=31006] ppid=31001 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/31004/task/31006/stat : 31006 (java) R 31001 31004 28908 0 -1 4202560 2425 0 1 0 23 2 0 0 20 0 19 0 36243846 10060525568 201021 33554432000 1073741824 1073778376 140737247966128 139924210086776 139924078860214 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31004/tid=31007] ppid=31001 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/31004/task/31007/stat : 31007 (java) S 31001 31004 28908 0 -1 4202560 45 0 0 0 9 2 0 0 20 0 19 0 36243847 10060525568 201021 33554432000 1073741824 1073778376 140737247966128 139924199148072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31004/tid=31008] ppid=31001 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/31004/task/31008/stat : 31008 (java) S 31001 31004 28908 0 -1 4202560 64 0 0 0 10 2 0 0 20 0 19 0 36243847 10060525568 201021 33554432000 1073741824 1073778376 140737247966128 139924198095272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31004/tid=31009] ppid=31001 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/31004/task/31009/stat : 31009 (java) S 31001 31004 28908 0 -1 4202560 91 0 0 0 11 3 0 0 20 0 19 0 36243847 10060525568 201021 33554432000 1073741824 1073778376 140737247966128 139924051015976 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31004/tid=31010] ppid=31001 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/31004/task/31010/stat : 31010 (java) S 31001 31004 28908 0 -1 4202560 77 0 0 0 11 3 0 0 20 0 19 0 36243847 10060525568 201021 33554432000 1073741824 1073778376 140737247966128 139924049963176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31004/tid=31011] ppid=31001 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/31004/task/31011/stat : 31011 (java) S 31001 31004 28908 0 -1 4202560 100 0 0 0 13 3 0 0 20 0 19 0 36243847 10060525568 201021 33554432000 1073741824 1073778376 140737247966128 139924048911400 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31004/tid=31012] ppid=31001 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/31004/task/31012/stat : 31012 (java) S 31001 31004 28908 0 -1 4202560 51 0 0 0 9 2 0 0 20 0 19 0 36243847 10060525568 201021 33554432000 1073741824 1073778376 140737247966128 139924047858600 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31004/tid=31013] ppid=31001 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/31004/task/31013/stat : 31013 (java) S 31001 31004 28908 0 -1 4202560 57 0 0 0 10 2 0 0 20 0 19 0 36243847 10060525568 201021 33554432000 1073741824 1073778376 140737247966128 139924046805800 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31004/tid=31014] ppid=31001 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/31004/task/31014/stat : 31014 (java) S 31001 31004 28908 0 -1 4202560 181 0 0 0 10 2 0 0 20 0 19 0 36243847 10060525568 201021 33554432000 1073741824 1073778376 140737247966128 139924045753000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31004/tid=31015] ppid=31001 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/31004/task/31015/stat : 31015 (java) S 31001 31004 28908 0 -1 4202560 354 0 0 0 1 3 0 0 20 0 19 0 36243848 10060525568 201021 33554432000 1073741824 1073778376 140737247966128 139924033554920 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31004/tid=31016] ppid=31001 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31004/task/31016/stat : 31016 (java) S 31001 31004 28908 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36243848 10060525568 201021 33554432000 1073741824 1073778376 140737247966128 139924032500984 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31004/tid=31017] ppid=31001 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31004/task/31017/stat : 31017 (java) S 31001 31004 28908 0 -1 4202560 33 0 0 0 0 0 0 0 20 0 19 0 36243848 10060525568 201021 33554432000 1073741824 1073778376 140737247966128 139924031448072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31004/tid=31018] ppid=31001 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31004/task/31018/stat : 31018 (java) S 31001 31004 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36243851 10060525568 201021 33554432000 1073741824 1073778376 140737247966128 139924030396560 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31004/tid=31019] ppid=31001 vsize=9824732 CPUtime=1.69 cores=0,2,4,6
/proc/31004/task/31019/stat : 31019 (java) S 31001 31004 28908 0 -1 4202560 12916 0 0 0 166 3 0 0 20 0 19 0 36243851 10060525568 201021 33554432000 1073741824 1073778376 140737247966128 139924029344696 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31004/tid=31020] ppid=31001 vsize=9824732 CPUtime=0.89 cores=0,2,4,6
/proc/31004/task/31020/stat : 31020 (java) S 31001 31004 28908 0 -1 4202560 6516 0 0 0 87 2 0 0 20 0 19 0 36243851 10060525568 201021 33554432000 1073741824 1073778376 140737247966128 139924028291896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31004/tid=31021] ppid=31001 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31004/task/31021/stat : 31021 (java) S 31001 31004 28908 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36243851 10060525568 201021 33554432000 1073741824 1073778376 140737247966128 139924027239288 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31004/tid=31022] ppid=31001 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/31004/task/31022/stat : 31022 (java) S 31001 31004 28908 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 36243851 10060525568 201021 33554432000 1073741824 1073778376 140737247966128 139924026186696 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31004/tid=31025] ppid=31001 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31004/task/31025/stat : 31025 (java) S 31001 31004 28908 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36243864 10060525568 201021 33554432000 1073741824 1073778376 140737247966128 139924023026600 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 86.09
Current children cumulated vsize (KiB) 9824732

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): 0.0300097
#  lost CPU user time (s): 0.0400043
#  lost CPU system time (s): -0.00999999

Real time (s): 91.9879
CPU time (s): 86.3409
CPU user time (s): 84.7191
CPU system time (s): 1.62175
CPU usage (%): 93.8611
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 84.6791
system time used= 1.63175
maximum resident set size= 804112
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25758
page faults= 1
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6163
involuntary context switches= 2571

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.623905 second user time and 0.905862 second system time

The end

Launcher Data

Begin job on node135 at 2016-06-19 15:12:59
IDJOB=4109421
IDBENCH=78804
IDSOLVER=2552
FILE ID=node135/4109421-1466341979
RUNJOBID= node135-1466341810-28924
PBS_JOBID= 19922018
Free space on /tmp= 71704 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.1111224255--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109421-1466341979/watcher-4109421-1466341979 -o /tmp/evaluation-result-4109421-1466341979/solver-4109421-1466341979 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1466341810-28924 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4109421-1466341979.wbo

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

MD5SUM BENCH= 05353c2425a18151180bf625f4200ddf
RANDOM SEED=1981835115

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.004
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.55
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.004
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:        29175936 kB
Buffers:          189640 kB
Cached:           278808 kB
SwapCached:          772 kB
Active:           928204 kB
Inactive:         332256 kB
Active(anon):     792664 kB
Inactive(anon):     1964 kB
Active(file):     135540 kB
Inactive(file):   330292 kB
Unevictable:     1685308 kB
Mlocked:         1505436 kB
SwapTotal:      67108856 kB
SwapFree:       67100528 kB
Dirty:              1064 kB
Writeback:             0 kB
AnonPages:       2446332 kB
Mapped:            15524 kB
Shmem:                 0 kB
Slab:             607468 kB
SReclaimable:      51100 kB
SUnreclaim:       556368 kB
KernelStack:        1816 kB
PageTables:         9308 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2869924 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    897024 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 node135 at 2016-06-19 15:14:31