Trace number 34614

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 492.48 492.635

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1110973163.opb
MD5SUM48e5a0f80e1be044effaae28584b73c9
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.05499
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 1215
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.01	c ---[  53]---> BDD-cost:   23
0.01	c ---[  51]---> BDD-cost:   23
0.01	c ---[  49]---> BDD-cost:   23
0.01	c ---[  48]---> BDD-cost:   23
0.01	c ---[  47]---> BDD-cost:   21
0.01	c ---[  46]---> BDD-cost:   19
0.01	c ---[  45]---> BDD-cost:   17
0.01	c ---[  44]---> BDD-cost:   15
0.01	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: 620   maxlim: 1138   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 |    7003    22386 |    2334       0        0     nan |  0.000 % |
0.06	c |       100 |    6954    22221 |    2567      92     4044    44.0 |  4.589 % |
0.09	c |       250 |    6954    22221 |    2824     242    15910    65.7 |  4.588 % |
0.13	c |       476 |    6954    22221 |    3106     468    27421    58.6 |  4.588 % |
0.21	c |       815 |    6954    22221 |    3417     807    50088    62.1 |  4.588 % |
0.32	c |      1323 |    6954    22221 |    3758    1315    81772    62.2 |  4.588 % |
0.51	c |      2084 |    6954    22221 |    4134    2076   129078    62.2 |  4.588 % |
0.85	c |      3224 |    6954    22221 |    4548    3216   196922    61.2 |  4.588 % |
1.40	c |      4932 |    6947    22197 |    5003    4923   300077    61.0 |  4.640 % |
2.10	c |      7494 |    6947    22197 |    5503    4818   261619    54.3 |  4.640 % |
3.19	c |     11338 |    6947    22197 |    6053    5753   317038    55.1 |  4.640 % |
4.97	c |     17104 |    6947    22197 |    6659    4977   257265    51.7 |  4.640 % |
7.74	c |     25755 |    6947    22197 |    7325    6416   395634    61.7 |  4.640 % |
11.91	c |     38732 |    6921    22107 |    8057    3899   202672    52.0 |  4.849 % |
18.26	c |     58195 |    6921    22107 |    8863    6174   341123    55.3 |  4.849 % |
28.41	c |     87388 |    6912    22076 |    9749    7333   403090    55.0 |  4.901 % |
45.26	c |    131177 |    6870    21925 |   10724   10027   616956    61.5 |  5.214 % |
69.69	c |    196864 |    6870    21925 |   11797    7920   438374    55.4 |  5.214 % |
108.16	c |    295391 |    6820    21755 |   12976    7795   400686    51.4 |  5.683 % |
164.57	c |    443183 |    6786    21641 |   14274   13068   677879    51.9 |  5.944 % |
254.01	c |    664866 |    6777    21610 |   15701   12383   638200    51.5 |  5.996 % |
373.45	c |    997391 |    6665    21228 |   17272   13779   507825    36.9 |  6.726 % |
492.63	c ==============================================================================
492.63	c UNSATISFIABLE
492.63	s UNSATISFIABLE
492.63	c _______________________________________________________________________________
492.63	c 
492.63	c restarts              : 22
492.63	c conflicts             : 1376888        (2796 /sec)
492.63	c decisions             : 1702022        (3456 /sec)
492.63	c propagations          : 0              (0 /sec)
492.63	c inspects              : 0              (0 /sec)
492.63	c CPU time              : 492.447 s
492.63	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/node3/watcher-34614-1149212105 -o ROOT/results/node3/solver-34614-1149212105 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node3/34614-1149212105/instance-34614-1149212105.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.84 0.94 0.90 2/64 8910
/proc/meminfo: memFree=1396136/2055920 swapFree=4181424/4192956
[pid=8910] ppid=8908 vsize=1048 CPUtime=0
/proc/8910/stat : 8910 (minisat+) R 8908 8910 8865 0 -1 4194304 115 0 0 0 0 0 0 0 19 0 1 0 186872212 1073152 100 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 135007481 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8910/statm: 262 100 74 215 0 44 0

