Trace number 34585

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 442.197 442.327

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1110974180.opb
MD5SUM0767c1a06efa13af223b4b90ef1e7572
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.244962
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 1231
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.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: 582   maxlim: 1154   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 |    6726    21387 |    2242       0        0     nan |  0.000 % |
0.06	c |       102 |    6649    21114 |    2466      94     1594    17.0 |  4.952 % |
0.09	c |       253 |    6649    21114 |    2712     245     8687    35.5 |  4.952 % |
0.13	c |       479 |    6649    21114 |    2984     471    19715    41.9 |  4.952 % |
0.18	c |       817 |    6649    21114 |    3282     809    34608    42.8 |  4.952 % |
0.29	c |      1323 |    6649    21114 |    3610    1315    63505    48.3 |  4.952 % |
0.46	c |      2084 |    6567    20832 |    3971    2066    98799    47.8 |  5.698 % |
0.74	c |      3223 |    6567    20832 |    4369    3205   155151    48.4 |  5.698 % |
1.21	c |      4933 |    6567    20832 |    4805    2580   129078    50.0 |  5.698 % |
1.89	c |      7495 |    6567    20832 |    5286    5142   296746    57.7 |  5.698 % |
3.03	c |     11341 |    6567    20832 |    5815    3265   168833    51.7 |  5.698 % |
4.82	c |     17107 |    6567    20832 |    6396    5925   359280    60.6 |  5.698 % |
7.43	c |     25757 |    6567    20832 |    7036    4225   233845    55.3 |  5.698 % |
11.49	c |     38732 |    6535    20728 |    7739    5895   323144    54.8 |  6.017 % |
17.67	c |     58195 |    6535    20728 |    8513    4807   216924    45.1 |  6.017 % |
27.10	c |     87390 |    6535    20728 |    9365    6879   376534    54.7 |  6.017 % |
41.40	c |    131179 |    6535    20728 |   10301    6397   321457    50.3 |  6.017 % |
63.55	c |    196866 |    6526    20699 |   11332    6772   342138    50.5 |  6.124 % |
98.72	c |    295392 |    6517    20668 |   12465   10471   565502    54.0 |  6.177 % |
154.17	c |    443182 |    6508    20639 |   13711    8468   407165    48.1 |  6.283 % |
236.49	c |    664866 |    6481    20550 |   15083    9161   392758    42.9 |  6.550 % |
360.30	c |    997392 |    6400    20267 |   16591   12945   516023    39.9 |  6.922 % |
442.32	c ==============================================================================
442.32	c UNSATISFIABLE
442.32	s UNSATISFIABLE
442.32	c _______________________________________________________________________________
442.32	c 
442.32	c restarts              : 22
442.32	c conflicts             : 1247542        (2822 /sec)
442.32	c decisions             : 1517904        (3433 /sec)
442.32	c propagations          : 0              (0 /sec)
442.32	c inspects              : 0              (0 /sec)
442.32	c CPU time              : 442.131 s
442.32	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/node39/watcher-34585-1149209895 -o ROOT/results/node39/solver-34585-1149209895 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user7/minisat+ ROOT/tmp/node39/34585-1149209895/instance-34585-1149209895.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.81 0.90 0.90 2/64 30004
/proc/meminfo: memFree=1351760/2055920 swapFree=4180888/4192956
[pid=30004] ppid=30002 vsize=1048 CPUtime=0
/proc/30004/stat : 30004 (minisat+) R 30002 30004 29959 0 -1 4194304 110 0 0 0 0 0 0 0 19 0 1 0 186655850 1073152 95 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135007481 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30004/statm: 262 96 74 215 0 44 0

[startup+10.0016 s]
/proc/loadavg: 0.84 0.91 0.90 2/64 30004
/proc/meminfo: memFree=1348136/2055920 swapFree=4180888/4192956
[pid=30004] ppid=30002 vsize=4644 CPUtime=9.99
/proc/30004/stat : 30004 (minisat+) R 30002 30004 29959 0 -1 4194304 1056 0 0 0 999 0 0 0 25 0 1 0 186655850 4755456 1041 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135010894 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30004/statm: 1161 1041 122 215 0 943 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 4644

