Trace number 314887

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.15 1200.45

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-25.cnf
MD5SUM0acd143a4e60b38309663b5993b5ded9
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 variables8920
Number of clauses31884
Sum of the clauses size83706
Maximum clause length229
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 215331
Number of clauses of size 314327
Number of clauses of size 41469
Number of clauses of size 5588
Number of clauses of size over 5168

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/314887-1172644536/instance-314887-1172644536.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/node22/watcher-314887-1172644536 -o ROOT/results/node22/solver-314887-1172644536 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/314887-1172644536/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/314887-1172644536/instance-314887-1172644536.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.92 0.98 1.09 3/77 15087
/proc/meminfo: memFree=1627160/2055920 swapFree=4144436/4192956
[pid=15087] ppid=15085 vsize=1932 CPUtime=0
/proc/15087/stat : 15087 (Spear-32) R 15085 15087 14265 0 -1 4194304 262 0 0 0 0 0 0 0 18 0 1 0 284407489 1978368 247 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 135256559 0 0 4096 0 0 0 0 17 1 0 0
/proc/15087/statm: 483 249 126 302 0 178 0

[startup+0.0806151 s]
/proc/loadavg: 0.92 0.98 1.09 3/77 15087
/proc/meminfo: memFree=1627160/2055920 swapFree=4144436/4192956
[pid=15087] ppid=15085 vsize=4464 CPUtime=0.07
/proc/15087/stat : 15087 (Spear-32) R 15085 15087 14265 0 -1 4194304 967 0 0 0 7 0 0 0 18 0 1 0 284407489 4571136 820 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15087/statm: 1116 820 140 302 0 811 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 4464

[startup+0.101605 s]
/proc/loadavg: 0.92 0.98 1.09 3/77 15087
/proc/meminfo: memFree=1627160/2055920 swapFree=4144436/4192956
[pid=15087] ppid=15085 vsize=4464 CPUtime=0.09
/proc/15087/stat : 15087 (Spear-32) R 15085 15087 14265 0 -1 4194304 987 0 0 0 9 0 0 0 18 0 1 0 284407489 4571136 840 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15087/statm: 1116 840 140 302 0 811 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4464

[startup+0.301619 s]
/proc/loadavg: 0.92 0.98 1.09 3/77 15087
/proc/meminfo: memFree=1627160/2055920 swapFree=4144436/4192956
[pid=15087] ppid=15085 vsize=4720 CPUtime=0.29
/proc/15087/stat : 15087 (Spear-32) R 15085 15087 14265 0 -1 4194304 1036 0 0 0 29 0 0 0 19 0 1 0 284407489 4833280 889 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15087/statm: 1180 889 140 302 0 875 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4720

[startup+0.701649 s]
/proc/loadavg: 0.92 0.98 1.09 3/77 15087
/proc/meminfo: memFree=1627160/2055920 swapFree=4144436/4192956
[pid=15087] ppid=15085 vsize=5124 CPUtime=0.69
/proc/15087/stat : 15087 (Spear-32) R 15085 15087 14265 0 -1 4194304 1135 0 0 0 68 1 0 0 22 0 1 0 284407489 5246976 988 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/15087/statm: 1281 988 140 302 0 976 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5124

[startup+1.50171 s]
/proc/loadavg: 0.92 0.98 1.09 2/78 15088
/proc/meminfo: memFree=1623376/2055920 swapFree=4144436/4192956
[pid=15087] ppid=15085 vsize=5760 CPUtime=1.48
/proc/15087/stat : 15087 (Spear-32) R 15085 15087 14265 0 -1 4194304 1305 0 0 0 147 1 0 0 25 0 1 0 284407489 5898240 1158 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15087/statm: 1440 1158 140 302 0 1135 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 5760

[startup+3.10183 s]
/proc/loadavg: 0.93 0.98 1.09 2/78 15088
/proc/meminfo: memFree=1622160/2055920 swapFree=4144436/4192956
[pid=15087] ppid=15085 vsize=7780 CPUtime=3.09
/proc/15087/stat : 15087 (Spear-32) R 15085 15087 14265 0 -1 4194304 1807 0 0 0 306 3 0 0 25 0 1 0 284407489 7966720 1660 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15087/statm: 1945 1660 140 302 0 1640 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 7780

