Trace number 34546

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 310.685 310.8

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1110967729.opb
MD5SUMcc8a821eb6092a77df7c2a7d8a438de1
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.05899
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 1318
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.02	c ---[  63]---> BDD-cost:   23
0.02	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: 622   maxlim: 1241   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 |    7007    22381 |    2335       0        0     nan |  0.000 % |
0.05	c |       101 |    7000    22358 |    2568     100     1145    11.4 |  4.065 % |
0.08	c |       251 |    7000    22358 |    2825     250     7669    30.7 |  4.065 % |
0.11	c |       476 |    7000    22358 |    3107     475    20120    42.4 |  4.065 % |
0.18	c |       813 |    7000    22358 |    3418     812    40841    50.3 |  4.065 % |
0.28	c |      1319 |    7000    22358 |    3760    1318    71337    54.1 |  4.065 % |
0.44	c |      2081 |    7000    22358 |    4136    2080   104078    50.0 |  4.065 % |
0.73	c |      3223 |    7000    22358 |    4550    3222   161236    50.0 |  4.065 % |
1.18	c |      4931 |    7000    22358 |    5005    4930   262793    53.3 |  4.065 % |
1.81	c |      7493 |    7000    22358 |    5505    4827   248214    51.4 |  4.065 % |
2.90	c |     11337 |    7000    22358 |    6056    5810   290492    50.0 |  4.065 % |
4.51	c |     17106 |    7000    22358 |    6662    5020   239143    47.6 |  4.066 % |
6.96	c |     25755 |    6990    22320 |    7328    6577   380237    57.8 |  4.117 % |
11.07	c |     38732 |    6968    22245 |    8061    7781   455249    58.5 |  4.325 % |
17.79	c |     58193 |    6961    22218 |    8867    6139   372651    60.7 |  4.378 % |
27.77	c |     87385 |    6954    22194 |    9753    7406   421085    56.9 |  4.429 % |
42.70	c |    131175 |    6954    22194 |   10729   10195   550515    54.0 |  4.429 % |
66.11	c |    196860 |    6931    22119 |   11802    8370   452751    54.1 |  4.638 % |
100.72	c |    295387 |    6922    22090 |   12982    8247   409079    49.6 |  4.742 % |
153.76	c |    443177 |    6922    22090 |   14280    7653   403346    52.7 |  4.742 % |
238.81	c |    664862 |    6857    21866 |   15708   14764   730268    49.5 |  5.315 % |
310.79	c ==============================================================================
310.79	c UNSATISFIABLE
310.79	s UNSATISFIABLE
310.79	c _______________________________________________________________________________
310.79	c 
310.79	c restarts              : 21
310.79	c conflicts             : 851063         (2739 /sec)
310.79	c decisions             : 963481         (3101 /sec)
310.79	c propagations          : 0              (0 /sec)
310.79	c inspects              : 0              (0 /sec)
310.79	c CPU time              : 310.667 s
310.79	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/node75/watcher-34546-1149206732 -o ROOT/results/node75/solver-34546-1149206732 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node75/34546-1149206732/instance-34546-1149206732.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.69 0.87 0.81 2/64 4391
/proc/meminfo: memFree=1604072/2055920 swapFree=4182500/4192956
[pid=4391] ppid=4389 vsize=1048 CPUtime=0
/proc/4391/stat : 4391 (minisat+) R 4389 4391 4346 0 -1 4194304 95 0 0 0 0 0 0 0 20 0 1 0 186336629 1073152 80 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134571941 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4391/statm: 262 85 71 215 0 44 0

[startup+10.0029 s]
/proc/loadavg: 0.74 0.88 0.81 2/64 4391
/proc/meminfo: memFree=1600368/2055920 swapFree=4182500/4192956
[pid=4391] ppid=4389 vsize=4916 CPUtime=9.99
/proc/4391/stat : 4391 (minisat+) R 4389 4391 4346 0 -1 4194304 1107 0 0 0 999 0 0 0 25 0 1 0 186336629 5033984 1092 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580973 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4391/statm: 1229 1092 122 215 0 1011 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 4916

