Trace number 2680889

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
wbo 1.4b (fixed)? (MO) 1209.3 1209.78

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/logic_synthesis/normalized-max512.r.opb
MD5SUMabda325d00dae29cc1f423bbedcd64ad
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark113
Best CPU time to get the best result obtained on this benchmark0.131979
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 113
Optimality of the best value was proved YES
Number of variables515
Total number of constraints559
Number of constraints which are clauses559
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint22
Number of terms in the objective function 515
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 515
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 515
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c wbo 1.4 beta - 20100610
0.00/0.00	c Parsing opb file format. File HOME/instance-2680889-1277457104.opb.
0.00/0.00	c Instance file HOME/instance-2680889-1277457104.opb
0.00/0.00	c File size is 36880 bytes.
0.00/0.00	c Highest Coefficient sum: 23
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.01         s                                      |
0.00/0.00	c |  Number Variables:      515                                                 |
0.00/0.00	c |  Number Clauses:        559                                                 |
0.00/0.00	c |  Number Cardinality:    0                                                   |
0.00/0.00	c |  Number PB Constraints: 0                                                   |
0.00/0.00	c ============================[ Search Statistics ]==============================
0.00/0.00	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.00	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
0.00/0.00	c ===============================================================================
0.00/0.00	c |         0 |     515      559     3754 |     5000        0    nan |  0.000 % |
0.00/0.00	c ===============================================================================
0.00/0.00	c New solution: 138
0.00/0.00	o 138
0.00/0.00	c Elapsed CPU time: 0.006998 s	Remaining CPU time: 179.993 s
0.00/0.00	c ===============================================================================
0.00/0.00	c |         0 |     515      560     4269 |     5000        0    nan |  0.000 % |
0.00/0.01	c |       100 |     515      560     4269 |     5500      100    139 |  0.000 % |
0.00/0.02	c |       251 |     515      560     4269 |     6050      251    141 |  0.000 % |
0.03/0.04	c |       476 |     515      560     4269 |     6655      476    144 |  0.001 % |
0.03/0.07	c |       814 |     515      560     4269 |     7320      814    145 |  0.001 % |
0.09/0.12	c |      1320 |     515      560     4269 |     8052     1320    145 |  0.000 % |
0.09/0.19	c |      2080 |     515      560     4269 |     8857     2080    145 |  0.001 % |
0.20/0.29	c |      3220 |     515      560     4269 |     9743     3220    145 |  0.000 % |
0.39/0.46	c |      4929 |     515      560     4269 |    10717     4929    146 |  0.000 % |
0.69/0.73	c |      7492 |     515      560     4269 |    11789     7492    145 |  0.000 % |
1.10/1.13	c |     11337 |     515      560     4269 |    12968    11337    146 |  0.000 % |
1.79/1.89	c |     17104 |     515      560     4269 |    14265    10395    144 |  0.000 % |
2.89/2.95	c |     25754 |     515      560     4269 |    15692    11691    143 |  0.000 % |
4.59/4.69	c |     38731 |     515      560     4269 |    17261     8539    144 |  0.000 % |
7.78/7.82	c |     58193 |     515      560     4269 |    18987    10280    144 |  0.000 % |
7.78/7.84	c ===============================================================================
7.78/7.84	c New solution: 137
7.78/7.84	o 137
7.78/7.84	c Elapsed CPU time: 7.63984 s	Remaining CPU time: 172.36 s
7.78/7.84	c ===============================================================================
7.78/7.84	c |     58479 |     515      561     4784 |     5000    10566    144 |  0.000 % |
7.78/7.89	c |     58580 |     515      561     4784 |     5500     2743    145 |  0.000 % |
7.89/7.91	c |     58731 |     515      561     4784 |     6050     2894    145 |  0.000 % |
7.89/7.93	c |     58956 |     515      561     4784 |     6655     3119    145 |  0.000 % |
7.89/7.96	c |     59293 |     515      561     4784 |     7320     3456    145 |  0.000 % |
7.99/8.00	c |     59800 |     515      561     4784 |     8052     3963    145 |  0.001 % |
7.99/8.08	c |     60559 |     515      561     4784 |     8857     4722    144 |  0.000 % |
8.08/8.18	c |     61699 |     515      561     4784 |     9743     5862    144 |  0.000 % |
8.29/8.36	c |     63408 |     515      561     4784 |    10717     7571    144 |  0.000 % |
8.59/8.60	c |     65970 |     515      561     4784 |    11789    10133    143 |  0.000 % |
8.98/9.01	c |     69815 |     515      561     4784 |    12968     7864    143 |  0.000 % |
9.68/9.73	c |     75583 |     515      561     4784 |    14265     6922    143 |  0.000 % |
10.79/10.82	c |     84233 |     515      561     4784 |    15692     8212    145 |  0.000 % |
12.49/12.58	c |     97207 |     515      561     4784 |    17261    13122    143 |  0.000 % |
15.68/15.76	c |    116669 |     515      561     4784 |    18987    14884    142 |  0.000 % |
20.68/20.71	c |    145861 |     515      561     4784 |    20886    14900    145 |  0.000 % |
30.38/30.42	c |    189651 |     515      561     4784 |    22974    15977    141 |  0.000 % |
41.87/41.95	c |    255336 |     515      561     4784 |    25272    18594    142 |  0.000 % |
61.67/61.74	c |    353863 |     515      561     4784 |    27799    13115    143 |  0.000 % |
87.87/87.90	c |    501652 |     515      561     4784 |    30579    24193    142 |  0.000 % |
140.93/141.07	c |    723335 |     515      561     4784 |    33637    27419    143 |  0.000 % |
183.02/183.17	c There are 0 assigned variables. 0 in cost function.
184.22/184.37	c core #1
184.22/184.37	c 
184.22/184.37	c 
184.22/184.37	c Core size: 7	Core Weight: 1	Total Weight: 1
184.22/184.37	c
184.22/184.37	c
184.22/184.37	c core #2
184.22/184.37	c 
184.22/184.37	c 
184.22/184.37	c Core size: 14	Core Weight: 1	Total Weight: 2
184.22/184.37	c
184.22/184.37	c
184.22/184.37	c core #3
184.22/184.37	c 
184.22/184.37	c 
184.22/184.37	c Core size: 7	Core Weight: 1	Total Weight: 3
184.22/184.37	c
184.22/184.37	c
184.22/184.37	c core #4
184.22/184.37	c 
184.22/184.37	c 
184.22/184.37	c Core size: 7	Core Weight: 1	Total Weight: 4
184.22/184.37	c
184.22/184.37	c
184.22/184.37	c core #5
184.22/184.37	c 
184.22/184.37	c 
184.22/184.37	c Core size: 3	Core Weight: 1	Total Weight: 5
184.22/184.37	c
184.22/184.37	c
184.22/184.37	c core #6
184.22/184.37	c 
184.22/184.37	c 
184.22/184.37	c Core size: 5	Core Weight: 1	Total Weight: 6
184.22/184.37	c
184.22/184.37	c
184.22/184.37	c core #7
184.22/184.37	c 
184.22/184.37	c 
184.22/184.37	c Core size: 7	Core Weight: 1	Total Weight: 7
184.22/184.37	c
184.22/184.37	c
184.22/184.37	c core #8
184.22/184.37	c 
184.22/184.37	c 
184.22/184.37	c Core size: 10	Core Weight: 1	Total Weight: 8
184.22/184.37	c
184.22/184.37	c
184.22/184.37	c core #9
184.22/184.37	c 
184.22/184.37	c 
184.22/184.37	c Core size: 5	Core Weight: 1	Total Weight: 9
184.22/184.37	c
184.22/184.37	c
184.22/184.37	c core #10
184.22/184.37	c 
184.22/184.37	c 
184.22/184.37	c Core size: 7	Core Weight: 1	Total Weight: 10
184.22/184.37	c
184.22/184.37	c
184.22/184.37	c core #11
184.22/184.37	c 
184.22/184.37	c 
184.22/184.37	c Core size: 4	Core Weight: 1	Total Weight: 11
184.22/184.37	c
184.22/184.37	c
184.22/184.37	c core #12
184.22/184.37	c 
184.22/184.37	c 
184.22/184.37	c Core size: 4	Core Weight: 1	Total Weight: 12
184.22/184.37	c
184.22/184.37	c
184.22/184.37	c core #13
184.22/184.37	c 
184.22/184.37	c 
184.22/184.37	c Core size: 3	Core Weight: 1	Total Weight: 13
184.22/184.37	c
184.22/184.37	c
184.22/184.37	c core #14
184.22/184.37	c 
184.22/184.37	c 
184.22/184.37	c Core size: 5	Core Weight: 1	Total Weight: 14
184.22/184.37	c
184.22/184.37	c
184.22/184.37	c core #15
184.22/184.37	c 
184.22/184.37	c 
184.22/184.37	c Core size: 8	Core Weight: 1	Total Weight: 15
184.22/184.37	c
184.22/184.37	c
184.22/184.37	c core #16
184.22/184.37	c 
184.22/184.37	c 
184.22/184.37	c Core size: 10	Core Weight: 1	Total Weight: 16
184.22/184.37	c
184.22/184.37	c
184.22/184.37	c core #17
184.22/184.37	c 
184.22/184.37	c 
184.22/184.37	c Core size: 3	Core Weight: 1	Total Weight: 17
184.22/184.37	c
184.22/184.37	c
184.22/184.37	c core #18
184.22/184.37	c 
184.22/184.37	c 
184.22/184.37	c Core size: 4	Core Weight: 1	Total Weight: 18
184.22/184.37	c
184.22/184.37	c
184.22/184.37	c core #19
184.22/184.37	c 
184.22/184.37	c 
184.22/184.37	c Core size: 13	Core Weight: 1	Total Weight: 19
184.22/184.37	c
184.22/184.37	c
184.22/184.37	c core #20
184.22/184.37	c 
184.22/184.37	c 
184.22/184.37	c Core size: 7	Core Weight: 1	Total Weight: 20
184.22/184.37	c
184.22/184.37	c
184.22/184.37	c core #21
184.22/184.37	c 
184.22/184.37	c 
184.22/184.37	c Core size: 5	Core Weight: 1	Total Weight: 21
184.22/184.37	c
184.22/184.37	c
184.22/184.37	c core #22
184.22/184.37	c 
184.22/184.37	c 
184.22/184.37	c Core size: 4	Core Weight: 1	Total Weight: 22
184.22/184.37	c
184.22/184.37	c
184.22/184.37	c core #23
184.22/184.37	c 
184.22/184.37	c 
184.22/184.37	c Core size: 8	Core Weight: 1	Total Weight: 23
184.22/184.37	c
184.22/184.37	c
184.22/184.37	c core #24
184.22/184.37	c 
184.22/184.37	c 
184.22/184.37	c Core size: 10	Core Weight: 1	Total Weight: 24
184.22/184.37	c
184.22/184.37	c
184.22/184.37	c core #25
184.22/184.37	c 
184.22/184.37	c 
184.22/184.37	c Core size: 7	Core Weight: 1	Total Weight: 25
184.22/184.37	c
184.22/184.37	c
184.22/184.37	c core #26
184.22/184.37	c 
184.22/184.37	c 
184.22/184.37	c Core size: 5	Core Weight: 1	Total Weight: 26
184.22/184.37	c
184.22/184.37	c
184.22/184.37	c core #27
184.22/184.37	c 
184.22/184.37	c 
184.22/184.37	c Core size: 5	Core Weight: 1	Total Weight: 27
184.22/184.37	c
184.22/184.37	c
184.22/184.37	c core #28
184.22/184.37	c 
184.22/184.37	c 
184.22/184.37	c Core size: 5	Core Weight: 1	Total Weight: 28
184.22/184.37	c
184.22/184.37	c
184.22/184.37	c core #29
184.22/184.37	c 
184.22/184.37	c 
184.22/184.37	c Core size: 3	Core Weight: 1	Total Weight: 29
184.22/184.37	c
184.22/184.37	c
184.22/184.37	c core #30
184.22/184.37	c 
184.22/184.37	c 
184.22/184.37	c Core size: 3	Core Weight: 1	Total Weight: 30
184.22/184.37	c
184.22/184.37	c
184.22/184.37	c core #31
184.22/184.37	c 
184.22/184.37	c 
184.22/184.37	c Core size: 7	Core Weight: 1	Total Weight: 31
184.22/184.37	c
184.22/184.37	c
184.22/184.37	c core #32
184.22/184.37	c 
184.22/184.37	c 
184.22/184.37	c Core size: 3	Core Weight: 1	Total Weight: 32
184.22/184.37	c
184.22/184.37	c
184.22/184.37	c core #33
184.22/184.37	c 
184.22/184.37	c 
184.22/184.37	c Core size: 7	Core Weight: 1	Total Weight: 33
184.22/184.37	c
184.22/184.37	c
184.22/184.37	c core #34
184.22/184.37	c 
184.22/184.37	c 
184.22/184.37	c Core size: 6	Core Weight: 1	Total Weight: 34
184.22/184.37	c
184.22/184.37	c
184.22/184.37	c core #35
184.22/184.37	c 
184.22/184.37	c 
184.22/184.37	c Core size: 6	Core Weight: 1	Total Weight: 35
184.22/184.37	c
184.22/184.37	c
184.22/184.37	c core #36
184.22/184.37	c 
184.22/184.37	c 
184.22/184.37	c Core size: 6	Core Weight: 1	Total Weight: 36
184.22/184.37	c
184.22/184.37	c
184.22/184.37	c core #37
184.22/184.37	c 
184.22/184.37	c 
184.22/184.37	c Core size: 4	Core Weight: 1	Total Weight: 37
184.22/184.37	c
184.22/184.37	c
184.22/184.37	c core #38
184.22/184.37	c 
184.22/184.37	c 
184.22/184.37	c Core size: 6	Core Weight: 1	Total Weight: 38
184.22/184.37	c
184.22/184.37	c
184.22/184.37	c core #39
184.22/184.37	c 
184.22/184.37	c 
184.22/184.37	c Core size: 6	Core Weight: 1	Total Weight: 39
184.22/184.37	c
184.22/184.37	c
184.22/184.37	c core #40
184.22/184.37	c 
184.22/184.37	c 
184.22/184.37	c Core size: 6	Core Weight: 1	Total Weight: 40
184.22/184.37	c
184.22/184.37	c
184.22/184.37	c core #41
184.22/184.37	c 
184.22/184.37	c 
184.22/184.37	c Core size: 4	Core Weight: 1	Total Weight: 41
184.22/184.37	c
184.22/184.37	c
184.22/184.37	c core #42
184.22/184.37	c 
184.22/184.37	c 
184.22/184.37	c Core size: 8	Core Weight: 1	Total Weight: 42
184.22/184.37	c
184.22/184.37	c
184.22/184.37	c core #43
184.22/184.37	c 
184.22/184.37	c 
184.22/184.37	c Core size: 7	Core Weight: 1	Total Weight: 43
184.22/184.37	c
184.22/184.37	c
184.22/184.37	c core #44
184.22/184.37	c 
184.22/184.37	c 
184.22/184.37	c Core size: 6	Core Weight: 1	Total Weight: 44
184.22/184.37	c
184.22/184.37	c
184.22/184.37	c core #45
184.22/184.37	c 
184.22/184.37	c 
184.22/184.37	c Core size: 11	Core Weight: 1	Total Weight: 45
184.22/184.37	c
184.22/184.37	c
184.22/184.37	c core #46
184.22/184.37	c 
184.22/184.37	c 
184.22/184.37	c Core size: 6	Core Weight: 1	Total Weight: 46
184.22/184.37	c
184.22/184.37	c
184.22/184.37	c core #47
184.22/184.37	c 
184.22/184.37	c 
184.22/184.37	c Core size: 3	Core Weight: 1	Total Weight: 47
184.22/184.37	c
184.22/184.37	c
184.22/184.37	c core #48
184.22/184.37	c 
184.22/184.37	c 
184.22/184.37	c Core size: 3	Core Weight: 1	Total Weight: 48
184.22/184.37	c
184.22/184.37	c
184.22/184.37	c core #49
184.22/184.37	c 
184.22/184.37	c 
184.22/184.37	c Core size: 3	Core Weight: 1	Total Weight: 49
184.22/184.37	c
184.22/184.37	c
184.22/184.37	c core #50
184.22/184.37	c 
184.22/184.37	c 
184.22/184.37	c Core size: 8	Core Weight: 1	Total Weight: 50
184.22/184.37	c
184.22/184.37	c
184.22/184.37	c core #51
184.22/184.37	c 
184.22/184.37	c 
184.22/184.37	c Core size: 6	Core Weight: 1	Total Weight: 51
184.22/184.37	c
184.22/184.37	c
184.22/184.37	c core #52
184.22/184.37	c 
184.22/184.37	c 
184.22/184.37	c Core size: 4	Core Weight: 1	Total Weight: 52
184.22/184.37	c
184.22/184.37	c
184.22/184.37	c core #53
184.22/184.37	c 
184.22/184.37	c 
184.22/184.37	c Core size: 3	Core Weight: 1	Total Weight: 53
184.22/184.37	c
184.22/184.37	c
184.22/184.37	c core #54
184.22/184.37	c 
184.22/184.37	c 
184.22/184.37	c Core size: 5	Core Weight: 1	Total Weight: 54
184.22/184.37	c
184.22/184.37	c
184.22/184.37	c core #55
184.22/184.37	c 
184.22/184.37	c 
184.22/184.37	c Core size: 4	Core Weight: 1	Total Weight: 55
184.22/184.37	c
184.22/184.37	c
184.22/184.37	c core #56
184.22/184.37	c 
184.22/184.37	c 
184.22/184.37	c Core size: 5	Core Weight: 1	Total Weight: 56
184.22/184.37	c
184.22/184.37	c
184.22/184.37	c core #57
184.22/184.37	c 
184.22/184.37	c 
184.22/184.37	c Core size: 7	Core Weight: 1	Total Weight: 57
184.22/184.37	c
184.22/184.37	c
184.22/184.37	c core #58
184.22/184.37	c 
184.22/184.37	c 
184.22/184.37	c Core size: 3	Core Weight: 1	Total Weight: 58
184.22/184.37	c
184.22/184.37	c
184.22/184.37	c core #59
184.22/184.37	c 
184.22/184.37	c 
184.22/184.37	c Core size: 6	Core Weight: 1	Total Weight: 59
184.22/184.37	c
184.22/184.37	c
184.22/184.37	c core #60
184.22/184.37	c 
184.22/184.37	c 
184.22/184.37	c Core size: 3	Core Weight: 1	Total Weight: 60
184.22/184.37	c
184.22/184.37	c
184.22/184.37	c core #61
184.22/184.37	c 
184.22/184.37	c 
184.22/184.37	c Core size: 3	Core Weight: 1	Total Weight: 61
184.32/184.48	c
184.32/184.48	c
184.32/184.48	c core #62
184.32/184.48	c 
184.32/184.48	c 
184.32/184.48	c Core size: 7	Core Weight: 1	Total Weight: 62
184.32/184.48	c
184.32/184.48	c
184.32/184.48	c core #63
184.32/184.48	c 
184.32/184.48	c 
184.32/184.48	c Core size: 5	Core Weight: 1	Total Weight: 63
184.32/184.48	c
184.32/184.48	c
184.32/184.48	c core #64
184.32/184.48	c 
184.32/184.48	c 
184.32/184.48	c Core size: 5	Core Weight: 1	Total Weight: 64
184.32/184.48	c
184.32/184.48	c
184.32/184.48	c core #65
184.32/184.48	c 
184.32/184.48	c 
184.32/184.48	c Core size: 3	Core Weight: 1	Total Weight: 65
184.32/184.48	c
184.32/184.48	c
184.32/184.48	c core #66
184.32/184.48	c 
184.32/184.48	c 
184.32/184.48	c Core size: 4	Core Weight: 1	Total Weight: 66
184.32/184.48	c
184.32/184.48	c
184.32/184.48	c core #67
184.32/184.48	c 
184.32/184.48	c 
184.32/184.48	c Core size: 3	Core Weight: 1	Total Weight: 67
184.32/184.48	c
184.32/184.48	c
184.32/184.48	c core #68
184.32/184.48	c 
184.32/184.48	c 
184.32/184.48	c Core size: 3	Core Weight: 1	Total Weight: 68
184.32/184.48	c
184.32/184.48	c
184.32/184.48	c core #69
184.32/184.48	c 
184.32/184.48	c 
184.32/184.48	c Core size: 3	Core Weight: 1	Total Weight: 69
184.32/184.48	c
184.32/184.48	c
184.32/184.48	c core #70
184.32/184.48	c 
184.32/184.48	c 
184.32/184.48	c Core size: 5	Core Weight: 1	Total Weight: 70
184.32/184.48	c
184.32/184.48	c
184.32/184.48	c core #71
184.32/184.48	c 
184.32/184.48	c 
184.32/184.48	c Core size: 6	Core Weight: 1	Total Weight: 71
184.32/184.48	c
184.32/184.48	c
184.32/184.48	c core #72
184.32/184.48	c 
184.32/184.48	c 
184.32/184.48	c Core size: 3	Core Weight: 1	Total Weight: 72
184.32/184.48	c
184.32/184.48	c
184.32/184.48	c core #73
184.32/184.48	c 
184.32/184.48	c 
184.32/184.48	c Core size: 5	Core Weight: 1	Total Weight: 73
184.32/184.48	c
184.32/184.48	c
184.32/184.48	c core #74
184.32/184.48	c 
184.32/184.48	c 
184.32/184.48	c Core size: 4	Core Weight: 1	Total Weight: 74
184.32/184.48	c
184.32/184.48	c
184.32/184.48	c core #75
184.32/184.48	c 
184.32/184.48	c 
184.32/184.48	c Core size: 9	Core Weight: 1	Total Weight: 75
184.32/184.48	c
184.32/184.48	c
184.32/184.48	c core #76
184.32/184.48	c 
184.32/184.48	c 
184.32/184.48	c Core size: 7	Core Weight: 1	Total Weight: 76
184.32/184.48	c
184.32/184.48	c
184.32/184.48	c core #77
184.32/184.48	c 
184.32/184.48	c 
184.32/184.48	c Core size: 4	Core Weight: 1	Total Weight: 77
184.32/184.48	c
184.32/184.48	c
184.32/184.48	c core #78
184.32/184.48	c 
184.32/184.48	c 
184.32/184.48	c Core size: 3	Core Weight: 1	Total Weight: 78
184.32/184.48	c
184.32/184.48	c
184.32/184.48	c core #79
184.32/184.48	c 
184.32/184.48	c 
184.32/184.48	c Core size: 5	Core Weight: 1	Total Weight: 79
184.32/184.48	c
184.32/184.48	c
184.32/184.48	c core #80
184.32/184.48	c 
184.32/184.48	c 
184.32/184.48	c Core size: 3	Core Weight: 1	Total Weight: 80
184.32/184.48	c
184.32/184.48	c
184.32/184.48	c core #81
184.32/184.48	c 
184.32/184.48	c 
184.32/184.48	c Core size: 3	Core Weight: 1	Total Weight: 81
184.32/184.48	c
184.32/184.48	c
184.32/184.48	c core #82
184.32/184.48	c 
184.32/184.48	c 
184.32/184.48	c Core size: 5	Core Weight: 1	Total Weight: 82
184.32/184.48	c
184.32/184.48	c
184.32/184.48	c core #83
184.32/184.48	c 
184.32/184.48	c 
184.32/184.48	c Core size: 7	Core Weight: 1	Total Weight: 83
184.32/184.48	c
184.32/184.48	c
184.32/184.48	c core #84
184.32/184.48	c 
184.32/184.48	c 
184.32/184.48	c Core size: 5	Core Weight: 1	Total Weight: 84
184.32/184.48	c
184.32/184.48	c
184.32/184.48	c core #85
184.32/184.48	c 
184.32/184.48	c 
184.32/184.48	c Core size: 3	Core Weight: 1	Total Weight: 85
184.32/184.48	c
184.32/184.48	c
184.32/184.48	c core #86
184.32/184.48	c 
184.32/184.48	c 
184.32/184.48	c Core size: 3	Core Weight: 1	Total Weight: 86
184.32/184.48	c
184.32/184.48	c
184.32/184.48	c core #87
184.32/184.48	c 
184.32/184.48	c 
184.32/184.48	c Core size: 4	Core Weight: 1	Total Weight: 87
184.32/184.48	c
184.32/184.48	c
184.32/184.48	c core #88
184.32/184.48	c 
184.32/184.48	c 
184.32/184.48	c Core size: 5	Core Weight: 1	Total Weight: 88
184.32/184.48	c
184.32/184.48	c
184.32/184.48	c core #89
184.32/184.48	c 
184.32/184.48	c 
184.32/184.48	c Core size: 5	Core Weight: 1	Total Weight: 89
184.32/184.48	c
184.32/184.48	c
184.32/184.48	c core #90
184.32/184.48	c 
184.32/184.48	c 
184.32/184.48	c Core size: 3	Core Weight: 1	Total Weight: 90
184.32/184.48	c
184.32/184.48	c
184.32/184.48	c core #91
184.32/184.48	c 
184.32/184.48	c 
184.32/184.48	c Core size: 11	Core Weight: 1	Total Weight: 91
184.32/184.48	c
184.32/184.48	c
184.32/184.48	c core #92
184.32/184.48	c 
184.32/184.48	c 
184.32/184.48	c Core size: 10	Core Weight: 1	Total Weight: 92
184.32/184.48	c
184.32/184.48	c
184.32/184.48	c core #93
184.32/184.48	c 
184.32/184.48	c 
184.32/184.48	c Core size: 15	Core Weight: 1	Total Weight: 93
184.32/184.48	c
184.32/184.48	c
184.32/184.48	c core #94
184.32/184.48	c 
184.32/184.48	c 
184.32/184.48	c Core size: 13	Core Weight: 1	Total Weight: 94
184.32/184.48	c
184.32/184.48	c
184.32/184.48	c core #95
184.32/184.48	c 
184.32/184.48	c 
184.32/184.48	c Core size: 9	Core Weight: 1	Total Weight: 95
184.32/184.48	c
184.32/184.48	c
184.32/184.48	c core #96
184.32/184.48	c 
184.32/184.48	c 
184.32/184.48	c Core size: 26	Core Weight: 1	Total Weight: 96
184.32/184.48	c
184.32/184.48	c
184.32/184.48	c core #97
184.32/184.48	c 
184.32/184.48	c 
184.32/184.48	c Core size: 8	Core Weight: 1	Total Weight: 97
184.32/184.48	c
184.32/184.48	c
184.32/184.48	c core #98
184.32/184.48	c 
184.32/184.48	c 
184.32/184.48	c Core size: 16	Core Weight: 1	Total Weight: 98
184.32/184.48	c
184.32/184.48	c
184.32/184.48	c core #99
184.32/184.48	c 
184.32/184.48	c 
184.32/184.48	c Core size: 21	Core Weight: 1	Total Weight: 99
184.32/184.48	c
184.32/184.48	c
184.32/184.48	c core #100
184.32/184.48	c 
184.32/184.48	c 
184.32/184.48	c Core size: 15	Core Weight: 1	Total Weight: 100
184.32/184.48	c
184.32/184.48	c
184.32/184.48	c ============================[ Search Statistics ]==============================
184.32/184.48	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
184.32/184.48	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
184.32/184.48	c ===============================================================================
184.32/184.48	c |         0 |     919     1176     6197 |     5000        0    nan |  0.000 % |
184.32/184.49	c ===============================================================================
184.32/184.49	c core #101
184.32/184.49	c 
184.32/184.49	c 
184.32/184.49	c Core size: 57	Core Weight: 1	Total Weight: 101
184.32/184.49	c
184.32/184.49	c
184.32/184.49	c ============================[ Search Statistics ]==============================
184.32/184.49	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
184.32/184.49	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
184.32/184.49	c ===============================================================================
184.32/184.49	c |         0 |     974     1177     6295 |     5000        0    nan |  0.000 % |
184.32/184.50	c |       103 |     973     1177     6295 |     5500      103     12 |  8.745 % |
184.42/184.50	c ===============================================================================
184.42/184.51	c core #102
184.42/184.51	c 
184.42/184.51	c 
184.42/184.51	c Core size: 67	Core Weight: 1	Total Weight: 102
184.42/184.51	c
184.42/184.51	c
184.42/184.51	c ============================[ Search Statistics ]==============================
184.42/184.51	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
184.42/184.51	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
184.42/184.51	c ===============================================================================
184.42/184.51	c |         0 |    1038     1178     6420 |     5000        0    nan |  0.000 % |
184.42/184.51	c |       100 |    1038     1178     6420 |     5500      100     28 |  6.739 % |
184.42/184.51	c ===============================================================================
184.42/184.52	c core #103
184.42/184.52	c 
184.42/184.52	c 
184.42/184.52	c Core size: 15	Core Weight: 1	Total Weight: 103
184.42/184.52	c
184.42/184.52	c
184.42/184.52	c ============================[ Search Statistics ]==============================
184.42/184.52	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
184.42/184.52	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
184.42/184.52	c ===============================================================================
184.42/184.52	c |         0 |    1055     1179     6450 |     5000        0    nan |  0.000 % |
184.42/184.52	c |       111 |    1055     1179     6450 |     5500      111     29 |  6.306 % |
184.42/184.53	c |       264 |    1024     1179     6450 |     6050      260     23 |  9.148 % |
184.42/184.54	c ===============================================================================
184.42/184.54	c core #104
184.42/184.54	c 
184.42/184.54	c 
184.42/184.54	c Core size: 80	Core Weight: 1	Total Weight: 104
184.42/184.54	c
184.42/184.54	c
184.42/184.54	c ============================[ Search Statistics ]==============================
184.42/184.54	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
184.42/184.54	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
184.42/184.54	c ===============================================================================
184.42/184.54	c |         0 |    1141     1180     6609 |     5000        0    nan |  0.000 % |
184.42/184.55	c |       101 |    1141     1180     6609 |     5500      101     17 |  4.838 % |
184.42/184.56	c |       251 |    1139     1180     6609 |     6050      239     22 |  5.004 % |
184.42/184.56	c ===============================================================================
184.42/184.57	c core #105
184.42/184.57	c 
184.42/184.57	c 
184.42/184.57	c Core size: 113	Core Weight: 1	Total Weight: 105
184.42/184.57	c
184.42/184.57	c
184.42/184.57	c ============================[ Search Statistics ]==============================
184.42/184.57	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
184.42/184.57	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
184.42/184.57	c ===============================================================================
184.42/184.57	c |         0 |    1257     1181     6835 |     5000        0    nan |  0.000 % |
184.42/184.58	c |       100 |    1257     1181     6835 |     5500      100     26 |  3.973 % |
184.42/184.59	c |       251 |    1255     1181     6835 |     6050      249     24 |  4.125 % |
184.52/184.60	c |       476 |    1242     1181     6835 |     6655      473     28 |  5.118 % |
184.52/184.63	c |       814 |    1242     1181     6835 |     7320      811     35 |  5.118 % |
184.52/184.68	c |      1321 |    1242     1181     6835 |     8052     1318     42 |  5.118 % |
184.63/184.74	c |      2080 |    1241     1181     6835 |     8857     1723     44 |  5.196 % |
184.73/184.86	c |      3220 |    1240     1181     6835 |     9743     2863     51 |  5.271 % |
184.82/184.92	c ===============================================================================
184.82/184.92	c core #106
184.82/184.92	c 
184.82/184.92	c 
184.82/184.92	c Core size: 8	Core Weight: 1	Total Weight: 106
184.82/184.92	c
184.82/184.92	c
184.82/184.92	c ============================[ Search Statistics ]==============================
184.82/184.93	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
184.82/184.93	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
184.82/184.93	c ===============================================================================
184.82/184.93	c |         0 |    1262     1182     6845 |     5000        0    nan |  0.000 % |
184.82/184.94	c |       100 |    1262     1182     6845 |     5500      100     25 |  3.958 % |
184.82/184.95	c |       256 |    1262     1182     6845 |     6050      256     21 |  3.957 % |
184.82/184.96	c ===============================================================================
184.82/184.97	c core #107
184.82/184.97	c 
184.82/184.97	c 
184.82/184.97	c Core size: 78	Core Weight: 1	Total Weight: 107
184.82/184.97	c
184.82/184.97	c
184.82/184.97	c ============================[ Search Statistics ]==============================
184.82/184.97	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
184.82/184.97	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
184.82/184.97	c ===============================================================================
184.82/184.97	c |         0 |    1347     1183     7005 |     5000        0    nan |  0.000 % |
184.82/184.98	c |       100 |    1347     1183     7005 |     5500      100     16 |  3.025 % |
184.82/184.99	c |       251 |    1347     1183     7005 |     6050      251     21 |  3.024 % |
184.92/185.01	c |       476 |    1347     1183     7005 |     6655      476     24 |  3.024 % |
184.92/185.03	c |       815 |    1347     1183     7005 |     7320      815     25 |  3.024 % |
184.92/185.08	c |      1324 |    1347     1183     7005 |     8052     1324     26 |  3.024 % |
185.02/185.15	c |      2084 |    1346     1183     7005 |     8857     2083     27 |  3.096 % |
185.12/185.26	c |      3226 |    1345     1183     7005 |     9743     3222     27 |  3.168 % |
185.22/185.36	c ===============================================================================
185.32/185.40	c core #108
185.32/185.40	c 
185.32/185.40	c 
185.32/185.40	c Core size: 141	Core Weight: 1	Total Weight: 108
185.32/185.40	c
185.32/185.40	c
185.32/185.40	c ============================[ Search Statistics ]==============================
185.32/185.40	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
185.32/185.40	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
185.32/185.40	c ===============================================================================
185.32/185.40	c |         0 |    1487     1184     7283 |     5000        0    nan |  0.000 % |
185.32/185.42	c |       100 |    1487     1184     7283 |     5500      100     19 |  2.620 % |
185.32/185.43	c |       250 |    1472     1184     7283 |     6050      247     26 |  3.602 % |
185.32/185.45	c |       475 |    1469     1184     7283 |     6655      461     43 |  3.798 % |
185.32/185.47	c |       815 |    1469     1184     7283 |     7320      801     45 |  3.798 % |
185.42/185.53	c |      1325 |    1469     1184     7283 |     8052     1311     58 |  3.798 % |
185.52/185.62	c |      2086 |    1469     1184     7283 |     8857     2072     62 |  3.798 % |
185.73/185.81	c |      3225 |    1469     1184     7283 |     9743     3211     76 |  3.798 % |
186.12/186.26	c |      4933 |    1469     1184     7283 |    10717     4919     85 |  3.798 % |
186.52/186.67	c |      7496 |    1469     1184     7283 |    11789     7482     87 |  3.798 % |
187.32/187.48	c |     11340 |    1469     1184     7283 |    12968    11326     87 |  3.798 % |
189.03/189.13	c |     17107 |    1469     1184     7283 |    14265    10504     81 |  3.798 % |
192.82/192.94	c |     25757 |    1469     1184     7283 |    15692    11899     91 |  3.798 % |
196.72/196.87	c |     38732 |    1468     1184     7283 |    17261     9575     98 |  3.864 % |
198.72/198.80	c ===============================================================================
199.31/199.43	c core #109
199.31/199.43	c 
199.31/199.43	c 
199.31/199.43	c Core size: 218	Core Weight: 1	Total Weight: 109
199.31/199.43	c
199.31/199.43	c
199.31/199.43	c ============================[ Search Statistics ]==============================
199.31/199.43	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
199.31/199.43	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
199.31/199.43	c ===============================================================================
199.31/199.43	c |         0 |    1707     1185     7716 |     5000        0    nan |  0.000 % |
199.31/199.46	c |       100 |    1707     1185     7716 |     5500      100     51 |  1.897 % |
199.31/199.47	c |       250 |    1707     1185     7716 |     6050      250     49 |  1.897 % |
199.31/199.49	c |       476 |    1707     1185     7716 |     6655      476     52 |  1.897 % |
199.41/199.53	c |       814 |    1707     1185     7716 |     7320      814     51 |  1.897 % |
199.41/199.59	c |      1320 |    1707     1185     7716 |     8052     1320     59 |  1.897 % |
199.51/199.67	c |      2079 |    1707     1185     7716 |     8857     2079     62 |  1.897 % |
199.71/199.84	c |      3218 |    1707     1185     7716 |     9743     3218     73 |  1.897 % |
199.91/200.09	c |      4927 |    1707     1185     7716 |    10717     4927     80 |  1.897 % |
200.51/200.62	c |      7491 |    1707     1185     7716 |    11789     7491     99 |  1.897 % |
201.21/201.35	c |     11335 |    1707     1185     7716 |    12968    11335    105 |  1.897 % |
202.80/202.91	c |     17101 |    1707     1185     7716 |    14265    10517    130 |  1.897 % |
205.90/206.05	c |     25750 |    1707     1185     7716 |    15692    11932    169 |  1.897 % |
211.70/211.84	c |     38724 |    1707     1185     7716 |    17261     8829    150 |  1.897 % |
219.81/219.97	c |     58185 |    1707     1185     7716 |    18987    10802    148 |  1.897 % |
233.70/233.81	c |     87378 |    1696     1185     7716 |    20886    11109    221 |  2.529 % |
256.79/256.95	c |    131170 |    1696     1185     7716 |    22974    12630    174 |  2.529 % |
308.17/308.39	c |    196854 |    1696     1185     7716 |    25272    20105    170 |  2.529 % |
377.34/377.51	c |    295380 |    1696     1185     7716 |    27799    16343    169 |  2.529 % |
419.43/419.65	c ===============================================================================
427.22/427.40	c core #110
427.22/427.40	c 
427.22/427.40	c 
427.22/427.40	c Core size: 361	Core Weight: 1	Total Weight: 110
427.22/427.40	c
427.22/427.40	c
427.22/427.40	c ============================[ Search Statistics ]==============================
427.22/427.40	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
427.22/427.40	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
427.22/427.40	c ===============================================================================
427.22/427.40	c |         0 |    2073     1186     8426 |     5000        0    nan |  0.000 % |
427.22/427.45	c |       101 |    2073     1186     8426 |     5500      101     50 |  0.671 % |
427.22/427.48	c |       251 |    2073     1186     8426 |     6050      251     52 |  0.671 % |
427.32/427.55	c |       477 |    2073     1186     8426 |     6655      477     54 |  0.671 % |
427.42/427.60	c |       814 |    2073     1186     8426 |     7320      814     63 |  0.671 % |
427.42/427.67	c |      1320 |    2073     1186     8426 |     8052     1320     72 |  0.671 % |
427.52/427.77	c |      2079 |    2073     1186     8426 |     8857     2079     72 |  0.671 % |
427.73/427.94	c |      3222 |    2073     1186     8426 |     9743     3222     68 |  0.671 % |
428.22/428.43	c |      4933 |    2073     1186     8426 |    10717     4933    109 |  0.671 % |
428.92/429.13	c |      7495 |    2073     1186     8426 |    11789     7495    136 |  0.671 % |
430.33/430.52	c |     11339 |    2073     1186     8426 |    12968    11339    149 |  0.671 % |
432.13/432.35	c |     17106 |    2073     1186     8426 |    14265    10449    174 |  0.671 % |
436.12/436.31	c |     25758 |    2073     1186     8426 |    15692    11648    212 |  0.671 % |
442.03/442.28	c |     38737 |    2073     1186     8426 |    17261     8532    261 |  0.671 % |
453.41/453.62	c |     58198 |    2073     1186     8426 |    18987    10166    188 |  0.673 % |
466.31/466.56	c |     87390 |    2073     1186     8426 |    20886    10197    157 |  0.671 % |
489.40/489.64	c |    131180 |    2073     1186     8426 |    22974    11621    159 |  0.671 % |
544.58/544.84	c |    196869 |    2073     1186     8426 |    25272    18582    265 |  0.671 % |
646.83/647.13	c |    295399 |    2073     1186     8426 |    27799    13418    275 |  0.671 % |
780.79/781.15	c |    443188 |    2073     1186     8426 |    30579    27421    287 |  0.671 % |
1003.10/1003.60	c |    664871 |    2073     1186     8426 |    33637    22837    243 |  0.671 % |

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2680889-1277457104/watcher-2680889-1277457104 -o /tmp/evaluation-result-2680889-1277457104/solver-2680889-1277457104 -C 1800 -W 2000 -M 1800 wbo1.4b -file-format=opb -time-limit=1800 HOME/instance-2680889-1277457104.opb 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 0.95 3/106 21037
/proc/meminfo: memFree=1815600/2059040 swapFree=4140004/4192956
[pid=21037] ppid=21035 vsize=2712 CPUtime=0
/proc/21037/stat : 21037 (wbo1.4b) R 21035 21037 20682 0 -1 4202496 315 0 0 0 0 0 0 0 20 0 1 0 119366741 2777088 223 1992294400 134512640 135752675 4293281888 18446744073709551615 135202294 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/21037/statm: 678 223 140 303 0 373 0

