Trace number 4109249

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 1139.58 1155.01

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110972763--soft-33-100-0.wbo
MD5SUM9949b87f9004912630b1e1d8508ff079
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark4.70128
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints69
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 3204
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 3203
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1209
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.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4109249-1467318798.wbo
0.11/0.11	c reading problem ... 
0.11/0.17	c ... done. Wall clock time 0.066s.
0.11/0.17	c declared #vars     169
0.11/0.17	c internal #vars     238
0.11/0.17	c #constraints  101
0.11/0.18	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.18	c constraints type 
0.11/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
0.11/0.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
0.11/0.18	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.11/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 51
0.11/0.18	c 101 constraints processed.
0.11/0.18	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.18	c constraints type 
0.11/0.18	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3
0.11/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 27
0.11/0.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 20
0.11/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 51
0.11/0.18	c 101 constraints processed.
0.11/0.18	c objective function length is 69 literals
0.26/0.26	c And the winner is solver0
0.98/0.68	c SATISFIABLE
0.98/0.68	c OPTIMIZING...
0.98/0.68	c Got one! Elapsed wall clock time (in seconds):0.571
0.98/0.68	o 916
0.98/0.69	c And the winner is solver0
1.04/1.18	c Got one! Elapsed wall clock time (in seconds):1.072
1.04/1.18	o 722
1.04/1.20	c And the winner is solver0
1.14/1.68	c Got one! Elapsed wall clock time (in seconds):1.573
1.14/1.68	o 714
1.18/1.71	c And the winner is solver0
1.21/2.18	c Got one! Elapsed wall clock time (in seconds):2.074
1.21/2.18	o 601
1.21/2.20	c And the winner is solver0
1.53/2.68	c Got one! Elapsed wall clock time (in seconds):2.575
1.53/2.68	o 599
1.56/2.70	c And the winner is solver0
1.63/3.18	c Got one! Elapsed wall clock time (in seconds):3.076
1.63/3.18	o 585
1.70/3.21	c And the winner is solver0
1.80/3.68	c Got one! Elapsed wall clock time (in seconds):3.577
1.80/3.68	o 569
1.80/3.69	c And the winner is solver0
1.80/4.18	c Got one! Elapsed wall clock time (in seconds):4.079
1.80/4.18	o 559
1.80/4.19	c And the winner is solver0
1.80/4.69	c Got one! Elapsed wall clock time (in seconds):4.58
1.80/4.69	o 558
1.80/4.69	c And the winner is solver0
1.81/5.19	c Got one! Elapsed wall clock time (in seconds):5.081
1.81/5.19	o 549
1.81/5.19	c And the winner is solver0
1.81/5.69	c Got one! Elapsed wall clock time (in seconds):5.582
1.81/5.69	o 527
1.82/5.71	c And the winner is solver0
1.90/6.19	c Got one! Elapsed wall clock time (in seconds):6.083
1.90/6.19	o 516
1.91/6.27	c And the winner is solver0
2.12/6.69	c Got one! Elapsed wall clock time (in seconds):6.584
2.12/6.69	o 490
2.15/6.72	c And the winner is solver0
2.19/7.19	c Got one! Elapsed wall clock time (in seconds):7.085
2.19/7.19	o 476
2.20/7.20	c And the winner is solver0
2.20/7.69	c Got one! Elapsed wall clock time (in seconds):7.586
2.20/7.69	o 467
2.22/7.75	c And the winner is solver0
2.55/8.19	c Got one! Elapsed wall clock time (in seconds):8.087
2.55/8.19	o 458
2.55/8.20	c And the winner is solver0
2.56/8.69	c Got one! Elapsed wall clock time (in seconds):8.588
2.56/8.69	o 451
2.56/8.73	c And the winner is solver0
2.65/9.20	c Got one! Elapsed wall clock time (in seconds):9.089
2.65/9.20	o 448
2.65/9.20	c And the winner is solver0
2.65/9.70	c Got one! Elapsed wall clock time (in seconds):9.59
2.65/9.70	o 443
2.65/9.70	c And the winner is solver0
2.65/10.20	c Got one! Elapsed wall clock time (in seconds):10.091
2.65/10.20	o 439
2.65/10.20	c And the winner is solver0
2.66/10.70	c Got one! Elapsed wall clock time (in seconds):10.592
2.66/10.70	o 434
2.66/10.71	c And the winner is solver0
2.68/11.20	c Got one! Elapsed wall clock time (in seconds):11.093
2.68/11.20	o 415
2.68/11.21	c And the winner is solver0
2.68/11.70	c Got one! Elapsed wall clock time (in seconds):11.594
2.68/11.70	o 412
2.68/11.71	c And the winner is solver0
2.70/12.20	c Got one! Elapsed wall clock time (in seconds):12.095
2.70/12.20	o 409
2.70/12.21	c And the winner is solver0
2.71/12.70	c Got one! Elapsed wall clock time (in seconds):12.596
2.71/12.70	o 408
2.71/12.71	c And the winner is solver0
2.71/13.20	c Got one! Elapsed wall clock time (in seconds):13.097
2.71/13.20	o 402
2.71/13.21	c And the winner is solver0
2.72/13.70	c Got one! Elapsed wall clock time (in seconds):13.598
2.72/13.70	o 389
2.72/13.71	c And the winner is solver0
2.74/14.21	c Got one! Elapsed wall clock time (in seconds):14.099
2.74/14.21	o 385
2.74/14.22	c And the winner is solver0
2.76/14.71	c Got one! Elapsed wall clock time (in seconds):14.6
2.76/14.71	o 348
2.76/14.73	c And the winner is solver0
2.82/15.21	c Got one! Elapsed wall clock time (in seconds):15.101
2.82/15.21	o 347
2.82/15.28	c And the winner is solver0
2.97/15.71	c Got one! Elapsed wall clock time (in seconds):15.602
2.97/15.71	o 346
2.97/15.72	c And the winner is solver0
3.01/16.21	c Got one! Elapsed wall clock time (in seconds):16.103
3.01/16.21	o 337
3.01/16.22	c And the winner is solver0
3.01/16.71	c Got one! Elapsed wall clock time (in seconds):16.604
3.01/16.71	o 307
3.01/16.72	c And the winner is solver0
3.01/17.21	c Got one! Elapsed wall clock time (in seconds):17.105
3.01/17.21	o 306
3.01/17.25	c And the winner is solver0
3.10/17.71	c Got one! Elapsed wall clock time (in seconds):17.606
3.10/17.71	o 284
3.10/17.75	c And the winner is solver0
3.21/18.21	c Got one! Elapsed wall clock time (in seconds):18.107
3.21/18.21	o 276
3.41/18.30	c cleaning 7400 clauses out of 14811 with flag 3270/14811
3.41/18.36	c And the winner is solver0
3.55/18.71	c Got one! Elapsed wall clock time (in seconds):18.608
3.55/18.71	o 241
3.72/18.90	c cleaning 6520 clauses out of 13039 with flag 14713/20439
3.91/18.97	c And the winner is solver0
4.09/19.22	c Got one! Elapsed wall clock time (in seconds):19.109
4.09/19.22	o 240
4.25/19.33	c cleaning 5865 clauses out of 11730 with flag 11681/25650
4.67/19.52	c And the winner is solver0
4.73/19.72	c Got one! Elapsed wall clock time (in seconds):19.61
4.73/19.72	o 239
4.73/19.76	c cleaning 5888 clauses out of 11781 with flag 3991/31566
4.91/19.82	c And the winner is solver0
4.98/20.22	c Got one! Elapsed wall clock time (in seconds):20.111
4.98/20.22	o 236
4.98/20.27	c And the winner is solver0
5.12/20.72	c Got one! Elapsed wall clock time (in seconds):20.612
5.12/20.72	o 231
5.12/20.73	c And the winner is solver0
5.33/21.22	c Got one! Elapsed wall clock time (in seconds):21.113
5.33/21.22	o 223
5.48/21.34	c cleaning 6224 clauses out of 12458 with flag 11605/38131
5.68/21.40	c And the winner is solver0
5.82/21.72	c Got one! Elapsed wall clock time (in seconds):21.614
5.82/21.72	o 222
5.82/21.75	c And the winner is solver0
5.93/22.22	c Got one! Elapsed wall clock time (in seconds):22.115
5.93/22.22	o 221
5.93/22.29	c And the winner is solver0
6.09/22.72	c Got one! Elapsed wall clock time (in seconds):22.616
6.09/22.72	o 219
6.25/22.81	c cleaning 6394 clauses out of 12788 with flag 9664/44685
6.25/22.87	c And the winner is solver0
6.41/23.22	c Got one! Elapsed wall clock time (in seconds):23.117
6.41/23.22	o 201
6.55/23.31	c And the winner is solver0
6.65/23.72	c Got one! Elapsed wall clock time (in seconds):23.618
6.65/23.72	o 197
6.65/23.75	c And the winner is solver0
6.76/24.23	c Got one! Elapsed wall clock time (in seconds):24.119
6.76/24.23	o 178
6.91/24.31	c cleaning 6518 clauses out of 13044 with flag 7773/51335
6.91/24.34	c And the winner is solver0
7.02/24.73	c Got one! Elapsed wall clock time (in seconds):24.62
7.02/24.73	o 160
7.02/24.75	c And the winner is solver0
7.13/25.23	c Got one! Elapsed wall clock time (in seconds):25.121
7.13/25.23	o 159
7.13/25.26	c And the winner is solver0
7.25/25.73	c Got one! Elapsed wall clock time (in seconds):25.622
7.25/25.73	o 158
7.25/25.77	c And the winner is solver0
7.38/26.23	c Got one! Elapsed wall clock time (in seconds):26.123
7.38/26.23	o 155
7.38/26.24	c And the winner is solver0
7.40/26.73	c Got one! Elapsed wall clock time (in seconds):26.624
7.40/26.73	o 154
7.40/26.76	c And the winner is solver0
7.53/27.23	c Got one! Elapsed wall clock time (in seconds):27.125
7.53/27.23	o 133
7.67/27.33	c And the winner is solver0
7.78/27.73	c Got one! Elapsed wall clock time (in seconds):27.626
7.78/27.73	o 131
7.78/27.78	c And the winner is solver0
7.91/28.23	c Got one! Elapsed wall clock time (in seconds):28.127
7.91/28.23	o 123
7.91/28.24	c And the winner is solver0
8.00/28.73	c Got one! Elapsed wall clock time (in seconds):28.628
8.00/28.73	o 122
8.00/28.75	c And the winner is solver0
8.11/29.23	c Got one! Elapsed wall clock time (in seconds):29.129
8.11/29.23	o 118
8.24/29.32	c cleaning 7909 clauses out of 15830 with flag 3929/60639
8.24/29.34	c And the winner is solver0
8.76/29.74	c Got one! Elapsed wall clock time (in seconds):29.63
8.76/29.74	o 112
8.76/29.75	c And the winner is solver0
8.91/30.24	c Got one! Elapsed wall clock time (in seconds):30.13
8.91/30.24	o 110
8.91/30.28	c And the winner is solver0
9.05/30.74	c Got one! Elapsed wall clock time (in seconds):30.631
9.05/30.74	o 108
9.05/30.80	c And the winner is solver0
9.19/31.24	c Got one! Elapsed wall clock time (in seconds):31.132
9.19/31.24	o 103
9.31/31.32	c And the winner is solver0
9.42/31.74	c Got one! Elapsed wall clock time (in seconds):31.633
9.42/31.74	o 96
9.53/31.84	c cleaning 7832 clauses out of 15675 with flag 7151/68393
9.95/32.07	c cleaning 6915 clauses out of 13843 with flag 31984/74393
9.95/32.08	c And the winner is solver0
10.33/32.39	c Got one! Elapsed wall clock time (in seconds):32.284
10.33/32.39	o 94
10.44/32.41	c And the winner is solver0
10.57/32.89	c Got one! Elapsed wall clock time (in seconds):32.785
10.57/32.89	o 93
10.58/32.90	c And the winner is solver0
10.59/33.39	c Got one! Elapsed wall clock time (in seconds):33.286
10.59/33.39	o 86
10.60/33.47	c And the winner is solver0
10.76/33.89	c Got one! Elapsed wall clock time (in seconds):33.786
10.76/33.89	o 79
10.77/33.91	c And the winner is solver0
10.88/34.39	c Got one! Elapsed wall clock time (in seconds):34.287
10.88/34.39	o 77
10.89/34.44	c And the winner is solver0
11.03/34.90	c Got one! Elapsed wall clock time (in seconds):34.789
11.03/34.90	o 76
11.03/34.99	c cleaning 7006 clauses out of 14016 with flag 8258/81481
11.43/35.12	c And the winner is solver0
11.54/35.40	c Got one! Elapsed wall clock time (in seconds):35.29
11.54/35.40	o 74
11.54/35.48	c cleaning 6439 clauses out of 12884 with flag 7109/87355
11.73/35.55	c And the winner is solver0
11.88/35.90	c Got one! Elapsed wall clock time (in seconds):35.792
11.88/35.90	o 72
11.88/35.92	c And the winner is solver0
12.01/36.40	c Got one! Elapsed wall clock time (in seconds):36.293
12.01/36.40	o 71
12.23/36.51	c cleaning 5924 clauses out of 11851 with flag 10307/92761
12.62/36.72	c cleaning 5960 clauses out of 11927 with flag 31513/98761
12.62/36.76	c And the winner is solver0
12.83/36.90	c Got one! Elapsed wall clock time (in seconds):36.795
12.83/36.90	o 70
12.83/36.95	c And the winner is solver0
12.98/37.40	c Got one! Elapsed wall clock time (in seconds):37.296
12.98/37.40	o 60
13.18/37.52	c cleaning 5759 clauses out of 11518 with flag 11640/104313
13.57/37.73	c cleaning 5875 clauses out of 11759 with flag 32702/110313
13.57/37.75	c And the winner is solver0
13.77/37.90	c Got one! Elapsed wall clock time (in seconds):37.798
13.77/37.90	o 54
13.96/38.08	c cleaning 5692 clauses out of 11385 with flag 17620/115814
14.55/38.31	c cleaning 5831 clauses out of 11692 with flag 41041/121813
14.96/38.57	c cleaning 6425 clauses out of 12862 with flag 69522/128814
15.17/38.65	c And the winner is solver0
15.58/39.01	c Got one! Elapsed wall clock time (in seconds):38.9
15.58/39.01	o 44
15.77/39.11	c cleaning 5896 clauses out of 11804 with flag 11618/134181
16.17/39.31	c cleaning 5953 clauses out of 11907 with flag 34608/140180
16.57/39.55	c cleaning 6477 clauses out of 12956 with flag 61692/147182
16.57/39.57	c And the winner is solver0
16.75/40.01	c Got one! Elapsed wall clock time (in seconds):39.902
16.75/40.01	o 42
16.92/40.18	c cleaning 6086 clauses out of 12171 with flag 18172/152874
17.32/40.38	c cleaning 6027 clauses out of 12084 with flag 39488/158873
17.92/40.62	c cleaning 6529 clauses out of 13057 with flag 63730/165873
17.92/40.67	c And the winner is solver0
18.12/41.01	c Got one! Elapsed wall clock time (in seconds):40.905
18.12/41.01	o 30
18.28/41.17	c cleaning 6140 clauses out of 12284 with flag 16311/171630
18.68/41.38	c cleaning 6069 clauses out of 12144 with flag 39718/177630
19.28/41.64	c cleaning 6536 clauses out of 13077 with flag 66861/184633
19.90/41.94	c cleaning 7266 clauses out of 14537 with flag 97215/192630
20.49/42.25	c And the winner is solver0
20.63/42.51	c Got one! Elapsed wall clock time (in seconds):42.407
20.63/42.51	o 26
21.00/42.77	c cleaning 10301 clauses out of 20605 with flag 23495/205966
21.63/43.03	c cleaning 8147 clauses out of 16303 with flag 50047/211966
22.02/43.28	c And the winner is solver0
22.92/44.07	c Got one! Elapsed wall clock time (in seconds):43.962
22.92/44.07	o 25
23.44/44.34	c cleaning 9906 clauses out of 19826 with flag 20440/223637
23.84/44.55	c And the winner is solver0
23.98/44.62	c Got one! Elapsed wall clock time (in seconds):44.517
23.98/44.62	o 24
24.33/44.88	c cleaning 10116 clauses out of 20247 with flag 22612/233964
24.94/45.13	c cleaning 8052 clauses out of 16129 with flag 49556/239962
25.53/45.43	c cleaning 7529 clauses out of 15077 with flag 80706/246963
25.74/45.55	c And the winner is solver0
26.00/45.73	c Got one! Elapsed wall clock time (in seconds):45.622
26.00/45.73	o 20
26.16/45.82	c cleaning 6436 clauses out of 12882 with flag 9695/252297
26.16/45.85	c And the winner is solver0
26.28/46.23	c Got one! Elapsed wall clock time (in seconds):46.128
26.28/46.23	o 18
26.60/46.42	c cleaning 6144 clauses out of 12299 with flag 20866/258151
26.80/46.51	c And the winner is solver0
26.94/46.74	c Got one! Elapsed wall clock time (in seconds):46.634
26.94/46.74	o 16
27.04/46.86	c cleaning 5978 clauses out of 11961 with flag 13838/263958
27.44/47.08	c cleaning 5986 clauses out of 11982 with flag 38288/269958
27.84/47.21	c And the winner is solver0
27.84/47.25	c Got one! Elapsed wall clock time (in seconds):47.14
27.84/47.25	o 14
27.84/47.30	c cleaning 5671 clauses out of 11351 with flag 4486/275313
28.39/47.51	c cleaning 5832 clauses out of 11680 with flag 30673/281313
28.79/47.78	c cleaning 6419 clauses out of 12846 with flag 61282/288313
29.39/48.08	c cleaning 7210 clauses out of 14425 with flag 97439/296313
30.21/48.41	c And the winner is solver0
30.24/48.75	c Got one! Elapsed wall clock time (in seconds):48.647
30.24/48.75	o 12
30.71/49.03	c cleaning 10251 clauses out of 20507 with flag 23307/309607
31.12/49.29	c cleaning 8125 clauses out of 16256 with flag 50536/315607
31.73/49.50	c And the winner is solver0
31.87/49.76	c Got one! Elapsed wall clock time (in seconds):49.657
31.87/49.76	o 8
31.87/49.78	c And the winner is solver0
1135.59/1151.81	c Got one! Elapsed wall clock time (in seconds):1151.706
1135.59/1151.81	o 6
1136.10/1152.13	c cleaning 9392 clauses out of 18806 with flag 24334/326282
1136.70/1152.40	c cleaning 7701 clauses out of 15416 with flag 55061/332284
1136.90/1152.50	c And the winner is solver0
1139.28/1154.99	c >>>>>>>>>> Solver number 0 (89 answers) <<<<<<<<<<<<<<<<<<
1139.28/1154.99	c starts		: 256
1139.28/1154.99	c conflicts		: 335297
1139.28/1154.99	c decisions		: 534410
1139.28/1154.99	c propagations		: 8328115
1139.28/1154.99	c inspects		: 160318011
1139.28/1154.99	c shortcuts		: 0
1139.28/1154.99	c learnt literals	: 32
1139.28/1154.99	c learnt binary clauses	: 62
1139.28/1154.99	c learnt ternary clauses	: 647
1139.28/1154.99	c learnt constraints	: 335264
1139.28/1154.99	c ignored constraints	: 0
1139.28/1154.99	c root simplifications	: 0
1139.28/1154.99	c removed literals (reason simplification)	: 1532912
1139.28/1154.99	c reason swapping (by a shorter reason)	: 0
1139.28/1154.99	c Calls to reduceDB	: 47
1139.28/1154.99	c Number of update (reduction) of LBD	: 86603
1139.28/1154.99	c Imported unit clauses	: 0
1139.28/1154.99	c number of reductions to clauses (during analyze)	: 0
1139.28/1154.99	c number of learned constraints concerned by reduction	: 0
1139.28/1154.99	c number of learning phase by resolution	: 0
1139.28/1154.99	c number of learning phase by cutting planes	: 0
1139.28/1154.99	c speed (assignments/second)	: 7211.644289345047
1139.28/1154.99	c non guided choices	2835
1139.28/1154.99	c learnt constraints type 
1139.28/1154.99	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1139.28/1154.99	c starts		: 93
1139.28/1154.99	c conflicts		: 1086
1139.28/1154.99	c decisions		: 11808
1139.28/1154.99	c propagations		: 51591
1139.28/1154.99	c inspects		: 3896797
1139.28/1154.99	c shortcuts		: 0
1139.28/1154.99	c learnt literals	: 0
1139.28/1154.99	c learnt binary clauses	: 0
1139.28/1154.99	c learnt ternary clauses	: 0
1139.28/1154.99	c learnt constraints	: 1011
1139.28/1154.99	c ignored constraints	: 0
1139.28/1154.99	c root simplifications	: 0
1139.28/1154.99	c removed literals (reason simplification)	: 0
1139.28/1154.99	c reason swapping (by a shorter reason)	: 0
1139.28/1154.99	c Calls to reduceDB	: 0
1139.28/1154.99	c Number of update (reduction) of LBD	: 0
1139.28/1154.99	c Imported unit clauses	: 0
1139.28/1154.99	c number of reductions to clauses (during analyze)	: 0
1139.28/1154.99	c number of learned constraints concerned by reduction	: 0
1139.28/1154.99	c number of learning phase by resolution	: 0
1139.28/1154.99	c number of learning phase by cutting planes	: 0
1139.28/1154.99	c speed (assignments/second)	: 46.679732033311254
1139.28/1154.99	c non guided choices	1783
1139.28/1154.99	c learnt constraints type 
1139.28/1154.99	s OPTIMUM FOUND
1139.28/1154.99	c Found 88 solution(s)
1139.28/1155.00	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 
1139.28/1155.00	c objective function=6
1139.28/1155.00	c Total wall clock time (in seconds): 1154.89

