Trace number 34633

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 390.979 391.119

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1111228076.opb
MD5SUM5e07f8b43a59b370ff10f0589c5144c8
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.240963
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 1225
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: 566   maxlim: 1148   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 |    6628    21050 |    2209       0        0     nan |  0.000 % |
0.05	c |       100 |    6612    20998 |    2429      98      769     7.8 |  4.504 % |
0.07	c |       251 |    6612    20998 |    2672     249     6929    27.8 |  4.504 % |
0.11	c |       476 |    6612    20998 |    2940     474    16305    34.4 |  4.504 % |
0.17	c |       815 |    6612    20998 |    3234     813    31647    38.9 |  4.504 % |
0.27	c |      1321 |    6612    20998 |    3557    1319    60459    45.8 |  4.504 % |
0.45	c |      2084 |    6612    20998 |    3913    2082   102335    49.2 |  4.504 % |
0.74	c |      3223 |    6612    20998 |    4304    3221   158340    49.2 |  4.504 % |
1.20	c |      4932 |    6612    20998 |    4735    2557   125182    49.0 |  4.504 % |
1.90	c |      7494 |    6612    20998 |    5208    5119   255970    50.0 |  4.504 % |
2.97	c |     11338 |    6612    20998 |    5729    3290   151508    46.1 |  4.505 % |
4.61	c |     17106 |    6612    20998 |    6302    5988   325958    54.4 |  4.504 % |
7.07	c |     25757 |    6579    20885 |    6932    4485   242945    54.2 |  4.772 % |
11.11	c |     38733 |    6556    20801 |    7626    6363   378702    59.5 |  4.933 % |
17.41	c |     58194 |    6556    20801 |    8388    5580   306701    55.0 |  4.933 % |
26.85	c |     87387 |    6556    20801 |    9227    8316   494922    59.5 |  4.933 % |
41.75	c |    131176 |    6541    20748 |   10150    8473   448304    52.9 |  4.987 % |
63.71	c |    196864 |    6501    20610 |   11165   10279   546616    53.2 |  5.201 % |
98.44	c |    295392 |    6464    20484 |   12281    9999   587638    58.8 |  5.523 % |
153.97	c |    443182 |    6449    20431 |   13510   10070   614670    61.0 |  5.576 % |
240.17	c |    664866 |    6429    20359 |   14861   13574   701110    51.7 |  5.791 % |
370.60	c |    997391 |    6420    20328 |   16347   13661   526504    38.5 |  5.849 % |
391.11	c ==============================================================================
391.11	c UNSATISFIABLE
391.11	s UNSATISFIABLE
391.11	c _______________________________________________________________________________
391.11	c 
391.11	c restarts              : 22
391.11	c conflicts             : 1046700        (2677 /sec)
391.11	c decisions             : 1179248        (3016 /sec)
391.11	c propagations          : 0              (0 /sec)
391.11	c inspects              : 0              (0 /sec)
391.11	c CPU time              : 390.964 s
391.11	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/node83/watcher-34633-1149212870 -o ROOT/results/node83/solver-34633-1149212870 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node83/34633-1149212870/instance-34633-1149212870.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.70 0.87 0.88 2/67 20146
/proc/meminfo: memFree=1631520/2055888 swapFree=4085416/4096564
[pid=20146] ppid=20144 vsize=1048 CPUtime=0
/proc/20146/stat : 20146 (minisat+) R 20144 20146 20101 0 -1 4194304 103 0 0 0 0 0 0 0 19 0 1 0 186926387 1073152 89 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135002527 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20146/statm: 262 89 74 215 0 44 0

[startup+10.0024 s]
/proc/loadavg: 0.75 0.88 0.88 2/67 20146
/proc/meminfo: memFree=1627808/2055888 swapFree=4085416/4096564
[pid=20146] ppid=20144 vsize=4668 CPUtime=9.99
/proc/20146/stat : 20146 (minisat+) R 20144 20146 20101 0 -1 4194304 1054 0 0 0 999 0 0 0 25 0 1 0 186926387 4780032 1040 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576754 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20146/statm: 1167 1040 122 215 0 949 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 4668