[startup+0.0463299 s]
/proc/loadavg: 1.00 1.00 0.95 3/106 21037
/proc/meminfo: memFree=1815600/2059040 swapFree=4140004/4192956
[pid=21037] ppid=21035 vsize=2968 CPUtime=0.03
/proc/21037/stat : 21037 (wbo1.4b) R 21035 21037 20682 0 -1 4202496 389 0 0 0 3 0 0 0 20 0 1 0 119366741 3039232 297 1992294400 134512640 135752675 4293281888 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/21037/statm: 742 297 145 303 0 437 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2968

[startup+0.10134 s]
/proc/loadavg: 1.00 1.00 0.95 3/106 21037
/proc/meminfo: memFree=1815600/2059040 swapFree=4140004/4192956
[pid=21037] ppid=21035 vsize=3360 CPUtime=0.09
/proc/21037/stat : 21037 (wbo1.4b) R 21035 21037 20682 0 -1 4202496 499 0 0 0 9 0 0 0 20 0 1 0 119366741 3440640 407 1992294400 134512640 135752675 4293281888 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/21037/statm: 840 407 145 303 0 535 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3360

[startup+0.301377 s]
/proc/loadavg: 1.00 1.00 0.95 3/106 21037
/proc/meminfo: memFree=1815600/2059040 swapFree=4140004/4192956
[pid=21037] ppid=21035 vsize=4916 CPUtime=0.29
/proc/21037/stat : 21037 (wbo1.4b) R 21035 21037 20682 0 -1 4202496 886 0 0 0 28 1 0 0 20 0 1 0 119366741 5033984 794 1992294400 134512640 135752675 4293281888 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/21037/statm: 1229 794 145 303 0 924 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4916

