Trace number 314207

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.1 1200.56

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/partial-5-15-u.cnf
MD5SUMc2f768afbb9db3d5f5133c3f48734894
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 variables217930
Number of clauses1002997
Sum of the clauses size2303180
Maximum clause length10
Minimum clause length1
Number of clauses of size 116378
Number of clauses of size 2795155
Number of clauses of size 3150764
Number of clauses of size 44520
Number of clauses of size 518080
Number of clauses of size over 518100

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/314207-1176898109/instance-314207-1176898109.cnf

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node33/watcher-314207-1176898109 -o ROOT/results/node33/solver-314207-1176898109 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/314207-1176898109/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/314207-1176898109/instance-314207-1176898109.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 0.99 3/77 25861
/proc/meminfo: memFree=1506816/2055920 swapFree=4174596/4192956
[pid=25861] ppid=25859 vsize=1700 CPUtime=0
/proc/25861/stat : 25861 (Spear-32) R 25859 25861 24758 0 -1 4194304 237 0 0 0 0 0 0 0 18 0 1 0 137726451 1740800 221 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 135262058 0 0 4096 0 0 0 0 17 1 0 0
/proc/25861/statm: 425 221 128 302 0 120 0

[startup+0.095321 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 25861
/proc/meminfo: memFree=1506816/2055920 swapFree=4174596/4192956
[pid=25861] ppid=25859 vsize=6124 CPUtime=0.08
/proc/25861/stat : 25861 (Spear-32) R 25859 25861 24758 0 -1 4194304 1613 0 0 0 7 1 0 0 18 0 1 0 137726451 6270976 1244 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/25861/statm: 1531 1245 129 302 0 1226 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 6124

[startup+0.101322 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 25861
/proc/meminfo: memFree=1506816/2055920 swapFree=4174596/4192956
[pid=25861] ppid=25859 vsize=6256 CPUtime=0.09
/proc/25861/stat : 25861 (Spear-32) R 25859 25861 24758 0 -1 4194304 1660 0 0 0 8 1 0 0 18 0 1 0 137726451 6406144 1291 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/25861/statm: 1564 1292 129 302 0 1259 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6256

[startup+0.301362 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 25861
/proc/meminfo: memFree=1506816/2055920 swapFree=4174596/4192956
[pid=25861] ppid=25859 vsize=20144 CPUtime=0.29
/proc/25861/stat : 25861 (Spear-32) R 25859 25861 24758 0 -1 4194304 5247 0 0 0 24 5 0 0 19 0 1 0 137726451 20627456 3913 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/25861/statm: 5069 3915 129 302 0 4764 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20144

[startup+0.701445 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 25861
/proc/meminfo: memFree=1506816/2055920 swapFree=4174596/4192956
[pid=25861] ppid=25859 vsize=35380 CPUtime=0.69
/proc/25861/stat : 25861 (Spear-32) R 25859 25861 24758 0 -1 4194304 10919 0 0 0 53 16 0 0 23 0 1 0 137726451 36229120 7405 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25861/statm: 8845 7405 129 302 0 8540 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35380

[startup+1.50161 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 25862
/proc/meminfo: memFree=1469880/2055920 swapFree=4174596/4192956
[pid=25861] ppid=25859 vsize=53180 CPUtime=1.49
/proc/25861/stat : 25861 (Spear-32) R 25859 25861 24758 0 -1 4194304 15988 0 0 0 124 25 0 0 25 0 1 0 137726451 54456320 12217 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/25861/statm: 13295 12217 129 302 0 12990 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 53180

[startup+3.10194 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 25862
/proc/meminfo: memFree=1442232/2055920 swapFree=4174596/4192956
[pid=25861] ppid=25859 vsize=78980 CPUtime=3.09
/proc/25861/stat : 25861 (Spear-32) R 25859 25861 24758 0 -1 4194304 23381 0 0 0 273 36 0 0 25 0 1 0 137726451 80875520 18870 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/25861/statm: 19745 18870 140 302 0 19440 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 78980

[startup+6.3016 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 25862
/proc/meminfo: memFree=1430776/2055920 swapFree=4174596/4192956
[pid=25861] ppid=25859 vsize=79232 CPUtime=6.29
/proc/25861/stat : 25861 (Spear-32) R 25859 25861 24758 0 -1 4194304 23462 0 0 0 592 37 0 0 25 0 1 0 137726451 81133568 18951 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134524812 0 0 4096 0 0 0 0 17 1 0 0
/proc/25861/statm: 19808 18951 140 302 0 19503 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 79232

[startup+12.7029 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 25862
/proc/meminfo: memFree=1431352/2055920 swapFree=4174596/4192956
[pid=25861] ppid=25859 vsize=79232 CPUtime=12.69
/proc/25861/stat : 25861 (Spear-32) R 25859 25861 24758 0 -1 4194304 23462 0 0 0 1231 38 0 0 25 0 1 0 137726451 81133568 18951 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25861/statm: 19808 18951 140 302 0 19503 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 79232

[startup+25.5015 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 25862
/proc/meminfo: memFree=1431224/2055920 swapFree=4174596/4192956
[pid=25861] ppid=25859 vsize=79540 CPUtime=25.48
/proc/25861/stat : 25861 (Spear-32) R 25859 25861 24758 0 -1 4194304 23547 0 0 0 2507 41 0 0 25 0 1 0 137726451 81448960 19036 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25861/statm: 19885 19036 140 302 0 19580 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 79540

[startup+51.1018 s]
/proc/loadavg: 0.96 0.98 0.99 2/78 25862
/proc/meminfo: memFree=1426360/2055920 swapFree=4174596/4192956
[pid=25861] ppid=25859 vsize=84548 CPUtime=51.07
/proc/25861/stat : 25861 (Spear-32) R 25859 25861 24758 0 -1 4194304 24789 0 0 0 5063 44 0 0 25 0 1 0 137726451 86577152 20278 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25861/statm: 21137 20278 140 302 0 20832 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 84548

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 25862
/proc/meminfo: memFree=1411640/2055920 swapFree=4174596/4192956
[pid=25861] ppid=25859 vsize=99248 CPUtime=102.25
/proc/25861/stat : 25861 (Spear-32) R 25859 25861 24758 0 -1 4194304 28456 0 0 0 10174 51 0 0 25 0 1 0 137726451 101629952 23933 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134526775 0 0 4096 0 0 0 0 17 1 0 0
/proc/25861/statm: 24812 23933 140 302 0 24507 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 99248

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 25862
/proc/meminfo: memFree=1399800/2055920 swapFree=4174596/4192956
[pid=25861] ppid=25859 vsize=111144 CPUtime=162.23
/proc/25861/stat : 25861 (Spear-32) R 25859 25861 24758 0 -1 4194304 31433 0 0 0 16167 56 0 0 25 0 1 0 137726451 113811456 26910 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134525045 0 0 4096 0 0 0 0 17 1 0 0
/proc/25861/statm: 27786 26910 140 302 0 27481 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 111144

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 25862
/proc/meminfo: memFree=1387768/2055920 swapFree=4174596/4192956
[pid=25861] ppid=25859 vsize=123024 CPUtime=222.21
/proc/25861/stat : 25861 (Spear-32) R 25859 25861 24758 0 -1 4194304 34410 0 0 0 22161 60 0 0 25 0 1 0 137726451 125976576 29885 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134524522 0 0 4096 0 0 0 0 17 1 0 0
/proc/25861/statm: 30756 29885 140 302 0 30451 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 123024

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 25862
/proc/meminfo: memFree=1380536/2055920 swapFree=4174596/4192956
[pid=25861] ppid=25859 vsize=130272 CPUtime=282.19
/proc/25861/stat : 25861 (Spear-32) R 25859 25861 24758 0 -1 4194304 36227 0 0 0 28155 64 0 0 25 0 1 0 137726451 133398528 31696 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134524655 0 0 4096 0 0 0 0 17 1 0 0
/proc/25861/statm: 32568 31696 140 302 0 32263 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 130272

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 25862
/proc/meminfo: memFree=1371000/2055920 swapFree=4174596/4192956
[pid=25861] ppid=25859 vsize=139844 CPUtime=342.16
/proc/25861/stat : 25861 (Spear-32) R 25859 25861 24758 0 -1 4194304 38628 0 0 0 34148 68 0 0 25 0 1 0 137726451 143200256 34064 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134524755 0 0 4096 0 0 0 0 17 1 0 0
/proc/25861/statm: 34961 34064 140 302 0 34656 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 139844

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 25862
/proc/meminfo: memFree=1361528/2055920 swapFree=4174596/4192956
[pid=25861] ppid=25859 vsize=149420 CPUtime=402.14
/proc/25861/stat : 25861 (Spear-32) R 25859 25861 24758 0 -1 4194304 41021 0 0 0 40142 72 0 0 25 0 1 0 137726451 153006080 36455 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134524522 0 0 4096 0 0 0 0 17 1 0 0
/proc/25861/statm: 37355 36455 140 302 0 37050 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 149420

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 25862
/proc/meminfo: memFree=1350136/2055920 swapFree=4174596/4192956
[pid=25861] ppid=25859 vsize=160860 CPUtime=462.11
/proc/25861/stat : 25861 (Spear-32) R 25859 25861 24758 0 -1 4194304 43926 0 0 0 46135 76 0 0 25 0 1 0 137726451 164720640 39339 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134524834 0 0 4096 0 0 0 0 17 1 0 0
/proc/25861/statm: 40215 39339 140 302 0 39910 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 160860

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 25862
/proc/meminfo: memFree=1331320/2055920 swapFree=4174596/4192956
[pid=25861] ppid=25859 vsize=179768 CPUtime=522.09
/proc/25861/stat : 25861 (Spear-32) R 25859 25861 24758 0 -1 4194304 48797 0 0 0 52127 82 0 0 25 0 1 0 137726451 184082432 44067 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/25861/statm: 44942 44067 140 302 0 44637 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 179768

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 25862
/proc/meminfo: memFree=1313848/2055920 swapFree=4174596/4192956
[pid=25861] ppid=25859 vsize=197140 CPUtime=582.07
/proc/25861/stat : 25861 (Spear-32) R 25859 25861 24758 0 -1 4194304 53305 0 0 0 58119 88 0 0 25 0 1 0 137726451 201871360 48410 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134524522 0 0 4096 0 0 0 0 17 1 0 0
/proc/25861/statm: 49285 48410 140 302 0 48980 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 197140

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 25862
/proc/meminfo: memFree=1295992/2055920 swapFree=4174596/4192956
[pid=25861] ppid=25859 vsize=214812 CPUtime=642.05
/proc/25861/stat : 25861 (Spear-32) R 25859 25861 24758 0 -1 4194304 57796 0 0 0 64111 94 0 0 25 0 1 0 137726451 219967488 52820 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134524658 0 0 4096 0 0 0 0 17 1 0 0
/proc/25861/statm: 53703 52820 140 302 0 53398 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 214812

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 25862
/proc/meminfo: memFree=1278840/2055920 swapFree=4174596/4192956
[pid=25861] ppid=25859 vsize=231912 CPUtime=702.03
/proc/25861/stat : 25861 (Spear-32) R 25859 25861 24758 0 -1 4194304 62198 0 0 0 70102 101 0 0 25 0 1 0 137726451 237477888 57113 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/25861/statm: 57978 57113 140 302 0 57673 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 231912

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 25862
/proc/meminfo: memFree=1268728/2055920 swapFree=4174596/4192956
[pid=25861] ppid=25859 vsize=242240 CPUtime=762
/proc/25861/stat : 25861 (Spear-32) R 25859 25861 24758 0 -1 4194304 64779 0 0 0 76096 104 0 0 25 0 1 0 137726451 248053760 59628 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134524713 0 0 4096 0 0 0 0 17 1 0 0
/proc/25861/statm: 60560 59628 140 302 0 60255 0
Current children cumulated CPU time (s) 762
Current children cumulated vsize (KiB) 242240

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 25862
/proc/meminfo: memFree=1257656/2055920 swapFree=4174596/4192956
[pid=25861] ppid=25859 vsize=253452 CPUtime=821.97
/proc/25861/stat : 25861 (Spear-32) R 25859 25861 24758 0 -1 4194304 67603 0 0 0 82090 107 0 0 25 0 1 0 137726451 259534848 62449 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134526781 0 0 4096 0 0 0 0 17 1 0 0
/proc/25861/statm: 63363 62449 140 302 0 63058 0
Current children cumulated CPU time (s) 821.97
Current children cumulated vsize (KiB) 253452

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 25862
/proc/meminfo: memFree=1248568/2055920 swapFree=4174596/4192956
[pid=25861] ppid=25859 vsize=262396 CPUtime=881.96
/proc/25861/stat : 25861 (Spear-32) R 25859 25861 24758 0 -1 4194304 69843 0 0 0 88084 112 0 0 25 0 1 0 137726451 268693504 64680 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134524658 0 0 4096 0 0 0 0 17 1 0 0
/proc/25861/statm: 65599 64680 140 302 0 65294 0
Current children cumulated CPU time (s) 881.96
Current children cumulated vsize (KiB) 262396

[startup+942.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 25862
/proc/meminfo: memFree=1241976/2055920 swapFree=4174596/4192956
[pid=25861] ppid=25859 vsize=269044 CPUtime=941.93
/proc/25861/stat : 25861 (Spear-32) R 25859 25861 24758 0 -1 4194304 71493 0 0 0 94077 116 0 0 25 0 1 0 137726451 275501056 66327 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134524525 0 0 4096 0 0 0 0 17 1 0 0
/proc/25861/statm: 67261 66327 140 302 0 66956 0
Current children cumulated CPU time (s) 941.93
Current children cumulated vsize (KiB) 269044

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 25862
/proc/meminfo: memFree=1233464/2055920 swapFree=4174596/4192956
[pid=25861] ppid=25859 vsize=277392 CPUtime=1001.91
/proc/25861/stat : 25861 (Spear-32) R 25859 25861 24758 0 -1 4194304 73625 0 0 0 100072 119 0 0 25 0 1 0 137726451 284049408 68450 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134524684 0 0 4096 0 0 0 0 17 1 0 0
/proc/25861/statm: 69348 68450 140 302 0 69043 0
Current children cumulated CPU time (s) 1001.91
Current children cumulated vsize (KiB) 277392

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 25862
/proc/meminfo: memFree=1224120/2055920 swapFree=4174596/4192956
[pid=25861] ppid=25859 vsize=286924 CPUtime=1061.89
/proc/25861/stat : 25861 (Spear-32) R 25859 25861 24758 0 -1 4194304 76219 0 0 0 106068 121 0 0 25 0 1 0 137726451 293810176 70825 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134524576 0 0 4096 0 0 0 0 17 1 0 0
/proc/25861/statm: 71731 70825 140 302 0 71426 0
Current children cumulated CPU time (s) 1061.89
Current children cumulated vsize (KiB) 286924

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 25862
/proc/meminfo: memFree=1208312/2055920 swapFree=4174596/4192956
[pid=25861] ppid=25859 vsize=302520 CPUtime=1121.87
/proc/25861/stat : 25861 (Spear-32) R 25859 25861 24758 0 -1 4194304 80333 0 0 0 112061 126 0 0 25 0 1 0 137726451 309780480 74725 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134524510 0 0 4096 0 0 0 0 17 1 0 0
/proc/25861/statm: 75630 74725 140 302 0 75325 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 302520

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 25862
/proc/meminfo: memFree=1193080/2055920 swapFree=4174596/4192956
[pid=25861] ppid=25859 vsize=317916 CPUtime=1181.84
/proc/25861/stat : 25861 (Spear-32) R 25859 25861 24758 0 -1 4194304 84222 0 0 0 118053 131 0 0 25 0 1 0 137726451 325545984 78581 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134524522 0 0 4096 0 0 0 0 17 1 0 0
/proc/25861/statm: 79479 78581 140 302 0 79174 0
Current children cumulated CPU time (s) 1181.84
Current children cumulated vsize (KiB) 317916



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 25862
/proc/meminfo: memFree=1187960/2055920 swapFree=4174596/4192956
[pid=25861] ppid=25859 vsize=322716 CPUtime=1200.04
/proc/25861/stat : 25861 (Spear-32) R 25859 25861 24758 0 -1 4194304 85438 0 0 0 119872 132 0 0 25 0 1 0 137726451 330461184 79793 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/25861/statm: 80679 79793 140 302 0 80374 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 322716

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/78 25862
/proc/meminfo: memFree=1187960/2055920 swapFree=4174596/4192956
[pid=25861] ppid=25859 vsize=322716 CPUtime=1200.04
/proc/25861/stat : 25861 (Spear-32) R 25859 25861 24758 0 -1 4194304 85438 0 0 0 119872 132 0 0 25 0 1 0 137726451 330461184 79793 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/25861/statm: 80679 79793 140 302 0 80374 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 322716

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.56
CPU time (s): 1200.1
CPU user time (s): 1198.72
CPU system time (s): 1.37979
CPU usage (%): 99.9618
Max. virtual memory (cumulated for all children) (KiB): 322716

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

runsolver used 1.34479 second user time and 3.01454 second system time

The end

Launcher Data (download as text)

Begin job on node33 on Wed Apr 18 12:08:30 UTC 2007

IDJOB= 314207
IDBENCH= 20385
IDSOLVER= 132
FILE ID= node33/314207-1176898109

PBS_JOBID= 4595128

Free space on /tmp= 66501 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/industrial/anbulagan/hard-unsat/partial-5-15-u.cnf
COMMAND LINE= /tmp/evaluation/314207-1176898109/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/314207-1176898109/instance-314207-1176898109.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node33/watcher-314207-1176898109 -o ROOT/results/node33/solver-314207-1176898109 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/314207-1176898109/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/314207-1176898109/instance-314207-1176898109.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  c2f768afbb9db3d5f5133c3f48734894

RANDOM SEED= 508573857

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node33.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.272
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.272
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:       1507224 kB
Buffers:         26628 kB
Cached:         384152 kB
SwapCached:       2184 kB
Active:         137260 kB
Inactive:       356360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1507224 kB
SwapTotal:     4192956 kB
SwapFree:      4174596 kB
Dirty:           19444 kB
Writeback:           0 kB
Mapped:          97844 kB
Slab:            40416 kB
Committed_AS:  1652048 kB
PageTables:       1996 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= 66501 MiB

End job on node33 on Wed Apr 18 12:28:32 UTC 2007