Trace number 314767

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.11 1200.53

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-01.cnf
MD5SUMd2f77e32530988f77dca5112174eee00
Bench CategoryINDUST (industrial 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 variables7502
Number of clauses28770
Sum of the clauses size76290
Maximum clause length847
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 215814
Number of clauses of size 311119
Number of clauses of size 4733
Number of clauses of size 5172
Number of clauses of size over 5931

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/314767-1172641914/instance-314767-1172641914.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/node67/watcher-314767-1172641914 -o ROOT/results/node67/solver-314767-1172641914 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/314767-1172641914/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/314767-1172641914/instance-314767-1172641914.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 2207
/proc/meminfo: memFree=1089704/2055920 swapFree=4178840/4192956
[pid=2207] ppid=2205 vsize=1932 CPUtime=0
/proc/2207/stat : 2207 (Spear-32) R 2205 2207 1249 0 -1 4194304 260 0 0 0 0 0 0 0 18 0 1 0 284149018 1978368 245 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134518183 0 0 4096 0 0 0 0 17 1 0 0
/proc/2207/statm: 483 246 126 302 0 178 0

[startup+0.0886889 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 2207
/proc/meminfo: memFree=1089704/2055920 swapFree=4178840/4192956
[pid=2207] ppid=2205 vsize=3640 CPUtime=0.08
/proc/2207/stat : 2207 (Spear-32) R 2205 2207 1249 0 -1 4194304 734 0 0 0 8 0 0 0 18 0 1 0 284149018 3727360 693 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2207/statm: 910 693 140 302 0 605 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 3640

[startup+0.10169 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 2207
/proc/meminfo: memFree=1089704/2055920 swapFree=4178840/4192956
[pid=2207] ppid=2205 vsize=3640 CPUtime=0.09
/proc/2207/stat : 2207 (Spear-32) R 2205 2207 1249 0 -1 4194304 739 0 0 0 9 0 0 0 18 0 1 0 284149018 3727360 698 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2207/statm: 910 698 140 302 0 605 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3640

[startup+0.30171 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 2207
/proc/meminfo: memFree=1089704/2055920 swapFree=4178840/4192956
[pid=2207] ppid=2205 vsize=3768 CPUtime=0.29
/proc/2207/stat : 2207 (Spear-32) R 2205 2207 1249 0 -1 4194304 791 0 0 0 29 0 0 0 19 0 1 0 284149018 3858432 750 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2207/statm: 942 750 140 302 0 637 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3768

[startup+0.701752 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 2207
/proc/meminfo: memFree=1089704/2055920 swapFree=4178840/4192956
[pid=2207] ppid=2205 vsize=4152 CPUtime=0.69
/proc/2207/stat : 2207 (Spear-32) R 2205 2207 1249 0 -1 4194304 873 0 0 0 68 1 0 0 22 0 1 0 284149018 4251648 832 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2207/statm: 1038 832 140 302 0 733 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4152

[startup+1.50184 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 2208
/proc/meminfo: memFree=1086624/2055920 swapFree=4178840/4192956
[pid=2207] ppid=2205 vsize=4756 CPUtime=1.49
/proc/2207/stat : 2207 (Spear-32) R 2205 2207 1249 0 -1 4194304 1029 0 0 0 148 1 0 0 25 0 1 0 284149018 4870144 988 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2207/statm: 1189 988 140 302 0 884 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4756

[startup+3.102 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 2208
/proc/meminfo: memFree=1085600/2055920 swapFree=4178840/4192956
[pid=2207] ppid=2205 vsize=6068 CPUtime=3.09
/proc/2207/stat : 2207 (Spear-32) R 2205 2207 1249 0 -1 4194304 1364 0 0 0 307 2 0 0 25 0 1 0 284149018 6213632 1323 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2207/statm: 1517 1323 140 302 0 1212 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6068

[startup+6.30234 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 2208
/proc/meminfo: memFree=1083104/2055920 swapFree=4178840/4192956
[pid=2207] ppid=2205 vsize=8384 CPUtime=6.29
/proc/2207/stat : 2207 (Spear-32) R 2205 2207 1249 0 -1 4194304 1928 0 0 0 625 4 0 0 25 0 1 0 284149018 8585216 1887 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2207/statm: 2096 1887 140 302 0 1791 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8384

[startup+12.702 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 2208
/proc/meminfo: memFree=1079584/2055920 swapFree=4178840/4192956
[pid=2207] ppid=2205 vsize=11436 CPUtime=12.69
/proc/2207/stat : 2207 (Spear-32) R 2205 2207 1249 0 -1 4194304 2696 0 0 0 1264 5 0 0 25 0 1 0 284149018 11710464 2655 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2207/statm: 2859 2655 140 302 0 2554 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 11436

[startup+25.5013 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 2208
/proc/meminfo: memFree=1074400/2055920 swapFree=4178840/4192956
[pid=2207] ppid=2205 vsize=16576 CPUtime=25.48
/proc/2207/stat : 2207 (Spear-32) R 2205 2207 1249 0 -1 4194304 4012 0 0 0 2539 9 0 0 25 0 1 0 284149018 16973824 3938 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527266 0 0 4096 0 0 0 0 17 1 0 0
/proc/2207/statm: 4144 3938 140 302 0 3839 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 16576

[startup+51.101 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 2208
/proc/meminfo: memFree=1066720/2055920 swapFree=4178840/4192956
[pid=2207] ppid=2205 vsize=24544 CPUtime=51.08
/proc/2207/stat : 2207 (Spear-32) R 2205 2207 1249 0 -1 4194304 6003 0 0 0 5094 14 0 0 25 0 1 0 284149018 25133056 5864 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2207/statm: 6136 5864 140 302 0 5831 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 24544

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 2208
/proc/meminfo: memFree=1053920/2055920 swapFree=4178840/4192956
[pid=2207] ppid=2205 vsize=36916 CPUtime=102.27
/proc/2207/stat : 2207 (Spear-32) R 2205 2207 1249 0 -1 4194304 9137 0 0 0 10203 24 0 0 25 0 1 0 284149018 37801984 8998 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2207/statm: 9229 8998 140 302 0 8924 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 36916

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 2208
/proc/meminfo: memFree=1041248/2055920 swapFree=4178840/4192956
[pid=2207] ppid=2205 vsize=50164 CPUtime=162.25
/proc/2207/stat : 2207 (Spear-32) R 2205 2207 1249 0 -1 4194304 12456 0 0 0 16191 34 0 0 25 0 1 0 284149018 51367936 12188 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2207/statm: 12541 12188 140 302 0 12236 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 50164

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 2208
/proc/meminfo: memFree=1031392/2055920 swapFree=4178840/4192956
[pid=2207] ppid=2205 vsize=60136 CPUtime=222.23
/proc/2207/stat : 2207 (Spear-32) R 2205 2207 1249 0 -1 4194304 14888 0 0 0 22182 41 0 0 25 0 1 0 284149018 61579264 14620 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526784 0 0 4096 0 0 0 0 17 1 0 0
/proc/2207/statm: 15034 14620 140 302 0 14729 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 60136

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 2208
/proc/meminfo: memFree=1023520/2055920 swapFree=4178840/4192956
[pid=2207] ppid=2205 vsize=68060 CPUtime=282.22
/proc/2207/stat : 2207 (Spear-32) R 2205 2207 1249 0 -1 4194304 16869 0 0 0 28172 50 0 0 25 0 1 0 284149018 69693440 16601 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2207/statm: 17015 16601 140 302 0 16710 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 68060

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 2208
/proc/meminfo: memFree=1015072/2055920 swapFree=4178840/4192956
[pid=2207] ppid=2205 vsize=76360 CPUtime=342.2
/proc/2207/stat : 2207 (Spear-32) R 2205 2207 1249 0 -1 4194304 18970 0 0 0 34161 59 0 0 25 0 1 0 284149018 78192640 18702 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527200 0 0 4096 0 0 0 0 17 1 0 0
/proc/2207/statm: 19090 18702 140 302 0 18785 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 76360

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 2208
/proc/meminfo: memFree=1007264/2055920 swapFree=4178840/4192956
[pid=2207] ppid=2205 vsize=85272 CPUtime=402.19
/proc/2207/stat : 2207 (Spear-32) R 2205 2207 1249 0 -1 4194304 21184 0 0 0 40154 65 0 0 25 0 1 0 284149018 87318528 20659 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2207/statm: 21318 20659 140 302 0 21013 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 85272

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 2208
/proc/meminfo: memFree=1000032/2055920 swapFree=4178840/4192956
[pid=2207] ppid=2205 vsize=92424 CPUtime=462.17
/proc/2207/stat : 2207 (Spear-32) R 2205 2207 1249 0 -1 4194304 22969 0 0 0 46146 71 0 0 25 0 1 0 284149018 94642176 22444 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2207/statm: 23106 22444 140 302 0 22801 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 92424

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 2208
/proc/meminfo: memFree=993568/2055920 swapFree=4178840/4192956
[pid=2207] ppid=2205 vsize=98984 CPUtime=522.16
/proc/2207/stat : 2207 (Spear-32) R 2205 2207 1249 0 -1 4194304 24629 0 0 0 52139 77 0 0 25 0 1 0 284149018 101359616 24104 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/2207/statm: 24746 24104 140 302 0 24441 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 98984

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/71 2314
/proc/meminfo: memFree=986792/2055920 swapFree=4178840/4192956
[pid=2207] ppid=2205 vsize=104360 CPUtime=582.08
/proc/2207/stat : 2207 (Spear-32) R 2205 2207 1249 0 -1 4194304 25955 0 0 0 58126 82 0 0 25 0 1 0 284149018 106864640 25430 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527168 0 0 4096 0 0 0 0 17 1 0 0
/proc/2207/statm: 26090 25430 140 302 0 25785 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 104360

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/71 2386
/proc/meminfo: memFree=980968/2055920 swapFree=4178840/4192956
[pid=2207] ppid=2205 vsize=109920 CPUtime=642.03
/proc/2207/stat : 2207 (Spear-32) R 2205 2207 1249 0 -1 4194304 27392 0 0 0 64115 88 0 0 25 0 1 0 284149018 112558080 26867 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2207/statm: 27480 26867 140 302 0 27175 0
Current children cumulated CPU time (s) 642.03
Current children cumulated vsize (KiB) 109920

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 2406
/proc/meminfo: memFree=976864/2055920 swapFree=4178840/4192956
[pid=2207] ppid=2205 vsize=115116 CPUtime=701.99
/proc/2207/stat : 2207 (Spear-32) R 2205 2207 1249 0 -1 4194304 28689 0 0 0 70106 93 0 0 25 0 1 0 284149018 117878784 28164 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2207/statm: 28779 28164 140 302 0 28474 0
Current children cumulated CPU time (s) 701.99
Current children cumulated vsize (KiB) 115116

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 2406
/proc/meminfo: memFree=971680/2055920 swapFree=4178840/4192956
[pid=2207] ppid=2205 vsize=120260 CPUtime=761.98
/proc/2207/stat : 2207 (Spear-32) R 2205 2207 1249 0 -1 4194304 29972 0 0 0 76099 99 0 0 25 0 1 0 284149018 123146240 29447 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2207/statm: 30065 29447 140 302 0 29760 0
Current children cumulated CPU time (s) 761.98
Current children cumulated vsize (KiB) 120260

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 2406
/proc/meminfo: memFree=966944/2055920 swapFree=4178840/4192956
[pid=2207] ppid=2205 vsize=124956 CPUtime=821.97
/proc/2207/stat : 2207 (Spear-32) R 2205 2207 1249 0 -1 4194304 31163 0 0 0 82092 105 0 0 25 0 1 0 284149018 127954944 30638 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/2207/statm: 31239 30638 140 302 0 30934 0
Current children cumulated CPU time (s) 821.97
Current children cumulated vsize (KiB) 124956

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 2406
/proc/meminfo: memFree=962208/2055920 swapFree=4178840/4192956
[pid=2207] ppid=2205 vsize=129848 CPUtime=881.95
/proc/2207/stat : 2207 (Spear-32) R 2205 2207 1249 0 -1 4194304 32357 0 0 0 88085 110 0 0 25 0 1 0 284149018 132964352 31832 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2207/statm: 32462 31832 140 302 0 32157 0
Current children cumulated CPU time (s) 881.95
Current children cumulated vsize (KiB) 129848

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 2406
/proc/meminfo: memFree=957856/2055920 swapFree=4178840/4192956
[pid=2207] ppid=2205 vsize=134364 CPUtime=941.94
/proc/2207/stat : 2207 (Spear-32) R 2205 2207 1249 0 -1 4194304 33436 0 0 0 94079 115 0 0 25 0 1 0 284149018 137588736 32911 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/2207/statm: 33591 32911 140 302 0 33286 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 134364

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 2406
/proc/meminfo: memFree=952480/2055920 swapFree=4178840/4192956
[pid=2207] ppid=2205 vsize=139788 CPUtime=1001.91
/proc/2207/stat : 2207 (Spear-32) R 2205 2207 1249 0 -1 4194304 34782 0 0 0 100072 119 0 0 25 0 1 0 284149018 143142912 34257 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2207/statm: 34947 34257 140 302 0 34642 0
Current children cumulated CPU time (s) 1001.91
Current children cumulated vsize (KiB) 139788

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 2406
/proc/meminfo: memFree=947232/2055920 swapFree=4178840/4192956
[pid=2207] ppid=2205 vsize=145016 CPUtime=1061.9
/proc/2207/stat : 2207 (Spear-32) R 2205 2207 1249 0 -1 4194304 36103 0 0 0 106066 124 0 0 25 0 1 0 284149018 148496384 35578 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/2207/statm: 36254 35578 140 302 0 35949 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 145016

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 2406
/proc/meminfo: memFree=941280/2055920 swapFree=4178840/4192956
[pid=2207] ppid=2205 vsize=150792 CPUtime=1121.88
/proc/2207/stat : 2207 (Spear-32) R 2205 2207 1249 0 -1 4194304 37577 0 0 0 112059 129 0 0 25 0 1 0 284149018 154411008 37052 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/2207/statm: 37698 37052 140 302 0 37393 0
Current children cumulated CPU time (s) 1121.88
Current children cumulated vsize (KiB) 150792

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 2406
/proc/meminfo: memFree=936928/2055920 swapFree=4178840/4192956
[pid=2207] ppid=2205 vsize=155304 CPUtime=1181.87
/proc/2207/stat : 2207 (Spear-32) R 2205 2207 1249 0 -1 4194304 38674 0 0 0 118055 132 0 0 25 0 1 0 284149018 159031296 38149 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/2207/statm: 38826 38149 140 302 0 38521 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 155304



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 2406
/proc/meminfo: memFree=935840/2055920 swapFree=4178840/4192956
[pid=2207] ppid=2205 vsize=156316 CPUtime=1200.07
/proc/2207/stat : 2207 (Spear-32) R 2205 2207 1249 0 -1 4194304 38929 0 0 0 119874 133 0 0 25 0 1 0 284149018 160067584 38404 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2207/statm: 39079 38404 140 302 0 38774 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 156316

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.97 0.98 2/65 2406
/proc/meminfo: memFree=935840/2055920 swapFree=4178840/4192956
[pid=2207] ppid=2205 vsize=156316 CPUtime=1200.07
/proc/2207/stat : 2207 (Spear-32) R 2205 2207 1249 0 -1 4194304 38929 0 0 0 119874 133 0 0 25 0 1 0 284149018 160067584 38404 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2207/statm: 39079 38404 140 302 0 38774 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 156316

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.53
CPU time (s): 1200.11
CPU user time (s): 1198.75
CPU system time (s): 1.35979
CPU usage (%): 99.9647
Max. virtual memory (cumulated for all children) (KiB): 156316

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

runsolver used 0.874867 second user time and 2.51062 second system time

The end

Launcher Data (download as text)

Begin job on node67 on Wed Feb 28 05:51:54 UTC 2007

IDJOB= 314767
IDBENCH= 20399
IDSOLVER= 132
FILE ID= node67/314767-1172641914

PBS_JOBID= 3981158

Free space on /tmp= 66534 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/industrial/fuhs/hard/AProVE07-01.cnf
COMMAND LINE= /tmp/evaluation/314767-1172641914/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/314767-1172641914/instance-314767-1172641914.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node67/watcher-314767-1172641914 -o ROOT/results/node67/solver-314767-1172641914 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/314767-1172641914/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/314767-1172641914/instance-314767-1172641914.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  d2f77e32530988f77dca5112174eee00

RANDOM SEED= 696652033

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node67.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.236
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.236
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:       1090112 kB
Buffers:         27004 kB
Cached:         810216 kB
SwapCached:       8292 kB
Active:         307408 kB
Inactive:       616212 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1090112 kB
SwapTotal:     4192956 kB
SwapFree:      4178840 kB
Dirty:            1988 kB
Writeback:           0 kB
Mapped:          86868 kB
Slab:            27920 kB
Committed_AS:   870716 kB
PageTables:       1624 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= 66534 MiB

End job on node67 on Wed Feb 28 06:11:57 UTC 2007