[startup+20.0083 s]
/proc/loadavg: 0.79 0.88 0.88 2/67 20146
/proc/meminfo: memFree=1627104/2055888 swapFree=4085416/4096564
[pid=20146] ppid=20144 vsize=5332 CPUtime=19.99
/proc/20146/stat : 20146 (minisat+) R 20144 20146 20101 0 -1 4194304 1233 0 0 0 1999 0 0 0 25 0 1 0 186926387 5459968 1219 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134572737 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20146/statm: 1333 1219 122 215 0 1115 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 5332

[startup+30.0142 s]
/proc/loadavg: 0.82 0.88 0.88 2/67 20146
/proc/meminfo: memFree=1626656/2055888 swapFree=4085416/4096564
[pid=20146] ppid=20144 vsize=5860 CPUtime=29.99
/proc/20146/stat : 20146 (minisat+) R 20144 20146 20101 0 -1 4194304 1343 0 0 0 2999 0 0 0 25 0 1 0 186926387 6000640 1329 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574376 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20146/statm: 1465 1329 122 215 0 1247 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 5860

[startup+40.0202 s]
/proc/loadavg: 0.85 0.89 0.88 2/67 20146
/proc/meminfo: memFree=1626528/2055888 swapFree=4085416/4096564
[pid=20146] ppid=20144 vsize=5860 CPUtime=39.99
/proc/20146/stat : 20146 (minisat+) R 20144 20146 20101 0 -1 4194304 1366 0 0 0 3999 0 0 0 25 0 1 0 186926387 6000640 1352 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576840 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20146/statm: 1465 1352 122 215 0 1247 0
Current children cumulated CPU time (s) 39.99
Current children cumulated vsize (Kb) 5860

[startup+50.0261 s]
/proc/loadavg: 0.87 0.89 0.88 2/67 20146
/proc/meminfo: memFree=1626080/2055888 swapFree=4085416/4096564
[pid=20146] ppid=20144 vsize=6388 CPUtime=50
/proc/20146/stat : 20146 (minisat+) R 20144 20146 20101 0 -1 4194304 1484 0 0 0 5000 0 0 0 25 0 1 0 186926387 6541312 1470 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580372 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20146/statm: 1597 1470 122 215 0 1379 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 6388

[startup+60.032 s]
/proc/loadavg: 0.89 0.89 0.89 2/67 20146
/proc/meminfo: memFree=1626016/2055888 swapFree=4085416/4096564
[pid=20146] ppid=20144 vsize=6520 CPUtime=60
/proc/20146/stat : 20146 (minisat+) R 20144 20146 20101 0 -1 4194304 1503 0 0 0 6000 0 0 0 25 0 1 0 186926387 6676480 1489 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574436 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20146/statm: 1630 1489 122 215 0 1412 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 6520

[startup+70.0379 s]
/proc/loadavg: 0.90 0.90 0.89 2/67 20146
/proc/meminfo: memFree=1625888/2055888 swapFree=4085416/4096564
[pid=20146] ppid=20144 vsize=6656 CPUtime=70
/proc/20146/stat : 20146 (minisat+) R 20144 20146 20101 0 -1 4194304 1536 0 0 0 7000 0 0 0 25 0 1 0 186926387 6815744 1522 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20146/statm: 1664 1522 122 215 0 1446 0
Current children cumulated CPU time (s) 70
Current children cumulated vsize (Kb) 6656

[startup+80.0438 s]
/proc/loadavg: 0.92 0.90 0.89 2/67 20146
/proc/meminfo: memFree=1625760/2055888 swapFree=4085416/4096564
[pid=20146] ppid=20144 vsize=6788 CPUtime=80
/proc/20146/stat : 20146 (minisat+) R 20144 20146 20101 0 -1 4194304 1571 0 0 0 8000 0 0 0 25 0 1 0 186926387 6950912 1557 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581147 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20146/statm: 1697 1557 122 215 0 1479 0
Current children cumulated CPU time (s) 80
Current children cumulated vsize (Kb) 6788

