Trace number 1715995

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.04 1200.52

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/total-10-17-u.cnf
MD5SUM9ce7c48a28ddd5790e38607bb893dd38
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables293864
Number of clauses1370917
Sum of the clauses size3163902
Maximum clause length10
Minimum clause length1
Number of clauses of size 124516
Number of clauses of size 21065117
Number of clauses of size 3226184
Number of clauses of size 46120
Number of clauses of size 524480
Number of clauses of size over 524500

Solver Data

0.00/0.00	c MoRsat version 1.02 2009.03 
42.08/42.10	c atom#=293864 clause#=1370917 total literals=3163902 

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-1715995-1240609760/watcher-1715995-1240609760 -o /tmp/evaluation-result-1715995-1240609760/solver-1715995-1240609760 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/MoRsat HOME/instance-1715995-1240609760.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.84 1.89 1.61 3/64 17313
/proc/meminfo: memFree=1820152/2055920 swapFree=4180784/4192956
[pid=17313] ppid=17311 vsize=22752 CPUtime=0
/proc/17313/stat : 17313 (MoRsat) R 17311 17313 17100 0 -1 4194304 140 0 0 0 0 0 0 0 18 0 1 0 89004114 23298048 124 1992294400 134512640 135679800 4294956224 18446744073709551615 134537519 0 0 4096 1026 0 0 0 17 0 0 0
/proc/17313/statm: 5688 124 96 284 0 5401 0

[startup+0.0745779 s]
/proc/loadavg: 1.84 1.89 1.61 3/64 17313
/proc/meminfo: memFree=1820152/2055920 swapFree=4180784/4192956
[pid=17313] ppid=17311 vsize=22752 CPUtime=0.07
/proc/17313/stat : 17313 (MoRsat) R 17311 17313 17100 0 -1 4194304 375 0 0 0 7 0 0 0 18 0 1 0 89004114 23298048 359 1992294400 134512640 135679800 4294956224 18446744073709551615 135172366 0 0 4096 1026 0 0 0 17 0 0 0
/proc/17313/statm: 5688 359 96 284 0 5401 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 22752

[startup+0.102581 s]
/proc/loadavg: 1.84 1.89 1.61 3/64 17313
/proc/meminfo: memFree=1820152/2055920 swapFree=4180784/4192956
[pid=17313] ppid=17311 vsize=22752 CPUtime=0.1
/proc/17313/stat : 17313 (MoRsat) R 17311 17313 17100 0 -1 4194304 466 0 0 0 10 0 0 0 18 0 1 0 89004114 23298048 450 1992294400 134512640 135679800 4294956224 18446744073709551615 135172366 0 0 4096 1026 0 0 0 17 0 0 0
/proc/17313/statm: 5688 450 96 284 0 5401 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 22752

[startup+0.301599 s]
/proc/loadavg: 1.84 1.89 1.61 3/64 17313
/proc/meminfo: memFree=1820152/2055920 swapFree=4180784/4192956
[pid=17313] ppid=17311 vsize=22752 CPUtime=0.29
/proc/17313/stat : 17313 (MoRsat) R 17311 17313 17100 0 -1 4194304 1111 0 0 0 29 0 0 0 20 0 1 0 89004114 23298048 1095 1992294400 134512640 135679800 4294956224 18446744073709551615 134537519 0 0 4096 1026 0 0 0 17 0 0 0
/proc/17313/statm: 5688 1095 96 284 0 5401 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22752

[startup+0.702641 s]
/proc/loadavg: 1.84 1.89 1.61 3/64 17313
/proc/meminfo: memFree=1820152/2055920 swapFree=4180784/4192956
[pid=17313] ppid=17311 vsize=22752 CPUtime=0.7
/proc/17313/stat : 17313 (MoRsat) R 17311 17313 17100 0 -1 4194304 2408 0 0 0 69 1 0 0 24 0 1 0 89004114 23298048 2392 1992294400 134512640 135679800 4294956224 18446744073709551615 135172366 0 0 4096 1026 0 0 0 17 0 0 0
/proc/17313/statm: 5688 2392 96 284 0 5401 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 22752

