Trace number 4109413

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 30.7993 50.3293

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111226368--soft-66-100-0.wbo
MD5SUMcd14c84645c681c9a9ce76500d94ff11
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark19
Best CPU time to get the best result obtained on this benchmark4.82227
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 1270
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4109413-1467321118.wbo
0.10/0.11	c reading problem ... 
0.10/0.17	c ... done. Wall clock time 0.064s.
0.10/0.17	c declared #vars     169
0.10/0.17	c internal #vars     211
0.10/0.17	c #constraints  101
0.10/0.17	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.17	c constraints type 
0.10/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
0.10/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 41
0.10/0.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.10/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 30
0.10/0.17	c 101 constraints processed.
0.10/0.17	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.17	c constraints type 
0.10/0.17	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3
0.10/0.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 27
0.10/0.17	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 41
0.10/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 30
0.10/0.17	c 101 constraints processed.
0.10/0.17	c objective function length is 42 literals
1.06/0.41	c And the winner is solver0
1.50/0.67	c SATISFIABLE
1.50/0.67	c OPTIMIZING...
1.50/0.68	c Got one! Elapsed wall clock time (in seconds):0.569
1.50/0.68	o 1161
1.50/0.68	c And the winner is solver0
1.53/1.18	c Got one! Elapsed wall clock time (in seconds):1.07
1.53/1.18	o 978
1.53/1.19	c And the winner is solver0
1.57/1.68	c Got one! Elapsed wall clock time (in seconds):1.571
1.57/1.68	o 976
1.57/1.68	c And the winner is solver0
1.58/2.18	c Got one! Elapsed wall clock time (in seconds):2.072
1.58/2.18	o 730
1.58/2.19	c And the winner is solver0
1.62/2.68	c Got one! Elapsed wall clock time (in seconds):2.573
1.62/2.68	o 719
1.62/2.69	c And the winner is solver0
1.74/3.18	c Got one! Elapsed wall clock time (in seconds):3.074
1.74/3.18	o 690
1.74/3.20	c And the winner is solver0
1.79/3.68	c Got one! Elapsed wall clock time (in seconds):3.575
1.79/3.68	o 677
1.82/3.73	c And the winner is solver0
1.93/4.18	c Got one! Elapsed wall clock time (in seconds):4.076
1.93/4.18	o 676
1.97/4.20	c And the winner is solver0
2.07/4.68	c Got one! Elapsed wall clock time (in seconds):4.577
2.07/4.68	o 674
2.09/4.71	c And the winner is solver0
2.13/5.18	c Got one! Elapsed wall clock time (in seconds):5.078
2.13/5.18	o 671
2.15/5.21	c And the winner is solver0
2.20/5.69	c Got one! Elapsed wall clock time (in seconds):5.579
2.20/5.69	o 667
2.22/5.72	c And the winner is solver0
2.30/6.19	c Got one! Elapsed wall clock time (in seconds):6.08
2.30/6.19	o 664
2.30/6.19	c And the winner is solver0
2.30/6.69	c Got one! Elapsed wall clock time (in seconds):6.581
2.30/6.69	o 614
2.30/6.69	c And the winner is solver0
2.30/7.19	c Got one! Elapsed wall clock time (in seconds):7.082
2.30/7.19	o 594
2.31/7.20	c And the winner is solver0
2.35/7.69	c Got one! Elapsed wall clock time (in seconds):7.583
2.35/7.69	o 590
2.37/7.71	c And the winner is solver0
2.39/8.19	c Got one! Elapsed wall clock time (in seconds):8.084
2.39/8.19	o 586
2.40/8.22	c And the winner is solver0
2.46/8.69	c Got one! Elapsed wall clock time (in seconds):8.585
2.46/8.69	o 584
2.47/8.70	c And the winner is solver0
2.50/9.19	c Got one! Elapsed wall clock time (in seconds):9.086
2.50/9.19	o 581
2.51/9.22	c And the winner is solver0
2.64/9.69	c Got one! Elapsed wall clock time (in seconds):9.587
2.64/9.69	o 573
2.65/9.72	c And the winner is solver0
2.73/10.19	c Got one! Elapsed wall clock time (in seconds):10.088
2.73/10.19	o 567
2.73/10.26	c And the winner is solver0
2.90/10.70	c Got one! Elapsed wall clock time (in seconds):10.589
2.90/10.70	o 564
2.90/10.70	c And the winner is solver0
2.91/11.20	c Got one! Elapsed wall clock time (in seconds):11.09
2.91/11.20	o 492
2.91/11.20	c And the winner is solver0
2.91/11.70	c Got one! Elapsed wall clock time (in seconds):11.591
2.91/11.70	o 435
2.91/11.70	c And the winner is solver0
2.92/12.20	c Got one! Elapsed wall clock time (in seconds):12.091
2.92/12.20	o 420
2.94/12.27	c cleaning 6120 clauses out of 12239 with flag 2973/12239
2.94/12.29	c And the winner is solver0
3.17/12.70	c Got one! Elapsed wall clock time (in seconds):12.592
3.17/12.70	o 418
3.17/12.70	c And the winner is solver0
3.18/13.20	c Got one! Elapsed wall clock time (in seconds):13.093
3.18/13.20	o 372
3.18/13.20	c And the winner is solver0
3.18/13.70	c Got one! Elapsed wall clock time (in seconds):13.594
3.18/13.70	o 347
3.18/13.71	c And the winner is solver0
3.20/14.20	c Got one! Elapsed wall clock time (in seconds):14.095
3.20/14.20	o 346
3.20/14.23	c And the winner is solver0
3.34/14.70	c Got one! Elapsed wall clock time (in seconds):14.596
3.34/14.70	o 344
3.34/14.71	c And the winner is solver0
3.34/15.20	c Got one! Elapsed wall clock time (in seconds):15.097
3.34/15.20	o 343
3.34/15.21	c And the winner is solver0
3.34/15.70	c Got one! Elapsed wall clock time (in seconds):15.598
3.34/15.70	o 341
3.34/15.71	c And the winner is solver0
3.35/16.20	c Got one! Elapsed wall clock time (in seconds):16.098
3.35/16.20	o 338
3.35/16.21	c And the winner is solver0
3.36/16.71	c Got one! Elapsed wall clock time (in seconds):16.599
3.36/16.71	o 315
3.36/16.71	c And the winner is solver0
3.36/17.21	c Got one! Elapsed wall clock time (in seconds):17.1
3.36/17.21	o 310
3.36/17.22	c And the winner is solver0
3.37/17.71	c Got one! Elapsed wall clock time (in seconds):17.601
3.37/17.71	o 306
3.37/17.72	c And the winner is solver0
3.39/18.21	c Got one! Elapsed wall clock time (in seconds):18.102
3.39/18.21	o 299
3.39/18.21	c And the winner is solver0
3.39/18.71	c Got one! Elapsed wall clock time (in seconds):18.603
3.39/18.71	o 296
3.39/18.72	c And the winner is solver0
3.39/19.21	c Got one! Elapsed wall clock time (in seconds):19.104
3.39/19.21	o 292
3.57/19.33	c And the winner is solver0
3.64/19.71	c Got one! Elapsed wall clock time (in seconds):19.605
3.64/19.71	o 291
3.64/19.72	c And the winner is solver0
3.64/20.21	c Got one! Elapsed wall clock time (in seconds):20.105
3.64/20.21	o 290
3.64/20.22	c And the winner is solver0
3.64/20.71	c Got one! Elapsed wall clock time (in seconds):20.606
3.64/20.71	o 284
3.64/20.74	c And the winner is solver0
3.71/21.21	c Got one! Elapsed wall clock time (in seconds):21.107
3.71/21.21	o 279
3.71/21.24	c And the winner is solver0
3.78/21.71	c Got one! Elapsed wall clock time (in seconds):21.608
3.78/21.71	o 277
3.78/21.73	c And the winner is solver0
3.82/22.22	c Got one! Elapsed wall clock time (in seconds):22.109
3.82/22.22	o 273
3.82/22.22	c And the winner is solver0
3.84/22.72	c Got one! Elapsed wall clock time (in seconds):22.61
3.84/22.72	o 272
3.84/22.72	c And the winner is solver0
3.84/23.22	c Got one! Elapsed wall clock time (in seconds):23.111
3.84/23.22	o 253
3.84/23.23	c And the winner is solver0
3.86/23.72	c Got one! Elapsed wall clock time (in seconds):23.612
3.86/23.72	o 244
4.01/23.81	c cleaning 8286 clauses out of 16574 with flag 6436/22694
4.01/23.85	c And the winner is solver0
4.14/24.22	c Got one! Elapsed wall clock time (in seconds):24.112
4.14/24.22	o 219
4.33/24.35	c And the winner is solver0
4.52/24.72	c Got one! Elapsed wall clock time (in seconds):24.613
4.52/24.72	o 217
4.52/24.78	c cleaning 6973 clauses out of 13951 with flag 3518/28357
4.52/24.79	c And the winner is solver0
4.72/25.22	c Got one! Elapsed wall clock time (in seconds):25.114
4.72/25.22	o 212
4.72/25.24	c And the winner is solver0
4.84/25.72	c Got one! Elapsed wall clock time (in seconds):25.615
4.84/25.72	o 211
4.84/25.78	c And the winner is solver0
4.98/26.22	c Got one! Elapsed wall clock time (in seconds):26.116
4.98/26.22	o 210
4.98/26.24	c And the winner is solver0
5.09/26.72	c Got one! Elapsed wall clock time (in seconds):26.617
5.09/26.72	o 209
5.09/26.73	c And the winner is solver0
5.10/27.22	c Got one! Elapsed wall clock time (in seconds):27.117
5.10/27.22	o 204
5.10/27.23	c And the winner is solver0
5.12/27.72	c Got one! Elapsed wall clock time (in seconds):27.618
5.12/27.72	o 203
5.12/27.73	c And the winner is solver0
5.14/28.23	c Got one! Elapsed wall clock time (in seconds):28.119
5.14/28.23	o 195
5.14/28.28	c And the winner is solver0
5.28/28.73	c Got one! Elapsed wall clock time (in seconds):28.62
5.28/28.73	o 193
5.28/28.75	c And the winner is solver0
5.39/29.23	c Got one! Elapsed wall clock time (in seconds):29.121
5.39/29.23	o 186
5.39/29.27	c And the winner is solver0
5.52/29.73	c Got one! Elapsed wall clock time (in seconds):29.621
5.52/29.73	o 185
5.52/29.76	c And the winner is solver0
5.66/30.23	c Got one! Elapsed wall clock time (in seconds):30.122
5.66/30.23	o 177
5.80/30.32	c cleaning 8329 clauses out of 16659 with flag 6851/38038
6.20/30.56	c cleaning 7164 clauses out of 14329 with flag 28596/44037
7.07/30.82	c cleaning 7080 clauses out of 14167 with flag 53351/51039
7.69/31.12	c cleaning 7542 clauses out of 15087 with flag 81451/59039
8.57/31.42	c And the winner is solver0
8.63/31.73	c Got one! Elapsed wall clock time (in seconds):31.623
8.63/31.73	o 166
8.63/31.74	c And the winner is solver0
8.71/32.23	c Got one! Elapsed wall clock time (in seconds):32.124
8.71/32.23	o 165
9.04/32.46	c cleaning 10529 clauses out of 21057 with flag 20266/72551
9.24/32.50	c And the winner is solver0
9.27/32.73	c Got one! Elapsed wall clock time (in seconds):32.625
9.27/32.73	o 162
9.27/32.74	c And the winner is solver0
9.27/33.23	c Got one! Elapsed wall clock time (in seconds):33.125
9.27/33.23	o 161
9.27/33.25	c And the winner is solver0
9.32/33.73	c Got one! Elapsed wall clock time (in seconds):33.626
9.32/33.73	o 157
9.46/33.90	c cleaning 8192 clauses out of 16391 with flag 15349/78414
10.07/34.11	c cleaning 7096 clauses out of 14200 with flag 37955/84415
10.28/34.24	c And the winner is solver0
10.46/34.73	c Got one! Elapsed wall clock time (in seconds):34.627
10.46/34.73	o 128
10.59/34.81	c cleaning 6421 clauses out of 12855 with flag 7505/90166
10.59/34.90	c And the winner is solver0
11.00/35.23	c Got one! Elapsed wall clock time (in seconds):35.128
11.00/35.23	o 120
11.14/35.34	c cleaning 6131 clauses out of 12265 with flag 10123/95998
11.53/35.55	c cleaning 6060 clauses out of 12132 with flag 30888/101996
11.74/35.60	c And the winner is solver0
11.77/35.73	c Got one! Elapsed wall clock time (in seconds):35.629
11.77/35.73	o 115
11.89/35.88	c cleaning 6011 clauses out of 12030 with flag 14316/107954
12.09/35.98	c And the winner is solver0
12.33/36.24	c Got one! Elapsed wall clock time (in seconds):36.129
12.33/36.24	o 97
12.33/36.28	c And the winner is solver0
12.48/36.74	c Got one! Elapsed wall clock time (in seconds):36.63
12.48/36.74	o 96
12.48/36.78	c cleaning 5855 clauses out of 11732 with flag 3555/113668
12.80/36.98	c cleaning 5932 clauses out of 11877 with flag 23173/119668
13.40/37.23	c cleaning 6467 clauses out of 12945 with flag 48822/126668
14.04/37.54	c cleaning 7240 clauses out of 14480 with flag 82319/134670
14.82/37.90	c cleaning 8113 clauses out of 16240 with flag 126484/143670
15.63/38.31	c cleaning 9063 clauses out of 18126 with flag 175289/153669
16.43/38.78	c cleaning 10027 clauses out of 20063 with flag 223570/164669
17.62/39.30	c cleaning 11011 clauses out of 22035 with flag 270712/176668
18.63/39.89	c cleaning 12013 clauses out of 24026 with flag 324137/189670
20.03/40.55	c cleaning 13006 clauses out of 26011 with flag 383676/203668
20.65/40.84	c And the winner is solver0
20.74/41.24	c Got one! Elapsed wall clock time (in seconds):41.135
20.74/41.24	o 89
20.74/41.26	c And the winner is solver0
20.79/41.74	c Got one! Elapsed wall clock time (in seconds):41.636
20.79/41.74	o 88
21.30/42.00	c cleaning 12777 clauses out of 25556 with flag 21502/216219
21.71/42.27	c cleaning 9388 clauses out of 18779 with flag 47589/222219
22.31/42.53	c cleaning 8194 clauses out of 16391 with flag 78526/229219
22.91/42.85	c cleaning 8098 clauses out of 16197 with flag 112552/237219
23.13/42.98	c And the winner is solver0
23.39/43.24	c Got one! Elapsed wall clock time (in seconds):43.137
23.39/43.24	o 81
23.50/43.34	c cleaning 6920 clauses out of 13848 with flag 8675/242968
23.70/43.45	c And the winner is solver0
23.84/43.75	c Got one! Elapsed wall clock time (in seconds):43.639
23.84/43.75	o 70
23.84/43.76	c And the winner is solver0
23.89/44.25	c Got one! Elapsed wall clock time (in seconds):44.141
23.89/44.25	o 65
23.89/44.26	c And the winner is solver0
23.93/44.75	c Got one! Elapsed wall clock time (in seconds):44.643
23.93/44.75	o 64
24.04/44.84	c cleaning 6575 clauses out of 13153 with flag 8714/249193
24.45/45.06	c cleaning 6279 clauses out of 12578 with flag 31523/255193
24.45/45.09	c And the winner is solver0
24.65/45.25	c Got one! Elapsed wall clock time (in seconds):45.146
24.65/45.25	o 58
24.94/45.44	c cleaning 6133 clauses out of 12277 with flag 19601/261171
25.33/45.64	c cleaning 6068 clauses out of 12144 with flag 42252/267171
25.93/45.90	c cleaning 6533 clauses out of 13076 with flag 68819/274171
26.54/46.20	c cleaning 7268 clauses out of 14543 with flag 99262/282172
27.13/46.57	c cleaning 8133 clauses out of 16274 with flag 137414/291171
27.13/46.59	c And the winner is solver0
27.42/46.76	c Got one! Elapsed wall clock time (in seconds):46.649
27.42/46.76	o 50
27.42/46.77	c And the winner is solver0
27.44/47.26	c Got one! Elapsed wall clock time (in seconds):47.152
27.44/47.26	o 36
27.44/47.27	c And the winner is solver0
27.45/47.76	c Got one! Elapsed wall clock time (in seconds):47.656
27.45/47.76	o 35
27.71/47.95	c cleaning 7044 clauses out of 14095 with flag 19104/297125
27.91/48.02	c And the winner is solver0
27.98/48.27	c Got one! Elapsed wall clock time (in seconds):48.161
27.98/48.27	o 26
28.04/48.38	c cleaning 6183 clauses out of 12374 with flag 10740/302448
28.45/48.59	c cleaning 6090 clauses out of 12190 with flag 32840/308449
29.05/48.82	c cleaning 6549 clauses out of 13097 with flag 58537/315448
29.45/49.06	c And the winner is solver0
29.72/49.27	c Got one! Elapsed wall clock time (in seconds):49.166
29.72/49.27	o 20
29.72/49.30	c And the winner is solver0
29.84/49.78	c Got one! Elapsed wall clock time (in seconds):49.672
29.84/49.78	o 19
30.28/50.01	c cleaning 9606 clauses out of 19212 with flag 20318/328116
30.48/50.15	c And the winner is solver0
30.68/50.32	c >>>>>>>>>> Solver number 0 (84 answers) <<<<<<<<<<<<<<<<<<
30.68/50.32	c starts		: 585
30.68/50.32	c conflicts		: 332097
30.68/50.32	c decisions		: 537131
30.68/50.32	c propagations		: 8864759
30.68/50.32	c inspects		: 147292565
30.68/50.32	c shortcuts		: 0
30.68/50.32	c learnt literals	: 24
30.68/50.32	c learnt binary clauses	: 115
30.68/50.32	c learnt ternary clauses	: 1155
30.68/50.32	c learnt constraints	: 332072
30.68/50.32	c ignored constraints	: 0
30.68/50.32	c root simplifications	: 0
30.68/50.32	c removed literals (reason simplification)	: 2861997
30.68/50.32	c reason swapping (by a shorter reason)	: 0
30.68/50.32	c Calls to reduceDB	: 41
30.68/50.32	c Number of update (reduction) of LBD	: 91207
30.68/50.32	c Imported unit clauses	: 0
30.68/50.32	c number of reductions to clauses (during analyze)	: 0
30.68/50.32	c number of learned constraints concerned by reduction	: 0
30.68/50.32	c number of learning phase by resolution	: 0
30.68/50.32	c number of learning phase by cutting planes	: 0
30.68/50.32	c speed (assignments/second)	: 176793.0876311276
30.68/50.32	c non guided choices	2817
30.68/50.32	c learnt constraints type 
30.68/50.32	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
30.68/50.32	c starts		: 84
30.68/50.32	c conflicts		: 654
30.68/50.32	c decisions		: 7277
30.68/50.32	c propagations		: 34739
30.68/50.32	c inspects		: 1610404
30.68/50.32	c shortcuts		: 0
30.68/50.32	c learnt literals	: 0
30.68/50.32	c learnt binary clauses	: 0
30.68/50.32	c learnt ternary clauses	: 0
30.68/50.32	c learnt constraints	: 584
30.68/50.32	c ignored constraints	: 0
30.68/50.32	c root simplifications	: 0
30.68/50.32	c removed literals (reason simplification)	: 0
30.68/50.32	c reason swapping (by a shorter reason)	: 0
30.68/50.32	c Calls to reduceDB	: 0
30.68/50.32	c Number of update (reduction) of LBD	: 0
30.68/50.32	c Imported unit clauses	: 0
30.68/50.32	c number of reductions to clauses (during analyze)	: 0
30.68/50.32	c number of learned constraints concerned by reduction	: 0
30.68/50.32	c number of learning phase by resolution	: 0
30.68/50.32	c number of learning phase by cutting planes	: 0
30.68/50.32	c speed (assignments/second)	: 66295.80152671755
30.68/50.32	c non guided choices	837
30.68/50.32	c learnt constraints type 
30.68/50.32	s OPTIMUM FOUND
30.68/50.32	c Found 83 solution(s)
30.68/50.32	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 
30.68/50.32	c objective function=19
30.68/50.32	c Total wall clock time (in seconds): 50.215

