Trace number 34757

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 NameAnswerCPU timeWall clock time
minisat+ 1.14? (TO) 1800.67 1801.33

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl15_20_pb.cnf.cr.opb
MD5SUMd9b1351aa6c01bb5c883e4233663f5e0
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.003999
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables600
Total number of constraints70
Number of constraints which are clauses40
Number of constraints which are cardinality constraints (but not clauses)30
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint15
Maximum length of a constraint20
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
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.02	c Converting 70 PB-constraints to clauses...
0.02	c   -- Unit propagations: (none)
0.02	c   -- Detecting intervals from adjacent constraints: (none)
0.02	c   -- Clauses(.)/Splits(s): ........................................
0.02	c ---[  29]---> BDD-cost:   37
0.02	c ---[  28]---> BDD-cost:   37
0.02	c ---[  27]---> BDD-cost:   37
0.02	c ---[  26]---> BDD-cost:   37
0.02	c ---[  25]---> BDD-cost:   37
0.02	c ---[  24]---> BDD-cost:   37
0.02	c ---[  23]---> BDD-cost:   37
0.02	c ---[  22]---> BDD-cost:   37
0.02	c ---[  21]---> BDD-cost:   37
0.02	c ---[  20]---> BDD-cost:   37
0.02	c ---[  19]---> BDD-cost:   37
0.02	c ---[  18]---> BDD-cost:   37
0.02	c ---[  17]---> BDD-cost:   37
0.02	c ---[  16]---> BDD-cost:   37
0.02	c ---[  15]---> BDD-cost:   37
0.02	c ---[  14]---> BDD-cost:   37
0.02	c ---[  13]---> BDD-cost:   37
0.02	c ---[  12]---> BDD-cost:   37
0.02	c ---[  11]---> BDD-cost:   37
0.02	c ---[  10]---> BDD-cost:   37
0.02	c ---[   9]---> BDD-cost:   37
0.02	c ---[   8]---> BDD-cost:   37
0.03	c ---[   7]---> BDD-cost:   37
0.03	c ---[   6]---> BDD-cost:   37
0.03	c ---[   5]---> BDD-cost:   37
0.03	c ---[   4]---> BDD-cost:   37
0.03	c ---[   3]---> BDD-cost:   37
0.03	c ---[   2]---> BDD-cost:   37
0.03	c ---[   1]---> BDD-cost:   37
0.03	c ---[   0]---> BDD-cost:   37
0.03	c ==================================[MINISAT+]==================================
0.03	c | Conflicts | Original         | Learnt                           | Progress |
0.03	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.03	c ==============================================================================
0.03	c |         0 |    2770     7710 |     923       0        0     nan |  0.000 % |
0.03	c |       100 |    2770     7710 |    1015     100     4995    50.0 |  1.754 % |
0.05	c |       250 |    2770     7710 |    1116     250    15405    61.6 |  1.754 % |
0.06	c |       475 |    2770     7710 |    1228     475    29678    62.5 |  1.754 % |
0.10	c |       813 |    2770     7710 |    1351     813    60708    74.7 |  1.754 % |
0.14	c |      1321 |    2770     7710 |    1486    1321    96881    73.3 |  1.754 % |
0.20	c |      2081 |    2770     7710 |    1635    1212    77160    63.7 |  1.754 % |
0.31	c |      3220 |    2770     7710 |    1798    1329    97111    73.1 |  1.754 % |
0.54	c |      4931 |    2770     7710 |    1978    1906   183476    96.3 |  1.754 % |
0.87	c |      7493 |    2770     7710 |    2176    2046   198314    96.9 |  1.754 % |
1.37	c |     11338 |    2770     7710 |    2394    2183   218158    99.9 |  1.754 % |
2.15	c |     17104 |    2770     7710 |    2633    2466   275809   111.8 |  1.754 % |
3.43	c |     25754 |    2770     7710 |    2896    1984   192143    96.8 |  1.754 % |
5.59	c |     38728 |    2770     7710 |    3186    1896   207649   109.5 |  1.754 % |
9.14	c |     58192 |    2770     7710 |    3505    1948   255353   131.1 |  1.754 % |
14.79	c |     87385 |    2770     7710 |    3855    2206   267107   121.1 |  1.754 % |
23.32	c |    131175 |    2770     7710 |    4241    4025   528667   131.3 |  1.754 % |
37.51	c |    196859 |    2770     7710 |    4665    3236   437395   135.2 |  1.754 % |
58.12	c |    295385 |    2770     7710 |    5131    4002   477975   119.4 |  1.754 % |
84.85	c |    443174 |    2770     7710 |    5644    3155   376760   119.4 |  1.754 % |
130.20	c |    664858 |    2770     7710 |    6209    3354   390492   116.4 |  1.754 % |
201.01	c |    997385 |    2770     7710 |    6830    5823   703796   120.9 |  1.754 % |
301.62	c |   1496173 |    2770     7710 |    7513    4813   546647   113.6 |  1.754 % |
445.61	c |   2244355 |    2770     7710 |    8264    5034   510696   101.4 |  1.754 % |
683.31	c |   3366629 |    2770     7710 |    9091    4965   535266   107.8 |  1.754 % |
1095.99	c |   5050041 |    2770     7710 |   10000    5821   660489   113.5 |  1.754 % |
1746.01	c |   7575158 |    2770     7710 |   11000    8241   820125    99.5 |  1.754 % |
1801.32	c 
1801.32	c *** TERMINATED ***
1801.32	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
Enforcing memory limit (will send SIGKILL): 1843200 Kb
Enforcing VSIZE limit: 1887436800 bytes
runsolver version 3.0.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node34/watcher-34757-1149227243 -o ROOT/results/node34/solver-34757-1149227243 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node34/34757-1149227243/instance-34757-1149227243.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.32 0.61 0.75 2/64 12671
/proc/meminfo: memFree=875024/2055920 swapFree=4181356/4192956
[pid=12671] ppid=12669 vsize=18540 CPUtime=0
/proc/12671/stat : 12671 (runsolver) D 12669 12671 12626 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 188388151 18984960 279 18446744073709551615 4194304 4262084 548682069056 18446744073709551615 254195330343 0 2147483391 4096 24578 18446744072099781622 0 0 17 0 0 0
/proc/12671/statm: 4635 279 243 16 0 2626 0

