Trace number 1721943

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.13 1200.53

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_10_UNSAT.cnf
MD5SUM54c22a62e5d0a640d4ea8d185b9b1fc7
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 variables2112
Number of clauses191788
Sum of the clauses size572017
Maximum clause length11
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23595
Number of clauses of size 3188162
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 531

Solver Data

0.00/0.00	c MoRsat version 1.02 2009.03 
34.88/34.92	c atom#=2112 clause#=191788 total literals=572017 

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-1721943-1240671123/watcher-1721943-1240671123 -o /tmp/evaluation-result-1721943-1240671123/solver-1721943-1240671123 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/MoRsat HOME/instance-1721943-1240671123.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.31 1.68 1.43 3/64 16512
/proc/meminfo: memFree=1165816/2055920 swapFree=4192956/4192956
[pid=16512] ppid=16510 vsize=4328 CPUtime=0
/proc/16512/stat : 16512 (MoRsat) R 16510 16512 15901 0 -1 4194304 137 0 0 0 0 0 0 0 18 0 1 0 95145107 4431872 121 1992294400 134512640 135679800 4294956224 18446744073709551615 135172366 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16512/statm: 1082 121 96 284 0 795 0

[startup+0.0620439 s]
/proc/loadavg: 1.31 1.68 1.43 3/64 16512
/proc/meminfo: memFree=1165816/2055920 swapFree=4192956/4192956
[pid=16512] ppid=16510 vsize=4328 CPUtime=0.05
/proc/16512/stat : 16512 (MoRsat) R 16510 16512 15901 0 -1 4194304 326 0 0 0 5 0 0 0 18 0 1 0 95145107 4431872 310 1992294400 134512640 135679800 4294956224 18446744073709551615 134537519 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16512/statm: 1082 310 96 284 0 795 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 4328

[startup+0.101049 s]
/proc/loadavg: 1.31 1.68 1.43 3/64 16512
/proc/meminfo: memFree=1165816/2055920 swapFree=4192956/4192956
[pid=16512] ppid=16510 vsize=4328 CPUtime=0.09
/proc/16512/stat : 16512 (MoRsat) R 16510 16512 15901 0 -1 4194304 449 0 0 0 9 0 0 0 18 0 1 0 95145107 4431872 433 1992294400 134512640 135679800 4294956224 18446744073709551615 134537519 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16512/statm: 1082 433 96 284 0 795 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4328

[startup+0.301078 s]
/proc/loadavg: 1.31 1.68 1.43 3/64 16512
/proc/meminfo: memFree=1165816/2055920 swapFree=4192956/4192956
[pid=16512] ppid=16510 vsize=7300 CPUtime=0.29
/proc/16512/stat : 16512 (MoRsat) R 16510 16512 15901 0 -1 4194304 2384 0 0 0 28 1 0 0 19 0 1 0 95145107 7475200 1620 1992294400 134512640 135679800 4294956224 18446744073709551615 134552001 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16512/statm: 1825 1620 104 284 0 1538 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7300

[startup+0.701137 s]
/proc/loadavg: 1.31 1.68 1.43 3/64 16512
/proc/meminfo: memFree=1165816/2055920 swapFree=4192956/4192956
[pid=16512] ppid=16510 vsize=9228 CPUtime=0.69
/proc/16512/stat : 16512 (MoRsat) R 16510 16512 15901 0 -1 4194304 6434 0 0 0 66 3 0 0 23 0 1 0 95145107 9449472 1906 1992294400 134512640 135679800 4294956224 18446744073709551615 134563104 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16512/statm: 2307 1906 107 284 0 2020 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9228

[startup+1.50125 s]
/proc/loadavg: 1.31 1.68 1.43 2/65 16513
/proc/meminfo: memFree=1157744/2055920 swapFree=4192956/4192956
[pid=16512] ppid=16510 vsize=9228 CPUtime=1.49
/proc/16512/stat : 16512 (MoRsat) R 16510 16512 15901 0 -1 4194304 6636 0 0 0 146 3 0 0 25 0 1 0 95145107 9449472 2108 1992294400 134512640 135679800 4294956224 18446744073709551615 134561511 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16512/statm: 2307 2108 107 284 0 2020 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9228