Verifier Data

OK	19

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

pid=25202
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.69 0.84 1.06 2/169 25205
/proc/meminfo: memFree=26742224/32872528 swapFree=11480/941500
[pid=25205] ppid=25202 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/25205/stat : 25205 (java) S 25202 25205 13214 0 -1 4202496 1295 0 0 0 0 0 0 0 20 0 2 0 13079091 95129600 927 33554432000 1073741824 1073778376 140735777009296 140735777000432 213196505149 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25205/statm: 23225 927 703 9 0 16769 0
[pid=25205/tid=25206] ppid=25202 vsize=94112 CPUtime=0 cores=1,3,5,7
/proc/25205/task/25206/stat : 25206 (java) R 25202 25205 13214 0 -1 4202560 75 0 0 0 0 0 0 0 20 0 2 0 13079092 96370688 931 33554432000 1073741824 1073778376 140735777009296 139849448791592 213183983402 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100161 s]
/proc/loadavg: 0.69 0.84 1.06 2/169 25205
/proc/meminfo: memFree=26742224/32872528 swapFree=11480/941500
[pid=25205] ppid=25202 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/25205/stat : 25205 (java) S 25202 25205 13214 0 -1 4202496 4486 0 1 0 9 1 0 0 20 0 18 0 13079091 9787879424 6111 33554432000 1073741824 1073778376 140735777009296 140735777000432 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25205/statm: 2389619 6111 2156 9 0 2380296 0
[pid=25205/tid=25206] ppid=25202 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/25205/task/25206/stat : 25206 (java) R 25202 25205 13214 0 -1 4202560 2385 0 1 0 6 1 0 0 20 0 18 0 13079092 9787879424 6111 33554432000 1073741824 1073778376 140735777009296 139849448794992 213196530957 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200385 s]
/proc/loadavg: 0.69 0.84 1.06 2/169 25205
/proc/meminfo: memFree=26742224/32872528 swapFree=11480/941500
[pid=25205] ppid=25202 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/25205/stat : 25205 (java) S 25202 25205 13214 0 -1 4202496 4802 0 1 0 25 2 0 0 20 0 22 0 13079091 10060525568 7912 33554432000 1073741824 1073778376 140735777009296 140735777000432 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25205/statm: 2456183 7912 2219 9 0 2446860 0
[pid=25205/tid=25206] ppid=25202 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/25205/task/25206/stat : 25206 (java) S 25202 25205 13214 0 -1 4202560 2414 0 1 0 14 1 0 0 20 0 22 0 13079092 10060525568 7912 33554432000 1073741824 1073778376 140735777009296 139849448797048 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9824732