[startup+10.0021 s]
/proc/loadavg: 0.42 0.62 0.75 2/64 12671
/proc/meminfo: memFree=871512/2055920 swapFree=4181356/4192956
[pid=12671] ppid=12669 vsize=4768 CPUtime=9.98
/proc/12671/stat : 12671 (minisat+) R 12669 12671 12626 0 -1 4194304 1054 0 0 0 998 0 0 0 25 0 1 0 188388151 4882432 1039 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580973 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12671/statm: 1192 1039 106 215 0 974 0
Current children cumulated CPU time (s) 9.98
Current children cumulated vsize (Kb) 4768

[startup+20.0077 s]
/proc/loadavg: 0.51 0.63 0.76 2/64 12671
/proc/meminfo: memFree=871256/2055920 swapFree=4181356/4192956
[pid=12671] ppid=12669 vsize=5168 CPUtime=19.98
/proc/12671/stat : 12671 (minisat+) R 12669 12671 12626 0 -1 4194304 1166 0 0 0 1998 0 0 0 25 0 1 0 188388151 5292032 1151 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580777 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12671/statm: 1292 1151 106 215 0 1074 0
Current children cumulated CPU time (s) 19.98
Current children cumulated vsize (Kb) 5168

[startup+30.0134 s]
/proc/loadavg: 0.59 0.65 0.76 2/64 12671
/proc/meminfo: memFree=870488/2055920 swapFree=4181356/4192956
[pid=12671] ppid=12669 vsize=5968 CPUtime=29.98
/proc/12671/stat : 12671 (minisat+) R 12669 12671 12626 0 -1 4194304 1355 0 0 0 2998 0 0 0 25 0 1 0 188388151 6111232 1340 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134573829 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12671/statm: 1492 1340 106 215 0 1274 0
Current children cumulated CPU time (s) 29.98
Current children cumulated vsize (Kb) 5968