[startup+3.10149 s]
/proc/loadavg: 1.31 1.68 1.43 2/65 16513
/proc/meminfo: memFree=1157616/2055920 swapFree=4192956/4192956
[pid=16512] ppid=16510 vsize=9228 CPUtime=3.09
/proc/16512/stat : 16512 (MoRsat) R 16510 16512 15901 0 -1 4194304 6636 0 0 0 306 3 0 0 25 0 1 0 95145107 9449472 2108 1992294400 134512640 135679800 4294956224 18446744073709551615 134561568 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16512/statm: 2307 2108 107 284 0 2020 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9228

[startup+6.30195 s]
/proc/loadavg: 1.28 1.67 1.42 2/65 16513
/proc/meminfo: memFree=1157616/2055920 swapFree=4192956/4192956
[pid=16512] ppid=16510 vsize=9228 CPUtime=6.29
/proc/16512/stat : 16512 (MoRsat) R 16510 16512 15901 0 -1 4194304 6636 0 0 0 626 3 0 0 25 0 1 0 95145107 9449472 2108 1992294400 134512640 135679800 4294956224 18446744073709551615 134561462 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16512/statm: 2307 2108 107 284 0 2020 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 9228

[startup+12.7019 s]
/proc/loadavg: 1.26 1.66 1.42 2/65 16513
/proc/meminfo: memFree=1157624/2055920 swapFree=4192956/4192956
[pid=16512] ppid=16510 vsize=9228 CPUtime=12.69
/proc/16512/stat : 16512 (MoRsat) R 16510 16512 15901 0 -1 4194304 6636 0 0 0 1266 3 0 0 25 0 1 0 95145107 9449472 2108 1992294400 134512640 135679800 4294956224 18446744073709551615 134561496 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16512/statm: 2307 2108 107 284 0 2020 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 9228

[startup+25.5017 s]
/proc/loadavg: 1.20 1.63 1.41 2/65 16513
/proc/meminfo: memFree=1157624/2055920 swapFree=4192956/4192956
[pid=16512] ppid=16510 vsize=9228 CPUtime=25.48
/proc/16512/stat : 16512 (MoRsat) R 16510 16512 15901 0 -1 4194304 6636 0 0 0 2545 3 0 0 25 0 1 0 95145107 9449472 2108 1992294400 134512640 135679800 4294956224 18446744073709551615 134561524 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16512/statm: 2307 2108 107 284 0 2020 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 9228

[startup+51.1015 s]
/proc/loadavg: 1.13 1.58 1.40 2/65 16513
/proc/meminfo: memFree=1136504/2055920 swapFree=4192956/4192956
[pid=16512] ppid=16510 vsize=31748 CPUtime=51.07
/proc/16512/stat : 16512 (MoRsat) R 16510 16512 15901 0 -1 4194304 16737 0 0 0 5099 8 0 0 25 0 1 0 95145107 32509952 7551 1992294400 134512640 135679800 4294956224 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16512/statm: 7937 7551 114 284 0 7650 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 31748

[startup+102.306 s]
/proc/loadavg: 1.06 1.49 1.38 2/65 16513
/proc/meminfo: memFree=1122872/2055920 swapFree=4192956/4192956
[pid=16512] ppid=16510 vsize=45420 CPUtime=102.26
/proc/16512/stat : 16512 (MoRsat) R 16510 16512 15901 0 -1 4194304 20580 0 0 0 10215 11 0 0 25 0 1 0 95145107 46510080 10846 1992294400 134512640 135679800 4294956224 18446744073709551615 134522705 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16512/statm: 11355 10846 114 284 0 11068 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 45420

[startup+162.302 s]
/proc/loadavg: 1.02 1.39 1.35 2/65 16513
/proc/meminfo: memFree=1122296/2055920 swapFree=4192956/4192956
[pid=16512] ppid=16510 vsize=45816 CPUtime=162.23
/proc/16512/stat : 16512 (MoRsat) R 16510 16512 15901 0 -1 4194304 21494 0 0 0 16212 11 0 0 25 0 1 0 95145107 46915584 10988 1992294400 134512640 135679800 4294956224 18446744073709551615 134522818 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16512/statm: 11454 10988 114 284 0 11167 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 45816