[startup+0.30028 s]
/proc/loadavg: 0.69 0.84 1.06 2/169 25205
/proc/meminfo: memFree=26742224/32872528 swapFree=11480/941500
[pid=25205] ppid=25202 vsize=9824732 CPUtime=0.66 cores=1,3,5,7
/proc/25205/stat : 25205 (java) S 25202 25205 13214 0 -1 4202496 7645 0 1 0 64 2 0 0 20 0 22 0 13079091 10060525568 10081 33554432000 1073741824 1073778376 140735777009296 140735777000432 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25205/statm: 2456183 10081 2247 9 0 2446860 0
[pid=25205/tid=25206] ppid=25202 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/25205/task/25206/stat : 25206 (java) S 25202 25205 13214 0 -1 4202560 2414 0 1 0 14 1 0 0 20 0 22 0 13079092 10060525568 10081 33554432000 1073741824 1073778376 140735777009296 139849448797048 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 9824732

[startup+0.700322 s]
/proc/loadavg: 0.69 0.84 1.06 2/169 25205
/proc/meminfo: memFree=26742224/32872528 swapFree=11480/941500
[pid=25205] ppid=25202 vsize=9824732 CPUtime=1.53 cores=1,3,5,7
/proc/25205/stat : 25205 (java) S 25202 25205 13214 0 -1 4202496 16876 0 1 0 147 6 0 0 20 0 19 0 13079091 10060525568 16700 33554432000 1073741824 1073778376 140735777009296 140735777000432 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25205/statm: 2456183 16700 2257 9 0 2446860 0
[pid=25205/tid=25206] ppid=25202 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/25205/task/25206/stat : 25206 (java) S 25202 25205 13214 0 -1 4202560 2414 0 1 0 14 1 0 0 20 0 19 0 13079092 10060525568 16700 33554432000 1073741824 1073778376 140735777009296 139849448797048 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 9824732

