Trace number 34611

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.14UNSAT 263.893 263.975

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1110966483.opb
MD5SUM10cf6f4237a5d83e8ddd9ab182f6ea9a
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.056991
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables169
Total number of constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
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 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1298
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.00	c Parsing PB file...
0.01	c Converting 101 PB-constraints to clauses...
0.01	c   -- Unit propagations: (none)
0.01	c   -- Detecting intervals from adjacent constraints: ##########################
0.01	c   -- Clauses(.)/Splits(s): ....
0.01	c ---[  99]---> BDD-cost:   23
0.01	c ---[  97]---> BDD-cost:   23
0.01	c ---[  95]---> BDD-cost:   23
0.01	c ---[  93]---> BDD-cost:   23
0.01	c ---[  91]---> BDD-cost:   23
0.01	c ---[  89]---> BDD-cost:   23
0.01	c ---[  87]---> BDD-cost:   23
0.01	c ---[  85]---> BDD-cost:   23
0.01	c ---[  83]---> BDD-cost:   23
0.01	c ---[  81]---> BDD-cost:   23
0.01	c ---[  79]---> BDD-cost:   23
0.01	c ---[  77]---> BDD-cost:   23
0.01	c ---[  75]---> BDD-cost:   23
0.01	c ---[  73]---> BDD-cost:   23
0.01	c ---[  71]---> BDD-cost:   23
0.01	c ---[  69]---> BDD-cost:   23
0.01	c ---[  67]---> BDD-cost:   23
0.01	c ---[  65]---> BDD-cost:   23
0.01	c ---[  63]---> BDD-cost:   23
0.01	c ---[  61]---> BDD-cost:   23
0.02	c ---[  59]---> BDD-cost:   23
0.02	c ---[  57]---> BDD-cost:   23
0.02	c ---[  55]---> BDD-cost:   23
0.02	c ---[  53]---> BDD-cost:   23
0.02	c ---[  51]---> BDD-cost:   23
0.02	c ---[  49]---> BDD-cost:   23
0.02	c ---[  48]---> BDD-cost:   23
0.02	c ---[  47]---> BDD-cost:   21
0.02	c ---[  46]---> BDD-cost:   19
0.02	c ---[  45]---> BDD-cost:   17
0.02	c ---[  44]---> BDD-cost:   15
0.02	c ---[  43]---> BDD-cost:   13
0.02	c ---[  42]---> BDD-cost:   11
0.02	c ---[  41]---> BDD-cost:    9
0.02	c ---[  40]---> BDD-cost:    7
0.02	c ---[  39]---> BDD-cost:    5
0.02	c ---[  38]---> BDD-cost:    3
0.02	c ---[  35]---> BDD-cost:    3
0.02	c ---[  34]---> BDD-cost:    5
0.02	c ---[  33]---> BDD-cost:    7
0.02	c ---[  32]---> BDD-cost:    9
0.02	c ---[  31]---> BDD-cost:   11
0.02	c ---[  30]---> BDD-cost:   13
0.02	c ---[  29]---> BDD-cost:   15
0.02	c ---[  28]---> BDD-cost:   17
0.02	c ---[  27]---> BDD-cost:   19
0.02	c ---[  26]---> BDD-cost:   21
0.02	c ---[  25]---> BDD-cost:   23
0.02	c ---[  24]---> BDD-cost:    0
0.02	c ---[  23]---> BDD-cost:   21
0.02	c ---[  22]---> BDD-cost:   19
0.02	c ---[  21]---> BDD-cost:   17
0.02	c ---[  20]---> BDD-cost:   15
0.02	c ---[  19]---> BDD-cost:   13
0.02	c ---[  18]---> BDD-cost:   11
0.02	c ---[  17]---> BDD-cost:    9
0.02	c ---[  16]---> BDD-cost:    7
0.02	c ---[  15]---> BDD-cost:    5
0.02	c ---[  14]---> BDD-cost:    3
0.02	c ---[  12]---> BDD-cost:    0
0.02	c ---[  11]---> BDD-cost:   21
0.02	c ---[  10]---> BDD-cost:   19
0.02	c ---[   9]---> BDD-cost:   17
0.02	c ---[   8]---> BDD-cost:   15
0.02	c ---[   7]---> BDD-cost:   13
0.02	c ---[   6]---> BDD-cost:   11
0.02	c ---[   5]---> BDD-cost:    9
0.02	c ---[   4]---> BDD-cost:    7
0.02	c ---[   3]---> BDD-cost:    5
0.02	c ---[   2]---> BDD-cost:    3
0.02	c ---[   0]---> Adder-cost: 586   maxlim: 1221   bits: 11/11
0.05	c ==================================[MINISAT+]==================================
0.05	c | Conflicts | Original         | Learnt                           | Progress |
0.05	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.05	c ==============================================================================
0.05	c |         0 |    6759    21510 |    2253       0        0     nan |  0.000 % |
0.05	c |       101 |    6752    21487 |    2478     100      447     4.5 |  4.357 % |
0.07	c |       252 |    6752    21487 |    2726     251     3981    15.9 |  4.357 % |
0.10	c |       479 |    6752    21487 |    2998     478    11755    24.6 |  4.357 % |
0.16	c |       816 |    6752    21487 |    3298     815    28318    34.7 |  4.357 % |
0.26	c |      1323 |    6752    21487 |    3628    1322    52052    39.4 |  4.357 % |
0.42	c |      2086 |    6752    21487 |    3991    2085    90929    43.6 |  4.357 % |
0.70	c |      3225 |    6752    21487 |    4390    3224   152599    47.3 |  4.357 % |
1.17	c |      4935 |    6752    21487 |    4829    2518   140916    56.0 |  4.357 % |
1.91	c |      7499 |    6744    21457 |    5312    5081   307762    60.6 |  4.410 % |
3.21	c |     11343 |    6672    21193 |    5843    3188   169232    53.1 |  5.048 % |
4.95	c |     17109 |    6672    21193 |    6428    5723   345166    60.3 |  5.048 % |
7.58	c |     25761 |    6672    21193 |    7070    3929   193669    49.3 |  5.048 % |
11.56	c |     38735 |    6608    20985 |    7777    5754   332548    57.8 |  5.685 % |
17.75	c |     58198 |    6608    20985 |    8555    4454   210464    47.3 |  5.685 % |
27.81	c |     87393 |    6565    20838 |    9411    6366   283805    44.6 |  6.111 % |
42.17	c |    131183 |    6565    20838 |   10352    5311   197081    37.1 |  6.111 % |
63.91	c |    196867 |    6565    20838 |   11387   10738   555246    51.7 |  6.111 % |
98.08	c |    295393 |    6565    20838 |   12526    7641   329251    43.1 |  6.111 % |
150.50	c |    443183 |    6506    20643 |   13779   11365   524359    46.1 |  6.642 % |
223.54	c |    664867 |    6419    20342 |   15157   11639   496441    42.7 |  7.120 % |
263.97	c ==============================================================================
263.97	c UNSATISFIABLE
263.97	s UNSATISFIABLE
263.97	c _______________________________________________________________________________
263.97	c 
263.97	c restarts              : 21
263.97	c conflicts             : 801089         (3036 /sec)
263.97	c decisions             : 996358         (3776 /sec)
263.97	c propagations          : 0              (0 /sec)
263.97	c inspects              : 0              (0 /sec)
263.97	c CPU time              : 263.877 s
263.97	c _______________________________________________________________________________

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/node66/watcher-34611-1149211676 -o ROOT/results/node66/solver-34611-1149211676 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node66/34611-1149211676/instance-34611-1149211676.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.85 0.92 0.90 2/64 7202
/proc/meminfo: memFree=1498472/2055920 swapFree=4182232/4192956
[pid=7202] ppid=7200 vsize=1048 CPUtime=0
/proc/7202/stat : 7202 (minisat+) R 7200 7202 7157 0 -1 4194304 108 0 0 0 0 0 0 0 19 0 1 0 186835742 1073152 93 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135007481 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7202/statm: 262 93 74 215 0 44 0