[startup+0.700452 s]
/proc/loadavg: 1.00 1.00 0.95 3/106 21037
/proc/meminfo: memFree=1815600/2059040 swapFree=4140004/4192956
[pid=21037] ppid=21035 vsize=7652 CPUtime=0.69
/proc/21037/stat : 21037 (wbo1.4b) R 21035 21037 20682 0 -1 4202496 1554 0 0 0 67 2 0 0 20 0 1 0 119366741 7835648 1462 1992294400 134512640 135752675 4293281888 18446744073709551615 134517408 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/21037/statm: 1913 1462 145 303 0 1608 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7652

[startup+1.5006 s]
/proc/loadavg: 1.00 1.00 0.95 2/107 21038
/proc/meminfo: memFree=1808276/2059040 swapFree=4140004/4192956
[pid=21037] ppid=21035 vsize=12584 CPUtime=1.49
/proc/21037/stat : 21037 (wbo1.4b) R 21035 21037 20682 0 -1 4202496 2787 0 0 0 145 4 0 0 22 0 1 0 119366741 12886016 2695 1992294400 134512640 135752675 4293281888 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/21037/statm: 3146 2695 145 303 0 2841 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 12584

[startup+3.1009 s]
/proc/loadavg: 1.00 1.00 0.95 2/107 21038
/proc/meminfo: memFree=1801704/2059040 swapFree=4140004/4192956
[pid=21037] ppid=21035 vsize=21356 CPUtime=3.09
/proc/21037/stat : 21037 (wbo1.4b) R 21035 21037 20682 0 -1 4202496 4985 0 0 0 299 10 0 0 25 0 1 0 119366741 21868544 4893 1992294400 134512640 135752675 4293281888 18446744073709551615 134611790 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/21037/statm: 5339 4893 145 303 0 5034 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 21356