[startup+1.50172 s]
/proc/loadavg: 1.78 1.88 1.61 2/65 17314
/proc/meminfo: memFree=1807024/2055920 swapFree=4180784/4192956
[pid=17313] ppid=17311 vsize=28488 CPUtime=1.49
/proc/17313/stat : 17313 (MoRsat) R 17311 17313 17100 0 -1 4194304 5420 0 0 0 147 2 0 0 25 0 1 0 89004114 29171712 5117 1992294400 134512640 135679800 4294956224 18446744073709551615 134560506 0 0 4096 1026 0 0 0 17 0 0 0
/proc/17313/statm: 7122 5117 101 284 0 6835 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 28488

[startup+3.10188 s]
/proc/loadavg: 1.78 1.88 1.61 2/65 17314
/proc/meminfo: memFree=1799920/2055920 swapFree=4180784/4192956
[pid=17313] ppid=17311 vsize=28488 CPUtime=3.09
/proc/17313/stat : 17313 (MoRsat) R 17311 17313 17100 0 -1 4194304 5420 0 0 0 307 2 0 0 25 0 1 0 89004114 29171712 5117 1992294400 134512640 135679800 4294956224 18446744073709551615 134560481 0 0 4096 1026 0 0 0 17 0 0 0
/proc/17313/statm: 7122 5117 101 284 0 6835 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28488

[startup+6.30121 s]
/proc/loadavg: 1.78 1.88 1.61 2/65 17314
/proc/meminfo: memFree=1799736/2055920 swapFree=4180784/4192956
[pid=17313] ppid=17311 vsize=28488 CPUtime=6.28
/proc/17313/stat : 17313 (MoRsat) R 17311 17313 17100 0 -1 4194304 5420 0 0 0 626 2 0 0 25 0 1 0 89004114 29171712 5117 1992294400 134512640 135679800 4294956224 18446744073709551615 134560469 0 0 4096 1026 0 0 0 17 0 0 0
/proc/17313/statm: 7122 5117 101 284 0 6835 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 28488

[startup+12.7019 s]
/proc/loadavg: 1.66 1.85 1.60 2/65 17314
/proc/meminfo: memFree=1799992/2055920 swapFree=4180784/4192956
[pid=17313] ppid=17311 vsize=35292 CPUtime=12.69
/proc/17313/stat : 17313 (MoRsat) R 17311 17313 17100 0 -1 4194304 16820 0 0 0 1263 6 0 0 25 0 1 0 89004114 36139008 7971 1992294400 134512640 135679800 4294956224 18446744073709551615 134552296 0 0 4096 1026 0 0 0 17 0 0 0
/proc/17313/statm: 8823 7971 104 284 0 8536 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 35292

[startup+25.5012 s]
/proc/loadavg: 1.55 1.82 1.59 2/65 17314
/proc/meminfo: memFree=1805624/2055920 swapFree=4180784/4192956
[pid=17313] ppid=17311 vsize=23472 CPUtime=25.48
/proc/17313/stat : 17313 (MoRsat) R 17311 17313 17100 0 -1 4194304 317069 0 0 0 2418 130 0 0 25 0 1 0 89004114 24035328 5079 1992294400 134512640 135679800 4294956224 18446744073709551615 134551823 0 0 4096 1026 0 0 0 17 0 0 0
/proc/17313/statm: 5868 5079 104 284 0 5581 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 23472

[startup+51.1018 s]
/proc/loadavg: 1.36 1.75 1.58 2/65 17314
/proc/meminfo: memFree=1759864/2055920 swapFree=4180784/4192956
[pid=17313] ppid=17311 vsize=75104 CPUtime=51.07
/proc/17313/stat : 17313 (MoRsat) R 17311 17313 17100 0 -1 4194304 743742 0 0 0 4802 305 0 0 25 0 1 0 89004114 76906496 15211 1992294400 134512640 135679800 4294956224 18446744073709551615 134521370 0 0 4096 1026 0 0 0 17 0 0 0
/proc/17313/statm: 18776 15211 112 284 0 18489 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 75104