Verifier Data

OK	6

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4109249-1467318798/watcher-4109249-1467318798 -o /tmp/evaluation-result-4109249-1467318798/solver-4109249-1467318798 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1467318739-25000 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4109249-1467318798.wbo 

pid=25764
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: 1.55 1.28 1.50 3/194 25767
/proc/meminfo: memFree=28895536/32872528 swapFree=1459604/1655828
[pid=25767] ppid=25764 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/25767/stat : 25767 (java) S 25764 25767 22681 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 12830944 98570240 976 33554432000 1073741824 1073778376 140735738150800 140735738141936 239876472893 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25767/statm: 24065 976 743 9 0 16771 0
[pid=25767/tid=25768] ppid=25764 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/25767/task/25768/stat : 25768 (java) R 25764 25767 22681 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 12830945 98570240 976 33554432000 1073741824 1073778376 140735738150800 140097244298792 239873115520 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100219 s]
/proc/loadavg: 1.55 1.28 1.50 3/194 25767
/proc/meminfo: memFree=28895536/32872528 swapFree=1459604/1655828
[pid=25767] ppid=25764 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/25767/stat : 25767 (java) S 25764 25767 22681 0 -1 4202496 4484 0 1 0 10 1 0 0 20 0 18 0 12830944 9787879424 6115 33554432000 1073741824 1073778376 140735738150800 140735738141936 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25767/statm: 2389619 6115 2156 9 0 2380296 0
[pid=25767/tid=25768] ppid=25764 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/25767/task/25768/stat : 25768 (java) R 25764 25767 22681 0 -1 4202560 2385 0 1 0 7 0 0 0 20 0 18 0 12830945 9787879424 6115 33554432000 1073741824 1073778376 140735738150800 140097244302240 239876488248 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200377 s]
/proc/loadavg: 1.55 1.28 1.50 3/194 25767
/proc/meminfo: memFree=28895536/32872528 swapFree=1459604/1655828
[pid=25767] ppid=25764 vsize=9824732 CPUtime=0.26 cores=1,3,5,7
/proc/25767/stat : 25767 (java) S 25764 25767 22681 0 -1 4202496 4794 0 1 0 25 1 0 0 20 0 22 0 12830944 10060525568 7910 33554432000 1073741824 1073778376 140735738150800 140735738141936 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25767/statm: 2456183 7910 2219 9 0 2446860 0
[pid=25767/tid=25768] ppid=25764 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/25767/task/25768/stat : 25768 (java) S 25764 25767 22681 0 -1 4202560 2414 0 1 0 16 0 0 0 20 0 22 0 12830945 10060525568 7910 33554432000 1073741824 1073778376 140735738150800 140097244304248 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9824732