[startup+40.0191 s]
/proc/loadavg: 0.65 0.66 0.76 2/64 12671
/proc/meminfo: memFree=870168/2055920 swapFree=4181356/4192956
[pid=12671] ppid=12669 vsize=6232 CPUtime=39.98
/proc/12671/stat : 12671 (minisat+) R 12669 12671 12626 0 -1 4194304 1429 0 0 0 3998 0 0 0 25 0 1 0 188388151 6381568 1414 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134568477 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12671/statm: 1558 1414 106 215 0 1340 0
Current children cumulated CPU time (s) 39.98
Current children cumulated vsize (Kb) 6232

[startup+50.0248 s]
/proc/loadavg: 0.70 0.67 0.76 2/64 12671
/proc/meminfo: memFree=869656/2055920 swapFree=4181356/4192956
[pid=12671] ppid=12669 vsize=6636 CPUtime=49.98
/proc/12671/stat : 12671 (minisat+) R 12669 12671 12626 0 -1 4194304 1549 0 0 0 4998 0 0 0 25 0 1 0 188388151 6795264 1534 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581423 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12671/statm: 1659 1534 106 215 0 1441 0
Current children cumulated CPU time (s) 49.98
Current children cumulated vsize (Kb) 6636

[startup+60.0315 s]
/proc/loadavg: 0.75 0.68 0.76 2/64 12671
/proc/meminfo: memFree=869528/2055920 swapFree=4181356/4192956
[pid=12671] ppid=12669 vsize=6924 CPUtime=59.99
/proc/12671/stat : 12671 (minisat+) R 12669 12671 12626 0 -1 4194304 1590 0 0 0 5999 0 0 0 25 0 1 0 188388151 7090176 1575 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574001 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12671/statm: 1731 1575 106 215 0 1513 0
Current children cumulated CPU time (s) 59.99
Current children cumulated vsize (Kb) 6924

[startup+70.0382 s]
/proc/loadavg: 0.79 0.69 0.77 2/64 12671
/proc/meminfo: memFree=868888/2055920 swapFree=4181356/4192956
[pid=12671] ppid=12669 vsize=7460 CPUtime=70
/proc/12671/stat : 12671 (minisat+) R 12669 12671 12626 0 -1 4194304 1741 0 0 0 6999 1 0 0 25 0 1 0 188388151 7639040 1726 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134584175 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12671/statm: 1865 1726 106 215 0 1647 0
Current children cumulated CPU time (s) 70
Current children cumulated vsize (Kb) 7460

[startup+80.0449 s]
/proc/loadavg: 0.82 0.70 0.77 2/64 12671
/proc/meminfo: memFree=868632/2055920 swapFree=4181356/4192956
[pid=12671] ppid=12669 vsize=7724 CPUtime=80
/proc/12671/stat : 12671 (minisat+) R 12669 12671 12626 0 -1 4194304 1809 0 0 0 7999 1 0 0 25 0 1 0 188388151 7909376 1794 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581065 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12671/statm: 1931 1794 106 215 0 1713 0
Current children cumulated CPU time (s) 80
Current children cumulated vsize (Kb) 7724

[startup+90.0506 s]
/proc/loadavg: 0.85 0.71 0.77 2/64 12671
/proc/meminfo: memFree=868184/2055920 swapFree=4181356/4192956
[pid=12671] ppid=12669 vsize=8124 CPUtime=90
/proc/12671/stat : 12671 (minisat+) R 12669 12671 12626 0 -1 4194304 1910 0 0 0 8999 1 0 0 25 0 1 0 188388151 8318976 1895 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574147 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12671/statm: 2031 1895 106 215 0 1813 0
Current children cumulated CPU time (s) 90
Current children cumulated vsize (Kb) 8124

