Trace number 1716515

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.07 1200.42

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/total-5-17-u.cnf
MD5SUM9f79c3f75a90db314ed315006ba97d6f
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 variables265064
Number of clauses1236517
Sum of the clauses size2853702
Maximum clause length10
Minimum clause length1
Number of clauses of size 122116
Number of clauses of size 2960717
Number of clauses of size 3203984
Number of clauses of size 45520
Number of clauses of size 522080
Number of clauses of size over 522100

Solver Data

0.00/0.00	c MoRsat version 1.02 2009.03 
33.18/33.24	c atom#=265064 clause#=1236517 total literals=2853702 

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-1716515-1240616730/watcher-1716515-1240616730 -o /tmp/evaluation-result-1716515-1240616730/solver-1716515-1240616730 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/MoRsat HOME/instance-1716515-1240616730.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.99 1.85 1.45 3/64 14969
/proc/meminfo: memFree=1735008/2055920 swapFree=4168248/4192956
[pid=14969] ppid=14967 vsize=20652 CPUtime=0
/proc/14969/stat : 14969 (MoRsat) R 14967 14969 14566 0 -1 4194304 138 0 0 0 0 0 0 0 18 0 1 0 89706581 21147648 122 1992294400 134512640 135679800 4294956224 18446744073709551615 134537519 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14969/statm: 5163 122 96 284 0 4876 0

[startup+0.036582 s]
/proc/loadavg: 1.99 1.85 1.45 3/64 14969
/proc/meminfo: memFree=1735008/2055920 swapFree=4168248/4192956
[pid=14969] ppid=14967 vsize=20652 CPUtime=0.03
/proc/14969/stat : 14969 (MoRsat) R 14967 14969 14566 0 -1 4194304 242 0 0 0 3 0 0 0 18 0 1 0 89706581 21147648 226 1992294400 134512640 135679800 4294956224 18446744073709551615 134537519 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14969/statm: 5163 226 96 284 0 4876 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 20652

[startup+0.102588 s]
/proc/loadavg: 1.99 1.85 1.45 3/64 14969
/proc/meminfo: memFree=1735008/2055920 swapFree=4168248/4192956
[pid=14969] ppid=14967 vsize=20652 CPUtime=0.09
/proc/14969/stat : 14969 (MoRsat) R 14967 14969 14566 0 -1 4194304 449 0 0 0 9 0 0 0 18 0 1 0 89706581 21147648 433 1992294400 134512640 135679800 4294956224 18446744073709551615 134537519 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14969/statm: 5163 433 96 284 0 4876 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20652

[startup+0.301608 s]
/proc/loadavg: 1.99 1.85 1.45 3/64 14969
/proc/meminfo: memFree=1735008/2055920 swapFree=4168248/4192956
[pid=14969] ppid=14967 vsize=20652 CPUtime=0.29
/proc/14969/stat : 14969 (MoRsat) R 14967 14969 14566 0 -1 4194304 1052 0 0 0 28 1 0 0 19 0 1 0 89706581 21147648 1036 1992294400 134512640 135679800 4294956224 18446744073709551615 135172366 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14969/statm: 5163 1036 96 284 0 4876 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20652

[startup+0.701655 s]
/proc/loadavg: 1.99 1.85 1.45 3/64 14969
/proc/meminfo: memFree=1735008/2055920 swapFree=4168248/4192956
[pid=14969] ppid=14967 vsize=20652 CPUtime=0.69
/proc/14969/stat : 14969 (MoRsat) R 14967 14969 14566 0 -1 4194304 2266 0 0 0 67 2 0 0 22 0 1 0 89706581 21147648 2250 1992294400 134512640 135679800 4294956224 18446744073709551615 134537421 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14969/statm: 5163 2250 96 284 0 4876 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20652