[startup+222.301 s]
/proc/loadavg: 1.00 1.32 1.33 2/65 16513
/proc/meminfo: memFree=1114616/2055920 swapFree=4192956/4192956
[pid=16512] ppid=16510 vsize=52868 CPUtime=222.21
/proc/16512/stat : 16512 (MoRsat) R 16510 16512 15901 0 -1 4194304 24113 0 0 0 22209 12 0 0 25 0 1 0 95145107 54136832 12835 1992294400 134512640 135679800 4294956224 18446744073709551615 134522713 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16512/statm: 13217 12835 114 284 0 12930 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 52868

[startup+282.301 s]
/proc/loadavg: 1.00 1.26 1.30 2/65 16513
/proc/meminfo: memFree=1114616/2055920 swapFree=4192956/4192956
[pid=16512] ppid=16510 vsize=52868 CPUtime=282.2
/proc/16512/stat : 16512 (MoRsat) R 16510 16512 15901 0 -1 4194304 24114 0 0 0 28207 13 0 0 25 0 1 0 95145107 54136832 12836 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16512/statm: 13217 12836 114 284 0 12930 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 52868

[startup+342.302 s]
/proc/loadavg: 1.00 1.21 1.28 2/65 16513
/proc/meminfo: memFree=1101112/2055920 swapFree=4192956/4192956
[pid=16512] ppid=16510 vsize=67908 CPUtime=342.18
/proc/16512/stat : 16512 (MoRsat) R 16510 16512 15901 0 -1 4194304 27912 0 0 0 34201 17 0 0 25 0 1 0 95145107 69537792 16248 1992294400 134512640 135679800 4294956224 18446744073709551615 134523596 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16512/statm: 16977 16248 114 284 0 16690 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 67908

[startup+402.301 s]
/proc/loadavg: 1.00 1.17 1.26 2/65 16513
/proc/meminfo: memFree=1093432/2055920 swapFree=4192956/4192956
[pid=16512] ppid=16510 vsize=75288 CPUtime=402.16
/proc/16512/stat : 16512 (MoRsat) R 16510 16512 15901 0 -1 4194304 31355 0 0 0 40196 20 0 0 25 0 1 0 95145107 77094912 18151 1992294400 134512640 135679800 4294956224 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16512/statm: 18822 18151 114 284 0 18535 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 75288

[startup+462.301 s]
/proc/loadavg: 1.00 1.14 1.24 2/65 16513
/proc/meminfo: memFree=1093368/2055920 swapFree=4192956/4192956
[pid=16512] ppid=16510 vsize=75288 CPUtime=462.14
/proc/16512/stat : 16512 (MoRsat) R 16510 16512 15901 0 -1 4194304 31391 0 0 0 46194 20 0 0 25 0 1 0 95145107 77094912 18187 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16512/statm: 18822 18187 114 284 0 18535 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 75288

[startup+522.302 s]
/proc/loadavg: 1.00 1.11 1.23 2/65 16513
/proc/meminfo: memFree=1075384/2055920 swapFree=4192956/4192956
[pid=16512] ppid=16510 vsize=94360 CPUtime=522.12
/proc/16512/stat : 16512 (MoRsat) R 16510 16512 15901 0 -1 4194304 36009 0 0 0 52188 24 0 0 25 0 1 0 95145107 96624640 22805 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16512/statm: 23590 22805 114 284 0 23303 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 94360

[startup+582.302 s]
/proc/loadavg: 1.00 1.09 1.21 2/65 16519
/proc/meminfo: memFree=1064056/2055920 swapFree=4192956/4192956
[pid=16512] ppid=16510 vsize=105364 CPUtime=582.09
/proc/16512/stat : 16512 (MoRsat) R 16510 16512 15901 0 -1 4194304 38724 0 0 0 58183 26 0 0 25 0 1 0 95145107 107892736 25520 1992294400 134512640 135679800 4294956224 18446744073709551615 135112694 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16512/statm: 26341 25520 114 284 0 26054 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 105364

