Trace number 49726

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, and are wall clock time (not CPU 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
minisat+ 1.14? (TO) 1800.42 1801.2

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_7_60_3.opb
MD5SUM0cfcb152e5d64f6fbadc82a2b31230da
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables61
Total number of constraints15
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints14
Minimum length of a constraint1
Maximum length of a constraint60
Number of terms in the objective function 1
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 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1901
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 5704
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.00	c Parsing PB file...
0.01	c Converting 14 PB-constraints to clauses...
0.01	c   -- Unit propagations: (none)
0.01	c   -- Detecting intervals from adjacent constraints: #######
0.01	c   -- Clauses(.)/Splits(s): (none)
0.01	c ---[  12]---> Adder-cost: 360   maxlim: 1649   bits: 12/11
0.05	c ---[  10]---> Adder-cost: 356   maxlim: 1559   bits: 12/11
0.08	c ---[   8]---> Adder-cost: 382   maxlim: 1901   bits: 12/11
0.12	c ---[   6]---> Adder-cost: 384   maxlim: 1584   bits: 12/11
0.16	c ---[   4]---> Adder-cost: 352   maxlim: 1479   bits: 12/11
0.19	c ---[   2]---> Adder-cost: 322   maxlim: 1484   bits: 12/11
0.22	c ---[   0]---> Adder-cost: 354   maxlim: 1410   bits: 12/11
0.26	c ==================================[MINISAT+]==================================
0.26	c | Conflicts | Original         | Learnt                           | Progress |
0.26	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.26	c ==============================================================================
0.26	c |         0 |   17039    60609 |    5679       0        0     nan |  0.000 % |
0.27	c |       101 |   17039    60609 |    6246     101      586     5.8 |  6.118 % |
0.27	c |       252 |   17031    60583 |    6871     251     2467     9.8 |  6.156 % |
0.29	c |       478 |   17031    60583 |    7558     477     4321     9.1 |  6.156 % |
0.32	c |       816 |   17023    60557 |    8314     814    10581    13.0 |  6.193 % |
0.43	c |      1322 |   17023    60557 |    9146    1320    29476    22.3 |  6.193 % |
0.49	c |      2081 |   17023    60557 |   10060    2079    47662    22.9 |  6.193 % |
0.70	c |      3220 |   17023    60557 |   11066    3218    98729    30.7 |  6.193 % |
0.85	c |      4928 |   17023    60557 |   12173    4926   144118    29.3 |  6.193 % |
1.37	c |      7491 |   17015    60531 |   13390    7488   243341    32.5 |  6.231 % |
2.16	c |     11335 |   17015    60531 |   14729   11332   391321    34.5 |  6.231 % |
3.18	c |     17102 |   17015    60531 |   16202    9547   319469    33.5 |  6.231 % |
5.31	c |     25751 |   17015    60531 |   17823    9927   352611    35.5 |  6.231 % |
9.38	c |     38725 |   17015    60531 |   19605   13776   646620    46.9 |  6.231 % |
17.30	c |     58187 |   17015    60531 |   21565   13088   658089    50.3 |  6.231 % |
26.66	c |     87379 |   17015    60531 |   23722   20300   820180    40.4 |  6.231 % |
45.58	c |    131168 |   17015    60531 |   26094   15906   658031    41.4 |  6.231 % |
72.76	c |    196852 |   17007    60505 |   28704   15539   552487    35.6 |  6.269 % |
123.93	c |    295378 |   17007    60505 |   31574   25425  1015298    39.9 |  6.269 % |
193.63	c |    443168 |   16983    60427 |   34732   15498   673753    43.5 |  6.382 % |
328.68	c |    664851 |   16975    60401 |   38205   20000   803050    40.2 |  6.420 % |
533.21	c |    997376 |   16967    60375 |   42026   17813   681588    38.3 |  6.458 % |
838.05	c |   1496164 |   16967    60375 |   46228   34730  1414612    40.7 |  6.458 % |
1354.42	c |   2244346 |   16967    60375 |   50851   34924  1475400    42.2 |  6.458 % |
1801.19	c 
1801.19	c *** TERMINATED ***
1801.19	s UNKNOWN

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

Enforcing CPU limit (will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime (will send SIGXCPU) limit: 1830 seconds
Enforcing Stack size limit: 67108864 bytes

runsolver version 3.0.3 (c) roussel@cril.univ-artois.fr

Enforcing memory limit (will send SIGKILL): 1843200 Kb
Enforcing VSIZE limit: 1887436800 bytes
command line: runsolver --timestamp -w ROOT/results/node1/watcher-49726-1154101442 -o ROOT/results/node1/solver-49726-1154101442 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node1/49726-1154101442/instance-49726-1154101442.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 1.00 0.99 0.96 3/64 20126
/proc/meminfo: memFree=1542432/2055920 swapFree=4183100/4192956
[pid=20126] ppid=20124 vsize=1048 CPUtime=0
/proc/20126/stat : 20126 (minisat+) R 20124 20126 20077 0 -1 4194304 111 0 0 0 0 0 0 0 19 0 1 0 157005917 1073152 95 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134618678 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20126/statm: 262 95 75 215 0 44 0

[startup+10.0022 s]
/proc/loadavg: 1.00 0.99 0.96 2/64 20126
/proc/meminfo: memFree=1536928/2055920 swapFree=4183100/4192956
[pid=20126] ppid=20124 vsize=6412 CPUtime=9.99
/proc/20126/stat : 20126 (minisat+) R 20124 20126 20077 0 -1 4194304 1503 0 0 0 999 0 0 0 25 0 1 0 157005917 6565888 1487 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581183 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20126/statm: 1603 1487 122 215 0 1385 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 6412

[startup+20.0082 s]
/proc/loadavg: 1.00 0.99 0.96 2/64 20126
/proc/meminfo: memFree=1535840/2055920 swapFree=4183100/4192956
[pid=20126] ppid=20124 vsize=7600 CPUtime=19.99
/proc/20126/stat : 20126 (minisat+) R 20124 20126 20077 0 -1 4194304 1789 0 0 0 1999 0 0 0 25 0 1 0 157005917 7782400 1773 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580890 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20126/statm: 1900 1773 122 215 0 1682 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 7600

[startup+30.0142 s]
/proc/loadavg: 1.00 0.99 0.96 2/64 20126
/proc/meminfo: memFree=1535392/2055920 swapFree=4183100/4192956
[pid=20126] ppid=20124 vsize=8000 CPUtime=30
/proc/20126/stat : 20126 (minisat+) R 20124 20126 20077 0 -1 4194304 1896 0 0 0 2999 1 0 0 25 0 1 0 157005917 8192000 1880 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580856 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20126/statm: 2000 1880 122 215 0 1782 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 8000

[startup+40.0201 s]
/proc/loadavg: 1.00 0.99 0.96 2/64 20126
/proc/meminfo: memFree=1535136/2055920 swapFree=4183100/4192956
[pid=20126] ppid=20124 vsize=8264 CPUtime=40
/proc/20126/stat : 20126 (minisat+) R 20124 20126 20077 0 -1 4194304 1971 0 0 0 3999 1 0 0 25 0 1 0 157005917 8462336 1955 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580916 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20126/statm: 2066 1955 122 215 0 1848 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 8264

[startup+50.0261 s]
/proc/loadavg: 1.00 0.99 0.96 2/64 20126
/proc/meminfo: memFree=1534624/2055920 swapFree=4183100/4192956
[pid=20126] ppid=20124 vsize=8788 CPUtime=50
/proc/20126/stat : 20126 (minisat+) R 20124 20126 20077 0 -1 4194304 2106 0 0 0 4999 1 0 0 25 0 1 0 157005917 8998912 2090 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580973 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20126/statm: 2197 2090 122 215 0 1979 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 8788

[startup+60.0321 s]
/proc/loadavg: 1.00 0.99 0.96 2/64 20126
/proc/meminfo: memFree=1534432/2055920 swapFree=4183100/4192956
[pid=20126] ppid=20124 vsize=9060 CPUtime=60
/proc/20126/stat : 20126 (minisat+) R 20124 20126 20077 0 -1 4194304 2164 0 0 0 5999 1 0 0 25 0 1 0 157005917 9277440 2148 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580777 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20126/statm: 2265 2148 122 215 0 2047 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 9060

[startup+70.0381 s]
/proc/loadavg: 1.00 0.99 0.96 2/64 20126
/proc/meminfo: memFree=1534368/2055920 swapFree=4183100/4192956
[pid=20126] ppid=20124 vsize=9060 CPUtime=70
/proc/20126/stat : 20126 (minisat+) R 20124 20126 20077 0 -1 4194304 2169 0 0 0 6999 1 0 0 25 0 1 0 157005917 9277440 2153 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576758 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20126/statm: 2265 2153 122 215 0 2047 0
Current children cumulated CPU time (s) 70
Current children cumulated vsize (Kb) 9060

[startup+80.045 s]
/proc/loadavg: 1.00 0.99 0.96 2/64 20126
/proc/meminfo: memFree=1534176/2055920 swapFree=4183100/4192956
[pid=20126] ppid=20124 vsize=9356 CPUtime=80
/proc/20126/stat : 20126 (minisat+) R 20124 20126 20077 0 -1 4194304 2227 0 0 0 7999 1 0 0 25 0 1 0 157005917 9580544 2211 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20126/statm: 2339 2211 122 215 0 2121 0
Current children cumulated CPU time (s) 80
Current children cumulated vsize (Kb) 9356

[startup+90.052 s]
/proc/loadavg: 1.00 0.99 0.96 2/64 20126
/proc/meminfo: memFree=1533536/2055920 swapFree=4183100/4192956
[pid=20126] ppid=20124 vsize=10020 CPUtime=90.01
/proc/20126/stat : 20126 (minisat+) R 20124 20126 20077 0 -1 4194304 2377 0 0 0 9000 1 0 0 25 0 1 0 157005917 10260480 2361 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580947 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20126/statm: 2505 2361 122 215 0 2287 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 10020

[startup+100.059 s]
/proc/loadavg: 1.00 0.99 0.96 2/64 20126
/proc/meminfo: memFree=1533280/2055920 swapFree=4183100/4192956
[pid=20126] ppid=20124 vsize=10284 CPUtime=100.01
/proc/20126/stat : 20126 (minisat+) R 20124 20126 20077 0 -1 4194304 2441 0 0 0 10000 1 0 0 25 0 1 0 157005917 10530816 2425 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20126/statm: 2571 2425 122 215 0 2353 0
Current children cumulated CPU time (s) 100.01
Current children cumulated vsize (Kb) 10284

[startup+110.066 s]
/proc/loadavg: 1.00 0.99 0.96 2/64 20126
/proc/meminfo: memFree=1533152/2055920 swapFree=4183100/4192956
[pid=20126] ppid=20124 vsize=10420 CPUtime=110.01
/proc/20126/stat : 20126 (minisat+) R 20124 20126 20077 0 -1 4194304 2469 0 0 0 11000 1 0 0 25 0 1 0 157005917 10670080 2453 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20126/statm: 2605 2453 122 215 0 2387 0
Current children cumulated CPU time (s) 110.01
Current children cumulated vsize (Kb) 10420

[startup+120.072 s]
/proc/loadavg: 1.00 0.99 0.96 2/64 20126
/proc/meminfo: memFree=1533088/2055920 swapFree=4183100/4192956
[pid=20126] ppid=20124 vsize=10420 CPUtime=120.02
/proc/20126/stat : 20126 (minisat+) R 20124 20126 20077 0 -1 4194304 2488 0 0 0 12000 2 0 0 25 0 1 0 157005917 10670080 2472 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581426 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20126/statm: 2605 2472 122 215 0 2387 0
Current children cumulated CPU time (s) 120.02
Current children cumulated vsize (Kb) 10420

[startup+130.078 s]
/proc/loadavg: 1.00 0.99 0.96 2/64 20126
/proc/meminfo: memFree=1533024/2055920 swapFree=4183100/4192956
[pid=20126] ppid=20124 vsize=10420 CPUtime=130.03
/proc/20126/stat : 20126 (minisat+) R 20124 20126 20077 0 -1 4194304 2495 0 0 0 13001 2 0 0 25 0 1 0 157005917 10670080 2479 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581434 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20126/statm: 2605 2479 122 215 0 2387 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 10420

[startup+140.085 s]
/proc/loadavg: 1.00 0.99 0.96 2/64 20126
/proc/meminfo: memFree=1532960/2055920 swapFree=4183100/4192956
[pid=20126] ppid=20124 vsize=10560 CPUtime=140.03
/proc/20126/stat : 20126 (minisat+) R 20124 20126 20077 0 -1 4194304 2511 0 0 0 14001 2 0 0 25 0 1 0 157005917 10813440 2495 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20126/statm: 2640 2495 122 215 0 2422 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 10560

[startup+150.091 s]
/proc/loadavg: 1.00 0.99 0.96 2/64 20126
/proc/meminfo: memFree=1532512/2055920 swapFree=4183100/4192956
[pid=20126] ppid=20124 vsize=11088 CPUtime=150.03
/proc/20126/stat : 20126 (minisat+) R 20124 20126 20077 0 -1 4194304 2636 0 0 0 15001 2 0 0 25 0 1 0 157005917 11354112 2620 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581202 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20126/statm: 2772 2620 122 215 0 2554 0
Current children cumulated CPU time (s) 150.03
Current children cumulated vsize (Kb) 11088

[startup+160.097 s]
/proc/loadavg: 1.00 0.99 0.96 2/64 20126
/proc/meminfo: memFree=1532512/2055920 swapFree=4183100/4192956
[pid=20126] ppid=20124 vsize=11088 CPUtime=160.03
/proc/20126/stat : 20126 (minisat+) R 20124 20126 20077 0 -1 4194304 2642 0 0 0 16001 2 0 0 25 0 1 0 157005917 11354112 2626 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581477 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20126/statm: 2772 2626 122 215 0 2554 0
Current children cumulated CPU time (s) 160.03
Current children cumulated vsize (Kb) 11088

[startup+170.104 s]
/proc/loadavg: 1.00 0.99 0.96 2/64 20126
/proc/meminfo: memFree=1532448/2055920 swapFree=4183100/4192956
[pid=20126] ppid=20124 vsize=11088 CPUtime=170.04
/proc/20126/stat : 20126 (minisat+) R 20124 20126 20077 0 -1 4194304 2648 0 0 0 17002 2 0 0 25 0 1 0 157005917 11354112 2632 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581044 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20126/statm: 2772 2632 122 215 0 2554 0
Current children cumulated CPU time (s) 170.04
Current children cumulated vsize (Kb) 11088

[startup+180.111 s]
/proc/loadavg: 1.00 0.99 0.96 2/64 20126
/proc/meminfo: memFree=1532448/2055920 swapFree=4183100/4192956
[pid=20126] ppid=20124 vsize=11088 CPUtime=180.04
/proc/20126/stat : 20126 (minisat+) R 20124 20126 20077 0 -1 4194304 2658 0 0 0 18002 2 0 0 25 0 1 0 157005917 11354112 2642 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581415 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20126/statm: 2772 2642 122 215 0 2554 0
Current children cumulated CPU time (s) 180.04
Current children cumulated vsize (Kb) 11088

[startup+190.117 s]
/proc/loadavg: 1.00 0.99 0.96 2/64 20126
/proc/meminfo: memFree=1532448/2055920 swapFree=4183100/4192956
[pid=20126] ppid=20124 vsize=11088 CPUtime=190.04
/proc/20126/stat : 20126 (minisat+) R 20124 20126 20077 0 -1 4194304 2658 0 0 0 19002 2 0 0 25 0 1 0 157005917 11354112 2642 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580768 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20126/statm: 2772 2642 122 215 0 2554 0
Current children cumulated CPU time (s) 190.04
Current children cumulated vsize (Kb) 11088

[startup+200.123 s]
/proc/loadavg: 1.00 0.99 0.96 2/64 20126
/proc/meminfo: memFree=1532192/2055920 swapFree=4183100/4192956
[pid=20126] ppid=20124 vsize=11352 CPUtime=200.04
/proc/20126/stat : 20126 (minisat+) R 20124 20126 20077 0 -1 4194304 2722 0 0 0 20002 2 0 0 25 0 1 0 157005917 11624448 2706 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20126/statm: 2838 2706 122 215 0 2620 0
Current children cumulated CPU time (s) 200.04
Current children cumulated vsize (Kb) 11352

[startup+210.129 s]
/proc/loadavg: 1.00 0.99 0.96 2/64 20126

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

/proc/20126/stat : 20126 (minisat+) R 20124 20126 20077 0 -1 4194304 5055 0 0 0 178123 9 0 0 25 0 1 0 157005917 21528576 5039 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20126/statm: 5256 5039 122 215 0 5038 0
Current children cumulated CPU time (s) 1781.32
Current children cumulated vsize (Kb) 21024

[startup+1783.1 s]
/proc/loadavg: 1.00 1.00 0.96 2/64 20324
/proc/meminfo: memFree=1522656/2055920 swapFree=4183100/4192956
[pid=20126] ppid=20124 vsize=21024 CPUtime=1782.32
/proc/20126/stat : 20126 (minisat+) R 20124 20126 20077 0 -1 4194304 5055 0 0 0 178223 9 0 0 25 0 1 0 157005917 21528576 5039 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20126/statm: 5256 5039 122 215 0 5038 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (Kb) 21024

[startup+1784.1 s]
/proc/loadavg: 1.00 1.00 0.96 2/64 20324
/proc/meminfo: memFree=1522656/2055920 swapFree=4183100/4192956
[pid=20126] ppid=20124 vsize=21024 CPUtime=1783.33
/proc/20126/stat : 20126 (minisat+) R 20124 20126 20077 0 -1 4194304 5055 0 0 0 178324 9 0 0 25 0 1 0 157005917 21528576 5039 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20126/statm: 5256 5039 122 215 0 5038 0
Current children cumulated CPU time (s) 1783.33
Current children cumulated vsize (Kb) 21024

[startup+1785.11 s]
/proc/loadavg: 1.00 1.00 0.96 2/64 20324
/proc/meminfo: memFree=1522656/2055920 swapFree=4183100/4192956
[pid=20126] ppid=20124 vsize=21024 CPUtime=1784.33
/proc/20126/stat : 20126 (minisat+) R 20124 20126 20077 0 -1 4194304 5055 0 0 0 178424 9 0 0 25 0 1 0 157005917 21528576 5039 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20126/statm: 5256 5039 122 215 0 5038 0
Current children cumulated CPU time (s) 1784.33
Current children cumulated vsize (Kb) 21024

[startup+1786.11 s]
/proc/loadavg: 1.00 1.00 0.96 2/64 20324
/proc/meminfo: memFree=1522656/2055920 swapFree=4183100/4192956
[pid=20126] ppid=20124 vsize=21024 CPUtime=1785.34
/proc/20126/stat : 20126 (minisat+) R 20124 20126 20077 0 -1 4194304 5055 0 0 0 178525 9 0 0 25 0 1 0 157005917 21528576 5039 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20126/statm: 5256 5039 122 215 0 5038 0
Current children cumulated CPU time (s) 1785.34
Current children cumulated vsize (Kb) 21024

[startup+1787.12 s]
/proc/loadavg: 1.00 1.00 0.96 2/64 20324
/proc/meminfo: memFree=1522656/2055920 swapFree=4183100/4192956
[pid=20126] ppid=20124 vsize=21024 CPUtime=1786.34
/proc/20126/stat : 20126 (minisat+) R 20124 20126 20077 0 -1 4194304 5055 0 0 0 178625 9 0 0 25 0 1 0 157005917 21528576 5039 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581295 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20126/statm: 5256 5039 122 215 0 5038 0
Current children cumulated CPU time (s) 1786.34
Current children cumulated vsize (Kb) 21024

[startup+1788.12 s]
/proc/loadavg: 1.00 1.00 0.96 2/64 20324
/proc/meminfo: memFree=1522656/2055920 swapFree=4183100/4192956
[pid=20126] ppid=20124 vsize=21024 CPUtime=1787.35
/proc/20126/stat : 20126 (minisat+) R 20124 20126 20077 0 -1 4194304 5055 0 0 0 178726 9 0 0 25 0 1 0 157005917 21528576 5039 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20126/statm: 5256 5039 122 215 0 5038 0
Current children cumulated CPU time (s) 1787.35
Current children cumulated vsize (Kb) 21024

[startup+1789.13 s]
/proc/loadavg: 1.00 1.00 0.96 2/64 20324
/proc/meminfo: memFree=1522656/2055920 swapFree=4183100/4192956
[pid=20126] ppid=20124 vsize=21024 CPUtime=1788.35
/proc/20126/stat : 20126 (minisat+) R 20124 20126 20077 0 -1 4194304 5055 0 0 0 178826 9 0 0 25 0 1 0 157005917 21528576 5039 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20126/statm: 5256 5039 122 215 0 5038 0
Current children cumulated CPU time (s) 1788.35
Current children cumulated vsize (Kb) 21024

[startup+1790.13 s]
/proc/loadavg: 1.00 1.00 0.96 2/64 20324
/proc/meminfo: memFree=1522656/2055920 swapFree=4183100/4192956
[pid=20126] ppid=20124 vsize=21024 CPUtime=1789.36
/proc/20126/stat : 20126 (minisat+) R 20124 20126 20077 0 -1 4194304 5055 0 0 0 178927 9 0 0 25 0 1 0 157005917 21528576 5039 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20126/statm: 5256 5039 122 215 0 5038 0
Current children cumulated CPU time (s) 1789.36
Current children cumulated vsize (Kb) 21024

[startup+1791.14 s]
/proc/loadavg: 1.00 1.00 0.96 2/64 20324
/proc/meminfo: memFree=1522656/2055920 swapFree=4183100/4192956
[pid=20126] ppid=20124 vsize=21024 CPUtime=1790.36
/proc/20126/stat : 20126 (minisat+) R 20124 20126 20077 0 -1 4194304 5055 0 0 0 179027 9 0 0 25 0 1 0 157005917 21528576 5039 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581183 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20126/statm: 5256 5039 122 215 0 5038 0
Current children cumulated CPU time (s) 1790.36
Current children cumulated vsize (Kb) 21024

[startup+1792.14 s]
/proc/loadavg: 1.00 1.00 0.96 2/64 20324
/proc/meminfo: memFree=1522656/2055920 swapFree=4183100/4192956
[pid=20126] ppid=20124 vsize=21024 CPUtime=1791.36
/proc/20126/stat : 20126 (minisat+) R 20124 20126 20077 0 -1 4194304 5055 0 0 0 179127 9 0 0 25 0 1 0 157005917 21528576 5039 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580980 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20126/statm: 5256 5039 122 215 0 5038 0
Current children cumulated CPU time (s) 1791.36
Current children cumulated vsize (Kb) 21024

[startup+1793.15 s]
/proc/loadavg: 1.00 1.00 0.96 2/64 20324
/proc/meminfo: memFree=1522656/2055920 swapFree=4183100/4192956
[pid=20126] ppid=20124 vsize=21024 CPUtime=1792.37
/proc/20126/stat : 20126 (minisat+) R 20124 20126 20077 0 -1 4194304 5055 0 0 0 179228 9 0 0 25 0 1 0 157005917 21528576 5039 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20126/statm: 5256 5039 122 215 0 5038 0
Current children cumulated CPU time (s) 1792.37
Current children cumulated vsize (Kb) 21024

[startup+1794.15 s]
/proc/loadavg: 1.00 1.00 0.96 2/64 20324
/proc/meminfo: memFree=1522656/2055920 swapFree=4183100/4192956
[pid=20126] ppid=20124 vsize=21024 CPUtime=1793.37
/proc/20126/stat : 20126 (minisat+) R 20124 20126 20077 0 -1 4194304 5055 0 0 0 179328 9 0 0 25 0 1 0 157005917 21528576 5039 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20126/statm: 5256 5039 122 215 0 5038 0
Current children cumulated CPU time (s) 1793.37
Current children cumulated vsize (Kb) 21024

[startup+1795.16 s]
/proc/loadavg: 1.00 1.00 0.96 2/64 20324
/proc/meminfo: memFree=1522656/2055920 swapFree=4183100/4192956
[pid=20126] ppid=20124 vsize=21024 CPUtime=1794.38
/proc/20126/stat : 20126 (minisat+) R 20124 20126 20077 0 -1 4194304 5055 0 0 0 179429 9 0 0 25 0 1 0 157005917 21528576 5039 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20126/statm: 5256 5039 122 215 0 5038 0
Current children cumulated CPU time (s) 1794.38
Current children cumulated vsize (Kb) 21024

[startup+1796.16 s]
/proc/loadavg: 1.00 1.00 0.96 3/64 20324
/proc/meminfo: memFree=1522656/2055920 swapFree=4183100/4192956
[pid=20126] ppid=20124 vsize=21024 CPUtime=1795.38
/proc/20126/stat : 20126 (minisat+) R 20124 20126 20077 0 -1 4194304 5055 0 0 0 179529 9 0 0 25 0 1 0 157005917 21528576 5039 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581053 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20126/statm: 5256 5039 122 215 0 5038 0
Current children cumulated CPU time (s) 1795.38
Current children cumulated vsize (Kb) 21024

[startup+1797.17 s]
/proc/loadavg: 1.00 1.00 0.96 2/64 20324
/proc/meminfo: memFree=1522656/2055920 swapFree=4183100/4192956
[pid=20126] ppid=20124 vsize=21024 CPUtime=1796.39
/proc/20126/stat : 20126 (minisat+) R 20124 20126 20077 0 -1 4194304 5055 0 0 0 179630 9 0 0 25 0 1 0 157005917 21528576 5039 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580777 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20126/statm: 5256 5039 122 215 0 5038 0
Current children cumulated CPU time (s) 1796.39
Current children cumulated vsize (Kb) 21024

[startup+1798.17 s]
/proc/loadavg: 1.00 1.00 0.96 2/64 20324
/proc/meminfo: memFree=1522656/2055920 swapFree=4183100/4192956
[pid=20126] ppid=20124 vsize=21024 CPUtime=1797.39
/proc/20126/stat : 20126 (minisat+) R 20124 20126 20077 0 -1 4194304 5055 0 0 0 179730 9 0 0 25 0 1 0 157005917 21528576 5039 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20126/statm: 5256 5039 122 215 0 5038 0
Current children cumulated CPU time (s) 1797.39
Current children cumulated vsize (Kb) 21024

[startup+1799.17 s]
/proc/loadavg: 1.00 1.00 0.96 2/64 20324
/proc/meminfo: memFree=1522656/2055920 swapFree=4183100/4192956
[pid=20126] ppid=20124 vsize=21024 CPUtime=1798.39
/proc/20126/stat : 20126 (minisat+) R 20124 20126 20077 0 -1 4194304 5055 0 0 0 179830 9 0 0 25 0 1 0 157005917 21528576 5039 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581469 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20126/statm: 5256 5039 122 215 0 5038 0
Current children cumulated CPU time (s) 1798.39
Current children cumulated vsize (Kb) 21024

[startup+1800.18 s]
/proc/loadavg: 1.00 1.00 0.96 2/64 20324
/proc/meminfo: memFree=1522656/2055920 swapFree=4183100/4192956
[pid=20126] ppid=20124 vsize=21024 CPUtime=1799.4
/proc/20126/stat : 20126 (minisat+) R 20124 20126 20077 0 -1 4194304 5055 0 0 0 179931 9 0 0 25 0 1 0 157005917 21528576 5039 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581469 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20126/statm: 5256 5039 122 215 0 5038 0
Current children cumulated CPU time (s) 1799.4
Current children cumulated vsize (Kb) 21024

[startup+1801.19 s]
/proc/loadavg: 1.00 1.00 0.96 2/64 20324
/proc/meminfo: memFree=1522656/2055920 swapFree=4183100/4192956
[pid=20126] ppid=20124 vsize=21024 CPUtime=1800.4
/proc/20126/stat : 20126 (minisat+) R 20124 20126 20077 0 -1 4194304 5055 0 0 0 180031 9 0 0 25 0 1 0 157005917 21528576 5039 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20126/statm: 5256 5039 122 215 0 5038 0
Current children cumulated CPU time (s) 1800.4
Current children cumulated vsize (Kb) 21024



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.19 s]
/proc/loadavg: 1.00 1.00 0.96 2/64 20324
/proc/meminfo: memFree=1522656/2055920 swapFree=4183100/4192956
[pid=20126] ppid=20124 vsize=21024 CPUtime=1800.41
/proc/20126/stat : 20126 (minisat+) R 20124 20126 20077 0 -1 4194304 5055 0 0 0 180032 9 0 0 25 0 1 0 157005917 21528576 5039 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20126/statm: 5256 5039 122 215 0 5038 0
Current children cumulated CPU time (s) 1800.41
Current children cumulated vsize (Kb) 21024

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

Child status: 0
Real time (s): 1801.2
CPU time (s): 1800.42
CPU user time (s): 1800.32
CPU system time (s): 0.096985
CPU usage (%): 99.9567
Max. virtual memory (cumulated for all children) (Kb): 21024
The end

Launcher Data (download as text)

Begin job on node1 on Fri Jul 28 15:44:02 UTC 2006


FILE ID= 49726-1154101442

PBS_JOBID= 886133

BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_7_60_3.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node1/49726-1154101442/instance-49726-1154101442.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node1/watcher-49726-1154101442 -o ROOT/results/node1/solver-49726-1154101442 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node1/49726-1154101442/instance-49726-1154101442.opb

MD5SUM SOLVER= 490d1d4b9bbf010afe7f0af63a5a62db
MD5SUM BENCH=  0cfcb152e5d64f6fbadc82a2b31230da

RANDOM SEED= 235821226

TIMEOUT= 1800 seconds


/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.281
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
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.281
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1542640 kB
Buffers:         34772 kB
Cached:         418332 kB
SwapCached:       3652 kB
Active:         168564 kB
Inactive:       293148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1542640 kB
SwapTotal:     4192956 kB
SwapFree:      4183100 kB
Dirty:             208 kB
Writeback:           0 kB
Mapped:          14596 kB
Slab:            37560 kB
Committed_AS:   694420 kB
PageTables:       1464 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node1 on Fri Jul 28 16:14:04 UTC 2006