[startup+6.3005 s]
/proc/loadavg: 1.00 1.00 0.95 2/107 21038
/proc/meminfo: memFree=1783972/2059040 swapFree=4140004/4192956
[pid=21037] ppid=21035 vsize=37616 CPUtime=6.29
/proc/21037/stat : 21037 (wbo1.4b) R 21035 21037 20682 0 -1 4202496 9048 0 0 0 612 17 0 0 25 0 1 0 119366741 38518784 8956 1992294400 134512640 135752675 4293281888 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/21037/statm: 9404 8956 145 303 0 9099 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 37616

[startup+12.7007 s]
/proc/loadavg: 1.00 1.00 0.95 2/107 21038
/proc/meminfo: memFree=1751244/2059040 swapFree=4140004/4192956
[pid=21037] ppid=21035 vsize=69180 CPUtime=12.69
/proc/21037/stat : 21037 (wbo1.4b) R 21035 21037 20682 0 -1 4202496 16953 0 0 0 1235 34 0 0 25 0 1 0 119366741 70840320 16861 1992294400 134512640 135752675 4293281888 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/21037/statm: 17295 16861 145 303 0 16990 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 69180

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 0.95 2/107 21040
/proc/meminfo: memFree=1700280/2059040 swapFree=4140004/4192956
[pid=21037] ppid=21035 vsize=117688 CPUtime=25.48
/proc/21037/stat : 21037 (wbo1.4b) R 21035 21037 20682 0 -1 4202496 29048 0 0 0 2490 58 0 0 25 0 1 0 119366741 120512512 28956 1992294400 134512640 135752675 4293281888 18446744073709551615 134611601 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/21037/statm: 29422 28956 145 303 0 29117 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 117688