[startup+10.0025 s]
/proc/loadavg: 0.87 0.92 0.90 2/64 7202
/proc/meminfo: memFree=1494632/2055920 swapFree=4182232/4192956
[pid=7202] ppid=7200 vsize=4828 CPUtime=9.99
/proc/7202/stat : 7202 (minisat+) R 7200 7202 7157 0 -1 4194304 1093 0 0 0 999 0 0 0 25 0 1 0 186835742 4943872 1078 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580840 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7202/statm: 1207 1078 122 215 0 989 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 4828

[startup+20.0087 s]
/proc/loadavg: 0.89 0.92 0.90 2/64 7202
/proc/meminfo: memFree=1494056/2055920 swapFree=4182232/4192956
[pid=7202] ppid=7200 vsize=5348 CPUtime=19.99
/proc/7202/stat : 7202 (minisat+) R 7200 7202 7157 0 -1 4194304 1238 0 0 0 1999 0 0 0 25 0 1 0 186835742 5476352 1223 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580792 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7202/statm: 1337 1223 122 215 0 1119 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 5348

[startup+30.015 s]
/proc/loadavg: 0.91 0.92 0.90 2/64 7202
/proc/meminfo: memFree=1493672/2055920 swapFree=4182232/4192956
[pid=7202] ppid=7200 vsize=5760 CPUtime=29.99
/proc/7202/stat : 7202 (minisat+) R 7200 7202 7157 0 -1 4194304 1336 0 0 0 2999 0 0 0 25 0 1 0 186835742 5898240 1321 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134577218 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7202/statm: 1440 1321 122 215 0 1222 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 5760

