Trace number 34608

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 226.562 226.632

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1110976730.opb
MD5SUM43d4c8496523b3f19caabfccdbd3abfa
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.154975
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 1183
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.01	c ---[  59]---> BDD-cost:   23
0.01	c ---[  57]---> BDD-cost:   23
0.01	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: 590   maxlim: 1106   bits: 11/11
0.04	c ==================================[MINISAT+]==================================
0.04	c | Conflicts | Original         | Learnt                           | Progress |
0.04	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.04	c ==============================================================================
0.04	c |         0 |    6782    21596 |    2260       0        0     nan |  0.000 % |
0.05	c |       100 |    6782    21596 |    2486     100     1024    10.2 |  4.399 % |
0.07	c |       252 |    6782    21596 |    2734     252     5941    23.6 |  4.399 % |
0.11	c |       478 |    6782    21596 |    3008     478    17915    37.5 |  4.399 % |
0.17	c |       815 |    6782    21596 |    3308     815    36166    44.4 |  4.399 % |
0.28	c |      1321 |    6782    21596 |    3639    1321    64451    48.8 |  4.399 % |
0.45	c |      2080 |    6782    21596 |    4003    2080   105396    50.7 |  4.399 % |
0.69	c |      3221 |    6782    21596 |    4404    3221   173459    53.9 |  4.399 % |
1.20	c |      4929 |    6782    21596 |    4844    4929   270759    54.9 |  4.399 % |
1.86	c |      7492 |    6782    21596 |    5328    5028   265126    52.7 |  4.399 % |
2.91	c |     11336 |    6782    21596 |    5861    3156   150400    47.7 |  4.399 % |
4.59	c |     17102 |    6782    21596 |    6448    5619   312862    55.7 |  4.399 % |
7.08	c |     25754 |    6742    21462 |    7092    3922   190541    48.6 |  4.770 % |
10.94	c |     38728 |    6742    21462 |    7802    5604   283410    50.6 |  4.770 % |
16.92	c |     58191 |    6742    21462 |    8582    4328   198817    45.9 |  4.770 % |
26.60	c |     87383 |    6665    21189 |    9440    6440   338126    52.5 |  5.458 % |
40.59	c |    131173 |    6665    21189 |   10384    5146   255837    49.7 |  5.458 % |
62.27	c |    196858 |    6665    21189 |   11423   10671   598333    56.1 |  5.458 % |
96.25	c |    295384 |    6623    21049 |   12565    7745   434631    56.1 |  5.882 % |
147.85	c |    443174 |    6571    20882 |   13821    6978   289271    41.5 |  6.253 % |
225.87	c |    664858 |    5479    17451 |   15204   10020   270055    27.0 | 14.309 % |
226.62	c ==============================================================================
226.62	c UNSATISFIABLE
226.62	s UNSATISFIABLE
226.62	c _______________________________________________________________________________
226.62	c 
226.62	c restarts              : 21
226.62	c conflicts             : 667557         (2947 /sec)
226.62	c decisions             : 752524         (3322 /sec)
226.62	c propagations          : 0              (0 /sec)
226.62	c inspects              : 0              (0 /sec)
226.62	c CPU time              : 226.549 s
226.62	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/node78/watcher-34608-1149211122 -o ROOT/results/node78/solver-34608-1149211122 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node78/34608-1149211122/instance-34608-1149211122.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.70 0.90 0.89 2/67 31662
/proc/meminfo: memFree=1436088/2055892 swapFree=4085732/4096564
[pid=31662] ppid=31660 vsize=1048 CPUtime=0
/proc/31662/stat : 31662 (minisat+) R 31660 31662 31617 0 -1 4194304 105 0 0 0 0 0 0 0 20 0 1 0 186140985 1073152 91 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135007481 0 0 4096 16386 0 0 0 17 1 0 0
/proc/31662/statm: 262 91 74 215 0 44 0

[startup+10.0019 s]
/proc/loadavg: 0.75 0.90 0.90 2/67 31662
/proc/meminfo: memFree=1432632/2055892 swapFree=4085732/4096564
[pid=31662] ppid=31660 vsize=4480 CPUtime=9.99
/proc/31662/stat : 31662 (minisat+) R 31660 31662 31617 0 -1 4194304 1023 0 0 0 999 0 0 0 25 0 1 0 186140985 4587520 1009 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581415 0 0 4096 16386 0 0 0 17 1 0 0
/proc/31662/statm: 1120 1009 122 215 0 902 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 4480

[startup+20.008 s]
/proc/loadavg: 0.79 0.90 0.90 2/67 31662
/proc/meminfo: memFree=1431928/2055892 swapFree=4085732/4096564
[pid=31662] ppid=31660 vsize=5312 CPUtime=19.99
/proc/31662/stat : 31662 (minisat+) R 31660 31662 31617 0 -1 4194304 1202 0 0 0 1999 0 0 0 25 0 1 0 186140985 5439488 1188 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/31662/statm: 1328 1188 122 215 0 1110 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 5312

