Trace number 292931

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 FH 1.0? (TO) 1200.07 1200.44

General information on the benchmark

Namerandom/OnTreshold/5SAT/v100/
unif-k5-r21.3-v100-c2130-S804631280-01.SAT.shuffled.cnf
MD5SUMc3a60c73a856b19b59d723c0a3c76b1b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.119981
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of clauses2130
Sum of the clauses size10650
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 52130
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/292931-1171761328/instance-292931-1171761328.cnf

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node40/watcher-292931-1171761328 -o ROOT/results/node40/solver-292931-1171761328 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/292931-1171761328/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/292931-1171761328/instance-292931-1171761328.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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 0.98 3/64 1856
/proc/meminfo: memFree=831544/2055920 swapFree=4183864/4192956
[pid=1856] ppid=1854 vsize=1396 CPUtime=0
/proc/1856/stat : 1856 (Spear-32) R 1854 1856 1413 0 -1 4194304 182 0 0 0 0 0 0 0 18 0 1 0 101167045 1429504 166 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134515639 0 0 4096 0 0 0 0 17 1 0 0
/proc/1856/statm: 349 167 128 302 0 44 0

[startup+0.106497 s]
/proc/loadavg: 1.00 1.00 0.98 3/64 1856
/proc/meminfo: memFree=831544/2055920 swapFree=4183864/4192956
[pid=1856] ppid=1854 vsize=1788 CPUtime=0.1
/proc/1856/stat : 1856 (Spear-32) R 1854 1856 1413 0 -1 4194304 296 0 0 0 10 0 0 0 18 0 1 0 101167045 1830912 280 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1856/statm: 447 280 140 302 0 142 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1788

[startup+0.514548 s]
/proc/loadavg: 1.00 1.00 0.98 3/64 1856
/proc/meminfo: memFree=831544/2055920 swapFree=4183864/4192956
[pid=1856] ppid=1854 vsize=2684 CPUtime=0.5
/proc/1856/stat : 1856 (Spear-32) R 1854 1856 1413 0 -1 4194304 507 0 0 0 49 1 0 0 21 0 1 0 101167045 2748416 491 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1856/statm: 671 491 140 302 0 366 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2684

