Trace number 34618

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 230.872 230.96

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1111224059.opb
MD5SUMa18d21f73a1079a5fbd022c0c033271e
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.017996
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 1314
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.02	c Converting 101 PB-constraints to clauses...
0.02	c   -- Unit propagations: (none)
0.02	c   -- Detecting intervals from adjacent constraints: ##########################
0.02	c   -- Clauses(.)/Splits(s): ....
0.02	c ---[  99]---> BDD-cost:   23
0.02	c ---[  97]---> BDD-cost:   23
0.02	c ---[  95]---> BDD-cost:   23
0.02	c ---[  93]---> BDD-cost:   23
0.02	c ---[  91]---> BDD-cost:   23
0.02	c ---[  89]---> BDD-cost:   23
0.02	c ---[  87]---> BDD-cost:   23
0.02	c ---[  85]---> BDD-cost:   23
0.02	c ---[  83]---> BDD-cost:   23
0.02	c ---[  81]---> BDD-cost:   23
0.02	c ---[  79]---> BDD-cost:   23
0.02	c ---[  77]---> BDD-cost:   23
0.02	c ---[  75]---> BDD-cost:   23
0.02	c ---[  73]---> BDD-cost:   23
0.02	c ---[  71]---> BDD-cost:   23
0.02	c ---[  69]---> BDD-cost:   23
0.02	c ---[  67]---> BDD-cost:   23
0.02	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: 574   maxlim: 1237   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 |    6685    21255 |    2228       0        0     nan |  0.000 % |
0.06	c |       100 |    6678    21232 |    2450      99     1104    11.2 |  4.436 % |
0.08	c |       250 |    6678    21232 |    2695     249     8402    33.7 |  4.437 % |
0.12	c |       475 |    6678    21232 |    2965     474    18632    39.3 |  4.436 % |
0.18	c |       814 |    6678    21232 |    3262     813    34223    42.1 |  4.437 % |
0.29	c |      1321 |    6678    21232 |    3588    1320    57062    43.2 |  4.436 % |
0.48	c |      2080 |    6678    21232 |    3947    2079    92062    44.3 |  4.436 % |
0.77	c |      3221 |    6670    21202 |    4341    3219   150979    46.9 |  4.490 % |
1.21	c |      4930 |    6670    21202 |    4775    2503   136400    54.5 |  4.490 % |
1.96	c |      7494 |    6670    21202 |    5253    5067   306175    60.4 |  4.490 % |
3.17	c |     11340 |    6605    20961 |    5778    3148   172649    54.8 |  5.078 % |
4.95	c |     17106 |    6605    20961 |    6356    5834   376440    64.5 |  5.078 % |
7.78	c |     25755 |    6605    20961 |    6992    4214   239227    56.8 |  5.078 % |
11.92	c |     38729 |    6605    20961 |    7691    5924   330691    55.8 |  5.078 % |
18.31	c |     58190 |    6605    20961 |    8460    4667   214626    46.0 |  5.078 % |
28.27	c |     87383 |    6550    20782 |    9306    6984   361025    51.7 |  5.612 % |
43.66	c |    131173 |    6534    20730 |   10237    6709   358509    53.4 |  5.772 % |
66.43	c |    196859 |    6467    20499 |   11261    8089   397337    49.1 |  6.307 % |
100.77	c |    295385 |    6467    20499 |   12387    6112   288432    47.2 |  6.307 % |
152.60	c |    443176 |    6443    20415 |   13626   11052   556804    50.4 |  6.414 % |
224.69	c |    664859 |    6402    20282 |   14988   13844   516144    37.3 |  6.842 % |
230.95	c ==============================================================================
230.95	c UNSATISFIABLE
230.95	s UNSATISFIABLE
230.95	c _______________________________________________________________________________
230.95	c 
230.95	c restarts              : 21
230.95	c conflicts             : 690495         (2991 /sec)
230.95	c decisions             : 835737         (3620 /sec)
230.95	c propagations          : 0              (0 /sec)
230.95	c inspects              : 0              (0 /sec)
230.95	c CPU time              : 230.849 s
230.95	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/node17/watcher-34618-1149212242 -o ROOT/results/node17/solver-34618-1149212242 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node17/34618-1149212242/instance-34618-1149212242.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.48 0.83 0.89 3/64 17509
/proc/meminfo: memFree=1507056/2055920 swapFree=4180996/4192956
[pid=17509] ppid=17507 vsize=1048 CPUtime=0
/proc/17509/stat : 17509 (minisat+) R 17507 17509 17464 0 -1 4194304 106 0 0 0 0 0 0 0 18 0 1 0 186887487 1073152 91 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135007481 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17509/statm: 262 91 74 215 0 44 0