[startup+90.0498 s]
/proc/loadavg: 0.93 0.90 0.89 2/67 20146
/proc/meminfo: memFree=1625248/2055888 swapFree=4085416/4096564
[pid=20146] ppid=20144 vsize=7332 CPUtime=90.01
/proc/20146/stat : 20146 (minisat+) R 20144 20146 20101 0 -1 4194304 1697 0 0 0 9000 1 0 0 25 0 1 0 186926387 7507968 1683 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576620 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20146/statm: 1833 1683 122 215 0 1615 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 7332

[startup+100.056 s]
/proc/loadavg: 0.94 0.91 0.89 2/67 20146
/proc/meminfo: memFree=1625056/2055888 swapFree=4085416/4096564
[pid=20146] ppid=20144 vsize=7468 CPUtime=100.01
/proc/20146/stat : 20146 (minisat+) R 20144 20146 20101 0 -1 4194304 1744 0 0 0 10000 1 0 0 25 0 1 0 186926387 7647232 1730 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574254 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20146/statm: 1867 1730 122 215 0 1649 0
Current children cumulated CPU time (s) 100.01
Current children cumulated vsize (Kb) 7468

[startup+110.062 s]
/proc/loadavg: 0.95 0.91 0.89 2/67 20146
/proc/meminfo: memFree=1624992/2055888 swapFree=4085416/4096564
[pid=20146] ppid=20144 vsize=7468 CPUtime=110.02
/proc/20146/stat : 20146 (minisat+) R 20144 20146 20101 0 -1 4194304 1757 0 0 0 11001 1 0 0 25 0 1 0 186926387 7647232 1743 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20146/statm: 1867 1743 122 215 0 1649 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 7468

[startup+120.068 s]
/proc/loadavg: 0.96 0.91 0.89 2/67 20146
/proc/meminfo: memFree=1624928/2055888 swapFree=4085416/4096564
[pid=20146] ppid=20144 vsize=7624 CPUtime=120.02
/proc/20146/stat : 20146 (minisat+) R 20144 20146 20101 0 -1 4194304 1774 0 0 0 12001 1 0 0 25 0 1 0 186926387 7806976 1760 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580819 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20146/statm: 1906 1760 122 215 0 1688 0
Current children cumulated CPU time (s) 120.02
Current children cumulated vsize (Kb) 7624

[startup+130.073 s]
/proc/loadavg: 0.96 0.91 0.89 2/67 20146
/proc/meminfo: memFree=1624864/2055888 swapFree=4085416/4096564
[pid=20146] ppid=20144 vsize=7756 CPUtime=130.02
/proc/20146/stat : 20146 (minisat+) R 20144 20146 20101 0 -1 4194304 1797 0 0 0 13001 1 0 0 25 0 1 0 186926387 7942144 1783 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135010195 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20146/statm: 1939 1783 122 215 0 1721 0
Current children cumulated CPU time (s) 130.02
Current children cumulated vsize (Kb) 7756

[startup+140.079 s]
/proc/loadavg: 0.97 0.92 0.89 2/67 20146
/proc/meminfo: memFree=1624480/2055888 swapFree=4085416/4096564
[pid=20146] ppid=20144 vsize=8024 CPUtime=140.02
/proc/20146/stat : 20146 (minisat+) R 20144 20146 20101 0 -1 4194304 1886 0 0 0 14001 1 0 0 25 0 1 0 186926387 8216576 1872 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20146/statm: 2006 1872 122 215 0 1788 0
Current children cumulated CPU time (s) 140.02
Current children cumulated vsize (Kb) 8024

[startup+150.085 s]
/proc/loadavg: 0.97 0.92 0.89 2/67 20146
/proc/meminfo: memFree=1624352/2055888 swapFree=4085416/4096564
[pid=20146] ppid=20144 vsize=8168 CPUtime=150.03
/proc/20146/stat : 20146 (minisat+) R 20144 20146 20101 0 -1 4194304 1912 0 0 0 15002 1 0 0 25 0 1 0 186926387 8364032 1898 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20146/statm: 2042 1898 122 215 0 1824 0
Current children cumulated CPU time (s) 150.03
Current children cumulated vsize (Kb) 8168