[startup+10.002 s]
/proc/loadavg: 0.87 0.94 0.90 2/64 8910
/proc/meminfo: memFree=1392232/2055920 swapFree=4181424/4192956
[pid=8910] ppid=8908 vsize=4908 CPUtime=9.99
/proc/8910/stat : 8910 (minisat+) R 8908 8910 8865 0 -1 4194304 1128 0 0 0 999 0 0 0 25 0 1 0 186872212 5025792 1113 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8910/statm: 1227 1113 122 215 0 1009 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 4908

[startup+20.0076 s]
/proc/loadavg: 0.89 0.94 0.90 2/64 8910
/proc/meminfo: memFree=1391592/2055920 swapFree=4181424/4192956
[pid=8910] ppid=8908 vsize=5604 CPUtime=20
/proc/8910/stat : 8910 (minisat+) R 8908 8910 8865 0 -1 4194304 1283 0 0 0 2000 0 0 0 25 0 1 0 186872212 5738496 1268 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 134580801 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8910/statm: 1401 1268 122 215 0 1183 0
Current children cumulated CPU time (s) 20
Current children cumulated vsize (Kb) 5604

[startup+30.0132 s]
/proc/loadavg: 0.90 0.94 0.90 2/64 8910
/proc/meminfo: memFree=1391080/2055920 swapFree=4181424/4192956
[pid=8910] ppid=8908 vsize=6124 CPUtime=30
/proc/8910/stat : 8910 (minisat+) R 8908 8910 8865 0 -1 4194304 1414 0 0 0 3000 0 0 0 25 0 1 0 186872212 6270976 1399 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 134574480 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8910/statm: 1531 1399 122 215 0 1313 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 6124

[startup+40.0189 s]
/proc/loadavg: 0.92 0.94 0.90 2/64 8910
/proc/meminfo: memFree=1390504/2055920 swapFree=4181424/4192956
[pid=8910] ppid=8908 vsize=6652 CPUtime=40
/proc/8910/stat : 8910 (minisat+) R 8908 8910 8865 0 -1 4194304 1558 0 0 0 3999 1 0 0 25 0 1 0 186872212 6811648 1543 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 134581295 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8910/statm: 1663 1543 122 215 0 1445 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 6652

[startup+50.0245 s]
/proc/loadavg: 0.93 0.94 0.90 2/64 8910
/proc/meminfo: memFree=1390248/2055920 swapFree=4181424/4192956
[pid=8910] ppid=8908 vsize=6916 CPUtime=50.01
/proc/8910/stat : 8910 (minisat+) R 8908 8910 8865 0 -1 4194304 1607 0 0 0 5000 1 0 0 25 0 1 0 186872212 7081984 1592 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8910/statm: 1729 1592 122 215 0 1511 0
Current children cumulated CPU time (s) 50.01
Current children cumulated vsize (Kb) 6916

[startup+60.0301 s]
/proc/loadavg: 0.94 0.95 0.90 2/64 8910
/proc/meminfo: memFree=1390120/2055920 swapFree=4181424/4192956
[pid=8910] ppid=8908 vsize=7060 CPUtime=60.01
/proc/8910/stat : 8910 (minisat+) R 8908 8910 8865 0 -1 4194304 1639 0 0 0 6000 1 0 0 25 0 1 0 186872212 7229440 1624 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 134580856 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8910/statm: 1765 1624 122 215 0 1547 0
Current children cumulated CPU time (s) 60.01
Current children cumulated vsize (Kb) 7060

[startup+70.0357 s]
/proc/loadavg: 0.95 0.95 0.91 2/64 8910
/proc/meminfo: memFree=1390120/2055920 swapFree=4181424/4192956
[pid=8910] ppid=8908 vsize=7060 CPUtime=70.01
/proc/8910/stat : 8910 (minisat+) R 8908 8910 8865 0 -1 4194304 1640 0 0 0 7000 1 0 0 25 0 1 0 186872212 7229440 1625 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 134581469 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8910/statm: 1765 1625 122 215 0 1547 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 7060