[startup+20.0089 s]
/proc/loadavg: 0.78 0.88 0.81 2/64 4391
/proc/meminfo: memFree=1599480/2055920 swapFree=4182500/4192956
[pid=4391] ppid=4389 vsize=5708 CPUtime=19.99
/proc/4391/stat : 4391 (minisat+) R 4389 4391 4346 0 -1 4194304 1330 0 0 0 1999 0 0 0 25 0 1 0 186336629 5844992 1315 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580962 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4391/statm: 1427 1315 122 215 0 1209 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 5708

[startup+30.0148 s]
/proc/loadavg: 0.81 0.89 0.82 2/64 4391
/proc/meminfo: memFree=1599224/2055920 swapFree=4182500/4192956
[pid=4391] ppid=4389 vsize=6108 CPUtime=29.99
/proc/4391/stat : 4391 (minisat+) R 4389 4391 4346 0 -1 4194304 1398 0 0 0 2999 0 0 0 25 0 1 0 186336629 6254592 1383 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134583956 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4391/statm: 1527 1383 122 215 0 1309 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 6108

[startup+40.0208 s]
/proc/loadavg: 0.84 0.89 0.82 2/64 4391
/proc/meminfo: memFree=1599032/2055920 swapFree=4182500/4192956
[pid=4391] ppid=4389 vsize=6236 CPUtime=39.99
/proc/4391/stat : 4391 (minisat+) R 4389 4391 4346 0 -1 4194304 1446 0 0 0 3999 0 0 0 25 0 1 0 186336629 6385664 1431 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134577398 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4391/statm: 1559 1431 122 215 0 1341 0
Current children cumulated CPU time (s) 39.99
Current children cumulated vsize (Kb) 6236

[startup+50.0268 s]
/proc/loadavg: 0.86 0.89 0.82 2/64 4391
/proc/meminfo: memFree=1598456/2055920 swapFree=4182500/4192956
[pid=4391] ppid=4389 vsize=6768 CPUtime=50
/proc/4391/stat : 4391 (minisat+) R 4389 4391 4346 0 -1 4194304 1590 0 0 0 5000 0 0 0 25 0 1 0 186336629 6930432 1575 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574544 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4391/statm: 1692 1575 122 215 0 1474 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 6768

[startup+60.0328 s]
/proc/loadavg: 0.88 0.89 0.82 2/64 4391
/proc/meminfo: memFree=1598328/2055920 swapFree=4182500/4192956
[pid=4391] ppid=4389 vsize=6908 CPUtime=60
/proc/4391/stat : 4391 (minisat+) R 4389 4391 4346 0 -1 4194304 1618 0 0 0 6000 0 0 0 25 0 1 0 186336629 7073792 1603 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581415 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4391/statm: 1727 1603 122 215 0 1509 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 6908

[startup+70.0388 s]
/proc/loadavg: 0.90 0.90 0.82 2/64 4391
/proc/meminfo: memFree=1597880/2055920 swapFree=4182500/4192956
[pid=4391] ppid=4389 vsize=7364 CPUtime=70
/proc/4391/stat : 4391 (minisat+) R 4389 4391 4346 0 -1 4194304 1720 0 0 0 7000 0 0 0 25 0 1 0 186336629 7540736 1705 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4391/statm: 1841 1705 122 215 0 1623 0
Current children cumulated CPU time (s) 70
Current children cumulated vsize (Kb) 7364

[startup+80.0448 s]
/proc/loadavg: 0.92 0.90 0.82 2/64 4391
/proc/meminfo: memFree=1597752/2055920 swapFree=4182500/4192956
[pid=4391] ppid=4389 vsize=7496 CPUtime=80
/proc/4391/stat : 4391 (minisat+) R 4389 4391 4346 0 -1 4194304 1755 0 0 0 8000 0 0 0 25 0 1 0 186336629 7675904 1740 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581056 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4391/statm: 1874 1740 122 215 0 1656 0
Current children cumulated CPU time (s) 80
Current children cumulated vsize (Kb) 7496

