Trace number 1722243

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.09 1200.51

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_07_UNSAT.cnf
MD5SUMa30111c778b4a83ebe950f77b63a1b33
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark154.421
Satisfiable
(Un)Satisfiability was proved
Number of variables1128
Number of clauses63345
Sum of the clauses size188200
Maximum clause length8
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21950
Number of clauses of size 361372
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

0.00/0.00	c MoRsat version 1.02 2009.03 
4.99/5.04	c atom#=1128 clause#=63345 total literals=188200 

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-1722243-1240673635/watcher-1722243-1240673635 -o /tmp/evaluation-result-1722243-1240673635/solver-1722243-1240673635 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/MoRsat HOME/instance-1722243-1240673635.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.00 1.00 1.00 3/65 17724
/proc/meminfo: memFree=1730424/2055920 swapFree=4181392/4192956
[pid=17724] ppid=17722 vsize=3064 CPUtime=0
/proc/17724/stat : 17724 (MoRsat) R 17722 17724 17060 0 -1 4194304 139 0 0 0 0 0 0 0 18 0 1 0 95392504 3137536 123 1992294400 134512640 135679800 4294956224 18446744073709551615 135172366 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17724/statm: 766 123 96 284 0 479 0

[startup+0.0273291 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 17724
/proc/meminfo: memFree=1730424/2055920 swapFree=4181392/4192956
[pid=17724] ppid=17722 vsize=3064 CPUtime=0.02
/proc/17724/stat : 17724 (MoRsat) R 17722 17724 17060 0 -1 4194304 221 0 0 0 2 0 0 0 18 0 1 0 95392504 3137536 205 1992294400 134512640 135679800 4294956224 18446744073709551615 135172366 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17724/statm: 766 205 96 284 0 479 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 3064

[startup+0.102344 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 17724
/proc/meminfo: memFree=1730424/2055920 swapFree=4181392/4192956
[pid=17724] ppid=17722 vsize=3312 CPUtime=0.09
/proc/17724/stat : 17724 (MoRsat) R 17722 17724 17060 0 -1 4194304 1060 0 0 0 9 0 0 0 18 0 1 0 95392504 3391488 613 1992294400 134512640 135679800 4294956224 18446744073709551615 134552289 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17724/statm: 828 613 104 284 0 541 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3312

[startup+0.302384 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 17724
/proc/meminfo: memFree=1730424/2055920 swapFree=4181392/4192956
[pid=17724] ppid=17722 vsize=6240 CPUtime=0.29
/proc/17724/stat : 17724 (MoRsat) R 17722 17724 17060 0 -1 4194304 2309 0 0 0 28 1 0 0 19 0 1 0 95392504 6389760 1016 1992294400 134512640 135679800 4294956224 18446744073709551615 134563160 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17724/statm: 1560 1017 107 284 0 1273 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6240

[startup+0.701468 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 17724
/proc/meminfo: memFree=1730424/2055920 swapFree=4181392/4192956
[pid=17724] ppid=17722 vsize=6240 CPUtime=0.69
/proc/17724/stat : 17724 (MoRsat) R 17722 17724 17060 0 -1 4194304 2357 0 0 0 68 1 0 0 23 0 1 0 95392504 6389760 1064 1992294400 134512640 135679800 4294956224 18446744073709551615 134561545 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17724/statm: 1560 1064 107 284 0 1273 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6240

[startup+1.50163 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17725
/proc/meminfo: memFree=1726320/2055920 swapFree=4181392/4192956
[pid=17724] ppid=17722 vsize=6240 CPUtime=1.49
/proc/17724/stat : 17724 (MoRsat) R 17722 17724 17060 0 -1 4194304 2430 0 0 0 148 1 0 0 25 0 1 0 95392504 6389760 1137 1992294400 134512640 135679800 4294956224 18446744073709551615 134561524 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17724/statm: 1560 1137 107 284 0 1273 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6240

[startup+3.10195 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17725
/proc/meminfo: memFree=1725808/2055920 swapFree=4181392/4192956
[pid=17724] ppid=17722 vsize=6240 CPUtime=3.09
/proc/17724/stat : 17724 (MoRsat) R 17722 17724 17060 0 -1 4194304 2572 0 0 0 308 1 0 0 25 0 1 0 95392504 6389760 1279 1992294400 134512640 135679800 4294956224 18446744073709551615 134561545 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17724/statm: 1560 1279 107 284 0 1273 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6240

[startup+6.30161 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17725
/proc/meminfo: memFree=1723704/2055920 swapFree=4181392/4192956
[pid=17724] ppid=17722 vsize=8704 CPUtime=6.29
/proc/17724/stat : 17724 (MoRsat) R 17722 17724 17060 0 -1 4194304 5451 0 0 0 627 2 0 0 25 0 1 0 95392504 8912896 1991 1992294400 134512640 135679800 4294956224 18446744073709551615 134519353 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17724/statm: 2176 1991 114 284 0 1889 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8704

[startup+12.7019 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17725
/proc/meminfo: memFree=1718712/2055920 swapFree=4181392/4192956
[pid=17724] ppid=17722 vsize=12788 CPUtime=12.69
/proc/17724/stat : 17724 (MoRsat) R 17722 17724 17060 0 -1 4194304 6438 0 0 0 1266 3 0 0 25 0 1 0 95392504 13094912 2978 1992294400 134512640 135679800 4294956224 18446744073709551615 134522742 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17724/statm: 3197 2978 114 284 0 2910 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 12788

[startup+25.5015 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17725
/proc/meminfo: memFree=1716024/2055920 swapFree=4181392/4192956
[pid=17724] ppid=17722 vsize=15612 CPUtime=25.48
/proc/17724/stat : 17724 (MoRsat) R 17722 17724 17060 0 -1 4194304 7323 0 0 0 2545 3 0 0 25 0 1 0 95392504 15986688 3605 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17724/statm: 3903 3605 114 284 0 3616 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 15612

[startup+51.1027 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17725
/proc/meminfo: memFree=1716088/2055920 swapFree=4181392/4192956
[pid=17724] ppid=17722 vsize=15612 CPUtime=51.07
/proc/17724/stat : 17724 (MoRsat) R 17722 17724 17060 0 -1 4194304 7332 0 0 0 5104 3 0 0 25 0 1 0 95392504 15986688 3614 1992294400 134512640 135679800 4294956224 18446744073709551615 134519353 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17724/statm: 3903 3614 114 284 0 3616 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 15612

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17725
/proc/meminfo: memFree=1712952/2055920 swapFree=4181392/4192956
[pid=17724] ppid=17722 vsize=18636 CPUtime=102.26
/proc/17724/stat : 17724 (MoRsat) R 17722 17724 17060 0 -1 4194304 8386 0 0 0 10221 5 0 0 25 0 1 0 95392504 19083264 4410 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17724/statm: 4659 4410 114 284 0 4372 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 18636

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17725
/proc/meminfo: memFree=1709560/2055920 swapFree=4181392/4192956
[pid=17724] ppid=17722 vsize=22632 CPUtime=162.23
/proc/17724/stat : 17724 (MoRsat) R 17722 17724 17060 0 -1 4194304 10140 0 0 0 16217 6 0 0 25 0 1 0 95392504 23175168 5263 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17724/statm: 5658 5263 114 284 0 5371 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 22632

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17725
/proc/meminfo: memFree=1707832/2055920 swapFree=4181392/4192956
[pid=17724] ppid=17722 vsize=24368 CPUtime=222.21
/proc/17724/stat : 17724 (MoRsat) R 17722 17724 17060 0 -1 4194304 10608 0 0 0 22215 6 0 0 25 0 1 0 95392504 24952832 5731 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17724/statm: 6092 5731 114 284 0 5805 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 24368

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17725
/proc/meminfo: memFree=1704248/2055920 swapFree=4181392/4192956
[pid=17724] ppid=17722 vsize=27768 CPUtime=282.19
/proc/17724/stat : 17724 (MoRsat) R 17722 17724 17060 0 -1 4194304 12249 0 0 0 28212 7 0 0 25 0 1 0 95392504 28434432 6600 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17724/statm: 6942 6600 114 284 0 6655 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 27768

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17727
/proc/meminfo: memFree=1703864/2055920 swapFree=4181392/4192956
[pid=17724] ppid=17722 vsize=27768 CPUtime=342.17
/proc/17724/stat : 17724 (MoRsat) R 17722 17724 17060 0 -1 4194304 12313 0 0 0 34210 7 0 0 25 0 1 0 95392504 28434432 6664 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17724/statm: 6942 6664 114 284 0 6655 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 27768

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17727
/proc/meminfo: memFree=1702776/2055920 swapFree=4181392/4192956
[pid=17724] ppid=17722 vsize=28940 CPUtime=402.14
/proc/17724/stat : 17724 (MoRsat) R 17722 17724 17060 0 -1 4194304 12601 0 0 0 40207 7 0 0 25 0 1 0 95392504 29634560 6952 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17724/statm: 7235 6952 114 284 0 6948 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 28940

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17727
/proc/meminfo: memFree=1699448/2055920 swapFree=4181392/4192956
[pid=17724] ppid=17722 vsize=32456 CPUtime=462.13
/proc/17724/stat : 17724 (MoRsat) R 17722 17724 17060 0 -1 4194304 13429 0 0 0 46205 8 0 0 25 0 1 0 95392504 33234944 7780 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17724/statm: 8114 7780 114 284 0 7827 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 32456

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17727
/proc/meminfo: memFree=1696120/2055920 swapFree=4181392/4192956
[pid=17724] ppid=17722 vsize=37168 CPUtime=522.11
/proc/17724/stat : 17724 (MoRsat) R 17722 17724 17060 0 -1 4194304 14643 0 0 0 52202 9 0 0 25 0 1 0 95392504 38060032 8608 1992294400 134512640 135679800 4294956224 18446744073709551615 135112694 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17724/statm: 9292 8608 114 284 0 9005 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 37168

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17727
/proc/meminfo: memFree=1694776/2055920 swapFree=4181392/4192956
[pid=17724] ppid=17722 vsize=38008 CPUtime=582.08
/proc/17724/stat : 17724 (MoRsat) R 17722 17724 17060 0 -1 4194304 16517 0 0 0 58199 9 0 0 25 0 1 0 95392504 38920192 8877 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17724/statm: 9502 8877 114 284 0 9215 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 38008

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17727
/proc/meminfo: memFree=1694776/2055920 swapFree=4181392/4192956
[pid=17724] ppid=17722 vsize=38008 CPUtime=642.06
/proc/17724/stat : 17724 (MoRsat) R 17722 17724 17060 0 -1 4194304 16517 0 0 0 64197 9 0 0 25 0 1 0 95392504 38920192 8877 1992294400 134512640 135679800 4294956224 18446744073709551615 134522742 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17724/statm: 9502 8877 114 284 0 9215 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 38008

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17727
/proc/meminfo: memFree=1694776/2055920 swapFree=4181392/4192956
[pid=17724] ppid=17722 vsize=38008 CPUtime=702.04
/proc/17724/stat : 17724 (MoRsat) R 17722 17724 17060 0 -1 4194304 16571 0 0 0 70195 9 0 0 25 0 1 0 95392504 38920192 8931 1992294400 134512640 135679800 4294956224 18446744073709551615 134522841 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17724/statm: 9502 8931 114 284 0 9215 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 38008

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17727
/proc/meminfo: memFree=1689144/2055920 swapFree=4181392/4192956
[pid=17724] ppid=17722 vsize=44072 CPUtime=762.02
/proc/17724/stat : 17724 (MoRsat) R 17722 17724 17060 0 -1 4194304 17967 0 0 0 76192 10 0 0 25 0 1 0 95392504 45129728 10327 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17724/statm: 11018 10327 114 284 0 10731 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 44072

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17727
/proc/meminfo: memFree=1684024/2055920 swapFree=4181392/4192956
[pid=17724] ppid=17722 vsize=49112 CPUtime=822
/proc/17724/stat : 17724 (MoRsat) R 17722 17724 17060 0 -1 4194304 19256 0 0 0 82188 12 0 0 25 0 1 0 95392504 50290688 11616 1992294400 134512640 135679800 4294956224 18446744073709551615 134523592 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17724/statm: 12278 11616 114 284 0 11991 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 49112

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17727
/proc/meminfo: memFree=1680696/2055920 swapFree=4181392/4192956
[pid=17724] ppid=17722 vsize=52688 CPUtime=881.98
/proc/17724/stat : 17724 (MoRsat) R 17722 17724 17060 0 -1 4194304 21622 0 0 0 88185 13 0 0 25 0 1 0 95392504 53952512 12442 1992294400 134512640 135679800 4294956224 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17724/statm: 13172 12442 114 284 0 12885 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 52688

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17727
/proc/meminfo: memFree=1680568/2055920 swapFree=4181392/4192956
[pid=17724] ppid=17722 vsize=52688 CPUtime=941.96
/proc/17724/stat : 17724 (MoRsat) R 17722 17724 17060 0 -1 4194304 21656 0 0 0 94183 13 0 0 25 0 1 0 95392504 53952512 12476 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17724/statm: 13172 12476 114 284 0 12885 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 52688

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17727
/proc/meminfo: memFree=1680376/2055920 swapFree=4181392/4192956
[pid=17724] ppid=17722 vsize=52688 CPUtime=1001.94
/proc/17724/stat : 17724 (MoRsat) R 17722 17724 17060 0 -1 4194304 21693 0 0 0 100181 13 0 0 25 0 1 0 95392504 53952512 12513 1992294400 134512640 135679800 4294956224 18446744073709551615 134522721 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17724/statm: 13172 12513 114 284 0 12885 0
Current children cumulated CPU time (s) 1001.94
Current children cumulated vsize (KiB) 52688

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17727
/proc/meminfo: memFree=1680376/2055920 swapFree=4181392/4192956
[pid=17724] ppid=17722 vsize=52688 CPUtime=1061.91
/proc/17724/stat : 17724 (MoRsat) R 17722 17724 17060 0 -1 4194304 21694 0 0 0 106178 13 0 0 25 0 1 0 95392504 53952512 12514 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17724/statm: 13172 12514 114 284 0 12885 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 52688

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17727
/proc/meminfo: memFree=1680184/2055920 swapFree=4181392/4192956
[pid=17724] ppid=17722 vsize=52688 CPUtime=1121.89
/proc/17724/stat : 17724 (MoRsat) R 17722 17724 17060 0 -1 4194304 21738 0 0 0 112176 13 0 0 25 0 1 0 95392504 53952512 12558 1992294400 134512640 135679800 4294956224 18446744073709551615 134522709 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17724/statm: 13172 12558 114 284 0 12885 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 52688

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17727
/proc/meminfo: memFree=1679992/2055920 swapFree=4181392/4192956
[pid=17724] ppid=17722 vsize=52688 CPUtime=1181.87
/proc/17724/stat : 17724 (MoRsat) R 17722 17724 17060 0 -1 4194304 21810 0 0 0 118174 13 0 0 25 0 1 0 95392504 53952512 12630 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17724/statm: 13172 12630 114 284 0 12885 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 52688



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17727
/proc/meminfo: memFree=1679672/2055920 swapFree=4181392/4192956
[pid=17724] ppid=17722 vsize=52688 CPUtime=1200.07
/proc/17724/stat : 17724 (MoRsat) R 17722 17724 17060 0 -1 4194304 21883 0 0 0 119994 13 0 0 25 0 1 0 95392504 53952512 12703 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17724/statm: 13172 12703 114 284 0 12885 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 52688

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.00 2/66 17727
/proc/meminfo: memFree=1679672/2055920 swapFree=4181392/4192956
[pid=17724] ppid=17722 vsize=52688 CPUtime=1200.07
/proc/17724/stat : 17724 (MoRsat) R 17722 17724 17060 0 -1 4194304 21883 0 0 0 119994 13 0 0 25 0 1 0 95392504 53952512 12703 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/17724/statm: 13172 12703 114 284 0 12885 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 52688

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.09
CPU user time (s): 1199.94
CPU system time (s): 0.143978
CPU usage (%): 99.9645
Max. virtual memory (cumulated for all children) (KiB): 58684

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

runsolver used 1.18782 second user time and 3.18751 second system time

The end

Launcher Data

Begin job on node80 at 2009-04-25 17:33:56
IDJOB=1722243
IDBENCH=71086
IDSOLVER=502
FILE ID=node80/1722243-1240673635
PBS_JOBID= 9186581
Free space on /tmp= 66156 MiB

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

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

MD5SUM BENCH= a30111c778b4a83ebe950f77b63a1b33
RANDOM SEED=1968659505

node80.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.270
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.270
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1730840 kB
Buffers:         43600 kB
Cached:         206464 kB
SwapCached:       5344 kB
Active:          97980 kB
Inactive:       159856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1730840 kB
SwapTotal:     4192956 kB
SwapFree:      4181392 kB
Dirty:            2624 kB
Writeback:           0 kB
Mapped:          13456 kB
Slab:            53172 kB
Committed_AS:   319100 kB
PageTables:       1392 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= 66152 MiB
End job on node80 at 2009-04-25 17:53:58