[startup+20.0075 s]
/proc/loadavg: 0.86 0.91 0.90 2/64 30004
/proc/meminfo: memFree=1347496/2055920 swapFree=4180888/4192956
[pid=30004] ppid=30002 vsize=5312 CPUtime=19.99
/proc/30004/stat : 30004 (minisat+) R 30002 30004 29959 0 -1 4194304 1214 0 0 0 1999 0 0 0 25 0 1 0 186655850 5439488 1199 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30004/statm: 1328 1199 122 215 0 1110 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 5312

[startup+30.0134 s]
/proc/loadavg: 0.88 0.91 0.90 2/64 30004
/proc/meminfo: memFree=1346984/2055920 swapFree=4180888/4192956
[pid=30004] ppid=30002 vsize=5852 CPUtime=29.99
/proc/30004/stat : 30004 (minisat+) R 30002 30004 29959 0 -1 4194304 1339 0 0 0 2999 0 0 0 25 0 1 0 186655850 5992448 1324 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574570 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30004/statm: 1463 1324 122 215 0 1245 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 5852

[startup+40.0194 s]
/proc/loadavg: 0.90 0.91 0.90 2/64 30004
/proc/meminfo: memFree=1346920/2055920 swapFree=4180888/4192956
[pid=30004] ppid=30002 vsize=5852 CPUtime=40
/proc/30004/stat : 30004 (minisat+) R 30002 30004 29959 0 -1 4194304 1356 0 0 0 4000 0 0 0 25 0 1 0 186655850 5992448 1341 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134573829 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30004/statm: 1463 1341 122 215 0 1245 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 5852

[startup+50.0253 s]
/proc/loadavg: 0.91 0.92 0.90 2/64 30004
/proc/meminfo: memFree=1346280/2055920 swapFree=4180888/4192956
[pid=30004] ppid=30002 vsize=6520 CPUtime=50
/proc/30004/stat : 30004 (minisat+) R 30002 30004 29959 0 -1 4194304 1506 0 0 0 5000 0 0 0 25 0 1 0 186655850 6676480 1491 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576754 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30004/statm: 1630 1491 122 215 0 1412 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 6520

[startup+60.0312 s]
/proc/loadavg: 0.93 0.92 0.90 2/64 30004
/proc/meminfo: memFree=1346216/2055920 swapFree=4180888/4192956
[pid=30004] ppid=30002 vsize=6520 CPUtime=60.01
/proc/30004/stat : 30004 (minisat+) R 30002 30004 29959 0 -1 4194304 1529 0 0 0 6000 1 0 0 25 0 1 0 186655850 6676480 1514 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581181 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30004/statm: 1630 1514 122 215 0 1412 0
Current children cumulated CPU time (s) 60.01
Current children cumulated vsize (Kb) 6520

[startup+70.0371 s]
/proc/loadavg: 0.94 0.92 0.90 2/64 30004
/proc/meminfo: memFree=1346088/2055920 swapFree=4180888/4192956
[pid=30004] ppid=30002 vsize=6792 CPUtime=70.02
/proc/30004/stat : 30004 (minisat+) R 30002 30004 29959 0 -1 4194304 1577 0 0 0 7001 1 0 0 25 0 1 0 186655850 6955008 1562 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580768 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30004/statm: 1698 1562 122 215 0 1480 0
Current children cumulated CPU time (s) 70.02
Current children cumulated vsize (Kb) 6792

[startup+80.0431 s]
/proc/loadavg: 0.95 0.92 0.90 2/64 30004
/proc/meminfo: memFree=1345960/2055920 swapFree=4180888/4192956
[pid=30004] ppid=30002 vsize=6928 CPUtime=80.02
/proc/30004/stat : 30004 (minisat+) R 30002 30004 29959 0 -1 4194304 1609 0 0 0 8001 1 0 0 25 0 1 0 186655850 7094272 1594 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30004/statm: 1732 1594 122 215 0 1514 0
Current children cumulated CPU time (s) 80.02
Current children cumulated vsize (Kb) 6928