[startup+90.0508 s]
/proc/loadavg: 0.93 0.90 0.82 2/64 4391
/proc/meminfo: memFree=1597752/2055920 swapFree=4182500/4192956
[pid=4391] ppid=4389 vsize=7496 CPUtime=90.01
/proc/4391/stat : 4391 (minisat+) R 4389 4391 4346 0 -1 4194304 1761 0 0 0 9001 0 0 0 25 0 1 0 186336629 7675904 1746 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4391/statm: 1874 1746 122 215 0 1656 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 7496

[startup+100.057 s]
/proc/loadavg: 0.94 0.91 0.82 2/64 4391
/proc/meminfo: memFree=1597688/2055920 swapFree=4182500/4192956
[pid=4391] ppid=4389 vsize=7496 CPUtime=100.01
/proc/4391/stat : 4391 (minisat+) R 4389 4391 4346 0 -1 4194304 1766 0 0 0 10001 0 0 0 25 0 1 0 186336629 7675904 1751 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134568515 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4391/statm: 1874 1751 122 215 0 1656 0
Current children cumulated CPU time (s) 100.01
Current children cumulated vsize (Kb) 7496

[startup+110.063 s]
/proc/loadavg: 0.95 0.91 0.82 2/64 4391
/proc/meminfo: memFree=1597432/2055920 swapFree=4182500/4192956
[pid=4391] ppid=4389 vsize=7888 CPUtime=110.01
/proc/4391/stat : 4391 (minisat+) R 4389 4391 4346 0 -1 4194304 1839 0 0 0 11001 0 0 0 25 0 1 0 186336629 8077312 1824 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576672 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4391/statm: 1972 1824 122 215 0 1754 0
Current children cumulated CPU time (s) 110.01
Current children cumulated vsize (Kb) 7888

[startup+120.069 s]
/proc/loadavg: 0.95 0.91 0.83 2/64 4391
/proc/meminfo: memFree=1597368/2055920 swapFree=4182500/4192956
[pid=4391] ppid=4389 vsize=7888 CPUtime=120.01
/proc/4391/stat : 4391 (minisat+) R 4389 4391 4346 0 -1 4194304 1865 0 0 0 12001 0 0 0 25 0 1 0 186336629 8077312 1850 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580801 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4391/statm: 1972 1850 122 215 0 1754 0
Current children cumulated CPU time (s) 120.01
Current children cumulated vsize (Kb) 7888

[startup+130.075 s]
/proc/loadavg: 0.96 0.91 0.83 2/64 4391
/proc/meminfo: memFree=1597368/2055920 swapFree=4182500/4192956
[pid=4391] ppid=4389 vsize=8036 CPUtime=130.01
/proc/4391/stat : 4391 (minisat+) R 4389 4391 4346 0 -1 4194304 1872 0 0 0 13001 0 0 0 25 0 1 0 186336629 8228864 1857 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4391/statm: 2009 1857 122 215 0 1791 0
Current children cumulated CPU time (s) 130.01
Current children cumulated vsize (Kb) 8036

[startup+140.081 s]
/proc/loadavg: 0.97 0.92 0.83 2/64 4391
/proc/meminfo: memFree=1597368/2055920 swapFree=4182500/4192956
[pid=4391] ppid=4389 vsize=8036 CPUtime=140.02
/proc/4391/stat : 4391 (minisat+) R 4389 4391 4346 0 -1 4194304 1884 0 0 0 14001 1 0 0 25 0 1 0 186336629 8228864 1869 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581426 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4391/statm: 2009 1869 122 215 0 1791 0
Current children cumulated CPU time (s) 140.02
Current children cumulated vsize (Kb) 8036