[startup+40.0212 s]
/proc/loadavg: 0.92 0.93 0.90 2/64 7202
/proc/meminfo: memFree=1493480/2055920 swapFree=4182232/4192956
[pid=7202] ppid=7200 vsize=5888 CPUtime=40
/proc/7202/stat : 7202 (minisat+) R 7200 7202 7157 0 -1 4194304 1377 0 0 0 3999 1 0 0 25 0 1 0 186835742 6029312 1362 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7202/statm: 1472 1362 122 215 0 1254 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 5888

[startup+50.0274 s]
/proc/loadavg: 0.93 0.93 0.90 2/64 7202
/proc/meminfo: memFree=1493032/2055920 swapFree=4182232/4192956
[pid=7202] ppid=7200 vsize=6436 CPUtime=50.01
/proc/7202/stat : 7202 (minisat+) R 7200 7202 7157 0 -1 4194304 1489 0 0 0 5000 1 0 0 25 0 1 0 186835742 6590464 1474 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580902 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7202/statm: 1609 1474 122 215 0 1391 0
Current children cumulated CPU time (s) 50.01
Current children cumulated vsize (Kb) 6436

[startup+60.0337 s]
/proc/loadavg: 0.94 0.93 0.91 2/64 7202
/proc/meminfo: memFree=1492968/2055920 swapFree=4182232/4192956
[pid=7202] ppid=7200 vsize=6436 CPUtime=60.01
/proc/7202/stat : 7202 (minisat+) R 7200 7202 7157 0 -1 4194304 1506 0 0 0 6000 1 0 0 25 0 1 0 186835742 6590464 1491 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134573014 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7202/statm: 1609 1491 122 215 0 1391 0
Current children cumulated CPU time (s) 60.01
Current children cumulated vsize (Kb) 6436

[startup+70.0399 s]
/proc/loadavg: 0.95 0.93 0.91 2/64 7202
/proc/meminfo: memFree=1492648/2055920 swapFree=4182232/4192956
[pid=7202] ppid=7200 vsize=6848 CPUtime=70.01
/proc/7202/stat : 7202 (minisat+) R 7200 7202 7157 0 -1 4194304 1585 0 0 0 7000 1 0 0 25 0 1 0 186835742 7012352 1570 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580475 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7202/statm: 1712 1570 122 215 0 1494 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 6848

[startup+80.0461 s]
/proc/loadavg: 0.96 0.93 0.91 2/64 7202
/proc/meminfo: memFree=1492520/2055920 swapFree=4182232/4192956
[pid=7202] ppid=7200 vsize=6848 CPUtime=80.02
/proc/7202/stat : 7202 (minisat+) R 7200 7202 7157 0 -1 4194304 1606 0 0 0 8001 1 0 0 25 0 1 0 186835742 7012352 1591 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581491 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7202/statm: 1712 1591 122 215 0 1494 0
Current children cumulated CPU time (s) 80.02
Current children cumulated vsize (Kb) 6848