[startup+1.5008 s]
/proc/loadavg: 0.95 0.89 1.07 1/188 25230
/proc/meminfo: memFree=26683740/32872528 swapFree=11480/941500
[pid=25205] ppid=25202 vsize=9824732 CPUtime=1.57 cores=1,3,5,7
/proc/25205/stat : 25205 (java) S 25202 25205 13214 0 -1 4202496 16888 0 1 0 149 8 0 0 20 0 19 0 13079091 10060525568 18237 33554432000 1073741824 1073778376 140735777009296 140735777000432 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25205/statm: 2456183 18237 2257 9 0 2446860 0
[pid=25205/tid=25206] ppid=25202 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/25205/task/25206/stat : 25206 (java) S 25202 25205 13214 0 -1 4202560 2415 0 1 0 14 1 0 0 20 0 19 0 13079092 10060525568 18237 33554432000 1073741824 1073778376 140735777009296 139849448797048 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25205/tid=25208] ppid=25202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25205/task/25208/stat : 25208 (java) S 25202 25205 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13079092 10060525568 18237 33554432000 1073741824 1073778376 140735777009296 139849437858216 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25205/tid=25209] ppid=25202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25205/task/25209/stat : 25209 (java) S 25202 25205 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13079092 10060525568 18237 33554432000 1073741824 1073778376 140735777009296 139849291741736 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25205/tid=25210] ppid=25202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25205/task/25210/stat : 25210 (java) S 25202 25205 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13079092 10060525568 18237 33554432000 1073741824 1073778376 140735777009296 139849290688680 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25205/tid=25211] ppid=25202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25205/task/25211/stat : 25211 (java) S 25202 25205 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13079092 10060525568 18237 33554432000 1073741824 1073778376 140735777009296 139849289636136 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25205/tid=25212] ppid=25202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25205/task/25212/stat : 25212 (java) S 25202 25205 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13079092 10060525568 18237 33554432000 1073741824 1073778376 140735777009296 139849288584104 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25205/tid=25213] ppid=25202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25205/task/25213/stat : 25213 (java) S 25202 25205 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13079092 10060525568 18237 33554432000 1073741824 1073778376 140735777009296 139849287531560 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25205/tid=25214] ppid=25202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25205/task/25214/stat : 25214 (java) S 25202 25205 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13079092 10060525568 18237 33554432000 1073741824 1073778376 140735777009296 139849286478504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25205/tid=25215] ppid=25202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25205/task/25215/stat : 25215 (java) S 25202 25205 13214 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13079092 10060525568 18237 33554432000 1073741824 1073778376 140735777009296 139849285425960 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25205/tid=25216] ppid=25202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25205/task/25216/stat : 25216 (java) S 25202 25205 13214 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13079093 10060525568 18237 33554432000 1073741824 1073778376 140735777009296 139849273014632 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25205/tid=25217] ppid=25202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25205/task/25217/stat : 25217 (java) S 25202 25205 13214 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13079094 10060525568 18237 33554432000 1073741824 1073778376 140735777009296 139849271960952 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25205/tid=25218] ppid=25202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25205/task/25218/stat : 25218 (java) S 25202 25205 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13079094 10060525568 18237 33554432000 1073741824 1073778376 140735777009296 139849270907784 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25205/tid=25219] ppid=25202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25205/task/25219/stat : 25219 (java) S 25202 25205 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13079096 10060525568 18237 33554432000 1073741824 1073778376 140735777009296 139849269856528 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25205/tid=25220] ppid=25202 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/25205/task/25220/stat : 25220 (java) S 25202 25205 13214 0 -1 4202560 4641 0 0 0 41 0 0 0 20 0 19 0 13079096 10060525568 18237 33554432000 1073741824 1073778376 140735777009296 139849268804408 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25205/tid=25221] ppid=25202 vsize=9824732 CPUtime=0.44 cores=1,3,5,7
/proc/25205/task/25221/stat : 25221 (java) S 25202 25205 13214 0 -1 4202560 8480 0 0 0 42 2 0 0 20 0 19 0 13079096 10060525568 18237 33554432000 1073741824 1073778376 140735777009296 139849267751864 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25205/tid=25222] ppid=25202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25205/task/25222/stat : 25222 (java) S 25202 25205 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13079096 10060525568 18237 33554432000 1073741824 1073778376 140735777009296 139849266699000 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25205/tid=25223] ppid=25202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25205/task/25223/stat : 25223 (java) S 25202 25205 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13079096 10060525568 18237 33554432000 1073741824 1073778376 140735777009296 139849265646664 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25205/tid=25226] ppid=25202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25205/task/25226/stat : 25226 (java) S 25202 25205 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13079109 10060525568 18237 33554432000 1073741824 1073778376 140735777009296 139849262486312 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.57
Current children cumulated vsize (KiB) 9824732