[startup+10.0025 s]
/proc/loadavg: 0.56 0.84 0.89 2/64 17509
/proc/meminfo: memFree=1503288/2055920 swapFree=4180996/4192956
[pid=17509] ppid=17507 vsize=4752 CPUtime=9.99
/proc/17509/stat : 17509 (minisat+) R 17507 17509 17464 0 -1 4194304 1074 0 0 0 998 1 0 0 25 0 1 0 186887487 4866048 1059 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580801 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17509/statm: 1188 1059 122 215 0 970 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 4752

[startup+20.0083 s]
/proc/loadavg: 0.63 0.84 0.89 2/64 17509
/proc/meminfo: memFree=1502776/2055920 swapFree=4180996/4192956
[pid=17509] ppid=17507 vsize=5292 CPUtime=19.99
/proc/17509/stat : 17509 (minisat+) R 17507 17509 17464 0 -1 4194304 1201 0 0 0 1998 1 0 0 25 0 1 0 186887487 5419008 1186 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134584041 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17509/statm: 1323 1186 122 215 0 1105 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 5292

[startup+30.0142 s]
/proc/loadavg: 0.68 0.85 0.89 2/64 17509
/proc/meminfo: memFree=1502328/2055920 swapFree=4180996/4192956
[pid=17509] ppid=17507 vsize=5688 CPUtime=29.99
/proc/17509/stat : 17509 (minisat+) R 17507 17509 17464 0 -1 4194304 1305 0 0 0 2998 1 0 0 25 0 1 0 186887487 5824512 1290 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134573340 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17509/statm: 1422 1290 122 215 0 1204 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 5688

[startup+40.02 s]
/proc/loadavg: 0.73 0.85 0.89 2/64 17509
/proc/meminfo: memFree=1501944/2055920 swapFree=4180996/4192956
[pid=17509] ppid=17507 vsize=6104 CPUtime=40
/proc/17509/stat : 17509 (minisat+) R 17507 17509 17464 0 -1 4194304 1403 0 0 0 3999 1 0 0 25 0 1 0 186887487 6250496 1388 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17509/statm: 1526 1388 122 215 0 1308 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 6104

[startup+50.0258 s]
/proc/loadavg: 0.77 0.86 0.89 2/64 17509
/proc/meminfo: memFree=1501560/2055920 swapFree=4180996/4192956
[pid=17509] ppid=17507 vsize=6504 CPUtime=50
/proc/17509/stat : 17509 (minisat+) R 17507 17509 17464 0 -1 4194304 1498 0 0 0 4999 1 0 0 25 0 1 0 186887487 6660096 1483 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580774 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17509/statm: 1626 1483 122 215 0 1408 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 6504

[startup+60.0317 s]
/proc/loadavg: 0.81 0.86 0.90 2/64 17509
/proc/meminfo: memFree=1501304/2055920 swapFree=4180996/4192956
[pid=17509] ppid=17507 vsize=6636 CPUtime=60
/proc/17509/stat : 17509 (minisat+) R 17507 17509 17464 0 -1 4194304 1552 0 0 0 5999 1 0 0 25 0 1 0 186887487 6795264 1537 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134577125 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17509/statm: 1659 1537 122 215 0 1441 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 6636