[startup+51.1019 s]
/proc/loadavg: 1.00 1.00 0.95 2/107 21040
/proc/meminfo: memFree=1612984/2059040 swapFree=4140004/4192956
[pid=21037] ppid=21035 vsize=205880 CPUtime=51.07
/proc/21037/stat : 21037 (wbo1.4b) R 21035 21037 20682 0 -1 4202496 51066 0 0 0 5001 106 0 0 25 0 1 0 119366741 210821120 50974 1992294400 134512640 135752675 4293281888 18446744073709551615 134605371 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/21037/statm: 51470 50974 145 303 0 51165 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 205880

[startup+102.307 s]
/proc/loadavg: 1.00 1.00 0.95 2/107 21042
/proc/meminfo: memFree=1439880/2059040 swapFree=4140004/4192956
[pid=21037] ppid=21035 vsize=377336 CPUtime=102.25
/proc/21037/stat : 21037 (wbo1.4b) R 21035 21037 20682 0 -1 4202496 93895 0 0 0 10033 192 0 0 25 0 1 0 119366741 386392064 93803 1992294400 134512640 135752675 4293281888 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/21037/statm: 94334 93803 145 303 0 94029 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 377336

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.95 2/107 21042
/proc/meminfo: memFree=1268264/2059040 swapFree=4140004/4192956
[pid=21037] ppid=21035 vsize=549232 CPUtime=162.23
/proc/21037/stat : 21037 (wbo1.4b) R 21035 21037 20682 0 -1 4202496 136844 0 0 0 15942 281 0 0 25 0 1 0 119366741 562413568 136752 1992294400 134512640 135752675 4293281888 18446744073709551615 134611601 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/21037/statm: 137308 136752 145 303 0 137003 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 549232