[startup+3.10081 s]
/proc/loadavg: 0.95 0.89 1.07 1/188 25239
/proc/meminfo: memFree=26666844/32872528 swapFree=11480/941500
[pid=25205] ppid=25202 vsize=9824732 CPUtime=1.74 cores=1,3,5,7
/proc/25205/stat : 25205 (java) S 25202 25205 13214 0 -1 4202496 16919 0 1 0 162 12 0 0 20 0 19 0 13079091 10060525568 22336 33554432000 1073741824 1073778376 140735777009296 140735777000432 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25205/statm: 2456183 22336 2260 9 0 2446860 0
[pid=25205/tid=25206] ppid=25202 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/25205/task/25206/stat : 25206 (java) S 25202 25205 13214 0 -1 4202560 2416 0 1 0 14 2 0 0 20 0 19 0 13079092 10060525568 22336 33554432000 1073741824 1073778376 140735777009296 139849448797048 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25205/tid=25208] ppid=25202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25205/task/25208/stat : 25208 (java) S 25202 25205 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13079092 10060525568 22336 33554432000 1073741824 1073778376 140735777009296 139849437858216 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25205/tid=25209] ppid=25202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25205/task/25209/stat : 25209 (java) S 25202 25205 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13079092 10060525568 22336 33554432000 1073741824 1073778376 140735777009296 139849291741736 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25205/tid=25210] ppid=25202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25205/task/25210/stat : 25210 (java) S 25202 25205 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13079092 10060525568 22336 33554432000 1073741824 1073778376 140735777009296 139849290688680 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25205/tid=25211] ppid=25202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25205/task/25211/stat : 25211 (java) S 25202 25205 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13079092 10060525568 22336 33554432000 1073741824 1073778376 140735777009296 139849289636136 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25205/tid=25212] ppid=25202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25205/task/25212/stat : 25212 (java) S 25202 25205 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13079092 10060525568 22336 33554432000 1073741824 1073778376 140735777009296 139849288584104 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25205/tid=25213] ppid=25202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25205/task/25213/stat : 25213 (java) S 25202 25205 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13079092 10060525568 22336 33554432000 1073741824 1073778376 140735777009296 139849287531560 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25205/tid=25214] ppid=25202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25205/task/25214/stat : 25214 (java) S 25202 25205 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13079092 10060525568 22336 33554432000 1073741824 1073778376 140735777009296 139849286478504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25205/tid=25215] ppid=25202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25205/task/25215/stat : 25215 (java) S 25202 25205 13214 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13079092 10060525568 22336 33554432000 1073741824 1073778376 140735777009296 139849285425960 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25205/tid=25216] ppid=25202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25205/task/25216/stat : 25216 (java) S 25202 25205 13214 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13079093 10060525568 22336 33554432000 1073741824 1073778376 140735777009296 139849273014632 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25205/tid=25217] ppid=25202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25205/task/25217/stat : 25217 (java) S 25202 25205 13214 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13079094 10060525568 22336 33554432000 1073741824 1073778376 140735777009296 139849271960952 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25205/tid=25218] ppid=25202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25205/task/25218/stat : 25218 (java) S 25202 25205 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13079094 10060525568 22336 33554432000 1073741824 1073778376 140735777009296 139849270907784 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25205/tid=25219] ppid=25202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25205/task/25219/stat : 25219 (java) S 25202 25205 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13079096 10060525568 22336 33554432000 1073741824 1073778376 140735777009296 139849269856528 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25205/tid=25220] ppid=25202 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/25205/task/25220/stat : 25220 (java) S 25202 25205 13214 0 -1 4202560 4641 0 0 0 45 0 0 0 20 0 19 0 13079096 10060525568 22336 33554432000 1073741824 1073778376 140735777009296 139849268804408 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25205/tid=25221] ppid=25202 vsize=9824732 CPUtime=0.49 cores=1,3,5,7
/proc/25205/task/25221/stat : 25221 (java) S 25202 25205 13214 0 -1 4202560 8483 0 0 0 47 2 0 0 20 0 19 0 13079096 10060525568 22336 33554432000 1073741824 1073778376 140735777009296 139849267751864 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25205/tid=25222] ppid=25202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25205/task/25222/stat : 25222 (java) S 25202 25205 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13079096 10060525568 22336 33554432000 1073741824 1073778376 140735777009296 139849266699000 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25205/tid=25223] ppid=25202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25205/task/25223/stat : 25223 (java) S 25202 25205 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13079096 10060525568 22336 33554432000 1073741824 1073778376 140735777009296 139849265646664 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25205/tid=25226] ppid=25202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25205/task/25226/stat : 25226 (java) S 25202 25205 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13079109 10060525568 22336 33554432000 1073741824 1073778376 140735777009296 139849262486312 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.74
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=13 pid=1822 uid=0 cmd=

[startup+6.30085 s]
/proc/loadavg: 0.87 0.87 1.07 1/188 25257
/proc/meminfo: memFree=26617560/32872528 swapFree=11480/941500
[pid=25205] ppid=25202 vsize=9824732 CPUtime=2.3 cores=1,3,5,7
/proc/25205/stat : 25205 (java) S 25202 25205 13214 0 -1 4202496 17988 0 1 0 206 24 0 0 20 0 19 0 13079091 10060525568 37434 33554432000 1073741824 1073778376 140735777009296 140735777000432 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25205/statm: 2456183 37434 2269 9 0 2446860 0
[pid=25205/tid=25206] ppid=25202 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/25205/task/25206/stat : 25206 (java) S 25202 25205 13214 0 -1 4202560 2418 0 1 0 15 2 0 0 20 0 19 0 13079092 10060525568 37434 33554432000 1073741824 1073778376 140735777009296 139849448797048 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25205/tid=25208] ppid=25202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25205/task/25208/stat : 25208 (java) S 25202 25205 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13079092 10060525568 37434 33554432000 1073741824 1073778376 140735777009296 139849437858216 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25205/tid=25209] ppid=25202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25205/task/25209/stat : 25209 (java) S 25202 25205 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13079092 10060525568 37434 33554432000 1073741824 1073778376 140735777009296 139849291741736 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25205/tid=25210] ppid=25202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25205/task/25210/stat : 25210 (java) S 25202 25205 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13079092 10060525568 37434 33554432000 1073741824 1073778376 140735777009296 139849290688680 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25205/tid=25211] ppid=25202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25205/task/25211/stat : 25211 (java) S 25202 25205 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13079092 10060525568 37434 33554432000 1073741824 1073778376 140735777009296 139849289636136 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25205/tid=25212] ppid=25202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25205/task/25212/stat : 25212 (java) S 25202 25205 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13079092 10060525568 37434 33554432000 1073741824 1073778376 140735777009296 139849288584104 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25205/tid=25213] ppid=25202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25205/task/25213/stat : 25213 (java) S 25202 25205 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13079092 10060525568 37434 33554432000 1073741824 1073778376 140735777009296 139849287531560 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25205/tid=25214] ppid=25202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25205/task/25214/stat : 25214 (java) S 25202 25205 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13079092 10060525568 37434 33554432000 1073741824 1073778376 140735777009296 139849286478504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25205/tid=25215] ppid=25202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25205/task/25215/stat : 25215 (java) S 25202 25205 13214 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13079092 10060525568 37434 33554432000 1073741824 1073778376 140735777009296 139849285425960 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25205/tid=25216] ppid=25202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25205/task/25216/stat : 25216 (java) S 25202 25205 13214 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13079093 10060525568 37434 33554432000 1073741824 1073778376 140735777009296 139849273014632 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25205/tid=25217] ppid=25202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25205/task/25217/stat : 25217 (java) S 25202 25205 13214 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13079094 10060525568 37434 33554432000 1073741824 1073778376 140735777009296 139849271960952 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25205/tid=25218] ppid=25202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25205/task/25218/stat : 25218 (java) S 25202 25205 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13079094 10060525568 37434 33554432000 1073741824 1073778376 140735777009296 139849270907784 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25205/tid=25219] ppid=25202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25205/task/25219/stat : 25219 (java) S 25202 25205 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13079096 10060525568 37434 33554432000 1073741824 1073778376 140735777009296 139849269856528 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25205/tid=25220] ppid=25202 vsize=9824732 CPUtime=0.56 cores=1,3,5,7

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