[startup+90.0524 s]
/proc/loadavg: 0.96 0.93 0.91 2/64 7202
/proc/meminfo: memFree=1492456/2055920 swapFree=4182232/4192956
[pid=7202] ppid=7200 vsize=7024 CPUtime=90.02
/proc/7202/stat : 7202 (minisat+) R 7200 7202 7157 0 -1 4194304 1636 0 0 0 9001 1 0 0 25 0 1 0 186835742 7192576 1621 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581229 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7202/statm: 1756 1621 122 215 0 1538 0
Current children cumulated CPU time (s) 90.02
Current children cumulated vsize (Kb) 7024

[startup+100.059 s]
/proc/loadavg: 0.97 0.94 0.91 2/64 7202
/proc/meminfo: memFree=1492456/2055920 swapFree=4182232/4192956
[pid=7202] ppid=7200 vsize=7024 CPUtime=100.02
/proc/7202/stat : 7202 (minisat+) R 7200 7202 7157 0 -1 4194304 1648 0 0 0 10001 1 0 0 25 0 1 0 186835742 7192576 1633 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576854 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7202/statm: 1756 1633 122 215 0 1538 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 7024

[startup+110.065 s]
/proc/loadavg: 0.97 0.94 0.91 2/64 7202
/proc/meminfo: memFree=1491496/2055920 swapFree=4182232/4192956
[pid=7202] ppid=7200 vsize=7960 CPUtime=110.03
/proc/7202/stat : 7202 (minisat+) R 7200 7202 7157 0 -1 4194304 1876 0 0 0 11002 1 0 0 25 0 1 0 186835742 8151040 1861 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134584071 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7202/statm: 1990 1861 122 215 0 1772 0
Current children cumulated CPU time (s) 110.03
Current children cumulated vsize (Kb) 7960

[startup+120.071 s]
/proc/loadavg: 0.98 0.94 0.91 2/64 7202
/proc/meminfo: memFree=1491176/2055920 swapFree=4182232/4192956
[pid=7202] ppid=7200 vsize=8224 CPUtime=120.03
/proc/7202/stat : 7202 (minisat+) R 7200 7202 7157 0 -1 4194304 1950 0 0 0 12002 1 0 0 25 0 1 0 186835742 8421376 1935 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580856 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7202/statm: 2056 1935 122 215 0 1838 0
Current children cumulated CPU time (s) 120.03
Current children cumulated vsize (Kb) 8224

[startup+130.076 s]
/proc/loadavg: 0.98 0.94 0.91 2/64 7202
/proc/meminfo: memFree=1491176/2055920 swapFree=4182232/4192956
[pid=7202] ppid=7200 vsize=8224 CPUtime=130.03
/proc/7202/stat : 7202 (minisat+) R 7200 7202 7157 0 -1 4194304 1950 0 0 0 13002 1 0 0 25 0 1 0 186835742 8421376 1935 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580840 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7202/statm: 2056 1935 122 215 0 1838 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 8224

[startup+140.083 s]
/proc/loadavg: 0.98 0.94 0.91 2/64 7202
/proc/meminfo: memFree=1491176/2055920 swapFree=4182232/4192956
[pid=7202] ppid=7200 vsize=8224 CPUtime=140.03
/proc/7202/stat : 7202 (minisat+) R 7200 7202 7157 0 -1 4194304 1950 0 0 0 14002 1 0 0 25 0 1 0 186835742 8421376 1935 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581480 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7202/statm: 2056 1935 122 215 0 1838 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 8224

[startup+150.089 s]
/proc/loadavg: 0.98 0.94 0.91 2/64 7202
/proc/meminfo: memFree=1491176/2055920 swapFree=4182232/4192956
[pid=7202] ppid=7200 vsize=8224 CPUtime=150.04
/proc/7202/stat : 7202 (minisat+) R 7200 7202 7157 0 -1 4194304 1950 0 0 0 15003 1 0 0 25 0 1 0 186835742 8421376 1935 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7202/statm: 2056 1935 122 215 0 1838 0
Current children cumulated CPU time (s) 150.04
Current children cumulated vsize (Kb) 8224