[startup+100.056 s]
/proc/loadavg: 0.87 0.72 0.77 2/64 12671
/proc/meminfo: memFree=868120/2055920 swapFree=4181356/4192956
[pid=12671] ppid=12669 vsize=8264 CPUtime=100
/proc/12671/stat : 12671 (minisat+) R 12669 12671 12626 0 -1 4194304 1937 0 0 0 9999 1 0 0 25 0 1 0 188388151 8462336 1922 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580915 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12671/statm: 2066 1922 106 215 0 1848 0
Current children cumulated CPU time (s) 100
Current children cumulated vsize (Kb) 8264

[startup+110.063 s]
/proc/loadavg: 0.89 0.73 0.77 2/64 12671
/proc/meminfo: memFree=867608/2055920 swapFree=4181356/4192956
[pid=12671] ppid=12669 vsize=8792 CPUtime=110.01
/proc/12671/stat : 12671 (minisat+) R 12669 12671 12626 0 -1 4194304 2068 0 0 0 11000 1 0 0 25 0 1 0 188388151 9003008 2053 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134584677 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12671/statm: 2198 2053 106 215 0 1980 0
Current children cumulated CPU time (s) 110.01
Current children cumulated vsize (Kb) 8792

[startup+120.069 s]
/proc/loadavg: 0.91 0.73 0.78 2/64 12671
/proc/meminfo: memFree=867544/2055920 swapFree=4181356/4192956
[pid=12671] ppid=12669 vsize=8792 CPUtime=120.01
/proc/12671/stat : 12671 (minisat+) R 12669 12671 12626 0 -1 4194304 2072 0 0 0 12000 1 0 0 25 0 1 0 188388151 9003008 2057 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581426 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12671/statm: 2198 2057 106 215 0 1980 0
Current children cumulated CPU time (s) 120.01
Current children cumulated vsize (Kb) 8792

[startup+130.074 s]
/proc/loadavg: 0.92 0.74 0.78 2/64 12671
/proc/meminfo: memFree=867544/2055920 swapFree=4181356/4192956
[pid=12671] ppid=12669 vsize=8792 CPUtime=130.01
/proc/12671/stat : 12671 (minisat+) R 12669 12671 12626 0 -1 4194304 2072 0 0 0 13000 1 0 0 25 0 1 0 188388151 9003008 2057 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580009 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12671/statm: 2198 2057 106 215 0 1980 0
Current children cumulated CPU time (s) 130.01
Current children cumulated vsize (Kb) 8792

[startup+140.08 s]
/proc/loadavg: 0.93 0.75 0.78 2/64 12671
/proc/meminfo: memFree=867224/2055920 swapFree=4181356/4192956
[pid=12671] ppid=12669 vsize=9060 CPUtime=140.01
/proc/12671/stat : 12671 (minisat+) R 12669 12671 12626 0 -1 4194304 2147 0 0 0 14000 1 0 0 25 0 1 0 188388151 9277440 2132 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576448 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12671/statm: 2265 2132 106 215 0 2047 0
Current children cumulated CPU time (s) 140.01
Current children cumulated vsize (Kb) 9060

[startup+150.086 s]
/proc/loadavg: 0.94 0.76 0.78 2/64 12671
/proc/meminfo: memFree=866968/2055920 swapFree=4181356/4192956
[pid=12671] ppid=12669 vsize=9324 CPUtime=150.01
/proc/12671/stat : 12671 (minisat+) R 12669 12671 12626 0 -1 4194304 2213 0 0 0 15000 1 0 0 25 0 1 0 188388151 9547776 2198 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580953 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12671/statm: 2331 2198 106 215 0 2113 0
Current children cumulated CPU time (s) 150.01
Current children cumulated vsize (Kb) 9324

[startup+160.091 s]
/proc/loadavg: 0.95 0.77 0.78 2/64 12671
/proc/meminfo: memFree=866328/2055920 swapFree=4181356/4192956
[pid=12671] ppid=12669 vsize=9984 CPUtime=160.01
/proc/12671/stat : 12671 (minisat+) R 12669 12671 12626 0 -1 4194304 2371 0 0 0 16000 1 0 0 25 0 1 0 188388151 10223616 2356 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134588783 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12671/statm: 2496 2356 106 215 0 2278 0
Current children cumulated CPU time (s) 160.01
Current children cumulated vsize (Kb) 9984

