Trace number 1562405

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

NameCRAFTED/edgematching/
fbcolors/em_7_4_9_fbc.cnf
MD5SUM4259362ee72589b1a94d1f5c9f846a0b
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark9.38957
Satisfiable
(Un)Satisfiability was proved
Number of variables1677
Number of clauses28863
Sum of the clauses size75955
Maximum clause length25
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 217356
Number of clauses of size 38650
Number of clauses of size 4832
Number of clauses of size 51875
Number of clauses of size over 5150

Solver Data

0.00/0.00	c MoRsat version 1.02 2009.03 
6.29/6.30	c atom#=1677 clause#=28863 total literals=75955 

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-1562405-1238774757/watcher-1562405-1238774757 -o /tmp/evaluation-result-1562405-1238774757/solver-1562405-1238774757 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/MoRsat HOME/instance-1562405-1238774757.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/81 26695
/proc/meminfo: memFree=1639040/2055920 swapFree=4172784/4192956
[pid=26695] ppid=26693 vsize=2008 CPUtime=0
/proc/26695/stat : 26695 (MoRsat) R 26693 26695 26181 0 -1 4194304 144 0 0 0 0 0 0 0 20 0 1 0 1150139537 2056192 128 1992294400 134512640 135679800 4294956224 18446744073709551615 134537421 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26695/statm: 502 128 96 284 0 215 0

[startup+0.017436 s]
/proc/loadavg: 1.00 1.00 1.00 3/81 26695
/proc/meminfo: memFree=1639040/2055920 swapFree=4172784/4192956
[pid=26695] ppid=26693 vsize=2008 CPUtime=0.01
/proc/26695/stat : 26695 (MoRsat) R 26693 26695 26181 0 -1 4194304 182 0 0 0 1 0 0 0 20 0 1 0 1150139537 2056192 166 1992294400 134512640 135679800 4294956224 18446744073709551615 135172366 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26695/statm: 502 166 96 284 0 215 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2008

[startup+0.101445 s]
/proc/loadavg: 1.00 1.00 1.00 3/81 26695
/proc/meminfo: memFree=1639040/2055920 swapFree=4172784/4192956
[pid=26695] ppid=26693 vsize=3772 CPUtime=0.09
/proc/26695/stat : 26695 (MoRsat) R 26693 26695 26181 0 -1 4194304 637 0 0 0 9 0 0 0 20 0 1 0 1150139537 3862528 467 1992294400 134512640 135679800 4294956224 18446744073709551615 134563104 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26695/statm: 943 467 107 284 0 656 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3772

[startup+0.301467 s]
/proc/loadavg: 1.00 1.00 1.00 3/81 26695
/proc/meminfo: memFree=1639040/2055920 swapFree=4172784/4192956
[pid=26695] ppid=26693 vsize=3772 CPUtime=0.29
/proc/26695/stat : 26695 (MoRsat) R 26693 26695 26181 0 -1 4194304 873 0 0 0 29 0 0 0 22 0 1 0 1150139537 3862528 703 1992294400 134512640 135679800 4294956224 18446744073709551615 134561498 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26695/statm: 943 703 107 284 0 656 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3772

[startup+0.701512 s]
/proc/loadavg: 1.00 1.00 1.00 3/81 26695
/proc/meminfo: memFree=1639040/2055920 swapFree=4172784/4192956
[pid=26695] ppid=26693 vsize=4068 CPUtime=0.69
/proc/26695/stat : 26695 (MoRsat) R 26693 26695 26181 0 -1 4194304 1259 0 0 0 69 0 0 0 25 0 1 0 1150139537 4165632 822 1992294400 134512640 135679800 4294956224 18446744073709551615 134563710 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26695/statm: 1017 822 107 284 0 730 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4068