[startup+1.50173 s]
/proc/loadavg: 1.91 1.84 1.45 2/65 14970
/proc/meminfo: memFree=1722072/2055920 swapFree=4168248/4192956
[pid=14969] ppid=14967 vsize=25828 CPUtime=1.49
/proc/14969/stat : 14969 (MoRsat) R 14967 14969 14566 0 -1 4194304 4902 0 0 0 145 4 0 0 25 0 1 0 89706581 26447872 4627 1992294400 134512640 135679800 4294956224 18446744073709551615 134560404 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14969/statm: 6457 4627 101 284 0 6170 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25828

[startup+3.10189 s]
/proc/loadavg: 1.91 1.84 1.45 2/65 14970
/proc/meminfo: memFree=1716760/2055920 swapFree=4168248/4192956
[pid=14969] ppid=14967 vsize=25828 CPUtime=3.09
/proc/14969/stat : 14969 (MoRsat) R 14967 14969 14566 0 -1 4194304 4902 0 0 0 305 4 0 0 25 0 1 0 89706581 26447872 4627 1992294400 134512640 135679800 4294956224 18446744073709551615 134560756 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14969/statm: 6457 4627 101 284 0 6170 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25828

[startup+6.30122 s]
/proc/loadavg: 1.84 1.82 1.45 2/65 14970
/proc/meminfo: memFree=1715992/2055920 swapFree=4168248/4192956
[pid=14969] ppid=14967 vsize=26332 CPUtime=6.29
/proc/14969/stat : 14969 (MoRsat) R 14967 14969 14566 0 -1 4194304 28893 0 0 0 615 14 0 0 25 0 1 0 89706581 26963968 5850 1992294400 134512640 135679800 4294956224 18446744073709551615 134552265 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14969/statm: 6583 5850 104 284 0 6296 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 26332

[startup+12.7019 s]
/proc/loadavg: 1.77 1.81 1.45 2/65 14970
/proc/meminfo: memFree=1718304/2055920 swapFree=4168248/4192956
[pid=14969] ppid=14967 vsize=19960 CPUtime=12.68
/proc/14969/stat : 14969 (MoRsat) R 14967 14969 14566 0 -1 4194304 198233 0 0 0 1182 86 0 0 25 0 1 0 89706581 20439040 3540 1992294400 134512640 135679800 4294956224 18446744073709551615 134552325 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14969/statm: 4990 3543 104 284 0 4703 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 19960

[startup+25.5012 s]
/proc/loadavg: 1.60 1.77 1.44 2/65 14970
/proc/meminfo: memFree=1724320/2055920 swapFree=4168248/4192956
[pid=14969] ppid=14967 vsize=19640 CPUtime=25.48
/proc/14969/stat : 14969 (MoRsat) R 14967 14969 14566 0 -1 4194304 566173 0 0 0 2304 244 0 0 25 0 1 0 89706581 20111360 4177 1992294400 134512640 135679800 4294956224 18446744073709551615 134552327 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14969/statm: 4910 4177 104 284 0 4623 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 19640

[startup+51.1018 s]
/proc/loadavg: 1.40 1.71 1.43 2/65 14970
/proc/meminfo: memFree=1684064/2055920 swapFree=4168248/4192956
[pid=14969] ppid=14967 vsize=64052 CPUtime=51.07
/proc/14969/stat : 14969 (MoRsat) R 14967 14969 14566 0 -1 4194304 767935 0 0 0 4778 329 0 0 25 0 1 0 89706581 65589248 12861 1992294400 134512640 135679800 4294956224 18446744073709551615 134521370 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14969/statm: 16013 12861 113 284 0 15726 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 64052

[startup+102.305 s]
/proc/loadavg: 1.17 1.60 1.40 2/65 14970
/proc/meminfo: memFree=1679136/2055920 swapFree=4168248/4192956
[pid=14969] ppid=14967 vsize=67536 CPUtime=102.25
/proc/14969/stat : 14969 (MoRsat) R 14967 14969 14566 0 -1 4194304 769496 0 0 0 9895 330 0 0 25 0 1 0 89706581 69156864 14099 1992294400 134512640 135679800 4294956224 18446744073709551615 134533047 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14969/statm: 16884 14099 114 284 0 16597 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 67536

