Trace number 3698297

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 NameAnswerobjective functionCPU timeWall clock time
npSolver inc-topDownOPT8908 81.5296 81.7039

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/
poldner/PB/testset/normalized-11_22.opb
MD5SUM75c7e5778aa6d0e8c18984c9064c30c6
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark8908
Best CPU time to get the best result obtained on this benchmark0.025995
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 8908
Optimality of the best value was proved YES
Number of variables253
Total number of constraints264
Number of constraints which are clauses242
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint11
Number of terms in the objective function 253
Biggest coefficient in the objective function 2437
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 125403
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 2437
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 125403
Number of bits of the biggest sum of numbers17
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.00	c run inc solver
0.00/0.00	c [INC SYSTEM] run initial solver
0.00/0.00	c [INC SYSTEM] preprocess with white file
0.00/0.01	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.01	c [INC SYSTEM] execute solver
0.00/0.01	c [INC SEARCH] formula is SAT
0.00/0.01	c [INC SYSTEM] solved the initial formula
0.00/0.01	c model valid
0.00/0.01	c current solution ok
0.00/0.01	o 12511
0.00/0.01	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.01	c write failed with 2
0.00/0.01	c [INC SEARCH] iteration: 0
0.00/0.01	c [INC BOUNDS] best value:12511 search for 12510
0.00/0.01	c [INC SYSTEM] create new solver instance
0.00/0.01	c [INC] encode full formula
0.00/0.01	c fallback to adder encoding
0.00/0.03	c set iterative enc to: adder
0.00/0.03	c set iterative enc to: none
0.00/0.03	c [INC SEARCH] isOptimum variable: 0
1.66/1.77	c formula is SAT
1.66/1.77	c [INC SEARCH] copied best model
1.66/1.77	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
1.66/1.77	c model valid
1.66/1.77	c current solution ok
1.66/1.77	o 12424
1.66/1.77	c [INC SEARCH] iteration: 1
1.66/1.77	c [INC BOUNDS] best value:12424 search for 12423
1.66/1.77	c [INC SYSTEM] there exists a inc, kill it!
1.66/1.77	c write failed with 2
1.66/1.77	c [INC SYSTEM] create new solver instance
1.66/1.77	c [INC] encode full formula
1.66/1.77	c fallback to adder encoding
1.66/1.79	c set iterative enc to: adder
1.66/1.79	c set iterative enc to: none
1.66/1.79	c [INC SEARCH] isOptimum variable: 0
2.66/2.77	c formula is SAT
2.66/2.77	c [INC SEARCH] copied best model
2.66/2.77	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
2.66/2.77	c model valid
2.66/2.77	c current solution ok
2.66/2.77	o 12399
2.66/2.77	c [INC SEARCH] iteration: 2
2.66/2.77	c [INC BOUNDS] best value:12399 search for 12398
2.66/2.77	c [INC SYSTEM] there exists a inc, kill it!
2.66/2.77	c write failed with 2
2.66/2.78	c [INC SYSTEM] create new solver instance
2.66/2.78	c [INC] encode full formula
2.66/2.78	c fallback to adder encoding
2.66/2.79	c set iterative enc to: adder
2.66/2.79	c set iterative enc to: none
2.77/2.80	c [INC SEARCH] isOptimum variable: 0
3.66/3.71	c formula is SAT
3.66/3.71	c [INC SEARCH] copied best model
3.66/3.71	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
3.70/3.83	c model valid
3.70/3.83	c current solution ok
3.70/3.83	o 12223
3.70/3.83	c [INC SEARCH] iteration: 3
3.70/3.83	c [INC BOUNDS] best value:12223 search for 12222
3.70/3.83	c [INC SYSTEM] there exists a inc, kill it!
3.70/3.83	c write failed with 2
3.70/3.83	c [INC SYSTEM] create new solver instance
3.70/3.83	c [INC] encode full formula
3.70/3.83	c fallback to adder encoding
3.70/3.83	c set iterative enc to: adder
3.70/3.83	c set iterative enc to: none
3.70/3.86	c [INC SEARCH] isOptimum variable: 0
4.84/5.01	c formula is SAT
4.84/5.01	c [INC SEARCH] copied best model
4.84/5.01	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
4.84/5.01	c model valid
4.84/5.01	c current solution ok
4.84/5.01	o 10174
4.84/5.01	c [INC SEARCH] iteration: 4
4.84/5.01	c [INC BOUNDS] best value:10174 search for 10173
4.84/5.01	c [INC SYSTEM] there exists a inc, kill it!
4.84/5.01	c write failed with 2
4.84/5.01	c [INC SYSTEM] create new solver instance
4.84/5.01	c [INC] encode full formula
4.84/5.01	c fallback to adder encoding
4.84/5.02	c set iterative enc to: adder
4.84/5.02	c set iterative enc to: none
4.84/5.03	c [INC SEARCH] isOptimum variable: 0
6.02/6.20	c formula is SAT
6.02/6.20	c [INC SEARCH] copied best model
6.02/6.20	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
6.02/6.20	c model valid
6.02/6.20	c current solution ok
6.02/6.20	o 10013
6.02/6.20	c [INC SEARCH] iteration: 5
6.02/6.20	c [INC BOUNDS] best value:10013 search for 10012
6.02/6.20	c [INC SYSTEM] there exists a inc, kill it!
6.02/6.20	c write failed with 2
6.02/6.20	c [INC SYSTEM] create new solver instance
6.02/6.20	c [INC] encode full formula
6.02/6.20	c fallback to adder encoding
6.02/6.22	c set iterative enc to: adder
6.02/6.22	c set iterative enc to: none
6.02/6.22	c [INC SEARCH] isOptimum variable: 0
9.92/10.14	c formula is SAT
9.92/10.14	c [INC SEARCH] copied best model
9.92/10.14	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
9.92/10.14	c model valid
9.92/10.14	c current solution ok
9.92/10.14	o 9785
9.92/10.14	c [INC SEARCH] iteration: 6
9.92/10.14	c [INC BOUNDS] best value:9785 search for 9784
9.92/10.14	c [INC SYSTEM] there exists a inc, kill it!
9.92/10.14	c write failed with 2
9.92/10.14	c [INC SYSTEM] create new solver instance
9.92/10.14	c [INC] encode full formula
9.92/10.14	c fallback to adder encoding
9.92/10.16	c set iterative enc to: adder
9.92/10.16	c set iterative enc to: none
9.92/10.16	c [INC SEARCH] isOptimum variable: 0
14.42/14.61	c formula is SAT
14.42/14.61	c [INC SEARCH] copied best model
14.42/14.61	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
14.42/14.61	c model valid
14.42/14.61	c current solution ok
14.42/14.61	o 9784
14.42/14.61	c [INC SEARCH] iteration: 7
14.42/14.61	c [INC BOUNDS] best value:9784 search for 9783
14.42/14.61	c [INC SYSTEM] there exists a inc, kill it!
14.42/14.61	c write failed with 2
14.42/14.61	c [INC SYSTEM] create new solver instance
14.42/14.61	c [INC] encode full formula
14.42/14.61	c fallback to adder encoding
14.42/14.62	c set iterative enc to: adder
14.42/14.62	c set iterative enc to: none
14.42/14.63	c [INC SEARCH] isOptimum variable: 0
18.31/18.50	c formula is SAT
18.31/18.50	c [INC SEARCH] copied best model
18.31/18.50	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
18.31/18.50	c model valid
18.31/18.50	c current solution ok
18.31/18.50	o 9771
18.31/18.50	c [INC SEARCH] iteration: 8
18.31/18.50	c [INC BOUNDS] best value:9771 search for 9770
18.31/18.50	c [INC SYSTEM] there exists a inc, kill it!
18.31/18.50	c write failed with 2
18.31/18.50	c [INC SYSTEM] create new solver instance
18.31/18.50	c [INC] encode full formula
18.31/18.50	c fallback to adder encoding
18.31/18.52	c set iterative enc to: adder
18.31/18.52	c set iterative enc to: none
18.31/18.52	c [INC SEARCH] isOptimum variable: 0
24.90/25.18	c formula is SAT
24.90/25.18	c [INC SEARCH] copied best model
24.90/25.18	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
24.90/25.18	c model valid
24.90/25.18	c current solution ok
24.90/25.18	o 9748
24.90/25.18	c [INC SEARCH] iteration: 9
24.90/25.18	c [INC BOUNDS] best value:9748 search for 9747
24.90/25.18	c [INC SYSTEM] there exists a inc, kill it!
24.90/25.18	c write failed with 2
24.90/25.18	c [INC SYSTEM] create new solver instance
24.90/25.18	c [INC] encode full formula
24.90/25.18	c fallback to adder encoding
24.90/25.20	c set iterative enc to: adder
24.90/25.20	c set iterative enc to: none
25.03/25.20	c [INC SEARCH] isOptimum variable: 0
29.31/29.60	c formula is SAT
29.31/29.60	c [INC SEARCH] copied best model
29.31/29.60	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
29.42/29.60	c model valid
29.42/29.60	c current solution ok
29.42/29.60	o 9562
29.42/29.60	c [INC SEARCH] iteration: 10
29.42/29.60	c [INC BOUNDS] best value:9562 search for 9561
29.42/29.60	c [INC SYSTEM] there exists a inc, kill it!
29.42/29.60	c write failed with 2
29.42/29.60	c [INC SYSTEM] create new solver instance
29.42/29.60	c [INC] encode full formula
29.42/29.60	c fallback to adder encoding
29.42/29.62	c set iterative enc to: adder
29.42/29.62	c set iterative enc to: none
29.42/29.62	c [INC SEARCH] isOptimum variable: 0
31.31/31.50	c formula is SAT
31.31/31.50	c [INC SEARCH] copied best model
31.31/31.50	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
31.31/31.50	c model valid
31.31/31.50	c current solution ok
31.31/31.50	o 9470
31.31/31.50	c [INC SEARCH] iteration: 11
31.31/31.50	c [INC BOUNDS] best value:9470 search for 9469
31.31/31.50	c [INC SYSTEM] there exists a inc, kill it!
31.31/31.50	c write failed with 2
31.31/31.50	c [INC SYSTEM] create new solver instance
31.31/31.50	c [INC] encode full formula
31.31/31.50	c fallback to adder encoding
31.31/31.52	c set iterative enc to: adder
31.31/31.52	c set iterative enc to: none
31.31/31.52	c [INC SEARCH] isOptimum variable: 0
34.81/35.07	c formula is SAT
34.81/35.07	c [INC SEARCH] copied best model
34.81/35.07	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
34.81/35.07	c model valid
34.81/35.07	c current solution ok
34.81/35.07	o 9385
34.81/35.07	c [INC SEARCH] iteration: 12
34.81/35.07	c [INC BOUNDS] best value:9385 search for 9384
34.81/35.07	c [INC SYSTEM] there exists a inc, kill it!
34.81/35.07	c write failed with 2
34.81/35.08	c [INC SYSTEM] create new solver instance
34.81/35.08	c [INC] encode full formula
34.81/35.08	c fallback to adder encoding
34.81/35.09	c set iterative enc to: adder
34.81/35.09	c set iterative enc to: none
34.81/35.10	c [INC SEARCH] isOptimum variable: 0
39.10/39.38	c formula is SAT
39.10/39.38	c [INC SEARCH] copied best model
39.10/39.38	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
39.10/39.38	c model valid
39.10/39.38	c current solution ok
39.10/39.38	o 9381
39.10/39.38	c [INC SEARCH] iteration: 13
39.10/39.38	c [INC BOUNDS] best value:9381 search for 9380
39.10/39.38	c [INC SYSTEM] there exists a inc, kill it!
39.10/39.38	c write failed with 2
39.10/39.38	c [INC SYSTEM] create new solver instance
39.10/39.38	c [INC] encode full formula
39.10/39.38	c fallback to adder encoding
39.21/39.40	c set iterative enc to: adder
39.21/39.40	c set iterative enc to: none
39.21/39.40	c [INC SEARCH] isOptimum variable: 0
45.31/45.53	c formula is SAT
45.31/45.53	c [INC SEARCH] copied best model
45.31/45.53	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
45.31/45.53	c model valid
45.31/45.53	c current solution ok
45.31/45.53	o 9373
45.31/45.53	c [INC SEARCH] iteration: 14
45.31/45.53	c [INC BOUNDS] best value:9373 search for 9372
45.31/45.53	c [INC SYSTEM] there exists a inc, kill it!
45.31/45.53	c write failed with 2
45.31/45.53	c [INC SYSTEM] create new solver instance
45.31/45.53	c [INC] encode full formula
45.31/45.53	c fallback to adder encoding
45.31/45.55	c set iterative enc to: adder
45.31/45.55	c set iterative enc to: none
45.31/45.55	c [INC SEARCH] isOptimum variable: 0
50.10/50.35	c formula is SAT
50.10/50.36	c [INC SEARCH] copied best model
50.10/50.36	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
50.10/50.36	c model valid
50.10/50.36	c current solution ok
50.10/50.36	o 9358
50.10/50.36	c [INC SEARCH] iteration: 15
50.10/50.36	c [INC BOUNDS] best value:9358 search for 9357
50.10/50.36	c [INC SYSTEM] there exists a inc, kill it!
50.10/50.36	c write failed with 2
50.10/50.36	c [INC SYSTEM] create new solver instance
50.10/50.36	c [INC] encode full formula
50.10/50.36	c fallback to adder encoding
50.10/50.37	c set iterative enc to: adder
50.10/50.37	c set iterative enc to: none
50.10/50.38	c [INC SEARCH] isOptimum variable: 0
53.99/54.23	c formula is SAT
53.99/54.23	c [INC SEARCH] copied best model
53.99/54.23	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
53.99/54.23	c model valid
53.99/54.23	c current solution ok
53.99/54.23	o 9354
53.99/54.23	c [INC SEARCH] iteration: 16
53.99/54.23	c [INC BOUNDS] best value:9354 search for 9353
53.99/54.23	c [INC SYSTEM] there exists a inc, kill it!
53.99/54.23	c write failed with 2
53.99/54.23	c [INC SYSTEM] create new solver instance
53.99/54.23	c [INC] encode full formula
53.99/54.23	c fallback to adder encoding
53.99/54.25	c set iterative enc to: adder
53.99/54.25	c set iterative enc to: none
53.99/54.25	c [INC SEARCH] isOptimum variable: 0
55.70/55.91	c formula is SAT
55.70/55.91	c [INC SEARCH] copied best model
55.70/55.91	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
55.70/55.91	c model valid
55.70/55.91	c current solution ok
55.70/55.91	o 9332
55.70/55.91	c [INC SEARCH] iteration: 17
55.70/55.91	c [INC BOUNDS] best value:9332 search for 9331
55.70/55.91	c [INC SYSTEM] there exists a inc, kill it!
55.70/55.91	c write failed with 2
55.70/55.91	c [INC SYSTEM] create new solver instance
55.70/55.91	c [INC] encode full formula
55.70/55.91	c fallback to adder encoding
55.70/55.93	c set iterative enc to: adder
55.70/55.93	c set iterative enc to: none
55.70/55.93	c [INC SEARCH] isOptimum variable: 0
66.30/66.53	c formula is SAT
66.30/66.53	c [INC SEARCH] copied best model
66.30/66.53	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
66.30/66.53	c model valid
66.30/66.53	c current solution ok
66.30/66.53	o 9313
66.30/66.53	c [INC SEARCH] iteration: 18
66.30/66.53	c [INC BOUNDS] best value:9313 search for 9312
66.30/66.53	c [INC SYSTEM] there exists a inc, kill it!
66.30/66.53	c write failed with 2
66.30/66.53	c [INC SYSTEM] create new solver instance
66.30/66.53	c [INC] encode full formula
66.30/66.53	c fallback to adder encoding
66.30/66.55	c set iterative enc to: adder
66.30/66.55	c set iterative enc to: none
66.30/66.56	c [INC SEARCH] isOptimum variable: 0
67.50/67.71	c formula is SAT
67.50/67.72	c [INC SEARCH] copied best model
67.50/67.72	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
67.50/67.72	c model valid
67.50/67.72	c current solution ok
67.50/67.72	o 9305
67.50/67.72	c [INC SEARCH] iteration: 19
67.50/67.72	c [INC BOUNDS] best value:9305 search for 9304
67.50/67.72	c [INC SYSTEM] there exists a inc, kill it!
67.50/67.72	c write failed with 2
67.50/67.72	c [INC SYSTEM] create new solver instance
67.50/67.72	c [INC] encode full formula
67.50/67.72	c fallback to adder encoding
67.50/67.73	c set iterative enc to: adder
67.50/67.73	c set iterative enc to: none
67.50/67.74	c [INC SEARCH] isOptimum variable: 0
72.99/73.25	c formula is SAT
72.99/73.25	c [INC SEARCH] copied best model
72.99/73.25	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
72.99/73.25	c model valid
72.99/73.25	c current solution ok
72.99/73.25	o 8908
72.99/73.25	c [INC SEARCH] iteration: 20
72.99/73.25	c [INC BOUNDS] best value:8908 search for 8907
72.99/73.25	c [INC SYSTEM] there exists a inc, kill it!
72.99/73.25	c write failed with 2
72.99/73.25	c [INC SYSTEM] create new solver instance
72.99/73.25	c [INC] encode full formula
72.99/73.25	c fallback to adder encoding
72.99/73.27	c set iterative enc to: adder
72.99/73.27	c set iterative enc to: none
72.99/73.27	c [INC SEARCH] isOptimum variable: 0
81.49/81.70	c [INC SEARCH] formula is UNSAT
81.49/81.70	c [INC SYSTEM] there exists a inc, kill it!
81.49/81.70	c write failed with 2
81.49/81.70	c [INC SEARCH] sat variable: 0 optimum/unsat variable: 1
81.49/81.70	c [INC SEARCH] found optimum
81.49/81.70	c display solution
81.49/81.70	s OPTIMUM FOUND
81.49/81.70	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 -x170 -x171 x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 x249 -x250 -x251 x252 -x253 

