Trace number 318440

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.44

General information on the benchmark

Nameindustrial/babic/dspam/
dspam_dump_vc950.cnf
MD5SUM36e67e1ba9821e3da23147686112d6b9
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.07883
Satisfiable
(Un)Satisfiability was proved
Number of variables112784
Number of clauses360419
Sum of the clauses size955179
Maximum clause length3
Minimum clause length1
Number of clauses of size 13092
Number of clauses of size 2119894
Number of clauses of size 3237433
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/318440-1176318368/instance-318440-1176318368.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/node21/watcher-318440-1176318368 -o ROOT/results/node21/solver-318440-1176318368 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/318440-1176318368/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/318440-1176318368/instance-318440-1176318368.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.80 0.95 0.90 3/77 26069
/proc/meminfo: memFree=752760/2055920 swapFree=4192812/4192956
[pid=26069] ppid=26067 vsize=1932 CPUtime=0
/proc/26069/stat : 26069 (Spear-32) R 26067 26069 25470 0 -1 4194304 259 0 0 0 0 0 0 0 18 0 1 0 79754188 1978368 244 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134518170 0 0 4096 0 0 0 0 17 1 0 0
/proc/26069/statm: 483 245 126 302 0 178 0

[startup+0.03301 s]
/proc/loadavg: 0.80 0.95 0.90 3/77 26069
/proc/meminfo: memFree=752760/2055920 swapFree=4192812/4192956
[pid=26069] ppid=26067 vsize=4812 CPUtime=0.02
/proc/26069/stat : 26069 (Spear-32) R 26067 26069 25470 0 -1 4194304 1001 0 0 0 2 0 0 0 18 0 1 0 79754188 4927488 743 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/26069/statm: 1203 744 126 302 0 898 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 4812

[startup+0.103018 s]
/proc/loadavg: 0.80 0.95 0.90 3/77 26069
/proc/meminfo: memFree=752760/2055920 swapFree=4192812/4192956
[pid=26069] ppid=26067 vsize=8240 CPUtime=0.09
/proc/26069/stat : 26069 (Spear-32) R 26067 26069 25470 0 -1 4194304 2460 0 0 0 8 1 0 0 18 0 1 0 79754188 8437760 1687 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26069/statm: 2060 1687 126 302 0 1755 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8240

[startup+0.301042 s]
/proc/loadavg: 0.80 0.95 0.90 3/77 26069
/proc/meminfo: memFree=752760/2055920 swapFree=4192812/4192956
[pid=26069] ppid=26067 vsize=17644 CPUtime=0.29
/proc/26069/stat : 26069 (Spear-32) R 26067 26069 25470 0 -1 4194304 5599 0 0 0 24 5 0 0 19 0 1 0 79754188 18067456 3959 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26069/statm: 4411 3960 129 302 0 4106 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17644

[startup+0.701082 s]
/proc/loadavg: 0.80 0.95 0.90 3/77 26069
/proc/meminfo: memFree=752760/2055920 swapFree=4192812/4192956
[pid=26069] ppid=26067 vsize=27520 CPUtime=0.69
/proc/26069/stat : 26069 (Spear-32) R 26067 26069 25470 0 -1 4194304 8255 0 0 0 62 7 0 0 22 0 1 0 79754188 28180480 6421 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/26069/statm: 6880 6421 129 302 0 6575 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27520

[startup+1.50117 s]
/proc/loadavg: 0.80 0.95 0.90 2/78 26070
/proc/meminfo: memFree=720304/2055920 swapFree=4192812/4192956
[pid=26069] ppid=26067 vsize=35708 CPUtime=1.49
/proc/26069/stat : 26069 (Spear-32) R 26067 26069 25470 0 -1 4194304 10517 0 0 0 140 9 0 0 25 0 1 0 79754188 36564992 8328 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134524699 0 0 4096 0 0 0 0 17 1 0 0
/proc/26069/statm: 8927 8328 140 302 0 8622 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 35708

[startup+3.10135 s]
/proc/loadavg: 0.80 0.95 0.90 2/78 26070
/proc/meminfo: memFree=719664/2055920 swapFree=4192812/4192956
[pid=26069] ppid=26067 vsize=36316 CPUtime=3.09
/proc/26069/stat : 26069 (Spear-32) R 26067 26069 25470 0 -1 4194304 10645 0 0 0 299 10 0 0 25 0 1 0 79754188 37187584 8456 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26069/statm: 9079 8456 141 302 0 8774 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 36316