[startup+642.301 s]
/proc/loadavg: 1.00 1.07 1.19 2/65 16519
/proc/meminfo: memFree=1053432/2055920 swapFree=4192956/4192956
[pid=16512] ppid=16510 vsize=115924 CPUtime=642.07
/proc/16512/stat : 16512 (MoRsat) R 16510 16512 15901 0 -1 4194304 41364 0 0 0 64179 28 0 0 25 0 1 0 95145107 118706176 28160 1992294400 134512640 135679800 4294956224 18446744073709551615 134522705 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16512/statm: 28981 28160 114 284 0 28694 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 115924

[startup+702.302 s]
/proc/loadavg: 1.06 1.07 1.18 2/65 16519
/proc/meminfo: memFree=1050488/2055920 swapFree=4192956/4192956
[pid=16512] ppid=16510 vsize=118792 CPUtime=702.05
/proc/16512/stat : 16512 (MoRsat) R 16510 16512 15901 0 -1 4194304 43641 0 0 0 70175 30 0 0 25 0 1 0 95145107 121643008 28897 1992294400 134512640 135679800 4294956224 18446744073709551615 134522764 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16512/statm: 29698 28897 114 284 0 29411 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 118792

[startup+762.306 s]
/proc/loadavg: 1.07 1.07 1.17 2/65 16519
/proc/meminfo: memFree=1050424/2055920 swapFree=4192956/4192956
[pid=16512] ppid=16510 vsize=118792 CPUtime=762.04
/proc/16512/stat : 16512 (MoRsat) R 16510 16512 15901 0 -1 4194304 43650 0 0 0 76173 31 0 0 25 0 1 0 95145107 121643008 28906 1992294400 134512640 135679800 4294956224 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16512/statm: 29698 28906 114 284 0 29411 0
Current children cumulated CPU time (s) 762.04
Current children cumulated vsize (KiB) 118792

[startup+822.301 s]
/proc/loadavg: 1.02 1.05 1.16 2/65 16519
/proc/meminfo: memFree=1050296/2055920 swapFree=4192956/4192956
[pid=16512] ppid=16510 vsize=118792 CPUtime=822.02
/proc/16512/stat : 16512 (MoRsat) R 16510 16512 15901 0 -1 4194304 43693 0 0 0 82171 31 0 0 25 0 1 0 95145107 121643008 28949 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16512/statm: 29698 28949 114 284 0 29411 0
Current children cumulated CPU time (s) 822.02
Current children cumulated vsize (KiB) 118792

[startup+882.302 s]
/proc/loadavg: 1.01 1.04 1.15 2/65 16519
/proc/meminfo: memFree=1050104/2055920 swapFree=4192956/4192956
[pid=16512] ppid=16510 vsize=118792 CPUtime=882
/proc/16512/stat : 16512 (MoRsat) R 16510 16512 15901 0 -1 4194304 43721 0 0 0 88169 31 0 0 25 0 1 0 95145107 121643008 28977 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16512/statm: 29698 28977 114 284 0 29411 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 118792

[startup+942.302 s]
/proc/loadavg: 1.00 1.03 1.14 2/65 16519
/proc/meminfo: memFree=1049976/2055920 swapFree=4192956/4192956
[pid=16512] ppid=16510 vsize=118792 CPUtime=941.98
/proc/16512/stat : 16512 (MoRsat) R 16510 16512 15901 0 -1 4194304 43767 0 0 0 94167 31 0 0 25 0 1 0 95145107 121643008 29023 1992294400 134512640 135679800 4294956224 18446744073709551615 134522688 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16512/statm: 29698 29023 114 284 0 29411 0
Current children cumulated CPU time (s) 941.98
Current children cumulated vsize (KiB) 118792

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.13 2/65 16519
/proc/meminfo: memFree=1049720/2055920 swapFree=4192956/4192956
[pid=16512] ppid=16510 vsize=118792 CPUtime=1001.96
/proc/16512/stat : 16512 (MoRsat) R 16510 16512 15901 0 -1 4194304 43829 0 0 0 100165 31 0 0 25 0 1 0 95145107 121643008 29085 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16512/statm: 29698 29085 114 284 0 29411 0
Current children cumulated CPU time (s) 1001.96
Current children cumulated vsize (KiB) 118792