[startup+150.087 s]
/proc/loadavg: 0.97 0.92 0.83 2/64 4391
/proc/meminfo: memFree=1597304/2055920 swapFree=4182500/4192956
[pid=4391] ppid=4389 vsize=8036 CPUtime=150.03
/proc/4391/stat : 4391 (minisat+) R 4389 4391 4346 0 -1 4194304 1894 0 0 0 15002 1 0 0 25 0 1 0 186336629 8228864 1879 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4391/statm: 2009 1879 122 215 0 1791 0
Current children cumulated CPU time (s) 150.03
Current children cumulated vsize (Kb) 8036

[startup+160.093 s]
/proc/loadavg: 0.98 0.92 0.83 2/64 4391
/proc/meminfo: memFree=1596856/2055920 swapFree=4182500/4192956
[pid=4391] ppid=4389 vsize=8596 CPUtime=160.03
/proc/4391/stat : 4391 (minisat+) R 4389 4391 4346 0 -1 4194304 2022 0 0 0 16002 1 0 0 25 0 1 0 186336629 8802304 2007 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581223 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4391/statm: 2149 2007 122 215 0 1931 0
Current children cumulated CPU time (s) 160.03
Current children cumulated vsize (Kb) 8596

[startup+170.099 s]
/proc/loadavg: 0.98 0.92 0.83 2/64 4391
/proc/meminfo: memFree=1596728/2055920 swapFree=4182500/4192956
[pid=4391] ppid=4389 vsize=8728 CPUtime=170.03
/proc/4391/stat : 4391 (minisat+) R 4389 4391 4346 0 -1 4194304 2052 0 0 0 17002 1 0 0 25 0 1 0 186336629 8937472 2037 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580753 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4391/statm: 2182 2037 122 215 0 1964 0
Current children cumulated CPU time (s) 170.03
Current children cumulated vsize (Kb) 8728

[startup+180.105 s]
/proc/loadavg: 0.98 0.92 0.83 2/64 4391
/proc/meminfo: memFree=1596728/2055920 swapFree=4182500/4192956
[pid=4391] ppid=4389 vsize=8728 CPUtime=180.03
/proc/4391/stat : 4391 (minisat+) R 4389 4391 4346 0 -1 4194304 2053 0 0 0 18002 1 0 0 25 0 1 0 186336629 8937472 2038 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4391/statm: 2182 2038 122 215 0 1964 0
Current children cumulated CPU time (s) 180.03
Current children cumulated vsize (Kb) 8728

[startup+190.111 s]
/proc/loadavg: 0.98 0.93 0.83 2/64 4391
/proc/meminfo: memFree=1596664/2055920 swapFree=4182500/4192956
[pid=4391] ppid=4389 vsize=8728 CPUtime=190.04
/proc/4391/stat : 4391 (minisat+) R 4389 4391 4346 0 -1 4194304 2066 0 0 0 19003 1 0 0 25 0 1 0 186336629 8937472 2051 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4391/statm: 2182 2051 122 215 0 1964 0
Current children cumulated CPU time (s) 190.04
Current children cumulated vsize (Kb) 8728

[startup+200.117 s]
/proc/loadavg: 0.99 0.93 0.83 2/64 4391
/proc/meminfo: memFree=1596664/2055920 swapFree=4182500/4192956
[pid=4391] ppid=4389 vsize=8728 CPUtime=200.04
/proc/4391/stat : 4391 (minisat+) R 4389 4391 4346 0 -1 4194304 2067 0 0 0 20003 1 0 0 25 0 1 0 186336629 8937472 2052 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580856 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4391/statm: 2182 2052 122 215 0 1964 0
Current children cumulated CPU time (s) 200.04
Current children cumulated vsize (Kb) 8728

