Trace number 295185

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.09 1200.49

General information on the benchmark

Namerandom/OnTreshold/7SAT/v65/
unif-k7-r89-v65-c5785-S1142219800-20.UNSAT.shuffled.cnf
MD5SUMd1ba06d6a0dc1ac49e6129f3be220436
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/295185-1171801621/instance-295185-1171801621.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/node12/watcher-295185-1171801621 -o ROOT/results/node12/solver-295185-1171801621 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/295185-1171801621/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/295185-1171801621/instance-295185-1171801621.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.02 1.00 1.00 3/77 18036
/proc/meminfo: memFree=313072/2055920 swapFree=4154904/4192956
[pid=18036] ppid=18034 vsize=1396 CPUtime=0
/proc/18036/stat : 18036 (Spear-32) R 18034 18036 17423 0 -1 4194304 180 0 0 0 0 0 0 0 18 0 1 0 200116540 1429504 164 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/18036/statm: 349 164 128 302 0 44 0

[startup+0.106572 s]
/proc/loadavg: 1.02 1.00 1.00 3/77 18036
/proc/meminfo: memFree=313072/2055920 swapFree=4154904/4192956
[pid=18036] ppid=18034 vsize=2052 CPUtime=0.1
/proc/18036/stat : 18036 (Spear-32) R 18034 18036 17423 0 -1 4194304 337 0 0 0 10 0 0 0 18 0 1 0 200116540 2101248 321 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18036/statm: 513 321 140 302 0 208 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2052

[startup+0.514645 s]
/proc/loadavg: 1.02 1.00 1.00 3/77 18036
/proc/meminfo: memFree=313072/2055920 swapFree=4154904/4192956
[pid=18036] ppid=18034 vsize=2844 CPUtime=0.5
/proc/18036/stat : 18036 (Spear-32) R 18034 18036 17423 0 -1 4194304 528 0 0 0 50 0 0 0 22 0 1 0 200116540 2912256 512 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18036/statm: 711 512 140 302 0 406 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2844

[startup+1.33479 s]
/proc/loadavg: 1.02 1.00 1.00 2/78 18037
/proc/meminfo: memFree=310760/2055920 swapFree=4154904/4192956
[pid=18036] ppid=18034 vsize=3748 CPUtime=1.33
/proc/18036/stat : 18036 (Spear-32) R 18034 18036 17423 0 -1 4194304 766 0 0 0 132 1 0 0 25 0 1 0 200116540 3837952 750 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18036/statm: 937 750 140 302 0 632 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 3748

[startup+2.97109 s]
/proc/loadavg: 1.02 1.00 1.00 2/78 18037
/proc/meminfo: memFree=309672/2055920 swapFree=4154904/4192956
[pid=18036] ppid=18034 vsize=5068 CPUtime=2.96
/proc/18036/stat : 18036 (Spear-32) R 18034 18036 17423 0 -1 4194304 1079 0 0 0 294 2 0 0 25 0 1 0 200116540 5189632 1063 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18036/statm: 1267 1063 140 302 0 962 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 5068

[startup+6.25168 s]
/proc/loadavg: 1.02 1.00 1.00 2/78 18037
/proc/meminfo: memFree=307624/2055920 swapFree=4154904/4192956
[pid=18036] ppid=18034 vsize=6900 CPUtime=6.24
/proc/18036/stat : 18036 (Spear-32) R 18034 18036 17423 0 -1 4194304 1546 0 0 0 620 4 0 0 25 0 1 0 200116540 7065600 1497 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18036/statm: 1725 1497 140 302 0 1420 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 6900