[startup+170.097 s]
/proc/loadavg: 0.96 0.77 0.79 2/64 12671
/proc/meminfo: memFree=866328/2055920 swapFree=4181356/4192956
[pid=12671] ppid=12669 vsize=9984 CPUtime=170.02
/proc/12671/stat : 12671 (minisat+) R 12669 12671 12626 0 -1 4194304 2371 0 0 0 17001 1 0 0 25 0 1 0 188388151 10223616 2356 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134577337 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12671/statm: 2496 2356 106 215 0 2278 0
Current children cumulated CPU time (s) 170.02
Current children cumulated vsize (Kb) 9984

[startup+180.104 s]
/proc/loadavg: 0.96 0.78 0.79 2/64 12671
/proc/meminfo: memFree=866328/2055920 swapFree=4181356/4192956
[pid=12671] ppid=12669 vsize=9984 CPUtime=180.02
/proc/12671/stat : 12671 (minisat+) R 12669 12671 12626 0 -1 4194304 2371 0 0 0 18001 1 0 0 25 0 1 0 188388151 10223616 2356 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134577392 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12671/statm: 2496 2356 106 215 0 2278 0
Current children cumulated CPU time (s) 180.02
Current children cumulated vsize (Kb) 9984

[startup+190.11 s]
/proc/loadavg: 0.97 0.79 0.79 2/64 12671
/proc/meminfo: memFree=866328/2055920 swapFree=4181356/4192956
[pid=12671] ppid=12669 vsize=9984 CPUtime=190.03
/proc/12671/stat : 12671 (minisat+) R 12669 12671 12626 0 -1 4194304 2372 0 0 0 19001 2 0 0 25 0 1 0 188388151 10223616 2357 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580765 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12671/statm: 2496 2357 106 215 0 2278 0
Current children cumulated CPU time (s) 190.03
Current children cumulated vsize (Kb) 9984

[startup+200.115 s]
/proc/loadavg: 0.97 0.79 0.79 2/64 12671
/proc/meminfo: memFree=866328/2055920 swapFree=4181356/4192956
[pid=12671] ppid=12669 vsize=9984 CPUtime=200.03
/proc/12671/stat : 12671 (minisat+) R 12669 12671 12626 0 -1 4194304 2374 0 0 0 20001 2 0 0 25 0 1 0 188388151 10223616 2359 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134577436 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12671/statm: 2496 2359 106 215 0 2278 0
Current children cumulated CPU time (s) 200.03
Current children cumulated vsize (Kb) 9984

[startup+210.121 s]
/proc/loadavg: 0.98 0.80 0.79 2/64 12671
/proc/meminfo: memFree=866328/2055920 swapFree=4181356/4192956

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

[pid=12671] ppid=12669 vsize=26240 CPUtime=1781.51
/proc/12671/stat : 12671 (minisat+) R 12669 12671 12626 0 -1 4194304 6336 0 0 0 178139 12 0 0 25 0 1 0 188388151 26869760 6300 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580947 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12671/statm: 6560 6300 106 215 0 6342 0
Current children cumulated CPU time (s) 1781.51
Current children cumulated vsize (Kb) 26240