[startup+162.301 s]
/proc/loadavg: 1.06 1.48 1.37 2/65 14970
/proc/meminfo: memFree=1667488/2055920 swapFree=4168248/4192956
[pid=14969] ppid=14967 vsize=79312 CPUtime=162.24
/proc/14969/stat : 14969 (MoRsat) R 14967 14969 14566 0 -1 4194304 772543 0 0 0 15890 334 0 0 25 0 1 0 89706581 81215488 17048 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14969/statm: 19828 17048 114 284 0 19541 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 79312

[startup+222.301 s]
/proc/loadavg: 1.02 1.39 1.35 2/65 14970
/proc/meminfo: memFree=1659232/2055920 swapFree=4168248/4192956
[pid=14969] ppid=14967 vsize=87812 CPUtime=222.22
/proc/14969/stat : 14969 (MoRsat) R 14967 14969 14566 0 -1 4194304 774739 0 0 0 21886 336 0 0 25 0 1 0 89706581 89919488 19050 1992294400 134512640 135679800 4294956224 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14969/statm: 21953 19050 114 284 0 21666 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 87812

[startup+282.302 s]
/proc/loadavg: 1.01 1.32 1.32 2/65 14970
/proc/meminfo: memFree=1653216/2055920 swapFree=4168248/4192956
[pid=14969] ppid=14967 vsize=93392 CPUtime=282.21
/proc/14969/stat : 14969 (MoRsat) R 14967 14969 14566 0 -1 4194304 776964 0 0 0 27883 338 0 0 25 0 1 0 89706581 95633408 20503 1992294400 134512640 135679800 4294956224 18446744073709551615 134533063 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14969/statm: 23348 20503 114 284 0 23061 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 93392

[startup+342.302 s]
/proc/loadavg: 1.00 1.26 1.30 2/65 14970
/proc/meminfo: memFree=1653216/2055920 swapFree=4168248/4192956
[pid=14969] ppid=14967 vsize=93392 CPUtime=342.19
/proc/14969/stat : 14969 (MoRsat) R 14967 14969 14566 0 -1 4194304 776970 0 0 0 33881 338 0 0 25 0 1 0 89706581 95633408 20509 1992294400 134512640 135679800 4294956224 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14969/statm: 23348 20509 114 284 0 23061 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 93392

[startup+402.302 s]
/proc/loadavg: 1.00 1.21 1.28 2/65 14970
/proc/meminfo: memFree=1653216/2055920 swapFree=4168248/4192956
[pid=14969] ppid=14967 vsize=93392 CPUtime=402.17
/proc/14969/stat : 14969 (MoRsat) R 14967 14969 14566 0 -1 4194304 776980 0 0 0 39879 338 0 0 25 0 1 0 89706581 95633408 20519 1992294400 134512640 135679800 4294956224 18446744073709551615 134523596 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14969/statm: 23348 20519 114 284 0 23061 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 93392

[startup+462.302 s]
/proc/loadavg: 1.00 1.17 1.26 2/65 14970
/proc/meminfo: memFree=1649120/2055920 swapFree=4168248/4192956
[pid=14969] ppid=14967 vsize=97412 CPUtime=462.15
/proc/14969/stat : 14969 (MoRsat) R 14967 14969 14566 0 -1 4194304 778034 0 0 0 45876 339 0 0 25 0 1 0 89706581 99749888 21573 1992294400 134512640 135679800 4294956224 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14969/statm: 24353 21573 114 284 0 24066 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 97412

[startup+522.301 s]
/proc/loadavg: 1.00 1.13 1.24 2/65 14970
/proc/meminfo: memFree=1643104/2055920 swapFree=4168248/4192956
[pid=14969] ppid=14967 vsize=104496 CPUtime=522.14
/proc/14969/stat : 14969 (MoRsat) R 14967 14969 14566 0 -1 4194304 781373 0 0 0 51873 341 0 0 25 0 1 0 89706581 107003904 22986 1992294400 134512640 135679800 4294956224 18446744073709551615 134523668 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14969/statm: 26124 22986 114 284 0 25837 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 104496