[startup+222.301 s]
/proc/loadavg: 1.03 1.01 0.96 2/107 21044
/proc/meminfo: memFree=1183572/2059040 swapFree=4140004/4192956
[pid=21037] ppid=21035 vsize=632552 CPUtime=222.2
/proc/21037/stat : 21037 (wbo1.4b) R 21035 21037 20682 0 -1 4202496 157841 0 0 0 21854 366 0 0 25 0 1 0 119366741 647733248 157715 1992294400 134512640 135752675 4293281888 18446744073709551615 134517421 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/21037/statm: 158138 157715 146 303 0 157833 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 632552

[startup+282.301 s]
/proc/loadavg: 1.01 1.01 0.96 2/107 21046
/proc/meminfo: memFree=1094912/2059040 swapFree=4140004/4192956
[pid=21037] ppid=21035 vsize=722200 CPUtime=282.17
/proc/21037/stat : 21037 (wbo1.4b) R 21035 21037 20682 0 -1 4202496 180194 0 0 0 27799 418 0 0 25 0 1 0 119366741 739532800 180068 1992294400 134512640 135752675 4293281888 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/21037/statm: 180550 180068 146 303 0 180245 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 722200

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/107 21048
/proc/meminfo: memFree=1025472/2059040 swapFree=4140004/4192956
[pid=21037] ppid=21035 vsize=790692 CPUtime=342.15
/proc/21037/stat : 21037 (wbo1.4b) R 21035 21037 20682 0 -1 4202496 197304 0 0 0 33744 471 0 0 25 0 1 0 119366741 809668608 197178 1992294400 134512640 135752675 4293281888 18446744073709551615 134611679 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/21037/statm: 197673 197178 146 303 0 197368 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 790692