[startup+0.30038 s]
/proc/loadavg: 1.55 1.28 1.50 3/194 25767
/proc/meminfo: memFree=28895536/32872528 swapFree=1459604/1655828
[pid=25767] ppid=25764 vsize=9824732 CPUtime=0.61 cores=1,3,5,7
/proc/25767/stat : 25767 (java) S 25764 25767 22681 0 -1 4202496 7972 0 1 0 57 4 0 0 20 0 19 0 12830944 10060525568 10114 33554432000 1073741824 1073778376 140735738150800 140735738141936 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25767/statm: 2456183 10114 2253 9 0 2446860 0
[pid=25767/tid=25768] ppid=25764 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/25767/task/25768/stat : 25768 (java) S 25764 25767 22681 0 -1 4202560 2414 0 1 0 16 0 0 0 20 0 19 0 12830945 10060525568 10114 33554432000 1073741824 1073778376 140735738150800 140097244304248 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 9824732

[startup+0.700243 s]
/proc/loadavg: 1.55 1.28 1.50 3/194 25767
/proc/meminfo: memFree=28895536/32872528 swapFree=1459604/1655828
[pid=25767] ppid=25764 vsize=9824732 CPUtime=1.03 cores=1,3,5,7
/proc/25767/stat : 25767 (java) S 25764 25767 22681 0 -1 4202496 13697 0 1 0 97 6 0 0 20 0 19 0 12830944 10060525568 13277 33554432000 1073741824 1073778376 140735738150800 140735738141936 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25767/statm: 2456183 13277 2253 9 0 2446860 0
[pid=25767/tid=25768] ppid=25764 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/25767/task/25768/stat : 25768 (java) S 25764 25767 22681 0 -1 4202560 2414 0 1 0 16 0 0 0 20 0 19 0 12830945 10060525568 13277 33554432000 1073741824 1073778376 140735738150800 140097244304248 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 9824732