[startup+90.049 s]
/proc/loadavg: 0.95 0.92 0.90 2/64 30004
/proc/meminfo: memFree=1345640/2055920 swapFree=4180888/4192956
[pid=30004] ppid=30002 vsize=7192 CPUtime=90.02
/proc/30004/stat : 30004 (minisat+) R 30002 30004 29959 0 -1 4194304 1684 0 0 0 9001 1 0 0 25 0 1 0 186655850 7364608 1669 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581426 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30004/statm: 1798 1669 122 215 0 1580 0
Current children cumulated CPU time (s) 90.02
Current children cumulated vsize (Kb) 7192

[startup+100.055 s]
/proc/loadavg: 0.96 0.93 0.91 2/64 30004
/proc/meminfo: memFree=1345448/2055920 swapFree=4180888/4192956
[pid=30004] ppid=30002 vsize=7468 CPUtime=100.02
/proc/30004/stat : 30004 (minisat+) R 30002 30004 29959 0 -1 4194304 1730 0 0 0 10001 1 0 0 25 0 1 0 186655850 7647232 1715 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580915 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30004/statm: 1867 1715 122 215 0 1649 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 7468

[startup+110.061 s]
/proc/loadavg: 0.97 0.93 0.91 2/64 30004
/proc/meminfo: memFree=1345256/2055920 swapFree=4180888/4192956
[pid=30004] ppid=30002 vsize=7596 CPUtime=110.03
/proc/30004/stat : 30004 (minisat+) R 30002 30004 29959 0 -1 4194304 1775 0 0 0 11002 1 0 0 25 0 1 0 186655850 7778304 1760 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30004/statm: 1899 1760 122 215 0 1681 0
Current children cumulated CPU time (s) 110.03
Current children cumulated vsize (Kb) 7596

[startup+120.067 s]
/proc/loadavg: 0.97 0.93 0.91 2/64 30004
/proc/meminfo: memFree=1345128/2055920 swapFree=4180888/4192956
[pid=30004] ppid=30002 vsize=7736 CPUtime=120.03
/proc/30004/stat : 30004 (minisat+) R 30002 30004 29959 0 -1 4194304 1807 0 0 0 12002 1 0 0 25 0 1 0 186655850 7921664 1792 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580973 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30004/statm: 1934 1792 122 215 0 1716 0
Current children cumulated CPU time (s) 120.03
Current children cumulated vsize (Kb) 7736

[startup+130.073 s]
/proc/loadavg: 0.98 0.93 0.91 2/64 30004
/proc/meminfo: memFree=1345000/2055920 swapFree=4180888/4192956
[pid=30004] ppid=30002 vsize=7872 CPUtime=130.03
/proc/30004/stat : 30004 (minisat+) R 30002 30004 29959 0 -1 4194304 1829 0 0 0 13002 1 0 0 25 0 1 0 186655850 8060928 1814 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580941 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30004/statm: 1968 1814 122 215 0 1750 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 7872

[startup+140.079 s]
/proc/loadavg: 0.98 0.93 0.91 2/64 30004
/proc/meminfo: memFree=1344936/2055920 swapFree=4180888/4192956
[pid=30004] ppid=30002 vsize=7872 CPUtime=140.03
/proc/30004/stat : 30004 (minisat+) R 30002 30004 29959 0 -1 4194304 1841 0 0 0 14002 1 0 0 25 0 1 0 186655850 8060928 1826 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30004/statm: 1968 1826 122 215 0 1750 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 7872

[startup+150.085 s]
/proc/loadavg: 0.98 0.94 0.91 2/64 30004
/proc/meminfo: memFree=1344872/2055920 swapFree=4180888/4192956
[pid=30004] ppid=30002 vsize=7872 CPUtime=150.04
/proc/30004/stat : 30004 (minisat+) R 30002 30004 29959 0 -1 4194304 1857 0 0 0 15003 1 0 0 25 0 1 0 186655850 8060928 1842 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30004/statm: 1968 1842 122 215 0 1750 0
Current children cumulated CPU time (s) 150.04
Current children cumulated vsize (Kb) 7872