/proc/25205/task/25214/stat : 25214 (java) S 25202 25205 13214 0 -1 4202560 20 0 0 0 4 0 0 0 20 0 19 0 13079092 10060525568 48901 33554432000 1073741824 1073778376 140735777009296 139849286478504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25205/tid=25215] ppid=25202 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/25205/task/25215/stat : 25215 (java) S 25202 25205 13214 0 -1 4202560 28 0 0 0 6 0 0 0 20 0 19 0 13079092 10060525568 48901 33554432000 1073741824 1073778376 140735777009296 139849285425960 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25205/tid=25216] ppid=25202 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/25205/task/25216/stat : 25216 (java) S 25202 25205 13214 0 -1 4202560 11 0 0 0 1 5 0 0 20 0 19 0 13079093 10060525568 48901 33554432000 1073741824 1073778376 140735777009296 139849273014632 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25205/tid=25217] ppid=25202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25205/task/25217/stat : 25217 (java) S 25202 25205 13214 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13079094 10060525568 48901 33554432000 1073741824 1073778376 140735777009296 139849271960952 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25205/tid=25218] ppid=25202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25205/task/25218/stat : 25218 (java) S 25202 25205 13214 0 -1 4202560 35 0 0 0 0 0 0 0 20 0 19 0 13079094 10060525568 48901 33554432000 1073741824 1073778376 140735777009296 139849270907784 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25205/tid=25219] ppid=25202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25205/task/25219/stat : 25219 (java) S 25202 25205 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13079096 10060525568 48901 33554432000 1073741824 1073778376 140735777009296 139849269856528 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25205/tid=25220] ppid=25202 vsize=9824732 CPUtime=1.36 cores=1,3,5,7
/proc/25205/task/25220/stat : 25220 (java) S 25202 25205 13214 0 -1 4202560 11844 0 0 0 134 2 0 0 20 0 19 0 13079096 10060525568 48901 33554432000 1073741824 1073778376 140735777009296 139849268804408 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25205/tid=25221] ppid=25202 vsize=9824732 CPUtime=0.88 cores=1,3,5,7
/proc/25205/task/25221/stat : 25221 (java) S 25202 25205 13214 0 -1 4202560 8524 0 0 0 86 2 0 0 20 0 19 0 13079096 10060525568 48901 33554432000 1073741824 1073778376 140735777009296 139849267751864 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25205/tid=25222] ppid=25202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25205/task/25222/stat : 25222 (java) S 25202 25205 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13079096 10060525568 48901 33554432000 1073741824 1073778376 140735777009296 139849266699000 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25205/tid=25223] ppid=25202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25205/task/25223/stat : 25223 (java) S 25202 25205 13214 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 13079096 10060525568 48901 33554432000 1073741824 1073778376 140735777009296 139849265646664 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25205/tid=25226] ppid=25202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25205/task/25226/stat : 25226 (java) S 25202 25205 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13079109 10060525568 48901 33554432000 1073741824 1073778376 140735777009296 139849262486312 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 29.84
Current children cumulated vsize (KiB) 9824732

[startup+50.0009 s]
/proc/loadavg: 1.14 0.93 1.08 1/188 25474
/proc/meminfo: memFree=26552800/32872528 swapFree=11480/941500
[pid=25205] ppid=25202 vsize=9824732 CPUtime=30.28 cores=1,3,5,7
/proc/25205/stat : 25205 (java) S 25202 25205 13214 0 -1 4202496 25159 0 1 0 2903 125 0 0 20 0 22 0 13079091 10060525568 48907 33554432000 1073741824 1073778376 140735777009296 140735777000432 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25205/statm: 2456183 48907 2288 9 0 2446860 0
[pid=25205/tid=25206] ppid=25202 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/25205/task/25206/stat : 25206 (java) S 25202 25205 13214 0 -1 4202560 2420 0 1 0 21 2 0 0 20 0 22 0 13079092 10060525568 48907 33554432000 1073741824 1073778376 140735777009296 139849448797048 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25205/tid=25208] ppid=25202 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/25205/task/25208/stat : 25208 (java) S 25202 25205 13214 0 -1 4202560 50 0 0 0 6 0 0 0 20 0 22 0 13079092 10060525568 48907 33554432000 1073741824 1073778376 140735777009296 139849437858216 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25205/tid=25209] ppid=25202 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/25205/task/25209/stat : 25209 (java) S 25202 25205 13214 0 -1 4202560 42 0 0 0 5 0 0 0 20 0 22 0 13079092 10060525568 48907 33554432000 1073741824 1073778376 140735777009296 139849291741736 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25205/tid=25210] ppid=25202 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/25205/task/25210/stat : 25210 (java) S 25202 25205 13214 0 -1 4202560 24 0 0 0 5 0 0 0 20 0 22 0 13079092 10060525568 48907 33554432000 1073741824 1073778376 140735777009296 139849290688680 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25205/tid=25211] ppid=25202 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/25205/task/25211/stat : 25211 (java) S 25202 25205 13214 0 -1 4202560 42 0 0 0 5 0 0 0 20 0 22 0 13079092 10060525568 48907 33554432000 1073741824 1073778376 140735777009296 139849289636136 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25205/tid=25212] ppid=25202 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/25205/task/25212/stat : 25212 (java) S 25202 25205 13214 0 -1 4202560 24 0 0 0 4 0 0 0 20 0 22 0 13079092 10060525568 48907 33554432000 1073741824 1073778376 140735777009296 139849288584104 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25205/tid=25213] ppid=25202 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/25205/task/25213/stat : 25213 (java) S 25202 25205 13214 0 -1 4202560 40 0 0 0 5 0 0 0 20 0 22 0 13079092 10060525568 48907 33554432000 1073741824 1073778376 140735777009296 139849287531560 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25205/tid=25214] ppid=25202 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/25205/task/25214/stat : 25214 (java) S 25202 25205 13214 0 -1 4202560 20 0 0 0 4 0 0 0 20 0 22 0 13079092 10060525568 48907 33554432000 1073741824 1073778376 140735777009296 139849286478504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25205/tid=25215] ppid=25202 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/25205/task/25215/stat : 25215 (java) S 25202 25205 13214 0 -1 4202560 28 0 0 0 6 0 0 0 20 0 22 0 13079092 10060525568 48907 33554432000 1073741824 1073778376 140735777009296 139849285425960 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25205/tid=25216] ppid=25202 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/25205/task/25216/stat : 25216 (java) S 25202 25205 13214 0 -1 4202560 11 0 0 0 1 5 0 0 20 0 22 0 13079093 10060525568 48907 33554432000 1073741824 1073778376 140735777009296 139849273014632 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25205/tid=25217] ppid=25202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25205/task/25217/stat : 25217 (java) S 25202 25205 13214 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13079094 10060525568 48907 33554432000 1073741824 1073778376 140735777009296 139849271960952 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25205/tid=25218] ppid=25202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25205/task/25218/stat : 25218 (java) S 25202 25205 13214 0 -1 4202560 35 0 0 0 0 0 0 0 20 0 22 0 13079094 10060525568 48907 33554432000 1073741824 1073778376 140735777009296 139849270907784 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25205/tid=25219] ppid=25202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25205/task/25219/stat : 25219 (java) S 25202 25205 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13079096 10060525568 48907 33554432000 1073741824 1073778376 140735777009296 139849269856528 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25205/tid=25220] ppid=25202 vsize=9824732 CPUtime=1.36 cores=1,3,5,7
/proc/25205/task/25220/stat : 25220 (java) S 25202 25205 13214 0 -1 4202560 11844 0 0 0 134 2 0 0 20 0 22 0 13079096 10060525568 48907 33554432000 1073741824 1073778376 140735777009296 139849268804408 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25205/tid=25221] ppid=25202 vsize=9824732 CPUtime=0.88 cores=1,3,5,7
/proc/25205/task/25221/stat : 25221 (java) S 25202 25205 13214 0 -1 4202560 8524 0 0 0 86 2 0 0 20 0 22 0 13079096 10060525568 48907 33554432000 1073741824 1073778376 140735777009296 139849267751864 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25205/tid=25222] ppid=25202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25205/task/25222/stat : 25222 (java) S 25202 25205 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13079096 10060525568 48907 33554432000 1073741824 1073778376 140735777009296 139849266699000 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25205/tid=25223] ppid=25202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25205/task/25223/stat : 25223 (java) S 25202 25205 13214 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 13079096 10060525568 48907 33554432000 1073741824 1073778376 140735777009296 139849265646664 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25205/tid=25226] ppid=25202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25205/task/25226/stat : 25226 (java) S 25202 25205 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13079109 10060525568 48907 33554432000 1073741824 1073778376 140735777009296 139849262486312 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 30.28
Current children cumulated vsize (KiB) 9824732