[startup+210.123 s]
/proc/loadavg: 0.99 0.93 0.83 2/64 4391
/proc/meminfo: memFree=1596216/2055920 swapFree=4182500/4192956
[pid=4391] ppid=4389 vsize=9120 CPUtime=210.04
/proc/4391/stat : 4391 (minisat+) R 4389 4391 4346 0 -1 4194304 2164 0 0 0 21003 1 0 0 25 0 1 0 186336629 9338880 2149 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580973 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4391/statm: 2280 2149 122 215 0 2062 0
Current children cumulated CPU time (s) 210.04
Current children cumulated vsize (Kb) 9120

[startup+220.129 s]
/proc/loadavg: 0.99 0.93 0.84 2/64 4391
/proc/meminfo: memFree=1596216/2055920 swapFree=4182500/4192956
[pid=4391] ppid=4389 vsize=9252 CPUtime=220.04
/proc/4391/stat : 4391 (minisat+) R 4389 4391 4346 0 -1 4194304 2173 0 0 0 22003 1 0 0 25 0 1 0 186336629 9474048 2158 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581287 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4391/statm: 2313 2158 122 215 0 2095 0
Current children cumulated CPU time (s) 220.04
Current children cumulated vsize (Kb) 9252

[startup+230.136 s]
/proc/loadavg: 0.99 0.93 0.84 2/64 4391
/proc/meminfo: memFree=1596216/2055920 swapFree=4182500/4192956
[pid=4391] ppid=4389 vsize=9252 CPUtime=230.04
/proc/4391/stat : 4391 (minisat+) R 4389 4391 4346 0 -1 4194304 2174 0 0 0 23003 1 0 0 25 0 1 0 186336629 9474048 2159 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4391/statm: 2313 2159 122 215 0 2095 0
Current children cumulated CPU time (s) 230.04
Current children cumulated vsize (Kb) 9252

[startup+240.142 s]
/proc/loadavg: 0.99 0.94 0.84 2/64 4391
/proc/meminfo: memFree=1596216/2055920 swapFree=4182500/4192956
[pid=4391] ppid=4389 vsize=9252 CPUtime=240.05
/proc/4391/stat : 4391 (minisat+) R 4389 4391 4346 0 -1 4194304 2175 0 0 0 24004 1 0 0 25 0 1 0 186336629 9474048 2160 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4391/statm: 2313 2160 122 215 0 2095 0
Current children cumulated CPU time (s) 240.05
Current children cumulated vsize (Kb) 9252

[startup+250.148 s]
/proc/loadavg: 0.99 0.94 0.84 2/64 4391
/proc/meminfo: memFree=1596024/2055920 swapFree=4182500/4192956
[pid=4391] ppid=4389 vsize=9380 CPUtime=250.05
/proc/4391/stat : 4391 (minisat+) R 4389 4391 4346 0 -1 4194304 2221 0 0 0 25004 1 0 0 25 0 1 0 186336629 9605120 2206 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576243 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4391/statm: 2345 2206 122 215 0 2127 0
Current children cumulated CPU time (s) 250.05
Current children cumulated vsize (Kb) 9380

[startup+260.155 s]
/proc/loadavg: 0.99 0.94 0.84 2/64 4391
/proc/meminfo: memFree=1595896/2055920 swapFree=4182500/4192956
[pid=4391] ppid=4389 vsize=9524 CPUtime=260.05
/proc/4391/stat : 4391 (minisat+) R 4389 4391 4346 0 -1 4194304 2250 0 0 0 26004 1 0 0 25 0 1 0 186336629 9752576 2235 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4391/statm: 2381 2235 122 215 0 2163 0
Current children cumulated CPU time (s) 260.05
Current children cumulated vsize (Kb) 9524

[startup+270.162 s]
/proc/loadavg: 0.99 0.94 0.84 2/64 4391
/proc/meminfo: memFree=1595832/2055920 swapFree=4182500/4192956
[pid=4391] ppid=4389 vsize=9524 CPUtime=270.05
/proc/4391/stat : 4391 (minisat+) R 4389 4391 4346 0 -1 4194304 2251 0 0 0 27004 1 0 0 25 0 1 0 186336629 9752576 2236 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134578690 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4391/statm: 2381 2236 122 215 0 2163 0
Current children cumulated CPU time (s) 270.05
Current children cumulated vsize (Kb) 9524

