Trace number 1731332

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
MoRsat 2009-03-03UNSAT 1165.51 1165.85

General information on the benchmark

Namecrafted/Difficult/contest-02-03-04/
contest04-lksat-n1100-m7545-k4-l4-s310659001.sat05-524.reshuffled-07.cnf
MD5SUM3c6e2bf4052a26ce5bdb6cfc9e1f735c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark506.219
Satisfiable
(Un)Satisfiability was proved
Number of variables1075
Number of clauses7545
Sum of the clauses size30180
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 47545
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c MoRsat version 1.02 2009.03 
0.10/0.13	c atom#=1100 clause#=7545 total literals=30180 
1165.45/1165.85	c CNF stats: (1100 vars, 7545 clauses) 
1165.45/1165.85	c Decisions: 4328970 
1165.45/1165.85	c Conflicts: 3689998 
1165.45/1165.85	c 
1165.45/1165.85	s UNSATISFIABLE
1165.45/1165.85	c Running time: 1165.30185 seconds 

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1731332-1240769331/watcher-1731332-1240769331 -o /tmp/evaluation-result-1731332-1240769331/solver-1731332-1240769331 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/MoRsat HOME/instance-1731332-1240769331.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): 1800 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: 1.92 1.76 1.40 3/65 25093
/proc/meminfo: memFree=1508848/2055920 swapFree=4192192/4192956
[pid=25093] ppid=25091 vsize=1508 CPUtime=0
/proc/25093/stat : 25093 (MoRsat) R 25091 25093 24869 0 -1 4194304 138 0 0 0 0 0 0 0 20 0 1 0 104963267 1544192 122 1992294400 134512640 135679800 4294956224 18446744073709551615 135172366 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25093/statm: 377 122 96 284 0 90 0

[startup+0.011884 s]
/proc/loadavg: 1.92 1.76 1.40 3/65 25093
/proc/meminfo: memFree=1508848/2055920 swapFree=4192192/4192956
[pid=25093] ppid=25091 vsize=1504 CPUtime=0.01
/proc/25093/stat : 25093 (MoRsat) R 25091 25093 24869 0 -1 4194304 171 0 0 0 1 0 0 0 20 0 1 0 104963267 1540096 154 1992294400 134512640 135679800 4294956224 18446744073709551615 134555120 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25093/statm: 376 154 102 284 0 89 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1504

[startup+0.101893 s]
/proc/loadavg: 1.92 1.76 1.40 3/65 25093
/proc/meminfo: memFree=1508848/2055920 swapFree=4192192/4192956
[pid=25093] ppid=25091 vsize=2044 CPUtime=0.1
/proc/25093/stat : 25093 (MoRsat) R 25091 25093 24869 0 -1 4194304 349 0 0 0 10 0 0 0 20 0 1 0 104963267 2093056 276 1992294400 134512640 135679800 4294956224 18446744073709551615 134563699 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25093/statm: 511 276 107 284 0 224 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2044

[startup+0.301915 s]
/proc/loadavg: 1.92 1.76 1.40 3/65 25093
/proc/meminfo: memFree=1508848/2055920 swapFree=4192192/4192956
[pid=25093] ppid=25091 vsize=3476 CPUtime=0.29
/proc/25093/stat : 25093 (MoRsat) R 25091 25093 24869 0 -1 4194304 797 0 0 0 29 0 0 0 22 0 1 0 104963267 3559424 640 1992294400 134512640 135679800 4294956224 18446744073709551615 134574208 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25093/statm: 869 640 114 284 0 582 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3476

[startup+0.701959 s]
/proc/loadavg: 1.92 1.76 1.40 3/65 25093
/proc/meminfo: memFree=1508848/2055920 swapFree=4192192/4192956
[pid=25093] ppid=25091 vsize=3476 CPUtime=0.69
/proc/25093/stat : 25093 (MoRsat) R 25091 25093 24869 0 -1 4194304 797 0 0 0 69 0 0 0 25 0 1 0 104963267 3559424 640 1992294400 134512640 135679800 4294956224 18446744073709551615 134577331 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25093/statm: 869 640 114 284 0 582 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3476