Verifier Data

OK	8908

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3698297-1338072718/watcher-3698297-1338072718 -o /tmp/evaluation-result-3698297-1338072718/solver-3698297-1338072718 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3698297-1338072718.opb 623328716 HOME HOME 

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: 2.33 2.91 2.56 3/179 8269
/proc/meminfo: memFree=27457540/32873648 swapFree=6848/6848
[pid=8269] ppid=8267 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8269/stat : 8269 (npSolver-pbo-It) S 8267 8269 5308 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273398681 9367552 275 33554432000 4194304 5064252 140736057580032 140736057578944 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8269/statm: 2287 275 233 213 0 72 0

[startup+0.0177569 s]
/proc/loadavg: 2.33 2.91 2.56 3/179 8269
/proc/meminfo: memFree=27457540/32873648 swapFree=6848/6848
[pid=8269] ppid=8267 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8269/stat : 8269 (npSolver-pbo-It) S 8267 8269 5308 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273398681 9367552 275 33554432000 4194304 5064252 140736057580032 140736057578944 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8269/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100158 s]
/proc/loadavg: 2.33 2.91 2.56 3/179 8269
/proc/meminfo: memFree=27457540/32873648 swapFree=6848/6848
[pid=8269] ppid=8267 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8269/stat : 8269 (npSolver-pbo-It) S 8267 8269 5308 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273398681 9367552 275 33554432000 4194304 5064252 140736057580032 140736057578944 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8269/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300111 s]
/proc/loadavg: 2.33 2.91 2.56 3/179 8269
/proc/meminfo: memFree=27457540/32873648 swapFree=6848/6848
[pid=8269] ppid=8267 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8269/stat : 8269 (npSolver-pbo-It) S 8267 8269 5308 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273398681 9367552 275 33554432000 4194304 5064252 140736057580032 140736057578944 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8269/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700122 s]
/proc/loadavg: 2.33 2.91 2.56 3/179 8269
/proc/meminfo: memFree=27457540/32873648 swapFree=6848/6848
[pid=8269] ppid=8267 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8269/stat : 8269 (npSolver-pbo-It) S 8267 8269 5308 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273398681 9367552 275 33554432000 4194304 5064252 140736057580032 140736057578944 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8269/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5003 s]
/proc/loadavg: 2.33 2.91 2.56 3/182 8278
/proc/meminfo: memFree=27447284/32873648 swapFree=6848/6848
[pid=8269] ppid=8267 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8269/stat : 8269 (npSolver-pbo-It) S 8267 8269 5308 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273398681 9367552 275 33554432000 4194304 5064252 140736057580032 140736057578944 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8269/statm: 2287 275 233 213 0 72 0
[pid=8270] ppid=8269 vsize=2336 CPUtime=0.01 cores=1,3,5,7
/proc/8270/stat : 8270 (npSolver-pbo) S 8269 8269 5308 0 -1 4202496 1148 3309 0 0 1 0 0 0 20 0 1 0 273398682 2392064 288 33554432000 4194304 5992684 140735148518192 140735148504024 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8270/statm: 584 288 180 440 0 140 0
[pid=8278] ppid=8270 vsize=10928 CPUtime=1.45 cores=1,3,5,7
/proc/8278/stat : 8278 (glucosInc) R 8270 8269 5308 0 -1 4202496 2698 0 0 0 145 0 0 0 20 0 1 0 273398685 11190272 2416 33554432000 4194304 5654031 140734606527552 140734606515368 4232477 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/8278/statm: 2732 2416 141 357 0 2372 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 22412