[startup+160.091 s]
/proc/loadavg: 0.98 0.94 0.91 2/64 30004
/proc/meminfo: memFree=1344808/2055920 swapFree=4180888/4192956
[pid=30004] ppid=30002 vsize=8008 CPUtime=160.04
/proc/30004/stat : 30004 (minisat+) R 30002 30004 29959 0 -1 4194304 1871 0 0 0 16003 1 0 0 25 0 1 0 186655850 8200192 1856 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574538 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30004/statm: 2002 1856 122 215 0 1784 0
Current children cumulated CPU time (s) 160.04
Current children cumulated vsize (Kb) 8008

[startup+170.096 s]
/proc/loadavg: 0.99 0.94 0.91 2/70 30067
/proc/meminfo: memFree=1343608/2055920 swapFree=4180888/4192956
[pid=30004] ppid=30002 vsize=8008 CPUtime=170.04
/proc/30004/stat : 30004 (minisat+) R 30002 30004 29959 0 -1 4194304 1885 0 0 0 17002 2 0 0 25 0 1 0 186655850 8200192 1870 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581074 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30004/statm: 2002 1870 122 215 0 1784 0
Current children cumulated CPU time (s) 170.04
Current children cumulated vsize (Kb) 8008

[startup+180.103 s]
/proc/loadavg: 0.99 0.94 0.91 2/64 30199
/proc/meminfo: memFree=1344360/2055920 swapFree=4180888/4192956
[pid=30004] ppid=30002 vsize=8168 CPUtime=180.03
/proc/30004/stat : 30004 (minisat+) R 30002 30004 29959 0 -1 4194304 1899 0 0 0 17998 5 0 0 25 0 1 0 186655850 8364032 1884 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574445 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30004/statm: 2042 1884 122 215 0 1824 0
Current children cumulated CPU time (s) 180.03
Current children cumulated vsize (Kb) 8168

[startup+190.109 s]
/proc/loadavg: 0.99 0.94 0.91 2/64 30199
/proc/meminfo: memFree=1344424/2055920 swapFree=4180888/4192956
[pid=30004] ppid=30002 vsize=8168 CPUtime=190.04
/proc/30004/stat : 30004 (minisat+) R 30002 30004 29959 0 -1 4194304 1906 0 0 0 18999 5 0 0 25 0 1 0 186655850 8364032 1891 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580856 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30004/statm: 2042 1891 122 215 0 1824 0
Current children cumulated CPU time (s) 190.04
Current children cumulated vsize (Kb) 8168

[startup+200.115 s]
/proc/loadavg: 0.99 0.94 0.91 2/64 30199
/proc/meminfo: memFree=1344424/2055920 swapFree=4180888/4192956
[pid=30004] ppid=30002 vsize=8324 CPUtime=200.04
/proc/30004/stat : 30004 (minisat+) R 30002 30004 29959 0 -1 4194304 1940 0 0 0 19999 5 0 0 25 0 1 0 186655850 8523776 1925 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134577044 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30004/statm: 2081 1925 122 215 0 1863 0
Current children cumulated CPU time (s) 200.04
Current children cumulated vsize (Kb) 8324

[startup+210.121 s]
/proc/loadavg: 0.99 0.94 0.91 2/64 30199
/proc/meminfo: memFree=1344360/2055920 swapFree=4180888/4192956

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

/proc/30004/statm: 2081 1940 122 215 0 1863 0
Current children cumulated CPU time (s) 230.05
Current children cumulated vsize (Kb) 8324

[startup+240.139 s]
/proc/loadavg: 0.99 0.95 0.91 2/64 30199
/proc/meminfo: memFree=1343848/2055920 swapFree=4180888/4192956
[pid=30004] ppid=30002 vsize=8844 CPUtime=240.05
/proc/30004/stat : 30004 (minisat+) R 30002 30004 29959 0 -1 4194304 2081 0 0 0 24000 5 0 0 25 0 1 0 186655850 9056256 2066 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580789 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30004/statm: 2211 2066 122 215 0 1993 0
Current children cumulated CPU time (s) 240.05
Current children cumulated vsize (Kb) 8844

[startup+250.145 s]
/proc/loadavg: 0.99 0.95 0.91 2/64 30199
/proc/meminfo: memFree=1343528/2055920 swapFree=4180888/4192956
[pid=30004] ppid=30002 vsize=9244 CPUtime=250.05
/proc/30004/stat : 30004 (minisat+) R 30002 30004 29959 0 -1 4194304 2158 0 0 0 25000 5 0 0 25 0 1 0 186655850 9465856 2143 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30004/statm: 2311 2143 122 215 0 2093 0
Current children cumulated CPU time (s) 250.05
Current children cumulated vsize (Kb) 9244