[startup+6.3017 s]
/proc/loadavg: 0.81 0.95 0.90 2/78 26070
/proc/meminfo: memFree=718840/2055920 swapFree=4192812/4192956
[pid=26069] ppid=26067 vsize=36668 CPUtime=6.28
/proc/26069/stat : 26069 (Spear-32) R 26067 26069 25470 0 -1 4194304 10736 0 0 0 618 10 0 0 25 0 1 0 79754188 37548032 8547 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134524522 0 0 4096 0 0 0 0 17 1 0 0
/proc/26069/statm: 9167 8547 141 302 0 8862 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 36668

[startup+12.7014 s]
/proc/loadavg: 0.83 0.95 0.91 2/78 26070
/proc/meminfo: memFree=717880/2055920 swapFree=4192812/4192956
[pid=26069] ppid=26067 vsize=38172 CPUtime=12.69
/proc/26069/stat : 26069 (Spear-32) R 26067 26069 25470 0 -1 4194304 11130 0 0 0 1258 11 0 0 25 0 1 0 79754188 39088128 8941 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526739 0 0 4096 0 0 0 0 17 1 0 0
/proc/26069/statm: 9543 8941 141 302 0 9238 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 38172

[startup+25.5028 s]
/proc/loadavg: 0.86 0.95 0.91 2/78 26070
/proc/meminfo: memFree=710264/2055920 swapFree=4192812/4192956
[pid=26069] ppid=26067 vsize=45424 CPUtime=25.48
/proc/26069/stat : 26069 (Spear-32) R 26067 26069 25470 0 -1 4194304 12940 0 0 0 2529 19 0 0 25 0 1 0 79754188 46514176 10718 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134524643 0 0 4096 0 0 0 0 17 1 0 0
/proc/26069/statm: 11356 10718 141 302 0 11051 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 45424

[startup+51.1026 s]
/proc/loadavg: 0.91 0.96 0.91 2/78 26070
/proc/meminfo: memFree=698104/2055920 swapFree=4192812/4192956
[pid=26069] ppid=26067 vsize=58068 CPUtime=51.07
/proc/26069/stat : 26069 (Spear-32) R 26067 26069 25470 0 -1 4194304 16129 0 0 0 5076 31 0 0 25 0 1 0 79754188 59461632 13842 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26069/statm: 14517 13842 141 302 0 14212 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 58068

[startup+102.306 s]
/proc/loadavg: 0.96 0.96 0.91 2/78 26070
/proc/meminfo: memFree=673336/2055920 swapFree=4192812/4192956
[pid=26069] ppid=26067 vsize=83096 CPUtime=102.26
/proc/26069/stat : 26069 (Spear-32) R 26067 26069 25470 0 -1 4194304 22383 0 0 0 10176 50 0 0 25 0 1 0 79754188 85090304 19967 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/26069/statm: 20774 19967 141 302 0 20469 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 83096

[startup+162.302 s]
/proc/loadavg: 0.98 0.97 0.91 2/78 26070
/proc/meminfo: memFree=657144/2055920 swapFree=4192812/4192956
[pid=26069] ppid=26067 vsize=100504 CPUtime=162.23
/proc/26069/stat : 26069 (Spear-32) R 26067 26069 25470 0 -1 4194304 26681 0 0 0 16156 67 0 0 25 0 1 0 79754188 102916096 24008 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526886 0 0 4096 0 0 0 0 17 1 0 0
/proc/26069/statm: 25126 24008 141 302 0 24821 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 100504

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 26070
/proc/meminfo: memFree=652856/2055920 swapFree=4192812/4192956
[pid=26069] ppid=26067 vsize=104760 CPUtime=222.22
/proc/26069/stat : 26069 (Spear-32) R 26067 26069 25470 0 -1 4194304 27732 0 0 0 22152 70 0 0 25 0 1 0 79754188 107274240 25059 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134539417 0 0 4096 0 0 0 0 17 1 0 0
/proc/26069/statm: 26190 25059 141 302 0 25885 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 104760