[startup+3.10015 s]
/proc/loadavg: 2.33 2.91 2.56 3/182 8280
/proc/meminfo: memFree=27450804/32873648 swapFree=6848/6848
[pid=8269] ppid=8267 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8269/stat : 8269 (npSolver-pbo-It) S 8267 8269 5308 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273398681 9367552 275 33554432000 4194304 5064252 140736057580032 140736057578944 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8269/statm: 2287 275 233 213 0 72 0
[pid=8270] ppid=8269 vsize=2272 CPUtime=2.77 cores=1,3,5,7
/proc/8270/stat : 8270 (npSolver-pbo) S 8269 8269 5308 0 -1 4202496 2795 9981 0 0 4 1 270 2 20 0 1 0 273398682 2326528 273 33554432000 4194304 5992684 140735148518192 140735148504024 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8270/statm: 568 273 181 440 0 124 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 11420

[startup+6.3002 s]
/proc/loadavg: 2.30 2.89 2.55 3/182 8286
/proc/meminfo: memFree=27449704/32873648 swapFree=6848/6848
[pid=8269] ppid=8267 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8269/stat : 8269 (npSolver-pbo-It) S 8267 8269 5308 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273398681 9367552 275 33554432000 4194304 5064252 140736057580032 140736057578944 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8269/statm: 2287 275 233 213 0 72 0
[pid=8270] ppid=8269 vsize=2272 CPUtime=6.06 cores=1,3,5,7
/proc/8270/stat : 8270 (npSolver-pbo) S 8269 8269 5308 0 -1 4202496 5264 20486 0 0 9 2 591 4 20 0 1 0 273398682 2326528 273 33554432000 4194304 5992684 140735148518192 140735148504024 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8270/statm: 568 273 181 440 0 124 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 11420