[startup+160.095 s]
/proc/loadavg: 0.99 0.95 0.91 2/64 7202
/proc/meminfo: memFree=1491112/2055920 swapFree=4182232/4192956
[pid=7202] ppid=7200 vsize=8380 CPUtime=160.04
/proc/7202/stat : 7202 (minisat+) R 7200 7202 7157 0 -1 4194304 1961 0 0 0 16003 1 0 0 25 0 1 0 186835742 8581120 1946 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574254 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7202/statm: 2095 1946 122 215 0 1877 0
Current children cumulated CPU time (s) 160.04
Current children cumulated vsize (Kb) 8380

[startup+170.101 s]
/proc/loadavg: 0.99 0.95 0.91 2/64 7202
/proc/meminfo: memFree=1491112/2055920 swapFree=4182232/4192956
[pid=7202] ppid=7200 vsize=8380 CPUtime=170.04
/proc/7202/stat : 7202 (minisat+) R 7200 7202 7157 0 -1 4194304 1961 0 0 0 17003 1 0 0 25 0 1 0 186835742 8581120 1946 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134578690 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7202/statm: 2095 1946 122 215 0 1877 0
Current children cumulated CPU time (s) 170.04
Current children cumulated vsize (Kb) 8380

[startup+180.108 s]
/proc/loadavg: 0.99 0.95 0.91 2/64 7202
/proc/meminfo: memFree=1491112/2055920 swapFree=4182232/4192956
[pid=7202] ppid=7200 vsize=8380 CPUtime=180.05
/proc/7202/stat : 7202 (minisat+) R 7200 7202 7157 0 -1 4194304 1962 0 0 0 18004 1 0 0 25 0 1 0 186835742 8581120 1947 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581477 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7202/statm: 2095 1947 122 215 0 1877 0
Current children cumulated CPU time (s) 180.05
Current children cumulated vsize (Kb) 8380

[startup+190.113 s]
/proc/loadavg: 0.99 0.95 0.91 2/64 7202
/proc/meminfo: memFree=1491112/2055920 swapFree=4182232/4192956
[pid=7202] ppid=7200 vsize=8380 CPUtime=190.05
/proc/7202/stat : 7202 (minisat+) R 7200 7202 7157 0 -1 4194304 1967 0 0 0 19004 1 0 0 25 0 1 0 186835742 8581120 1952 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581074 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7202/statm: 2095 1952 122 215 0 1877 0
Current children cumulated CPU time (s) 190.05
Current children cumulated vsize (Kb) 8380

[startup+200.121 s]
/proc/loadavg: 0.99 0.95 0.91 2/64 7202
/proc/meminfo: memFree=1491048/2055920 swapFree=4182232/4192956
[pid=7202] ppid=7200 vsize=8380 CPUtime=200.05
/proc/7202/stat : 7202 (minisat+) R 7200 7202 7157 0 -1 4194304 1987 0 0 0 20004 1 0 0 25 0 1 0 186835742 8581120 1972 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581469 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7202/statm: 2095 1972 122 215 0 1877 0
Current children cumulated CPU time (s) 200.05
Current children cumulated vsize (Kb) 8380

[startup+210.127 s]
/proc/loadavg: 0.99 0.95 0.91 2/64 7202
/proc/meminfo: memFree=1490600/2055920 swapFree=4182232/4192956
[pid=7202] ppid=7200 vsize=8784 CPUtime=210.06
/proc/7202/stat : 7202 (minisat+) R 7200 7202 7157 0 -1 4194304 2089 0 0 0 21005 1 0 0 25 0 1 0 186835742 8994816 2074 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580250 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7202/statm: 2196 2074 122 215 0 1978 0
Current children cumulated CPU time (s) 210.06
Current children cumulated vsize (Kb) 8784

