Trace number 337125

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

General information on the benchmark

Namecrafted/Hard/contest02/
hgen3-v500-s1349121860.sat05-473.reshuffled-07.cnf
MD5SUMa197a9dc75e55922067ed3cf039613f4
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 variables500
Number of clauses1750
Sum of the clauses size5250
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31750
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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/337125-1173660731/instance-337125-1173660731.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/node13/watcher-337125-1173660731 -o ROOT/results/node13/solver-337125-1173660731 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/337125-1173660731/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/337125-1173660731/instance-337125-1173660731.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.99 0.97 0.95 3/77 12025
/proc/meminfo: memFree=1770608/2055920 swapFree=4158788/4192956
[pid=12025] ppid=12023 vsize=1528 CPUtime=0
/proc/12025/stat : 12025 (Spear-32) R 12023 12025 11224 0 -1 4194304 196 0 0 0 0 0 0 0 18 0 1 0 386027572 1564672 180 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/12025/statm: 382 181 128 302 0 77 0

[startup+0.060689 s]
/proc/loadavg: 0.99 0.97 0.95 3/77 12025
/proc/meminfo: memFree=1770608/2055920 swapFree=4158788/4192956
[pid=12025] ppid=12023 vsize=1656 CPUtime=0.05
/proc/12025/stat : 12025 (Spear-32) R 12023 12025 11224 0 -1 4194304 264 0 0 0 5 0 0 0 18 0 1 0 386027572 1695744 248 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12025/statm: 414 248 141 302 0 109 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1656

[startup+0.101694 s]
/proc/loadavg: 0.99 0.97 0.95 3/77 12025
/proc/meminfo: memFree=1770608/2055920 swapFree=4158788/4192956
[pid=12025] ppid=12023 vsize=1788 CPUtime=0.09
/proc/12025/stat : 12025 (Spear-32) R 12023 12025 11224 0 -1 4194304 295 0 0 0 9 0 0 0 18 0 1 0 386027572 1830912 279 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12025/statm: 447 279 141 302 0 142 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1788

[startup+0.301721 s]
/proc/loadavg: 0.99 0.97 0.95 3/77 12025
/proc/meminfo: memFree=1770608/2055920 swapFree=4158788/4192956
[pid=12025] ppid=12023 vsize=2436 CPUtime=0.29
/proc/12025/stat : 12025 (Spear-32) R 12023 12025 11224 0 -1 4194304 432 0 0 0 29 0 0 0 19 0 1 0 386027572 2494464 416 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12025/statm: 609 416 141 302 0 304 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2436

[startup+0.701774 s]
/proc/loadavg: 0.99 0.97 0.95 3/77 12025
/proc/meminfo: memFree=1770608/2055920 swapFree=4158788/4192956
[pid=12025] ppid=12023 vsize=3208 CPUtime=0.69
/proc/12025/stat : 12025 (Spear-32) R 12023 12025 11224 0 -1 4194304 627 0 0 0 68 1 0 0 22 0 1 0 386027572 3284992 611 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12025/statm: 802 611 141 302 0 497 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3208