[startup+1.50077 s]
/proc/loadavg: 1.55 1.28 1.50 3/213 25798
/proc/meminfo: memFree=28839724/32872528 swapFree=1459604/1655828
[pid=25767] ppid=25764 vsize=9824732 CPUtime=1.14 cores=1,3,5,7
/proc/25767/stat : 25767 (java) S 25764 25767 22681 0 -1 4202496 13708 0 1 0 106 8 0 0 20 0 19 0 12830944 10060525568 14302 33554432000 1073741824 1073778376 140735738150800 140735738141936 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25767/statm: 2456183 14302 2254 9 0 2446860 0
[pid=25767/tid=25768] ppid=25764 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/25767/task/25768/stat : 25768 (java) S 25764 25767 22681 0 -1 4202560 2415 0 1 0 16 0 0 0 20 0 19 0 12830945 10060525568 14302 33554432000 1073741824 1073778376 140735738150800 140097244304248 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25767/tid=25770] ppid=25764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25767/task/25770/stat : 25770 (java) S 25764 25767 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12830946 10060525568 14302 33554432000 1073741824 1073778376 140735738150800 140097205794984 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25767/tid=25771] ppid=25764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25767/task/25771/stat : 25771 (java) S 25764 25767 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12830946 10060525568 14302 33554432000 1073741824 1073778376 140735738150800 140097204742440 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25767/tid=25772] ppid=25764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25767/task/25772/stat : 25772 (java) S 25764 25767 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12830946 10060525568 14302 33554432000 1073741824 1073778376 140735738150800 140097085237672 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25767/tid=25773] ppid=25764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25767/task/25773/stat : 25773 (java) S 25764 25767 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12830946 10060525568 14302 33554432000 1073741824 1073778376 140735738150800 140097084185128 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25767/tid=25774] ppid=25764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25767/task/25774/stat : 25774 (java) S 25764 25767 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12830946 10060525568 14302 33554432000 1073741824 1073778376 140735738150800 140097083132584 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25767/tid=25775] ppid=25764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25767/task/25775/stat : 25775 (java) S 25764 25767 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12830946 10060525568 14302 33554432000 1073741824 1073778376 140735738150800 140097082080040 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25767/tid=25776] ppid=25764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25767/task/25776/stat : 25776 (java) S 25764 25767 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12830946 10060525568 14302 33554432000 1073741824 1073778376 140735738150800 140097081027496 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25767/tid=25777] ppid=25764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25767/task/25777/stat : 25777 (java) S 25764 25767 22681 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12830946 10060525568 14302 33554432000 1073741824 1073778376 140735738150800 140097079974952 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25767/tid=25778] ppid=25764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25767/task/25778/stat : 25778 (java) S 25764 25767 22681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12830947 10060525568 14302 33554432000 1073741824 1073778376 140735738150800 140096597645416 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25767/tid=25779] ppid=25764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25767/task/25779/stat : 25779 (java) S 25764 25767 22681 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12830947 10060525568 14302 33554432000 1073741824 1073778376 140735738150800 140096596591736 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25767/tid=25780] ppid=25764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25767/task/25780/stat : 25780 (java) S 25764 25767 22681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12830947 10060525568 14302 33554432000 1073741824 1073778376 140735738150800 140096595539080 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25767/tid=25781] ppid=25764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25767/task/25781/stat : 25781 (java) S 25764 25767 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12830949 10060525568 14302 33554432000 1073741824 1073778376 140735738150800 140096594487824 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25767/tid=25782] ppid=25764 vsize=9824732 CPUtime=0.43 cores=1,3,5,7
/proc/25767/task/25782/stat : 25782 (java) S 25764 25767 22681 0 -1 4202560 7337 0 0 0 41 2 0 0 20 0 19 0 12830949 10060525568 14302 33554432000 1073741824 1073778376 140735738150800 140096593435192 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25767/tid=25783] ppid=25764 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/25767/task/25783/stat : 25783 (java) S 25764 25767 22681 0 -1 4202560 2607 0 0 0 27 0 0 0 20 0 19 0 12830949 10060525568 14302 33554432000 1073741824 1073778376 140735738150800 140096592382648 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25767/tid=25784] ppid=25764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25767/task/25784/stat : 25784 (java) S 25764 25767 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12830949 10060525568 14302 33554432000 1073741824 1073778376 140735738150800 140096591330296 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25767/tid=25785] ppid=25764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25767/task/25785/stat : 25785 (java) S 25764 25767 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12830949 10060525568 14302 33554432000 1073741824 1073778376 140735738150800 140096590277960 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25767/tid=25789] ppid=25764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25767/task/25789/stat : 25789 (java) S 25764 25767 22681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12830963 10060525568 14302 33554432000 1073741824 1073778376 140735738150800 140096586065064 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 9824732