[startup+80.0414 s]
/proc/loadavg: 0.96 0.95 0.91 2/64 8910
/proc/meminfo: memFree=1389928/2055920 swapFree=4181424/4192956
[pid=8910] ppid=8908 vsize=7192 CPUtime=80.01
/proc/8910/stat : 8910 (minisat+) R 8908 8910 8865 0 -1 4194304 1695 0 0 0 8000 1 0 0 25 0 1 0 186872212 7364608 1680 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 134572774 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8910/statm: 1798 1680 122 215 0 1580 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 7192

[startup+90.047 s]
/proc/loadavg: 0.96 0.95 0.91 2/64 8910
/proc/meminfo: memFree=1389800/2055920 swapFree=4181424/4192956
[pid=8910] ppid=8908 vsize=7324 CPUtime=90.01
/proc/8910/stat : 8910 (minisat+) R 8908 8910 8865 0 -1 4194304 1722 0 0 0 9000 1 0 0 25 0 1 0 186872212 7499776 1707 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 134580798 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8910/statm: 1831 1707 122 215 0 1613 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 7324

[startup+100.053 s]
/proc/loadavg: 0.97 0.95 0.91 2/64 8910
/proc/meminfo: memFree=1389480/2055920 swapFree=4181424/4192956
[pid=8910] ppid=8908 vsize=7724 CPUtime=100.01
/proc/8910/stat : 8910 (minisat+) R 8908 8910 8865 0 -1 4194304 1801 0 0 0 10000 1 0 0 25 0 1 0 186872212 7909376 1786 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 134573189 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8910/statm: 1931 1786 122 215 0 1713 0
Current children cumulated CPU time (s) 100.01
Current children cumulated vsize (Kb) 7724

[startup+110.058 s]
/proc/loadavg: 0.97 0.95 0.91 2/64 8910
/proc/meminfo: memFree=1389416/2055920 swapFree=4181424/4192956
[pid=8910] ppid=8908 vsize=7724 CPUtime=110.02
/proc/8910/stat : 8910 (minisat+) R 8908 8910 8865 0 -1 4194304 1808 0 0 0 11001 1 0 0 25 0 1 0 186872212 7909376 1793 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 134580932 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8910/statm: 1931 1793 122 215 0 1713 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 7724

[startup+120.064 s]
/proc/loadavg: 0.98 0.95 0.91 2/64 8910
/proc/meminfo: memFree=1389352/2055920 swapFree=4181424/4192956
[pid=8910] ppid=8908 vsize=7864 CPUtime=120.02
/proc/8910/stat : 8910 (minisat+) R 8908 8910 8865 0 -1 4194304 1828 0 0 0 12001 1 0 0 25 0 1 0 186872212 8052736 1813 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 134580819 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8910/statm: 1966 1813 122 215 0 1748 0
Current children cumulated CPU time (s) 120.02
Current children cumulated vsize (Kb) 7864

[startup+130.07 s]
/proc/loadavg: 0.98 0.95 0.91 2/64 8910
/proc/meminfo: memFree=1389288/2055920 swapFree=4181424/4192956
[pid=8910] ppid=8908 vsize=7864 CPUtime=130.02
/proc/8910/stat : 8910 (minisat+) R 8908 8910 8865 0 -1 4194304 1842 0 0 0 13001 1 0 0 25 0 1 0 186872212 8052736 1827 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8910/statm: 1966 1827 122 215 0 1748 0
Current children cumulated CPU time (s) 130.02
Current children cumulated vsize (Kb) 7864

[startup+140.076 s]
/proc/loadavg: 0.98 0.95 0.91 2/64 8910
/proc/meminfo: memFree=1389224/2055920 swapFree=4181424/4192956
[pid=8910] ppid=8908 vsize=7864 CPUtime=140.03
/proc/8910/stat : 8910 (minisat+) R 8908 8910 8865 0 -1 4194304 1854 0 0 0 14002 1 0 0 25 0 1 0 186872212 8052736 1839 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 134581295 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8910/statm: 1966 1839 122 215 0 1748 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 7864