[startup+1.50105 s]
/proc/loadavg: 1.92 1.76 1.40 2/66 25094
/proc/meminfo: memFree=1506728/2055920 swapFree=4192192/4192956
[pid=25093] ppid=25091 vsize=3476 CPUtime=1.49
/proc/25093/stat : 25093 (MoRsat) R 25091 25093 24869 0 -1 4194304 797 0 0 0 149 0 0 0 25 0 1 0 104963267 3559424 640 1992294400 134512640 135679800 4294956224 18446744073709551615 134574644 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25093/statm: 869 640 114 284 0 582 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3476

[startup+3.10123 s]
/proc/loadavg: 1.85 1.74 1.40 2/66 25094
/proc/meminfo: memFree=1506600/2055920 swapFree=4192192/4192956
[pid=25093] ppid=25091 vsize=3476 CPUtime=3.09
/proc/25093/stat : 25093 (MoRsat) R 25091 25093 24869 0 -1 4194304 797 0 0 0 309 0 0 0 25 0 1 0 104963267 3559424 640 1992294400 134512640 135679800 4294956224 18446744073709551615 134574877 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25093/statm: 869 640 114 284 0 582 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3476

[startup+6.30159 s]
/proc/loadavg: 1.85 1.74 1.40 2/66 25094
/proc/meminfo: memFree=1506536/2055920 swapFree=4192192/4192956
[pid=25093] ppid=25091 vsize=3236 CPUtime=6.29
/proc/25093/stat : 25093 (MoRsat) R 25091 25093 24869 0 -1 4194304 830 0 0 0 629 0 0 0 25 0 1 0 104963267 3313664 617 1992294400 134512640 135679800 4294956224 18446744073709551615 134534296 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25093/statm: 809 617 115 284 0 522 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3236

[startup+12.7013 s]
/proc/loadavg: 1.72 1.72 1.39 2/66 25094
/proc/meminfo: memFree=1504232/2055920 swapFree=4192192/4192956
[pid=25093] ppid=25091 vsize=5924 CPUtime=12.69
/proc/25093/stat : 25093 (MoRsat) R 25091 25093 24869 0 -1 4194304 1487 0 0 0 1269 0 0 0 25 0 1 0 104963267 6066176 1274 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25093/statm: 1481 1274 115 284 0 1194 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5924

[startup+25.5017 s]
/proc/loadavg: 1.61 1.69 1.39 2/66 25094
/proc/meminfo: memFree=1501864/2055920 swapFree=4192192/4192956
[pid=25093] ppid=25091 vsize=7648 CPUtime=25.49
/proc/25093/stat : 25093 (MoRsat) R 25091 25093 24869 0 -1 4194304 2428 0 0 0 2548 1 0 0 25 0 1 0 104963267 7831552 1735 1992294400 134512640 135679800 4294956224 18446744073709551615 134525005 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25093/statm: 1912 1735 115 284 0 1625 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 7648

[startup+51.1016 s]
/proc/loadavg: 1.40 1.64 1.37 2/66 25094
/proc/meminfo: memFree=1501800/2055920 swapFree=4192192/4192956
[pid=25093] ppid=25091 vsize=7660 CPUtime=51.07
/proc/25093/stat : 25093 (MoRsat) R 25091 25093 24869 0 -1 4194304 3231 0 0 0 5106 1 0 0 25 0 1 0 104963267 7843840 1738 1992294400 134512640 135679800 4294956224 18446744073709551615 134523586 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25093/statm: 1915 1738 115 284 0 1628 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 7660

[startup+102.305 s]
/proc/loadavg: 1.16 1.53 1.35 2/66 25094
/proc/meminfo: memFree=1501608/2055920 swapFree=4192192/4192956
[pid=25093] ppid=25091 vsize=7824 CPUtime=102.26
/proc/25093/stat : 25093 (MoRsat) R 25091 25093 24869 0 -1 4194304 4872 0 0 0 10224 2 0 0 25 0 1 0 104963267 8011776 1779 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25093/statm: 1956 1779 115 284 0 1669 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 7824

