Trace number 295062

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 FHS 1.0? (TO) 1200.07 1200.52

General information on the benchmark

Namerandom/OnTreshold/7SAT/v65/
unif-k7-r89-v65-c5785-S14782837-06.UNSAT.shuffled.cnf
MD5SUM58863a1e548bdf8fa51771b9fa1e1d5f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables65
Number of clauses5785
Sum of the clauses size40495
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 55785

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/295062-1171799464/instance-295062-1171799464.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/node68/watcher-295062-1171799464 -o ROOT/results/node68/solver-295062-1171799464 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/295062-1171799464/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/295062-1171799464/instance-295062-1171799464.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: 0.99 0.98 0.99 3/64 7634
/proc/meminfo: memFree=737848/2055920 swapFree=4183892/4192956
[pid=7634] ppid=7632 vsize=1396 CPUtime=0
/proc/7634/stat : 7634 (Spear-32) R 7632 7634 7535 0 -1 4194304 178 0 0 0 0 0 0 0 19 0 1 0 199903988 1429504 162 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134866925 0 0 4096 0 0 0 0 17 1 0 0
/proc/7634/statm: 349 162 128 302 0 44 0

[startup+0.107326 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 7634
/proc/meminfo: memFree=737848/2055920 swapFree=4183892/4192956
[pid=7634] ppid=7632 vsize=2052 CPUtime=0.1
/proc/7634/stat : 7634 (Spear-32) R 7632 7634 7535 0 -1 4194304 338 0 0 0 10 0 0 0 20 0 1 0 199903988 2101248 322 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7634/statm: 513 322 140 302 0 208 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2052

[startup+0.515363 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 7634
/proc/meminfo: memFree=737848/2055920 swapFree=4183892/4192956
[pid=7634] ppid=7632 vsize=2844 CPUtime=0.5
/proc/7634/stat : 7634 (Spear-32) R 7632 7634 7535 0 -1 4194304 531 0 0 0 50 0 0 0 23 0 1 0 199903988 2912256 515 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7634/statm: 711 515 140 302 0 406 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2844

[startup+1.33544 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7635
/proc/meminfo: memFree=735536/2055920 swapFree=4183892/4192956
[pid=7634] ppid=7632 vsize=3752 CPUtime=1.32
/proc/7634/stat : 7634 (Spear-32) R 7632 7634 7535 0 -1 4194304 777 0 0 0 131 1 0 0 25 0 1 0 199903988 3842048 761 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7634/statm: 938 761 140 302 0 633 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 3752

[startup+2.97159 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7635
/proc/meminfo: memFree=734384/2055920 swapFree=4183892/4192956
[pid=7634] ppid=7632 vsize=5060 CPUtime=2.96
/proc/7634/stat : 7634 (Spear-32) R 7632 7634 7535 0 -1 4194304 1090 0 0 0 294 2 0 0 25 0 1 0 199903988 5181440 1074 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7634/statm: 1265 1074 140 302 0 960 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 5060

[startup+6.25388 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7635
/proc/meminfo: memFree=732464/2055920 swapFree=4183892/4192956
[pid=7634] ppid=7632 vsize=6904 CPUtime=6.24
/proc/7634/stat : 7634 (Spear-32) R 7632 7634 7535 0 -1 4194304 1557 0 0 0 620 4 0 0 25 0 1 0 199903988 7069696 1508 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7634/statm: 1726 1508 140 302 0 1421 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 6904

[startup+12.7105 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7635
/proc/meminfo: memFree=729712/2055920 swapFree=4183892/4192956
[pid=7634] ppid=7632 vsize=9360 CPUtime=12.69
/proc/7634/stat : 7634 (Spear-32) R 7632 7634 7535 0 -1 4194304 2165 0 0 0 1263 6 0 0 25 0 1 0 199903988 9584640 2116 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527089 0 0 4096 0 0 0 0 17 1 0 0
/proc/7634/statm: 2340 2116 140 302 0 2035 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 9360

[startup+25.6106 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7635
/proc/meminfo: memFree=726448/2055920 swapFree=4183892/4192956
[pid=7634] ppid=7632 vsize=13072 CPUtime=25.6
/proc/7634/stat : 7634 (Spear-32) R 7632 7634 7535 0 -1 4194304 3080 0 0 0 2550 10 0 0 25 0 1 0 199903988 13385728 2966 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7634/statm: 3268 2966 140 302 0 2963 0
Current children cumulated CPU time (s) 25.6
Current children cumulated vsize (KiB) 13072

[startup+51.221 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7635
/proc/meminfo: memFree=721584/2055920 swapFree=4183892/4192956
[pid=7634] ppid=7632 vsize=17744 CPUtime=51.2
/proc/7634/stat : 7634 (Spear-32) R 7632 7634 7535 0 -1 4194304 4262 0 0 0 5106 14 0 0 25 0 1 0 199903988 18169856 4148 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7634/statm: 4436 4148 140 302 0 4131 0
Current children cumulated CPU time (s) 51.2
Current children cumulated vsize (KiB) 17744

[startup+102.43 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7635
/proc/meminfo: memFree=715120/2055920 swapFree=4183892/4192956
[pid=7634] ppid=7632 vsize=24932 CPUtime=102.39
/proc/7634/stat : 7634 (Spear-32) R 7632 7634 7535 0 -1 4194304 6013 0 0 0 10218 21 0 0 25 0 1 0 199903988 25530368 5770 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7634/statm: 6233 5770 140 302 0 5928 0
Current children cumulated CPU time (s) 102.39
Current children cumulated vsize (KiB) 24932

[startup+162.454 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7635
/proc/meminfo: memFree=709104/2055920 swapFree=4183892/4192956
[pid=7634] ppid=7632 vsize=30940 CPUtime=162.4
/proc/7634/stat : 7634 (Spear-32) R 7632 7634 7535 0 -1 4194304 7490 0 0 0 16211 29 0 0 25 0 1 0 199903988 31682560 7247 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7634/statm: 7735 7247 140 302 0 7430 0
Current children cumulated CPU time (s) 162.4
Current children cumulated vsize (KiB) 30940

[startup+222.474 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7635
/proc/meminfo: memFree=704176/2055920 swapFree=4183892/4192956
[pid=7634] ppid=7632 vsize=35812 CPUtime=222.4
/proc/7634/stat : 7634 (Spear-32) R 7632 7634 7535 0 -1 4194304 8720 0 0 0 22203 37 0 0 25 0 1 0 199903988 36671488 8477 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/7634/statm: 8953 8477 140 302 0 8648 0
Current children cumulated CPU time (s) 222.4
Current children cumulated vsize (KiB) 35812

[startup+282.494 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7635
/proc/meminfo: memFree=699696/2055920 swapFree=4183892/4192956
[pid=7634] ppid=7632 vsize=41380 CPUtime=282.41
/proc/7634/stat : 7634 (Spear-32) R 7632 7634 7535 0 -1 4194304 10083 0 0 0 28198 43 0 0 25 0 1 0 199903988 42373120 9583 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7634/statm: 10345 9583 140 302 0 10040 0
Current children cumulated CPU time (s) 282.41
Current children cumulated vsize (KiB) 41380

[startup+342.518 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7635
/proc/meminfo: memFree=695152/2055920 swapFree=4183892/4192956
[pid=7634] ppid=7632 vsize=46520 CPUtime=342.42
/proc/7634/stat : 7634 (Spear-32) R 7632 7634 7535 0 -1 4194304 11206 0 0 0 34193 49 0 0 25 0 1 0 199903988 47636480 10706 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/7634/statm: 11630 10706 140 302 0 11325 0
Current children cumulated CPU time (s) 342.42
Current children cumulated vsize (KiB) 46520

[startup+402.547 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7635
/proc/meminfo: memFree=691504/2055920 swapFree=4183892/4192956
[pid=7634] ppid=7632 vsize=49972 CPUtime=402.43
/proc/7634/stat : 7634 (Spear-32) R 7632 7634 7535 0 -1 4194304 12101 0 0 0 40189 54 0 0 25 0 1 0 199903988 51171328 11601 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7634/statm: 12493 11601 140 302 0 12188 0
Current children cumulated CPU time (s) 402.43
Current children cumulated vsize (KiB) 49972

[startup+462.565 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7635
/proc/meminfo: memFree=688240/2055920 swapFree=4183892/4192956
[pid=7634] ppid=7632 vsize=53352 CPUtime=462.43
/proc/7634/stat : 7634 (Spear-32) R 7632 7634 7535 0 -1 4194304 12914 0 0 0 46184 59 0 0 25 0 1 0 199903988 54632448 12414 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/7634/statm: 13338 12414 140 302 0 13033 0
Current children cumulated CPU time (s) 462.43
Current children cumulated vsize (KiB) 53352

[startup+522.584 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7635
/proc/meminfo: memFree=685360/2055920 swapFree=4183892/4192956
[pid=7634] ppid=7632 vsize=56356 CPUtime=522.44
/proc/7634/stat : 7634 (Spear-32) R 7632 7634 7535 0 -1 4194304 13649 0 0 0 52180 64 0 0 25 0 1 0 199903988 57708544 13149 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7634/statm: 14089 13149 140 302 0 13784 0
Current children cumulated CPU time (s) 522.44
Current children cumulated vsize (KiB) 56356

[startup+582.611 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7635
/proc/meminfo: memFree=682672/2055920 swapFree=4183892/4192956
[pid=7634] ppid=7632 vsize=59116 CPUtime=582.44
/proc/7634/stat : 7634 (Spear-32) R 7632 7634 7535 0 -1 4194304 14331 0 0 0 58176 68 0 0 25 0 1 0 199903988 60534784 13831 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7634/statm: 14779 13831 140 302 0 14474 0
Current children cumulated CPU time (s) 582.44
Current children cumulated vsize (KiB) 59116

[startup+642.657 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 7749
/proc/meminfo: memFree=678584/2055920 swapFree=4183892/4192956
[pid=7634] ppid=7632 vsize=62288 CPUtime=642.41
/proc/7634/stat : 7634 (Spear-32) R 7632 7634 7535 0 -1 4194304 15072 0 0 0 64168 73 0 0 25 0 1 0 199903988 63782912 14572 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7634/statm: 15572 14572 140 302 0 15267 0
Current children cumulated CPU time (s) 642.41
Current children cumulated vsize (KiB) 62288

[startup+702.706 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7833
/proc/meminfo: memFree=676400/2055920 swapFree=4183892/4192956
[pid=7634] ppid=7632 vsize=65648 CPUtime=702.39
/proc/7634/stat : 7634 (Spear-32) R 7632 7634 7535 0 -1 4194304 15842 0 0 0 70161 78 0 0 25 0 1 0 199903988 67223552 15342 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/7634/statm: 16412 15342 140 302 0 16107 0
Current children cumulated CPU time (s) 702.39
Current children cumulated vsize (KiB) 65648

[startup+762.73 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7833
/proc/meminfo: memFree=674160/2055920 swapFree=4183892/4192956
[pid=7634] ppid=7632 vsize=68148 CPUtime=762.39
/proc/7634/stat : 7634 (Spear-32) R 7632 7634 7535 0 -1 4194304 16426 0 0 0 76158 81 0 0 25 0 1 0 199903988 69783552 15926 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7634/statm: 17037 15926 140 302 0 16732 0
Current children cumulated CPU time (s) 762.39
Current children cumulated vsize (KiB) 68148

[startup+822.75 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7833
/proc/meminfo: memFree=671792/2055920 swapFree=4183892/4192956
[pid=7634] ppid=7632 vsize=70724 CPUtime=822.39
/proc/7634/stat : 7634 (Spear-32) R 7632 7634 7535 0 -1 4194304 17043 0 0 0 82154 85 0 0 25 0 1 0 199903988 72421376 16543 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7634/statm: 17681 16543 140 302 0 17376 0
Current children cumulated CPU time (s) 822.39
Current children cumulated vsize (KiB) 70724

[startup+882.769 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7833
/proc/meminfo: memFree=669488/2055920 swapFree=4183892/4192956
[pid=7634] ppid=7632 vsize=72788 CPUtime=882.4
/proc/7634/stat : 7634 (Spear-32) R 7632 7634 7535 0 -1 4194304 17613 0 0 0 88151 89 0 0 25 0 1 0 199903988 74534912 17113 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526803 0 0 4096 0 0 0 0 17 1 0 0
/proc/7634/statm: 18197 17113 140 302 0 17892 0
Current children cumulated CPU time (s) 882.4
Current children cumulated vsize (KiB) 72788

[startup+942.791 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7833
/proc/meminfo: memFree=667440/2055920 swapFree=4183892/4192956
[pid=7634] ppid=7632 vsize=75008 CPUtime=942.4
/proc/7634/stat : 7634 (Spear-32) R 7632 7634 7535 0 -1 4194304 18147 0 0 0 94147 93 0 0 25 0 1 0 199903988 76808192 17647 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527017 0 0 4096 0 0 0 0 17 1 0 0
/proc/7634/statm: 18752 17647 140 302 0 18447 0
Current children cumulated CPU time (s) 942.4
Current children cumulated vsize (KiB) 75008

[startup+1002.81 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7833
/proc/meminfo: memFree=665392/2055920 swapFree=4183892/4192956
[pid=7634] ppid=7632 vsize=79412 CPUtime=1002.42
/proc/7634/stat : 7634 (Spear-32) R 7632 7634 7535 0 -1 4194304 19171 0 0 0 100145 97 0 0 25 0 1 0 199903988 81317888 18158 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/7634/statm: 19853 18158 140 302 0 19548 0
Current children cumulated CPU time (s) 1002.42
Current children cumulated vsize (KiB) 79412

[startup+1062.84 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7833
/proc/meminfo: memFree=663472/2055920 swapFree=4183892/4192956
[pid=7634] ppid=7632 vsize=81216 CPUtime=1062.42
/proc/7634/stat : 7634 (Spear-32) R 7632 7634 7535 0 -1 4194304 19650 0 0 0 106143 99 0 0 25 0 1 0 199903988 83165184 18637 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527154 0 0 4096 0 0 0 0 17 1 0 0
/proc/7634/statm: 20304 18637 140 302 0 19999 0
Current children cumulated CPU time (s) 1062.42
Current children cumulated vsize (KiB) 81216

[startup+1122.86 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7833
/proc/meminfo: memFree=661680/2055920 swapFree=4183892/4192956
[pid=7634] ppid=7632 vsize=83240 CPUtime=1122.42
/proc/7634/stat : 7634 (Spear-32) R 7632 7634 7535 0 -1 4194304 20116 0 0 0 112139 103 0 0 25 0 1 0 199903988 85237760 19103 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/7634/statm: 20810 19103 140 302 0 20505 0
Current children cumulated CPU time (s) 1122.42
Current children cumulated vsize (KiB) 83240

[startup+1182.88 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7833
/proc/meminfo: memFree=659952/2055920 swapFree=4183892/4192956
[pid=7634] ppid=7632 vsize=84780 CPUtime=1182.43
/proc/7634/stat : 7634 (Spear-32) R 7632 7634 7535 0 -1 4194304 20533 0 0 0 118136 107 0 0 25 0 1 0 199903988 86814720 19520 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526790 0 0 4096 0 0 0 0 17 1 0 0
/proc/7634/statm: 21195 19520 140 302 0 20890 0
Current children cumulated CPU time (s) 1182.43
Current children cumulated vsize (KiB) 84780



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7833
/proc/meminfo: memFree=659440/2055920 swapFree=4183892/4192956
[pid=7634] ppid=7632 vsize=85440 CPUtime=1200.05
/proc/7634/stat : 7634 (Spear-32) R 7632 7634 7535 0 -1 4194304 20657 0 0 0 119897 108 0 0 25 0 1 0 199903988 87490560 19644 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527098 0 0 4096 0 0 0 0 17 1 0 0
/proc/7634/statm: 21360 19644 140 302 0 21055 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 85440

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

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

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 7833
/proc/meminfo: memFree=659440/2055920 swapFree=4183892/4192956
[pid=7634] ppid=7632 vsize=85440 CPUtime=1200.05
/proc/7634/stat : 7634 (Spear-32) R 7632 7634 7535 0 -1 4194304 20657 0 0 0 119897 108 0 0 25 0 1 0 199903988 87490560 19644 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527098 0 0 4096 0 0 0 0 17 1 0 0
/proc/7634/statm: 21360 19644 140 302 0 21055 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 85440

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.52
CPU time (s): 1200.07
CPU user time (s): 1198.98
CPU system time (s): 1.09883
CPU usage (%): 99.963
Max. virtual memory (cumulated for all children) (KiB): 85440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.98
system time used= 1.09883
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20657
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= 5
involuntary context switches= 1336

runsolver used 0.874867 second user time and 2.43463 second system time

The end

Launcher Data (download as text)

Begin job on node68 on Sun Feb 18 11:51:04 UTC 2007

IDJOB= 295062
IDBENCH= 19903
IDSOLVER= 131
FILE ID= node68/295062-1171799464

PBS_JOBID= 3839599

Free space on /tmp= 66563 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/7SAT/v65/unif-k7-r89-v65-c5785-S14782837-06.UNSAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/295062-1171799464/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/295062-1171799464/instance-295062-1171799464.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node68/watcher-295062-1171799464 -o ROOT/results/node68/solver-295062-1171799464 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/295062-1171799464/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/295062-1171799464/instance-295062-1171799464.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  58863a1e548bdf8fa51771b9fa1e1d5f

RANDOM SEED= 962680815

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node68.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:        738256 kB
Buffers:         48200 kB
Cached:        1147756 kB
SwapCached:       3088 kB
Active:         810624 kB
Inactive:       394824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        738256 kB
SwapTotal:     4192956 kB
SwapFree:      4183892 kB
Dirty:            1692 kB
Writeback:           0 kB
Mapped:          15300 kB
Slab:            98320 kB
Committed_AS:   591272 kB
PageTables:       1380 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 node68 on Sun Feb 18 12:11:06 UTC 2007