[startup+6.30206 s]
/proc/loadavg: 0.93 0.98 1.09 2/78 15088
/proc/meminfo: memFree=1618768/2055920 swapFree=4144436/4192956
[pid=15087] ppid=15085 vsize=10652 CPUtime=6.29
/proc/15087/stat : 15087 (Spear-32) R 15085 15087 14265 0 -1 4194304 2512 0 0 0 625 4 0 0 25 0 1 0 284407489 10907648 2365 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15087/statm: 2663 2365 140 302 0 2358 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 10652

[startup+12.7015 s]
/proc/loadavg: 0.94 0.98 1.09 2/78 15088
/proc/meminfo: memFree=1613328/2055920 swapFree=4144436/4192956
[pid=15087] ppid=15085 vsize=15816 CPUtime=12.68
/proc/15087/stat : 15087 (Spear-32) R 15085 15087 14265 0 -1 4194304 3813 0 0 0 1263 5 0 0 25 0 1 0 284407489 16195584 3666 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15087/statm: 3954 3666 140 302 0 3649 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 15816

[startup+25.5015 s]
/proc/loadavg: 0.95 0.98 1.09 2/78 15088
/proc/meminfo: memFree=1605904/2055920 swapFree=4144436/4192956
[pid=15087] ppid=15085 vsize=23112 CPUtime=25.49
/proc/15087/stat : 15087 (Spear-32) R 15085 15087 14265 0 -1 4194304 5625 0 0 0 2539 10 0 0 25 0 1 0 284407489 23666688 5445 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15087/statm: 5778 5445 140 302 0 5473 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 23112

