Trace number 318522

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

General information on the benchmark

Nameindustrial/babic/dspam/
dspam_dump_vc949.cnf
MD5SUMe10ad28ec7f3c39ecd45d17e52e9ffcb
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.97885
Satisfiable
(Un)Satisfiability was proved
Number of variables112656
Number of clauses360099
Sum of the clauses size954283
Maximum clause length3
Minimum clause length1
Number of clauses of size 13092
Number of clauses of size 2119830
Number of clauses of size 3237177
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/318522-1176319553/instance-318522-1176319553.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/node40/watcher-318522-1176319553 -o ROOT/results/node40/solver-318522-1176319553 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/318522-1176319553/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/318522-1176319553/instance-318522-1176319553.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.85 0.97 0.95 3/64 1181
/proc/meminfo: memFree=1471272/2055920 swapFree=4192812/4192956
[pid=1181] ppid=1179 vsize=1932 CPUtime=0
/proc/1181/stat : 1181 (Spear-32) R 1179 1181 495 0 -1 4194304 255 0 0 0 0 0 0 0 18 0 1 0 64120456 1978368 240 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134518183 0 0 4096 0 0 0 0 17 1 0 0
/proc/1181/statm: 483 241 126 302 0 178 0

[startup+0.074096 s]
/proc/loadavg: 0.85 0.97 0.95 3/64 1181
/proc/meminfo: memFree=1471272/2055920 swapFree=4192812/4192956
[pid=1181] ppid=1179 vsize=8564 CPUtime=0.06
/proc/1181/stat : 1181 (Spear-32) R 1179 1181 495 0 -1 4194304 2105 0 0 0 5 1 0 0 18 0 1 0 64120456 8769536 1525 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134518176 0 0 4096 0 0 0 0 17 1 0 0
/proc/1181/statm: 2141 1525 126 302 0 1836 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 8564

[startup+0.1011 s]
/proc/loadavg: 0.85 0.97 0.95 3/64 1181
/proc/meminfo: memFree=1471272/2055920 swapFree=4192812/4192956
[pid=1181] ppid=1179 vsize=8212 CPUtime=0.09
/proc/1181/stat : 1181 (Spear-32) R 1179 1181 495 0 -1 4194304 2438 0 0 0 7 2 0 0 18 0 1 0 64120456 8409088 1665 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1181/statm: 2053 1665 126 302 0 1748 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8212

[startup+0.301125 s]
/proc/loadavg: 0.85 0.97 0.95 3/64 1181
/proc/meminfo: memFree=1471272/2055920 swapFree=4192812/4192956
[pid=1181] ppid=1179 vsize=17636 CPUtime=0.29
/proc/1181/stat : 1181 (Spear-32) R 1179 1181 495 0 -1 4194304 5597 0 0 0 23 6 0 0 19 0 1 0 64120456 18059264 3957 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/1181/statm: 4409 3958 129 302 0 4104 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17636

[startup+0.701176 s]
/proc/loadavg: 0.85 0.97 0.95 3/64 1181
/proc/meminfo: memFree=1471272/2055920 swapFree=4192812/4192956
[pid=1181] ppid=1179 vsize=27512 CPUtime=0.69
/proc/1181/stat : 1181 (Spear-32) R 1179 1181 495 0 -1 4194304 8257 0 0 0 62 7 0 0 22 0 1 0 64120456 28172288 6423 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/1181/statm: 6878 6423 129 302 0 6573 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27512

[startup+1.50128 s]
/proc/loadavg: 0.85 0.97 0.95 2/65 1182
/proc/meminfo: memFree=1438992/2055920 swapFree=4192812/4192956
[pid=1181] ppid=1179 vsize=35796 CPUtime=1.49
/proc/1181/stat : 1181 (Spear-32) R 1179 1181 495 0 -1 4194304 10582 0 0 0 139 10 0 0 25 0 1 0 64120456 36655104 8337 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134524522 0 0 4096 0 0 0 0 17 1 0 0
/proc/1181/statm: 8949 8337 141 302 0 8644 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 35796

[startup+3.10149 s]
/proc/loadavg: 0.85 0.97 0.95 2/65 1182
/proc/meminfo: memFree=1438288/2055920 swapFree=4192812/4192956
[pid=1181] ppid=1179 vsize=36704 CPUtime=3.08
/proc/1181/stat : 1181 (Spear-32) R 1179 1181 495 0 -1 4194304 10779 0 0 0 297 11 0 0 25 0 1 0 64120456 37584896 8534 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1181/statm: 9176 8534 141 302 0 8871 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 36704