[startup+162.302 s]
/proc/loadavg: 1.06 1.43 1.33 2/66 25094
/proc/meminfo: memFree=1501608/2055920 swapFree=4192192/4192956
[pid=25093] ppid=25091 vsize=7824 CPUtime=162.24
/proc/25093/stat : 25093 (MoRsat) R 25091 25093 24869 0 -1 4194304 6952 0 0 0 16221 3 0 0 25 0 1 0 104963267 8011776 1779 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25093/statm: 1956 1779 115 284 0 1669 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 7824

[startup+222.302 s]
/proc/loadavg: 1.02 1.35 1.30 2/66 25094
/proc/meminfo: memFree=1501480/2055920 swapFree=4192192/4192956
[pid=25093] ppid=25091 vsize=7888 CPUtime=222.23
/proc/25093/stat : 25093 (MoRsat) R 25091 25093 24869 0 -1 4194304 8888 0 0 0 22219 4 0 0 25 0 1 0 104963267 8077312 1795 1992294400 134512640 135679800 4294956224 18446744073709551615 134523564 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25093/statm: 1972 1795 115 284 0 1685 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 7888

[startup+282.301 s]
/proc/loadavg: 1.00 1.28 1.28 2/66 25094
/proc/meminfo: memFree=1501352/2055920 swapFree=4192192/4192956
[pid=25093] ppid=25091 vsize=8008 CPUtime=282.21
/proc/25093/stat : 25093 (MoRsat) R 25091 25093 24869 0 -1 4194304 10838 0 0 0 28216 5 0 0 25 0 1 0 104963267 8200192 1825 1992294400 134512640 135679800 4294956224 18446744073709551615 134522835 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25093/statm: 2002 1825 115 284 0 1715 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 8008

[startup+342.301 s]
/proc/loadavg: 1.00 1.23 1.26 2/66 25094
/proc/meminfo: memFree=1501352/2055920 swapFree=4192192/4192956
[pid=25093] ppid=25091 vsize=7960 CPUtime=342.19
/proc/25093/stat : 25093 (MoRsat) R 25091 25093 24869 0 -1 4194304 12586 0 0 0 34212 7 0 0 25 0 1 0 104963267 8151040 1813 1992294400 134512640 135679800 4294956224 18446744073709551615 134522835 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25093/statm: 1990 1813 115 284 0 1703 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 7960

[startup+402.302 s]
/proc/loadavg: 1.00 1.19 1.24 2/66 25094
/proc/meminfo: memFree=1501352/2055920 swapFree=4192192/4192956
[pid=25093] ppid=25091 vsize=7992 CPUtime=402.18
/proc/25093/stat : 25093 (MoRsat) R 25091 25093 24869 0 -1 4194304 14514 0 0 0 40210 8 0 0 25 0 1 0 104963267 8183808 1821 1992294400 134512640 135679800 4294956224 18446744073709551615 134522699 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25093/statm: 1998 1821 115 284 0 1711 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 7992

[startup+462.302 s]
/proc/loadavg: 1.00 1.15 1.22 2/66 25094
/proc/meminfo: memFree=1501096/2055920 swapFree=4192192/4192956
[pid=25093] ppid=25091 vsize=8252 CPUtime=462.16
/proc/25093/stat : 25093 (MoRsat) R 25091 25093 24869 0 -1 4194304 16499 0 0 0 46208 8 0 0 25 0 1 0 104963267 8450048 1886 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25093/statm: 2063 1886 115 284 0 1776 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 8252

[startup+522.301 s]
/proc/loadavg: 1.00 1.12 1.21 2/66 25094
/proc/meminfo: memFree=1501160/2055920 swapFree=4192192/4192956
[pid=25093] ppid=25091 vsize=8208 CPUtime=522.14
/proc/25093/stat : 25093 (MoRsat) R 25091 25093 24869 0 -1 4194304 18408 0 0 0 52205 9 0 0 25 0 1 0 104963267 8404992 1875 1992294400 134512640 135679800 4294956224 18446744073709551615 134519353 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25093/statm: 2052 1875 115 284 0 1765 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 8208