[startup+582.301 s]
/proc/loadavg: 1.00 1.11 1.22 2/65 14970
/proc/meminfo: memFree=1643296/2055920 swapFree=4168248/4192956
[pid=14969] ppid=14967 vsize=104388 CPUtime=582.12
/proc/14969/stat : 14969 (MoRsat) R 14967 14969 14566 0 -1 4194304 781373 0 0 0 57871 341 0 0 25 0 1 0 89706581 106893312 22959 1992294400 134512640 135679800 4294956224 18446744073709551615 134522699 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14969/statm: 26097 22959 114 284 0 25810 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 104388

[startup+642.301 s]
/proc/loadavg: 1.00 1.08 1.21 2/65 14970
/proc/meminfo: memFree=1643296/2055920 swapFree=4168248/4192956
[pid=14969] ppid=14967 vsize=104388 CPUtime=642.1
/proc/14969/stat : 14969 (MoRsat) R 14967 14969 14566 0 -1 4194304 781373 0 0 0 63869 341 0 0 25 0 1 0 89706581 106893312 22959 1992294400 134512640 135679800 4294956224 18446744073709551615 134525515 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14969/statm: 26097 22959 114 284 0 25810 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 104388

[startup+702.302 s]
/proc/loadavg: 1.00 1.07 1.19 2/65 14970
/proc/meminfo: memFree=1643360/2055920 swapFree=4168248/4192956
[pid=14969] ppid=14967 vsize=104388 CPUtime=702.09
/proc/14969/stat : 14969 (MoRsat) R 14967 14969 14566 0 -1 4194304 781375 0 0 0 69867 342 0 0 25 0 1 0 89706581 106893312 22961 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14969/statm: 26097 22961 114 284 0 25810 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 104388

[startup+762.306 s]
/proc/loadavg: 1.00 1.05 1.17 2/65 14970
/proc/meminfo: memFree=1643296/2055920 swapFree=4168248/4192956
[pid=14969] ppid=14967 vsize=104388 CPUtime=762.07
/proc/14969/stat : 14969 (MoRsat) R 14967 14969 14566 0 -1 4194304 781403 0 0 0 75865 342 0 0 25 0 1 0 89706581 106893312 22989 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14969/statm: 26097 22989 114 284 0 25810 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 104388

[startup+822.303 s]
/proc/loadavg: 1.00 1.04 1.16 2/65 14970
/proc/meminfo: memFree=1640800/2055920 swapFree=4168248/4192956
[pid=14969] ppid=14967 vsize=106876 CPUtime=822.06
/proc/14969/stat : 14969 (MoRsat) R 14967 14969 14566 0 -1 4194304 782065 0 0 0 81863 343 0 0 25 0 1 0 89706581 109441024 23651 1992294400 134512640 135679800 4294956224 18446744073709551615 134533057 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14969/statm: 26719 23651 114 284 0 26432 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 106876

[startup+882.303 s]
/proc/loadavg: 1.00 1.03 1.15 2/65 14970
/proc/meminfo: memFree=1635616/2055920 swapFree=4168248/4192956
[pid=14969] ppid=14967 vsize=111732 CPUtime=882.03
/proc/14969/stat : 14969 (MoRsat) R 14967 14969 14566 0 -1 4194304 784890 0 0 0 87859 344 0 0 25 0 1 0 89706581 114413568 24936 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14969/statm: 27933 24936 114 284 0 27646 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 111732

