Trace number 335907

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, and are wall clock time (not CPU 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
Spear 2007-02-12? (TO) 1200.16 1200.46

General information on the benchmark

Namecrafted/Hard/contest05/others/
linvrinv8.sat05-567.reshuffled-07.cnf
MD5SUMaf4e94e2262dd17f2c350e06d0de5672
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 variables1920
Number of clauses6337
Sum of the clauses size17024
Maximum clause length64
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22048
Number of clauses of size 34288
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51

Solver Data (download as text)

0.00/0.00	c (*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)          Spear theorem prover               (*) 
0.00/0.00	c (*)        Copyright (C) 2006,2007              (*) 
0.00/0.00	c (*)     Domagoj Babic. All rights reserved.     (*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)     There is NO warranty, not even for      (*) 
0.00/0.00	c (*) merchantability or fitness for a particular (*) 
0.00/0.00	c (*)  purpose. Please run with --license to see  (*) 
0.00/0.00	c (*)              license details.               (*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*) 
0.00/0.00	c 
0.00/0.00	c solving /tmp/evaluation/335907-1173636664/instance-335907-1173636664.cnf

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.1 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node70/watcher-335907-1173636664 -o ROOT/results/node70/solver-335907-1173636664 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/335907-1173636664/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/335907-1173636664/instance-335907-1173636664.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): 2400 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.91 0.97 0.99 3/64 10823
/proc/meminfo: memFree=1914408/2055920 swapFree=4179464/4192956
[pid=10823] ppid=10821 vsize=1716 CPUtime=0
/proc/10823/stat : 10823 (Spear-32) R 10821 10823 9608 0 -1 4194304 237 0 0 0 0 0 0 0 18 0 1 0 19966265 1757184 221 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 135257576 0 0 4096 0 0 0 0 17 1 0 0
/proc/10823/statm: 429 221 128 302 0 124 0

