Trace number 339327

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 SAT 2007 (with assertions)UNSAT 619.226 619.383

General information on the benchmark

Namecrafted/Difficult/contest05/jarvisalo/
mod2c-rand3bip-unsat-135-2.sat05-2354.reshuffled-07.cnf
MD5SUM5108c832bdf105f072e86da2a52fd6b5
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark60.4828
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of clauses720
Sum of the clauses size2880
Maximum clause length4
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 4720
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.00	c This is MiniSat 2.0 (Feb 1 2007, SAT-Competition version)
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  180                                                  |
0.00/0.00	c |  Number of clauses:    720                                                  |
0.00/0.00	c |  Parsing time:         0.00         s                                       |
0.00/0.00	c ============================[ Search Statistics ]==============================
0.00/0.00	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.00	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.00	c ===============================================================================
0.00/0.00	c |         0 |      84      336     1344 |      112        0    nan |  0.000 % |
0.00/0.00	c |       101 |      84      336     1344 |      123      101     17 |  0.003 % |
0.00/0.00	c |       251 |      84      336     1344 |      135      164     15 |  0.003 % |
0.00/0.01	c |       477 |      84      336     1344 |      149      122     11 |  0.003 % |
0.00/0.01	c |       814 |      84      336     1344 |      163      157     11 |  0.003 % |
0.00/0.01	c |      1320 |      84      336     1344 |      180      164     10 |  0.003 % |
0.00/0.02	c |      2079 |      84      336     1344 |      198      146     11 |  0.003 % |
0.00/0.03	c |      3219 |      84      336     1344 |      218      235     13 |  0.003 % |
0.00/0.05	c |      4928 |      84      336     1344 |      240      245     15 |  0.003 % |
0.00/0.07	c |      7490 |      84      336     1344 |      264      236     13 |  0.003 % |
0.10/0.11	c |     11337 |      84      336     1344 |      290      241     11 |  0.003 % |
0.10/0.17	c |     17103 |      84      336     1344 |      319      257     13 |  0.003 % |
0.20/0.26	c |     25752 |      84      336     1344 |      351      250     14 |  0.003 % |
0.30/0.40	c |     38726 |      84      336     1344 |      386      257     13 |  0.003 % |
0.50/0.59	c |     58188 |      84      336     1344 |      425      271     14 |  0.003 % |
0.90/0.92	c |     87381 |      84      336     1344 |      467      355     15 |  0.003 % |
1.40/1.41	c |    131171 |      84      336     1344 |      514      492     15 |  0.003 % |
2.10/2.16	c |    196856 |      84      336     1344 |      566      308     12 |  0.003 % |
3.30/3.34	c |    295383 |      84      336     1344 |      622      516     15 |  0.003 % |
4.99/5.06	c |    443173 |      84      336     1344 |      684      560     14 |  0.003 % |
7.79/7.83	c |    664857 |      84      336     1344 |      753      498     13 |  0.003 % |
11.79/11.86	c |    997382 |      84      336     1344 |      828      435     13 |  0.003 % |
18.19/18.27	c |   1496170 |      84      336     1344 |      911      765     14 |  0.003 % |
27.89/27.93	c |   2244352 |      84      336     1344 |     1002      760     15 |  0.003 % |
43.38/43.47	c |   3366626 |      84      336     1344 |     1103      655     12 |  0.003 % |
66.77/66.88	c |   5050038 |      84      336     1344 |     1213      958     14 |  0.003 % |
103.27/103.36	c |   7575154 |      84      336     1344 |     1334      957     14 |  0.003 % |
159.15/159.25	c |  11362829 |      84      336     1344 |     1468      751     16 |  0.003 % |
246.53/246.64	c |  17044341 |      84      336     1344 |     1615      792     13 |  0.006 % |
382.49/382.65	c |  25566611 |      84      336     1344 |     1776     1390     15 |  0.006 % |
589.75/589.90	c |  38350014 |      81      312     1248 |     1954     1471     11 |  1.670 % |
619.14/619.38	c ===============================================================================
619.14/619.38	c restarts              : 31
619.14/619.38	c conflicts             : 40178768       (64887 /sec)
619.14/619.38	c decisions             : 62611835       (1.93 % random) (101115 /sec)
619.14/619.38	c propagations          : 317458179      (512680 /sec)
619.14/619.38	c conflict literals     : 602025000      (17.47 % deleted)
619.14/619.38	c Memory used           : 2.62 MB
619.14/619.38	c CPU time              : 619.213 s
619.14/619.38	c 
619.14/619.38	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.1 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node70/watcher-339327-1173702747 -o ROOT/results/node70/solver-339327-1173702747 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/339327-1173702747/minisat /tmp/evaluation/339327-1173702747/instance-339327-1173702747.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 17905
/proc/meminfo: memFree=1794808/2055920 swapFree=4179464/4192956
[pid=17905] ppid=17903 vsize=1752 CPUtime=0
/proc/17905/stat : 17905 (minisat) R 17903 17905 17055 0 -1 4194304 131 0 0 0 0 0 0 0 18 0 1 0 26574577 1794048 115 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134707275 0 0 4096 3 0 0 0 17 1 0 0
/proc/17905/statm: 472 116 72 138 0 331 0