[startup+282.303 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 26070
/proc/meminfo: memFree=648696/2055920 swapFree=4192812/4192956
[pid=26069] ppid=26067 vsize=108872 CPUtime=282.2
/proc/26069/stat : 26069 (Spear-32) R 26067 26069 25470 0 -1 4194304 28786 0 0 0 28147 73 0 0 25 0 1 0 79754188 111484928 26113 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/26069/statm: 27218 26113 141 302 0 26913 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 108872

[startup+342.303 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 26070
/proc/meminfo: memFree=644856/2055920 swapFree=4192812/4192956
[pid=26069] ppid=26067 vsize=112736 CPUtime=342.18
/proc/26069/stat : 26069 (Spear-32) R 26067 26069 25470 0 -1 4194304 29746 0 0 0 34143 75 0 0 25 0 1 0 79754188 115441664 27073 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134539417 0 0 4096 0 0 0 0 17 1 0 0
/proc/26069/statm: 28184 27073 141 302 0 27879 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 112736

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 26070
/proc/meminfo: memFree=641080/2055920 swapFree=4192812/4192956
[pid=26069] ppid=26067 vsize=116472 CPUtime=402.16
/proc/26069/stat : 26069 (Spear-32) R 26067 26069 25470 0 -1 4194304 30675 0 0 0 40138 78 0 0 25 0 1 0 79754188 119267328 28002 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134539417 0 0 4096 0 0 0 0 17 1 0 0
/proc/26069/statm: 29118 28002 141 302 0 28813 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 116472

[startup+462.303 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 26070
/proc/meminfo: memFree=637368/2055920 swapFree=4192812/4192956
[pid=26069] ppid=26067 vsize=120168 CPUtime=462.15
/proc/26069/stat : 26069 (Spear-32) R 26067 26069 25470 0 -1 4194304 31598 0 0 0 46134 81 0 0 25 0 1 0 79754188 123052032 28925 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134539562 0 0 4096 0 0 0 0 17 1 0 0
/proc/26069/statm: 30042 28925 141 302 0 29737 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 120168

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 26070
/proc/meminfo: memFree=628344/2055920 swapFree=4192812/4192956
[pid=26069] ppid=26067 vsize=129600 CPUtime=522.13
/proc/26069/stat : 26069 (Spear-32) R 26067 26069 25470 0 -1 4194304 33956 0 0 0 52125 88 0 0 25 0 1 0 79754188 132710400 31283 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/26069/statm: 32400 31283 141 302 0 32095 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 129600

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 26070
/proc/meminfo: memFree=616760/2055920 swapFree=4192812/4192956
[pid=26069] ppid=26067 vsize=140612 CPUtime=582.11
/proc/26069/stat : 26069 (Spear-32) R 26067 26069 25470 0 -1 4194304 36756 0 0 0 58112 99 0 0 25 0 1 0 79754188 143986688 34083 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134539548 0 0 4096 0 0 0 0 17 1 0 0
/proc/26069/statm: 35153 34083 141 302 0 34848 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 140612

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 26070
/proc/meminfo: memFree=599800/2055920 swapFree=4192812/4192956
[pid=26069] ppid=26067 vsize=158132 CPUtime=642.1
/proc/26069/stat : 26069 (Spear-32) R 26067 26069 25470 0 -1 4194304 40993 0 0 0 64100 110 0 0 25 0 1 0 79754188 161927168 38320 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/26069/statm: 39533 38320 141 302 0 39228 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 158132

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 26070
/proc/meminfo: memFree=586936/2055920 swapFree=4192812/4192956
[pid=26069] ppid=26067 vsize=171556 CPUtime=702.07
/proc/26069/stat : 26069 (Spear-32) R 26067 26069 25470 0 -1 4194304 44299 0 0 0 70084 123 0 0 25 0 1 0 79754188 175673344 41626 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/26069/statm: 42889 41626 141 302 0 42584 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 171556

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 26070
/proc/meminfo: memFree=572024/2055920 swapFree=4192812/4192956
[pid=26069] ppid=26067 vsize=187928 CPUtime=762.06
/proc/26069/stat : 26069 (Spear-32) R 26067 26069 25470 0 -1 4194304 48428 0 0 0 76066 140 0 0 25 0 1 0 79754188 192438272 45242 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/26069/statm: 46982 45242 141 302 0 46677 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 187928

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 26070
/proc/meminfo: memFree=547576/2055920 swapFree=4192812/4192956
[pid=26069] ppid=26067 vsize=212408 CPUtime=822.04
/proc/26069/stat : 26069 (Spear-32) R 26067 26069 25470 0 -1 4194304 54571 0 0 0 82047 157 0 0 25 0 1 0 79754188 217505792 51385 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/26069/statm: 53102 51385 141 302 0 52797 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 212408

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 26070
/proc/meminfo: memFree=536312/2055920 swapFree=4192812/4192956
[pid=26069] ppid=26067 vsize=223288 CPUtime=882.02
/proc/26069/stat : 26069 (Spear-32) R 26067 26069 25470 0 -1 4194304 57352 0 0 0 88033 169 0 0 25 0 1 0 79754188 228646912 54166 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134524553 0 0 4096 0 0 0 0 17 1 0 0
/proc/26069/statm: 55822 54166 141 302 0 55517 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 223288

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 26070
/proc/meminfo: memFree=527352/2055920 swapFree=4192812/4192956
[pid=26069] ppid=26067 vsize=232216 CPUtime=942.01
/proc/26069/stat : 26069 (Spear-32) R 26067 26069 25470 0 -1 4194304 59613 0 0 0 94021 180 0 0 25 0 1 0 79754188 237789184 56427 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134539644 0 0 4096 0 0 0 0 17 1 0 0
/proc/26069/statm: 58054 56427 141 302 0 57749 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 232216

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 26070
/proc/meminfo: memFree=522744/2055920 swapFree=4192812/4192956
[pid=26069] ppid=26067 vsize=236796 CPUtime=1001.99
/proc/26069/stat : 26069 (Spear-32) R 26067 26069 25470 0 -1 4194304 60749 0 0 0 100016 183 0 0 25 0 1 0 79754188 242479104 57563 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/26069/statm: 59199 57563 141 302 0 58894 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 236796

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 26070
/proc/meminfo: memFree=518328/2055920 swapFree=4192812/4192956
[pid=26069] ppid=26067 vsize=241256 CPUtime=1061.97
/proc/26069/stat : 26069 (Spear-32) R 26067 26069 25470 0 -1 4194304 61852 0 0 0 106011 186 0 0 25 0 1 0 79754188 247046144 58666 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/26069/statm: 60314 58666 141 302 0 60009 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 241256

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 26070
/proc/meminfo: memFree=513848/2055920 swapFree=4192812/4192956
[pid=26069] ppid=26067 vsize=245656 CPUtime=1121.95
/proc/26069/stat : 26069 (Spear-32) R 26067 26069 25470 0 -1 4194304 62964 0 0 0 112005 190 0 0 25 0 1 0 79754188 251551744 59778 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134524662 0 0 4096 0 0 0 0 17 1 0 0
/proc/26069/statm: 61414 59778 141 302 0 61109 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 245656

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 26070
/proc/meminfo: memFree=509816/2055920 swapFree=4192812/4192956
[pid=26069] ppid=26067 vsize=249720 CPUtime=1181.93
/proc/26069/stat : 26069 (Spear-32) R 26067 26069 25470 0 -1 4194304 63974 0 0 0 118001 192 0 0 25 0 1 0 79754188 255713280 60788 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527104 0 0 4096 0 0 0 0 17 1 0 0
/proc/26069/statm: 62430 60788 141 302 0 62125 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 249720



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 26070
/proc/meminfo: memFree=508344/2055920 swapFree=4192812/4192956
[pid=26069] ppid=26067 vsize=251124 CPUtime=1200.03
/proc/26069/stat : 26069 (Spear-32) R 26067 26069 25470 0 -1 4194304 64321 0 0 0 119810 193 0 0 25 0 1 0 79754188 257150976 61135 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/26069/statm: 62781 61135 141 302 0 62476 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 251124

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.44
CPU time (s): 1200.08
CPU user time (s): 1198.11
CPU system time (s): 1.9727
CPU usage (%): 99.9698
Max. virtual memory (cumulated for all children) (KiB): 251124

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

runsolver used 1.2848 second user time and 3.09353 second system time

The end

Launcher Data (download as text)

Begin job on node21 on Wed Apr 11 19:06:09 UTC 2007

IDJOB= 318440
IDBENCH= 20454
IDSOLVER= 133
FILE ID= node21/318440-1176318368

PBS_JOBID= 4516701

Free space on /tmp= 66557 MiB

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

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  36e67e1ba9821e3da23147686112d6b9

RANDOM SEED= 282760912

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node21.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.232
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.232
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:        753168 kB
Buffers:         39788 kB
Cached:        1014348 kB
SwapCached:          0 kB
Active:         547956 kB
Inactive:       550300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        753168 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8508 kB
Writeback:           0 kB
Mapped:          63008 kB
Slab:           190064 kB
Committed_AS:   195028 kB
PageTables:       1784 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 node21 on Wed Apr 11 19:26:11 UTC 2007