[startup+0.0852889 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 10823
/proc/meminfo: memFree=1914408/2055920 swapFree=4179464/4192956
[pid=10823] ppid=10821 vsize=2116 CPUtime=0.08
/proc/10823/stat : 10823 (Spear-32) R 10821 10823 9608 0 -1 4194304 365 0 0 0 8 0 0 0 18 0 1 0 19966265 2166784 349 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10823/statm: 529 349 141 302 0 224 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2116

[startup+0.101289 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 10823
/proc/meminfo: memFree=1914408/2055920 swapFree=4179464/4192956
[pid=10823] ppid=10821 vsize=2116 CPUtime=0.1
/proc/10823/stat : 10823 (Spear-32) R 10821 10823 9608 0 -1 4194304 378 0 0 0 10 0 0 0 18 0 1 0 19966265 2166784 362 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10823/statm: 529 362 141 302 0 224 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2116

[startup+0.301309 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 10823
/proc/meminfo: memFree=1914408/2055920 swapFree=4179464/4192956
[pid=10823] ppid=10821 vsize=2756 CPUtime=0.29
/proc/10823/stat : 10823 (Spear-32) R 10821 10823 9608 0 -1 4194304 513 0 0 0 29 0 0 0 19 0 1 0 19966265 2822144 497 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10823/statm: 689 497 141 302 0 384 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2756

[startup+0.701349 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 10823
/proc/meminfo: memFree=1914408/2055920 swapFree=4179464/4192956
[pid=10823] ppid=10821 vsize=3768 CPUtime=0.69
/proc/10823/stat : 10823 (Spear-32) R 10821 10823 9608 0 -1 4194304 785 0 0 0 69 0 0 0 22 0 1 0 19966265 3858432 769 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10823/statm: 942 769 141 302 0 637 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3768

[startup+1.50143 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 10824
/proc/meminfo: memFree=1911072/2055920 swapFree=4179464/4192956
[pid=10823] ppid=10821 vsize=5532 CPUtime=1.49
/proc/10823/stat : 10823 (Spear-32) R 10821 10823 9608 0 -1 4194304 1215 0 0 0 148 1 0 0 25 0 1 0 19966265 5664768 1199 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10823/statm: 1383 1199 141 302 0 1078 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5532

[startup+3.10159 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 10824
/proc/meminfo: memFree=1908960/2055920 swapFree=4179464/4192956
[pid=10823] ppid=10821 vsize=8304 CPUtime=3.09
/proc/10823/stat : 10823 (Spear-32) R 10821 10823 9608 0 -1 4194304 1910 0 0 0 307 2 0 0 25 0 1 0 19966265 8503296 1894 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10823/statm: 2076 1894 141 302 0 1771 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8304

[startup+6.30191 s]
/proc/loadavg: 0.92 0.97 0.99 2/65 10824
/proc/meminfo: memFree=1903392/2055920 swapFree=4179464/4192956
[pid=10823] ppid=10821 vsize=13464 CPUtime=6.29
/proc/10823/stat : 10823 (Spear-32) R 10821 10823 9608 0 -1 4194304 3177 0 0 0 625 4 0 0 25 0 1 0 19966265 13787136 3161 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10823/statm: 3366 3161 141 302 0 3061 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 13464

[startup+12.7016 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 10824
/proc/meminfo: memFree=1894248/2055920 swapFree=4179464/4192956
[pid=10823] ppid=10821 vsize=21964 CPUtime=12.69
/proc/10823/stat : 10823 (Spear-32) R 10821 10823 9608 0 -1 4194304 5338 0 0 0 1261 8 0 0 25 0 1 0 19966265 22491136 5289 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10823/statm: 5491 5289 141 302 0 5186 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 21964

[startup+25.5018 s]
/proc/loadavg: 0.94 0.97 0.99 2/65 10824
/proc/meminfo: memFree=1881320/2055920 swapFree=4179464/4192956
[pid=10823] ppid=10821 vsize=34436 CPUtime=25.49
/proc/10823/stat : 10823 (Spear-32) R 10821 10823 9608 0 -1 4194304 8456 0 0 0 2535 14 0 0 25 0 1 0 19966265 35262464 8407 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10823/statm: 8609 8407 141 302 0 8304 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 34436

[startup+51.1014 s]
/proc/loadavg: 0.96 0.97 0.99 2/65 10824
/proc/meminfo: memFree=1861096/2055920 swapFree=4179464/4192956
[pid=10823] ppid=10821 vsize=54968 CPUtime=51.08
/proc/10823/stat : 10823 (Spear-32) R 10821 10823 9608 0 -1 4194304 13587 0 0 0 5085 23 0 0 25 0 1 0 19966265 56287232 13473 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10823/statm: 13742 13473 141 302 0 13437 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 54968

[startup+102.306 s]
/proc/loadavg: 0.98 0.97 0.99 2/65 10824
/proc/meminfo: memFree=1831912/2055920 swapFree=4179464/4192956
[pid=10823] ppid=10821 vsize=84324 CPUtime=102.27
/proc/10823/stat : 10823 (Spear-32) R 10821 10823 9608 0 -1 4194304 20902 0 0 0 10189 38 0 0 25 0 1 0 19966265 86347776 20659 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526965 0 0 4096 0 0 0 0 17 1 0 0
/proc/10823/statm: 21081 20659 141 302 0 20776 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 84324

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 10824
/proc/meminfo: memFree=1806760/2055920 swapFree=4179464/4192956
[pid=10823] ppid=10821 vsize=109700 CPUtime=162.25
/proc/10823/stat : 10823 (Spear-32) R 10821 10823 9608 0 -1 4194304 27224 0 0 0 16171 54 0 0 25 0 1 0 19966265 112332800 26981 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10823/statm: 27425 26981 141 302 0 27120 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 109700

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 10824
/proc/meminfo: memFree=1783912/2055920 swapFree=4179464/4192956
[pid=10823] ppid=10821 vsize=132304 CPUtime=222.24
/proc/10823/stat : 10823 (Spear-32) R 10821 10823 9608 0 -1 4194304 32872 0 0 0 22157 67 0 0 25 0 1 0 19966265 135479296 32629 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10823/statm: 33076 32629 141 302 0 32771 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 132304

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 10824
/proc/meminfo: memFree=1764200/2055920 swapFree=4179464/4192956
[pid=10823] ppid=10821 vsize=153096 CPUtime=282.23
/proc/10823/stat : 10823 (Spear-32) R 10821 10823 9608 0 -1 4194304 38092 0 0 0 28145 78 0 0 25 0 1 0 19966265 156770304 37592 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10823/statm: 38274 37592 141 302 0 37969 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 153096

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 10824
/proc/meminfo: memFree=1745576/2055920 swapFree=4179464/4192956
[pid=10823] ppid=10821 vsize=171592 CPUtime=342.21
/proc/10823/stat : 10823 (Spear-32) R 10821 10823 9608 0 -1 4194304 42690 0 0 0 34133 88 0 0 25 0 1 0 19966265 175710208 42190 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10823/statm: 42898 42190 141 302 0 42593 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 171592

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 10824
/proc/meminfo: memFree=1729064/2055920 swapFree=4179464/4192956
[pid=10823] ppid=10821 vsize=187892 CPUtime=402.19
/proc/10823/stat : 10823 (Spear-32) R 10821 10823 9608 0 -1 4194304 46825 0 0 0 40122 97 0 0 25 0 1 0 19966265 192401408 46325 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10823/statm: 46973 46325 141 302 0 46668 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 187892

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 10824
/proc/meminfo: memFree=1714536/2055920 swapFree=4179464/4192956
[pid=10823] ppid=10821 vsize=202396 CPUtime=462.17
/proc/10823/stat : 10823 (Spear-32) R 10821 10823 9608 0 -1 4194304 50430 0 0 0 46111 106 0 0 25 0 1 0 19966265 207253504 49930 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/10823/statm: 50599 49930 141 302 0 50294 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 202396

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 10824
/proc/meminfo: memFree=1702824/2055920 swapFree=4179464/4192956
[pid=10823] ppid=10821 vsize=214152 CPUtime=522.16
/proc/10823/stat : 10823 (Spear-32) R 10821 10823 9608 0 -1 4194304 53371 0 0 0 52104 112 0 0 25 0 1 0 19966265 219291648 52871 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/10823/statm: 53538 52871 141 302 0 53233 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 214152

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 10824
/proc/meminfo: memFree=1690792/2055920 swapFree=4179464/4192956
[pid=10823] ppid=10821 vsize=225752 CPUtime=582.14
/proc/10823/stat : 10823 (Spear-32) R 10821 10823 9608 0 -1 4194304 56319 0 0 0 58093 121 0 0 25 0 1 0 19966265 231170048 55819 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/10823/statm: 56438 55819 141 302 0 56133 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 225752

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 10824
/proc/meminfo: memFree=1679464/2055920 swapFree=4179464/4192956
[pid=10823] ppid=10821 vsize=237172 CPUtime=642.14
/proc/10823/stat : 10823 (Spear-32) R 10821 10823 9608 0 -1 4194304 59130 0 0 0 64084 130 0 0 25 0 1 0 19966265 242864128 58630 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/10823/statm: 59293 58630 141 302 0 58988 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 237172

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 10824
/proc/meminfo: memFree=1669992/2055920 swapFree=4179464/4192956
[pid=10823] ppid=10821 vsize=246632 CPUtime=702.12
/proc/10823/stat : 10823 (Spear-32) R 10821 10823 9608 0 -1 4194304 61505 0 0 0 70075 137 0 0 25 0 1 0 19966265 252551168 61005 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526758 0 0 4096 0 0 0 0 17 1 0 0
/proc/10823/statm: 61658 61005 141 302 0 61353 0
Current children cumulated CPU time (s) 702.12
Current children cumulated vsize (KiB) 246632

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 10824
/proc/meminfo: memFree=1658216/2055920 swapFree=4179464/4192956
[pid=10823] ppid=10821 vsize=258836 CPUtime=762.1
/proc/10823/stat : 10823 (Spear-32) R 10821 10823 9608 0 -1 4194304 64430 0 0 0 76065 145 0 0 25 0 1 0 19966265 265048064 63930 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/10823/statm: 64709 63930 141 302 0 64404 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 258836

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 10824
/proc/meminfo: memFree=1644456/2055920 swapFree=4179464/4192956
[pid=10823] ppid=10821 vsize=272652 CPUtime=822.08
/proc/10823/stat : 10823 (Spear-32) R 10821 10823 9608 0 -1 4194304 67903 0 0 0 82055 153 0 0 25 0 1 0 19966265 279195648 67403 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10823/statm: 68163 67403 141 302 0 67858 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 272652

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 10824
/proc/meminfo: memFree=1629608/2055920 swapFree=4179464/4192956
[pid=10823] ppid=10821 vsize=287116 CPUtime=882.07
/proc/10823/stat : 10823 (Spear-32) R 10821 10823 9608 0 -1 4194304 71557 0 0 0 88044 163 0 0 25 0 1 0 19966265 294006784 71057 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/10823/statm: 71779 71057 141 302 0 71474 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 287116

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 10824
/proc/meminfo: memFree=1616936/2055920 swapFree=4179464/4192956
[pid=10823] ppid=10821 vsize=299800 CPUtime=942.06
/proc/10823/stat : 10823 (Spear-32) R 10821 10823 9608 0 -1 4194304 74746 0 0 0 94035 171 0 0 25 0 1 0 19966265 306995200 74246 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10823/statm: 74950 74246 141 302 0 74645 0
Current children cumulated CPU time (s) 942.06
Current children cumulated vsize (KiB) 299800

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 10824
/proc/meminfo: memFree=1604776/2055920 swapFree=4179464/4192956
[pid=10823] ppid=10821 vsize=313752 CPUtime=1002.04
/proc/10823/stat : 10823 (Spear-32) R 10821 10823 9608 0 -1 4194304 78270 0 0 0 100027 177 0 0 25 0 1 0 19966265 321282048 77257 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10823/statm: 78438 77257 141 302 0 78133 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 313752

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 10824
/proc/meminfo: memFree=1596008/2055920 swapFree=4179464/4192956
[pid=10823] ppid=10821 vsize=322760 CPUtime=1062.03
/proc/10823/stat : 10823 (Spear-32) R 10821 10823 9608 0 -1 4194304 80487 0 0 0 106019 184 0 0 25 0 1 0 19966265 330506240 79474 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/10823/statm: 80690 79474 141 302 0 80385 0
Current children cumulated CPU time (s) 1062.03
Current children cumulated vsize (KiB) 322760

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 10824
/proc/meminfo: memFree=1584360/2055920 swapFree=4179464/4192956
[pid=10823] ppid=10821 vsize=334136 CPUtime=1122.01
/proc/10823/stat : 10823 (Spear-32) R 10821 10823 9608 0 -1 4194304 83371 0 0 0 112009 192 0 0 25 0 1 0 19966265 342155264 82358 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/10823/statm: 83534 82358 141 302 0 83229 0
Current children cumulated CPU time (s) 1122.01
Current children cumulated vsize (KiB) 334136

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 10824
/proc/meminfo: memFree=1574376/2055920 swapFree=4179464/4192956
[pid=10823] ppid=10821 vsize=344228 CPUtime=1181.99
/proc/10823/stat : 10823 (Spear-32) R 10821 10823 9608 0 -1 4194304 85880 0 0 0 118003 196 0 0 25 0 1 0 19966265 352489472 84867 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10823/statm: 86057 84867 141 302 0 85752 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 344228



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 10824
/proc/meminfo: memFree=1571176/2055920 swapFree=4179464/4192956
[pid=10823] ppid=10821 vsize=347208 CPUtime=1200.1
/proc/10823/stat : 10823 (Spear-32) R 10821 10823 9608 0 -1 4194304 86639 0 0 0 119812 198 0 0 25 0 1 0 19966265 355540992 85626 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10823/statm: 86802 85626 141 302 0 86497 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 347208

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.16
CPU user time (s): 1198.12
CPU system time (s): 2.03569
CPU usage (%): 99.9748
Max. virtual memory (cumulated for all children) (KiB): 347208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.12
system time used= 2.03569
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86639
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= 6
involuntary context switches= 2400

runsolver used 0.775882 second user time and 2.51662 second system time

The end

Launcher Data (download as text)

Begin job on node70 on Sun Mar 11 18:11:04 UTC 2007

IDJOB= 335907
IDBENCH= 24662
IDSOLVER= 133
FILE ID= node70/335907-1173636664

PBS_JOBID= 4101305

Free space on /tmp= 66552 MiB

SOLVER NAME= Spear 2007-02-12
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/others/linvrinv8.sat05-567.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/335907-1173636664/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/335907-1173636664/instance-335907-1173636664.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node70/watcher-335907-1173636664 -o ROOT/results/node70/solver-335907-1173636664 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/335907-1173636664/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/335907-1173636664/instance-335907-1173636664.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  af4e94e2262dd17f2c350e06d0de5672

RANDOM SEED= 211216296

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node70.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.220
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	: 5931.00
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.220
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:       1914752 kB
Buffers:         13056 kB
Cached:          85844 kB
SwapCached:       8132 kB
Active:          46516 kB
Inactive:        67680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1914752 kB
SwapTotal:     4192956 kB
SwapFree:      4179464 kB
Dirty:            1704 kB
Writeback:           0 kB
Mapped:          15652 kB
Slab:            12972 kB
Committed_AS:    57704 kB
PageTables:       1396 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= 66552 MiB

End job on node70 on Sun Mar 11 18:31:06 UTC 2007