[startup+280.168 s]
/proc/loadavg: 0.99 0.94 0.84 2/64 4391
/proc/meminfo: memFree=1595768/2055920 swapFree=4182500/4192956
[pid=4391] ppid=4389 vsize=9680 CPUtime=280.06
/proc/4391/stat : 4391 (minisat+) R 4389 4391 4346 0 -1 4194304 2272 0 0 0 28005 1 0 0 25 0 1 0 186336629 9912320 2257 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4391/statm: 2420 2257 122 215 0 2202 0
Current children cumulated CPU time (s) 280.06
Current children cumulated vsize (Kb) 9680

[startup+290.174 s]
/proc/loadavg: 0.99 0.94 0.84 2/64 4391
/proc/meminfo: memFree=1595704/2055920 swapFree=4182500/4192956
[pid=4391] ppid=4389 vsize=9680 CPUtime=290.06
/proc/4391/stat : 4391 (minisat+) R 4389 4391 4346 0 -1 4194304 2291 0 0 0 29005 1 0 0 25 0 1 0 186336629 9912320 2276 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4391/statm: 2420 2276 122 215 0 2202 0
Current children cumulated CPU time (s) 290.06
Current children cumulated vsize (Kb) 9680

[startup+300.181 s]
/proc/loadavg: 0.99 0.94 0.84 2/64 4391
/proc/meminfo: memFree=1595576/2055920 swapFree=4182500/4192956
[pid=4391] ppid=4389 vsize=9856 CPUtime=300.06
/proc/4391/stat : 4391 (minisat+) R 4389 4391 4346 0 -1 4194304 2315 0 0 0 30005 1 0 0 25 0 1 0 186336629 10092544 2300 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580973 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4391/statm: 2464 2300 122 215 0 2246 0
Current children cumulated CPU time (s) 300.06
Current children cumulated vsize (Kb) 9856

[startup+310.187 s]
/proc/loadavg: 0.99 0.95 0.84 2/64 4391
/proc/meminfo: memFree=1595640/2055920 swapFree=4182500/4192956
[pid=4391] ppid=4389 vsize=9856 CPUtime=310.07
/proc/4391/stat : 4391 (minisat+) R 4389 4391 4346 0 -1 4194304 2322 0 0 0 31006 1 0 0 25 0 1 0 186336629 10092544 2307 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574293 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4391/statm: 2464 2307 122 215 0 2246 0
Current children cumulated CPU time (s) 310.07
Current children cumulated vsize (Kb) 9856

Child status: 20
Real time (s): 310.8
CPU time (s): 310.685
CPU user time (s): 310.668
CPU system time (s): 0.016997
CPU usage (%): 99.963
Max. virtual memory (cumulated for all children) (Kb): 9856

Launcher Data (download as text)

Begin job on node75 on Fri Jun  2 00:05:32 UTC 2006


FILE ID= 34546-1149206732

PBS_JOBID= 293287

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

MD5SUM SOLVER= 490d1d4b9bbf010afe7f0af63a5a62db
MD5SUM BENCH=  cc8a821eb6092a77df7c2a7d8a438de1

RANDOM SEED= 892175061


/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.259
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.259
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1604472 kB
Buffers:         38012 kB
Cached:         336256 kB
SwapCached:       2452 kB
Active:         104596 kB
Inactive:       278696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1604472 kB
SwapTotal:     4192956 kB
SwapFree:      4182500 kB
Dirty:             264 kB
Writeback:           0 kB
Mapped:          16020 kB
Slab:            54136 kB
Committed_AS:   210104 kB
PageTables:       1448 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node75 on Fri Jun  2 00:10:43 UTC 2006