[startup+12.7003 s]
/proc/loadavg: 2.28 2.88 2.55 3/182 8290
/proc/meminfo: memFree=27445596/32873648 swapFree=6848/6848
[pid=8269] ppid=8267 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8269/stat : 8269 (npSolver-pbo-It) S 8267 8269 5308 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273398681 9367552 275 33554432000 4194304 5064252 140736057580032 140736057578944 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8269/statm: 2287 275 233 213 0 72 0
[pid=8270] ppid=8269 vsize=2272 CPUtime=10 cores=1,3,5,7
/proc/8270/stat : 8270 (npSolver-pbo) S 8269 8269 5308 0 -1 4202496 6087 25247 0 0 11 2 982 5 20 0 1 0 273398682 2326528 273 33554432000 4194304 5992684 140735148518192 140735148504024 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/8270/statm: 568 273 181 440 0 124 0
[pid=8290] ppid=8270 vsize=12624 CPUtime=2.52 cores=1,3,5,7
/proc/8290/stat : 8290 (glucosInc) R 8270 8269 5308 0 -1 4202496 3195 0 0 0 252 0 0 0 20 0 1 0 273399698 12926976 2840 33554432000 4194304 5654031 140735169754528 140735169742344 4232821 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/8290/statm: 3156 2840 142 357 0 2796 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 24044