[startup+3.10081 s]
/proc/loadavg: 1.59 1.29 1.50 5/214 25813
/proc/meminfo: memFree=28816492/32872528 swapFree=1459604/1655828
[pid=25767] ppid=25764 vsize=9824732 CPUtime=1.63 cores=1,3,5,7
/proc/25767/stat : 25767 (java) S 25764 25767 22681 0 -1 4202496 16426 0 1 0 149 14 0 0 20 0 19 0 12830944 10060525568 19040 33554432000 1073741824 1073778376 140735738150800 140735738141936 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25767/statm: 2456183 19040 2258 9 0 2446860 0
[pid=25767/tid=25768] ppid=25764 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/25767/task/25768/stat : 25768 (java) S 25764 25767 22681 0 -1 4202560 2415 0 1 0 16 0 0 0 20 0 19 0 12830945 10060525568 19040 33554432000 1073741824 1073778376 140735738150800 140097244304248 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25767/tid=25770] ppid=25764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25767/task/25770/stat : 25770 (java) S 25764 25767 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12830946 10060525568 19040 33554432000 1073741824 1073778376 140735738150800 140097205794984 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25767/tid=25771] ppid=25764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25767/task/25771/stat : 25771 (java) S 25764 25767 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12830946 10060525568 19040 33554432000 1073741824 1073778376 140735738150800 140097204742440 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25767/tid=25772] ppid=25764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25767/task/25772/stat : 25772 (java) S 25764 25767 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12830946 10060525568 19040 33554432000 1073741824 1073778376 140735738150800 140097085237672 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25767/tid=25773] ppid=25764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25767/task/25773/stat : 25773 (java) S 25764 25767 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12830946 10060525568 19040 33554432000 1073741824 1073778376 140735738150800 140097084185128 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25767/tid=25774] ppid=25764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25767/task/25774/stat : 25774 (java) S 25764 25767 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12830946 10060525568 19040 33554432000 1073741824 1073778376 140735738150800 140097083132584 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25767/tid=25775] ppid=25764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25767/task/25775/stat : 25775 (java) S 25764 25767 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12830946 10060525568 19040 33554432000 1073741824 1073778376 140735738150800 140097082080040 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25767/tid=25776] ppid=25764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25767/task/25776/stat : 25776 (java) S 25764 25767 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12830946 10060525568 19040 33554432000 1073741824 1073778376 140735738150800 140097081027496 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25767/tid=25777] ppid=25764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25767/task/25777/stat : 25777 (java) S 25764 25767 22681 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12830946 10060525568 19040 33554432000 1073741824 1073778376 140735738150800 140097079974952 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25767/tid=25778] ppid=25764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25767/task/25778/stat : 25778 (java) S 25764 25767 22681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12830947 10060525568 19040 33554432000 1073741824 1073778376 140735738150800 140096597645416 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25767/tid=25779] ppid=25764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25767/task/25779/stat : 25779 (java) S 25764 25767 22681 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12830947 10060525568 19040 33554432000 1073741824 1073778376 140735738150800 140096596591736 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25767/tid=25780] ppid=25764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25767/task/25780/stat : 25780 (java) S 25764 25767 22681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12830947 10060525568 19040 33554432000 1073741824 1073778376 140735738150800 140096595539080 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25767/tid=25781] ppid=25764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25767/task/25781/stat : 25781 (java) S 25764 25767 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12830949 10060525568 19040 33554432000 1073741824 1073778376 140735738150800 140096594487824 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25767/tid=25782] ppid=25764 vsize=9824732 CPUtime=0.66 cores=1,3,5,7
/proc/25767/task/25782/stat : 25782 (java) S 25764 25767 22681 0 -1 4202560 9596 0 0 0 64 2 0 0 20 0 19 0 12830949 10060525568 19040 33554432000 1073741824 1073778376 140735738150800 140096593435192 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25767/tid=25783] ppid=25764 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/25767/task/25783/stat : 25783 (java) S 25764 25767 22681 0 -1 4202560 3039 0 0 0 39 0 0 0 20 0 19 0 12830949 10060525568 19040 33554432000 1073741824 1073778376 140735738150800 140096592382648 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25767/tid=25784] ppid=25764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25767/task/25784/stat : 25784 (java) S 25764 25767 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12830949 10060525568 19040 33554432000 1073741824 1073778376 140735738150800 140096591330296 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25767/tid=25785] ppid=25764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25767/task/25785/stat : 25785 (java) S 25764 25767 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12830949 10060525568 19040 33554432000 1073741824 1073778376 140735738150800 140096590277960 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25767/tid=25789] ppid=25764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25767/task/25789/stat : 25789 (java) S 25764 25767 22681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12830963 10060525568 19040 33554432000 1073741824 1073778376 140735738150800 140096586065064 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=34 pid=1810 uid=0 cmd=

[startup+6.3008 s]
/proc/loadavg: 1.59 1.29 1.50 5/215 25851
/proc/meminfo: memFree=28744712/32872528 swapFree=1459604/1655828
[pid=25767] ppid=25764 vsize=9824732 CPUtime=2.12 cores=1,3,5,7
/proc/25767/stat : 25767 (java) S 25764 25767 22681 0 -1 4202496 17355 0 1 0 191 21 0 0 20 0 19 0 12830944 10060525568 29464 33554432000 1073741824 1073778376 140735738150800 140735738141936 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25767/statm: 2456183 29464 2269 9 0 2446860 0
[pid=25767/tid=25768] ppid=25764 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/25767/task/25768/stat : 25768 (java) S 25764 25767 22681 0 -1 4202560 2417 0 1 0 17 0 0 0 20 0 19 0 12830945 10060525568 29464 33554432000 1073741824 1073778376 140735738150800 140097244304248 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25767/tid=25770] ppid=25764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25767/task/25770/stat : 25770 (java) S 25764 25767 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12830946 10060525568 29464 33554432000 1073741824 1073778376 140735738150800 140097205794984 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25767/tid=25771] ppid=25764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25767/task/25771/stat : 25771 (java) S 25764 25767 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12830946 10060525568 29464 33554432000 1073741824 1073778376 140735738150800 140097204742440 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25767/tid=25772] ppid=25764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25767/task/25772/stat : 25772 (java) S 25764 25767 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12830946 10060525568 29464 33554432000 1073741824 1073778376 140735738150800 140097085237672 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25767/tid=25773] ppid=25764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25767/task/25773/stat : 25773 (java) S 25764 25767 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12830946 10060525568 29464 33554432000 1073741824 1073778376 140735738150800 140097084185128 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25767/tid=25774] ppid=25764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25767/task/25774/stat : 25774 (java) S 25764 25767 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12830946 10060525568 29464 33554432000 1073741824 1073778376 140735738150800 140097083132584 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25767/tid=25775] ppid=25764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25767/task/25775/stat : 25775 (java) S 25764 25767 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12830946 10060525568 29464 33554432000 1073741824 1073778376 140735738150800 140097082080040 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25767/tid=25776] ppid=25764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25767/task/25776/stat : 25776 (java) S 25764 25767 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12830946 10060525568 29464 33554432000 1073741824 1073778376 140735738150800 140097081027496 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25767/tid=25777] ppid=25764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25767/task/25777/stat : 25777 (java) S 25764 25767 22681 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12830946 10060525568 29464 33554432000 1073741824 1073778376 140735738150800 140097079974952 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25767/tid=25778] ppid=25764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25767/task/25778/stat : 25778 (java) S 25764 25767 22681 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 12830947 10060525568 29464 33554432000 1073741824 1073778376 140735738150800 140096597645416 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25767/tid=25779] ppid=25764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25767/task/25779/stat : 25779 (java) S 25764 25767 22681 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12830947 10060525568 29445 33554432000 1073741824 1073778376 140735738150800 140096596591736 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25767/tid=25780] ppid=25764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25767/task/25780/stat : 25780 (java) S 25764 25767 22681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12830947 10060525568 29445 33554432000 1073741824 1073778376 140735738150800 140096595539080 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25767/tid=25781] ppid=25764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25767/task/25781/stat : 25781 (java) S 25764 25767 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12830949 10060525568 29445 33554432000 1073741824 1073778376 140735738150800 140096594487824 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25767/tid=25782] ppid=25764 vsize=9824732 CPUtime=0.69 cores=1,3,5,7

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

