Trace number 1727569

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.08 1200.46

General information on the benchmark

Namecrafted/Hard/contest05/phnf/
phnf-size10-exclusive-equilarge_l1.used-as.sat04-893.sat05-4187.reshuffled-07.cnf
MD5SUM181c4935b6e4cd791aedd030930111fa
Bench CategoryCRAFTED (crafted 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 variables16866
Number of clauses2507999
Sum of the clauses size5028712
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22505923
Number of clauses of size 31
Number of clauses of size 47
Number of clauses of size 59
Number of clauses of size over 52059

Solver Data

0.00/0.00	c MoRsat version 1.02 2009.03 
6.09/6.10	c atom#=16866 clause#=2507999 total literals=5028712 

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-1727569-1240726442/watcher-1727569-1240726442 -o /tmp/evaluation-result-1727569-1240726442/solver-1727569-1240726442 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/MoRsat HOME/instance-1727569-1240726442.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.93 0.98 1.08 3/65 22790
/proc/meminfo: memFree=1429184/2055920 swapFree=4192812/4192956
[pid=22790] ppid=22788 vsize=40520 CPUtime=0
/proc/22790/stat : 22790 (MoRsat) R 22788 22790 22656 0 -1 4194304 138 0 0 0 0 0 0 0 18 0 1 0 100673095 41492480 122 1992294400 134512640 135679800 4294956224 18446744073709551615 135300070 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22790/statm: 10130 122 96 284 0 9843 0

[startup+0.0928041 s]
/proc/loadavg: 0.93 0.98 1.08 3/65 22790
/proc/meminfo: memFree=1429184/2055920 swapFree=4192812/4192956
[pid=22790] ppid=22788 vsize=40520 CPUtime=0.08
/proc/22790/stat : 22790 (MoRsat) R 22788 22790 22656 0 -1 4194304 413 0 0 0 8 0 0 0 18 0 1 0 100673095 41492480 397 1992294400 134512640 135679800 4294956224 18446744073709551615 134537519 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22790/statm: 10130 397 96 284 0 9843 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 40520

[startup+0.101804 s]
/proc/loadavg: 0.93 0.98 1.08 3/65 22790
/proc/meminfo: memFree=1429184/2055920 swapFree=4192812/4192956
[pid=22790] ppid=22788 vsize=40520 CPUtime=0.09
/proc/22790/stat : 22790 (MoRsat) R 22788 22790 22656 0 -1 4194304 441 0 0 0 9 0 0 0 18 0 1 0 100673095 41492480 425 1992294400 134512640 135679800 4294956224 18446744073709551615 134537421 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22790/statm: 10130 425 96 284 0 9843 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40520

[startup+0.30183 s]
/proc/loadavg: 0.93 0.98 1.08 3/65 22790
/proc/meminfo: memFree=1429184/2055920 swapFree=4192812/4192956
[pid=22790] ppid=22788 vsize=40520 CPUtime=0.29
/proc/22790/stat : 22790 (MoRsat) R 22788 22790 22656 0 -1 4194304 1063 0 0 0 29 0 0 0 19 0 1 0 100673095 41492480 1047 1992294400 134512640 135679800 4294956224 18446744073709551615 135299878 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22790/statm: 10130 1047 96 284 0 9843 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 40520

[startup+0.701879 s]
/proc/loadavg: 0.93 0.98 1.08 3/65 22790
/proc/meminfo: memFree=1429184/2055920 swapFree=4192812/4192956
[pid=22790] ppid=22788 vsize=40520 CPUtime=0.69
/proc/22790/stat : 22790 (MoRsat) R 22788 22790 22656 0 -1 4194304 2308 0 0 0 68 1 0 0 22 0 1 0 100673095 41492480 2292 1992294400 134512640 135679800 4294956224 18446744073709551615 135172366 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22790/statm: 10130 2292 96 284 0 9843 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 40520

[startup+1.50198 s]
/proc/loadavg: 0.93 0.98 1.08 2/66 22791
/proc/meminfo: memFree=1416632/2055920 swapFree=4192812/4192956
[pid=22790] ppid=22788 vsize=40520 CPUtime=1.49
/proc/22790/stat : 22790 (MoRsat) R 22788 22790 22656 0 -1 4194304 4805 0 0 0 146 3 0 0 25 0 1 0 100673095 41492480 4789 1992294400 134512640 135679800 4294956224 18446744073709551615 135172366 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22790/statm: 10130 4789 96 284 0 9843 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 40520

[startup+3.10118 s]
/proc/loadavg: 0.93 0.98 1.08 2/66 22791
/proc/meminfo: memFree=1402168/2055920 swapFree=4192812/4192956
[pid=22790] ppid=22788 vsize=70420 CPUtime=3.08
/proc/22790/stat : 22790 (MoRsat) R 22788 22790 22656 0 -1 4194304 14969 0 0 0 301 7 0 0 25 0 1 0 100673095 72110080 14919 1992294400 134512640 135679800 4294956224 18446744073709551615 134552327 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22790/statm: 17605 14919 103 284 0 17318 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 70420

[startup+6.30159 s]
/proc/loadavg: 0.93 0.98 1.08 2/66 22791
/proc/meminfo: memFree=1379256/2055920 swapFree=4192812/4192956
[pid=22790] ppid=22788 vsize=187752 CPUtime=6.29
/proc/22790/stat : 22790 (MoRsat) R 22788 22790 22656 0 -1 4194304 77001 0 0 0 594 35 0 0 25 0 1 0 100673095 192258048 44317 1992294400 134512640 135679800 4294956224 18446744073709551615 135112694 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22790/statm: 46938 44318 110 284 0 46651 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 187752

[startup+12.7014 s]
/proc/loadavg: 0.94 0.98 1.08 2/66 22791
/proc/meminfo: memFree=1241400/2055920 swapFree=4192812/4192956
[pid=22790] ppid=22788 vsize=198668 CPUtime=12.68
/proc/22790/stat : 22790 (MoRsat) R 22788 22790 22656 0 -1 4194304 79686 0 0 0 1232 36 0 0 25 0 1 0 100673095 203436032 46988 1992294400 134512640 135679800 4294956224 18446744073709551615 134522631 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22790/statm: 49667 46988 113 284 0 49380 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 198668

[startup+25.502 s]
/proc/loadavg: 0.95 0.98 1.08 2/66 22791
/proc/meminfo: memFree=1236984/2055920 swapFree=4192812/4192956
[pid=22790] ppid=22788 vsize=203408 CPUtime=25.48
/proc/22790/stat : 22790 (MoRsat) R 22788 22790 22656 0 -1 4194304 80871 0 0 0 2511 37 0 0 25 0 1 0 100673095 208289792 48173 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22790/statm: 50852 48173 113 284 0 50565 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 203408

[startup+51.1012 s]
/proc/loadavg: 1.05 1.00 1.08 2/66 22791
/proc/meminfo: memFree=1230584/2055920 swapFree=4192812/4192956
[pid=22790] ppid=22788 vsize=209680 CPUtime=51.07
/proc/22790/stat : 22790 (MoRsat) R 22788 22790 22656 0 -1 4194304 82449 0 0 0 5068 39 0 0 25 0 1 0 100673095 214712320 49751 1992294400 134512640 135679800 4294956224 18446744073709551615 134522631 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22790/statm: 52420 49751 113 284 0 52133 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 209680

[startup+102.306 s]
/proc/loadavg: 1.02 1.00 1.08 2/66 22791
/proc/meminfo: memFree=1217848/2055920 swapFree=4192812/4192956
[pid=22790] ppid=22788 vsize=222476 CPUtime=102.25
/proc/22790/stat : 22790 (MoRsat) R 22788 22790 22656 0 -1 4194304 85667 0 0 0 10183 42 0 0 25 0 1 0 100673095 227815424 52904 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22790/statm: 55619 52904 113 284 0 55332 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 222476

[startup+162.301 s]
/proc/loadavg: 1.16 1.04 1.09 2/66 22791
/proc/meminfo: memFree=1205688/2055920 swapFree=4192812/4192956
[pid=22790] ppid=22788 vsize=235256 CPUtime=162.22
/proc/22790/stat : 22790 (MoRsat) R 22788 22790 22656 0 -1 4194304 88932 0 0 0 16177 45 0 0 25 0 1 0 100673095 240902144 55975 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22790/statm: 58814 55975 113 284 0 58527 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 235256

[startup+222.302 s]
/proc/loadavg: 1.13 1.05 1.09 2/66 22791
/proc/meminfo: memFree=1193272/2055920 swapFree=4192812/4192956
[pid=22790] ppid=22788 vsize=247400 CPUtime=222.21
/proc/22790/stat : 22790 (MoRsat) R 22788 22790 22656 0 -1 4194304 92025 0 0 0 22173 48 0 0 25 0 1 0 100673095 253337600 59068 1992294400 134512640 135679800 4294956224 18446744073709551615 134534598 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22790/statm: 61850 59068 113 284 0 61563 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 247400

[startup+282.301 s]
/proc/loadavg: 1.11 1.05 1.09 2/66 22791
/proc/meminfo: memFree=1182328/2055920 swapFree=4192812/4192956
[pid=22790] ppid=22788 vsize=258248 CPUtime=282.2
/proc/22790/stat : 22790 (MoRsat) R 22788 22790 22656 0 -1 4194304 94802 0 0 0 28169 51 0 0 25 0 1 0 100673095 264445952 61845 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22790/statm: 64562 61845 113 284 0 64275 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 258248

[startup+342.302 s]
/proc/loadavg: 1.10 1.06 1.09 2/66 22791
/proc/meminfo: memFree=1173304/2055920 swapFree=4192812/4192956
[pid=22790] ppid=22788 vsize=268364 CPUtime=342.18
/proc/22790/stat : 22790 (MoRsat) R 22788 22790 22656 0 -1 4194304 97390 0 0 0 34164 54 0 0 25 0 1 0 100673095 274804736 64047 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22790/statm: 67091 64047 113 284 0 66804 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 268364

[startup+402.302 s]
/proc/loadavg: 1.09 1.06 1.09 2/66 22791
/proc/meminfo: memFree=1164472/2055920 swapFree=4192812/4192956
[pid=22790] ppid=22788 vsize=277080 CPUtime=402.16
/proc/22790/stat : 22790 (MoRsat) R 22788 22790 22656 0 -1 4194304 99613 0 0 0 40160 56 0 0 25 0 1 0 100673095 283729920 66270 1992294400 134512640 135679800 4294956224 18446744073709551615 134533216 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22790/statm: 69270 66270 113 284 0 68983 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 277080

[startup+462.301 s]
/proc/loadavg: 1.08 1.06 1.08 2/66 22791
/proc/meminfo: memFree=1157624/2055920 swapFree=4192812/4192956
[pid=22790] ppid=22788 vsize=283420 CPUtime=462.14
/proc/22790/stat : 22790 (MoRsat) R 22788 22790 22656 0 -1 4194304 102783 0 0 0 46155 59 0 0 25 0 1 0 100673095 290222080 67900 1992294400 134512640 135679800 4294956224 18446744073709551615 134534453 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22790/statm: 70855 67900 113 284 0 70568 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 283420

[startup+522.302 s]
/proc/loadavg: 1.03 1.05 1.08 2/66 22791
/proc/meminfo: memFree=1157624/2055920 swapFree=4192812/4192956
[pid=22790] ppid=22788 vsize=283420 CPUtime=522.12
/proc/22790/stat : 22790 (MoRsat) R 22788 22790 22656 0 -1 4194304 102783 0 0 0 52153 59 0 0 25 0 1 0 100673095 290222080 67900 1992294400 134512640 135679800 4294956224 18446744073709551615 134534601 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22790/statm: 70855 67900 113 284 0 70568 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 283420

[startup+582.301 s]
/proc/loadavg: 1.01 1.04 1.07 2/66 22791
/proc/meminfo: memFree=1157688/2055920 swapFree=4192812/4192956
[pid=22790] ppid=22788 vsize=283420 CPUtime=582.1
/proc/22790/stat : 22790 (MoRsat) R 22788 22790 22656 0 -1 4194304 102783 0 0 0 58151 59 0 0 25 0 1 0 100673095 290222080 67900 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22790/statm: 70855 67900 113 284 0 70568 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 283420

[startup+642.302 s]
/proc/loadavg: 1.00 1.03 1.07 2/66 22791
/proc/meminfo: memFree=1157752/2055920 swapFree=4192812/4192956
[pid=22790] ppid=22788 vsize=283420 CPUtime=642.09
/proc/22790/stat : 22790 (MoRsat) R 22788 22790 22656 0 -1 4194304 102783 0 0 0 64150 59 0 0 25 0 1 0 100673095 290222080 67900 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22790/statm: 70855 67900 113 284 0 70568 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 283420

[startup+702.301 s]
/proc/loadavg: 1.00 1.02 1.06 2/66 22791
/proc/meminfo: memFree=1157752/2055920 swapFree=4192812/4192956
[pid=22790] ppid=22788 vsize=283420 CPUtime=702.07
/proc/22790/stat : 22790 (MoRsat) R 22788 22790 22656 0 -1 4194304 102783 0 0 0 70148 59 0 0 25 0 1 0 100673095 290222080 67900 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22790/statm: 70855 67900 113 284 0 70568 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 283420

[startup+762.306 s]
/proc/loadavg: 1.00 1.02 1.06 2/66 22791
/proc/meminfo: memFree=1157688/2055920 swapFree=4192812/4192956
[pid=22790] ppid=22788 vsize=283420 CPUtime=762.05
/proc/22790/stat : 22790 (MoRsat) R 22788 22790 22656 0 -1 4194304 102783 0 0 0 76146 59 0 0 25 0 1 0 100673095 290222080 67900 1992294400 134512640 135679800 4294956224 18446744073709551615 134522631 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22790/statm: 70855 67900 113 284 0 70568 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 283420

[startup+822.302 s]
/proc/loadavg: 1.00 1.01 1.05 2/66 22791
/proc/meminfo: memFree=1150072/2055920 swapFree=4192812/4192956
[pid=22790] ppid=22788 vsize=291340 CPUtime=822.03
/proc/22790/stat : 22790 (MoRsat) R 22788 22790 22656 0 -1 4194304 104740 0 0 0 82141 62 0 0 25 0 1 0 100673095 298332160 69857 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22790/statm: 72835 69857 113 284 0 72548 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 291340

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.04 2/66 22791
/proc/meminfo: memFree=1139384/2055920 swapFree=4192812/4192956
[pid=22790] ppid=22788 vsize=301772 CPUtime=882.01
/proc/22790/stat : 22790 (MoRsat) R 22788 22790 22656 0 -1 4194304 107375 0 0 0 88137 64 0 0 25 0 1 0 100673095 309014528 72492 1992294400 134512640 135679800 4294956224 18446744073709551615 134522717 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22790/statm: 75443 72492 113 284 0 75156 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 301772

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.04 2/66 22791
/proc/meminfo: memFree=1129720/2055920 swapFree=4192812/4192956
[pid=22790] ppid=22788 vsize=311676 CPUtime=942
/proc/22790/stat : 22790 (MoRsat) R 22788 22790 22656 0 -1 4194304 109832 0 0 0 94133 67 0 0 25 0 1 0 100673095 319156224 74949 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22790/statm: 77919 74949 113 284 0 77632 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 311676

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.03 2/66 22791
/proc/meminfo: memFree=1120760/2055920 swapFree=4192812/4192956
[pid=22790] ppid=22788 vsize=320420 CPUtime=1001.98
/proc/22790/stat : 22790 (MoRsat) R 22788 22790 22656 0 -1 4194304 112031 0 0 0 100129 69 0 0 25 0 1 0 100673095 328110080 77148 1992294400 134512640 135679800 4294956224 18446744073709551615 134522713 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22790/statm: 80105 77148 113 284 0 79818 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 320420

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.03 2/66 22791
/proc/meminfo: memFree=1112440/2055920 swapFree=4192812/4192956
[pid=22790] ppid=22788 vsize=328868 CPUtime=1061.95
/proc/22790/stat : 22790 (MoRsat) R 22788 22790 22656 0 -1 4194304 114144 0 0 0 106124 71 0 0 25 0 1 0 100673095 336760832 79261 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22790/statm: 82217 79261 113 284 0 81930 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 328868

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.02 2/66 22791
/proc/meminfo: memFree=1103864/2055920 swapFree=4192812/4192956
[pid=22790] ppid=22788 vsize=337320 CPUtime=1121.94
/proc/22790/stat : 22790 (MoRsat) R 22788 22790 22656 0 -1 4194304 116237 0 0 0 112120 74 0 0 25 0 1 0 100673095 345415680 81354 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22790/statm: 84330 81354 113 284 0 84043 0
Current children cumulated CPU time (s) 1121.94
Current children cumulated vsize (KiB) 337320

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/66 22791
/proc/meminfo: memFree=1098168/2055920 swapFree=4192812/4192956
[pid=22790] ppid=22788 vsize=342744 CPUtime=1181.92
/proc/22790/stat : 22790 (MoRsat) R 22788 22790 22656 0 -1 4194304 119138 0 0 0 118116 76 0 0 25 0 1 0 100673095 350969856 82715 1992294400 134512640 135679800 4294956224 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22790/statm: 85686 82715 113 284 0 85399 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 342744



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.01 2/66 22791
/proc/meminfo: memFree=1098168/2055920 swapFree=4192812/4192956
[pid=22790] ppid=22788 vsize=342744 CPUtime=1200.02
/proc/22790/stat : 22790 (MoRsat) R 22788 22790 22656 0 -1 4194304 119138 0 0 0 119926 76 0 0 25 0 1 0 100673095 350969856 82715 1992294400 134512640 135679800 4294956224 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22790/statm: 85686 82715 113 284 0 85399 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 342744

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.46
CPU time (s): 1200.08
CPU user time (s): 1199.26
CPU system time (s): 0.817875
CPU usage (%): 99.9685
Max. virtual memory (cumulated for all children) (KiB): 348904

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

runsolver used 1.07484 second user time and 3.3015 second system time

The end

Launcher Data

Begin job on node54 at 2009-04-26 08:14:07
IDJOB=1727569
IDBENCH=24641
IDSOLVER=502
FILE ID=node54/1727569-1240726442
PBS_JOBID= 9186944
Free space on /tmp= 66248 MiB

SOLVER NAME= MoRsat 2009-03-03
BENCH NAME= SAT07/crafted/Hard/contest05/phnf/phnf-size10-exclusive-equilarge_l1.used-as.sat04-893.sat05-4187.reshuffled-07.cnf
COMMAND LINE= HOME/MoRsat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1727569-1240726442/watcher-1727569-1240726442 -o /tmp/evaluation-result-1727569-1240726442/solver-1727569-1240726442 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/MoRsat HOME/instance-1727569-1240726442.cnf

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

MD5SUM BENCH= 181c4935b6e4cd791aedd030930111fa
RANDOM SEED=1945728342

node54.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:       1429664 kB
Buffers:         65056 kB
Cached:         468808 kB
SwapCached:        140 kB
Active:         268484 kB
Inactive:       280888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1429664 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           35128 kB
Writeback:           0 kB
Mapped:          25088 kB
Slab:            62812 kB
Committed_AS:   385596 kB
PageTables:       1368 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66248 MiB
End job on node54 at 2009-04-26 08:34:10