[startup+102.307 s]
/proc/loadavg: 1.14 1.63 1.54 2/65 17314
/proc/meminfo: memFree=1758648/2055920 swapFree=4180784/4192956
[pid=17313] ppid=17311 vsize=74688 CPUtime=102.26
/proc/17313/stat : 17313 (MoRsat) R 17311 17313 17100 0 -1 4194304 744471 0 0 0 9920 306 0 0 25 0 1 0 89004114 76480512 15518 1992294400 134512640 135679800 4294956224 18446744073709551615 134522699 0 0 4096 1026 0 0 0 17 0 0 0
/proc/17313/statm: 18672 15518 113 284 0 18385 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 74688

[startup+162.301 s]
/proc/loadavg: 1.05 1.51 1.50 2/65 17314
/proc/meminfo: memFree=1752760/2055920 swapFree=4180784/4192956
[pid=17313] ppid=17311 vsize=80784 CPUtime=162.23
/proc/17313/stat : 17313 (MoRsat) R 17311 17313 17100 0 -1 4194304 746058 0 0 0 15916 307 0 0 25 0 1 0 89004114 82722816 17007 1992294400 134512640 135679800 4294956224 18446744073709551615 134534601 0 0 4096 1026 0 0 0 17 0 0 0
/proc/17313/statm: 20196 17007 113 284 0 19909 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 80784

[startup+222.301 s]
/proc/loadavg: 1.02 1.41 1.47 2/65 17314
/proc/meminfo: memFree=1744504/2055920 swapFree=4180784/4192956
[pid=17313] ppid=17311 vsize=89544 CPUtime=222.2
/proc/17313/stat : 17313 (MoRsat) R 17311 17313 17100 0 -1 4194304 748295 0 0 0 21911 309 0 0 25 0 1 0 89004114 91693056 19050 1992294400 134512640 135679800 4294956224 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 0 0 0
/proc/17313/statm: 22386 19050 113 284 0 22099 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 89544

[startup+282.301 s]
/proc/loadavg: 1.00 1.34 1.44 2/65 17314
/proc/meminfo: memFree=1737336/2055920 swapFree=4180784/4192956
[pid=17313] ppid=17311 vsize=96460 CPUtime=282.19
/proc/17313/stat : 17313 (MoRsat) R 17311 17313 17100 0 -1 4194304 750094 0 0 0 27907 312 0 0 25 0 1 0 89004114 98775040 20849 1992294400 134512640 135679800 4294956224 18446744073709551615 134522764 0 0 4096 1026 0 0 0 17 0 0 0
/proc/17313/statm: 24115 20849 113 284 0 23828 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 96460

[startup+342.301 s]
/proc/loadavg: 1.00 1.27 1.41 2/65 17314
/proc/meminfo: memFree=1729976/2055920 swapFree=4180784/4192956
[pid=17313] ppid=17311 vsize=103644 CPUtime=342.16
/proc/17313/stat : 17313 (MoRsat) R 17311 17313 17100 0 -1 4194304 751900 0 0 0 33902 314 0 0 25 0 1 0 89004114 106131456 22655 1992294400 134512640 135679800 4294956224 18446744073709551615 134519325 0 0 4096 1026 0 0 0 17 0 0 0
/proc/17313/statm: 25911 22655 113 284 0 25624 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 103644

[startup+402.302 s]
/proc/loadavg: 1.00 1.22 1.38 2/65 17314
/proc/meminfo: memFree=1723256/2055920 swapFree=4180784/4192956
[pid=17313] ppid=17311 vsize=111692 CPUtime=402.13
/proc/17313/stat : 17313 (MoRsat) R 17311 17313 17100 0 -1 4194304 755466 0 0 0 39897 316 0 0 25 0 1 0 89004114 114372608 24295 1992294400 134512640 135679800 4294956224 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 0 0 0
/proc/17313/statm: 27923 24295 113 284 0 27636 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 111692