/proc/25767/task/25779/stat : 25779 (java) S 25764 25767 22681 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 12830947 10060525568 157466 33554432000 1073741824 1073778376 140735738150800 140096596591736 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25767/tid=25780] ppid=25764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25767/task/25780/stat : 25780 (java) S 25764 25767 22681 0 -1 4202560 34 0 0 0 0 0 0 0 20 0 20 0 12830947 10060525568 157466 33554432000 1073741824 1073778376 140735738150800 140096595539080 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25767/tid=25781] ppid=25764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25767/task/25781/stat : 25781 (java) S 25764 25767 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 12830949 10060525568 157466 33554432000 1073741824 1073778376 140735738150800 140096594487824 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25767/tid=25782] ppid=25764 vsize=9824732 CPUtime=1.08 cores=1,3,5,7
/proc/25767/task/25782/stat : 25782 (java) S 25764 25767 22681 0 -1 4202560 9621 0 0 0 106 2 0 0 20 0 20 0 12830949 10060525568 157466 33554432000 1073741824 1073778376 140735738150800 140096593435192 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25767/tid=25783] ppid=25764 vsize=9824732 CPUtime=1.39 cores=1,3,5,7
/proc/25767/task/25783/stat : 25783 (java) S 25764 25767 22681 0 -1 4202560 12242 0 0 0 135 4 0 0 20 0 20 0 12830949 10060525568 157466 33554432000 1073741824 1073778376 140735738150800 140096592382648 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25767/tid=25784] ppid=25764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25767/task/25784/stat : 25784 (java) S 25764 25767 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 12830949 10060525568 157466 33554432000 1073741824 1073778376 140735738150800 140096591330296 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25767/tid=25785] ppid=25764 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/25767/task/25785/stat : 25785 (java) S 25764 25767 22681 0 -1 4202560 68 0 0 0 7 8 0 0 20 0 20 0 12830949 10060525568 157466 33554432000 1073741824 1073778376 140735738150800 140096590277960 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25767/tid=25789] ppid=25764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25767/task/25789/stat : 25789 (java) S 25764 25767 22681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 12830963 10060525568 157466 33554432000 1073741824 1073778376 140735738150800 140096586065064 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25767/tid=31456] ppid=25764 vsize=9824732 CPUtime=1.69 cores=1,3,5,7
/proc/25767/task/31456/stat : 31456 (java) R 25764 25767 22681 0 -1 4202560 2 0 0 0 169 0 0 0 20 0 20 0 12946132 10060525568 157466 33554432000 1073741824 1073778376 140735738150800 140096587115920 140097085805760 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1137.99
Current children cumulated vsize (KiB) 9824732

[startup+1154.4 s]
/proc/loadavg: 1.18 1.31 1.44 2/189 31456
/proc/meminfo: memFree=28372252/32872528 swapFree=1459604/1655828
[pid=25767] ppid=25764 vsize=9824732 CPUtime=1138.79 cores=1,3,5,7
/proc/25767/stat : 25767 (java) S 25764 25767 22681 0 -1 4202496 30574 0 1 0 113655 224 0 0 20 0 20 0 12830944 10060525568 157466 33554432000 1073741824 1073778376 140735738150800 140735738141936 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25767/statm: 2456183 157466 2288 9 0 2446860 0
[pid=25767/tid=25768] ppid=25764 vsize=9824732 CPUtime=0.53 cores=1,3,5,7
/proc/25767/task/25768/stat : 25768 (java) S 25764 25767 22681 0 -1 4202560 2428 0 1 0 44 9 0 0 20 0 20 0 12830945 10060525568 157466 33554432000 1073741824 1073778376 140735738150800 140097244304280 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25767/tid=25770] ppid=25764 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/25767/task/25770/stat : 25770 (java) S 25764 25767 22681 0 -1 4202560 139 0 0 0 28 3 0 0 20 0 20 0 12830946 10060525568 157466 33554432000 1073741824 1073778376 140735738150800 140097205794984 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25767/tid=25771] ppid=25764 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/25767/task/25771/stat : 25771 (java) S 25764 25767 22681 0 -1 4202560 190 0 0 0 25 4 0 0 20 0 20 0 12830946 10060525568 157466 33554432000 1073741824 1073778376 140735738150800 140097204742440 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25767/tid=25772] ppid=25764 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/25767/task/25772/stat : 25772 (java) S 25764 25767 22681 0 -1 4202560 249 0 0 0 29 4 0 0 20 0 20 0 12830946 10060525568 157466 33554432000 1073741824 1073778376 140735738150800 140097085237672 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25767/tid=25773] ppid=25764 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/25767/task/25773/stat : 25773 (java) S 25764 25767 22681 0 -1 4202560 85 0 0 0 30 4 0 0 20 0 20 0 12830946 10060525568 157466 33554432000 1073741824 1073778376 140735738150800 140097084185128 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25767/tid=25774] ppid=25764 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/25767/task/25774/stat : 25774 (java) S 25764 25767 22681 0 -1 4202560 221 0 0 0 27 5 0 0 20 0 20 0 12830946 10060525568 157466 33554432000 1073741824 1073778376 140735738150800 140097083132584 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25767/tid=25775] ppid=25764 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/25767/task/25775/stat : 25775 (java) S 25764 25767 22681 0 -1 4202560 134 0 0 0 28 5 0 0 20 0 20 0 12830946 10060525568 157466 33554432000 1073741824 1073778376 140735738150800 140097082080040 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25767/tid=25776] ppid=25764 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/25767/task/25776/stat : 25776 (java) S 25764 25767 22681 0 -1 4202560 114 0 0 0 28 5 0 0 20 0 20 0 12830946 10060525568 157466 33554432000 1073741824 1073778376 140735738150800 140097081027496 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25767/tid=25777] ppid=25764 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/25767/task/25777/stat : 25777 (java) S 25764 25767 22681 0 -1 4202560 97 0 0 0 27 5 0 0 20 0 20 0 12830946 10060525568 157466 33554432000 1073741824 1073778376 140735738150800 140097079974952 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25767/tid=25778] ppid=25764 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/25767/task/25778/stat : 25778 (java) S 25764 25767 22681 0 -1 4202560 296 0 0 0 2 11 0 0 20 0 20 0 12830947 10060525568 157466 33554432000 1073741824 1073778376 140735738150800 140096597645416 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25767/tid=25779] ppid=25764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25767/task/25779/stat : 25779 (java) S 25764 25767 22681 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 12830947 10060525568 157466 33554432000 1073741824 1073778376 140735738150800 140096596591736 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25767/tid=25780] ppid=25764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25767/task/25780/stat : 25780 (java) S 25764 25767 22681 0 -1 4202560 34 0 0 0 0 0 0 0 20 0 20 0 12830947 10060525568 157466 33554432000 1073741824 1073778376 140735738150800 140096595539080 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25767/tid=25781] ppid=25764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25767/task/25781/stat : 25781 (java) S 25764 25767 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 12830949 10060525568 157466 33554432000 1073741824 1073778376 140735738150800 140096594487824 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25767/tid=25782] ppid=25764 vsize=9824732 CPUtime=1.08 cores=1,3,5,7
/proc/25767/task/25782/stat : 25782 (java) S 25764 25767 22681 0 -1 4202560 9621 0 0 0 106 2 0 0 20 0 20 0 12830949 10060525568 157466 33554432000 1073741824 1073778376 140735738150800 140096593435192 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25767/tid=25783] ppid=25764 vsize=9824732 CPUtime=1.39 cores=1,3,5,7
/proc/25767/task/25783/stat : 25783 (java) S 25764 25767 22681 0 -1 4202560 12242 0 0 0 135 4 0 0 20 0 20 0 12830949 10060525568 157466 33554432000 1073741824 1073778376 140735738150800 140096592382648 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25767/tid=25784] ppid=25764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25767/task/25784/stat : 25784 (java) S 25764 25767 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 12830949 10060525568 157466 33554432000 1073741824 1073778376 140735738150800 140096591330296 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25767/tid=25785] ppid=25764 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/25767/task/25785/stat : 25785 (java) S 25764 25767 22681 0 -1 4202560 68 0 0 0 7 8 0 0 20 0 20 0 12830949 10060525568 157466 33554432000 1073741824 1073778376 140735738150800 140096590277960 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25767/tid=25789] ppid=25764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25767/task/25789/stat : 25789 (java) S 25764 25767 22681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 12830963 10060525568 157466 33554432000 1073741824 1073778376 140735738150800 140096586065064 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25767/tid=31456] ppid=25764 vsize=9824732 CPUtime=2.49 cores=1,3,5,7
/proc/25767/task/31456/stat : 31456 (java) R 25764 25767 22681 0 -1 4202560 2 0 0 0 249 0 0 0 20 0 20 0 12946132 10060525568 157466 33554432000 1073741824 1073778376 140735738150800 140096587115920 140097085805886 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1138.79
Current children cumulated vsize (KiB) 9824732