[startup+402.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/107 21050
/proc/meminfo: memFree=950948/2059040 swapFree=4140004/4192956
[pid=21037] ppid=21035 vsize=866072 CPUtime=402.13
/proc/21037/stat : 21037 (wbo1.4b) R 21035 21037 20682 0 -1 4202496 216068 0 0 0 39689 524 0 0 25 0 1 0 119366741 886857728 215942 1992294400 134512640 135752675 4293281888 18446744073709551615 134611780 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/21037/statm: 216518 215942 146 303 0 216213 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 866072

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/107 21050
/proc/meminfo: memFree=890560/2059040 swapFree=4140004/4192956
[pid=21037] ppid=21035 vsize=925436 CPUtime=462.11
/proc/21037/stat : 21037 (wbo1.4b) R 21035 21037 20682 0 -1 4202496 231052 0 0 0 45621 590 0 0 25 0 1 0 119366741 947646464 230926 1992294400 134512640 135752675 4293281888 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/21037/statm: 231359 230926 146 303 0 231054 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 925436

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/107 21052
/proc/meminfo: memFree=798924/2059040 swapFree=4140004/4192956
[pid=21037] ppid=21035 vsize=1016872 CPUtime=522.09
/proc/21037/stat : 21037 (wbo1.4b) R 21035 21037 20682 0 -1 4202496 253895 0 0 0 51561 648 0 0 25 0 1 0 119366741 1041276928 253769 1992294400 134512640 135752675 4293281888 18446744073709551615 134517424 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/21037/statm: 254218 253769 146 303 0 253913 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 1016872

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/107 21054
/proc/meminfo: memFree=715844/2059040 swapFree=4140004/4192956
[pid=21037] ppid=21035 vsize=1099752 CPUtime=582.07
/proc/21037/stat : 21037 (wbo1.4b) R 21035 21037 20682 0 -1 4202496 274569 0 0 0 57515 692 0 0 25 0 1 0 119366741 1126146048 274443 1992294400 134512640 135752675 4293281888 18446744073709551615 134516977 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/21037/statm: 274938 274443 146 303 0 274633 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 1099752

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/107 21056
/proc/meminfo: memFree=644544/2059040 swapFree=4140004/4192956
[pid=21037] ppid=21035 vsize=1170548 CPUtime=642.04
/proc/21037/stat : 21037 (wbo1.4b) R 21035 21037 20682 0 -1 4202496 292213 0 0 0 63477 727 0 0 25 0 1 0 119366741 1198641152 292087 1992294400 134512640 135752675 4293281888 18446744073709551615 135271249 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/21037/statm: 292637 292087 146 303 0 292332 0
Current children cumulated CPU time (s) 642.04
Current children cumulated vsize (KiB) 1170548

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/107 21058
/proc/meminfo: memFree=571384/2059040 swapFree=4140004/4192956
[pid=21037] ppid=21035 vsize=1244008 CPUtime=702.02
/proc/21037/stat : 21037 (wbo1.4b) R 21035 21037 20682 0 -1 4202496 310573 0 0 0 69435 767 0 0 25 0 1 0 119366741 1273864192 310447 1992294400 134512640 135752675 4293281888 18446744073709551615 134611796 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/21037/statm: 311002 310447 146 303 0 310697 0
Current children cumulated CPU time (s) 702.02
Current children cumulated vsize (KiB) 1244008

[startup+762.309 s]
/proc/loadavg: 1.00 1.00 0.96 2/107 21058
/proc/meminfo: memFree=482352/2059040 swapFree=4140004/4192956
[pid=21037] ppid=21035 vsize=1332612 CPUtime=762
/proc/21037/stat : 21037 (wbo1.4b) R 21035 21037 20682 0 -1 4202496 332689 0 0 0 75386 814 0 0 25 0 1 0 119366741 1364594688 332563 1992294400 134512640 135752675 4293281888 18446744073709551615 135207291 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/21037/statm: 333153 332564 146 303 0 332848 0
Current children cumulated CPU time (s) 762
Current children cumulated vsize (KiB) 1332612

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/107 21060
/proc/meminfo: memFree=423328/2059040 swapFree=4140004/4192956
[pid=21037] ppid=21035 vsize=1392012 CPUtime=821.97
/proc/21037/stat : 21037 (wbo1.4b) R 21035 21037 20682 0 -1 4202496 347527 0 0 0 81350 847 0 0 25 0 1 0 119366741 1425420288 347401 1992294400 134512640 135752675 4293281888 18446744073709551615 134517421 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/21037/statm: 348003 347401 146 303 0 347698 0
Current children cumulated CPU time (s) 821.97
Current children cumulated vsize (KiB) 1392012

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/107 21062
/proc/meminfo: memFree=350664/2059040 swapFree=4140004/4192956
[pid=21037] ppid=21035 vsize=1464184 CPUtime=881.94
/proc/21037/stat : 21037 (wbo1.4b) R 21035 21037 20682 0 -1 4202496 365552 0 0 0 87296 898 0 0 25 0 1 0 119366741 1499324416 365426 1992294400 134512640 135752675 4293281888 18446744073709551615 134611778 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/21037/statm: 366046 365426 146 303 0 365741 0
Current children cumulated CPU time (s) 881.94
Current children cumulated vsize (KiB) 1464184

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/107 21064
/proc/meminfo: memFree=293624/2059040 swapFree=4140004/4192956
[pid=21037] ppid=21035 vsize=1521528 CPUtime=941.92
/proc/21037/stat : 21037 (wbo1.4b) R 21035 21037 20682 0 -1 4202496 379878 0 0 0 93257 935 0 0 25 0 1 0 119366741 1558044672 379752 1992294400 134512640 135752675 4293281888 18446744073709551615 134611809 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/21037/statm: 380382 379752 146 303 0 380077 0
Current children cumulated CPU time (s) 941.92
Current children cumulated vsize (KiB) 1521528

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/107 21066
/proc/meminfo: memFree=232616/2059040 swapFree=4140004/4192956
[pid=21037] ppid=21035 vsize=1582396 CPUtime=1001.9
/proc/21037/stat : 21037 (wbo1.4b) R 21035 21037 20682 0 -1 4202496 395042 0 0 0 99219 971 0 0 25 0 1 0 119366741 1620373504 394916 1992294400 134512640 135752675 4293281888 18446744073709551615 134611601 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/21037/statm: 395599 394916 146 303 0 395294 0
Current children cumulated CPU time (s) 1001.9
Current children cumulated vsize (KiB) 1582396

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/107 21066
/proc/meminfo: memFree=132424/2059040 swapFree=4140004/4192956
[pid=21037] ppid=21035 vsize=1683196 CPUtime=1061.88
/proc/21037/stat : 21037 (wbo1.4b) R 21035 21037 20682 0 -1 4202496 420225 0 0 0 105158 1030 0 0 25 0 1 0 119366741 1723592704 420099 1992294400 134512640 135752675 4293281888 18446744073709551615 134611750 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/21037/statm: 420799 420099 146 303 0 420494 0
Current children cumulated CPU time (s) 1061.88
Current children cumulated vsize (KiB) 1683196

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/107 21068
/proc/meminfo: memFree=62488/2059040 swapFree=4140004/4192956
[pid=21037] ppid=21035 vsize=1752216 CPUtime=1121.86
/proc/21037/stat : 21037 (wbo1.4b) R 21035 21037 20682 0 -1 4202496 437463 0 0 0 111114 1072 0 0 25 0 1 0 119366741 1794269184 437337 1992294400 134512640 135752675 4293281888 18446744073709551615 134611798 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/21037/statm: 438054 437337 146 303 0 437749 0
Current children cumulated CPU time (s) 1121.86
Current children cumulated vsize (KiB) 1752216

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/107 21070
/proc/meminfo: memFree=9552/2059040 swapFree=4140004/4192956
[pid=21037] ppid=21035 vsize=1808712 CPUtime=1181.83
/proc/21037/stat : 21037 (wbo1.4b) R 21035 21037 20682 0 -1 4202496 451570 0 0 0 117082 1101 0 0 25 0 1 0 119366741 1852121088 451444 1992294400 134512640 135752675 4293281888 18446744073709551615 134611761 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/21037/statm: 452178 451444 146 303 0 451873 0
Current children cumulated CPU time (s) 1181.83
Current children cumulated vsize (KiB) 1808712



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1209.6 s]
/proc/loadavg: 1.00 1.00 0.96 2/107 21070
/proc/meminfo: memFree=10472/2059040 swapFree=4140004/4192956
[pid=21037] ppid=21035 vsize=1843316 CPUtime=1209.12
/proc/21037/stat : 21037 (wbo1.4b) R 21035 21037 20682 0 -1 4202496 460198 0 0 0 119794 1118 0 0 25 0 1 0 119366741 1887555584 460072 1992294400 134512640 135752675 4293281888 18446744073709551615 134516976 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/21037/statm: 460829 460072 146 303 0 460524 0
Current children cumulated CPU time (s) 1209.12
Current children cumulated vsize (KiB) 1843316

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1209.71 s]
/proc/loadavg: 1.00 1.00 0.96 2/107 21070
/proc/meminfo: memFree=10472/2059040 swapFree=4140004/4192956
[pid=21037] ppid=21035 vsize=0 CPUtime=1209.23
/proc/21037/stat : 21037 (wbo1.4b) R 21035 21037 20682 0 -1 4203524 460198 0 0 0 119794 1129 0 0 25 0 1 0 119366741 0 0 1992294400 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/21037/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1209.23
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1209.78
CPU time (s): 1209.3
CPU user time (s): 1197.94
CPU system time (s): 11.3593
CPU usage (%): 99.9607
Max. virtual memory (cumulated for all children) (KiB): 1843316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1197.94
system time used= 11.3593
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 460198
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8
involuntary context switches= 15154