[startup+25.5003 s]
/proc/loadavg: 2.22 2.83 2.54 3/181 8294
/proc/meminfo: memFree=27451868/32873648 swapFree=6848/6848
[pid=8269] ppid=8267 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8269/stat : 8269 (npSolver-pbo-It) S 8267 8269 5308 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273398681 9367552 275 33554432000 4194304 5064252 140736057580032 140736057578944 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8269/statm: 2287 275 233 213 0 72 0
[pid=8270] ppid=8269 vsize=2272 CPUtime=25.03 cores=1,3,5,7
/proc/8270/stat : 8270 (npSolver-pbo) S 8269 8269 5308 0 -1 4202496 8556 38181 0 0 16 3 2476 8 20 0 1 0 273398682 2326528 273 33554432000 4194304 5992684 140735148518192 140735148504024 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/8270/statm: 568 273 181 440 0 124 0
Current children cumulated CPU time (s) 25.03
Current children cumulated vsize (KiB) 11420

[startup+51.1003 s]
/proc/loadavg: 2.22 2.78 2.53 3/181 8308
/proc/meminfo: memFree=27446872/32873648 swapFree=6848/6848
[pid=8269] ppid=8267 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8269/stat : 8269 (npSolver-pbo-It) S 8267 8269 5308 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273398681 9367552 275 33554432000 4194304 5064252 140736057580032 140736057578944 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8269/statm: 2287 275 233 213 0 72 0
[pid=8270] ppid=8269 vsize=2272 CPUtime=50.19 cores=1,3,5,7
/proc/8270/stat : 8270 (npSolver-pbo) S 8269 8269 5308 0 -1 4202496 13494 65351 0 0 26 4 4975 14 20 0 1 0 273398682 2326528 273 33554432000 4194304 5992684 140735148518192 140735148504024 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/8270/statm: 568 273 181 440 0 124 0
[pid=8308] ppid=8270 vsize=10980 CPUtime=0.71 cores=1,3,5,7
/proc/8308/stat : 8308 (glucosInc) R 8270 8269 5308 0 -1 4202496 2366 0 0 0 71 0 0 0 20 0 1 0 273403720 11243520 2300 33554432000 4194304 5654031 140733213262448 140733213250264 4214632 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8308/statm: 2745 2300 141 357 0 2385 0
Current children cumulated CPU time (s) 50.9
Current children cumulated vsize (KiB) 22400