[startup+1154.8 s]
/proc/loadavg: 1.18 1.31 1.44 2/189 31456
/proc/meminfo: memFree=28372252/32872528 swapFree=1459604/1655828
[pid=25767] ppid=25764 vsize=9824732 CPUtime=1139.19 cores=1,3,5,7
/proc/25767/stat : 25767 (java) S 25764 25767 22681 0 -1 4202496 30574 0 1 0 113695 224 0 0 20 0 20 0 12830944 10060525568 157466 33554432000 1073741824 1073778376 140735738150800 140735738141936 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25767/statm: 2456183 157466 2288 9 0 2446860 0
[pid=25767/tid=25768] ppid=25764 vsize=9824732 CPUtime=0.53 cores=1,3,5,7
/proc/25767/task/25768/stat : 25768 (java) S 25764 25767 22681 0 -1 4202560 2428 0 1 0 44 9 0 0 20 0 20 0 12830945 10060525568 157466 33554432000 1073741824 1073778376 140735738150800 140097244304280 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25767/tid=25770] ppid=25764 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/25767/task/25770/stat : 25770 (java) S 25764 25767 22681 0 -1 4202560 139 0 0 0 28 3 0 0 20 0 20 0 12830946 10060525568 157466 33554432000 1073741824 1073778376 140735738150800 140097205794984 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25767/tid=25771] ppid=25764 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/25767/task/25771/stat : 25771 (java) S 25764 25767 22681 0 -1 4202560 190 0 0 0 25 4 0 0 20 0 20 0 12830946 10060525568 157466 33554432000 1073741824 1073778376 140735738150800 140097204742440 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25767/tid=25772] ppid=25764 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/25767/task/25772/stat : 25772 (java) S 25764 25767 22681 0 -1 4202560 249 0 0 0 29 4 0 0 20 0 20 0 12830946 10060525568 157466 33554432000 1073741824 1073778376 140735738150800 140097085237672 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25767/tid=25773] ppid=25764 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/25767/task/25773/stat : 25773 (java) S 25764 25767 22681 0 -1 4202560 85 0 0 0 30 4 0 0 20 0 20 0 12830946 10060525568 157466 33554432000 1073741824 1073778376 140735738150800 140097084185128 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25767/tid=25774] ppid=25764 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/25767/task/25774/stat : 25774 (java) S 25764 25767 22681 0 -1 4202560 221 0 0 0 27 5 0 0 20 0 20 0 12830946 10060525568 157466 33554432000 1073741824 1073778376 140735738150800 140097083132584 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25767/tid=25775] ppid=25764 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/25767/task/25775/stat : 25775 (java) S 25764 25767 22681 0 -1 4202560 134 0 0 0 28 5 0 0 20 0 20 0 12830946 10060525568 157466 33554432000 1073741824 1073778376 140735738150800 140097082080040 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25767/tid=25776] ppid=25764 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/25767/task/25776/stat : 25776 (java) S 25764 25767 22681 0 -1 4202560 114 0 0 0 28 5 0 0 20 0 20 0 12830946 10060525568 157466 33554432000 1073741824 1073778376 140735738150800 140097081027496 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25767/tid=25777] ppid=25764 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/25767/task/25777/stat : 25777 (java) S 25764 25767 22681 0 -1 4202560 97 0 0 0 27 5 0 0 20 0 20 0 12830946 10060525568 157466 33554432000 1073741824 1073778376 140735738150800 140097079974952 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25767/tid=25778] ppid=25764 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/25767/task/25778/stat : 25778 (java) S 25764 25767 22681 0 -1 4202560 296 0 0 0 2 11 0 0 20 0 20 0 12830947 10060525568 157466 33554432000 1073741824 1073778376 140735738150800 140096597645416 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25767/tid=25779] ppid=25764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25767/task/25779/stat : 25779 (java) S 25764 25767 22681 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 12830947 10060525568 157466 33554432000 1073741824 1073778376 140735738150800 140096596591736 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25767/tid=25780] ppid=25764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25767/task/25780/stat : 25780 (java) S 25764 25767 22681 0 -1 4202560 34 0 0 0 0 0 0 0 20 0 20 0 12830947 10060525568 157466 33554432000 1073741824 1073778376 140735738150800 140096595539080 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25767/tid=25781] ppid=25764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25767/task/25781/stat : 25781 (java) S 25764 25767 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 12830949 10060525568 157466 33554432000 1073741824 1073778376 140735738150800 140096594487824 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25767/tid=25782] ppid=25764 vsize=9824732 CPUtime=1.08 cores=1,3,5,7
/proc/25767/task/25782/stat : 25782 (java) S 25764 25767 22681 0 -1 4202560 9621 0 0 0 106 2 0 0 20 0 20 0 12830949 10060525568 157466 33554432000 1073741824 1073778376 140735738150800 140096593435192 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25767/tid=25783] ppid=25764 vsize=9824732 CPUtime=1.39 cores=1,3,5,7
/proc/25767/task/25783/stat : 25783 (java) S 25764 25767 22681 0 -1 4202560 12242 0 0 0 135 4 0 0 20 0 20 0 12830949 10060525568 157466 33554432000 1073741824 1073778376 140735738150800 140096592382648 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25767/tid=25784] ppid=25764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25767/task/25784/stat : 25784 (java) S 25764 25767 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 12830949 10060525568 157466 33554432000 1073741824 1073778376 140735738150800 140096591330296 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25767/tid=25785] ppid=25764 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/25767/task/25785/stat : 25785 (java) S 25764 25767 22681 0 -1 4202560 68 0 0 0 7 8 0 0 20 0 20 0 12830949 10060525568 157466 33554432000 1073741824 1073778376 140735738150800 140096590277960 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25767/tid=25789] ppid=25764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25767/task/25789/stat : 25789 (java) S 25764 25767 22681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 12830963 10060525568 157466 33554432000 1073741824 1073778376 140735738150800 140096586065064 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25767/tid=31456] ppid=25764 vsize=9824732 CPUtime=2.89 cores=1,3,5,7
/proc/25767/task/31456/stat : 31456 (java) R 25764 25767 22681 0 -1 4202560 2 0 0 0 289 0 0 0 20 0 20 0 12946132 10060525568 157466 33554432000 1073741824 1073778376 140735738150800 140096587115920 140097085805792 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1139.19
Current children cumulated vsize (KiB) 9824732