[startup+1.50188 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 12026
/proc/meminfo: memFree=1768296/2055920 swapFree=4158788/4192956
[pid=12025] ppid=12023 vsize=4368 CPUtime=1.49
/proc/12025/stat : 12025 (Spear-32) R 12023 12025 11224 0 -1 4194304 918 0 0 0 147 2 0 0 25 0 1 0 386027572 4472832 902 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12025/statm: 1092 902 141 302 0 787 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4368

[startup+3.10109 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 12026
/proc/meminfo: memFree=1766824/2055920 swapFree=4158788/4192956
[pid=12025] ppid=12023 vsize=6052 CPUtime=3.09
/proc/12025/stat : 12025 (Spear-32) R 12023 12025 11224 0 -1 4194304 1331 0 0 0 306 3 0 0 25 0 1 0 386027572 6197248 1315 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12025/statm: 1513 1315 141 302 0 1208 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6052

[startup+6.30252 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 12026
/proc/meminfo: memFree=1763816/2055920 swapFree=4158788/4192956
[pid=12025] ppid=12023 vsize=8496 CPUtime=6.29
/proc/12025/stat : 12025 (Spear-32) R 12023 12025 11224 0 -1 4194304 1978 0 0 0 624 5 0 0 25 0 1 0 386027572 8699904 1929 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12025/statm: 2124 1929 141 302 0 1819 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8496

[startup+12.7014 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 12026
/proc/meminfo: memFree=1759920/2055920 swapFree=4158788/4192956
[pid=12025] ppid=12023 vsize=12108 CPUtime=12.69
/proc/12025/stat : 12025 (Spear-32) R 12023 12025 11224 0 -1 4194304 2870 0 0 0 1261 8 0 0 25 0 1 0 386027572 12398592 2821 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12025/statm: 3027 2821 141 302 0 2722 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 12108

[startup+25.5011 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 12026
/proc/meminfo: memFree=1755056/2055920 swapFree=4158788/4192956
[pid=12025] ppid=12023 vsize=17016 CPUtime=25.48
/proc/12025/stat : 12025 (Spear-32) R 12023 12025 11224 0 -1 4194304 4107 0 0 0 2536 12 0 0 25 0 1 0 386027572 17424384 3993 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12025/statm: 4254 3993 141 302 0 3949 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 17016

[startup+51.1015 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 12026
/proc/meminfo: memFree=1747824/2055920 swapFree=4158788/4192956
[pid=12025] ppid=12023 vsize=24332 CPUtime=51.08
/proc/12025/stat : 12025 (Spear-32) R 12023 12025 11224 0 -1 4194304 5926 0 0 0 5089 19 0 0 25 0 1 0 386027572 24915968 5812 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/12025/statm: 6083 5812 141 302 0 5778 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 24332

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 12026
/proc/meminfo: memFree=1736880/2055920 swapFree=4158788/4192956
[pid=12025] ppid=12023 vsize=35588 CPUtime=102.26
/proc/12025/stat : 12025 (Spear-32) R 12023 12025 11224 0 -1 4194304 8737 0 0 0 10198 28 0 0 25 0 1 0 386027572 36442112 8494 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12025/statm: 8897 8494 141 302 0 8592 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 35588

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 12026
/proc/meminfo: memFree=1727856/2055920 swapFree=4158788/4192956
[pid=12025] ppid=12023 vsize=44756 CPUtime=162.24
/proc/12025/stat : 12025 (Spear-32) R 12023 12025 11224 0 -1 4194304 10999 0 0 0 16186 38 0 0 25 0 1 0 386027572 45830144 10756 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/12025/statm: 11189 10756 141 302 0 10884 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 44756

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 12026
/proc/meminfo: memFree=1720752/2055920 swapFree=4158788/4192956
[pid=12025] ppid=12023 vsize=51820 CPUtime=222.22
/proc/12025/stat : 12025 (Spear-32) R 12023 12025 11224 0 -1 4194304 12736 0 0 0 22176 46 0 0 25 0 1 0 386027572 53063680 12493 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526950 0 0 4096 0 0 0 0 17 1 0 0
/proc/12025/statm: 12955 12493 141 302 0 12650 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 51820

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 12026
/proc/meminfo: memFree=1714544/2055920 swapFree=4158788/4192956
[pid=12025] ppid=12023 vsize=59264 CPUtime=282.2
/proc/12025/stat : 12025 (Spear-32) R 12023 12025 11224 0 -1 4194304 14596 0 0 0 28166 54 0 0 25 0 1 0 386027572 60686336 14096 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526787 0 0 4096 0 0 0 0 17 1 0 0
/proc/12025/statm: 14816 14096 141 302 0 14511 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 59264

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 12026
/proc/meminfo: memFree=1708272/2055920 swapFree=4158788/4192956
[pid=12025] ppid=12023 vsize=65532 CPUtime=342.19
/proc/12025/stat : 12025 (Spear-32) R 12023 12025 11224 0 -1 4194304 16107 0 0 0 34157 62 0 0 25 0 1 0 386027572 67104768 15607 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527052 0 0 4096 0 0 0 0 17 1 0 0
/proc/12025/statm: 16383 15607 141 302 0 16078 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 65532

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 12026
/proc/meminfo: memFree=1702896/2055920 swapFree=4158788/4192956
[pid=12025] ppid=12023 vsize=70760 CPUtime=402.16
/proc/12025/stat : 12025 (Spear-32) R 12023 12025 11224 0 -1 4194304 17446 0 0 0 40147 69 0 0 25 0 1 0 386027572 72458240 16946 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12025/statm: 17690 16946 141 302 0 17385 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 70760

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 12026
/proc/meminfo: memFree=1697840/2055920 swapFree=4158788/4192956
[pid=12025] ppid=12023 vsize=76052 CPUtime=462.14
/proc/12025/stat : 12025 (Spear-32) R 12023 12025 11224 0 -1 4194304 18705 0 0 0 46138 76 0 0 25 0 1 0 386027572 77877248 18205 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12025/statm: 19013 18205 141 302 0 18708 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 76052

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 12026
/proc/meminfo: memFree=1693232/2055920 swapFree=4158788/4192956
[pid=12025] ppid=12023 vsize=80716 CPUtime=522.13
/proc/12025/stat : 12025 (Spear-32) R 12023 12025 11224 0 -1 4194304 19863 0 0 0 52129 84 0 0 25 0 1 0 386027572 82653184 19363 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12025/statm: 20179 19363 141 302 0 19874 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 80716

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/84 12164
/proc/meminfo: memFree=1687416/2055920 swapFree=4158788/4192956
[pid=12025] ppid=12023 vsize=85176 CPUtime=582.05
/proc/12025/stat : 12025 (Spear-32) R 12023 12025 11224 0 -1 4194304 20992 0 0 0 58114 91 0 0 25 0 1 0 386027572 87220224 20492 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/12025/statm: 21294 20492 141 302 0 20989 0
Current children cumulated CPU time (s) 582.05
Current children cumulated vsize (KiB) 85176

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 12224
/proc/meminfo: memFree=1683952/2055920 swapFree=4158788/4192956
[pid=12025] ppid=12023 vsize=89612 CPUtime=642
/proc/12025/stat : 12025 (Spear-32) R 12023 12025 11224 0 -1 4194304 22114 0 0 0 64103 97 0 0 25 0 1 0 386027572 91762688 21614 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12025/statm: 22403 21614 141 302 0 22098 0
Current children cumulated CPU time (s) 642
Current children cumulated vsize (KiB) 89612

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 12224
/proc/meminfo: memFree=1679600/2055920 swapFree=4158788/4192956
[pid=12025] ppid=12023 vsize=94264 CPUtime=701.97
/proc/12025/stat : 12025 (Spear-32) R 12023 12025 11224 0 -1 4194304 23221 0 0 0 70093 104 0 0 25 0 1 0 386027572 96526336 22721 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12025/statm: 23566 22721 141 302 0 23261 0
Current children cumulated CPU time (s) 701.97
Current children cumulated vsize (KiB) 94264

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 12224
/proc/meminfo: memFree=1675376/2055920 swapFree=4158788/4192956
[pid=12025] ppid=12023 vsize=98648 CPUtime=761.96
/proc/12025/stat : 12025 (Spear-32) R 12023 12025 11224 0 -1 4194304 24260 0 0 0 76087 109 0 0 25 0 1 0 386027572 101015552 23760 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12025/statm: 24662 23760 141 302 0 24357 0
Current children cumulated CPU time (s) 761.96
Current children cumulated vsize (KiB) 98648

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 12224
/proc/meminfo: memFree=1671344/2055920 swapFree=4158788/4192956
[pid=12025] ppid=12023 vsize=102796 CPUtime=821.94
/proc/12025/stat : 12025 (Spear-32) R 12023 12025 11224 0 -1 4194304 25288 0 0 0 82079 115 0 0 25 0 1 0 386027572 105263104 24788 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12025/statm: 25699 24788 141 302 0 25394 0
Current children cumulated CPU time (s) 821.94
Current children cumulated vsize (KiB) 102796

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 12224
/proc/meminfo: memFree=1667632/2055920 swapFree=4158788/4192956
[pid=12025] ppid=12023 vsize=106440 CPUtime=881.92
/proc/12025/stat : 12025 (Spear-32) R 12023 12025 11224 0 -1 4194304 26195 0 0 0 88072 120 0 0 25 0 1 0 386027572 108994560 25695 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12025/statm: 26610 25695 141 302 0 26305 0
Current children cumulated CPU time (s) 881.92
Current children cumulated vsize (KiB) 106440

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 12224
/proc/meminfo: memFree=1664176/2055920 swapFree=4158788/4192956
[pid=12025] ppid=12023 vsize=112000 CPUtime=941.9
/proc/12025/stat : 12025 (Spear-32) R 12023 12025 11224 0 -1 4194304 27587 0 0 0 94065 125 0 0 25 0 1 0 386027572 114688000 26574 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526794 0 0 4096 0 0 0 0 17 1 0 0
/proc/12025/statm: 28000 26574 141 302 0 27695 0
Current children cumulated CPU time (s) 941.9
Current children cumulated vsize (KiB) 112000

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 12224
/proc/meminfo: memFree=1660848/2055920 swapFree=4158788/4192956
[pid=12025] ppid=12023 vsize=115408 CPUtime=1001.88
/proc/12025/stat : 12025 (Spear-32) R 12023 12025 11224 0 -1 4194304 28427 0 0 0 100058 130 0 0 25 0 1 0 386027572 118177792 27414 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12025/statm: 28852 27414 141 302 0 28547 0
Current children cumulated CPU time (s) 1001.88
Current children cumulated vsize (KiB) 115408

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 12224
/proc/meminfo: memFree=1657520/2055920 swapFree=4158788/4192956
[pid=12025] ppid=12023 vsize=118752 CPUtime=1061.86
/proc/12025/stat : 12025 (Spear-32) R 12023 12025 11224 0 -1 4194304 29271 0 0 0 106051 135 0 0 25 0 1 0 386027572 121602048 28258 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12025/statm: 29688 28258 141 302 0 29383 0
Current children cumulated CPU time (s) 1061.86
Current children cumulated vsize (KiB) 118752

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 12224
/proc/meminfo: memFree=1654320/2055920 swapFree=4158788/4192956
[pid=12025] ppid=12023 vsize=122000 CPUtime=1121.84
/proc/12025/stat : 12025 (Spear-32) R 12023 12025 11224 0 -1 4194304 30064 0 0 0 112044 140 0 0 25 0 1 0 386027572 124928000 29051 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/12025/statm: 30500 29051 141 302 0 30195 0
Current children cumulated CPU time (s) 1121.84
Current children cumulated vsize (KiB) 122000

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 12224
/proc/meminfo: memFree=1651248/2055920 swapFree=4158788/4192956
[pid=12025] ppid=12023 vsize=125076 CPUtime=1181.83
/proc/12025/stat : 12025 (Spear-32) R 12023 12025 11224 0 -1 4194304 30837 0 0 0 118038 145 0 0 25 0 1 0 386027572 128077824 29824 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12025/statm: 31269 29824 141 302 0 30964 0
Current children cumulated CPU time (s) 1181.83
Current children cumulated vsize (KiB) 125076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 12224
/proc/meminfo: memFree=1650288/2055920 swapFree=4158788/4192956
[pid=12025] ppid=12023 vsize=125844 CPUtime=1200.03
/proc/12025/stat : 12025 (Spear-32) R 12023 12025 11224 0 -1 4194304 31058 0 0 0 119857 146 0 0 25 0 1 0 386027572 128864256 30045 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12025/statm: 31461 30045 141 302 0 31156 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 125844

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: 0.99 0.97 0.95 2/78 12224
/proc/meminfo: memFree=1650288/2055920 swapFree=4158788/4192956
[pid=12025] ppid=12023 vsize=125844 CPUtime=1200.03
/proc/12025/stat : 12025 (Spear-32) R 12023 12025 11224 0 -1 4194304 31058 0 0 0 119857 146 0 0 25 0 1 0 386027572 128864256 30045 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12025/statm: 31461 30045 141 302 0 31156 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 125844

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.53
CPU time (s): 1200.05
CPU user time (s): 1198.57
CPU system time (s): 1.48177
CPU usage (%): 99.9607
Max. virtual memory (cumulated for all children) (KiB): 125844

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

runsolver used 1.26181 second user time and 3.11453 second system time

The end

Launcher Data (download as text)

Begin job on node13 on Mon Mar 12 00:52:11 UTC 2007

IDJOB= 337125
IDBENCH= 24691
IDSOLVER= 133
FILE ID= node13/337125-1173660731

PBS_JOBID= 4101387

Free space on /tmp= 66452 MiB

SOLVER NAME= Spear 2007-02-12
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest02/hgen3-v500-s1349121860.sat05-473.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/337125-1173660731/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/337125-1173660731/instance-337125-1173660731.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node13/watcher-337125-1173660731 -o ROOT/results/node13/solver-337125-1173660731 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/337125-1173660731/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/337125-1173660731/instance-337125-1173660731.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  a197a9dc75e55922067ed3cf039613f4

RANDOM SEED= 406016952

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node13.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.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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1771144 kB
Buffers:         34596 kB
Cached:         165696 kB
SwapCached:       2076 kB
Active:         144552 kB
Inactive:        78352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1771144 kB
SwapTotal:     4192956 kB
SwapFree:      4158788 kB
Dirty:            1584 kB
Writeback:           0 kB
Mapped:          30596 kB
Slab:            47456 kB
Committed_AS:  1673096 kB
PageTables:       1744 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= 66452 MiB

End job on node13 on Mon Mar 12 01:12:14 UTC 2007