[startup+30.0141 s]
/proc/loadavg: 0.82 0.91 0.90 2/67 31662
/proc/meminfo: memFree=1431608/2055892 swapFree=4085732/4096564
[pid=31662] ppid=31660 vsize=5584 CPUtime=30
/proc/31662/stat : 31662 (minisat+) R 31660 31662 31617 0 -1 4194304 1276 0 0 0 3000 0 0 0 25 0 1 0 186140985 5718016 1262 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134572696 0 0 4096 16386 0 0 0 17 1 0 0
/proc/31662/statm: 1396 1262 122 215 0 1178 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 5584

[startup+40.0202 s]
/proc/loadavg: 0.85 0.91 0.90 2/67 31662
/proc/meminfo: memFree=1431096/2055892 swapFree=4085732/4096564
[pid=31662] ppid=31660 vsize=6120 CPUtime=40
/proc/31662/stat : 31662 (minisat+) R 31660 31662 31617 0 -1 4194304 1406 0 0 0 4000 0 0 0 25 0 1 0 186140985 6266880 1392 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/31662/statm: 1530 1392 122 215 0 1312 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 6120

[startup+50.0263 s]
/proc/loadavg: 0.87 0.91 0.90 2/67 31662
/proc/meminfo: memFree=1430648/2055892 swapFree=4085732/4096564
[pid=31662] ppid=31660 vsize=6528 CPUtime=50
/proc/31662/stat : 31662 (minisat+) R 31660 31662 31617 0 -1 4194304 1519 0 0 0 5000 0 0 0 25 0 1 0 186140985 6684672 1505 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134568540 0 0 4096 16386 0 0 0 17 1 0 0
/proc/31662/statm: 1632 1505 122 215 0 1414 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 6528

[startup+60.0313 s]
/proc/loadavg: 0.89 0.91 0.90 2/67 31662
/proc/meminfo: memFree=1430520/2055892 swapFree=4085732/4096564
[pid=31662] ppid=31660 vsize=6668 CPUtime=60
/proc/31662/stat : 31662 (minisat+) R 31660 31662 31617 0 -1 4194304 1549 0 0 0 6000 0 0 0 25 0 1 0 186140985 6828032 1535 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/31662/statm: 1667 1535 122 215 0 1449 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 6668

[startup+70.0374 s]
/proc/loadavg: 0.91 0.92 0.90 2/67 31662
/proc/meminfo: memFree=1430328/2055892 swapFree=4085732/4096564
[pid=31662] ppid=31660 vsize=6932 CPUtime=70
/proc/31662/stat : 31662 (minisat+) R 31660 31662 31617 0 -1 4194304 1598 0 0 0 7000 0 0 0 25 0 1 0 186140985 7098368 1584 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581415 0 0 4096 16386 0 0 0 17 1 0 0
/proc/31662/statm: 1733 1584 122 215 0 1515 0
Current children cumulated CPU time (s) 70
Current children cumulated vsize (Kb) 6932

[startup+80.0435 s]
/proc/loadavg: 0.92 0.92 0.90 2/67 31662
/proc/meminfo: memFree=1430136/2055892 swapFree=4085732/4096564
[pid=31662] ppid=31660 vsize=7076 CPUtime=80.01
/proc/31662/stat : 31662 (minisat+) R 31660 31662 31617 0 -1 4194304 1639 0 0 0 8001 0 0 0 25 0 1 0 186140985 7245824 1625 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581319 0 0 4096 16386 0 0 0 17 1 0 0
/proc/31662/statm: 1769 1625 122 215 0 1551 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 7076

[startup+90.0496 s]
/proc/loadavg: 0.93 0.92 0.90 2/67 31664
/proc/meminfo: memFree=1429944/2055892 swapFree=4085732/4096564
[pid=31662] ppid=31660 vsize=7208 CPUtime=90.02
/proc/31662/stat : 31662 (minisat+) R 31660 31662 31617 0 -1 4194304 1676 0 0 0 9001 1 0 0 25 0 1 0 186140985 7380992 1662 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134579256 0 0 4096 16386 0 0 0 17 1 0 0
/proc/31662/statm: 1802 1662 122 215 0 1584 0
Current children cumulated CPU time (s) 90.02
Current children cumulated vsize (Kb) 7208