[startup+50.2008 s]
/proc/loadavg: 1.14 0.93 1.08 1/188 25474
/proc/meminfo: memFree=26552800/32872528 swapFree=11480/941500
[pid=25205] ppid=25202 vsize=9824732 CPUtime=30.63 cores=1,3,5,7
/proc/25205/stat : 25205 (java) S 25202 25205 13214 0 -1 4202496 25160 0 1 0 2937 126 0 0 20 0 20 0 13079091 10060525568 48903 33554432000 1073741824 1073778376 140735777009296 140735777000432 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25205/statm: 2456183 48903 2288 9 0 2446860 0
[pid=25205/tid=25206] ppid=25202 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/25205/task/25206/stat : 25206 (java) S 25202 25205 13214 0 -1 4202560 2420 0 1 0 21 2 0 0 20 0 20 0 13079092 10060525568 48903 33554432000 1073741824 1073778376 140735777009296 139849448797048 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25205/tid=25208] ppid=25202 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/25205/task/25208/stat : 25208 (java) S 25202 25205 13214 0 -1 4202560 50 0 0 0 6 0 0 0 20 0 20 0 13079092 10060525568 48903 33554432000 1073741824 1073778376 140735777009296 139849437858216 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25205/tid=25209] ppid=25202 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/25205/task/25209/stat : 25209 (java) S 25202 25205 13214 0 -1 4202560 42 0 0 0 5 0 0 0 20 0 20 0 13079092 10060525568 48903 33554432000 1073741824 1073778376 140735777009296 139849291741736 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25205/tid=25210] ppid=25202 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/25205/task/25210/stat : 25210 (java) S 25202 25205 13214 0 -1 4202560 24 0 0 0 5 0 0 0 20 0 20 0 13079092 10060525568 48903 33554432000 1073741824 1073778376 140735777009296 139849290688680 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25205/tid=25211] ppid=25202 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/25205/task/25211/stat : 25211 (java) S 25202 25205 13214 0 -1 4202560 42 0 0 0 5 0 0 0 20 0 20 0 13079092 10060525568 48903 33554432000 1073741824 1073778376 140735777009296 139849289636136 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25205/tid=25212] ppid=25202 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/25205/task/25212/stat : 25212 (java) S 25202 25205 13214 0 -1 4202560 24 0 0 0 4 0 0 0 20 0 20 0 13079092 10060525568 48903 33554432000 1073741824 1073778376 140735777009296 139849288584104 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25205/tid=25213] ppid=25202 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/25205/task/25213/stat : 25213 (java) S 25202 25205 13214 0 -1 4202560 40 0 0 0 5 0 0 0 20 0 20 0 13079092 10060525568 48903 33554432000 1073741824 1073778376 140735777009296 139849287531560 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25205/tid=25214] ppid=25202 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/25205/task/25214/stat : 25214 (java) S 25202 25205 13214 0 -1 4202560 20 0 0 0 4 0 0 0 20 0 20 0 13079092 10060525568 48903 33554432000 1073741824 1073778376 140735777009296 139849286478504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25205/tid=25215] ppid=25202 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/25205/task/25215/stat : 25215 (java) S 25202 25205 13214 0 -1 4202560 28 0 0 0 6 0 0 0 20 0 20 0 13079092 10060525568 48903 33554432000 1073741824 1073778376 140735777009296 139849285425960 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25205/tid=25216] ppid=25202 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/25205/task/25216/stat : 25216 (java) S 25202 25205 13214 0 -1 4202560 11 0 0 0 1 5 0 0 20 0 20 0 13079093 10060525568 48903 33554432000 1073741824 1073778376 140735777009296 139849273014632 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25205/tid=25217] ppid=25202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25205/task/25217/stat : 25217 (java) S 25202 25205 13214 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 13079094 10060525568 48903 33554432000 1073741824 1073778376 140735777009296 139849271960952 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25205/tid=25218] ppid=25202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25205/task/25218/stat : 25218 (java) S 25202 25205 13214 0 -1 4202560 35 0 0 0 0 0 0 0 20 0 20 0 13079094 10060525568 48903 33554432000 1073741824 1073778376 140735777009296 139849270907784 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25205/tid=25219] ppid=25202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25205/task/25219/stat : 25219 (java) S 25202 25205 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 13079096 10060525568 48903 33554432000 1073741824 1073778376 140735777009296 139849269856528 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25205/tid=25220] ppid=25202 vsize=9824732 CPUtime=1.36 cores=1,3,5,7
/proc/25205/task/25220/stat : 25220 (java) S 25202 25205 13214 0 -1 4202560 11844 0 0 0 134 2 0 0 20 0 20 0 13079096 10060525568 48903 33554432000 1073741824 1073778376 140735777009296 139849268804408 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25205/tid=25221] ppid=25202 vsize=9824732 CPUtime=0.88 cores=1,3,5,7
/proc/25205/task/25221/stat : 25221 (java) S 25202 25205 13214 0 -1 4202560 8524 0 0 0 86 2 0 0 20 0 20 0 13079096 10060525568 48903 33554432000 1073741824 1073778376 140735777009296 139849267751864 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25205/tid=25222] ppid=25202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25205/task/25222/stat : 25222 (java) S 25202 25205 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 13079096 10060525568 48903 33554432000 1073741824 1073778376 140735777009296 139849266699000 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25205/tid=25223] ppid=25202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25205/task/25223/stat : 25223 (java) S 25202 25205 13214 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 20 0 13079096 10060525568 48903 33554432000 1073741824 1073778376 140735777009296 139849265646664 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25205/tid=25226] ppid=25202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25205/task/25226/stat : 25226 (java) S 25202 25205 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 13079109 10060525568 48903 33554432000 1073741824 1073778376 140735777009296 139849262486312 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 30.63
Current children cumulated vsize (KiB) 9824732