[startup+220.133 s]
/proc/loadavg: 0.99 0.95 0.91 2/64 7202
/proc/meminfo: memFree=1490408/2055920 swapFree=4182232/4192956
[pid=7202] ppid=7200 vsize=9068 CPUtime=220.06
/proc/7202/stat : 7202 (minisat+) R 7200 7202 7157 0 -1 4194304 2133 0 0 0 22005 1 0 0 25 0 1 0 186835742 9285632 2118 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7202/statm: 2267 2118 122 215 0 2049 0
Current children cumulated CPU time (s) 220.06
Current children cumulated vsize (Kb) 9068

[startup+230.14 s]
/proc/loadavg: 0.99 0.95 0.91 2/64 7202
/proc/meminfo: memFree=1490344/2055920 swapFree=4182232/4192956
[pid=7202] ppid=7200 vsize=9068 CPUtime=230.06
/proc/7202/stat : 7202 (minisat+) R 7200 7202 7157 0 -1 4194304 2150 0 0 0 23005 1 0 0 25 0 1 0 186835742 9285632 2135 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580768 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7202/statm: 2267 2135 122 215 0 2049 0
Current children cumulated CPU time (s) 230.06
Current children cumulated vsize (Kb) 9068

[startup+240.147 s]
/proc/loadavg: 0.99 0.95 0.91 2/64 7202
/proc/meminfo: memFree=1490216/2055920 swapFree=4182232/4192956
[pid=7202] ppid=7200 vsize=9204 CPUtime=240.07
/proc/7202/stat : 7202 (minisat+) R 7200 7202 7157 0 -1 4194304 2181 0 0 0 24006 1 0 0 25 0 1 0 186835742 9424896 2166 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574445 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7202/statm: 2301 2166 122 215 0 2083 0
Current children cumulated CPU time (s) 240.07
Current children cumulated vsize (Kb) 9204

[startup+250.152 s]
/proc/loadavg: 0.99 0.95 0.91 2/64 7202
/proc/meminfo: memFree=1490216/2055920 swapFree=4182232/4192956
[pid=7202] ppid=7200 vsize=9204 CPUtime=250.07
/proc/7202/stat : 7202 (minisat+) R 7200 7202 7157 0 -1 4194304 2190 0 0 0 25006 1 0 0 25 0 1 0 186835742 9424896 2175 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576754 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7202/statm: 2301 2175 122 215 0 2083 0
Current children cumulated CPU time (s) 250.07
Current children cumulated vsize (Kb) 9204

[startup+260.158 s]
/proc/loadavg: 0.99 0.95 0.91 2/64 7202
/proc/meminfo: memFree=1490088/2055920 swapFree=4182232/4192956
[pid=7202] ppid=7200 vsize=9344 CPUtime=260.07
/proc/7202/stat : 7202 (minisat+) R 7200 7202 7157 0 -1 4194304 2216 0 0 0 26006 1 0 0 25 0 1 0 186835742 9568256 2201 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580768 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7202/statm: 2336 2201 122 215 0 2118 0
Current children cumulated CPU time (s) 260.07
Current children cumulated vsize (Kb) 9344

Child status: 20
Real time (s): 263.975
CPU time (s): 263.893
CPU user time (s): 263.877
CPU system time (s): 0.015997
CPU usage (%): 99.9688
Max. virtual memory (cumulated for all children) (Kb): 9344

Launcher Data (download as text)

Begin job on node66 on Fri Jun  2 01:27:56 UTC 2006


FILE ID= 34611-1149211676

PBS_JOBID= 294138

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

MD5SUM SOLVER= 490d1d4b9bbf010afe7f0af63a5a62db
MD5SUM BENCH=  10cf6f4237a5d83e8ddd9ab182f6ea9a

RANDOM SEED= 25801346


/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.225
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.225
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:       1498744 kB
Buffers:         33000 kB
Cached:         451480 kB
SwapCached:       2536 kB
Active:         104840 kB
Inactive:       388444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1498744 kB
SwapTotal:     4192956 kB
SwapFree:      4182232 kB
Dirty:             172 kB
Writeback:           0 kB
Mapped:          15184 kB
Slab:            49956 kB
Committed_AS:   172676 kB
PageTables:       1400 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node66 on Fri Jun  2 01:32:20 UTC 2006