[startup+6.3019 s]
/proc/loadavg: 0.86 0.97 0.95 2/65 1182
/proc/meminfo: memFree=1435608/2055920 swapFree=4192812/4192956
[pid=1181] ppid=1179 vsize=38888 CPUtime=6.28
/proc/1181/stat : 1181 (Spear-32) R 1179 1181 495 0 -1 4194304 11339 0 0 0 614 14 0 0 25 0 1 0 64120456 39821312 9094 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1181/statm: 9722 9094 141 302 0 9417 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 38888

[startup+12.7017 s]
/proc/loadavg: 0.87 0.97 0.95 2/65 1182
/proc/meminfo: memFree=1434080/2055920 swapFree=4192812/4192956
[pid=1181] ppid=1179 vsize=40292 CPUtime=12.68
/proc/1181/stat : 1181 (Spear-32) R 1179 1181 495 0 -1 4194304 11691 0 0 0 1253 15 0 0 25 0 1 0 64120456 41259008 9446 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134524770 0 0 4096 0 0 0 0 17 1 0 0
/proc/1181/statm: 10073 9446 141 302 0 9768 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 40292

[startup+25.5014 s]
/proc/loadavg: 0.90 0.97 0.95 2/65 1182
/proc/meminfo: memFree=1429664/2055920 swapFree=4192812/4192956
[pid=1181] ppid=1179 vsize=44992 CPUtime=25.48
/proc/1181/stat : 1181 (Spear-32) R 1179 1181 495 0 -1 4194304 12873 0 0 0 2528 20 0 0 25 0 1 0 64120456 46071808 10595 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1181/statm: 11248 10595 141 302 0 10943 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 44992

[startup+51.1027 s]
/proc/loadavg: 0.93 0.97 0.95 2/65 1182
/proc/meminfo: memFree=1419808/2055920 swapFree=4192812/4192956
[pid=1181] ppid=1179 vsize=54892 CPUtime=51.07
/proc/1181/stat : 1181 (Spear-32) R 1179 1181 495 0 -1 4194304 15374 0 0 0 5080 27 0 0 25 0 1 0 64120456 56209408 13031 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526755 0 0 4096 0 0 0 0 17 1 0 0
/proc/1181/statm: 13723 13031 141 302 0 13418 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 54892