[startup+70.0375 s]
/proc/loadavg: 0.84 0.87 0.90 2/64 17509
/proc/meminfo: memFree=1501048/2055920 swapFree=4180996/4192956
[pid=17509] ppid=17507 vsize=7044 CPUtime=70
/proc/17509/stat : 17509 (minisat+) R 17507 17509 17464 0 -1 4194304 1629 0 0 0 6999 1 0 0 25 0 1 0 186887487 7213056 1614 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580349 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17509/statm: 1761 1614 122 215 0 1543 0
Current children cumulated CPU time (s) 70
Current children cumulated vsize (Kb) 7044

[startup+80.0434 s]
/proc/loadavg: 0.86 0.87 0.90 2/64 17509
/proc/meminfo: memFree=1500920/2055920 swapFree=4180996/4192956
[pid=17509] ppid=17507 vsize=7176 CPUtime=80
/proc/17509/stat : 17509 (minisat+) R 17507 17509 17464 0 -1 4194304 1671 0 0 0 7999 1 0 0 25 0 1 0 186887487 7348224 1656 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17509/statm: 1794 1656 122 215 0 1576 0
Current children cumulated CPU time (s) 80
Current children cumulated vsize (Kb) 7176

[startup+90.0502 s]
/proc/loadavg: 0.88 0.87 0.90 2/64 17509
/proc/meminfo: memFree=1500856/2055920 swapFree=4180996/4192956
[pid=17509] ppid=17507 vsize=7176 CPUtime=90.01
/proc/17509/stat : 17509 (minisat+) R 17507 17509 17464 0 -1 4194304 1686 0 0 0 9000 1 0 0 25 0 1 0 186887487 7348224 1671 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574364 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17509/statm: 1794 1671 122 215 0 1576 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 7176

[startup+100.056 s]
/proc/loadavg: 0.90 0.88 0.90 2/64 17509
/proc/meminfo: memFree=1500728/2055920 swapFree=4180996/4192956
[pid=17509] ppid=17507 vsize=7324 CPUtime=100.01
/proc/17509/stat : 17509 (minisat+) R 17507 17509 17464 0 -1 4194304 1707 0 0 0 10000 1 0 0 25 0 1 0 186887487 7499776 1692 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581175 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17509/statm: 1831 1692 122 215 0 1613 0
Current children cumulated CPU time (s) 100.01
Current children cumulated vsize (Kb) 7324

[startup+110.063 s]
/proc/loadavg: 0.91 0.88 0.90 2/64 17509
/proc/meminfo: memFree=1500600/2055920 swapFree=4180996/4192956
[pid=17509] ppid=17507 vsize=7592 CPUtime=110.01
/proc/17509/stat : 17509 (minisat+) R 17507 17509 17464 0 -1 4194304 1758 0 0 0 11000 1 0 0 25 0 1 0 186887487 7774208 1743 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134568556 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17509/statm: 1898 1743 122 215 0 1680 0
Current children cumulated CPU time (s) 110.01
Current children cumulated vsize (Kb) 7592

[startup+120.069 s]
/proc/loadavg: 0.93 0.88 0.90 2/64 17509
/proc/meminfo: memFree=1500536/2055920 swapFree=4180996/4192956
[pid=17509] ppid=17507 vsize=7592 CPUtime=120.01
/proc/17509/stat : 17509 (minisat+) R 17507 17509 17464 0 -1 4194304 1767 0 0 0 12000 1 0 0 25 0 1 0 186887487 7774208 1752 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581415 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17509/statm: 1898 1752 122 215 0 1680 0
Current children cumulated CPU time (s) 120.01
Current children cumulated vsize (Kb) 7592