Solver just ended. Dumping a history of the last processes samples

[startup+63.9003 s]
/proc/loadavg: 2.18 2.75 2.53 3/181 8312
/proc/meminfo: memFree=27433804/32873648 swapFree=6848/6848
[pid=8269] ppid=8267 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8269/stat : 8269 (npSolver-pbo-It) S 8267 8269 5308 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273398681 9367552 275 33554432000 4194304 5064252 140736057580032 140736057578944 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8269/statm: 2287 275 233 213 0 72 0
[pid=8270] ppid=8269 vsize=2272 CPUtime=55.75 cores=1,3,5,7
/proc/8270/stat : 8270 (npSolver-pbo) S 8269 8269 5308 0 -1 4202496 15140 73019 0 0 30 5 5525 15 20 0 1 0 273398682 2326528 273 33554432000 4194304 5992684 140735148518192 140735148504024 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/8270/statm: 568 273 181 440 0 124 0
[pid=8312] ppid=8270 vsize=23280 CPUtime=7.95 cores=1,3,5,7
/proc/8312/stat : 8312 (glucosInc) R 8270 8269 5308 0 -1 4202496 3668 0 0 0 795 0 0 0 20 0 1 0 273404275 23838720 4340 33554432000 4194304 5654031 140735204287952 140735204285832 4218807 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8312/statm: 5820 4340 142 357 0 5460 0
Current children cumulated CPU time (s) 63.7
Current children cumulated vsize (KiB) 34700