[startup+12.7058 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 18037
/proc/meminfo: memFree=305064/2055920 swapFree=4154904/4192956
[pid=18036] ppid=18034 vsize=9240 CPUtime=12.69
/proc/18036/stat : 18036 (Spear-32) R 18034 18036 17423 0 -1 4194304 2139 0 0 0 1263 6 0 0 25 0 1 0 200116540 9461760 2090 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18036/statm: 2310 2090 140 302 0 2005 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 9240

[startup+25.5121 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 18037
/proc/meminfo: memFree=301616/2055920 swapFree=4154904/4192956
[pid=18036] ppid=18034 vsize=12848 CPUtime=25.49
/proc/18036/stat : 18036 (Spear-32) R 18034 18036 17423 0 -1 4194304 3063 0 0 0 2540 9 0 0 25 0 1 0 200116540 13156352 2949 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/18036/statm: 3212 2949 140 302 0 2907 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 12848

[startup+51.1238 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 18037
/proc/meminfo: memFree=296816/2055920 swapFree=4154904/4192956
[pid=18036] ppid=18034 vsize=17788 CPUtime=51.09
/proc/18036/stat : 18036 (Spear-32) R 18034 18036 17423 0 -1 4194304 4261 0 0 0 5094 15 0 0 25 0 1 0 200116540 18214912 4147 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18036/statm: 4447 4147 140 302 0 4142 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 17788

[startup+102.346 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18037
/proc/meminfo: memFree=290160/2055920 swapFree=4154904/4192956
[pid=18036] ppid=18034 vsize=25080 CPUtime=102.3
/proc/18036/stat : 18036 (Spear-32) R 18034 18036 17423 0 -1 4194304 6034 0 0 0 10206 24 0 0 25 0 1 0 200116540 25681920 5791 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18036/statm: 6270 5791 140 302 0 5965 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 25080

[startup+162.384 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18037
/proc/meminfo: memFree=284272/2055920 swapFree=4154904/4192956
[pid=18036] ppid=18034 vsize=30916 CPUtime=162.32
/proc/18036/stat : 18036 (Spear-32) R 18034 18036 17423 0 -1 4194304 7494 0 0 0 16200 32 0 0 25 0 1 0 200116540 31657984 7251 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18036/statm: 7729 7251 140 302 0 7424 0
Current children cumulated CPU time (s) 162.32
Current children cumulated vsize (KiB) 30916

[startup+222.417 s]
/proc/loadavg: 1.03 1.01 1.00 2/78 18037
/proc/meminfo: memFree=279472/2055920 swapFree=4154904/4192956
[pid=18036] ppid=18034 vsize=35612 CPUtime=222.33
/proc/18036/stat : 18036 (Spear-32) R 18034 18036 17423 0 -1 4194304 8686 0 0 0 22193 40 0 0 25 0 1 0 200116540 36466688 8443 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/18036/statm: 8903 8443 140 302 0 8598 0
Current children cumulated CPU time (s) 222.33
Current children cumulated vsize (KiB) 35612

[startup+282.451 s]
/proc/loadavg: 1.01 1.01 1.00 2/78 18037
/proc/meminfo: memFree=275184/2055920 swapFree=4154904/4192956
[pid=18036] ppid=18034 vsize=41032 CPUtime=282.35
/proc/18036/stat : 18036 (Spear-32) R 18034 18036 17423 0 -1 4194304 10026 0 0 0 28187 48 0 0 25 0 1 0 200116540 42016768 9526 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527163 0 0 4096 0 0 0 0 17 1 0 0
/proc/18036/statm: 10258 9526 140 302 0 9953 0
Current children cumulated CPU time (s) 282.35
Current children cumulated vsize (KiB) 41032

[startup+342.485 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18037
/proc/meminfo: memFree=270704/2055920 swapFree=4154904/4192956
[pid=18036] ppid=18034 vsize=45960 CPUtime=342.36
/proc/18036/stat : 18036 (Spear-32) R 18034 18036 17423 0 -1 4194304 11133 0 0 0 34183 53 0 0 25 0 1 0 200116540 47063040 10633 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18036/statm: 11490 10633 140 302 0 11185 0
Current children cumulated CPU time (s) 342.36
Current children cumulated vsize (KiB) 45960

[startup+402.522 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18037
/proc/meminfo: memFree=267376/2055920 swapFree=4154904/4192956
[pid=18036] ppid=18034 vsize=49472 CPUtime=402.38
/proc/18036/stat : 18036 (Spear-32) R 18034 18036 17423 0 -1 4194304 11955 0 0 0 40179 59 0 0 25 0 1 0 200116540 50659328 11455 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18036/statm: 12368 11455 140 302 0 12063 0
Current children cumulated CPU time (s) 402.38
Current children cumulated vsize (KiB) 49472

[startup+462.551 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18037
/proc/meminfo: memFree=264304/2055920 swapFree=4154904/4192956
[pid=18036] ppid=18034 vsize=52596 CPUtime=462.38
/proc/18036/stat : 18036 (Spear-32) R 18034 18036 17423 0 -1 4194304 12727 0 0 0 46173 65 0 0 25 0 1 0 200116540 53858304 12227 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18036/statm: 13149 12227 140 302 0 12844 0
Current children cumulated CPU time (s) 462.38
Current children cumulated vsize (KiB) 52596

[startup+522.585 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18037
/proc/meminfo: memFree=261232/2055920 swapFree=4154904/4192956
[pid=18036] ppid=18034 vsize=55620 CPUtime=522.4
/proc/18036/stat : 18036 (Spear-32) R 18034 18036 17423 0 -1 4194304 13490 0 0 0 52170 70 0 0 25 0 1 0 200116540 56954880 12990 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18036/statm: 13905 12990 140 302 0 13600 0
Current children cumulated CPU time (s) 522.4
Current children cumulated vsize (KiB) 55620

[startup+582.62 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18037
/proc/meminfo: memFree=258352/2055920 swapFree=4154904/4192956
[pid=18036] ppid=18034 vsize=58560 CPUtime=582.42
/proc/18036/stat : 18036 (Spear-32) R 18034 18036 17423 0 -1 4194304 14198 0 0 0 58165 77 0 0 25 0 1 0 200116540 59965440 13698 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/18036/statm: 14640 13698 140 302 0 14335 0
Current children cumulated CPU time (s) 582.42
Current children cumulated vsize (KiB) 58560

[startup+642.658 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18037
/proc/meminfo: memFree=255920/2055920 swapFree=4154904/4192956
[pid=18036] ppid=18034 vsize=61108 CPUtime=642.43
/proc/18036/stat : 18036 (Spear-32) R 18034 18036 17423 0 -1 4194304 14816 0 0 0 64162 81 0 0 25 0 1 0 200116540 62574592 14316 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/18036/statm: 15277 14316 140 302 0 14972 0
Current children cumulated CPU time (s) 642.43
Current children cumulated vsize (KiB) 61108

[startup+702.69 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18037
/proc/meminfo: memFree=252464/2055920 swapFree=4154904/4192956
[pid=18036] ppid=18034 vsize=64744 CPUtime=702.45
/proc/18036/stat : 18036 (Spear-32) R 18034 18036 17423 0 -1 4194304 15680 0 0 0 70159 86 0 0 25 0 1 0 200116540 66297856 15180 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18036/statm: 16186 15180 140 302 0 15881 0
Current children cumulated CPU time (s) 702.45
Current children cumulated vsize (KiB) 64744

[startup+762.723 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18039
/proc/meminfo: memFree=250096/2055920 swapFree=4154904/4192956
[pid=18036] ppid=18034 vsize=67644 CPUtime=762.45
/proc/18036/stat : 18036 (Spear-32) R 18034 18036 17423 0 -1 4194304 16251 0 0 0 76155 90 0 0 25 0 1 0 200116540 69267456 15751 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18036/statm: 16911 15751 140 302 0 16606 0
Current children cumulated CPU time (s) 762.45
Current children cumulated vsize (KiB) 67644

[startup+822.757 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18039
/proc/meminfo: memFree=247792/2055920 swapFree=4154904/4192956
[pid=18036] ppid=18034 vsize=69848 CPUtime=822.47
/proc/18036/stat : 18036 (Spear-32) R 18034 18036 17423 0 -1 4194304 16826 0 0 0 82153 94 0 0 25 0 1 0 200116540 71524352 16326 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526710 0 0 4096 0 0 0 0 17 1 0 0
/proc/18036/statm: 17462 16326 140 302 0 17157 0
Current children cumulated CPU time (s) 822.47
Current children cumulated vsize (KiB) 69848

[startup+882.791 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18039
/proc/meminfo: memFree=245616/2055920 swapFree=4154904/4192956
[pid=18036] ppid=18034 vsize=71960 CPUtime=882.49
/proc/18036/stat : 18036 (Spear-32) R 18034 18036 17423 0 -1 4194304 17373 0 0 0 88151 98 0 0 25 0 1 0 200116540 73687040 16873 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/18036/statm: 17990 16873 140 302 0 17685 0
Current children cumulated CPU time (s) 882.49
Current children cumulated vsize (KiB) 71960

[startup+942.824 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18039
/proc/meminfo: memFree=243376/2055920 swapFree=4154904/4192956
[pid=18036] ppid=18034 vsize=74200 CPUtime=942.5
/proc/18036/stat : 18036 (Spear-32) R 18034 18036 17423 0 -1 4194304 17915 0 0 0 94147 103 0 0 25 0 1 0 200116540 75980800 17415 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/18036/statm: 18550 17415 140 302 0 18245 0
Current children cumulated CPU time (s) 942.5
Current children cumulated vsize (KiB) 74200

[startup+1002.86 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18039
/proc/meminfo: memFree=241456/2055920 swapFree=4154904/4192956
[pid=18036] ppid=18034 vsize=78348 CPUtime=1002.51
/proc/18036/stat : 18036 (Spear-32) R 18034 18036 17423 0 -1 4194304 18955 0 0 0 100144 107 0 0 25 0 1 0 200116540 80228352 17942 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526886 0 0 4096 0 0 0 0 17 1 0 0
/proc/18036/statm: 19587 17942 140 302 0 19282 0
Current children cumulated CPU time (s) 1002.51
Current children cumulated vsize (KiB) 78348

[startup+1062.89 s]
/proc/loadavg: 1.06 1.01 1.00 2/78 18039
/proc/meminfo: memFree=239472/2055920 swapFree=4154904/4192956
[pid=18036] ppid=18034 vsize=80408 CPUtime=1062.53
/proc/18036/stat : 18036 (Spear-32) R 18034 18036 17423 0 -1 4194304 19442 0 0 0 106143 110 0 0 25 0 1 0 200116540 82337792 18429 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/18036/statm: 20102 18429 140 302 0 19797 0
Current children cumulated CPU time (s) 1062.53
Current children cumulated vsize (KiB) 80408

[startup+1122.92 s]
/proc/loadavg: 1.02 1.01 1.00 2/78 18039
/proc/meminfo: memFree=237552/2055920 swapFree=4154904/4192956
[pid=18036] ppid=18034 vsize=82348 CPUtime=1122.54
/proc/18036/stat : 18036 (Spear-32) R 18034 18036 17423 0 -1 4194304 19923 0 0 0 112140 114 0 0 25 0 1 0 200116540 84324352 18910 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18036/statm: 20587 18910 140 302 0 20282 0
Current children cumulated CPU time (s) 1122.54
Current children cumulated vsize (KiB) 82348

[startup+1182.96 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18039
/proc/meminfo: memFree=235312/2055920 swapFree=4154904/4192956
[pid=18036] ppid=18034 vsize=84824 CPUtime=1182.56
/proc/18036/stat : 18036 (Spear-32) R 18034 18036 17423 0 -1 4194304 20478 0 0 0 118138 118 0 0 25 0 1 0 200116540 86859776 19465 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526708 0 0 4096 0 0 0 0 17 1 0 0
/proc/18036/statm: 21206 19465 140 302 0 20901 0
Current children cumulated CPU time (s) 1182.56
Current children cumulated vsize (KiB) 84824



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.48 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18039
/proc/meminfo: memFree=234736/2055920 swapFree=4154904/4192956
[pid=18036] ppid=18034 vsize=85356 CPUtime=1200.07
/proc/18036/stat : 18036 (Spear-32) R 18034 18036 17423 0 -1 4194304 20608 0 0 0 119888 119 0 0 25 0 1 0 200116540 87404544 19595 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/18036/statm: 21339 19595 140 302 0 21034 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 85356

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

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

[startup+1200.48 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 18039
/proc/meminfo: memFree=234736/2055920 swapFree=4154904/4192956
[pid=18036] ppid=18034 vsize=85356 CPUtime=1200.07
/proc/18036/stat : 18036 (Spear-32) R 18034 18036 17423 0 -1 4194304 20608 0 0 0 119888 119 0 0 25 0 1 0 200116540 87404544 19595 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/18036/statm: 21339 19595 140 302 0 21034 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 85356

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.49
CPU time (s): 1200.09
CPU user time (s): 1198.89
CPU system time (s): 1.20382
CPU usage (%): 99.9667
Max. virtual memory (cumulated for all children) (KiB): 85356

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

runsolver used 1.3268 second user time and 2.94455 second system time

The end

Launcher Data (download as text)

Begin job on node12 on Sun Feb 18 12:27:01 UTC 2007

IDJOB= 295185
IDBENCH= 19906
IDSOLVER= 131
FILE ID= node12/295185-1171801621

PBS_JOBID= 3839335

Free space on /tmp= 66552 MiB

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

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  d1ba06d6a0dc1ac49e6129f3be220436

RANDOM SEED= 686681461

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node12.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.285
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.285
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:        313480 kB
Buffers:         48676 kB
Cached:        1597488 kB
SwapCached:      18068 kB
Active:         196072 kB
Inactive:      1476160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        313480 kB
SwapTotal:     4192956 kB
SwapFree:      4154904 kB
Dirty:            1704 kB
Writeback:           0 kB
Mapped:          29780 kB
Slab:            55764 kB
Committed_AS:   945496 kB
PageTables:       1692 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= 66552 MiB

End job on node12 on Sun Feb 18 12:47:03 UTC 2007