[startup+130.075 s]
/proc/loadavg: 0.94 0.89 0.90 2/64 17509
/proc/meminfo: memFree=1500472/2055920 swapFree=4180996/4192956
[pid=17509] ppid=17507 vsize=7592 CPUtime=130.02
/proc/17509/stat : 17509 (minisat+) R 17507 17509 17464 0 -1 4194304 1774 0 0 0 13001 1 0 0 25 0 1 0 186887487 7774208 1759 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576849 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17509/statm: 1898 1759 122 215 0 1680 0
Current children cumulated CPU time (s) 130.02
Current children cumulated vsize (Kb) 7592

[startup+140.081 s]
/proc/loadavg: 0.95 0.89 0.90 2/64 17509
/proc/meminfo: memFree=1500408/2055920 swapFree=4180996/4192956
[pid=17509] ppid=17507 vsize=7728 CPUtime=140.02
/proc/17509/stat : 17509 (minisat+) R 17507 17509 17464 0 -1 4194304 1792 0 0 0 14001 1 0 0 25 0 1 0 186887487 7913472 1777 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580947 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17509/statm: 1932 1777 122 215 0 1714 0
Current children cumulated CPU time (s) 140.02
Current children cumulated vsize (Kb) 7728

[startup+150.087 s]
/proc/loadavg: 0.95 0.89 0.90 2/64 17509
/proc/meminfo: memFree=1500344/2055920 swapFree=4180996/4192956
[pid=17509] ppid=17507 vsize=7728 CPUtime=150.02
/proc/17509/stat : 17509 (minisat+) R 17507 17509 17464 0 -1 4194304 1810 0 0 0 15001 1 0 0 25 0 1 0 186887487 7913472 1795 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581415 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17509/statm: 1932 1795 122 215 0 1714 0
Current children cumulated CPU time (s) 150.02
Current children cumulated vsize (Kb) 7728

[startup+160.093 s]
/proc/loadavg: 0.96 0.90 0.91 2/64 17509
/proc/meminfo: memFree=1500152/2055920 swapFree=4180996/4192956
[pid=17509] ppid=17507 vsize=7856 CPUtime=160.02
/proc/17509/stat : 17509 (minisat+) R 17507 17509 17464 0 -1 4194304 1856 0 0 0 16001 1 0 0 25 0 1 0 186887487 8044544 1841 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580738 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17509/statm: 1964 1841 122 215 0 1746 0
Current children cumulated CPU time (s) 160.02
Current children cumulated vsize (Kb) 7856

[startup+170.099 s]
/proc/loadavg: 0.97 0.90 0.91 2/64 17509
/proc/meminfo: memFree=1500088/2055920 swapFree=4180996/4192956
[pid=17509] ppid=17507 vsize=8000 CPUtime=170.02
/proc/17509/stat : 17509 (minisat+) R 17507 17509 17464 0 -1 4194304 1874 0 0 0 17001 1 0 0 25 0 1 0 186887487 8192000 1859 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17509/statm: 2000 1859 122 215 0 1782 0
Current children cumulated CPU time (s) 170.02
Current children cumulated vsize (Kb) 8000

[startup+180.105 s]
/proc/loadavg: 0.97 0.90 0.91 2/64 17509
/proc/meminfo: memFree=1500024/2055920 swapFree=4180996/4192956
[pid=17509] ppid=17507 vsize=8000 CPUtime=180.03
/proc/17509/stat : 17509 (minisat+) R 17507 17509 17464 0 -1 4194304 1883 0 0 0 18002 1 0 0 25 0 1 0 186887487 8192000 1868 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17509/statm: 2000 1868 122 215 0 1782 0
Current children cumulated CPU time (s) 180.03
Current children cumulated vsize (Kb) 8000

[startup+190.111 s]
/proc/loadavg: 0.98 0.91 0.91 2/64 17509
/proc/meminfo: memFree=1499896/2055920 swapFree=4180996/4192956
[pid=17509] ppid=17507 vsize=8148 CPUtime=190.03
/proc/17509/stat : 17509 (minisat+) R 17507 17509 17464 0 -1 4194304 1904 0 0 0 19002 1 0 0 25 0 1 0 186887487 8343552 1889 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17509/statm: 2037 1889 122 215 0 1819 0
Current children cumulated CPU time (s) 190.03
Current children cumulated vsize (Kb) 8148