[startup+942.302 s]
/proc/loadavg: 1.00 1.02 1.14 2/65 14976
/proc/meminfo: memFree=1635360/2055920 swapFree=4168248/4192956
[pid=14969] ppid=14967 vsize=111732 CPUtime=942.02
/proc/14969/stat : 14969 (MoRsat) R 14967 14969 14566 0 -1 4194304 784893 0 0 0 93857 345 0 0 25 0 1 0 89706581 114413568 24939 1992294400 134512640 135679800 4294956224 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14969/statm: 27933 24939 114 284 0 27646 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 111732

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.13 2/65 14976
/proc/meminfo: memFree=1635360/2055920 swapFree=4168248/4192956
[pid=14969] ppid=14967 vsize=111732 CPUtime=1002
/proc/14969/stat : 14969 (MoRsat) R 14967 14969 14566 0 -1 4194304 784898 0 0 0 99855 345 0 0 25 0 1 0 89706581 114413568 24944 1992294400 134512640 135679800 4294956224 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14969/statm: 27933 24944 114 284 0 27646 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 111732

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.12 2/65 14976
/proc/meminfo: memFree=1635424/2055920 swapFree=4168248/4192956
[pid=14969] ppid=14967 vsize=111732 CPUtime=1061.98
/proc/14969/stat : 14969 (MoRsat) R 14967 14969 14566 0 -1 4194304 784898 0 0 0 105853 345 0 0 25 0 1 0 89706581 114413568 24944 1992294400 134512640 135679800 4294956224 18446744073709551615 134521370 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14969/statm: 27933 24944 114 284 0 27646 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 111732

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.10 2/65 14976
/proc/meminfo: memFree=1635424/2055920 swapFree=4168248/4192956
[pid=14969] ppid=14967 vsize=111732 CPUtime=1121.96
/proc/14969/stat : 14969 (MoRsat) R 14967 14969 14566 0 -1 4194304 784898 0 0 0 111851 345 0 0 25 0 1 0 89706581 114413568 24944 1992294400 134512640 135679800 4294956224 18446744073709551615 134522826 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14969/statm: 27933 24944 114 284 0 27646 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 111732

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 14976
/proc/meminfo: memFree=1635552/2055920 swapFree=4168248/4192956
[pid=14969] ppid=14967 vsize=111732 CPUtime=1181.94
/proc/14969/stat : 14969 (MoRsat) R 14967 14969 14566 0 -1 4194304 784898 0 0 0 117849 345 0 0 25 0 1 0 89706581 114413568 24944 1992294400 134512640 135679800 4294956224 18446744073709551615 134522818 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14969/statm: 27933 24944 114 284 0 27646 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 111732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 14976
/proc/meminfo: memFree=1635296/2055920 swapFree=4168248/4192956
[pid=14969] ppid=14967 vsize=112000 CPUtime=1200.05
/proc/14969/stat : 14969 (MoRsat) R 14967 14969 14566 0 -1 4194304 784962 0 0 0 119659 346 0 0 25 0 1 0 89706581 114688000 25008 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/14969/statm: 28000 25008 114 284 0 27713 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 112000

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.42
CPU time (s): 1200.07
CPU user time (s): 1196.59
CPU system time (s): 3.47747
CPU usage (%): 99.9708
Max. virtual memory (cumulated for all children) (KiB): 117892

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

runsolver used 0.78688 second user time and 2.5956 second system time

The end

Launcher Data

Begin job on node17 at 2009-04-25 01:45:32
IDJOB=1716515
IDBENCH=20383
IDSOLVER=502
FILE ID=node17/1716515-1240616730
PBS_JOBID= 9186297
Free space on /tmp= 66112 MiB

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

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

MD5SUM BENCH= 9f79c3f75a90db314ed315006ba97d6f
RANDOM SEED=269081177

node17.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.234
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.234
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:       1735488 kB
Buffers:         41400 kB
Cached:         214004 kB
SwapCached:      19520 kB
Active:         110824 kB
Inactive:       166572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1735488 kB
SwapTotal:     4192956 kB
SwapFree:      4168248 kB
Dirty:           23792 kB
Writeback:           0 kB
Mapped:          13552 kB
Slab:            29076 kB
Committed_AS:   301132 kB
PageTables:       1452 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= 66112 MiB
End job on node17 at 2009-04-25 02:05:34