[startup+1062.3 s]
/proc/loadavg: 1.00 1.02 1.12 2/65 16519
/proc/meminfo: memFree=1049400/2055920 swapFree=4192956/4192956
[pid=16512] ppid=16510 vsize=118792 CPUtime=1061.93
/proc/16512/stat : 16512 (MoRsat) R 16510 16512 15901 0 -1 4194304 43915 0 0 0 106162 31 0 0 25 0 1 0 95145107 121643008 29171 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16512/statm: 29698 29171 114 284 0 29411 0
Current children cumulated CPU time (s) 1061.93
Current children cumulated vsize (KiB) 118792

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.10 2/65 16519
/proc/meminfo: memFree=1048696/2055920 swapFree=4192956/4192956
[pid=16512] ppid=16510 vsize=119380 CPUtime=1121.91
/proc/16512/stat : 16512 (MoRsat) R 16510 16512 15901 0 -1 4194304 44096 0 0 0 112160 31 0 0 25 0 1 0 95145107 122245120 29352 1992294400 134512640 135679800 4294956224 18446744073709551615 134522841 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16512/statm: 29845 29352 114 284 0 29558 0
Current children cumulated CPU time (s) 1121.91
Current children cumulated vsize (KiB) 119380

[startup+1182.3 s]
/proc/loadavg: 1.00 1.01 1.09 2/65 16519
/proc/meminfo: memFree=1042488/2055920 swapFree=4192956/4192956
[pid=16512] ppid=16510 vsize=125628 CPUtime=1181.9
/proc/16512/stat : 16512 (MoRsat) R 16510 16512 15901 0 -1 4194304 45652 0 0 0 118156 34 0 0 25 0 1 0 95145107 128643072 30908 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16512/statm: 31407 30908 114 284 0 31120 0
Current children cumulated CPU time (s) 1181.9
Current children cumulated vsize (KiB) 125628



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 16519
/proc/meminfo: memFree=1040504/2055920 swapFree=4192956/4192956
[pid=16512] ppid=16510 vsize=127664 CPUtime=1200.09
/proc/16512/stat : 16512 (MoRsat) R 16510 16512 15901 0 -1 4194304 46130 0 0 0 119975 34 0 0 25 0 1 0 95145107 130727936 31386 1992294400 134512640 135679800 4294956224 18446744073709551615 134522844 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16512/statm: 31916 31386 114 284 0 31629 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 127664

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.09 2/65 16519
/proc/meminfo: memFree=1040504/2055920 swapFree=4192956/4192956
[pid=16512] ppid=16510 vsize=127664 CPUtime=1200.09
/proc/16512/stat : 16512 (MoRsat) R 16510 16512 15901 0 -1 4194304 46130 0 0 0 119975 34 0 0 25 0 1 0 95145107 130727936 31386 1992294400 134512640 135679800 4294956224 18446744073709551615 134522844 0 0 4096 1026 0 0 0 17 1 0 0
/proc/16512/statm: 31916 31386 114 284 0 31629 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 127664

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.53
CPU time (s): 1200.13
CPU user time (s): 1199.76
CPU system time (s): 0.369943
CPU usage (%): 99.9667
Max. virtual memory (cumulated for all children) (KiB): 127664

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

runsolver used 0.91686 second user time and 2.6356 second system time

The end

Launcher Data

Begin job on node30 at 2009-04-25 16:52:03
IDJOB=1721943
IDBENCH=71080
IDSOLVER=502
FILE ID=node30/1721943-1240671123
PBS_JOBID= 9186554
Free space on /tmp= 66244 MiB

SOLVER NAME= MoRsat 2009-03-03
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/ndhf_xits_10_UNSAT.cnf
COMMAND LINE= HOME/MoRsat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1721943-1240671123/watcher-1721943-1240671123 -o /tmp/evaluation-result-1721943-1240671123/solver-1721943-1240671123 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/MoRsat HOME/instance-1721943-1240671123.cnf

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

MD5SUM BENCH= 54c22a62e5d0a640d4ea8d185b9b1fc7
RANDOM SEED=1180827978

node30.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.265
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.265
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:       1166232 kB
Buffers:         98540 kB
Cached:         685704 kB
SwapCached:          0 kB
Active:         136112 kB
Inactive:       662624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1166232 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            4804 kB
Writeback:           0 kB
Mapped:          24232 kB
Slab:            76984 kB
Committed_AS:   417380 kB
PageTables:       1356 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= 66244 MiB
End job on node30 at 2009-04-25 17:12:06