[startup+462.302 s]
/proc/loadavg: 1.00 1.18 1.35 2/65 17314
/proc/meminfo: memFree=1723192/2055920 swapFree=4180784/4192956
[pid=17313] ppid=17311 vsize=111692 CPUtime=462.11
/proc/17313/stat : 17313 (MoRsat) R 17311 17313 17100 0 -1 4194304 755466 0 0 0 45895 316 0 0 25 0 1 0 89004114 114372608 24295 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 0 0 0
/proc/17313/statm: 27923 24295 113 284 0 27636 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 111692

[startup+522.303 s]
/proc/loadavg: 1.00 1.14 1.33 2/65 17314
/proc/meminfo: memFree=1723128/2055920 swapFree=4180784/4192956
[pid=17313] ppid=17311 vsize=111692 CPUtime=522.09
/proc/17313/stat : 17313 (MoRsat) R 17311 17313 17100 0 -1 4194304 755481 0 0 0 51893 316 0 0 25 0 1 0 89004114 114372608 24310 1992294400 134512640 135679800 4294956224 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 0 0 0
/proc/17313/statm: 27923 24310 113 284 0 27636 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 111692

[startup+582.303 s]
/proc/loadavg: 1.00 1.11 1.30 2/65 17314
/proc/meminfo: memFree=1723128/2055920 swapFree=4180784/4192956
[pid=17313] ppid=17311 vsize=111692 CPUtime=582.06
/proc/17313/stat : 17313 (MoRsat) R 17311 17313 17100 0 -1 4194304 755481 0 0 0 57890 316 0 0 25 0 1 0 89004114 114372608 24310 1992294400 134512640 135679800 4294956224 18446744073709551615 134525665 0 0 4096 1026 0 0 0 17 0 0 0
/proc/17313/statm: 27923 24310 113 284 0 27636 0
Current children cumulated CPU time (s) 582.06
Current children cumulated vsize (KiB) 111692

[startup+642.303 s]
/proc/loadavg: 1.00 1.09 1.28 2/65 17314
/proc/meminfo: memFree=1723128/2055920 swapFree=4180784/4192956
[pid=17313] ppid=17311 vsize=111692 CPUtime=642.04
/proc/17313/stat : 17313 (MoRsat) R 17311 17313 17100 0 -1 4194304 755481 0 0 0 63888 316 0 0 25 0 1 0 89004114 114372608 24310 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 0 0 0
/proc/17313/statm: 27923 24310 113 284 0 27636 0
Current children cumulated CPU time (s) 642.04
Current children cumulated vsize (KiB) 111692

[startup+702.302 s]
/proc/loadavg: 1.00 1.07 1.26 2/65 17320
/proc/meminfo: memFree=1722872/2055920 swapFree=4180784/4192956
[pid=17313] ppid=17311 vsize=111692 CPUtime=702.02
/proc/17313/stat : 17313 (MoRsat) R 17311 17313 17100 0 -1 4194304 755534 0 0 0 69885 317 0 0 25 0 1 0 89004114 114372608 24363 1992294400 134512640 135679800 4294956224 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 0 0 0
/proc/17313/statm: 27923 24363 113 284 0 27636 0
Current children cumulated CPU time (s) 702.02
Current children cumulated vsize (KiB) 111692

[startup+762.306 s]
/proc/loadavg: 1.00 1.06 1.24 2/65 17320
/proc/meminfo: memFree=1722552/2055920 swapFree=4180784/4192956
[pid=17313] ppid=17311 vsize=111692 CPUtime=761.99
/proc/17313/stat : 17313 (MoRsat) R 17311 17313 17100 0 -1 4194304 755628 0 0 0 75882 317 0 0 25 0 1 0 89004114 114372608 24457 1992294400 134512640 135679800 4294956224 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 0 0 0
/proc/17313/statm: 27923 24457 113 284 0 27636 0
Current children cumulated CPU time (s) 761.99
Current children cumulated vsize (KiB) 111692