[startup+50.3008 s]
/proc/loadavg: 1.14 0.93 1.08 1/188 25474
/proc/meminfo: memFree=26552800/32872528 swapFree=11480/941500
[pid=25205] ppid=25202 vsize=9824732 CPUtime=30.68 cores=1,3,5,7
/proc/25205/stat : 25205 (java) S 25202 25205 13214 0 -1 4202496 25160 0 1 0 2941 127 0 0 20 0 19 0 13079091 10060525568 48901 33554432000 1073741824 1073778376 140735777009296 140735777000432 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25205/statm: 2456183 48901 2288 9 0 2446860 0
[pid=25205/tid=25206] ppid=25202 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/25205/task/25206/stat : 25206 (java) R 25202 25205 13214 0 -1 4202560 2420 0 1 0 23 2 0 0 20 0 19 0 13079092 10060525568 48901 33554432000 1073741824 1073778376 140735777009296 139849448797048 139849320010375 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25205/tid=25208] ppid=25202 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/25205/task/25208/stat : 25208 (java) S 25202 25205 13214 0 -1 4202560 50 0 0 0 6 0 0 0 20 0 19 0 13079092 10060525568 48901 33554432000 1073741824 1073778376 140735777009296 139849437858216 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25205/tid=25209] ppid=25202 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/25205/task/25209/stat : 25209 (java) S 25202 25205 13214 0 -1 4202560 42 0 0 0 5 0 0 0 20 0 19 0 13079092 10060525568 48901 33554432000 1073741824 1073778376 140735777009296 139849291741736 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25205/tid=25210] ppid=25202 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/25205/task/25210/stat : 25210 (java) S 25202 25205 13214 0 -1 4202560 24 0 0 0 5 0 0 0 20 0 19 0 13079092 10060525568 48901 33554432000 1073741824 1073778376 140735777009296 139849290688680 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25205/tid=25211] ppid=25202 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/25205/task/25211/stat : 25211 (java) S 25202 25205 13214 0 -1 4202560 42 0 0 0 5 0 0 0 20 0 19 0 13079092 10060525568 48901 33554432000 1073741824 1073778376 140735777009296 139849289636136 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25205/tid=25212] ppid=25202 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/25205/task/25212/stat : 25212 (java) S 25202 25205 13214 0 -1 4202560 24 0 0 0 4 0 0 0 20 0 19 0 13079092 10060525568 48901 33554432000 1073741824 1073778376 140735777009296 139849288584104 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25205/tid=25213] ppid=25202 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/25205/task/25213/stat : 25213 (java) S 25202 25205 13214 0 -1 4202560 40 0 0 0 5 0 0 0 20 0 19 0 13079092 10060525568 48901 33554432000 1073741824 1073778376 140735777009296 139849287531560 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25205/tid=25214] ppid=25202 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/25205/task/25214/stat : 25214 (java) S 25202 25205 13214 0 -1 4202560 20 0 0 0 4 0 0 0 20 0 19 0 13079092 10060525568 48901 33554432000 1073741824 1073778376 140735777009296 139849286478504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25205/tid=25215] ppid=25202 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/25205/task/25215/stat : 25215 (java) S 25202 25205 13214 0 -1 4202560 28 0 0 0 6 0 0 0 20 0 19 0 13079092 10060525568 48901 33554432000 1073741824 1073778376 140735777009296 139849285425960 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25205/tid=25216] ppid=25202 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/25205/task/25216/stat : 25216 (java) S 25202 25205 13214 0 -1 4202560 11 0 0 0 1 5 0 0 20 0 19 0 13079093 10060525568 48901 33554432000 1073741824 1073778376 140735777009296 139849273014632 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25205/tid=25217] ppid=25202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25205/task/25217/stat : 25217 (java) S 25202 25205 13214 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13079094 10060525568 48901 33554432000 1073741824 1073778376 140735777009296 139849271960952 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25205/tid=25218] ppid=25202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25205/task/25218/stat : 25218 (java) S 25202 25205 13214 0 -1 4202560 35 0 0 0 0 0 0 0 20 0 19 0 13079094 10060525568 48901 33554432000 1073741824 1073778376 140735777009296 139849270907784 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25205/tid=25219] ppid=25202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25205/task/25219/stat : 25219 (java) S 25202 25205 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13079096 10060525568 48901 33554432000 1073741824 1073778376 140735777009296 139849269856528 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25205/tid=25220] ppid=25202 vsize=9824732 CPUtime=1.36 cores=1,3,5,7
/proc/25205/task/25220/stat : 25220 (java) S 25202 25205 13214 0 -1 4202560 11844 0 0 0 134 2 0 0 20 0 19 0 13079096 10060525568 48901 33554432000 1073741824 1073778376 140735777009296 139849268804408 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25205/tid=25221] ppid=25202 vsize=9824732 CPUtime=0.88 cores=1,3,5,7
/proc/25205/task/25221/stat : 25221 (java) S 25202 25205 13214 0 -1 4202560 8524 0 0 0 86 2 0 0 20 0 19 0 13079096 10060525568 48901 33554432000 1073741824 1073778376 140735777009296 139849267751864 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25205/tid=25222] ppid=25202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25205/task/25222/stat : 25222 (java) S 25202 25205 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13079096 10060525568 48901 33554432000 1073741824 1073778376 140735777009296 139849266699000 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25205/tid=25223] ppid=25202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25205/task/25223/stat : 25223 (java) S 25202 25205 13214 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 13079096 10060525568 48901 33554432000 1073741824 1073778376 140735777009296 139849265646664 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25205/tid=25226] ppid=25202 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25205/task/25226/stat : 25226 (java) S 25202 25205 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13079109 10060525568 48901 33554432000 1073741824 1073778376 140735777009296 139849262486312 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 30.68
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): 4.76837e-07
#  lost CPU user time (s): 0.0100002
#  lost CPU system time (s): -0.0100001

Real time (s): 50.3293
CPU time (s): 30.7993
CPU user time (s): 29.4765
CPU system time (s): 1.3228
CPU usage (%): 61.1956
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29.4665
system time used= 1.3328
maximum resident set size= 218740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25175
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= 3877
involuntary context switches= 1249

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.226965 second user time and 0.239963 second system time

The end

Launcher Data

Begin job on node113 at 2016-06-30 23:11:58
IDJOB=4109413
IDBENCH=78802
IDSOLVER=2552
FILE ID=node113/4109413-1467321118
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.1111226368--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109413-1467321118/watcher-4109413-1467321118 -o /tmp/evaluation-result-4109413-1467321118/solver-4109413-1467321118 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1467318804-16844 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4109413-1467321118.wbo

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

MD5SUM BENCH= cd14c84645c681c9a9ce76500d94ff11
RANDOM SEED=1789559541

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:        26742760 kB
Buffers:          137920 kB
Cached:          4275684 kB
SwapCached:            0 kB
Active:          2940236 kB
Inactive:        1488376 kB
Active(anon):      11780 kB
Inactive(anon):     5656 kB
Active(file):    2928456 kB
Inactive(file):  1482720 kB
Unevictable:      941500 kB
Mlocked:           11480 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               496 kB
Writeback:             0 kB
AnonPages:        956424 kB
Mapped:            13276 kB
Shmem:               204 kB
Slab:             629724 kB
SReclaimable:      74056 kB
SUnreclaim:       555668 kB
KernelStack:        1400 kB
PageTables:         5284 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1039672 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:12:48