[startup+260.151 s]
/proc/loadavg: 0.99 0.95 0.91 2/64 30199
/proc/meminfo: memFree=1343464/2055920 swapFree=4180888/4192956
[pid=30004] ppid=30002 vsize=9244 CPUtime=260.06
/proc/30004/stat : 30004 (minisat+) R 30002 30004 29959 0 -1 4194304 2169 0 0 0 26001 5 0 0 25 0 1 0 186655850 9465856 2154 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581028 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30004/statm: 2311 2154 122 215 0 2093 0
Current children cumulated CPU time (s) 260.06
Current children cumulated vsize (Kb) 9244

[startup+270.157 s]
/proc/loadavg: 0.99 0.95 0.91 2/64 30199
/proc/meminfo: memFree=1343464/2055920 swapFree=4180888/4192956
[pid=30004] ppid=30002 vsize=9244 CPUtime=270.06
/proc/30004/stat : 30004 (minisat+) R 30002 30004 29959 0 -1 4194304 2169 0 0 0 27001 5 0 0 25 0 1 0 186655850 9465856 2154 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580744 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30004/statm: 2311 2154 122 215 0 2093 0
Current children cumulated CPU time (s) 270.06
Current children cumulated vsize (Kb) 9244

[startup+280.163 s]
/proc/loadavg: 0.99 0.95 0.91 2/64 30199
/proc/meminfo: memFree=1343464/2055920 swapFree=4180888/4192956
[pid=30004] ppid=30002 vsize=9244 CPUtime=280.06
/proc/30004/stat : 30004 (minisat+) R 30002 30004 29959 0 -1 4194304 2178 0 0 0 28001 5 0 0 25 0 1 0 186655850 9465856 2163 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581044 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30004/statm: 2311 2163 122 215 0 2093 0
Current children cumulated CPU time (s) 280.06
Current children cumulated vsize (Kb) 9244

[startup+290.169 s]
/proc/loadavg: 0.99 0.95 0.91 2/64 30199
/proc/meminfo: memFree=1343464/2055920 swapFree=4180888/4192956
[pid=30004] ppid=30002 vsize=9392 CPUtime=290.07
/proc/30004/stat : 30004 (minisat+) R 30002 30004 29959 0 -1 4194304 2193 0 0 0 29002 5 0 0 25 0 1 0 186655850 9617408 2178 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30004/statm: 2348 2178 122 215 0 2130 0
Current children cumulated CPU time (s) 290.07
Current children cumulated vsize (Kb) 9392

[startup+300.174 s]
/proc/loadavg: 0.99 0.95 0.91 2/64 30199
/proc/meminfo: memFree=1343464/2055920 swapFree=4180888/4192956
[pid=30004] ppid=30002 vsize=9392 CPUtime=300.07
/proc/30004/stat : 30004 (minisat+) R 30002 30004 29959 0 -1 4194304 2193 0 0 0 30002 5 0 0 25 0 1 0 186655850 9617408 2178 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580921 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30004/statm: 2348 2178 122 215 0 2130 0
Current children cumulated CPU time (s) 300.07
Current children cumulated vsize (Kb) 9392

[startup+310.179 s]
/proc/loadavg: 0.99 0.95 0.91 2/64 30199
/proc/meminfo: memFree=1343464/2055920 swapFree=4180888/4192956
[pid=30004] ppid=30002 vsize=9392 CPUtime=310.07
/proc/30004/stat : 30004 (minisat+) R 30002 30004 29959 0 -1 4194304 2193 0 0 0 31002 5 0 0 25 0 1 0 186655850 9617408 2178 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576758 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30004/statm: 2348 2178 122 215 0 2130 0
Current children cumulated CPU time (s) 310.07
Current children cumulated vsize (Kb) 9392