[startup+822.302 s]
/proc/loadavg: 1.00 1.04 1.23 2/65 17320
/proc/meminfo: memFree=1719480/2055920 swapFree=4180784/4192956
[pid=17313] ppid=17311 vsize=114540 CPUtime=821.97
/proc/17313/stat : 17313 (MoRsat) R 17311 17313 17100 0 -1 4194304 757920 0 0 0 81878 319 0 0 25 0 1 0 89004114 117288960 25209 1992294400 134512640 135679800 4294956224 18446744073709551615 134519346 0 0 4096 1026 0 0 0 17 0 0 0
/proc/17313/statm: 28635 25209 113 284 0 28348 0
Current children cumulated CPU time (s) 821.97
Current children cumulated vsize (KiB) 114540

[startup+882.302 s]
/proc/loadavg: 1.00 1.03 1.21 2/65 17320
/proc/meminfo: memFree=1719416/2055920 swapFree=4180784/4192956
[pid=17313] ppid=17311 vsize=114540 CPUtime=881.95
/proc/17313/stat : 17313 (MoRsat) R 17311 17313 17100 0 -1 4194304 757920 0 0 0 87876 319 0 0 25 0 1 0 89004114 117288960 25209 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 0 0 0
/proc/17313/statm: 28635 25209 113 284 0 28348 0
Current children cumulated CPU time (s) 881.95
Current children cumulated vsize (KiB) 114540