[startup+160.091 s]
/proc/loadavg: 0.98 0.92 0.89 2/67 20146
/proc/meminfo: memFree=1624224/2055888 swapFree=4085416/4096564
[pid=20146] ppid=20144 vsize=8304 CPUtime=160.03
/proc/20146/stat : 20146 (minisat+) R 20144 20146 20101 0 -1 4194304 1959 0 0 0 16002 1 0 0 25 0 1 0 186926387 8503296 1945 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580378 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20146/statm: 2076 1945 122 215 0 1858 0
Current children cumulated CPU time (s) 160.03
Current children cumulated vsize (Kb) 8304

[startup+170.097 s]
/proc/loadavg: 0.98 0.92 0.90 2/67 20146
/proc/meminfo: memFree=1624160/2055888 swapFree=4085416/4096564
[pid=20146] ppid=20144 vsize=8452 CPUtime=170.03
/proc/20146/stat : 20146 (minisat+) R 20144 20146 20101 0 -1 4194304 1975 0 0 0 17002 1 0 0 25 0 1 0 186926387 8654848 1961 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581512 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20146/statm: 2113 1961 122 215 0 1895 0
Current children cumulated CPU time (s) 170.03
Current children cumulated vsize (Kb) 8452

[startup+180.103 s]
/proc/loadavg: 0.98 0.92 0.90 2/67 20146
/proc/meminfo: memFree=1624032/2055888 swapFree=4085416/4096564
[pid=20146] ppid=20144 vsize=8600 CPUtime=180.03
/proc/20146/stat : 20146 (minisat+) R 20144 20146 20101 0 -1 4194304 2010 0 0 0 18002 1 0 0 25 0 1 0 186926387 8806400 1996 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580962 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20146/statm: 2150 1996 122 215 0 1932 0
Current children cumulated CPU time (s) 180.03
Current children cumulated vsize (Kb) 8600

[startup+190.109 s]
/proc/loadavg: 0.98 0.93 0.90 2/67 20146
/proc/meminfo: memFree=1623968/2055888 swapFree=4085416/4096564
[pid=20146] ppid=20144 vsize=8600 CPUtime=190.04
/proc/20146/stat : 20146 (minisat+) R 20144 20146 20101 0 -1 4194304 2017 0 0 0 19003 1 0 0 25 0 1 0 186926387 8806400 2003 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580872 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20146/statm: 2150 2003 122 215 0 1932 0
Current children cumulated CPU time (s) 190.04
Current children cumulated vsize (Kb) 8600

[startup+200.115 s]
/proc/loadavg: 0.99 0.93 0.90 2/67 20146
/proc/meminfo: memFree=1623968/2055888 swapFree=4085416/4096564
[pid=20146] ppid=20144 vsize=8600 CPUtime=200.04
/proc/20146/stat : 20146 (minisat+) R 20144 20146 20101 0 -1 4194304 2018 0 0 0 20003 1 0 0 25 0 1 0 186926387 8806400 2004 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580819 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20146/statm: 2150 2004 122 215 0 1932 0
Current children cumulated CPU time (s) 200.04
Current children cumulated vsize (Kb) 8600

[startup+210.121 s]
/proc/loadavg: 0.99 0.93 0.90 2/67 20146
/proc/meminfo: memFree=1623968/2055888 swapFree=4085416/4096564
[pid=20146] ppid=20144 vsize=8600 CPUtime=210.04
/proc/20146/stat : 20146 (minisat+) R 20144 20146 20101 0 -1 4194304 2018 0 0 0 21003 1 0 0 25 0 1 0 186926387 8806400 2004 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576849 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20146/statm: 2150 2004 122 215 0 1932 0
Current children cumulated CPU time (s) 210.04
Current children cumulated vsize (Kb) 8600