[startup+1.33465 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 1857
/proc/meminfo: memFree=829424/2055920 swapFree=4183864/4192956
[pid=1856] ppid=1854 vsize=3596 CPUtime=1.32
/proc/1856/stat : 1856 (Spear-32) R 1854 1856 1413 0 -1 4194304 743 0 0 0 130 2 0 0 25 0 1 0 101167045 3682304 727 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1856/statm: 899 727 140 302 0 594 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 3596

[startup+2.97087 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 1857
/proc/meminfo: memFree=828400/2055920 swapFree=4183864/4192956
[pid=1856] ppid=1854 vsize=4892 CPUtime=2.96
/proc/1856/stat : 1856 (Spear-32) R 1854 1856 1413 0 -1 4194304 1051 0 0 0 292 4 0 0 25 0 1 0 101167045 5009408 1035 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1856/statm: 1223 1035 140 302 0 918 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 4892

[startup+6.24729 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 1857
/proc/meminfo: memFree=826288/2055920 swapFree=4183864/4192956
[pid=1856] ppid=1854 vsize=6700 CPUtime=6.24
/proc/1856/stat : 1856 (Spear-32) R 1854 1856 1413 0 -1 4194304 1503 0 0 0 619 5 0 0 25 0 1 0 101167045 6860800 1454 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1856/statm: 1675 1454 140 302 0 1370 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 6700

[startup+12.7021 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 1857
/proc/meminfo: memFree=823792/2055920 swapFree=4183864/4192956
[pid=1856] ppid=1854 vsize=9140 CPUtime=12.69
/proc/1856/stat : 1856 (Spear-32) R 1854 1856 1413 0 -1 4194304 2091 0 0 0 1262 7 0 0 25 0 1 0 101167045 9359360 2042 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1856/statm: 2285 2042 140 302 0 1980 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 9140

[startup+25.5068 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 1857
/proc/meminfo: memFree=820528/2055920 swapFree=4183864/4192956
[pid=1856] ppid=1854 vsize=12636 CPUtime=25.48
/proc/1856/stat : 1856 (Spear-32) R 1854 1856 1413 0 -1 4194304 2980 0 0 0 2538 10 0 0 25 0 1 0 101167045 12939264 2866 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1856/statm: 3159 2866 140 302 0 2854 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 12636

[startup+51.1131 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 1857
/proc/meminfo: memFree=815856/2055920 swapFree=4183864/4192956
[pid=1856] ppid=1854 vsize=17228 CPUtime=51.08
/proc/1856/stat : 1856 (Spear-32) R 1854 1856 1413 0 -1 4194304 4116 0 0 0 5093 15 0 0 25 0 1 0 101167045 17641472 4002 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/1856/statm: 4307 4002 140 302 0 4002 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 17228

[startup+102.322 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 1857
/proc/meminfo: memFree=809008/2055920 swapFree=4183864/4192956
[pid=1856] ppid=1854 vsize=24892 CPUtime=102.28
/proc/1856/stat : 1856 (Spear-32) R 1854 1856 1413 0 -1 4194304 5948 0 0 0 10204 24 0 0 25 0 1 0 101167045 25489408 5705 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1856/statm: 6223 5705 140 302 0 5918 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 24892

[startup+162.346 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 1859
/proc/meminfo: memFree=802736/2055920 swapFree=4183864/4192956
[pid=1856] ppid=1854 vsize=30996 CPUtime=162.29
/proc/1856/stat : 1856 (Spear-32) R 1854 1856 1413 0 -1 4194304 7484 0 0 0 16198 31 0 0 25 0 1 0 101167045 31739904 7241 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526888 0 0 4096 0 0 0 0 17 1 0 0
/proc/1856/statm: 7749 7241 140 302 0 7444 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 30996

[startup+222.365 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 1859
/proc/meminfo: memFree=798064/2055920 swapFree=4183864/4192956
[pid=1856] ppid=1854 vsize=35840 CPUtime=222.29
/proc/1856/stat : 1856 (Spear-32) R 1854 1856 1413 0 -1 4194304 8657 0 0 0 22191 38 0 0 25 0 1 0 101167045 36700160 8414 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/1856/statm: 8960 8414 140 302 0 8655 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 35840

[startup+282.386 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 1859
/proc/meminfo: memFree=794032/2055920 swapFree=4183864/4192956
[pid=1856] ppid=1854 vsize=41008 CPUtime=282.29
/proc/1856/stat : 1856 (Spear-32) R 1854 1856 1413 0 -1 4194304 9936 0 0 0 28186 43 0 0 25 0 1 0 101167045 41992192 9436 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/1856/statm: 10252 9436 140 302 0 9947 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 41008

[startup+342.407 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 1859
/proc/meminfo: memFree=789680/2055920 swapFree=4183864/4192956
[pid=1856] ppid=1854 vsize=45764 CPUtime=342.29
/proc/1856/stat : 1856 (Spear-32) R 1854 1856 1413 0 -1 4194304 11014 0 0 0 34179 50 0 0 25 0 1 0 101167045 46862336 10514 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/1856/statm: 11441 10514 140 302 0 11136 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 45764

[startup+402.431 s]
/proc/loadavg: 1.07 1.02 0.99 2/65 1859
/proc/meminfo: memFree=786096/2055920 swapFree=4183864/4192956
[pid=1856] ppid=1854 vsize=49220 CPUtime=402.3
/proc/1856/stat : 1856 (Spear-32) R 1854 1856 1413 0 -1 4194304 11891 0 0 0 40174 56 0 0 25 0 1 0 101167045 50401280 11391 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1856/statm: 12305 11391 140 302 0 12000 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 49220

[startup+462.45 s]
/proc/loadavg: 1.02 1.01 0.99 2/65 1859
/proc/meminfo: memFree=782576/2055920 swapFree=4183864/4192956
[pid=1856] ppid=1854 vsize=52880 CPUtime=462.3
/proc/1856/stat : 1856 (Spear-32) R 1854 1856 1413 0 -1 4194304 12779 0 0 0 46169 61 0 0 25 0 1 0 101167045 54149120 12279 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1856/statm: 13220 12279 140 302 0 12915 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 52880

[startup+522.468 s]
/proc/loadavg: 1.01 1.00 0.99 2/65 1859
/proc/meminfo: memFree=779440/2055920 swapFree=4183864/4192956
[pid=1856] ppid=1854 vsize=56104 CPUtime=522.29
/proc/1856/stat : 1856 (Spear-32) R 1854 1856 1413 0 -1 4194304 13566 0 0 0 52164 65 0 0 25 0 1 0 101167045 57450496 13066 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/1856/statm: 14026 13066 140 302 0 13721 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 56104

[startup+582.486 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 1859
/proc/meminfo: memFree=776240/2055920 swapFree=4183864/4192956
[pid=1856] ppid=1854 vsize=59448 CPUtime=582.3
/proc/1856/stat : 1856 (Spear-32) R 1854 1856 1413 0 -1 4194304 14344 0 0 0 58160 70 0 0 25 0 1 0 101167045 60874752 13844 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1856/statm: 14862 13844 140 302 0 14557 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 59448

[startup+642.513 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 1859
/proc/meminfo: memFree=773552/2055920 swapFree=4183864/4192956
[pid=1856] ppid=1854 vsize=62476 CPUtime=642.3
/proc/1856/stat : 1856 (Spear-32) R 1854 1856 1413 0 -1 4194304 15035 0 0 0 64156 74 0 0 25 0 1 0 101167045 63975424 14535 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/1856/statm: 15619 14535 140 302 0 15314 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 62476

[startup+702.531 s]
/proc/loadavg: 1.07 1.02 1.00 2/65 1859
/proc/meminfo: memFree=770608/2055920 swapFree=4183864/4192956
[pid=1856] ppid=1854 vsize=65704 CPUtime=702.31
/proc/1856/stat : 1856 (Spear-32) R 1854 1856 1413 0 -1 4194304 15777 0 0 0 70151 80 0 0 25 0 1 0 101167045 67280896 15277 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1856/statm: 16426 15277 140 302 0 16121 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 65704

[startup+762.548 s]
/proc/loadavg: 1.02 1.01 1.00 2/65 1859
/proc/meminfo: memFree=768112/2055920 swapFree=4183864/4192956
[pid=1856] ppid=1854 vsize=68264 CPUtime=762.31
/proc/1856/stat : 1856 (Spear-32) R 1854 1856 1413 0 -1 4194304 16392 0 0 0 76147 84 0 0 25 0 1 0 101167045 69902336 15892 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526739 0 0 4096 0 0 0 0 17 1 0 0
/proc/1856/statm: 17066 15892 140 302 0 16761 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 68264

[startup+822.569 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 1859
/proc/meminfo: memFree=765360/2055920 swapFree=4183864/4192956
[pid=1856] ppid=1854 vsize=71148 CPUtime=822.3
/proc/1856/stat : 1856 (Spear-32) R 1854 1856 1413 0 -1 4194304 17077 0 0 0 82142 88 0 0 25 0 1 0 101167045 72855552 16577 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/1856/statm: 17787 16577 140 302 0 17482 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 71148

[startup+882.588 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1859
/proc/meminfo: memFree=763056/2055920 swapFree=4183864/4192956
[pid=1856] ppid=1854 vsize=73340 CPUtime=882.31
/proc/1856/stat : 1856 (Spear-32) R 1854 1856 1413 0 -1 4194304 17640 0 0 0 88139 92 0 0 25 0 1 0 101167045 75100160 17140 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/1856/statm: 18335 17140 140 302 0 18030 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 73340

[startup+942.608 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1859
/proc/meminfo: memFree=760688/2055920 swapFree=4183864/4192956
[pid=1856] ppid=1854 vsize=77728 CPUtime=942.31
/proc/1856/stat : 1856 (Spear-32) R 1854 1856 1413 0 -1 4194304 18751 0 0 0 94135 96 0 0 25 0 1 0 101167045 79593472 17738 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/1856/statm: 19432 17738 140 302 0 19127 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 77728

[startup+1002.63 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1859
/proc/meminfo: memFree=758512/2055920 swapFree=4183864/4192956
[pid=1856] ppid=1854 vsize=79976 CPUtime=1002.32
/proc/1856/stat : 1856 (Spear-32) R 1854 1856 1413 0 -1 4194304 19290 0 0 0 100132 100 0 0 25 0 1 0 101167045 81895424 18277 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/1856/statm: 19994 18277 140 302 0 19689 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 79976

[startup+1062.65 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1859
/proc/meminfo: memFree=756400/2055920 swapFree=4183864/4192956
[pid=1856] ppid=1854 vsize=82052 CPUtime=1062.32
/proc/1856/stat : 1856 (Spear-32) R 1854 1856 1413 0 -1 4194304 19828 0 0 0 106129 103 0 0 25 0 1 0 101167045 84021248 18815 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/1856/statm: 20513 18815 140 302 0 20208 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 82052

[startup+1122.68 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1859
/proc/meminfo: memFree=754288/2055920 swapFree=4183864/4192956
[pid=1856] ppid=1854 vsize=84044 CPUtime=1122.33
/proc/1856/stat : 1856 (Spear-32) R 1854 1856 1413 0 -1 4194304 20344 0 0 0 112126 107 0 0 25 0 1 0 101167045 86061056 19331 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/1856/statm: 21011 19331 140 302 0 20706 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 84044

[startup+1182.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1859
/proc/meminfo: memFree=752368/2055920 swapFree=4183864/4192956
[pid=1856] ppid=1854 vsize=86364 CPUtime=1182.32
/proc/1856/stat : 1856 (Spear-32) R 1854 1856 1413 0 -1 4194304 20830 0 0 0 118121 111 0 0 25 0 1 0 101167045 88436736 19817 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/1856/statm: 21591 19817 140 302 0 21286 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 86364



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.42 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1859
/proc/meminfo: memFree=751728/2055920 swapFree=4183864/4192956
[pid=1856] ppid=1854 vsize=87004 CPUtime=1200.04
/proc/1856/stat : 1856 (Spear-32) R 1854 1856 1413 0 -1 4194304 20977 0 0 0 119891 113 0 0 25 0 1 0 101167045 89092096 19964 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1856/statm: 21751 19964 140 302 0 21446 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 87004

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1200.42 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1859
/proc/meminfo: memFree=751728/2055920 swapFree=4183864/4192956
[pid=1856] ppid=1854 vsize=87004 CPUtime=1200.04
/proc/1856/stat : 1856 (Spear-32) R 1854 1856 1413 0 -1 4194304 20977 0 0 0 119891 113 0 0 25 0 1 0 101167045 89092096 19964 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1856/statm: 21751 19964 140 302 0 21446 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 87004

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.44
CPU time (s): 1200.07
CPU user time (s): 1198.92
CPU system time (s): 1.14882
CPU usage (%): 99.9693
Max. virtual memory (cumulated for all children) (KiB): 87004

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

runsolver used 0.733888 second user time and 2.47962 second system time

The end

Launcher Data (download as text)

Begin job on node40 on Sun Feb 18 01:15:28 UTC 2007

IDJOB= 292931
IDBENCH= 19851
IDSOLVER= 132
FILE ID= node40/292931-1171761328

PBS_JOBID= 3839503

Free space on /tmp= 66563 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/5SAT/v100/unif-k5-r21.3-v100-c2130-S804631280-01.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/292931-1171761328/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/292931-1171761328/instance-292931-1171761328.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node40/watcher-292931-1171761328 -o ROOT/results/node40/solver-292931-1171761328 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/292931-1171761328/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/292931-1171761328/instance-292931-1171761328.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  c3a60c73a856b19b59d723c0a3c76b1b

RANDOM SEED= 92959879

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.242
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.242
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:        832016 kB
Buffers:         46656 kB
Cached:        1059748 kB
SwapCached:       4240 kB
Active:         772936 kB
Inactive:       344268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        832016 kB
SwapTotal:     4192956 kB
SwapFree:      4183864 kB
Dirty:            1576 kB
Writeback:           0 kB
Mapped:          15376 kB
Slab:            92704 kB
Committed_AS:   121224 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= 66563 MiB

End job on node40 on Sun Feb 18 01:35:30 UTC 2007