[startup+150.083 s]
/proc/loadavg: 0.98 0.95 0.91 2/64 8910
/proc/meminfo: memFree=1389224/2055920 swapFree=4181424/4192956
[pid=8910] ppid=8908 vsize=7864 CPUtime=150.03
/proc/8910/stat : 8910 (minisat+) R 8908 8910 8865 0 -1 4194304 1854 0 0 0 15002 1 0 0 25 0 1 0 186872212 8052736 1839 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 134580888 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8910/statm: 1966 1839 122 215 0 1748 0
Current children cumulated CPU time (s) 150.03
Current children cumulated vsize (Kb) 7864

[startup+160.088 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 8910
/proc/meminfo: memFree=1389160/2055920 swapFree=4181424/4192956
[pid=8910] ppid=8908 vsize=8000 CPUtime=160.03
/proc/8910/stat : 8910 (minisat+) R 8908 8910 8865 0 -1 4194304 1870 0 0 0 16002 1 0 0 25 0 1 0 186872212 8192000 1855 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 135012196 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8910/statm: 2000 1855 122 215 0 1782 0
Current children cumulated CPU time (s) 160.03
Current children cumulated vsize (Kb) 8000

[startup+170.095 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 8910
/proc/meminfo: memFree=1388776/2055920 swapFree=4181424/4192956
[pid=8910] ppid=8908 vsize=8396 CPUtime=170.03
/proc/8910/stat : 8910 (minisat+) R 8908 8910 8865 0 -1 4194304 1976 0 0 0 17002 1 0 0 25 0 1 0 186872212 8597504 1961 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 134580856 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8910/statm: 2099 1961 122 215 0 1881 0
Current children cumulated CPU time (s) 170.03
Current children cumulated vsize (Kb) 8396

[startup+180.101 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 8910
/proc/meminfo: memFree=1388648/2055920 swapFree=4181424/4192956
[pid=8910] ppid=8908 vsize=8528 CPUtime=180.03
/proc/8910/stat : 8910 (minisat+) R 8908 8910 8865 0 -1 4194304 1999 0 0 0 18002 1 0 0 25 0 1 0 186872212 8732672 1984 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8910/statm: 2132 1984 122 215 0 1914 0
Current children cumulated CPU time (s) 180.03
Current children cumulated vsize (Kb) 8528

[startup+190.106 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 8910
/proc/meminfo: memFree=1388520/2055920 swapFree=4181424/4192956
[pid=8910] ppid=8908 vsize=8672 CPUtime=190.04
/proc/8910/stat : 8910 (minisat+) R 8908 8910 8865 0 -1 4194304 2029 0 0 0 19003 1 0 0 25 0 1 0 186872212 8880128 2014 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 134581053 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8910/statm: 2168 2014 122 215 0 1950 0
Current children cumulated CPU time (s) 190.04
Current children cumulated vsize (Kb) 8672

[startup+200.112 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 8910
/proc/meminfo: memFree=1388520/2055920 swapFree=4181424/4192956
[pid=8910] ppid=8908 vsize=8672 CPUtime=200.04
/proc/8910/stat : 8910 (minisat+) R 8908 8910 8865 0 -1 4194304 2037 0 0 0 20003 1 0 0 25 0 1 0 186872212 8880128 2022 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 134580890 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8910/statm: 2168 2022 122 215 0 1950 0
Current children cumulated CPU time (s) 200.04
Current children cumulated vsize (Kb) 8672

[startup+210.119 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 8910
/proc/meminfo: memFree=1388456/2055920 swapFree=4181424/4192956

################
# More data... #
################

/proc/8910/statm: 2312 2177 122 215 0 2094 0
Current children cumulated CPU time (s) 280.07
Current children cumulated vsize (Kb) 9248

[startup+290.164 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8910
/proc/meminfo: memFree=1387880/2055920 swapFree=4181424/4192956
[pid=8910] ppid=8908 vsize=9408 CPUtime=290.07
/proc/8910/stat : 8910 (minisat+) R 8908 8910 8865 0 -1 4194304 2206 0 0 0 29005 2 0 0 25 0 1 0 186872212 9633792 2191 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 134579871 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8910/statm: 2352 2191 122 215 0 2134 0
Current children cumulated CPU time (s) 290.07
Current children cumulated vsize (Kb) 9408

[startup+300.169 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8910
/proc/meminfo: memFree=1387816/2055920 swapFree=4181424/4192956
[pid=8910] ppid=8908 vsize=9408 CPUtime=300.07
/proc/8910/stat : 8910 (minisat+) R 8908 8910 8865 0 -1 4194304 2207 0 0 0 30005 2 0 0 25 0 1 0 186872212 9633792 2192 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8910/statm: 2352 2192 122 215 0 2134 0
Current children cumulated CPU time (s) 300.07
Current children cumulated vsize (Kb) 9408

[startup+310.175 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8910
/proc/meminfo: memFree=1387688/2055920 swapFree=4181424/4192956
[pid=8910] ppid=8908 vsize=9564 CPUtime=310.07
/proc/8910/stat : 8910 (minisat+) R 8908 8910 8865 0 -1 4194304 2241 0 0 0 31005 2 0 0 25 0 1 0 186872212 9793536 2226 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 134576754 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8910/statm: 2391 2226 122 215 0 2173 0
Current children cumulated CPU time (s) 310.07
Current children cumulated vsize (Kb) 9564

[startup+320.18 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8910
/proc/meminfo: memFree=1387688/2055920 swapFree=4181424/4192956
[pid=8910] ppid=8908 vsize=9564 CPUtime=320.08
/proc/8910/stat : 8910 (minisat+) R 8908 8910 8865 0 -1 4194304 2241 0 0 0 32006 2 0 0 25 0 1 0 186872212 9793536 2226 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8910/statm: 2391 2226 122 215 0 2173 0
Current children cumulated CPU time (s) 320.08
Current children cumulated vsize (Kb) 9564

[startup+330.186 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8910
/proc/meminfo: memFree=1387688/2055920 swapFree=4181424/4192956
[pid=8910] ppid=8908 vsize=9564 CPUtime=330.08
/proc/8910/stat : 8910 (minisat+) R 8908 8910 8865 0 -1 4194304 2241 0 0 0 33006 2 0 0 25 0 1 0 186872212 9793536 2226 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8910/statm: 2391 2226 122 215 0 2173 0
Current children cumulated CPU time (s) 330.08
Current children cumulated vsize (Kb) 9564

[startup+340.192 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8910
/proc/meminfo: memFree=1387688/2055920 swapFree=4181424/4192956
[pid=8910] ppid=8908 vsize=9564 CPUtime=340.08
/proc/8910/stat : 8910 (minisat+) R 8908 8910 8865 0 -1 4194304 2241 0 0 0 34006 2 0 0 25 0 1 0 186872212 9793536 2226 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 134579256 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8910/statm: 2391 2226 122 215 0 2173 0
Current children cumulated CPU time (s) 340.08
Current children cumulated vsize (Kb) 9564

[startup+350.197 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8910
/proc/meminfo: memFree=1387624/2055920 swapFree=4181424/4192956
[pid=8910] ppid=8908 vsize=9564 CPUtime=350.08
/proc/8910/stat : 8910 (minisat+) R 8908 8910 8865 0 -1 4194304 2262 0 0 0 35006 2 0 0 25 0 1 0 186872212 9793536 2247 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 134581053 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8910/statm: 2391 2247 122 215 0 2173 0
Current children cumulated CPU time (s) 350.08
Current children cumulated vsize (Kb) 9564

[startup+360.203 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8910
/proc/meminfo: memFree=1387624/2055920 swapFree=4181424/4192956
[pid=8910] ppid=8908 vsize=9564 CPUtime=360.08
/proc/8910/stat : 8910 (minisat+) R 8908 8910 8865 0 -1 4194304 2262 0 0 0 36006 2 0 0 25 0 1 0 186872212 9793536 2247 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 134574489 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8910/statm: 2391 2247 122 215 0 2173 0
Current children cumulated CPU time (s) 360.08
Current children cumulated vsize (Kb) 9564

[startup+370.209 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8910
/proc/meminfo: memFree=1387560/2055920 swapFree=4181424/4192956
[pid=8910] ppid=8908 vsize=9724 CPUtime=370.09
/proc/8910/stat : 8910 (minisat+) R 8908 8910 8865 0 -1 4194304 2270 0 0 0 37007 2 0 0 25 0 1 0 186872212 9957376 2255 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 134580744 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8910/statm: 2431 2255 122 215 0 2213 0
Current children cumulated CPU time (s) 370.09
Current children cumulated vsize (Kb) 9724

[startup+380.214 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8910
/proc/meminfo: memFree=1387560/2055920 swapFree=4181424/4192956
[pid=8910] ppid=8908 vsize=9724 CPUtime=380.09
/proc/8910/stat : 8910 (minisat+) R 8908 8910 8865 0 -1 4194304 2271 0 0 0 38007 2 0 0 25 0 1 0 186872212 9957376 2256 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8910/statm: 2431 2256 122 215 0 2213 0
Current children cumulated CPU time (s) 380.09
Current children cumulated vsize (Kb) 9724

[startup+390.22 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8910
/proc/meminfo: memFree=1387560/2055920 swapFree=4181424/4192956
[pid=8910] ppid=8908 vsize=9724 CPUtime=390.09
/proc/8910/stat : 8910 (minisat+) R 8908 8910 8865 0 -1 4194304 2271 0 0 0 39007 2 0 0 25 0 1 0 186872212 9957376 2256 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 134580248 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8910/statm: 2431 2256 122 215 0 2213 0
Current children cumulated CPU time (s) 390.09
Current children cumulated vsize (Kb) 9724

[startup+400.226 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8910
/proc/meminfo: memFree=1387368/2055920 swapFree=4181424/4192956
[pid=8910] ppid=8908 vsize=9856 CPUtime=400.09
/proc/8910/stat : 8910 (minisat+) R 8908 8910 8865 0 -1 4194304 2315 0 0 0 40007 2 0 0 25 0 1 0 186872212 10092544 2300 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 134574149 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8910/statm: 2464 2300 122 215 0 2246 0
Current children cumulated CPU time (s) 400.09
Current children cumulated vsize (Kb) 9856

[startup+410.231 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8910
/proc/meminfo: memFree=1387368/2055920 swapFree=4181424/4192956
[pid=8910] ppid=8908 vsize=9856 CPUtime=410.09
/proc/8910/stat : 8910 (minisat+) R 8908 8910 8865 0 -1 4194304 2321 0 0 0 41007 2 0 0 25 0 1 0 186872212 10092544 2306 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8910/statm: 2464 2306 122 215 0 2246 0
Current children cumulated CPU time (s) 410.09
Current children cumulated vsize (Kb) 9856

[startup+420.237 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8910
/proc/meminfo: memFree=1387240/2055920 swapFree=4181424/4192956
[pid=8910] ppid=8908 vsize=9992 CPUtime=420.1
/proc/8910/stat : 8910 (minisat+) R 8908 8910 8865 0 -1 4194304 2345 0 0 0 42008 2 0 0 25 0 1 0 186872212 10231808 2330 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 134580248 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8910/statm: 2498 2330 122 215 0 2280 0
Current children cumulated CPU time (s) 420.1
Current children cumulated vsize (Kb) 9992

[startup+430.242 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8910
/proc/meminfo: memFree=1387240/2055920 swapFree=4181424/4192956
[pid=8910] ppid=8908 vsize=9992 CPUtime=430.1
/proc/8910/stat : 8910 (minisat+) R 8908 8910 8865 0 -1 4194304 2352 0 0 0 43008 2 0 0 25 0 1 0 186872212 10231808 2337 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 134580801 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8910/statm: 2498 2337 122 215 0 2280 0
Current children cumulated CPU time (s) 430.1
Current children cumulated vsize (Kb) 9992

[startup+440.248 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8910
/proc/meminfo: memFree=1387176/2055920 swapFree=4181424/4192956
[pid=8910] ppid=8908 vsize=9992 CPUtime=440.1
/proc/8910/stat : 8910 (minisat+) R 8908 8910 8865 0 -1 4194304 2358 0 0 0 44008 2 0 0 25 0 1 0 186872212 10231808 2343 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 134580921 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8910/statm: 2498 2343 122 215 0 2280 0
Current children cumulated CPU time (s) 440.1
Current children cumulated vsize (Kb) 9992

[startup+450.254 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8910
/proc/meminfo: memFree=1386920/2055920 swapFree=4181424/4192956
[pid=8910] ppid=8908 vsize=10388 CPUtime=450.1
/proc/8910/stat : 8910 (minisat+) R 8908 8910 8865 0 -1 4194304 2424 0 0 0 45008 2 0 0 25 0 1 0 186872212 10637312 2409 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 134588652 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8910/statm: 2597 2409 122 215 0 2379 0
Current children cumulated CPU time (s) 450.1
Current children cumulated vsize (Kb) 10388

[startup+460.26 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8910
/proc/meminfo: memFree=1386920/2055920 swapFree=4181424/4192956
[pid=8910] ppid=8908 vsize=10388 CPUtime=460.11
/proc/8910/stat : 8910 (minisat+) R 8908 8910 8865 0 -1 4194304 2424 0 0 0 46009 2 0 0 25 0 1 0 186872212 10637312 2409 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 134580768 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8910/statm: 2597 2409 122 215 0 2379 0
Current children cumulated CPU time (s) 460.11
Current children cumulated vsize (Kb) 10388

[startup+470.266 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8910
/proc/meminfo: memFree=1386856/2055920 swapFree=4181424/4192956
[pid=8910] ppid=8908 vsize=10388 CPUtime=470.11
/proc/8910/stat : 8910 (minisat+) R 8908 8910 8865 0 -1 4194304 2441 0 0 0 47009 2 0 0 25 0 1 0 186872212 10637312 2426 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 134580768 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8910/statm: 2597 2426 122 215 0 2379 0
Current children cumulated CPU time (s) 470.11
Current children cumulated vsize (Kb) 10388

[startup+480.272 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8910
/proc/meminfo: memFree=1386792/2055920 swapFree=4181424/4192956
[pid=8910] ppid=8908 vsize=10388 CPUtime=480.11
/proc/8910/stat : 8910 (minisat+) R 8908 8910 8865 0 -1 4194304 2447 0 0 0 48009 2 0 0 25 0 1 0 186872212 10637312 2432 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8910/statm: 2597 2432 122 215 0 2379 0
Current children cumulated CPU time (s) 480.11
Current children cumulated vsize (Kb) 10388

[startup+490.277 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 8910
/proc/meminfo: memFree=1386792/2055920 swapFree=4181424/4192956
[pid=8910] ppid=8908 vsize=10388 CPUtime=490.11
/proc/8910/stat : 8910 (minisat+) R 8908 8910 8865 0 -1 4194304 2456 0 0 0 49009 2 0 0 25 0 1 0 186872212 10637312 2441 18446744073709551615 134512640 135395479 4294956688 18446744073709551615 134574162 0 0 4096 16386 0 0 0 17 1 0 0
/proc/8910/statm: 2597 2441 122 215 0 2379 0
Current children cumulated CPU time (s) 490.11
Current children cumulated vsize (Kb) 10388

Child status: 20
Real time (s): 492.635
CPU time (s): 492.48
CPU user time (s): 492.448
CPU system time (s): 0.031995
CPU usage (%): 99.9685
Max. virtual memory (cumulated for all children) (Kb): 10388

Launcher Data (download as text)

Begin job on node3 on Fri Jun  2 01:35:05 UTC 2006


FILE ID= 34614-1149212105

PBS_JOBID= 294169

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

MD5SUM SOLVER= 490d1d4b9bbf010afe7f0af63a5a62db
MD5SUM BENCH=  48e5a0f80e1be044effaae28584b73c9

RANDOM SEED= 401927120


/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.261
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.261
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:       1396344 kB
Buffers:         31596 kB
Cached:         552312 kB
SwapCached:       3612 kB
Active:         225444 kB
Inactive:       367540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1396344 kB
SwapTotal:     4192956 kB
SwapFree:      4181424 kB
Dirty:              24 kB
Writeback:           0 kB
Mapped:          14920 kB
Slab:            52624 kB
Committed_AS:   167956 kB
PageTables:       1408 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node3 on Fri Jun  2 01:43:18 UTC 2006