Trace number 1719895

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-03? (TO) 1200.11 1200.46

General information on the benchmark

Nameschup-l2s-bc56s-1-k391.cnf
MD5SUM1f1dd0782ec95ee5e6d7a06f92fc0f12
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark832.877
Satisfiable
(Un)Satisfiability was proved
Number of variables561371
Number of clauses1778987
Sum of the clauses size4570195
Maximum clause length392
Minimum clause length1
Number of clauses of size 1142
Number of clauses of size 2843213
Number of clauses of size 3908640
Number of clauses of size 416428
Number of clauses of size 56651
Number of clauses of size over 53913

Solver Data

0.00/0.00	c MoRsat version 1.02 2009.03 
641.11/641.38	c atom#=561371 clause#=1778987 total literals=4570195 

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1719895-1240650413/watcher-1719895-1240650413 -o /tmp/evaluation-result-1719895-1240650413/solver-1719895-1240650413 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/MoRsat HOME/instance-1719895-1240650413.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: 0.91 0.98 0.99 3/64 19475
/proc/meminfo: memFree=1901048/2055920 swapFree=4180628/4192956
[pid=19475] ppid=19473 vsize=29128 CPUtime=0
/proc/19475/stat : 19475 (MoRsat) R 19473 19475 19372 0 -1 4194304 137 0 0 0 0 0 0 0 18 0 1 0 93069727 29827072 121 1992294400 134512640 135679800 4294956240 18446744073709551615 135172366 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19475/statm: 7282 121 96 284 0 6995 0

[startup+0.073038 s]
/proc/loadavg: 0.91 0.98 0.99 3/64 19475
/proc/meminfo: memFree=1901048/2055920 swapFree=4180628/4192956
[pid=19475] ppid=19473 vsize=29128 CPUtime=0.06
/proc/19475/stat : 19475 (MoRsat) R 19473 19475 19372 0 -1 4194304 336 0 0 0 6 0 0 0 18 0 1 0 93069727 29827072 320 1992294400 134512640 135679800 4294956240 18446744073709551615 134537519 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19475/statm: 7282 320 96 284 0 6995 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 29128

[startup+0.101033 s]
/proc/loadavg: 0.91 0.98 0.99 3/64 19475
/proc/meminfo: memFree=1901048/2055920 swapFree=4180628/4192956
[pid=19475] ppid=19473 vsize=29128 CPUtime=0.09
/proc/19475/stat : 19475 (MoRsat) R 19473 19475 19372 0 -1 4194304 416 0 0 0 9 0 0 0 18 0 1 0 93069727 29827072 400 1992294400 134512640 135679800 4294956240 18446744073709551615 135172366 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19475/statm: 7282 400 96 284 0 6995 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29128

[startup+0.301056 s]
/proc/loadavg: 0.91 0.98 0.99 3/64 19475
/proc/meminfo: memFree=1901048/2055920 swapFree=4180628/4192956
[pid=19475] ppid=19473 vsize=29128 CPUtime=0.29
/proc/19475/stat : 19475 (MoRsat) R 19473 19475 19372 0 -1 4194304 990 0 0 0 29 0 0 0 19 0 1 0 93069727 29827072 974 1992294400 134512640 135679800 4294956240 18446744073709551615 135172366 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19475/statm: 7282 974 96 284 0 6995 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29128

[startup+0.701099 s]
/proc/loadavg: 0.91 0.98 0.99 3/64 19475
/proc/meminfo: memFree=1901048/2055920 swapFree=4180628/4192956
[pid=19475] ppid=19473 vsize=29128 CPUtime=0.69
/proc/19475/stat : 19475 (MoRsat) R 19473 19475 19372 0 -1 4194304 2125 0 0 0 68 1 0 0 22 0 1 0 93069727 29827072 2109 1992294400 134512640 135679800 4294956240 18446744073709551615 135172366 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19475/statm: 7282 2109 96 284 0 6995 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 29128