[startup+200.116 s]
/proc/loadavg: 0.98 0.91 0.91 2/64 17509
/proc/meminfo: memFree=1499896/2055920 swapFree=4180996/4192956
[pid=17509] ppid=17507 vsize=8148 CPUtime=200.03
/proc/17509/stat : 17509 (minisat+) R 17507 17509 17464 0 -1 4194304 1920 0 0 0 20002 1 0 0 25 0 1 0 186887487 8343552 1905 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580916 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17509/statm: 2037 1905 122 215 0 1819 0
Current children cumulated CPU time (s) 200.03
Current children cumulated vsize (Kb) 8148

[startup+210.122 s]
/proc/loadavg: 0.98 0.91 0.91 2/64 17509
/proc/meminfo: memFree=1499896/2055920 swapFree=4180996/4192956
[pid=17509] ppid=17507 vsize=8296 CPUtime=210.03
/proc/17509/stat : 17509 (minisat+) R 17507 17509 17464 0 -1 4194304 1927 0 0 0 21002 1 0 0 25 0 1 0 186887487 8495104 1912 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581491 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17509/statm: 2074 1912 122 215 0 1856 0
Current children cumulated CPU time (s) 210.03
Current children cumulated vsize (Kb) 8296

[startup+220.128 s]
/proc/loadavg: 0.98 0.91 0.91 2/64 17509
/proc/meminfo: memFree=1499832/2055920 swapFree=4180996/4192956
[pid=17509] ppid=17507 vsize=8296 CPUtime=220.03
/proc/17509/stat : 17509 (minisat+) R 17507 17509 17464 0 -1 4194304 1939 0 0 0 22002 1 0 0 25 0 1 0 186887487 8495104 1924 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574472 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17509/statm: 2074 1924 122 215 0 1856 0
Current children cumulated CPU time (s) 220.03
Current children cumulated vsize (Kb) 8296

[startup+230.134 s]
/proc/loadavg: 0.99 0.92 0.91 2/64 17509
/proc/meminfo: memFree=1499704/2055920 swapFree=4180996/4192956
[pid=17509] ppid=17507 vsize=8436 CPUtime=230.05
/proc/17509/stat : 17509 (minisat+) R 17507 17509 17464 0 -1 4194304 1966 0 0 0 23003 2 0 0 25 0 1 0 186887487 8638464 1951 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580985 0 0 4096 16386 0 0 0 17 1 0 0
/proc/17509/statm: 2109 1951 122 215 0 1891 0
Current children cumulated CPU time (s) 230.05
Current children cumulated vsize (Kb) 8436

Child status: 20
Real time (s): 230.96
CPU time (s): 230.872
CPU user time (s): 230.85
CPU system time (s): 0.021996
CPU usage (%): 99.9619
Max. virtual memory (cumulated for all children) (Kb): 8436

Launcher Data (download as text)

Begin job on node17 on Fri Jun  2 01:37:22 UTC 2006


FILE ID= 34618-1149212242

PBS_JOBID= 294222

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

MD5SUM SOLVER= 490d1d4b9bbf010afe7f0af63a5a62db
MD5SUM BENCH=  a18d21f73a1079a5fbd022c0c033271e

RANDOM SEED= 708223247


/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.278
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.278
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:       1507328 kB
Buffers:         31212 kB
Cached:         454160 kB
SwapCached:       3752 kB
Active:         328832 kB
Inactive:       165328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1507328 kB
SwapTotal:     4192956 kB
SwapFree:      4180996 kB
Dirty:             288 kB
Writeback:           0 kB
Mapped:          14704 kB
Slab:            40456 kB
Committed_AS:   194312 kB
PageTables:       1476 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node17 on Fri Jun  2 01:41:13 UTC 2006