[startup+320.185 s]
/proc/loadavg: 0.99 0.95 0.91 2/64 30199
/proc/meminfo: memFree=1343464/2055920 swapFree=4180888/4192956
[pid=30004] ppid=30002 vsize=9392 CPUtime=320.08
/proc/30004/stat : 30004 (minisat+) R 30002 30004 29959 0 -1 4194304 2193 0 0 0 32003 5 0 0 25 0 1 0 186655850 9617408 2178 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581415 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30004/statm: 2348 2178 122 215 0 2130 0
Current children cumulated CPU time (s) 320.08
Current children cumulated vsize (Kb) 9392

[startup+330.191 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 30199
/proc/meminfo: memFree=1343464/2055920 swapFree=4180888/4192956
[pid=30004] ppid=30002 vsize=9392 CPUtime=330.08
/proc/30004/stat : 30004 (minisat+) R 30002 30004 29959 0 -1 4194304 2200 0 0 0 33003 5 0 0 25 0 1 0 186655850 9617408 2185 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580825 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30004/statm: 2348 2185 122 215 0 2130 0
Current children cumulated CPU time (s) 330.08
Current children cumulated vsize (Kb) 9392

[startup+340.197 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 30199
/proc/meminfo: memFree=1343464/2055920 swapFree=4180888/4192956
[pid=30004] ppid=30002 vsize=9392 CPUtime=340.08
/proc/30004/stat : 30004 (minisat+) R 30002 30004 29959 0 -1 4194304 2200 0 0 0 34003 5 0 0 25 0 1 0 186655850 9617408 2185 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580890 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30004/statm: 2348 2185 122 215 0 2130 0
Current children cumulated CPU time (s) 340.08
Current children cumulated vsize (Kb) 9392

[startup+350.203 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 30199
/proc/meminfo: memFree=1343464/2055920 swapFree=4180888/4192956
[pid=30004] ppid=30002 vsize=9392 CPUtime=350.09
/proc/30004/stat : 30004 (minisat+) R 30002 30004 29959 0 -1 4194304 2207 0 0 0 35004 5 0 0 25 0 1 0 186655850 9617408 2192 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580819 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30004/statm: 2348 2192 122 215 0 2130 0
Current children cumulated CPU time (s) 350.09
Current children cumulated vsize (Kb) 9392

[startup+360.208 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 30199
/proc/meminfo: memFree=1343336/2055920 swapFree=4180888/4192956
[pid=30004] ppid=30002 vsize=9540 CPUtime=360.09
/proc/30004/stat : 30004 (minisat+) R 30002 30004 29959 0 -1 4194304 2239 0 0 0 36004 5 0 0 25 0 1 0 186655850 9768960 2224 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576448 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30004/statm: 2385 2224 122 215 0 2167 0
Current children cumulated CPU time (s) 360.09
Current children cumulated vsize (Kb) 9540

[startup+370.214 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 30199
/proc/meminfo: memFree=1343144/2055920 swapFree=4180888/4192956
[pid=30004] ppid=30002 vsize=9684 CPUtime=370.1
/proc/30004/stat : 30004 (minisat+) R 30002 30004 29959 0 -1 4194304 2286 0 0 0 37004 6 0 0 25 0 1 0 186655850 9916416 2271 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30004/statm: 2421 2271 122 215 0 2203 0
Current children cumulated CPU time (s) 370.1
Current children cumulated vsize (Kb) 9684

[startup+380.22 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 30199
/proc/meminfo: memFree=1343016/2055920 swapFree=4180888/4192956
[pid=30004] ppid=30002 vsize=9948 CPUtime=380.1
/proc/30004/stat : 30004 (minisat+) R 30002 30004 29959 0 -1 4194304 2324 0 0 0 38004 6 0 0 25 0 1 0 186655850 10186752 2309 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30004/statm: 2487 2309 122 215 0 2269 0
Current children cumulated CPU time (s) 380.1
Current children cumulated vsize (Kb) 9948

[startup+390.226 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 30199
/proc/meminfo: memFree=1342952/2055920 swapFree=4180888/4192956
[pid=30004] ppid=30002 vsize=9948 CPUtime=390.11
/proc/30004/stat : 30004 (minisat+) R 30002 30004 29959 0 -1 4194304 2341 0 0 0 39005 6 0 0 25 0 1 0 186655850 10186752 2326 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30004/statm: 2487 2326 122 215 0 2269 0
Current children cumulated CPU time (s) 390.11
Current children cumulated vsize (Kb) 9948

[startup+400.232 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 30199
/proc/meminfo: memFree=1342568/2055920 swapFree=4180888/4192956
[pid=30004] ppid=30002 vsize=10340 CPUtime=400.11
/proc/30004/stat : 30004 (minisat+) R 30002 30004 29959 0 -1 4194304 2428 0 0 0 40005 6 0 0 25 0 1 0 186655850 10588160 2413 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580355 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30004/statm: 2585 2413 122 215 0 2367 0
Current children cumulated CPU time (s) 400.11
Current children cumulated vsize (Kb) 10340

[startup+410.239 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 30199
/proc/meminfo: memFree=1342312/2055920 swapFree=4180888/4192956
[pid=30004] ppid=30002 vsize=10600 CPUtime=410.11
/proc/30004/stat : 30004 (minisat+) R 30002 30004 29959 0 -1 4194304 2494 0 0 0 41005 6 0 0 25 0 1 0 186655850 10854400 2479 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134576846 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30004/statm: 2650 2479 122 215 0 2432 0
Current children cumulated CPU time (s) 410.11
Current children cumulated vsize (Kb) 10600

[startup+420.244 s]
/proc/loadavg: 0.99 0.96 0.91 2/64 30199
/proc/meminfo: memFree=1342184/2055920 swapFree=4180888/4192956
[pid=30004] ppid=30002 vsize=10600 CPUtime=420.12
/proc/30004/stat : 30004 (minisat+) R 30002 30004 29959 0 -1 4194304 2517 0 0 0 42006 6 0 0 25 0 1 0 186655850 10854400 2502 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134589062 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30004/statm: 2650 2502 122 215 0 2432 0
Current children cumulated CPU time (s) 420.12
Current children cumulated vsize (Kb) 10600

[startup+430.25 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 30199
/proc/meminfo: memFree=1342184/2055920 swapFree=4180888/4192956
[pid=30004] ppid=30002 vsize=10744 CPUtime=430.12
/proc/30004/stat : 30004 (minisat+) R 30002 30004 29959 0 -1 4194304 2531 0 0 0 43006 6 0 0 25 0 1 0 186655850 11001856 2516 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580965 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30004/statm: 2686 2516 122 215 0 2468 0
Current children cumulated CPU time (s) 430.12
Current children cumulated vsize (Kb) 10744

[startup+440.256 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 30199
/proc/meminfo: memFree=1342184/2055920 swapFree=4180888/4192956
[pid=30004] ppid=30002 vsize=10744 CPUtime=440.12
/proc/30004/stat : 30004 (minisat+) R 30002 30004 29959 0 -1 4194304 2531 0 0 0 44006 6 0 0 25 0 1 0 186655850 11001856 2516 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580908 0 0 4096 16386 0 0 0 17 1 0 0
/proc/30004/statm: 2686 2516 122 215 0 2468 0
Current children cumulated CPU time (s) 440.12
Current children cumulated vsize (Kb) 10744

Child status: 20
Real time (s): 442.327
CPU time (s): 442.197
CPU user time (s): 442.131
CPU system time (s): 0.065989
CPU usage (%): 99.9706
Max. virtual memory (cumulated for all children) (Kb): 10744

Launcher Data (download as text)

Begin job on node39 on Fri Jun  2 00:58:16 UTC 2006


FILE ID= 34585-1149209895

PBS_JOBID= 293791

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

MD5SUM SOLVER= 490d1d4b9bbf010afe7f0af63a5a62db
MD5SUM BENCH=  0767c1a06efa13af223b4b90ef1e7572

RANDOM SEED= 579130519


/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.213
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	: 5931.00
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.213
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:       1351968 kB
Buffers:         43744 kB
Cached:         586100 kB
SwapCached:       4052 kB
Active:         214800 kB
Inactive:       424088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1351968 kB
SwapTotal:     4192956 kB
SwapFree:      4180888 kB
Dirty:             288 kB
Writeback:           0 kB
Mapped:          14820 kB
Slab:            51080 kB
Committed_AS:   177596 kB
PageTables:       1428 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node39 on Fri Jun  2 01:05:38 UTC 2006