[startup+1.50119 s]
/proc/loadavg: 0.91 0.98 0.99 2/65 19476
/proc/meminfo: memFree=1889136/2055920 swapFree=4180628/4192956
[pid=19475] ppid=19473 vsize=29128 CPUtime=1.49
/proc/19475/stat : 19475 (MoRsat) R 19473 19475 19372 0 -1 4194304 4370 0 0 0 146 3 0 0 25 0 1 0 93069727 29827072 4354 1992294400 134512640 135679800 4294956240 18446744073709551615 135172366 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19475/statm: 7282 4354 96 284 0 6995 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29128

[startup+3.10136 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 19476
/proc/meminfo: memFree=1877424/2055920 swapFree=4180628/4192956
[pid=19475] ppid=19473 vsize=40100 CPUtime=3.09
/proc/19475/stat : 19475 (MoRsat) R 19473 19475 19372 0 -1 4194304 7979 0 0 0 303 6 0 0 25 0 1 0 93069727 41062400 7414 1992294400 134512640 135679800 4294956240 18446744073709551615 134560444 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19475/statm: 10025 7414 101 284 0 9738 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 40100

[startup+6.30172 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 19476
/proc/meminfo: memFree=1871992/2055920 swapFree=4180628/4192956
[pid=19475] ppid=19473 vsize=40100 CPUtime=6.29
/proc/19475/stat : 19475 (MoRsat) R 19473 19475 19372 0 -1 4194304 7979 0 0 0 623 6 0 0 25 0 1 0 93069727 41062400 7414 1992294400 134512640 135679800 4294956240 18446744073709551615 134560506 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19475/statm: 10025 7414 101 284 0 9738 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40100

[startup+12.7014 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 19476
/proc/meminfo: memFree=1835256/2055920 swapFree=4180628/4192956
[pid=19475] ppid=19473 vsize=74128 CPUtime=12.68
/proc/19475/stat : 19475 (MoRsat) R 19473 19475 19372 0 -1 4194304 101428 0 0 0 1224 44 0 0 25 0 1 0 93069727 75907072 16610 1992294400 134512640 135679800 4294956240 18446744073709551615 134567985 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19475/statm: 18532 16610 106 284 0 18245 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 74128

[startup+25.5018 s]
/proc/loadavg: 0.94 0.98 0.99 2/65 19476
/proc/meminfo: memFree=1835320/2055920 swapFree=4180628/4192956
[pid=19475] ppid=19473 vsize=74128 CPUtime=25.49
/proc/19475/stat : 19475 (MoRsat) R 19473 19475 19372 0 -1 4194304 101441 0 0 0 2504 45 0 0 25 0 1 0 93069727 75907072 16623 1992294400 134512640 135679800 4294956240 18446744073709551615 134567816 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19475/statm: 18532 16623 106 284 0 18245 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 74128

[startup+51.1017 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 19476
/proc/meminfo: memFree=1835384/2055920 swapFree=4180628/4192956
[pid=19475] ppid=19473 vsize=74128 CPUtime=51.08
/proc/19475/stat : 19475 (MoRsat) R 19473 19475 19372 0 -1 4194304 101453 0 0 0 5063 45 0 0 25 0 1 0 93069727 75907072 16635 1992294400 134512640 135679800 4294956240 18446744073709551615 134567841 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19475/statm: 18532 16635 106 284 0 18245 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 74128

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 19476
/proc/meminfo: memFree=1835384/2055920 swapFree=4180628/4192956
[pid=19475] ppid=19473 vsize=74128 CPUtime=102.27
/proc/19475/stat : 19475 (MoRsat) R 19473 19475 19372 0 -1 4194304 101469 0 0 0 10182 45 0 0 25 0 1 0 93069727 75907072 16651 1992294400 134512640 135679800 4294956240 18446744073709551615 134567983 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19475/statm: 18532 16651 106 284 0 18245 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 74128

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19476
/proc/meminfo: memFree=1835256/2055920 swapFree=4180628/4192956
[pid=19475] ppid=19473 vsize=74128 CPUtime=162.24
/proc/19475/stat : 19475 (MoRsat) R 19473 19475 19372 0 -1 4194304 101483 0 0 0 16179 45 0 0 25 0 1 0 93069727 75907072 16665 1992294400 134512640 135679800 4294956240 18446744073709551615 134568291 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19475/statm: 18532 16665 106 284 0 18245 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 74128

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19476
/proc/meminfo: memFree=1835128/2055920 swapFree=4180628/4192956
[pid=19475] ppid=19473 vsize=74128 CPUtime=222.22
/proc/19475/stat : 19475 (MoRsat) R 19473 19475 19372 0 -1 4194304 101494 0 0 0 22177 45 0 0 25 0 1 0 93069727 75907072 16676 1992294400 134512640 135679800 4294956240 18446744073709551615 134567816 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19475/statm: 18532 16676 106 284 0 18245 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 74128

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19476
/proc/meminfo: memFree=1835064/2055920 swapFree=4180628/4192956
[pid=19475] ppid=19473 vsize=74128 CPUtime=282.21
/proc/19475/stat : 19475 (MoRsat) R 19473 19475 19372 0 -1 4194304 101504 0 0 0 28176 45 0 0 25 0 1 0 93069727 75907072 16686 1992294400 134512640 135679800 4294956240 18446744073709551615 134567985 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19475/statm: 18532 16686 106 284 0 18245 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 74128

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19476
/proc/meminfo: memFree=1835000/2055920 swapFree=4180628/4192956
[pid=19475] ppid=19473 vsize=74128 CPUtime=342.19
/proc/19475/stat : 19475 (MoRsat) R 19473 19475 19372 0 -1 4194304 101513 0 0 0 34174 45 0 0 25 0 1 0 93069727 75907072 16695 1992294400 134512640 135679800 4294956240 18446744073709551615 134567983 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19475/statm: 18532 16695 106 284 0 18245 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 74128

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19476
/proc/meminfo: memFree=1835000/2055920 swapFree=4180628/4192956
[pid=19475] ppid=19473 vsize=74128 CPUtime=402.17
/proc/19475/stat : 19475 (MoRsat) R 19473 19475 19372 0 -1 4194304 101521 0 0 0 40172 45 0 0 25 0 1 0 93069727 75907072 16703 1992294400 134512640 135679800 4294956240 18446744073709551615 134568001 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19475/statm: 18532 16703 106 284 0 18245 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 74128

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19476
/proc/meminfo: memFree=1834936/2055920 swapFree=4180628/4192956
[pid=19475] ppid=19473 vsize=74128 CPUtime=462.16
/proc/19475/stat : 19475 (MoRsat) R 19473 19475 19372 0 -1 4194304 101528 0 0 0 46170 46 0 0 25 0 1 0 93069727 75907072 16710 1992294400 134512640 135679800 4294956240 18446744073709551615 134567985 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19475/statm: 18532 16710 106 284 0 18245 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 74128

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19476
/proc/meminfo: memFree=1834872/2055920 swapFree=4180628/4192956
[pid=19475] ppid=19473 vsize=74128 CPUtime=522.14
/proc/19475/stat : 19475 (MoRsat) R 19473 19475 19372 0 -1 4194304 101535 0 0 0 52168 46 0 0 25 0 1 0 93069727 75907072 16717 1992294400 134512640 135679800 4294956240 18446744073709551615 134567816 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19475/statm: 18532 16717 106 284 0 18245 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 74128

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19476
/proc/meminfo: memFree=1834808/2055920 swapFree=4180628/4192956
[pid=19475] ppid=19473 vsize=74128 CPUtime=582.13
/proc/19475/stat : 19475 (MoRsat) R 19473 19475 19372 0 -1 4194304 101542 0 0 0 58167 46 0 0 25 0 1 0 93069727 75907072 16724 1992294400 134512640 135679800 4294956240 18446744073709551615 134567861 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19475/statm: 18532 16724 106 284 0 18245 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 74128

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19476
/proc/meminfo: memFree=1740088/2055920 swapFree=4180628/4192956
[pid=19475] ppid=19473 vsize=187208 CPUtime=642.11
/proc/19475/stat : 19475 (MoRsat) R 19473 19475 19372 0 -1 4194304 138309 0 0 0 64152 59 0 0 25 0 1 0 93069727 191700992 40339 1992294400 134512640 135679800 4294956240 18446744073709551615 134530062 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19475/statm: 46802 40339 112 284 0 46515 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 187208

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19476
/proc/meminfo: memFree=1709816/2055920 swapFree=4180628/4192956
[pid=19475] ppid=19473 vsize=206152 CPUtime=702.08
/proc/19475/stat : 19475 (MoRsat) R 19473 19475 19372 0 -1 4194304 146799 0 0 0 70144 64 0 0 25 0 1 0 93069727 211099648 47951 1992294400 134512640 135679800 4294956240 18446744073709551615 134523159 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19475/statm: 51538 47951 113 284 0 51251 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 206152

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19476
/proc/meminfo: memFree=1694712/2055920 swapFree=4180628/4192956
[pid=19475] ppid=19473 vsize=221156 CPUtime=762.08
/proc/19475/stat : 19475 (MoRsat) R 19473 19475 19372 0 -1 4194304 150513 0 0 0 76139 69 0 0 25 0 1 0 93069727 226463744 51665 1992294400 134512640 135679800 4294956240 18446744073709551615 134533057 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19475/statm: 55289 51665 113 284 0 55002 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 221156

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19476
/proc/meminfo: memFree=1683448/2055920 swapFree=4180628/4192956
[pid=19475] ppid=19473 vsize=232360 CPUtime=822.06
/proc/19475/stat : 19475 (MoRsat) R 19473 19475 19372 0 -1 4194304 153355 0 0 0 82134 72 0 0 25 0 1 0 93069727 237936640 54507 1992294400 134512640 135679800 4294956240 18446744073709551615 134525546 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19475/statm: 58090 54507 113 284 0 57803 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 232360

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19476
/proc/meminfo: memFree=1671736/2055920 swapFree=4180628/4192956
[pid=19475] ppid=19473 vsize=243856 CPUtime=882.04
/proc/19475/stat : 19475 (MoRsat) R 19473 19475 19372 0 -1 4194304 156251 0 0 0 88129 75 0 0 25 0 1 0 93069727 249708544 57403 1992294400 134512640 135679800 4294956240 18446744073709551615 134527987 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19475/statm: 60964 57403 113 284 0 60677 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 243856

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19476
/proc/meminfo: memFree=1662264/2055920 swapFree=4180628/4192956
[pid=19475] ppid=19473 vsize=253232 CPUtime=942.02
/proc/19475/stat : 19475 (MoRsat) R 19473 19475 19372 0 -1 4194304 158609 0 0 0 94125 77 0 0 25 0 1 0 93069727 259309568 59761 1992294400 134512640 135679800 4294956240 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19475/statm: 63308 59761 113 284 0 63021 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 253232

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19476
/proc/meminfo: memFree=1648888/2055920 swapFree=4180628/4192956
[pid=19475] ppid=19473 vsize=266876 CPUtime=1002.01
/proc/19475/stat : 19475 (MoRsat) R 19473 19475 19372 0 -1 4194304 162005 0 0 0 100119 82 0 0 25 0 1 0 93069727 273281024 63092 1992294400 134512640 135679800 4294956240 18446744073709551615 134525626 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19475/statm: 66719 63092 113 284 0 66432 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 266876

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19476
/proc/meminfo: memFree=1630392/2055920 swapFree=4180628/4192956
[pid=19475] ppid=19473 vsize=285416 CPUtime=1061.98
/proc/19475/stat : 19475 (MoRsat) R 19473 19475 19372 0 -1 4194304 166665 0 0 0 106113 85 0 0 25 0 1 0 93069727 292265984 67752 1992294400 134512640 135679800 4294956240 18446744073709551615 134524975 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19475/statm: 71354 67752 113 284 0 71067 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 285416

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19476
/proc/meminfo: memFree=1607736/2055920 swapFree=4180628/4192956
[pid=19475] ppid=19473 vsize=307928 CPUtime=1121.97
/proc/19475/stat : 19475 (MoRsat) R 19473 19475 19372 0 -1 4194304 172293 0 0 0 112106 91 0 0 25 0 1 0 93069727 315318272 73380 1992294400 134512640 135679800 4294956240 18446744073709551615 134526040 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19475/statm: 76982 73380 113 284 0 76695 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 307928

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19476
/proc/meminfo: memFree=1590968/2055920 swapFree=4180628/4192956
[pid=19475] ppid=19473 vsize=324580 CPUtime=1181.95
/proc/19475/stat : 19475 (MoRsat) R 19473 19475 19372 0 -1 4194304 176487 0 0 0 118100 95 0 0 25 0 1 0 93069727 332369920 77574 1992294400 134512640 135679800 4294956240 18446744073709551615 135112694 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19475/statm: 81145 77574 113 284 0 80858 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 324580



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19476
/proc/meminfo: memFree=1587640/2055920 swapFree=4180628/4192956
[pid=19475] ppid=19473 vsize=327616 CPUtime=1200.05
/proc/19475/stat : 19475 (MoRsat) R 19473 19475 19372 0 -1 4194304 177239 0 0 0 119908 97 0 0 25 0 1 0 93069727 335478784 78326 1992294400 134512640 135679800 4294956240 18446744073709551615 134534552 0 0 4096 1026 0 0 0 17 1 0 0
/proc/19475/statm: 81904 78326 113 284 0 81617 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 327616

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.46
CPU time (s): 1200.11
CPU user time (s): 1199.09
CPU system time (s): 1.02184
CPU usage (%): 99.9712
Max. virtual memory (cumulated for all children) (KiB): 327616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.09
system time used= 1.02184
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 177239
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= 2925

runsolver used 0.881865 second user time and 2.6056 second system time

The end

Launcher Data

Begin job on node42 at 2009-04-25 11:06:56
IDJOB=1719895
IDBENCH=69581
IDSOLVER=502
FILE ID=node42/1719895-1240650413
PBS_JOBID= 9186492
Free space on /tmp= 66292 MiB

SOLVER NAME= MoRsat 2009-03-03
BENCH NAME= SAT_RACE08/cnf/schup-l2s-bc56s-1-k391.cnf
COMMAND LINE= HOME/MoRsat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1719895-1240650413/watcher-1719895-1240650413 -o /tmp/evaluation-result-1719895-1240650413/solver-1719895-1240650413 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/MoRsat HOME/instance-1719895-1240650413.cnf

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

MD5SUM BENCH= 1f1dd0782ec95ee5e6d7a06f92fc0f12
RANDOM SEED=369800516

node42.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.232
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.232
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:       1901592 kB
Buffers:          6152 kB
Cached:          79684 kB
SwapCached:       6100 kB
Active:          63488 kB
Inactive:        30864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1901592 kB
SwapTotal:     4192956 kB
SwapFree:      4180628 kB
Dirty:           37172 kB
Writeback:           0 kB
Mapped:          14056 kB
Slab:            46008 kB
Committed_AS:   414864 kB
PageTables:       1388 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= 66292 MiB
End job on node42 at 2009-04-25 11:26:58