[startup+51.1014 s]
/proc/loadavg: 0.96 0.98 1.09 2/78 15088
/proc/meminfo: memFree=1594256/2055920 swapFree=4144436/4192956
[pid=15087] ppid=15085 vsize=35056 CPUtime=51.07
/proc/15087/stat : 15087 (Spear-32) R 15085 15087 14265 0 -1 4194304 8591 0 0 0 5091 16 0 0 25 0 1 0 284407489 35897344 8346 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526775 0 0 4096 0 0 0 0 17 1 0 0
/proc/15087/statm: 8764 8346 140 302 0 8459 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 35056

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 1.08 2/78 15088
/proc/meminfo: memFree=1568016/2055920 swapFree=4144436/4192956
[pid=15087] ppid=15085 vsize=61160 CPUtime=102.27
/proc/15087/stat : 15087 (Spear-32) R 15085 15087 14265 0 -1 4194304 15111 0 0 0 10195 32 0 0 25 0 1 0 284407489 62627840 14866 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15087/statm: 15290 14866 140 302 0 14985 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 61160

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 1.08 2/78 15088
/proc/meminfo: memFree=1543824/2055920 swapFree=4144436/4192956
[pid=15087] ppid=15085 vsize=86120 CPUtime=162.25
/proc/15087/stat : 15087 (Spear-32) R 15085 15087 14265 0 -1 4194304 21346 0 0 0 16178 47 0 0 25 0 1 0 284407489 88186880 20972 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15087/statm: 21530 20972 140 302 0 21225 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 86120

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 1.07 2/78 15088
/proc/meminfo: memFree=1520016/2055920 swapFree=4144436/4192956
[pid=15087] ppid=15085 vsize=109368 CPUtime=222.23
/proc/15087/stat : 15087 (Spear-32) R 15085 15087 14265 0 -1 4194304 27177 0 0 0 22166 57 0 0 25 0 1 0 284407489 111992832 26803 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15087/statm: 27342 26803 140 302 0 27037 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 109368

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 1.06 2/78 15088
/proc/meminfo: memFree=1502096/2055920 swapFree=4144436/4192956
[pid=15087] ppid=15085 vsize=127476 CPUtime=282.22
/proc/15087/stat : 15087 (Spear-32) R 15085 15087 14265 0 -1 4194304 31664 0 0 0 28155 67 0 0 25 0 1 0 284407489 130535424 31290 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15087/statm: 31869 31290 140 302 0 31564 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 127476

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 1.06 2/78 15088
/proc/meminfo: memFree=1491856/2055920 swapFree=4144436/4192956
[pid=15087] ppid=15085 vsize=138744 CPUtime=342.2
/proc/15087/stat : 15087 (Spear-32) R 15085 15087 14265 0 -1 4194304 34431 0 0 0 34145 75 0 0 25 0 1 0 284407489 142073856 33800 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/15087/statm: 34686 33800 140 302 0 34381 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 138744

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 1.05 2/78 15090
/proc/meminfo: memFree=1483536/2055920 swapFree=4144436/4192956
[pid=15087] ppid=15085 vsize=147392 CPUtime=402.19
/proc/15087/stat : 15087 (Spear-32) R 15085 15087 14265 0 -1 4194304 36490 0 0 0 40137 82 0 0 25 0 1 0 284407489 150929408 35859 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/15087/statm: 36848 35859 140 302 0 36543 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 147392

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 1.05 2/78 15090
/proc/meminfo: memFree=1474832/2055920 swapFree=4144436/4192956
[pid=15087] ppid=15085 vsize=155912 CPUtime=462.17
/proc/15087/stat : 15087 (Spear-32) R 15085 15087 14265 0 -1 4194304 38649 0 0 0 46129 88 0 0 25 0 1 0 284407489 159653888 38018 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15087/statm: 38978 38018 140 302 0 38673 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 155912

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 1.04 3/78 15090
/proc/meminfo: memFree=1467088/2055920 swapFree=4144436/4192956
[pid=15087] ppid=15085 vsize=163736 CPUtime=522.16
/proc/15087/stat : 15087 (Spear-32) R 15085 15087 14265 0 -1 4194304 40581 0 0 0 52121 95 0 0 25 0 1 0 284407489 167665664 39950 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/15087/statm: 40934 39950 140 302 0 40629 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 163736

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 1.03 2/78 15090
/proc/meminfo: memFree=1456720/2055920 swapFree=4144436/4192956
[pid=15087] ppid=15085 vsize=174772 CPUtime=582.15
/proc/15087/stat : 15087 (Spear-32) R 15085 15087 14265 0 -1 4194304 43199 0 0 0 58113 102 0 0 25 0 1 0 284407489 178966528 42568 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15087/statm: 43693 42568 140 302 0 43388 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 174772

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 1.03 2/78 15090
/proc/meminfo: memFree=1445264/2055920 swapFree=4144436/4192956
[pid=15087] ppid=15085 vsize=186300 CPUtime=642.13
/proc/15087/stat : 15087 (Spear-32) R 15085 15087 14265 0 -1 4194304 46009 0 0 0 64103 110 0 0 25 0 1 0 284407489 190771200 45378 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526812 0 0 4096 0 0 0 0 17 1 0 0
/proc/15087/statm: 46575 45378 140 302 0 46270 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 186300

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 1.02 2/78 15090
/proc/meminfo: memFree=1433616/2055920 swapFree=4144436/4192956
[pid=15087] ppid=15085 vsize=197896 CPUtime=702.12
/proc/15087/stat : 15087 (Spear-32) R 15085 15087 14265 0 -1 4194304 48921 0 0 0 70093 119 0 0 25 0 1 0 284407489 202645504 48290 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/15087/statm: 49474 48290 140 302 0 49169 0
Current children cumulated CPU time (s) 702.12
Current children cumulated vsize (KiB) 197896

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 1.02 2/78 15090
/proc/meminfo: memFree=1424208/2055920 swapFree=4144436/4192956
[pid=15087] ppid=15085 vsize=207336 CPUtime=762.1
/proc/15087/stat : 15087 (Spear-32) R 15085 15087 14265 0 -1 4194304 51250 0 0 0 76084 126 0 0 25 0 1 0 284407489 212312064 50619 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15087/statm: 51834 50619 140 302 0 51529 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 207336

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 1.01 2/78 15090
/proc/meminfo: memFree=1416720/2055920 swapFree=4144436/4192956
[pid=15087] ppid=15085 vsize=214648 CPUtime=822.09
/proc/15087/stat : 15087 (Spear-32) R 15085 15087 14265 0 -1 4194304 53125 0 0 0 82076 133 0 0 25 0 1 0 284407489 219799552 52494 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15087/statm: 53662 52494 140 302 0 53357 0
Current children cumulated CPU time (s) 822.09
Current children cumulated vsize (KiB) 214648

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 15090
/proc/meminfo: memFree=1407696/2055920 swapFree=4144436/4192956
[pid=15087] ppid=15085 vsize=223800 CPUtime=882.07
/proc/15087/stat : 15087 (Spear-32) R 15085 15087 14265 0 -1 4194304 55369 0 0 0 88067 140 0 0 25 0 1 0 284407489 229171200 54738 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15087/statm: 55950 54738 140 302 0 55645 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 223800

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 15090
/proc/meminfo: memFree=1398864/2055920 swapFree=4144436/4192956
[pid=15087] ppid=15085 vsize=232760 CPUtime=942.06
/proc/15087/stat : 15087 (Spear-32) R 15085 15087 14265 0 -1 4194304 57595 0 0 0 94059 147 0 0 25 0 1 0 284407489 238346240 56964 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/15087/statm: 58190 56964 140 302 0 57885 0
Current children cumulated CPU time (s) 942.06
Current children cumulated vsize (KiB) 232760

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 15090
/proc/meminfo: memFree=1386640/2055920 swapFree=4144436/4192956
[pid=15087] ppid=15085 vsize=244552 CPUtime=1002.04
/proc/15087/stat : 15087 (Spear-32) R 15085 15087 14265 0 -1 4194304 60624 0 0 0 100049 155 0 0 25 0 1 0 284407489 250421248 59993 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/15087/statm: 61138 59993 140 302 0 60833 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 244552

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 15090
/proc/meminfo: memFree=1373904/2055920 swapFree=4144436/4192956
[pid=15087] ppid=15085 vsize=257120 CPUtime=1062.02
/proc/15087/stat : 15087 (Spear-32) R 15085 15087 14265 0 -1 4194304 63839 0 0 0 106041 161 0 0 25 0 1 0 284407489 263290880 63208 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/15087/statm: 64280 63208 140 302 0 63975 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 257120

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 15090
/proc/meminfo: memFree=1361040/2055920 swapFree=4144436/4192956
[pid=15087] ppid=15085 vsize=271964 CPUtime=1122.01
/proc/15087/stat : 15087 (Spear-32) R 15085 15087 14265 0 -1 4194304 67505 0 0 0 112032 169 0 0 25 0 1 0 284407489 278491136 66361 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15087/statm: 67991 66361 140 302 0 67686 0
Current children cumulated CPU time (s) 1122.01
Current children cumulated vsize (KiB) 271964

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 15090
/proc/meminfo: memFree=1349008/2055920 swapFree=4144436/4192956
[pid=15087] ppid=15085 vsize=284128 CPUtime=1181.99
/proc/15087/stat : 15087 (Spear-32) R 15085 15087 14265 0 -1 4194304 70529 0 0 0 118023 176 0 0 25 0 1 0 284407489 290947072 69385 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15087/statm: 71032 69385 140 302 0 70727 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 284128



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 15090
/proc/meminfo: memFree=1345872/2055920 swapFree=4144436/4192956
[pid=15087] ppid=15085 vsize=287064 CPUtime=1200.09
/proc/15087/stat : 15087 (Spear-32) R 15085 15087 14265 0 -1 4194304 71266 0 0 0 119831 178 0 0 25 0 1 0 284407489 293953536 70122 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15087/statm: 71766 70122 140 302 0 71461 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 287064

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.45
CPU time (s): 1200.15
CPU user time (s): 1198.32
CPU system time (s): 1.82672
CPU usage (%): 99.9748
Max. virtual memory (cumulated for all children) (KiB): 287064

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

runsolver used 1.2988 second user time and 3.07753 second system time

The end

Launcher Data (download as text)

Begin job on node22 on Wed Feb 28 06:35:36 UTC 2007

IDJOB= 314887
IDBENCH= 20402
IDSOLVER= 132
FILE ID= node22/314887-1172644536

PBS_JOBID= 3981167

Free space on /tmp= 66524 MiB

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

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  0acd143a4e60b38309663b5993b5ded9

RANDOM SEED= 971913786

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node22.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.235
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.235
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:       1627632 kB
Buffers:         21992 kB
Cached:         339696 kB
SwapCached:      14216 kB
Active:          94848 kB
Inactive:       290056 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1627632 kB
SwapTotal:     4192956 kB
SwapFree:      4144436 kB
Dirty:            2064 kB
Writeback:           0 kB
Mapped:          30140 kB
Slab:            29052 kB
Committed_AS:   774252 kB
PageTables:       1696 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= 66524 MiB

End job on node22 on Wed Feb 28 06:55:38 UTC 2007