[startup+582.302 s]
/proc/loadavg: 1.00 1.09 1.19 2/66 25094
/proc/meminfo: memFree=1501224/2055920 swapFree=4192192/4192956
[pid=25093] ppid=25091 vsize=8144 CPUtime=582.12
/proc/25093/stat : 25093 (MoRsat) R 25091 25093 24869 0 -1 4194304 20152 0 0 0 58202 10 0 0 25 0 1 0 104963267 8339456 1859 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25093/statm: 2036 1859 115 284 0 1749 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 8144

[startup+642.302 s]
/proc/loadavg: 1.00 1.07 1.18 2/66 25094
/proc/meminfo: memFree=1501160/2055920 swapFree=4192192/4192956
[pid=25093] ppid=25091 vsize=8144 CPUtime=642.11
/proc/25093/stat : 25093 (MoRsat) R 25091 25093 24869 0 -1 4194304 22072 0 0 0 64199 12 0 0 25 0 1 0 104963267 8339456 1859 1992294400 134512640 135679800 4294956224 18446744073709551615 134534580 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25093/statm: 2036 1859 115 284 0 1749 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 8144

[startup+702.301 s]
/proc/loadavg: 1.00 1.06 1.16 2/66 25094
/proc/meminfo: memFree=1501224/2055920 swapFree=4192192/4192956
[pid=25093] ppid=25091 vsize=8144 CPUtime=702.09
/proc/25093/stat : 25093 (MoRsat) R 25091 25093 24869 0 -1 4194304 23832 0 0 0 70197 12 0 0 25 0 1 0 104963267 8339456 1859 1992294400 134512640 135679800 4294956224 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25093/statm: 2036 1859 115 284 0 1749 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 8144

[startup+762.306 s]
/proc/loadavg: 1.00 1.05 1.15 2/66 25094
/proc/meminfo: memFree=1501096/2055920 swapFree=4192192/4192956
[pid=25093] ppid=25091 vsize=8216 CPUtime=762.07
/proc/25093/stat : 25093 (MoRsat) R 25091 25093 24869 0 -1 4194304 25770 0 0 0 76194 13 0 0 25 0 1 0 104963267 8413184 1877 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25093/statm: 2054 1877 115 284 0 1767 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 8216

[startup+822.302 s]
/proc/loadavg: 1.00 1.03 1.14 2/66 25094
/proc/meminfo: memFree=1500968/2055920 swapFree=4192192/4192956
[pid=25093] ppid=25091 vsize=8364 CPUtime=822.05
/proc/25093/stat : 25093 (MoRsat) R 25091 25093 24869 0 -1 4194304 27567 0 0 0 82191 14 0 0 25 0 1 0 104963267 8564736 1914 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25093/statm: 2091 1914 115 284 0 1804 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 8364

[startup+882.301 s]
/proc/loadavg: 1.00 1.03 1.13 2/66 25094
/proc/meminfo: memFree=1500904/2055920 swapFree=4192192/4192956
[pid=25093] ppid=25091 vsize=8492 CPUtime=882.03
/proc/25093/stat : 25093 (MoRsat) R 25091 25093 24869 0 -1 4194304 29519 0 0 0 88188 15 0 0 25 0 1 0 104963267 8695808 1946 1992294400 134512640 135679800 4294956224 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25093/statm: 2123 1946 115 284 0 1836 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 8492

[startup+942.301 s]
/proc/loadavg: 1.00 1.02 1.12 2/66 25094
/proc/meminfo: memFree=1500968/2055920 swapFree=4192192/4192956
[pid=25093] ppid=25091 vsize=8356 CPUtime=942.02
/proc/25093/stat : 25093 (MoRsat) R 25091 25093 24869 0 -1 4194304 31405 0 0 0 94186 16 0 0 25 0 1 0 104963267 8556544 1912 1992294400 134512640 135679800 4294956224 18446744073709551615 134522785 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25093/statm: 2089 1912 115 284 0 1802 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 8356