[startup+100.056 s]
/proc/loadavg: 0.94 0.92 0.90 2/67 31664
/proc/meminfo: memFree=1429752/2055892 swapFree=4085732/4096564
[pid=31662] ppid=31660 vsize=7476 CPUtime=100.02
/proc/31662/stat : 31662 (minisat+) R 31660 31662 31617 0 -1 4194304 1755 0 0 0 10001 1 0 0 25 0 1 0 186140985 7655424 1741 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/31662/statm: 1869 1741 122 215 0 1651 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 7476

[startup+110.061 s]
/proc/loadavg: 0.95 0.92 0.91 2/67 31664
/proc/meminfo: memFree=1429624/2055892 swapFree=4085732/4096564
[pid=31662] ppid=31660 vsize=7612 CPUtime=110.02
/proc/31662/stat : 31662 (minisat+) R 31660 31662 31617 0 -1 4194304 1778 0 0 0 11001 1 0 0 25 0 1 0 186140985 7794688 1764 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580783 0 0 4096 16386 0 0 0 17 1 0 0
/proc/31662/statm: 1903 1764 122 215 0 1685 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 7612

[startup+120.066 s]
/proc/loadavg: 0.96 0.93 0.91 2/67 31664
/proc/meminfo: memFree=1429496/2055892 swapFree=4085732/4096564
[pid=31662] ppid=31660 vsize=7756 CPUtime=120.02
/proc/31662/stat : 31662 (minisat+) R 31660 31662 31617 0 -1 4194304 1805 0 0 0 12001 1 0 0 25 0 1 0 186140985 7942144 1791 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581234 0 0 4096 16386 0 0 0 17 1 0 0
/proc/31662/statm: 1939 1791 122 215 0 1721 0
Current children cumulated CPU time (s) 120.02
Current children cumulated vsize (Kb) 7756

[startup+130.072 s]
/proc/loadavg: 0.96 0.93 0.91 2/67 31664
/proc/meminfo: memFree=1429368/2055892 swapFree=4085732/4096564
[pid=31662] ppid=31660 vsize=7884 CPUtime=130.03
/proc/31662/stat : 31662 (minisat+) R 31660 31662 31617 0 -1 4194304 1845 0 0 0 13002 1 0 0 25 0 1 0 186140985 8073216 1831 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580975 0 0 4096 16386 0 0 0 17 1 0 0
/proc/31662/statm: 1971 1831 122 215 0 1753 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 7884

[startup+140.078 s]
/proc/loadavg: 0.97 0.93 0.91 2/67 31664
/proc/meminfo: memFree=1429304/2055892 swapFree=4085732/4096564
[pid=31662] ppid=31660 vsize=7884 CPUtime=140.03
/proc/31662/stat : 31662 (minisat+) R 31660 31662 31617 0 -1 4194304 1845 0 0 0 14002 1 0 0 25 0 1 0 186140985 8073216 1831 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134583956 0 0 4096 16386 0 0 0 17 1 0 0
/proc/31662/statm: 1971 1831 122 215 0 1753 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 7884

[startup+150.084 s]
/proc/loadavg: 0.97 0.93 0.91 2/67 31664
/proc/meminfo: memFree=1429304/2055892 swapFree=4085732/4096564
[pid=31662] ppid=31660 vsize=7884 CPUtime=150.04
/proc/31662/stat : 31662 (minisat+) R 31660 31662 31617 0 -1 4194304 1854 0 0 0 15003 1 0 0 25 0 1 0 186140985 8073216 1840 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581469 0 0 4096 16386 0 0 0 17 1 0 0
/proc/31662/statm: 1971 1840 122 215 0 1753 0
Current children cumulated CPU time (s) 150.04
Current children cumulated vsize (Kb) 7884

[startup+160.09 s]
/proc/loadavg: 0.98 0.93 0.91 2/67 31664
/proc/meminfo: memFree=1429240/2055892 swapFree=4085732/4096564
[pid=31662] ppid=31660 vsize=8032 CPUtime=160.04
/proc/31662/stat : 31662 (minisat+) R 31660 31662 31617 0 -1 4194304 1871 0 0 0 16003 1 0 0 25 0 1 0 186140985 8224768 1857 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/31662/statm: 2008 1857 122 215 0 1790 0
Current children cumulated CPU time (s) 160.04
Current children cumulated vsize (Kb) 8032

[startup+170.095 s]
/proc/loadavg: 0.98 0.93 0.91 2/67 31664
/proc/meminfo: memFree=1429176/2055892 swapFree=4085732/4096564
[pid=31662] ppid=31660 vsize=8168 CPUtime=170.04
/proc/31662/stat : 31662 (minisat+) R 31660 31662 31617 0 -1 4194304 1888 0 0 0 17003 1 0 0 25 0 1 0 186140985 8364032 1874 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580768 0 0 4096 16386 0 0 0 17 1 0 0
/proc/31662/statm: 2042 1874 122 215 0 1824 0
Current children cumulated CPU time (s) 170.04
Current children cumulated vsize (Kb) 8168