[startup+0.00985509 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 17905
/proc/meminfo: memFree=1794808/2055920 swapFree=4179464/4192956
[pid=17905] ppid=17903 vsize=1888 CPUtime=0
/proc/17905/stat : 17905 (minisat) R 17903 17905 17055 0 -1 4194304 140 0 0 0 0 0 0 0 18 0 1 0 26574577 1933312 124 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134556707 0 0 4096 3 0 0 0 17 1 0 0
/proc/17905/statm: 472 124 73 138 0 331 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1888

[startup+0.101864 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 17905
/proc/meminfo: memFree=1794808/2055920 swapFree=4179464/4192956
[pid=17905] ppid=17903 vsize=1888 CPUtime=0.1
/proc/17905/stat : 17905 (minisat) R 17903 17905 17055 0 -1 4194304 140 0 0 0 10 0 0 0 18 0 1 0 26574577 1933312 124 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134556286 0 0 4096 3 0 0 0 17 1 0 0
/proc/17905/statm: 472 124 73 138 0 331 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1888

[startup+0.301884 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 17905
/proc/meminfo: memFree=1794808/2055920 swapFree=4179464/4192956
[pid=17905] ppid=17903 vsize=1888 CPUtime=0.3
/proc/17905/stat : 17905 (minisat) R 17903 17905 17055 0 -1 4194304 141 0 0 0 30 0 0 0 19 0 1 0 26574577 1933312 125 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550656 0 0 4096 3 0 0 0 17 1 0 0
/proc/17905/statm: 472 125 73 138 0 331 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1888

[startup+0.701924 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 17905
/proc/meminfo: memFree=1794808/2055920 swapFree=4179464/4192956
[pid=17905] ppid=17903 vsize=1888 CPUtime=0.7
/proc/17905/stat : 17905 (minisat) R 17903 17905 17055 0 -1 4194304 145 0 0 0 70 0 0 0 22 0 1 0 26574577 1933312 129 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134556727 0 0 4096 3 0 0 0 17 1 0 0
/proc/17905/statm: 472 129 73 138 0 331 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 1888

[startup+1.502 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 17906
/proc/meminfo: memFree=1794480/2055920 swapFree=4179464/4192956
[pid=17905] ppid=17903 vsize=1888 CPUtime=1.5
/proc/17905/stat : 17905 (minisat) R 17903 17905 17055 0 -1 4194304 151 0 0 0 150 0 0 0 25 0 1 0 26574577 1933312 135 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134556371 0 0 4096 3 0 0 0 17 1 0 0
/proc/17905/statm: 472 135 73 138 0 331 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 1888

[startup+3.10116 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 17906
/proc/meminfo: memFree=1794352/2055920 swapFree=4179464/4192956
[pid=17905] ppid=17903 vsize=1888 CPUtime=3.09
/proc/17905/stat : 17905 (minisat) R 17903 17905 17055 0 -1 4194304 162 0 0 0 309 0 0 0 25 0 1 0 26574577 1933312 146 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550738 0 0 4096 3 0 0 0 17 1 0 0
/proc/17905/statm: 472 146 73 138 0 331 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1888

[startup+6.30149 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 17906
/proc/meminfo: memFree=1794224/2055920 swapFree=4179464/4192956
[pid=17905] ppid=17903 vsize=2020 CPUtime=6.29
/proc/17905/stat : 17905 (minisat) R 17903 17905 17055 0 -1 4194304 173 0 0 0 629 0 0 0 25 0 1 0 26574577 2068480 157 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134552881 0 0 4096 3 0 0 0 17 1 0 0
/proc/17905/statm: 505 157 73 138 0 364 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2020

[startup+12.7011 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 17906
/proc/meminfo: memFree=1794160/2055920 swapFree=4179464/4192956
[pid=17905] ppid=17903 vsize=2020 CPUtime=12.69
/proc/17905/stat : 17905 (minisat) R 17903 17905 17055 0 -1 4194304 190 0 0 0 1269 0 0 0 25 0 1 0 26574577 2068480 174 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134555816 0 0 4096 3 0 0 0 17 1 0 0
/proc/17905/statm: 505 174 73 138 0 364 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2020

[startup+25.5014 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 17906
/proc/meminfo: memFree=1794096/2055920 swapFree=4179464/4192956
[pid=17905] ppid=17903 vsize=2152 CPUtime=25.49
/proc/17905/stat : 17905 (minisat) R 17903 17905 17055 0 -1 4194304 204 0 0 0 2549 0 0 0 25 0 1 0 26574577 2203648 188 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550713 0 0 4096 3 0 0 0 17 1 0 0
/proc/17905/statm: 538 188 73 138 0 397 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2152

[startup+51.102 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 17906
/proc/meminfo: memFree=1793968/2055920 swapFree=4179464/4192956
[pid=17905] ppid=17903 vsize=2152 CPUtime=51.08
/proc/17905/stat : 17905 (minisat) R 17903 17905 17055 0 -1 4194304 232 0 0 0 5108 0 0 0 25 0 1 0 26574577 2203648 216 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550787 0 0 4096 3 0 0 0 17 1 0 0
/proc/17905/statm: 538 216 73 138 0 397 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 2152

[startup+102.304 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 17906
/proc/meminfo: memFree=1793840/2055920 swapFree=4179464/4192956
[pid=17905] ppid=17903 vsize=2284 CPUtime=102.27
/proc/17905/stat : 17905 (minisat) R 17903 17905 17055 0 -1 4194304 257 0 0 0 10227 0 0 0 25 0 1 0 26574577 2338816 241 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550708 0 0 4096 3 0 0 0 17 1 0 0
/proc/17905/statm: 571 241 73 138 0 430 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 2284

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17906
/proc/meminfo: memFree=1793776/2055920 swapFree=4179464/4192956
[pid=17905] ppid=17903 vsize=2416 CPUtime=162.25
/proc/17905/stat : 17905 (minisat) R 17903 17905 17055 0 -1 4194304 280 0 0 0 16225 0 0 0 25 0 1 0 26574577 2473984 264 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550582 0 0 4096 3 0 0 0 17 1 0 0
/proc/17905/statm: 604 264 73 138 0 463 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 2416

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17906
/proc/meminfo: memFree=1793648/2055920 swapFree=4179464/4192956
[pid=17905] ppid=17903 vsize=2416 CPUtime=222.23
/proc/17905/stat : 17905 (minisat) R 17903 17905 17055 0 -1 4194304 299 0 0 0 22223 0 0 0 25 0 1 0 26574577 2473984 283 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550587 0 0 4096 3 0 0 0 17 1 0 0
/proc/17905/statm: 604 283 73 138 0 463 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 2416

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17906
/proc/meminfo: memFree=1793648/2055920 swapFree=4179464/4192956
[pid=17905] ppid=17903 vsize=2416 CPUtime=282.22
/proc/17905/stat : 17905 (minisat) R 17903 17905 17055 0 -1 4194304 299 0 0 0 28222 0 0 0 25 0 1 0 26574577 2473984 283 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550652 0 0 4096 3 0 0 0 17 1 0 0
/proc/17905/statm: 604 283 73 138 0 463 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 2416

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17906
/proc/meminfo: memFree=1793584/2055920 swapFree=4179464/4192956
[pid=17905] ppid=17903 vsize=2548 CPUtime=342.2
/proc/17905/stat : 17905 (minisat) R 17903 17905 17055 0 -1 4194304 317 0 0 0 34220 0 0 0 25 0 1 0 26574577 2609152 301 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134556024 0 0 4096 3 0 0 0 17 1 0 0
/proc/17905/statm: 637 301 73 138 0 496 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 2548

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17906
/proc/meminfo: memFree=1793520/2055920 swapFree=4179464/4192956
[pid=17905] ppid=17903 vsize=2680 CPUtime=402.19
/proc/17905/stat : 17905 (minisat) R 17903 17905 17055 0 -1 4194304 333 0 0 0 40219 0 0 0 25 0 1 0 26574577 2744320 317 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550639 0 0 4096 3 0 0 0 17 1 0 0
/proc/17905/statm: 670 317 73 138 0 529 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 2680

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17906
/proc/meminfo: memFree=1793520/2055920 swapFree=4179464/4192956
[pid=17905] ppid=17903 vsize=2680 CPUtime=462.17
/proc/17905/stat : 17905 (minisat) R 17903 17905 17055 0 -1 4194304 344 0 0 0 46217 0 0 0 25 0 1 0 26574577 2744320 328 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550582 0 0 4096 3 0 0 0 17 1 0 0
/proc/17905/statm: 670 328 73 138 0 529 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 2680

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17906
/proc/meminfo: memFree=1793456/2055920 swapFree=4179464/4192956
[pid=17905] ppid=17903 vsize=2680 CPUtime=522.15
/proc/17905/stat : 17905 (minisat) R 17903 17905 17055 0 -1 4194304 346 0 0 0 52215 0 0 0 25 0 1 0 26574577 2744320 330 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550729 0 0 4096 3 0 0 0 17 1 0 0
/proc/17905/statm: 670 330 73 138 0 529 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 2680

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17906
/proc/meminfo: memFree=1793392/2055920 swapFree=4179464/4192956
[pid=17905] ppid=17903 vsize=2680 CPUtime=582.15
/proc/17905/stat : 17905 (minisat) R 17903 17905 17055 0 -1 4194304 365 0 0 0 58214 1 0 0 25 0 1 0 26574577 2744320 349 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550587 0 0 4096 3 0 0 0 17 1 0 0
/proc/17905/statm: 670 349 73 138 0 529 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 2680

Solver just ended. Dumping a history of the last processes samples

[startup+588.702 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17906
/proc/meminfo: memFree=1793392/2055920 swapFree=4179464/4192956
[pid=17905] ppid=17903 vsize=2680 CPUtime=588.55
/proc/17905/stat : 17905 (minisat) R 17903 17905 17055 0 -1 4194304 365 0 0 0 58854 1 0 0 25 0 1 0 26574577 2744320 349 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134549366 0 0 4096 3 0 0 0 17 1 0 0
/proc/17905/statm: 670 349 73 138 0 529 0
Current children cumulated CPU time (s) 588.55
Current children cumulated vsize (KiB) 2680

[startup+601.501 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17906
/proc/meminfo: memFree=1793392/2055920 swapFree=4179464/4192956
[pid=17905] ppid=17903 vsize=2680 CPUtime=601.34
/proc/17905/stat : 17905 (minisat) R 17903 17905 17055 0 -1 4194304 365 0 0 0 60133 1 0 0 25 0 1 0 26574577 2744320 349 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550652 0 0 4096 3 0 0 0 17 1 0 0
/proc/17905/statm: 670 349 73 138 0 529 0
Current children cumulated CPU time (s) 601.34
Current children cumulated vsize (KiB) 2680

[startup+607.902 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17906
/proc/meminfo: memFree=1793392/2055920 swapFree=4179464/4192956
[pid=17905] ppid=17903 vsize=2680 CPUtime=607.74
/proc/17905/stat : 17905 (minisat) R 17903 17905 17055 0 -1 4194304 365 0 0 0 60773 1 0 0 25 0 1 0 26574577 2744320 349 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134556779 0 0 4096 3 0 0 0 17 1 0 0
/proc/17905/statm: 670 349 73 138 0 529 0
Current children cumulated CPU time (s) 607.74
Current children cumulated vsize (KiB) 2680

[startup+614.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17906
/proc/meminfo: memFree=1793392/2055920 swapFree=4179464/4192956
[pid=17905] ppid=17903 vsize=2680 CPUtime=614.14
/proc/17905/stat : 17905 (minisat) R 17903 17905 17055 0 -1 4194304 365 0 0 0 61413 1 0 0 25 0 1 0 26574577 2744320 349 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134556374 0 0 4096 3 0 0 0 17 1 0 0
/proc/17905/statm: 670 349 73 138 0 529 0
Current children cumulated CPU time (s) 614.14
Current children cumulated vsize (KiB) 2680

[startup+617.502 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17906
/proc/meminfo: memFree=1793392/2055920 swapFree=4179464/4192956
[pid=17905] ppid=17903 vsize=2680 CPUtime=617.34
/proc/17905/stat : 17905 (minisat) R 17903 17905 17055 0 -1 4194304 365 0 0 0 61733 1 0 0 25 0 1 0 26574577 2744320 349 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550893 0 0 4096 3 0 0 0 17 1 0 0
/proc/17905/statm: 670 349 73 138 0 529 0
Current children cumulated CPU time (s) 617.34
Current children cumulated vsize (KiB) 2680

[startup+618.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17906
/proc/meminfo: memFree=1793392/2055920 swapFree=4179464/4192956
[pid=17905] ppid=17903 vsize=2680 CPUtime=618.14
/proc/17905/stat : 17905 (minisat) R 17903 17905 17055 0 -1 4194304 365 0 0 0 61813 1 0 0 25 0 1 0 26574577 2744320 349 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550571 0 0 4096 3 0 0 0 17 1 0 0
/proc/17905/statm: 670 349 73 138 0 529 0
Current children cumulated CPU time (s) 618.14
Current children cumulated vsize (KiB) 2680

[startup+619.102 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17906
/proc/meminfo: memFree=1793392/2055920 swapFree=4179464/4192956
[pid=17905] ppid=17903 vsize=2680 CPUtime=618.94
/proc/17905/stat : 17905 (minisat) R 17903 17905 17055 0 -1 4194304 365 0 0 0 61893 1 0 0 25 0 1 0 26574577 2744320 349 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550628 0 0 4096 3 0 0 0 17 1 0 0
/proc/17905/statm: 670 349 73 138 0 529 0
Current children cumulated CPU time (s) 618.94
Current children cumulated vsize (KiB) 2680

[startup+619.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17906
/proc/meminfo: memFree=1793392/2055920 swapFree=4179464/4192956
[pid=17905] ppid=17903 vsize=2680 CPUtime=619.14
/proc/17905/stat : 17905 (minisat) R 17903 17905 17055 0 -1 4194304 365 0 0 0 61913 1 0 0 25 0 1 0 26574577 2744320 349 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550652 0 0 4096 3 0 0 0 17 1 0 0
/proc/17905/statm: 670 349 73 138 0 529 0
Current children cumulated CPU time (s) 619.14
Current children cumulated vsize (KiB) 2680

Child status: 0
Real time (s): 619.383
CPU time (s): 619.226
CPU user time (s): 619.214
CPU system time (s): 0.011998
CPU usage (%): 99.9746
Max. virtual memory (cumulated for all children) (KiB): 2680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 619.214
system time used= 0.011998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 371
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7
involuntary context switches= 1106

runsolver used 0.449931 second user time and 1.25181 second system time

The end

Launcher Data (download as text)

Begin job on node70 on Mon Mar 12 12:32:27 UTC 2007

IDJOB= 339327
IDBENCH= 24744
IDSOLVER= 109
FILE ID= node70/339327-1173702747

PBS_JOBID= 4101761

Free space on /tmp= 66557 MiB

SOLVER NAME= minisat SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/crafted/Difficult/contest05/jarvisalo/mod2c-rand3bip-unsat-135-2.sat05-2354.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/339327-1173702747/minisat /tmp/evaluation/339327-1173702747/instance-339327-1173702747.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node70/watcher-339327-1173702747 -o ROOT/results/node70/solver-339327-1173702747 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/339327-1173702747/minisat /tmp/evaluation/339327-1173702747/instance-339327-1173702747.cnf            

META MD5SUM SOLVER= 120abd248b069e44985635f055606c5a
MD5SUM BENCH=  5108c832bdf105f072e86da2a52fd6b5

RANDOM SEED= 430838025

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node70.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.220
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.220
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:       1795216 kB
Buffers:         30464 kB
Cached:         177144 kB
SwapCached:       8292 kB
Active:          81860 kB
Inactive:       140972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1795216 kB
SwapTotal:     4192956 kB
SwapFree:      4179464 kB
Dirty:             884 kB
Writeback:           0 kB
Mapped:          15500 kB
Slab:            23944 kB
Committed_AS:    90020 kB
PageTables:       1396 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66557 MiB

End job on node70 on Mon Mar 12 12:42:46 UTC 2007