Trace number 318358

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.13 1200.64

General information on the benchmark

Nameindustrial/babic/
dspam/dspam_dump_vc1104.cnf
MD5SUMb832b12eac41e59883ac2887c5963c54
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.68859
Satisfiable
(Un)Satisfiability was proved
Number of variables280900
Number of clauses926808
Sum of the clauses size2471229
Maximum clause length3
Minimum clause length1
Number of clauses of size 15452
Number of clauses of size 2298291
Number of clauses of size 3623065
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/318358-1176317186/instance-318358-1176317186.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/node39/watcher-318358-1176317186 -o ROOT/results/node39/solver-318358-1176317186 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/318358-1176317186/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/318358-1176317186/instance-318358-1176317186.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: 1.00 1.00 1.00 3/64 25597
/proc/meminfo: memFree=783256/2055920 swapFree=4192812/4192956
[pid=25597] ppid=25595 vsize=1932 CPUtime=0
/proc/25597/stat : 25597 (Spear-32) R 25595 25597 25491 0 -1 4194304 255 0 0 0 0 0 0 0 18 0 1 0 79630790 1978368 240 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134518170 0 0 4096 0 0 0 0 17 1 0 0
/proc/25597/statm: 483 240 126 302 0 178 0

[startup+0.0968001 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 25597
/proc/meminfo: memFree=783256/2055920 swapFree=4192812/4192956
[pid=25597] ppid=25595 vsize=8112 CPUtime=0.08
/proc/25597/stat : 25597 (Spear-32) R 25595 25597 25491 0 -1 4194304 2364 0 0 0 7 1 0 0 18 0 1 0 79630790 8306688 1590 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25597/statm: 2028 1590 126 302 0 1723 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 8112

[startup+0.1018 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 25597
/proc/meminfo: memFree=783256/2055920 swapFree=4192812/4192956
[pid=25597] ppid=25595 vsize=8200 CPUtime=0.09
/proc/25597/stat : 25597 (Spear-32) R 25595 25597 25491 0 -1 4194304 2435 0 0 0 8 1 0 0 18 0 1 0 79630790 8396800 1661 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25597/statm: 2051 1663 126 302 0 1746 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8200

[startup+0.301835 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 25597
/proc/meminfo: memFree=783256/2055920 swapFree=4192812/4192956
[pid=25597] ppid=25595 vsize=29884 CPUtime=0.29
/proc/25597/stat : 25597 (Spear-32) R 25595 25597 25491 0 -1 4194304 8087 0 0 0 22 7 0 0 19 0 1 0 79630790 30601216 5582 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/25597/statm: 7471 5583 126 302 0 7166 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29884

[startup+0.701902 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 25597
/proc/meminfo: memFree=783256/2055920 swapFree=4192812/4192956
[pid=25597] ppid=25595 vsize=53004 CPUtime=0.69
/proc/25597/stat : 25597 (Spear-32) R 25595 25597 25491 0 -1 4194304 16581 0 0 0 53 16 0 0 22 0 1 0 79630790 54276096 9977 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25597/statm: 13251 9977 129 302 0 12946 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 53004

[startup+1.50104 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25598
/proc/meminfo: memFree=740496/2055920 swapFree=4192812/4192956
[pid=25597] ppid=25595 vsize=68784 CPUtime=1.49
/proc/25597/stat : 25597 (Spear-32) R 25595 25597 25491 0 -1 4194304 20659 0 0 0 130 19 0 0 25 0 1 0 79630790 70434816 13798 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/25597/statm: 17196 13798 129 302 0 16891 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 68784

[startup+3.10132 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25598
/proc/meminfo: memFree=714192/2055920 swapFree=4192812/4192956
[pid=25597] ppid=25595 vsize=95380 CPUtime=3.09
/proc/25597/stat : 25597 (Spear-32) R 25595 25597 25491 0 -1 4194304 27851 0 0 0 285 24 0 0 25 0 1 0 79630790 97669120 20379 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25597/statm: 23845 20379 141 302 0 23540 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 95380

[startup+6.30185 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25598
/proc/meminfo: memFree=699920/2055920 swapFree=4192812/4192956
[pid=25597] ppid=25595 vsize=99432 CPUtime=6.29
/proc/25597/stat : 25597 (Spear-32) R 25595 25597 25491 0 -1 4194304 28988 0 0 0 601 28 0 0 25 0 1 0 79630790 101818368 21387 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526665 0 0 4096 0 0 0 0 17 1 0 0
/proc/25597/statm: 24858 21387 141 302 0 24553 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 99432

[startup+12.7019 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25598
/proc/meminfo: memFree=697568/2055920 swapFree=4192812/4192956
[pid=25597] ppid=25595 vsize=100180 CPUtime=12.69
/proc/25597/stat : 25597 (Spear-32) R 25595 25597 25491 0 -1 4194304 29186 0 0 0 1241 28 0 0 25 0 1 0 79630790 102584320 21585 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527080 0 0 4096 0 0 0 0 17 1 0 0
/proc/25597/statm: 25045 21585 141 302 0 24740 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 100180

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25598
/proc/meminfo: memFree=696992/2055920 swapFree=4192812/4192956
[pid=25597] ppid=25595 vsize=100852 CPUtime=25.49
/proc/25597/stat : 25597 (Spear-32) R 25595 25597 25491 0 -1 4194304 29357 0 0 0 2520 29 0 0 25 0 1 0 79630790 103272448 21756 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526950 0 0 4096 0 0 0 0 17 1 0 0
/proc/25597/statm: 25213 21756 141 302 0 24908 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 100852

[startup+51.1015 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25598
/proc/meminfo: memFree=696032/2055920 swapFree=4192812/4192956
[pid=25597] ppid=25595 vsize=101812 CPUtime=51.05
/proc/25597/stat : 25597 (Spear-32) R 25595 25597 25491 0 -1 4194304 29614 0 0 0 5076 29 0 0 25 0 1 0 79630790 104255488 22013 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526674 0 0 4096 0 0 0 0 17 1 0 0
/proc/25597/statm: 25453 22013 141 302 0 25148 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 101812

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25598
/proc/meminfo: memFree=677920/2055920 swapFree=4192812/4192956
[pid=25597] ppid=25595 vsize=120272 CPUtime=102.25
/proc/25597/stat : 25597 (Spear-32) R 25595 25597 25491 0 -1 4194304 34253 0 0 0 10177 48 0 0 25 0 1 0 79630790 123158528 26554 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 135271309 0 0 4096 0 0 0 0 17 1 0 0
/proc/25597/statm: 30068 26554 141 302 0 29763 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 120272

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25598
/proc/meminfo: memFree=647136/2055920 swapFree=4192812/4192956
[pid=25597] ppid=25595 vsize=151576 CPUtime=162.22
/proc/25597/stat : 25597 (Spear-32) R 25595 25597 25491 0 -1 4194304 42136 0 0 0 16153 69 0 0 25 0 1 0 79630790 155213824 34308 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134524834 0 0 4096 0 0 0 0 17 1 0 0
/proc/25597/statm: 37894 34308 141 302 0 37589 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 151576

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 25598
/proc/meminfo: memFree=616864/2055920 swapFree=4192812/4192956
[pid=25597] ppid=25595 vsize=181208 CPUtime=222.21
/proc/25597/stat : 25597 (Spear-32) R 25595 25597 25491 0 -1 4194304 49617 0 0 0 22138 83 0 0 25 0 1 0 79630790 185556992 41789 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25597/statm: 45302 41789 141 302 0 44997 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 181208

[startup+282.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25598
/proc/meminfo: memFree=605600/2055920 swapFree=4192812/4192956
[pid=25597] ppid=25595 vsize=192376 CPUtime=282.19
/proc/25597/stat : 25597 (Spear-32) R 25595 25597 25491 0 -1 4194304 52419 0 0 0 28130 89 0 0 25 0 1 0 79630790 196993024 44591 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526900 0 0 4096 0 0 0 0 17 1 0 0
/proc/25597/statm: 48094 44591 141 302 0 47789 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 192376

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25598
/proc/meminfo: memFree=602976/2055920 swapFree=4192812/4192956
[pid=25597] ppid=25595 vsize=194972 CPUtime=342.16
/proc/25597/stat : 25597 (Spear-32) R 25595 25597 25491 0 -1 4194304 53055 0 0 0 34126 90 0 0 25 0 1 0 79630790 199651328 45227 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526797 0 0 4096 0 0 0 0 17 1 0 0
/proc/25597/statm: 48743 45227 141 302 0 48438 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 194972

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25598
/proc/meminfo: memFree=600096/2055920 swapFree=4192812/4192956
[pid=25597] ppid=25595 vsize=197924 CPUtime=402.14
/proc/25597/stat : 25597 (Spear-32) R 25595 25597 25491 0 -1 4194304 53799 0 0 0 40122 92 0 0 25 0 1 0 79630790 202674176 45971 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134538544 0 0 4096 0 0 0 0 17 1 0 0
/proc/25597/statm: 49481 45971 141 302 0 49176 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 197924

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25598
/proc/meminfo: memFree=596960/2055920 swapFree=4192812/4192956
[pid=25597] ppid=25595 vsize=202084 CPUtime=462.12
/proc/25597/stat : 25597 (Spear-32) R 25595 25597 25491 0 -1 4194304 54850 0 0 0 46117 95 0 0 25 0 1 0 79630790 206934016 46765 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/25597/statm: 50521 46765 141 302 0 50216 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 202084

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25598
/proc/meminfo: memFree=593696/2055920 swapFree=4192812/4192956
[pid=25597] ppid=25595 vsize=205416 CPUtime=522.11
/proc/25597/stat : 25597 (Spear-32) R 25595 25597 25491 0 -1 4194304 55670 0 0 0 52114 97 0 0 25 0 1 0 79630790 210345984 47585 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134538589 0 0 4096 0 0 0 0 17 1 0 0
/proc/25597/statm: 51354 47585 141 302 0 51049 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 205416

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25598
/proc/meminfo: memFree=590176/2055920 swapFree=4192812/4192956
[pid=25597] ppid=25595 vsize=208816 CPUtime=582.09
/proc/25597/stat : 25597 (Spear-32) R 25595 25597 25491 0 -1 4194304 56536 0 0 0 58110 99 0 0 25 0 1 0 79630790 213827584 48451 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25597/statm: 52204 48451 141 302 0 51899 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 208816

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25598
/proc/meminfo: memFree=586784/2055920 swapFree=4192812/4192956
[pid=25597] ppid=25595 vsize=212196 CPUtime=642.07
/proc/25597/stat : 25597 (Spear-32) R 25595 25597 25491 0 -1 4194304 57378 0 0 0 64106 101 0 0 25 0 1 0 79630790 217288704 49293 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/25597/statm: 53049 49293 141 302 0 52744 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 212196

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25598
/proc/meminfo: memFree=583584/2055920 swapFree=4192812/4192956
[pid=25597] ppid=25595 vsize=215448 CPUtime=702.05
/proc/25597/stat : 25597 (Spear-32) R 25595 25597 25491 0 -1 4194304 58183 0 0 0 70102 103 0 0 25 0 1 0 79630790 220618752 50098 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134538544 0 0 4096 0 0 0 0 17 1 0 0
/proc/25597/statm: 53862 50098 141 302 0 53557 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 215448

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25598
/proc/meminfo: memFree=580256/2055920 swapFree=4192812/4192956
[pid=25597] ppid=25595 vsize=218748 CPUtime=762.03
/proc/25597/stat : 25597 (Spear-32) R 25595 25597 25491 0 -1 4194304 59009 0 0 0 76099 104 0 0 25 0 1 0 79630790 223997952 50924 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/25597/statm: 54687 50924 141 302 0 54382 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 218748

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25598
/proc/meminfo: memFree=576928/2055920 swapFree=4192812/4192956
[pid=25597] ppid=25595 vsize=222128 CPUtime=822
/proc/25597/stat : 25597 (Spear-32) R 25595 25597 25491 0 -1 4194304 59831 0 0 0 82094 106 0 0 25 0 1 0 79630790 227459072 51746 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134538593 0 0 4096 0 0 0 0 17 1 0 0
/proc/25597/statm: 55532 51746 141 302 0 55227 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 222128

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 25670
/proc/meminfo: memFree=571928/2055920 swapFree=4192812/4192956
[pid=25597] ppid=25595 vsize=225924 CPUtime=881.95
/proc/25597/stat : 25597 (Spear-32) R 25595 25597 25491 0 -1 4194304 60777 0 0 0 88086 109 0 0 25 0 1 0 79630790 231346176 52692 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/25597/statm: 56481 52692 141 302 0 56176 0
Current children cumulated CPU time (s) 881.95
Current children cumulated vsize (KiB) 225924

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 25774
/proc/meminfo: memFree=569320/2055920 swapFree=4192812/4192956
[pid=25597] ppid=25595 vsize=228684 CPUtime=941.87
/proc/25597/stat : 25597 (Spear-32) R 25595 25597 25491 0 -1 4194304 61432 0 0 0 94076 111 0 0 25 0 1 0 79630790 234172416 53347 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/25597/statm: 57171 53347 141 302 0 56866 0
Current children cumulated CPU time (s) 941.87
Current children cumulated vsize (KiB) 228684

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25796
/proc/meminfo: memFree=568608/2055920 swapFree=4192812/4192956
[pid=25597] ppid=25595 vsize=230452 CPUtime=1001.84
/proc/25597/stat : 25597 (Spear-32) R 25595 25597 25491 0 -1 4194304 61866 0 0 0 100071 113 0 0 25 0 1 0 79630790 235982848 53781 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/25597/statm: 57613 53781 141 302 0 57308 0
Current children cumulated CPU time (s) 1001.84
Current children cumulated vsize (KiB) 230452

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25796
/proc/meminfo: memFree=567008/2055920 swapFree=4192812/4192956
[pid=25597] ppid=25595 vsize=232132 CPUtime=1061.83
/proc/25597/stat : 25597 (Spear-32) R 25595 25597 25491 0 -1 4194304 62280 0 0 0 106069 114 0 0 25 0 1 0 79630790 237703168 54195 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/25597/statm: 58033 54195 141 302 0 57728 0
Current children cumulated CPU time (s) 1061.83
Current children cumulated vsize (KiB) 232132

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25796
/proc/meminfo: memFree=565280/2055920 swapFree=4192812/4192956
[pid=25597] ppid=25595 vsize=233796 CPUtime=1121.81
/proc/25597/stat : 25597 (Spear-32) R 25595 25597 25491 0 -1 4194304 62706 0 0 0 112066 115 0 0 25 0 1 0 79630790 239407104 54621 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134539587 0 0 4096 0 0 0 0 17 1 0 0
/proc/25597/statm: 58449 54621 141 302 0 58144 0
Current children cumulated CPU time (s) 1121.81
Current children cumulated vsize (KiB) 233796

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25796
/proc/meminfo: memFree=563616/2055920 swapFree=4192812/4192956
[pid=25597] ppid=25595 vsize=235464 CPUtime=1181.79
/proc/25597/stat : 25597 (Spear-32) R 25595 25597 25491 0 -1 4194304 63124 0 0 0 118063 116 0 0 25 0 1 0 79630790 241115136 55039 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/25597/statm: 58866 55039 141 302 0 58561 0
Current children cumulated CPU time (s) 1181.79
Current children cumulated vsize (KiB) 235464



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25796
/proc/meminfo: memFree=563104/2055920 swapFree=4192812/4192956
[pid=25597] ppid=25595 vsize=235912 CPUtime=1200.08
/proc/25597/stat : 25597 (Spear-32) R 25595 25597 25491 0 -1 4194304 63248 0 0 0 119892 116 0 0 25 0 1 0 79630790 241573888 55163 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526719 0 0 4096 0 0 0 0 17 1 0 0
/proc/25597/statm: 58978 55163 141 302 0 58673 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 235912

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.64
CPU time (s): 1200.13
CPU user time (s): 1198.93
CPU system time (s): 1.20482
CPU usage (%): 99.9572
Max. virtual memory (cumulated for all children) (KiB): 235912

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

runsolver used 0.869867 second user time and 2.49562 second system time

The end

Launcher Data (download as text)

Begin job on node39 on Wed Apr 11 18:46:27 UTC 2007

IDJOB= 318358
IDBENCH= 20452
IDSOLVER= 133
FILE ID= node39/318358-1176317186

PBS_JOBID= 4516724

Free space on /tmp= 66545 MiB

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

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  b832b12eac41e59883ac2887c5963c54

RANDOM SEED= 399393711

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node39.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.256
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.256
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:        783664 kB
Buffers:         39388 kB
Cached:        1024200 kB
SwapCached:          0 kB
Active:         548560 kB
Inactive:       530388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        783664 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           20980 kB
Writeback:           0 kB
Mapped:          25528 kB
Slab:           179340 kB
Committed_AS:   105840 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= 66545 MiB

End job on node39 on Wed Apr 11 19:06:30 UTC 2007