[startup+180.1 s]
/proc/loadavg: 0.98 0.94 0.91 2/67 31664
/proc/meminfo: memFree=1429112/2055892 swapFree=4085732/4096564
[pid=31662] ppid=31660 vsize=8168 CPUtime=180.04
/proc/31662/stat : 31662 (minisat+) R 31660 31662 31617 0 -1 4194304 1896 0 0 0 18003 1 0 0 25 0 1 0 186140985 8364032 1882 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580863 0 0 4096 16386 0 0 0 17 1 0 0
/proc/31662/statm: 2042 1882 122 215 0 1824 0
Current children cumulated CPU time (s) 180.04
Current children cumulated vsize (Kb) 8168

[startup+190.106 s]
/proc/loadavg: 0.98 0.94 0.91 2/67 31664
/proc/meminfo: memFree=1429048/2055892 swapFree=4085732/4096564
[pid=31662] ppid=31660 vsize=8316 CPUtime=190.05
/proc/31662/stat : 31662 (minisat+) R 31660 31662 31617 0 -1 4194304 1932 0 0 0 19004 1 0 0 25 0 1 0 186140985 8515584 1918 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580890 0 0 4096 16386 0 0 0 17 1 0 0
/proc/31662/statm: 2079 1918 122 215 0 1861 0
Current children cumulated CPU time (s) 190.05
Current children cumulated vsize (Kb) 8316

[startup+200.112 s]
/proc/loadavg: 0.99 0.94 0.91 2/67 31664
/proc/meminfo: memFree=1428920/2055892 swapFree=4085732/4096564
[pid=31662] ppid=31660 vsize=8316 CPUtime=200.05
/proc/31662/stat : 31662 (minisat+) R 31660 31662 31617 0 -1 4194304 1948 0 0 0 20004 1 0 0 25 0 1 0 186140985 8515584 1934 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134573879 0 0 4096 16386 0 0 0 17 1 0 0
/proc/31662/statm: 2079 1934 122 215 0 1861 0
Current children cumulated CPU time (s) 200.05
Current children cumulated vsize (Kb) 8316

[startup+210.119 s]
/proc/loadavg: 0.99 0.94 0.91 2/67 31664
/proc/meminfo: memFree=1428856/2055892 swapFree=4085732/4096564
[pid=31662] ppid=31660 vsize=8472 CPUtime=210.05
/proc/31662/stat : 31662 (minisat+) R 31660 31662 31617 0 -1 4194304 1970 0 0 0 21004 1 0 0 25 0 1 0 186140985 8675328 1956 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581491 0 0 4096 16386 0 0 0 17 1 0 0
/proc/31662/statm: 2118 1956 122 215 0 1900 0
Current children cumulated CPU time (s) 210.05
Current children cumulated vsize (Kb) 8472

[startup+220.125 s]
/proc/loadavg: 0.99 0.94 0.91 2/67 31664
/proc/meminfo: memFree=1428792/2055892 swapFree=4085732/4096564
[pid=31662] ppid=31660 vsize=8472 CPUtime=220.06
/proc/31662/stat : 31662 (minisat+) R 31660 31662 31617 0 -1 4194304 1983 0 0 0 22005 1 0 0 25 0 1 0 186140985 8675328 1969 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581469 0 0 4096 16386 0 0 0 17 1 0 0
/proc/31662/statm: 2118 1969 122 215 0 1900 0
Current children cumulated CPU time (s) 220.06
Current children cumulated vsize (Kb) 8472

Child status: 20
Real time (s): 226.632
CPU time (s): 226.562
CPU user time (s): 226.55
CPU system time (s): 0.011998
CPU usage (%): 99.9691
Max. virtual memory (cumulated for all children) (Kb): 8472

Launcher Data (download as text)

Begin job on node78 on Fri Jun  2 01:18:42 UTC 2006


FILE ID= 34608-1149211122

PBS_JOBID= 294089

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

MD5SUM SOLVER= 490d1d4b9bbf010afe7f0af63a5a62db
MD5SUM BENCH=  43d4c8496523b3f19caabfccdbd3abfa

RANDOM SEED= 205516727


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.225
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6006.17
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.225
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5999.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055892 kB
MemFree:       1436424 kB
Buffers:         31816 kB
Cached:         515164 kB
SwapCached:       2596 kB
Active:         116224 kB
Inactive:       439620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055892 kB
LowFree:       1436424 kB
SwapTotal:     4096564 kB
SwapFree:      4085732 kB
Dirty:             260 kB
Writeback:           0 kB
Mapped:          15112 kB
Slab:            50144 kB
Committed_AS:   187756 kB
PageTables:       1416 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node78 on Fri Jun  2 01:22:28 UTC 2006