[startup+1002.3 s]
/proc/loadavg: 1.00 1.01 1.10 2/66 25094
/proc/meminfo: memFree=1501032/2055920 swapFree=4192192/4192956
[pid=25093] ppid=25091 vsize=8352 CPUtime=1002
/proc/25093/stat : 25093 (MoRsat) R 25091 25093 24869 0 -1 4194304 33324 0 0 0 100184 16 0 0 25 0 1 0 104963267 8552448 1911 1992294400 134512640 135679800 4294956224 18446744073709551615 134525011 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25093/statm: 2088 1911 115 284 0 1801 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 8352

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.09 2/66 25094
/proc/meminfo: memFree=1500968/2055920 swapFree=4192192/4192956
[pid=25093] ppid=25091 vsize=8340 CPUtime=1061.98
/proc/25093/stat : 25093 (MoRsat) R 25091 25093 24869 0 -1 4194304 35241 0 0 0 106181 17 0 0 25 0 1 0 104963267 8540160 1908 1992294400 134512640 135679800 4294956224 18446744073709551615 134522780 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25093/statm: 2085 1908 115 284 0 1798 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 8340

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 25094
/proc/meminfo: memFree=1501032/2055920 swapFree=4192192/4192956
[pid=25093] ppid=25091 vsize=8336 CPUtime=1121.96
/proc/25093/stat : 25093 (MoRsat) R 25091 25093 24869 0 -1 4194304 37160 0 0 0 112178 18 0 0 25 0 1 0 104963267 8536064 1907 1992294400 134512640 135679800 4294956224 18446744073709551615 134526008 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25093/statm: 2084 1907 115 284 0 1797 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 8336

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