[startup+220.127 s]
/proc/loadavg: 0.99 0.93 0.90 2/67 20146
/proc/meminfo: memFree=1623968/2055888 swapFree=4085416/4096564
[pid=20146] ppid=20144 vsize=8600 CPUtime=220.04
/proc/20146/stat : 20146 (minisat+) R 20144 20146 20101 0 -1 4194304 2019 0 0 0 22003 1 0 0 25 0 1 0 186926387 8806400 2005 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134584053 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20146/statm: 2150 2005 122 215 0 1932 0
Current children cumulated CPU time (s) 220.04
Current children cumulated vsize (Kb) 8600

[startup+230.133 s]
/proc/loadavg: 0.99 0.93 0.90 2/67 20146
/proc/meminfo: memFree=1623968/2055888 swapFree=4085416/4096564
[pid=20146] ppid=20144 vsize=8600 CPUtime=230.05
/proc/20146/stat : 20146 (minisat+) R 20144 20146 20101 0 -1 4194304 2026 0 0 0 23004 1 0 0 25 0 1 0 186926387 8806400 2012 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581183 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20146/statm: 2150 2012 122 215 0 1932 0
Current children cumulated CPU time (s) 230.05
Current children cumulated vsize (Kb) 8600

[startup+240.139 s]
/proc/loadavg: 0.99 0.93 0.90 2/67 20146
/proc/meminfo: memFree=1623840/2055888 swapFree=4085416/4096564
[pid=20146] ppid=20144 vsize=8756 CPUtime=240.05
/proc/20146/stat : 20146 (minisat+) R 20144 20146 20101 0 -1 4194304 2045 0 0 0 24004 1 0 0 25 0 1 0 186926387 8966144 2031 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20146/statm: 2189 2031 122 215 0 1971 0
Current children cumulated CPU time (s) 240.05
Current children cumulated vsize (Kb) 8756

[startup+250.144 s]
/proc/loadavg: 0.99 0.94 0.90 2/67 20146
/proc/meminfo: memFree=1623712/2055888 swapFree=4085416/4096564
[pid=20146] ppid=20144 vsize=8888 CPUtime=250.05
/proc/20146/stat : 20146 (minisat+) R 20144 20146 20101 0 -1 4194304 2086 0 0 0 25004 1 0 0 25 0 1 0 186926387 9101312 2072 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581436 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20146/statm: 2222 2072 122 215 0 2004 0
Current children cumulated CPU time (s) 250.05
Current children cumulated vsize (Kb) 8888

[startup+260.149 s]
/proc/loadavg: 0.99 0.94 0.90 2/67 20146
/proc/meminfo: memFree=1623648/2055888 swapFree=4085416/4096564
[pid=20146] ppid=20144 vsize=8888 CPUtime=260.05
/proc/20146/stat : 20146 (minisat+) R 20144 20146 20101 0 -1 4194304 2095 0 0 0 26004 1 0 0 25 0 1 0 186926387 9101312 2081 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576749 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20146/statm: 2222 2081 122 215 0 2004 0
Current children cumulated CPU time (s) 260.05
Current children cumulated vsize (Kb) 8888

[startup+270.155 s]
/proc/loadavg: 0.99 0.94 0.91 2/67 20146
/proc/meminfo: memFree=1623648/2055888 swapFree=4085416/4096564
[pid=20146] ppid=20144 vsize=9032 CPUtime=270.05
/proc/20146/stat : 20146 (minisat+) R 20144 20146 20101 0 -1 4194304 2102 0 0 0 27004 1 0 0 25 0 1 0 186926387 9248768 2088 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581415 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20146/statm: 2258 2088 122 215 0 2040 0
Current children cumulated CPU time (s) 270.05
Current children cumulated vsize (Kb) 9032

[startup+280.16 s]
/proc/loadavg: 0.99 0.94 0.91 2/67 20146
/proc/meminfo: memFree=1623648/2055888 swapFree=4085416/4096564
[pid=20146] ppid=20144 vsize=9032 CPUtime=280.06
/proc/20146/stat : 20146 (minisat+) R 20144 20146 20101 0 -1 4194304 2102 0 0 0 28005 1 0 0 25 0 1 0 186926387 9248768 2088 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580314 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20146/statm: 2258 2088 122 215 0 2040 0
Current children cumulated CPU time (s) 280.06
Current children cumulated vsize (Kb) 9032