[startup+70.3003 s]
/proc/loadavg: 2.15 2.73 2.52 3/181 8316
/proc/meminfo: memFree=27437472/32873648 swapFree=6848/6848
[pid=8269] ppid=8267 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8269/stat : 8269 (npSolver-pbo-It) S 8267 8269 5308 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273398681 9367552 275 33554432000 4194304 5064252 140736057580032 140736057578944 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8269/statm: 2287 275 233 213 0 72 0
[pid=8270] ppid=8269 vsize=2272 CPUtime=67.55 cores=1,3,5,7
/proc/8270/stat : 8270 (npSolver-pbo) S 8269 8269 5308 0 -1 4202496 16786 81921 0 0 33 5 6699 18 20 0 1 0 273398682 2326528 273 33554432000 4194304 5992684 140735148518192 140735148504024 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/8270/statm: 568 273 181 440 0 124 0
[pid=8316] ppid=8270 vsize=12652 CPUtime=2.55 cores=1,3,5,7
/proc/8316/stat : 8316 (glucosInc) R 8270 8269 5308 0 -1 4202496 3695 0 0 0 255 0 0 0 20 0 1 0 273405456 12955648 2840 33554432000 4194304 5654031 140734028577120 140734028564936 4233490 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8316/statm: 3163 2840 142 357 0 2803 0
Current children cumulated CPU time (s) 70.1
Current children cumulated vsize (KiB) 24072

[startup+76.7003 s]
/proc/loadavg: 2.14 2.72 2.52 3/181 8318
/proc/meminfo: memFree=27439332/32873648 swapFree=6848/6848
[pid=8269] ppid=8267 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8269/stat : 8269 (npSolver-pbo-It) S 8267 8269 5308 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273398681 9367552 275 33554432000 4194304 5064252 140736057580032 140736057578944 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8269/statm: 2287 275 233 213 0 72 0
[pid=8270] ppid=8269 vsize=2272 CPUtime=73.08 cores=1,3,5,7
/proc/8270/stat : 8270 (npSolver-pbo) S 8269 8269 5308 0 -1 4202496 17609 86843 0 0 35 5 7249 19 20 0 1 0 273398682 2326528 273 33554432000 4194304 5992684 140735148518192 140735148504024 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/8270/statm: 568 273 181 440 0 124 0
[pid=8318] ppid=8270 vsize=18180 CPUtime=3.41 cores=1,3,5,7
/proc/8318/stat : 8318 (glucosInc) R 8270 8269 5308 0 -1 4202496 3517 0 0 0 341 0 0 0 20 0 1 0 273406009 18616320 3757 33554432000 4194304 5654031 140737383478176 140737383476072 4234964 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8318/statm: 4545 3757 142 357 0 4185 0
Current children cumulated CPU time (s) 76.49
Current children cumulated vsize (KiB) 29600

[startup+79.9003 s]
/proc/loadavg: 2.14 2.72 2.52 3/181 8318
/proc/meminfo: memFree=27432508/32873648 swapFree=6848/6848
[pid=8269] ppid=8267 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8269/stat : 8269 (npSolver-pbo-It) S 8267 8269 5308 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273398681 9367552 275 33554432000 4194304 5064252 140736057580032 140736057578944 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8269/statm: 2287 275 233 213 0 72 0
[pid=8270] ppid=8269 vsize=2272 CPUtime=73.08 cores=1,3,5,7
/proc/8270/stat : 8270 (npSolver-pbo) S 8269 8269 5308 0 -1 4202496 17609 86843 0 0 35 5 7249 19 20 0 1 0 273398682 2326528 273 33554432000 4194304 5992684 140735148518192 140735148504024 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/8270/statm: 568 273 181 440 0 124 0
[pid=8318] ppid=8270 vsize=18180 CPUtime=6.61 cores=1,3,5,7
/proc/8318/stat : 8318 (glucosInc) R 8270 8269 5308 0 -1 4202496 3817 0 0 0 661 0 0 0 20 0 1 0 273406009 18616320 4050 33554432000 4194304 5654031 140737383478176 140737383465992 4214996 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8318/statm: 4545 4050 142 357 0 4185 0
Current children cumulated CPU time (s) 79.69
Current children cumulated vsize (KiB) 29600

[startup+80.7003 s]
/proc/loadavg: 2.13 2.70 2.51 3/181 8318
/proc/meminfo: memFree=27430584/32873648 swapFree=6848/6848
[pid=8269] ppid=8267 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8269/stat : 8269 (npSolver-pbo-It) S 8267 8269 5308 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273398681 9367552 275 33554432000 4194304 5064252 140736057580032 140736057578944 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8269/statm: 2287 275 233 213 0 72 0
[pid=8270] ppid=8269 vsize=2272 CPUtime=73.08 cores=1,3,5,7
/proc/8270/stat : 8270 (npSolver-pbo) S 8269 8269 5308 0 -1 4202496 17609 86843 0 0 35 5 7249 19 20 0 1 0 273398682 2326528 273 33554432000 4194304 5992684 140735148518192 140735148504024 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/8270/statm: 568 273 181 440 0 124 0
[pid=8318] ppid=8270 vsize=18180 CPUtime=7.41 cores=1,3,5,7
/proc/8318/stat : 8318 (glucosInc) R 8270 8269 5308 0 -1 4202496 3817 0 0 0 741 0 0 0 20 0 1 0 273406009 18616320 4050 33554432000 4194304 5654031 140737383478176 140737383465992 4215913 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8318/statm: 4545 4050 142 357 0 4185 0
Current children cumulated CPU time (s) 80.49
Current children cumulated vsize (KiB) 29600