[startup+1126.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 25094
/proc/meminfo: memFree=1501032/2055920 swapFree=4192192/4192956
[pid=25093] ppid=25091 vsize=8336 CPUtime=1125.97
/proc/25093/stat : 25093 (MoRsat) R 25091 25093 24869 0 -1 4194304 37320 0 0 0 112578 19 0 0 25 0 1 0 104963267 8536064 1907 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25093/statm: 2084 1907 115 284 0 1797 0
Current children cumulated CPU time (s) 1125.97
Current children cumulated vsize (KiB) 8336

[startup+1151.9 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 25094
/proc/meminfo: memFree=1501032/2055920 swapFree=4192192/4192956
[pid=25093] ppid=25091 vsize=8336 CPUtime=1151.55
/proc/25093/stat : 25093 (MoRsat) R 25091 25093 24869 0 -1 4194304 38280 0 0 0 115136 19 0 0 25 0 1 0 104963267 8536064 1907 1992294400 134512640 135679800 4294956224 18446744073709551615 134522844 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25093/statm: 2084 1907 115 284 0 1797 0
Current children cumulated CPU time (s) 1151.55
Current children cumulated vsize (KiB) 8336

[startup+1158.31 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 25094
/proc/meminfo: memFree=1501032/2055920 swapFree=4192192/4192956
[pid=25093] ppid=25091 vsize=8336 CPUtime=1157.95
/proc/25093/stat : 25093 (MoRsat) R 25091 25093 24869 0 -1 4194304 38440 0 0 0 115776 19 0 0 25 0 1 0 104963267 8536064 1907 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25093/statm: 2084 1907 115 284 0 1797 0
Current children cumulated CPU time (s) 1157.95
Current children cumulated vsize (KiB) 8336

[startup+1161.5 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 25094
/proc/meminfo: memFree=1500968/2055920 swapFree=4192192/4192956
[pid=25093] ppid=25091 vsize=8336 CPUtime=1161.15
/proc/25093/stat : 25093 (MoRsat) R 25091 25093 24869 0 -1 4194304 38600 0 0 0 116096 19 0 0 25 0 1 0 104963267 8536064 1907 1992294400 134512640 135679800 4294956224 18446744073709551615 134522751 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25093/statm: 2084 1907 115 284 0 1797 0
Current children cumulated CPU time (s) 1161.15
Current children cumulated vsize (KiB) 8336

[startup+1163.1 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 25094
/proc/meminfo: memFree=1501032/2055920 swapFree=4192192/4192956
[pid=25093] ppid=25091 vsize=8336 CPUtime=1162.75
/proc/25093/stat : 25093 (MoRsat) R 25091 25093 24869 0 -1 4194304 38600 0 0 0 116256 19 0 0 25 0 1 0 104963267 8536064 1907 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25093/statm: 2084 1907 115 284 0 1797 0
Current children cumulated CPU time (s) 1162.75
Current children cumulated vsize (KiB) 8336

[startup+1164.7 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 25094
/proc/meminfo: memFree=1501032/2055920 swapFree=4192192/4192956
[pid=25093] ppid=25091 vsize=8336 CPUtime=1164.35
/proc/25093/stat : 25093 (MoRsat) R 25091 25093 24869 0 -1 4194304 38600 0 0 0 116416 19 0 0 25 0 1 0 104963267 8536064 1907 1992294400 134512640 135679800 4294956224 18446744073709551615 134522699 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25093/statm: 2084 1907 115 284 0 1797 0
Current children cumulated CPU time (s) 1164.35
Current children cumulated vsize (KiB) 8336

[startup+1165.5 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 25094
/proc/meminfo: memFree=1501032/2055920 swapFree=4192192/4192956
[pid=25093] ppid=25091 vsize=8336 CPUtime=1165.15
/proc/25093/stat : 25093 (MoRsat) R 25091 25093 24869 0 -1 4194304 38600 0 0 0 116496 19 0 0 25 0 1 0 104963267 8536064 1907 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25093/statm: 2084 1907 115 284 0 1797 0
Current children cumulated CPU time (s) 1165.15
Current children cumulated vsize (KiB) 8336

[startup+1165.7 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 25094
/proc/meminfo: memFree=1501032/2055920 swapFree=4192192/4192956
[pid=25093] ppid=25091 vsize=9104 CPUtime=1165.35
/proc/25093/stat : 25093 (MoRsat) R 25091 25093 24869 0 -1 4194304 38760 0 0 0 116516 19 0 0 25 0 1 0 104963267 9322496 2067 1992294400 134512640 135679800 4294956224 18446744073709551615 134540352 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25093/statm: 2276 2067 115 284 0 1989 0
Current children cumulated CPU time (s) 1165.35
Current children cumulated vsize (KiB) 9104

[startup+1165.8 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 25094
/proc/meminfo: memFree=1501032/2055920 swapFree=4192192/4192956
[pid=25093] ppid=25091 vsize=8336 CPUtime=1165.45
/proc/25093/stat : 25093 (MoRsat) R 25091 25093 24869 0 -1 4194304 38760 0 0 0 116526 19 0 0 25 0 1 0 104963267 8536064 1907 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/25093/statm: 2084 1907 115 284 0 1797 0
Current children cumulated CPU time (s) 1165.45
Current children cumulated vsize (KiB) 8336

Child status: 20
Real time (s): 1165.85
CPU time (s): 1165.51
CPU user time (s): 1165.31
CPU system time (s): 0.200969
CPU usage (%): 99.971
Max. virtual memory (cumulated for all children) (KiB): 9292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1165.31
system time used= 0.200969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38763
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= 2
involuntary context switches= 1969

runsolver used 1.26281 second user time and 2.6146 second system time

The end

Launcher Data

Begin job on node76 at 2009-04-26 20:08:51
IDJOB=1731332
IDBENCH=24750
IDSOLVER=502
FILE ID=node76/1731332-1240769331
PBS_JOBID= 9187189
Free space on /tmp= 66204 MiB

SOLVER NAME= MoRsat 2009-03-03
BENCH NAME= SAT07/crafted/Difficult/contest-02-03-04/contest04-lksat-n1100-m7545-k4-l4-s310659001.sat05-524.reshuffled-07.cnf
COMMAND LINE= HOME/MoRsat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1731332-1240769331/watcher-1731332-1240769331 -o /tmp/evaluation-result-1731332-1240769331/solver-1731332-1240769331 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/MoRsat HOME/instance-1731332-1240769331.cnf

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 3c6e2bf4052a26ce5bdb6cfc9e1f735c
RANDOM SEED=333965205

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1509264 kB
Buffers:         63228 kB
Cached:         411336 kB
SwapCached:        620 kB
Active:         213300 kB
Inactive:       275096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1509264 kB
SwapTotal:     4192956 kB
SwapFree:      4192192 kB
Dirty:            1544 kB
Writeback:           0 kB
Mapped:          22340 kB
Slab:            44116 kB
Committed_AS:   371048 kB
PageTables:       1432 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= 66204 MiB
End job on node76 at 2009-04-26 20:28:17