[startup+290.166 s]
/proc/loadavg: 0.99 0.94 0.91 2/67 20146
/proc/meminfo: memFree=1623648/2055888 swapFree=4085416/4096564
[pid=20146] ppid=20144 vsize=9032 CPUtime=290.06
/proc/20146/stat : 20146 (minisat+) R 20144 20146 20101 0 -1 4194304 2102 0 0 0 29005 1 0 0 25 0 1 0 186926387 9248768 2088 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20146/statm: 2258 2088 122 215 0 2040 0
Current children cumulated CPU time (s) 290.06
Current children cumulated vsize (Kb) 9032

[startup+300.172 s]
/proc/loadavg: 0.99 0.94 0.91 2/67 20146
/proc/meminfo: memFree=1623520/2055888 swapFree=4085416/4096564
[pid=20146] ppid=20144 vsize=9168 CPUtime=300.06
/proc/20146/stat : 20146 (minisat+) R 20144 20146 20101 0 -1 4194304 2134 0 0 0 30005 1 0 0 25 0 1 0 186926387 9388032 2120 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580941 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20146/statm: 2292 2120 122 215 0 2074 0
Current children cumulated CPU time (s) 300.06
Current children cumulated vsize (Kb) 9168

[startup+310.179 s]
/proc/loadavg: 0.99 0.95 0.91 2/67 20146
/proc/meminfo: memFree=1623328/2055888 swapFree=4085416/4096564
[pid=20146] ppid=20144 vsize=9168 CPUtime=310.06
/proc/20146/stat : 20146 (minisat+) R 20144 20146 20101 0 -1 4194304 2166 0 0 0 31005 1 0 0 25 0 1 0 186926387 9388032 2152 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576106 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20146/statm: 2292 2152 122 215 0 2074 0
Current children cumulated CPU time (s) 310.06
Current children cumulated vsize (Kb) 9168

[startup+320.185 s]
/proc/loadavg: 0.99 0.95 0.91 2/67 20146
/proc/meminfo: memFree=1623328/2055888 swapFree=4085416/4096564
[pid=20146] ppid=20144 vsize=9304 CPUtime=320.07
/proc/20146/stat : 20146 (minisat+) R 20144 20146 20101 0 -1 4194304 2173 0 0 0 32006 1 0 0 25 0 1 0 186926387 9527296 2159 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581028 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20146/statm: 2326 2159 122 215 0 2108 0
Current children cumulated CPU time (s) 320.07
Current children cumulated vsize (Kb) 9304

[startup+330.191 s]
/proc/loadavg: 0.99 0.95 0.91 2/67 20146
/proc/meminfo: memFree=1623264/2055888 swapFree=4085416/4096564
[pid=20146] ppid=20144 vsize=9304 CPUtime=330.07
/proc/20146/stat : 20146 (minisat+) R 20144 20146 20101 0 -1 4194304 2189 0 0 0 33006 1 0 0 25 0 1 0 186926387 9527296 2175 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580813 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20146/statm: 2326 2175 122 215 0 2108 0
Current children cumulated CPU time (s) 330.07
Current children cumulated vsize (Kb) 9304

[startup+340.198 s]
/proc/loadavg: 0.99 0.95 0.91 2/67 20146
/proc/meminfo: memFree=1623200/2055888 swapFree=4085416/4096564
[pid=20146] ppid=20144 vsize=9440 CPUtime=340.07
/proc/20146/stat : 20146 (minisat+) R 20144 20146 20101 0 -1 4194304 2202 0 0 0 34006 1 0 0 25 0 1 0 186926387 9666560 2188 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580274 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20146/statm: 2360 2188 122 215 0 2142 0
Current children cumulated CPU time (s) 340.07
Current children cumulated vsize (Kb) 9440