[startup+942.302 s]
/proc/loadavg: 1.00 1.02 1.19 2/65 17320
/proc/meminfo: memFree=1719352/2055920 swapFree=4180784/4192956
[pid=17313] ppid=17311 vsize=114540 CPUtime=941.92
/proc/17313/stat : 17313 (MoRsat) R 17311 17313 17100 0 -1 4194304 757920 0 0 0 93873 319 0 0 25 0 1 0 89004114 117288960 25209 1992294400 134512640 135679800 4294956224 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 0 0 0
/proc/17313/statm: 28635 25209 113 284 0 28348 0
Current children cumulated CPU time (s) 941.92
Current children cumulated vsize (KiB) 114540

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.18 2/65 17320
/proc/meminfo: memFree=1719352/2055920 swapFree=4180784/4192956
[pid=17313] ppid=17311 vsize=114540 CPUtime=1001.9
/proc/17313/stat : 17313 (MoRsat) R 17311 17313 17100 0 -1 4194304 757926 0 0 0 99871 319 0 0 25 0 1 0 89004114 117288960 25215 1992294400 134512640 135679800 4294956224 18446744073709551615 134525670 0 0 4096 1026 0 0 0 17 0 0 0
/proc/17313/statm: 28635 25215 113 284 0 28348 0
Current children cumulated CPU time (s) 1001.9
Current children cumulated vsize (KiB) 114540

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.16 2/65 17320
/proc/meminfo: memFree=1719224/2055920 swapFree=4180784/4192956
[pid=17313] ppid=17311 vsize=114804 CPUtime=1061.88
/proc/17313/stat : 17313 (MoRsat) R 17311 17313 17100 0 -1 4194304 758009 0 0 0 105869 319 0 0 25 0 1 0 89004114 117559296 25298 1992294400 134512640 135679800 4294956224 18446744073709551615 134525515 0 0 4096 1026 0 0 0 17 0 0 0
/proc/17313/statm: 28701 25298 113 284 0 28414 0
Current children cumulated CPU time (s) 1061.88
Current children cumulated vsize (KiB) 114804

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.15 2/65 17320
/proc/meminfo: memFree=1714104/2055920 swapFree=4180784/4192956
[pid=17313] ppid=17311 vsize=119968 CPUtime=1121.85
/proc/17313/stat : 17313 (MoRsat) R 17311 17313 17100 0 -1 4194304 759289 0 0 0 111865 320 0 0 25 0 1 0 89004114 122847232 26578 1992294400 134512640 135679800 4294956224 18446744073709551615 134519325 0 0 4096 1026 0 0 0 17 0 0 0
/proc/17313/statm: 29992 26578 113 284 0 29705 0
Current children cumulated CPU time (s) 1121.85
Current children cumulated vsize (KiB) 119968

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.14 2/65 17320
/proc/meminfo: memFree=1707896/2055920 swapFree=4180784/4192956
[pid=17313] ppid=17311 vsize=126136 CPUtime=1181.82
/proc/17313/stat : 17313 (MoRsat) R 17311 17313 17100 0 -1 4194304 760832 0 0 0 117861 321 0 0 25 0 1 0 89004114 129163264 28121 1992294400 134512640 135679800 4294956224 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 0 0 0
/proc/17313/statm: 31534 28121 113 284 0 31247 0
Current children cumulated CPU time (s) 1181.82
Current children cumulated vsize (KiB) 126136



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.14 2/65 17320
/proc/meminfo: memFree=1705208/2055920 swapFree=4180784/4192956
[pid=17313] ppid=17311 vsize=128776 CPUtime=1200.02
/proc/17313/stat : 17313 (MoRsat) R 17311 17313 17100 0 -1 4194304 761473 0 0 0 119680 322 0 0 25 0 1 0 89004114 131866624 28762 1992294400 134512640 135679800 4294956224 18446744073709551615 134519325 0 0 4096 1026 0 0 0 17 0 0 0
/proc/17313/statm: 32194 28762 113 284 0 31907 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 128776

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

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

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.14 2/65 17320
/proc/meminfo: memFree=1705208/2055920 swapFree=4180784/4192956
[pid=17313] ppid=17311 vsize=128776 CPUtime=1200.02
/proc/17313/stat : 17313 (MoRsat) R 17311 17313 17100 0 -1 4194304 761473 0 0 0 119680 322 0 0 25 0 1 0 89004114 131866624 28762 1992294400 134512640 135679800 4294956224 18446744073709551615 134519325 0 0 4096 1026 0 0 0 17 0 0 0
/proc/17313/statm: 32194 28762 113 284 0 31907 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 128776

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.52
CPU time (s): 1200.04
CPU user time (s): 1196.8
CPU system time (s): 3.24251
CPU usage (%): 99.96
Max. virtual memory (cumulated for all children) (KiB): 128776

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

runsolver used 1.03784 second user time and 3.33749 second system time

The end

Launcher Data

Begin job on node45 at 2009-04-24 23:49:22
IDJOB=1715995
IDBENCH=20365
IDSOLVER=502
FILE ID=node45/1715995-1240609760
PBS_JOBID= 9186271
Free space on /tmp= 66312 MiB

SOLVER NAME= MoRsat 2009-03-03
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/total-10-17-u.cnf
COMMAND LINE= HOME/MoRsat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1715995-1240609760/watcher-1715995-1240609760 -o /tmp/evaluation-result-1715995-1240609760/solver-1715995-1240609760 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/MoRsat HOME/instance-1715995-1240609760.cnf

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

MD5SUM BENCH= 9ce7c48a28ddd5790e38607bb893dd38
RANDOM SEED=1804346885

node45.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.231
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.231
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:       1820632 kB
Buffers:         35888 kB
Cached:         136392 kB
SwapCached:       6628 kB
Active:          96576 kB
Inactive:        84692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1820632 kB
SwapTotal:     4192956 kB
SwapFree:      4180784 kB
Dirty:           26408 kB
Writeback:           0 kB
Mapped:          14004 kB
Slab:            40124 kB
Committed_AS:   324400 kB
PageTables:       1376 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= 66312 MiB
End job on node45 at 2009-04-25 00:09:25