[startup+102.305 s]
/proc/loadavg: 0.97 0.97 0.95 2/65 1182
/proc/meminfo: memFree=1399712/2055920 swapFree=4192812/4192956
[pid=1181] ppid=1179 vsize=75136 CPUtime=102.26
/proc/1181/stat : 1181 (Spear-32) R 1179 1181 495 0 -1 4194304 20513 0 0 0 10180 46 0 0 25 0 1 0 64120456 76939264 18041 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1181/statm: 18784 18041 141 302 0 18479 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 75136

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 1182
/proc/meminfo: memFree=1379296/2055920 swapFree=4192812/4192956
[pid=1181] ppid=1179 vsize=95720 CPUtime=162.24
/proc/1181/stat : 1181 (Spear-32) R 1179 1181 495 0 -1 4194304 25628 0 0 0 16160 64 0 0 25 0 1 0 64120456 98017280 23156 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526950 0 0 4096 0 0 0 0 17 1 0 0
/proc/1181/statm: 23930 23156 141 302 0 23625 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 95720

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 1182
/proc/meminfo: memFree=1367584/2055920 swapFree=4192812/4192956
[pid=1181] ppid=1179 vsize=108212 CPUtime=222.22
/proc/1181/stat : 1181 (Spear-32) R 1179 1181 495 0 -1 4194304 28775 0 0 0 22149 73 0 0 25 0 1 0 64120456 110809088 26046 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134538589 0 0 4096 0 0 0 0 17 1 0 0
/proc/1181/statm: 27053 26046 141 302 0 26748 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 108212

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 1182
/proc/meminfo: memFree=1363360/2055920 swapFree=4192812/4192956
[pid=1181] ppid=1179 vsize=112520 CPUtime=282.2
/proc/1181/stat : 1181 (Spear-32) R 1179 1181 495 0 -1 4194304 29851 0 0 0 28144 76 0 0 25 0 1 0 64120456 115220480 27122 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1181/statm: 28130 27122 141 302 0 27825 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 112520

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 1182
/proc/meminfo: memFree=1359200/2055920 swapFree=4192812/4192956
[pid=1181] ppid=1179 vsize=116712 CPUtime=342.18
/proc/1181/stat : 1181 (Spear-32) R 1179 1181 495 0 -1 4194304 30887 0 0 0 34139 79 0 0 25 0 1 0 64120456 119513088 28158 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134538589 0 0 4096 0 0 0 0 17 1 0 0
/proc/1181/statm: 29178 28158 141 302 0 28873 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 116712

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 1182
/proc/meminfo: memFree=1354720/2055920 swapFree=4192812/4192956
[pid=1181] ppid=1179 vsize=121076 CPUtime=402.16
/proc/1181/stat : 1181 (Spear-32) R 1179 1181 495 0 -1 4194304 32000 0 0 0 40134 82 0 0 25 0 1 0 64120456 123981824 29271 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/1181/statm: 30269 29271 141 302 0 29964 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 121076

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 1182
/proc/meminfo: memFree=1350496/2055920 swapFree=4192812/4192956
[pid=1181] ppid=1179 vsize=125280 CPUtime=462.15
/proc/1181/stat : 1181 (Spear-32) R 1179 1181 495 0 -1 4194304 33058 0 0 0 46130 85 0 0 25 0 1 0 64120456 128286720 30329 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1181/statm: 31320 30329 141 302 0 31015 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 125280

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 1182
/proc/meminfo: memFree=1346400/2055920 swapFree=4192812/4192956
[pid=1181] ppid=1179 vsize=129484 CPUtime=522.12
/proc/1181/stat : 1181 (Spear-32) R 1179 1181 495 0 -1 4194304 34089 0 0 0 52124 88 0 0 25 0 1 0 64120456 132591616 31360 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134539417 0 0 4096 0 0 0 0 17 1 0 0
/proc/1181/statm: 32371 31360 141 302 0 32066 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 129484

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 1182
/proc/meminfo: memFree=1342240/2055920 swapFree=4192812/4192956
[pid=1181] ppid=1179 vsize=133460 CPUtime=582.11
/proc/1181/stat : 1181 (Spear-32) R 1179 1181 495 0 -1 4194304 35120 0 0 0 58120 91 0 0 25 0 1 0 64120456 136663040 32391 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134538356 0 0 4096 0 0 0 0 17 1 0 0
/proc/1181/statm: 33365 32391 141 302 0 33060 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 133460

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 1182
/proc/meminfo: memFree=1338336/2055920 swapFree=4192812/4192956
[pid=1181] ppid=1179 vsize=137444 CPUtime=642.09
/proc/1181/stat : 1181 (Spear-32) R 1179 1181 495 0 -1 4194304 36089 0 0 0 64115 94 0 0 25 0 1 0 64120456 140742656 33360 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134538175 0 0 4096 0 0 0 0 17 1 0 0
/proc/1181/statm: 34361 33360 141 302 0 34056 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 137444

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 1182
/proc/meminfo: memFree=1330080/2055920 swapFree=4192812/4192956
[pid=1181] ppid=1179 vsize=145872 CPUtime=702.07
/proc/1181/stat : 1181 (Spear-32) R 1179 1181 495 0 -1 4194304 38191 0 0 0 70105 102 0 0 25 0 1 0 64120456 149372928 35462 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526936 0 0 4096 0 0 0 0 17 1 0 0
/proc/1181/statm: 36468 35462 141 302 0 36163 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 145872

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 1182
/proc/meminfo: memFree=1307936/2055920 swapFree=4192812/4192956
[pid=1181] ppid=1179 vsize=167620 CPUtime=762.05
/proc/1181/stat : 1181 (Spear-32) R 1179 1181 495 0 -1 4194304 43670 0 0 0 76086 119 0 0 25 0 1 0 64120456 171642880 40941 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1181/statm: 41905 40941 141 302 0 41600 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 167620

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 1182
/proc/meminfo: memFree=1292704/2055920 swapFree=4192812/4192956
[pid=1181] ppid=1179 vsize=183132 CPUtime=822.03
/proc/1181/stat : 1181 (Spear-32) R 1179 1181 495 0 -1 4194304 47490 0 0 0 82070 133 0 0 25 0 1 0 64120456 187527168 44761 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1181/statm: 45783 44761 141 302 0 45478 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 183132

[startup+882.301 s]
/proc/loadavg: 1.03 0.99 0.96 2/65 1182
/proc/meminfo: memFree=1273184/2055920 swapFree=4192812/4192956
[pid=1181] ppid=1179 vsize=204644 CPUtime=882.01
/proc/1181/stat : 1181 (Spear-32) R 1179 1181 495 0 -1 4194304 52867 0 0 0 88050 151 0 0 25 0 1 0 64120456 209555456 49625 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1181/statm: 51161 49625 141 302 0 50856 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 204644

[startup+942.301 s]
/proc/loadavg: 1.12 1.02 0.97 2/65 1182
/proc/meminfo: memFree=1253664/2055920 swapFree=4192812/4192956
[pid=1181] ppid=1179 vsize=224188 CPUtime=941.99
/proc/1181/stat : 1181 (Spear-32) R 1179 1181 495 0 -1 4194304 57773 0 0 0 94038 161 0 0 25 0 1 0 64120456 229568512 54531 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134524745 0 0 4096 0 0 0 0 17 1 0 0
/proc/1181/statm: 56047 54531 141 302 0 55742 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 224188