[startup+1.5016 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 26696
/proc/meminfo: memFree=1635960/2055920 swapFree=4172784/4192956
[pid=26695] ppid=26693 vsize=4068 CPUtime=1.49
/proc/26695/stat : 26695 (MoRsat) R 26693 26695 26181 0 -1 4194304 1259 0 0 0 149 0 0 0 25 0 1 0 1150139537 4165632 822 1992294400 134512640 135679800 4294956224 18446744073709551615 134563699 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26695/statm: 1017 822 107 284 0 730 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4068

[startup+3.10178 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 26696
/proc/meminfo: memFree=1635768/2055920 swapFree=4172784/4192956
[pid=26695] ppid=26693 vsize=4068 CPUtime=3.09
/proc/26695/stat : 26695 (MoRsat) R 26693 26695 26181 0 -1 4194304 1259 0 0 0 309 0 0 0 25 0 1 0 1150139537 4165632 822 1992294400 134512640 135679800 4294956224 18446744073709551615 134563683 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26695/statm: 1017 822 107 284 0 730 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4068

[startup+6.30118 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 26696
/proc/meminfo: memFree=1635712/2055920 swapFree=4172784/4192956
[pid=26695] ppid=26693 vsize=7248 CPUtime=6.29
/proc/26695/stat : 26695 (MoRsat) R 26693 26695 26181 0 -1 4194304 3078 0 0 0 628 1 0 0 25 0 1 0 1150139537 7421952 1547 1992294400 134512640 135679800 4294956224 18446744073709551615 135112694 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26695/statm: 1812 1549 110 284 0 1525 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 7248

[startup+12.7019 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 26696
/proc/meminfo: memFree=1622720/2055920 swapFree=4172784/4192956
[pid=26695] ppid=26693 vsize=17904 CPUtime=12.69
/proc/26695/stat : 26695 (MoRsat) R 26693 26695 26181 0 -1 4194304 5754 0 0 0 1267 2 0 0 25 0 1 0 1150139537 18333696 4223 1992294400 134512640 135679800 4294956224 18446744073709551615 135112694 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26695/statm: 4476 4223 114 284 0 4189 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 17904

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 26696
/proc/meminfo: memFree=1618624/2055920 swapFree=4172784/4192956
[pid=26695] ppid=26693 vsize=21528 CPUtime=25.49
/proc/26695/stat : 26695 (MoRsat) R 26693 26695 26181 0 -1 4194304 6832 0 0 0 2545 4 0 0 25 0 1 0 1150139537 22044672 5141 1992294400 134512640 135679800 4294956224 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26695/statm: 5382 5141 114 284 0 5095 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 21528

[startup+51.1011 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 26696
/proc/meminfo: memFree=1614848/2055920 swapFree=4172784/4192956
[pid=26695] ppid=26693 vsize=25636 CPUtime=51.08
/proc/26695/stat : 26695 (MoRsat) R 26693 26695 26181 0 -1 4194304 8156 0 0 0 5103 5 0 0 25 0 1 0 1150139537 26251264 6111 1992294400 134512640 135679800 4294956224 18446744073709551615 134522699 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26695/statm: 6409 6111 114 284 0 6122 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 25636

[startup+102.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 26696
/proc/meminfo: memFree=1609920/2055920 swapFree=4172784/4192956
[pid=26695] ppid=26693 vsize=30272 CPUtime=102.27
/proc/26695/stat : 26695 (MoRsat) R 26693 26695 26181 0 -1 4194304 9691 0 0 0 10220 7 0 0 25 0 1 0 1150139537 30998528 7292 1992294400 134512640 135679800 4294956224 18446744073709551615 134522844 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26695/statm: 7568 7292 114 284 0 7281 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 30272

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 26696
/proc/meminfo: memFree=1604352/2055920 swapFree=4172784/4192956
[pid=26695] ppid=26693 vsize=36256 CPUtime=162.25
/proc/26695/stat : 26695 (MoRsat) R 26693 26695 26181 0 -1 4194304 11939 0 0 0 16217 8 0 0 25 0 1 0 1150139537 37126144 8639 1992294400 134512640 135679800 4294956224 18446744073709551615 134523596 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26695/statm: 9064 8639 114 284 0 8777 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 36256

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 26696
/proc/meminfo: memFree=1603072/2055920 swapFree=4172784/4192956
[pid=26695] ppid=26693 vsize=37784 CPUtime=222.23
/proc/26695/stat : 26695 (MoRsat) R 26693 26695 26181 0 -1 4194304 12284 0 0 0 22215 8 0 0 25 0 1 0 1150139537 38690816 8984 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26695/statm: 9446 8984 114 284 0 9159 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 37784

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 26696
/proc/meminfo: memFree=1594304/2055920 swapFree=4172784/4192956
[pid=26695] ppid=26693 vsize=46468 CPUtime=282.21
/proc/26695/stat : 26695 (MoRsat) R 26693 26695 26181 0 -1 4194304 14519 0 0 0 28210 11 0 0 25 0 1 0 1150139537 47583232 11219 1992294400 134512640 135679800 4294956224 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26695/statm: 11617 11219 114 284 0 11330 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 46468

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 26696
/proc/meminfo: memFree=1591168/2055920 swapFree=4172784/4192956
[pid=26695] ppid=26693 vsize=49224 CPUtime=342.19
/proc/26695/stat : 26695 (MoRsat) R 26693 26695 26181 0 -1 4194304 15991 0 0 0 34208 11 0 0 25 0 1 0 1150139537 50405376 11919 1992294400 134512640 135679800 4294956224 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26695/statm: 12306 11919 114 284 0 12019 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 49224

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 26696
/proc/meminfo: memFree=1591168/2055920 swapFree=4172784/4192956
[pid=26695] ppid=26693 vsize=49224 CPUtime=402.17
/proc/26695/stat : 26695 (MoRsat) R 26693 26695 26181 0 -1 4194304 16005 0 0 0 40206 11 0 0 25 0 1 0 1150139537 50405376 11933 1992294400 134512640 135679800 4294956224 18446744073709551615 134522709 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26695/statm: 12306 11933 114 284 0 12019 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 49224

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 26696
/proc/meminfo: memFree=1586944/2055920 swapFree=4172784/4192956
[pid=26695] ppid=26693 vsize=53364 CPUtime=462.16
/proc/26695/stat : 26695 (MoRsat) R 26693 26695 26181 0 -1 4194304 17064 0 0 0 46204 12 0 0 25 0 1 0 1150139537 54644736 12992 1992294400 134512640 135679800 4294956224 18446744073709551615 134523586 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26695/statm: 13341 12992 114 284 0 13054 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 53364

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 26696
/proc/meminfo: memFree=1579904/2055920 swapFree=4172784/4192956
[pid=26695] ppid=26693 vsize=60284 CPUtime=522.14
/proc/26695/stat : 26695 (MoRsat) R 26693 26695 26181 0 -1 4194304 18830 0 0 0 52200 14 0 0 25 0 1 0 1150139537 61730816 14758 1992294400 134512640 135679800 4294956224 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26695/statm: 15071 14758 114 284 0 14784 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 60284

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 26696
/proc/meminfo: memFree=1574080/2055920 swapFree=4172784/4192956
[pid=26695] ppid=26693 vsize=65832 CPUtime=582.12
/proc/26695/stat : 26695 (MoRsat) R 26693 26695 26181 0 -1 4194304 20994 0 0 0 58197 15 0 0 25 0 1 0 1150139537 67411968 16150 1992294400 134512640 135679800 4294956224 18446744073709551615 134522785 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26695/statm: 16458 16150 114 284 0 16171 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 65832

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 26696
/proc/meminfo: memFree=1574336/2055920 swapFree=4172784/4192956
[pid=26695] ppid=26693 vsize=65832 CPUtime=642.11
/proc/26695/stat : 26695 (MoRsat) R 26693 26695 26181 0 -1 4194304 20994 0 0 0 64196 15 0 0 25 0 1 0 1150139537 67411968 16150 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26695/statm: 16458 16150 114 284 0 16171 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 65832

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 26696
/proc/meminfo: memFree=1574272/2055920 swapFree=4172784/4192956
[pid=26695] ppid=26693 vsize=65832 CPUtime=702.09
/proc/26695/stat : 26695 (MoRsat) R 26693 26695 26181 0 -1 4194304 20994 0 0 0 70194 15 0 0 25 0 1 0 1150139537 67411968 16150 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26695/statm: 16458 16150 114 284 0 16171 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 65832

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 26696
/proc/meminfo: memFree=1574144/2055920 swapFree=4172784/4192956
[pid=26695] ppid=26693 vsize=65832 CPUtime=762.07
/proc/26695/stat : 26695 (MoRsat) R 26693 26695 26181 0 -1 4194304 21033 0 0 0 76192 15 0 0 25 0 1 0 1150139537 67411968 16189 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26695/statm: 16458 16189 114 284 0 16171 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 65832

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 26696
/proc/meminfo: memFree=1573696/2055920 swapFree=4172784/4192956
[pid=26695] ppid=26693 vsize=66344 CPUtime=822.05
/proc/26695/stat : 26695 (MoRsat) R 26693 26695 26181 0 -1 4194304 21158 0 0 0 82190 15 0 0 25 0 1 0 1150139537 67936256 16314 1992294400 134512640 135679800 4294956224 18446744073709551615 134522730 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26695/statm: 16586 16314 114 284 0 16299 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 66344

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 26696
/proc/meminfo: memFree=1573952/2055920 swapFree=4172784/4192956
[pid=26695] ppid=26693 vsize=65828 CPUtime=882.04
/proc/26695/stat : 26695 (MoRsat) R 26693 26695 26181 0 -1 4194304 21954 0 0 0 88188 16 0 0 25 0 1 0 1150139537 67407872 16213 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26695/statm: 16457 16213 114 284 0 16170 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 65828

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 26696
/proc/meminfo: memFree=1573952/2055920 swapFree=4172784/4192956
[pid=26695] ppid=26693 vsize=65828 CPUtime=942.02
/proc/26695/stat : 26695 (MoRsat) R 26693 26695 26181 0 -1 4194304 21954 0 0 0 94186 16 0 0 25 0 1 0 1150139537 67407872 16213 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26695/statm: 16457 16213 114 284 0 16170 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 65828

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 26696
/proc/meminfo: memFree=1574016/2055920 swapFree=4172784/4192956
[pid=26695] ppid=26693 vsize=65828 CPUtime=1002.01
/proc/26695/stat : 26695 (MoRsat) R 26693 26695 26181 0 -1 4194304 21954 0 0 0 100185 16 0 0 25 0 1 0 1150139537 67407872 16213 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26695/statm: 16457 16213 114 284 0 16170 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 65828

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 26696
/proc/meminfo: memFree=1573888/2055920 swapFree=4172784/4192956
[pid=26695] ppid=26693 vsize=65828 CPUtime=1061.99
/proc/26695/stat : 26695 (MoRsat) R 26693 26695 26181 0 -1 4194304 22726 0 0 0 106183 16 0 0 25 0 1 0 1150139537 67407872 16213 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26695/statm: 16457 16213 114 284 0 16170 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 65828

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 26696
/proc/meminfo: memFree=1573888/2055920 swapFree=4172784/4192956
[pid=26695] ppid=26693 vsize=65828 CPUtime=1121.97
/proc/26695/stat : 26695 (MoRsat) R 26693 26695 26181 0 -1 4194304 22726 0 0 0 112181 16 0 0 25 0 1 0 1150139537 67407872 16213 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26695/statm: 16457 16213 114 284 0 16170 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 65828

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 26696
/proc/meminfo: memFree=1573888/2055920 swapFree=4172784/4192956
[pid=26695] ppid=26693 vsize=65828 CPUtime=1181.95
/proc/26695/stat : 26695 (MoRsat) R 26693 26695 26181 0 -1 4194304 22726 0 0 0 118179 16 0 0 25 0 1 0 1150139537 67407872 16213 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26695/statm: 16457 16213 114 284 0 16170 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 65828



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 26696
/proc/meminfo: memFree=1573888/2055920 swapFree=4172784/4192956
[pid=26695] ppid=26693 vsize=65828 CPUtime=1200.05
/proc/26695/stat : 26695 (MoRsat) R 26693 26695 26181 0 -1 4194304 22726 0 0 0 119989 16 0 0 25 0 1 0 1150139537 67407872 16213 1992294400 134512640 135679800 4294956224 18446744073709551615 134522702 0 0 4096 1026 0 0 0 17 1 0 0
/proc/26695/statm: 16457 16213 114 284 0 16170 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 65828

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): 1199.9
CPU system time (s): 0.173973
CPU usage (%): 99.9711
Max. virtual memory (cumulated for all children) (KiB): 69688

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

runsolver used 1.39979 second user time and 4.07038 second system time

The end

Launcher Data

Begin job on node87 at 2009-04-03 18:05:57
IDJOB=1562405
IDBENCH=70934
IDSOLVER=502
FILE ID=node87/1562405-1238774757
PBS_JOBID= 9085512
Free space on /tmp= 66436 MiB

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

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

MD5SUM BENCH= 4259362ee72589b1a94d1f5c9f846a0b
RANDOM SEED=273675618

node87.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.236
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.236
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:       1639456 kB
Buffers:         63424 kB
Cached:         272596 kB
SwapCached:       9352 kB
Active:         138228 kB
Inactive:       208724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1639456 kB
SwapTotal:     4192956 kB
SwapFree:      4172784 kB
Dirty:            1852 kB
Writeback:           0 kB
Mapped:          16480 kB
Slab:            53684 kB
Committed_AS:  2876644 kB
PageTables:       2676 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= 66436 MiB
End job on node87 at 2009-04-03 18:26:00