[startup+1783.18 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 12866
/proc/meminfo: memFree=850264/2055920 swapFree=4181356/4192956
[pid=12671] ppid=12669 vsize=26240 CPUtime=1782.51
/proc/12671/stat : 12671 (minisat+) R 12669 12671 12626 0 -1 4194304 6336 0 0 0 178239 12 0 0 25 0 1 0 188388151 26869760 6300 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134575428 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12671/statm: 6560 6300 106 215 0 6342 0
Current children cumulated CPU time (s) 1782.51
Current children cumulated vsize (Kb) 26240

[startup+1784.18 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 12866
/proc/meminfo: memFree=850264/2055920 swapFree=4181356/4192956
[pid=12671] ppid=12669 vsize=26240 CPUtime=1783.52
/proc/12671/stat : 12671 (minisat+) R 12669 12671 12626 0 -1 4194304 6336 0 0 0 178340 12 0 0 25 0 1 0 188388151 26869760 6300 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134575274 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12671/statm: 6560 6300 106 215 0 6342 0
Current children cumulated CPU time (s) 1783.52
Current children cumulated vsize (Kb) 26240

[startup+1785.19 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 12866
/proc/meminfo: memFree=850264/2055920 swapFree=4181356/4192956
[pid=12671] ppid=12669 vsize=26240 CPUtime=1784.52
/proc/12671/stat : 12671 (minisat+) R 12669 12671 12626 0 -1 4194304 6336 0 0 0 178440 12 0 0 25 0 1 0 188388151 26869760 6300 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134577246 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12671/statm: 6560 6300 106 215 0 6342 0
Current children cumulated CPU time (s) 1784.52
Current children cumulated vsize (Kb) 26240

[startup+1786.19 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 12866
/proc/meminfo: memFree=850200/2055920 swapFree=4181356/4192956
[pid=12671] ppid=12669 vsize=26240 CPUtime=1785.53
/proc/12671/stat : 12671 (minisat+) R 12669 12671 12626 0 -1 4194304 6336 0 0 0 178541 12 0 0 25 0 1 0 188388151 26869760 6300 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12671/statm: 6560 6300 106 215 0 6342 0
Current children cumulated CPU time (s) 1785.53
Current children cumulated vsize (Kb) 26240

[startup+1787.2 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 12866
/proc/meminfo: memFree=850200/2055920 swapFree=4181356/4192956
[pid=12671] ppid=12669 vsize=26240 CPUtime=1786.53
/proc/12671/stat : 12671 (minisat+) R 12669 12671 12626 0 -1 4194304 6336 0 0 0 178641 12 0 0 25 0 1 0 188388151 26869760 6300 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581316 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12671/statm: 6560 6300 106 215 0 6342 0
Current children cumulated CPU time (s) 1786.53
Current children cumulated vsize (Kb) 26240

[startup+1788.2 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 12866
/proc/meminfo: memFree=850200/2055920 swapFree=4181356/4192956
[pid=12671] ppid=12669 vsize=26240 CPUtime=1787.54
/proc/12671/stat : 12671 (minisat+) R 12669 12671 12626 0 -1 4194304 6336 0 0 0 178742 12 0 0 25 0 1 0 188388151 26869760 6300 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580915 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12671/statm: 6560 6300 106 215 0 6342 0
Current children cumulated CPU time (s) 1787.54
Current children cumulated vsize (Kb) 26240

[startup+1789.21 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 12866
/proc/meminfo: memFree=850136/2055920 swapFree=4181356/4192956
[pid=12671] ppid=12669 vsize=26372 CPUtime=1788.54
/proc/12671/stat : 12671 (minisat+) R 12669 12671 12626 0 -1 4194304 6358 0 0 0 178842 12 0 0 25 0 1 0 188388151 27004928 6322 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580953 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12671/statm: 6593 6322 106 215 0 6375 0
Current children cumulated CPU time (s) 1788.54
Current children cumulated vsize (Kb) 26372

[startup+1790.21 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 12866
/proc/meminfo: memFree=850136/2055920 swapFree=4181356/4192956
[pid=12671] ppid=12669 vsize=26372 CPUtime=1789.55
/proc/12671/stat : 12671 (minisat+) R 12669 12671 12626 0 -1 4194304 6364 0 0 0 178943 12 0 0 25 0 1 0 188388151 27004928 6328 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581036 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12671/statm: 6593 6328 106 215 0 6375 0
Current children cumulated CPU time (s) 1789.55
Current children cumulated vsize (Kb) 26372

[startup+1791.22 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 12866
/proc/meminfo: memFree=850136/2055920 swapFree=4181356/4192956
[pid=12671] ppid=12669 vsize=26372 CPUtime=1790.55
/proc/12671/stat : 12671 (minisat+) R 12669 12671 12626 0 -1 4194304 6364 0 0 0 179043 12 0 0 25 0 1 0 188388151 27004928 6328 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134579544 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12671/statm: 6593 6328 106 215 0 6375 0
Current children cumulated CPU time (s) 1790.55
Current children cumulated vsize (Kb) 26372

[startup+1792.22 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 12866
/proc/meminfo: memFree=850072/2055920 swapFree=4181356/4192956
[pid=12671] ppid=12669 vsize=26372 CPUtime=1791.56
/proc/12671/stat : 12671 (minisat+) R 12669 12671 12626 0 -1 4194304 6379 0 0 0 179144 12 0 0 25 0 1 0 188388151 27004928 6343 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580945 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12671/statm: 6593 6343 106 215 0 6375 0
Current children cumulated CPU time (s) 1791.56
Current children cumulated vsize (Kb) 26372

[startup+1793.23 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 12866
/proc/meminfo: memFree=849944/2055920 swapFree=4181356/4192956
[pid=12671] ppid=12669 vsize=26508 CPUtime=1792.56
/proc/12671/stat : 12671 (minisat+) R 12669 12671 12626 0 -1 4194304 6397 0 0 0 179244 12 0 0 25 0 1 0 188388151 27144192 6361 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581186 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12671/statm: 6627 6361 106 215 0 6409 0
Current children cumulated CPU time (s) 1792.56
Current children cumulated vsize (Kb) 26508

[startup+1794.23 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 12866
/proc/meminfo: memFree=849944/2055920 swapFree=4181356/4192956
[pid=12671] ppid=12669 vsize=26508 CPUtime=1793.57
/proc/12671/stat : 12671 (minisat+) R 12669 12671 12626 0 -1 4194304 6397 0 0 0 179345 12 0 0 25 0 1 0 188388151 27144192 6361 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12671/statm: 6627 6361 106 215 0 6409 0
Current children cumulated CPU time (s) 1793.57
Current children cumulated vsize (Kb) 26508

[startup+1795.24 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 12866
/proc/meminfo: memFree=849944/2055920 swapFree=4181356/4192956
[pid=12671] ppid=12669 vsize=26508 CPUtime=1794.57
/proc/12671/stat : 12671 (minisat+) R 12669 12671 12626 0 -1 4194304 6412 0 0 0 179445 12 0 0 25 0 1 0 188388151 27144192 6376 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580921 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12671/statm: 6627 6376 106 215 0 6409 0
Current children cumulated CPU time (s) 1794.57
Current children cumulated vsize (Kb) 26508

[startup+1796.24 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 12866
/proc/meminfo: memFree=849816/2055920 swapFree=4181356/4192956
[pid=12671] ppid=12669 vsize=26668 CPUtime=1795.58
/proc/12671/stat : 12671 (minisat+) R 12669 12671 12626 0 -1 4194304 6431 0 0 0 179546 12 0 0 25 0 1 0 188388151 27308032 6395 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135005822 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12671/statm: 6667 6395 106 215 0 6449 0
Current children cumulated CPU time (s) 1795.58
Current children cumulated vsize (Kb) 26668

[startup+1797.25 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 12866
/proc/meminfo: memFree=849880/2055920 swapFree=4181356/4192956
[pid=12671] ppid=12669 vsize=26668 CPUtime=1796.58
/proc/12671/stat : 12671 (minisat+) R 12669 12671 12626 0 -1 4194304 6431 0 0 0 179646 12 0 0 25 0 1 0 188388151 27308032 6395 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576754 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12671/statm: 6667 6395 106 215 0 6449 0
Current children cumulated CPU time (s) 1796.58
Current children cumulated vsize (Kb) 26668

[startup+1798.25 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 12866
/proc/meminfo: memFree=849880/2055920 swapFree=4181356/4192956
[pid=12671] ppid=12669 vsize=26668 CPUtime=1797.58
/proc/12671/stat : 12671 (minisat+) R 12669 12671 12626 0 -1 4194304 6431 0 0 0 179746 12 0 0 25 0 1 0 188388151 27308032 6395 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581434 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12671/statm: 6667 6395 106 215 0 6449 0
Current children cumulated CPU time (s) 1797.58
Current children cumulated vsize (Kb) 26668

[startup+1799.26 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 12866
/proc/meminfo: memFree=849816/2055920 swapFree=4181356/4192956
[pid=12671] ppid=12669 vsize=26668 CPUtime=1798.59
/proc/12671/stat : 12671 (minisat+) R 12669 12671 12626 0 -1 4194304 6444 0 0 0 179847 12 0 0 25 0 1 0 188388151 27308032 6408 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576727 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12671/statm: 6667 6408 106 215 0 6449 0
Current children cumulated CPU time (s) 1798.59
Current children cumulated vsize (Kb) 26668

[startup+1800.26 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 12866
/proc/meminfo: memFree=849816/2055920 swapFree=4181356/4192956
[pid=12671] ppid=12669 vsize=26824 CPUtime=1799.64
/proc/12671/stat : 12671 (minisat+) R 12669 12671 12626 0 -1 4194304 6459 0 0 0 179952 12 0 0 25 0 1 0 188388151 27467776 6423 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12671/statm: 6706 6423 106 215 0 6488 0
Current children cumulated CPU time (s) 1799.64
Current children cumulated vsize (Kb) 26824

[startup+1801.32 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 12866
/proc/meminfo: memFree=849752/2055920 swapFree=4181356/4192956
[pid=12671] ppid=12669 vsize=26824 CPUtime=1800.65
/proc/12671/stat : 12671 (minisat+) R 12669 12671 12626 0 -1 4194304 6459 0 0 0 180053 12 0 0 25 0 1 0 188388151 27467776 6423 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581412 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12671/statm: 6706 6423 106 215 0 6488 0
Current children cumulated CPU time (s) 1800.65
Current children cumulated vsize (Kb) 26824



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.32 s]
/proc/loadavg: 1.00 0.99 0.91 2/64 12866
/proc/meminfo: memFree=849752/2055920 swapFree=4181356/4192956
[pid=12671] ppid=12669 vsize=26824 CPUtime=1800.65
/proc/12671/stat : 12671 (minisat+) R 12669 12671 12626 0 -1 4194304 6459 0 0 0 180053 12 0 0 25 0 1 0 188388151 27467776 6423 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12671/statm: 6706 6423 106 215 0 6488 0
Current children cumulated CPU time (s) 1800.65
Current children cumulated vsize (Kb) 26824

Sending SIGTERM to -12671
Sleeping 2 seconds

Child status: 0
Real time (s): 1801.33
CPU time (s): 1800.67
CPU user time (s): 1800.54
CPU system time (s): 0.134979
CPU usage (%): 99.9634
Max. virtual memory (cumulated for all children) (Kb): 26824

Launcher Data (download as text)

Begin job on node34 on Fri Jun  2 05:47:23 UTC 2006


FILE ID= 34757-1149227243

PBS_JOBID= 296027

BENCH NAME= ROOT/tmp/node34/34757-1149227243/instance-34757-1149227243.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node34/34757-1149227243/instance-34757-1149227243.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node34/watcher-34757-1149227243 -o ROOT/results/node34/solver-34757-1149227243 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node34/34757-1149227243/instance-34757-1149227243.opb

MD5SUM SOLVER= 490d1d4b9bbf010afe7f0af63a5a62db
MD5SUM BENCH=  d9b1351aa6c01bb5c883e4233663f5e0

RANDOM SEED= 189411245


/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.277
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.277
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:        875296 kB
Buffers:         38312 kB
Cached:        1067436 kB
SwapCached:       3536 kB
Active:          93272 kB
Inactive:      1021380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        875296 kB
SwapTotal:     4192956 kB
SwapFree:      4181356 kB
Dirty:             260 kB
Writeback:           0 kB
Mapped:          14828 kB
Slab:            51860 kB
Committed_AS:   245980 kB
PageTables:       1416 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node34 on Fri Jun  2 06:17:25 UTC 2006