[startup+1002.3 s]
/proc/loadavg: 1.12 1.03 0.97 2/65 1182
/proc/meminfo: memFree=1234336/2055920 swapFree=4192812/4192956
[pid=1181] ppid=1179 vsize=243512 CPUtime=1001.98
/proc/1181/stat : 1181 (Spear-32) R 1179 1181 495 0 -1 4194304 62578 0 0 0 100027 171 0 0 25 0 1 0 64120456 249356288 59336 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134524522 0 0 4096 0 0 0 0 17 1 0 0
/proc/1181/statm: 60878 59336 141 302 0 60573 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 243512

[startup+1062.3 s]
/proc/loadavg: 1.11 1.04 0.98 2/65 1182
/proc/meminfo: memFree=1219168/2055920 swapFree=4192812/4192956
[pid=1181] ppid=1179 vsize=258628 CPUtime=1061.96
/proc/1181/stat : 1181 (Spear-32) R 1179 1181 495 0 -1 4194304 66361 0 0 0 106014 182 0 0 25 0 1 0 64120456 264835072 63119 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526896 0 0 4096 0 0 0 0 17 1 0 0
/proc/1181/statm: 64657 63119 141 302 0 64352 0
Current children cumulated CPU time (s) 1061.96
Current children cumulated vsize (KiB) 258628

[startup+1122.3 s]
/proc/loadavg: 1.10 1.04 0.98 2/65 1182
/proc/meminfo: memFree=1207712/2055920 swapFree=4192812/4192956
[pid=1181] ppid=1179 vsize=270112 CPUtime=1121.94
/proc/1181/stat : 1181 (Spear-32) R 1179 1181 495 0 -1 4194304 69200 0 0 0 112005 189 0 0 25 0 1 0 64120456 276594688 65958 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/1181/statm: 67528 65958 141 302 0 67223 0
Current children cumulated CPU time (s) 1121.94
Current children cumulated vsize (KiB) 270112

[startup+1182.3 s]
/proc/loadavg: 1.04 1.03 0.98 2/65 1182
/proc/meminfo: memFree=1195616/2055920 swapFree=4192812/4192956
[pid=1181] ppid=1179 vsize=282148 CPUtime=1181.92
/proc/1181/stat : 1181 (Spear-32) R 1179 1181 495 0 -1 4194304 72234 0 0 0 117993 199 0 0 25 0 1 0 64120456 288919552 68992 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526926 0 0 4096 0 0 0 0 17 1 0 0
/proc/1181/statm: 70537 68992 141 302 0 70232 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 282148



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.02 1.03 0.98 2/65 1182
/proc/meminfo: memFree=1191328/2055920 swapFree=4192812/4192956
[pid=1181] ppid=1179 vsize=286360 CPUtime=1200.02
/proc/1181/stat : 1181 (Spear-32) R 1179 1181 495 0 -1 4194304 73275 0 0 0 119800 202 0 0 25 0 1 0 64120456 293232640 70033 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/1181/statm: 71590 70033 141 302 0 71285 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 286360

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.45
CPU time (s): 1200.08
CPU user time (s): 1198.01
CPU system time (s): 2.06869
CPU usage (%): 99.9688
Max. virtual memory (cumulated for all children) (KiB): 286360

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

runsolver used 0.877866 second user time and 2.41663 second system time

The end

Launcher Data (download as text)

Begin job on node40 on Wed Apr 11 19:25:53 UTC 2007

IDJOB= 318522
IDBENCH= 20456
IDSOLVER= 133
FILE ID= node40/318522-1176319553

PBS_JOBID= 4516694

Free space on /tmp= 66557 MiB

SOLVER NAME= Spear 2007-02-12
BENCH NAME= HOME/pub/bench/SAT07/industrial/babic/dspam/dspam_dump_vc949.cnf
COMMAND LINE= /tmp/evaluation/318522-1176319553/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/318522-1176319553/instance-318522-1176319553.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node40/watcher-318522-1176319553 -o ROOT/results/node40/solver-318522-1176319553 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/318522-1176319553/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/318522-1176319553/instance-318522-1176319553.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  e10ad28ec7f3c39ecd45d17e52e9ffcb

RANDOM SEED= 5513742

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node40.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.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:       1471792 kB
Buffers:         34736 kB
Cached:         406992 kB
SwapCached:          0 kB
Active:         201520 kB
Inactive:       255676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1471792 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8468 kB
Writeback:           0 kB
Mapped:          25632 kB
Slab:           112948 kB
Committed_AS:   112116 kB
PageTables:       1412 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= 66557 MiB

End job on node40 on Wed Apr 11 19:45:56 UTC 2007