[startup+1154.9 s]
/proc/loadavg: 1.18 1.31 1.44 2/189 31456
/proc/meminfo: memFree=28372252/32872528 swapFree=1459604/1655828
[pid=25767] ppid=25764 vsize=9824732 CPUtime=1139.27 cores=1,3,5,7
/proc/25767/stat : 25767 (java) S 25764 25767 22681 0 -1 4202496 30592 0 1 0 113702 225 0 0 20 0 19 0 12830944 10060525568 157481 33554432000 1073741824 1073778376 140735738150800 140735738141936 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25767/statm: 2456183 157481 2288 9 0 2446860 0
[pid=25767/tid=25768] ppid=25764 vsize=9824732 CPUtime=0.54 cores=1,3,5,7
/proc/25767/task/25768/stat : 25768 (java) R 25764 25767 22681 0 -1 4202560 2428 0 1 0 45 9 0 0 20 0 19 0 12830945 10060525568 157481 33554432000 1073741824 1073778376 140735738150800 140097244303776 140097085687240 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25767/tid=25770] ppid=25764 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/25767/task/25770/stat : 25770 (java) S 25764 25767 22681 0 -1 4202560 139 0 0 0 28 3 0 0 20 0 19 0 12830946 10060525568 157481 33554432000 1073741824 1073778376 140735738150800 140097205794984 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25767/tid=25771] ppid=25764 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/25767/task/25771/stat : 25771 (java) S 25764 25767 22681 0 -1 4202560 190 0 0 0 25 4 0 0 20 0 19 0 12830946 10060525568 157481 33554432000 1073741824 1073778376 140735738150800 140097204742440 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25767/tid=25772] ppid=25764 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/25767/task/25772/stat : 25772 (java) S 25764 25767 22681 0 -1 4202560 249 0 0 0 29 4 0 0 20 0 19 0 12830946 10060525568 157481 33554432000 1073741824 1073778376 140735738150800 140097085237672 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25767/tid=25773] ppid=25764 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/25767/task/25773/stat : 25773 (java) S 25764 25767 22681 0 -1 4202560 85 0 0 0 30 4 0 0 20 0 19 0 12830946 10060525568 157481 33554432000 1073741824 1073778376 140735738150800 140097084185128 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25767/tid=25774] ppid=25764 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/25767/task/25774/stat : 25774 (java) S 25764 25767 22681 0 -1 4202560 221 0 0 0 27 5 0 0 20 0 19 0 12830946 10060525568 157481 33554432000 1073741824 1073778376 140735738150800 140097083132584 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25767/tid=25775] ppid=25764 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/25767/task/25775/stat : 25775 (java) S 25764 25767 22681 0 -1 4202560 134 0 0 0 28 5 0 0 20 0 19 0 12830946 10060525568 157481 33554432000 1073741824 1073778376 140735738150800 140097082080040 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25767/tid=25776] ppid=25764 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/25767/task/25776/stat : 25776 (java) S 25764 25767 22681 0 -1 4202560 114 0 0 0 29 5 0 0 20 0 19 0 12830946 10060525568 157481 33554432000 1073741824 1073778376 140735738150800 140097081027496 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25767/tid=25777] ppid=25764 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/25767/task/25777/stat : 25777 (java) S 25764 25767 22681 0 -1 4202560 97 0 0 0 27 5 0 0 20 0 19 0 12830946 10060525568 157481 33554432000 1073741824 1073778376 140735738150800 140097079974952 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25767/tid=25778] ppid=25764 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/25767/task/25778/stat : 25778 (java) S 25764 25767 22681 0 -1 4202560 313 0 0 0 2 11 0 0 20 0 19 0 12830947 10060525568 157481 33554432000 1073741824 1073778376 140735738150800 140096597645416 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25767/tid=25779] ppid=25764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25767/task/25779/stat : 25779 (java) S 25764 25767 22681 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12830947 10060525568 157481 33554432000 1073741824 1073778376 140735738150800 140096596591736 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25767/tid=25780] ppid=25764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25767/task/25780/stat : 25780 (java) S 25764 25767 22681 0 -1 4202560 34 0 0 0 0 0 0 0 20 0 19 0 12830947 10060525568 157481 33554432000 1073741824 1073778376 140735738150800 140096595539080 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25767/tid=25781] ppid=25764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25767/task/25781/stat : 25781 (java) S 25764 25767 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12830949 10060525568 157481 33554432000 1073741824 1073778376 140735738150800 140096594487824 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25767/tid=25782] ppid=25764 vsize=9824732 CPUtime=1.08 cores=1,3,5,7
/proc/25767/task/25782/stat : 25782 (java) S 25764 25767 22681 0 -1 4202560 9621 0 0 0 106 2 0 0 20 0 19 0 12830949 10060525568 157481 33554432000 1073741824 1073778376 140735738150800 140096593435192 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25767/tid=25783] ppid=25764 vsize=9824732 CPUtime=1.39 cores=1,3,5,7
/proc/25767/task/25783/stat : 25783 (java) S 25764 25767 22681 0 -1 4202560 12242 0 0 0 135 4 0 0 20 0 19 0 12830949 10060525568 157481 33554432000 1073741824 1073778376 140735738150800 140096592382648 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25767/tid=25784] ppid=25764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25767/task/25784/stat : 25784 (java) S 25764 25767 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12830949 10060525568 157481 33554432000 1073741824 1073778376 140735738150800 140096591330296 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25767/tid=25785] ppid=25764 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/25767/task/25785/stat : 25785 (java) S 25764 25767 22681 0 -1 4202560 68 0 0 0 7 8 0 0 20 0 19 0 12830949 10060525568 157481 33554432000 1073741824 1073778376 140735738150800 140096590277960 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25767/tid=25789] ppid=25764 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25767/task/25789/stat : 25789 (java) S 25764 25767 22681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12830963 10060525568 157481 33554432000 1073741824 1073778376 140735738150800 140096586065064 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1139.27
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.00999999
#  lost CPU user time (s): 0.00999999
#  lost CPU system time (s): 0

Real time (s): 1155.01
CPU time (s): 1139.58
CPU user time (s): 1137.15
CPU system time (s): 2.43363
CPU usage (%): 98.6646
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1137.14
system time used= 2.43363
maximum resident set size= 740812
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30604
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1064
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 52290
involuntary context switches= 26518

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.76582 second user time and 10.8444 second system time

The end

Launcher Data

Begin job on node136 at 2016-06-30 22:33:18
IDJOB=4109249
IDBENCH=78752
IDSOLVER=2552
FILE ID=node136/4109249-1467318798
RUNJOBID= node136-1467318739-25000
PBS_JOBID= 20005289
Free space on /tmp= 71644 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.1110972763--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109249-1467318798/watcher-4109249-1467318798 -o /tmp/evaluation-result-4109249-1467318798/solver-4109249-1467318798 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1467318739-25000 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4109249-1467318798.wbo

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

MD5SUM BENCH= 9949b87f9004912630b1e1d8508ff079
RANDOM SEED=756642649

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.182
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		: 2666.182
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		: 2666.182
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.182
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		: 2666.182
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:        28900432 kB
Buffers:          102468 kB
Cached:          1341248 kB
SwapCached:            0 kB
Active:           331972 kB
Inactive:        1236456 kB
Active(anon):     104196 kB
Inactive(anon):    22672 kB
Active(file):     227776 kB
Inactive(file):  1213784 kB
Unevictable:     1655828 kB
Mlocked:         1459604 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1388 kB
Writeback:             0 kB
AnonPages:       1775904 kB
Mapped:            22044 kB
Shmem:               204 kB
Slab:             613664 kB
SReclaimable:      57072 kB
SUnreclaim:       556592 kB
KernelStack:        1608 kB
PageTables:         7976 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2362440 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    276480 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= 71644 MiB
End job on node136 at 2016-06-30 22:52:33