[startup+350.204 s]
/proc/loadavg: 0.99 0.95 0.91 2/67 20146
/proc/meminfo: memFree=1623136/2055888 swapFree=4085416/4096564
[pid=20146] ppid=20144 vsize=9440 CPUtime=350.07
/proc/20146/stat : 20146 (minisat+) R 20144 20146 20101 0 -1 4194304 2225 0 0 0 35006 1 0 0 25 0 1 0 186926387 9666560 2211 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134577284 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20146/statm: 2360 2211 122 215 0 2142 0
Current children cumulated CPU time (s) 350.07
Current children cumulated vsize (Kb) 9440

[startup+360.21 s]
/proc/loadavg: 0.99 0.95 0.91 2/67 20146
/proc/meminfo: memFree=1623008/2055888 swapFree=4085416/4096564
[pid=20146] ppid=20144 vsize=9600 CPUtime=360.08
/proc/20146/stat : 20146 (minisat+) R 20144 20146 20101 0 -1 4194304 2244 0 0 0 36007 1 0 0 25 0 1 0 186926387 9830400 2230 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574147 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20146/statm: 2400 2230 122 215 0 2182 0
Current children cumulated CPU time (s) 360.08
Current children cumulated vsize (Kb) 9600

[startup+370.215 s]
/proc/loadavg: 0.99 0.95 0.91 2/67 20146
/proc/meminfo: memFree=1622880/2055888 swapFree=4085416/4096564
[pid=20146] ppid=20144 vsize=9756 CPUtime=370.08
/proc/20146/stat : 20146 (minisat+) R 20144 20146 20101 0 -1 4194304 2273 0 0 0 37007 1 0 0 25 0 1 0 186926387 9990144 2259 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581053 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20146/statm: 2439 2259 122 215 0 2221 0
Current children cumulated CPU time (s) 370.08
Current children cumulated vsize (Kb) 9756

[startup+380.221 s]
/proc/loadavg: 0.99 0.95 0.91 2/67 20146
/proc/meminfo: memFree=1622816/2055888 swapFree=4085416/4096564
[pid=20146] ppid=20144 vsize=9756 CPUtime=380.08
/proc/20146/stat : 20146 (minisat+) R 20144 20146 20101 0 -1 4194304 2290 0 0 0 38007 1 0 0 25 0 1 0 186926387 9990144 2276 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580968 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20146/statm: 2439 2276 122 215 0 2221 0
Current children cumulated CPU time (s) 380.08
Current children cumulated vsize (Kb) 9756

[startup+390.227 s]
/proc/loadavg: 0.99 0.95 0.91 2/67 20146
/proc/meminfo: memFree=1622624/2055888 swapFree=4085416/4096564
[pid=20146] ppid=20144 vsize=9916 CPUtime=390.08
/proc/20146/stat : 20146 (minisat+) R 20144 20146 20101 0 -1 4194304 2339 0 0 0 39007 1 0 0 25 0 1 0 186926387 10153984 2325 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581415 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20146/statm: 2479 2325 122 215 0 2261 0
Current children cumulated CPU time (s) 390.08
Current children cumulated vsize (Kb) 9916

Child status: 20
Real time (s): 391.119
CPU time (s): 390.979
CPU user time (s): 390.964
CPU system time (s): 0.014997
CPU usage (%): 99.9641
Max. virtual memory (cumulated for all children) (Kb): 9916

Launcher Data (download as text)

Begin job on node83 on Fri Jun  2 01:47:50 UTC 2006


FILE ID= 34633-1149212870

PBS_JOBID= 294419

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

MD5SUM SOLVER= 490d1d4b9bbf010afe7f0af63a5a62db
MD5SUM BENCH=  5e07f8b43a59b370ff10f0589c5144c8

RANDOM SEED= 110821275


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


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1631728 kB
Buffers:         27968 kB
Cached:         322476 kB
SwapCached:       2884 kB
Active:          89380 kB
Inactive:       270264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1631728 kB
SwapTotal:     4096564 kB
SwapFree:      4085416 kB
Dirty:             168 kB
Writeback:           0 kB
Mapped:          16884 kB
Slab:            51160 kB
Committed_AS:   232756 kB
PageTables:       1284 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node83 on Fri Jun  2 01:54:22 UTC 2006