[startup+81.5004 s]
/proc/loadavg: 2.13 2.70 2.51 3/181 8318
/proc/meminfo: memFree=27430584/32873648 swapFree=6848/6848
[pid=8269] ppid=8267 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8269/stat : 8269 (npSolver-pbo-It) S 8267 8269 5308 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273398681 9367552 275 33554432000 4194304 5064252 140736057580032 140736057578944 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8269/statm: 2287 275 233 213 0 72 0
[pid=8270] ppid=8269 vsize=2272 CPUtime=73.08 cores=1,3,5,7
/proc/8270/stat : 8270 (npSolver-pbo) S 8269 8269 5308 0 -1 4202496 17609 86843 0 0 35 5 7249 19 20 0 1 0 273398682 2326528 273 33554432000 4194304 5992684 140735148518192 140735148504024 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/8270/statm: 568 273 181 440 0 124 0
[pid=8318] ppid=8270 vsize=18180 CPUtime=8.21 cores=1,3,5,7
/proc/8318/stat : 8318 (glucosInc) R 8270 8269 5308 0 -1 4202496 3817 0 0 0 821 0 0 0 20 0 1 0 273406009 18616320 4050 33554432000 4194304 5654031 140737383478176 140737383465992 4233232 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8318/statm: 4545 4050 142 357 0 4185 0
Current children cumulated CPU time (s) 81.29
Current children cumulated vsize (KiB) 29600

[startup+81.7003 s]
/proc/loadavg: 2.13 2.70 2.51 3/181 8318
/proc/meminfo: memFree=27430584/32873648 swapFree=6848/6848
[pid=8269] ppid=8267 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8269/stat : 8269 (npSolver-pbo-It) S 8267 8269 5308 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273398681 9367552 275 33554432000 4194304 5064252 140736057580032 140736057578944 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8269/statm: 2287 275 233 213 0 72 0
[pid=8270] ppid=8269 vsize=2272 CPUtime=73.08 cores=1,3,5,7
/proc/8270/stat : 8270 (npSolver-pbo) S 8269 8269 5308 0 -1 4202496 17609 86843 0 0 35 5 7249 19 20 0 1 0 273398682 2326528 273 33554432000 4194304 5992684 140735148518192 140735148504024 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/8270/statm: 568 273 181 440 0 124 0
[pid=8318] ppid=8270 vsize=18180 CPUtime=8.41 cores=1,3,5,7
/proc/8318/stat : 8318 (glucosInc) R 8270 8269 5308 0 -1 4202496 3818 0 0 0 841 0 0 0 20 0 1 0 273406009 18616320 4051 33554432000 4194304 5654031 140737383478176 140737383465992 4982394 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8318/statm: 4546 4055 146 357 0 4186 0
Current children cumulated CPU time (s) 81.49
Current children cumulated vsize (KiB) 29600

Child status: 0
Real time (s): 81.7039
CPU time (s): 81.5296
CPU user time (s): 81.2696
CPU system time (s): 0.25996
CPU usage (%): 99.7867
Max. virtual memory (cumulated for all children) (KiB): 41776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 81.2696
system time used= 0.25996
maximum resident set size= 25952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 109107
page faults= 0
swaps= 0
block input operations= 0
block output operations= 40264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 353
involuntary context switches= 286

runsolver used 0.154976 second user time and 0.416936 second system time

The end

Launcher Data

Begin job on node113 at 2012-05-27 00:51:58
IDJOB=3698297
IDBENCH=24969
IDSOLVER=2275
FILE ID=node113/3698297-1338072718
RUNJOBID= node113-1338052965-5325
PBS_JOBID= 14624415
Free space on /tmp= 71320 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-LIN/submittedPB07/poldner/PB/testset/normalized-11_22.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3698297-1338072718/watcher-3698297-1338072718 -o /tmp/evaluation-result-3698297-1338072718/solver-3698297-1338072718 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3698297-1338072718.opb 623328716 HOME HOME

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

MD5SUM BENCH= 75c7e5778aa6d0e8c18984c9064c30c6
RANDOM SEED=623328716

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27457540 kB
Buffers:          301236 kB
Cached:          4076984 kB
SwapCached:            0 kB
Active:          1266040 kB
Inactive:        3323632 kB
Active(anon):     214140 kB
Inactive(anon):        0 kB
Active(file):    1051900 kB
Inactive(file):  3323632 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8668 kB
Writeback:             0 kB
AnonPages:        228796 kB
Mapped:            15552 kB
Shmem:               200 kB
Slab:             676984 kB
SReclaimable:     119536 kB
SUnreclaim:       557448 kB
KernelStack:        1480 kB
PageTables:         4100 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     344968 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    167936 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71312 MiB
End job on node113 at 2012-05-27 00:53:20