runsolver used 2.03569 second user time and 5.68314 second system time

The end

Launcher Data

Begin job on node019 at 2010-06-25 11:11:44
IDJOB=2680889
IDBENCH=2855
IDSOLVER=1190
FILE ID=node019/2680889-1277457104
PBS_JOBID= 11188140
Free space on /tmp= 62276 MiB

SOLVER NAME= wbo 1.4b (fixed)
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-max512.r.opb
COMMAND LINE= wbo1.4b -file-format=opb -time-limit=TIMEOUT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2680889-1277457104/watcher-2680889-1277457104 -o /tmp/evaluation-result-2680889-1277457104/solver-2680889-1277457104 -C 1800 -W 2000 -M 1800  wbo1.4b -file-format=opb -time-limit=1800 HOME/instance-2680889-1277457104.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= abda325d00dae29cc1f423bbedcd64ad
RANDOM SEED=773083848

node019.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.264
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.52
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.264
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1816128 kB
Buffers:         16572 kB
Cached:         139176 kB
SwapCached:       5532 kB
Active:          36716 kB
Inactive:       132120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1816128 kB
SwapTotal:     4192956 kB
SwapFree:      4140004 kB
Dirty:            2676 kB
Writeback:           0 kB
AnonPages:       11708 kB
Mapped:          11932 kB
Slab:            52264 kB
PageTables:       4188 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181960 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62276 MiB
End job on node019 at 2010-06-25 11:31:56