Trace number 291864

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.05 1200.44

General information on the benchmark

Namerandom/OnTreshold/5SAT/v80/
unif-k5-r21.3-v80-c1704-S1279127780-17.UNSAT.shuffled.cnf
MD5SUM7fdde2ec2d206698ff9f891232ef9afa
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark42.9115
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of clauses1704
Sum of the clauses size8520
Maximum clause length5
Minimum clause length5
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 51704
Number of clauses of size over 50

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/291864-1171747438/instance-291864-1171747438.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/node30/watcher-291864-1171747438 -o ROOT/results/node30/solver-291864-1171747438 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/291864-1171747438/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/291864-1171747438/instance-291864-1171747438.cnf 

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


[startup+0 s]
/proc/loadavg: 0.91 0.95 0.90 3/77 24314
/proc/meminfo: memFree=944416/2055920 swapFree=4146080/4192956
[pid=24314] ppid=24312 vsize=1396 CPUtime=0
/proc/24314/stat : 24314 (Spear-32) R 24312 24314 23736 0 -1 4194304 184 0 0 0 0 0 0 0 18 0 1 0 168507852 1429504 168 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/24314/statm: 349 168 128 302 0 44 0

[startup+0.107502 s]
/proc/loadavg: 0.91 0.95 0.90 3/77 24314
/proc/meminfo: memFree=944416/2055920 swapFree=4146080/4192956
[pid=24314] ppid=24312 vsize=1788 CPUtime=0.1
/proc/24314/stat : 24314 (Spear-32) R 24312 24314 23736 0 -1 4194304 287 0 0 0 10 0 0 0 18 0 1 0 168507852 1830912 271 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24314/statm: 447 271 140 302 0 142 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1788

[startup+0.515558 s]
/proc/loadavg: 0.91 0.95 0.90 3/77 24314
/proc/meminfo: memFree=944416/2055920 swapFree=4146080/4192956
[pid=24314] ppid=24312 vsize=2624 CPUtime=0.5
/proc/24314/stat : 24314 (Spear-32) R 24312 24314 23736 0 -1 4194304 481 0 0 0 50 0 0 0 22 0 1 0 168507852 2686976 465 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24314/statm: 656 465 140 302 0 351 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2624

[startup+1.33567 s]
/proc/loadavg: 0.91 0.95 0.90 2/78 24315
/proc/meminfo: memFree=942296/2055920 swapFree=4146080/4192956
[pid=24314] ppid=24312 vsize=3664 CPUtime=1.33
/proc/24314/stat : 24314 (Spear-32) R 24312 24314 23736 0 -1 4194304 722 0 0 0 131 2 0 0 25 0 1 0 168507852 3751936 706 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24314/statm: 916 706 140 302 0 611 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 3664

[startup+2.97291 s]
/proc/loadavg: 0.91 0.95 0.90 2/78 24315
/proc/meminfo: memFree=941272/2055920 swapFree=4146080/4192956
[pid=24314] ppid=24312 vsize=4708 CPUtime=2.96
/proc/24314/stat : 24314 (Spear-32) R 24312 24314 23736 0 -1 4194304 998 0 0 0 292 4 0 0 25 0 1 0 168507852 4820992 982 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24314/statm: 1177 982 140 302 0 872 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 4708

[startup+6.25137 s]
/proc/loadavg: 0.92 0.95 0.90 2/78 24315
/proc/meminfo: memFree=939544/2055920 swapFree=4146080/4192956
[pid=24314] ppid=24312 vsize=6292 CPUtime=6.24
/proc/24314/stat : 24314 (Spear-32) R 24312 24314 23736 0 -1 4194304 1400 0 0 0 619 5 0 0 25 0 1 0 168507852 6443008 1351 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24314/statm: 1573 1351 140 302 0 1268 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 6292

[startup+12.7063 s]
/proc/loadavg: 0.93 0.96 0.91 2/78 24315
/proc/meminfo: memFree=937312/2055920 swapFree=4146080/4192956
[pid=24314] ppid=24312 vsize=8192 CPUtime=12.7
/proc/24314/stat : 24314 (Spear-32) R 24312 24314 23736 0 -1 4194304 1874 0 0 0 1261 9 0 0 25 0 1 0 168507852 8388608 1825 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24314/statm: 2048 1825 140 302 0 1743 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 8192

[startup+25.5121 s]
/proc/loadavg: 0.94 0.96 0.91 2/78 24315
/proc/meminfo: memFree=934688/2055920 swapFree=4146080/4192956
[pid=24314] ppid=24312 vsize=11296 CPUtime=25.49
/proc/24314/stat : 24314 (Spear-32) R 24312 24314 23736 0 -1 4194304 2643 0 0 0 2536 13 0 0 25 0 1 0 168507852 11567104 2529 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24314/statm: 2824 2529 140 302 0 2519 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 11296

[startup+51.1247 s]
/proc/loadavg: 0.96 0.96 0.91 2/78 24315
/proc/meminfo: memFree=930528/2055920 swapFree=4146080/4192956
[pid=24314] ppid=24312 vsize=15652 CPUtime=51.1
/proc/24314/stat : 24314 (Spear-32) R 24312 24314 23736 0 -1 4194304 3648 0 0 0 5091 19 0 0 25 0 1 0 168507852 16027648 3534 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24314/statm: 3913 3534 140 302 0 3608 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 15652

[startup+102.346 s]
/proc/loadavg: 0.98 0.96 0.91 2/78 24315
/proc/meminfo: memFree=924576/2055920 swapFree=4146080/4192956
[pid=24314] ppid=24312 vsize=22112 CPUtime=102.31
/proc/24314/stat : 24314 (Spear-32) R 24312 24314 23736 0 -1 4194304 5266 0 0 0 10204 27 0 0 25 0 1 0 168507852 22642688 5023 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526710 0 0 4096 0 0 0 0 17 1 0 0
/proc/24314/statm: 5528 5023 140 302 0 5223 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 22112

[startup+162.379 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 24315
/proc/meminfo: memFree=919328/2055920 swapFree=4146080/4192956
[pid=24314] ppid=24312 vsize=27612 CPUtime=162.32
/proc/24314/stat : 24314 (Spear-32) R 24312 24314 23736 0 -1 4194304 6546 0 0 0 16198 34 0 0 25 0 1 0 168507852 28274688 6303 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527172 0 0 4096 0 0 0 0 17 1 0 0
/proc/24314/statm: 6903 6303 140 302 0 6598 0
Current children cumulated CPU time (s) 162.32
Current children cumulated vsize (KiB) 27612

[startup+222.41 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 24315
/proc/meminfo: memFree=915168/2055920 swapFree=4146080/4192956
[pid=24314] ppid=24312 vsize=31996 CPUtime=222.32
/proc/24314/stat : 24314 (Spear-32) R 24312 24314 23736 0 -1 4194304 7573 0 0 0 22192 40 0 0 25 0 1 0 168507852 32763904 7330 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24314/statm: 7999 7330 140 302 0 7694 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 31996

[startup+282.438 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 24315
/proc/meminfo: memFree=911712/2055920 swapFree=4146080/4192956
[pid=24314] ppid=24312 vsize=36276 CPUtime=282.34
/proc/24314/stat : 24314 (Spear-32) R 24312 24314 23736 0 -1 4194304 8684 0 0 0 28187 47 0 0 25 0 1 0 168507852 37146624 8184 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/24314/statm: 9069 8184 140 302 0 8764 0
Current children cumulated CPU time (s) 282.34
Current children cumulated vsize (KiB) 36276

[startup+342.465 s]
/proc/loadavg: 1.06 0.99 0.91 2/78 24315
/proc/meminfo: memFree=908320/2055920 swapFree=4146080/4192956
[pid=24314] ppid=24312 vsize=39836 CPUtime=342.34
/proc/24314/stat : 24314 (Spear-32) R 24312 24314 23736 0 -1 4194304 9551 0 0 0 34184 50 0 0 25 0 1 0 168507852 40792064 9051 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527172 0 0 4096 0 0 0 0 17 1 0 0
/proc/24314/statm: 9959 9051 140 302 0 9654 0
Current children cumulated CPU time (s) 342.34
Current children cumulated vsize (KiB) 39836

[startup+402.502 s]
/proc/loadavg: 1.02 0.99 0.91 2/78 24315
/proc/meminfo: memFree=905056/2055920 swapFree=4146080/4192956
[pid=24314] ppid=24312 vsize=43524 CPUtime=402.36
/proc/24314/stat : 24314 (Spear-32) R 24312 24314 23736 0 -1 4194304 10327 0 0 0 40179 57 0 0 25 0 1 0 168507852 44568576 9827 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526871 0 0 4096 0 0 0 0 17 1 0 0
/proc/24314/statm: 10881 9827 140 302 0 10576 0
Current children cumulated CPU time (s) 402.36
Current children cumulated vsize (KiB) 43524

[startup+462.532 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 24315
/proc/meminfo: memFree=902432/2055920 swapFree=4146080/4192956
[pid=24314] ppid=24312 vsize=46376 CPUtime=462.37
/proc/24314/stat : 24314 (Spear-32) R 24312 24314 23736 0 -1 4194304 11013 0 0 0 46175 62 0 0 25 0 1 0 168507852 47489024 10513 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24314/statm: 11594 10513 140 302 0 11289 0
Current children cumulated CPU time (s) 462.37
Current children cumulated vsize (KiB) 46376

[startup+522.563 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 24315
/proc/meminfo: memFree=899936/2055920 swapFree=4146080/4192956
[pid=24314] ppid=24312 vsize=48712 CPUtime=522.38
/proc/24314/stat : 24314 (Spear-32) R 24312 24314 23736 0 -1 4194304 11640 0 0 0 52171 67 0 0 25 0 1 0 168507852 49881088 11140 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/24314/statm: 12178 11140 140 302 0 11873 0
Current children cumulated CPU time (s) 522.38
Current children cumulated vsize (KiB) 48712

[startup+582.593 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 24315
/proc/meminfo: memFree=897632/2055920 swapFree=4146080/4192956
[pid=24314] ppid=24312 vsize=51064 CPUtime=582.4
/proc/24314/stat : 24314 (Spear-32) R 24312 24314 23736 0 -1 4194304 12216 0 0 0 58168 72 0 0 25 0 1 0 168507852 52289536 11716 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/24314/statm: 12766 11716 140 302 0 12461 0
Current children cumulated CPU time (s) 582.4
Current children cumulated vsize (KiB) 51064

[startup+642.622 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 24315
/proc/meminfo: memFree=895008/2055920 swapFree=4146080/4192956
[pid=24314] ppid=24312 vsize=53780 CPUtime=642.4
/proc/24314/stat : 24314 (Spear-32) R 24312 24314 23736 0 -1 4194304 12855 0 0 0 64162 78 0 0 25 0 1 0 168507852 55070720 12355 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526767 0 0 4096 0 0 0 0 17 1 0 0
/proc/24314/statm: 13445 12355 140 302 0 13140 0
Current children cumulated CPU time (s) 642.4
Current children cumulated vsize (KiB) 53780

[startup+702.656 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 24315
/proc/meminfo: memFree=892704/2055920 swapFree=4146080/4192956
[pid=24314] ppid=24312 vsize=56236 CPUtime=702.42
/proc/24314/stat : 24314 (Spear-32) R 24312 24314 23736 0 -1 4194304 13440 0 0 0 70159 83 0 0 25 0 1 0 168507852 57585664 12940 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24314/statm: 14059 12940 140 302 0 13754 0
Current children cumulated CPU time (s) 702.42
Current children cumulated vsize (KiB) 56236

[startup+762.692 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 24315
/proc/meminfo: memFree=890528/2055920 swapFree=4146080/4192956
[pid=24314] ppid=24312 vsize=58472 CPUtime=762.43
/proc/24314/stat : 24314 (Spear-32) R 24312 24314 23736 0 -1 4194304 14004 0 0 0 76156 87 0 0 25 0 1 0 168507852 59875328 13504 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24314/statm: 14618 13504 140 302 0 14313 0
Current children cumulated CPU time (s) 762.43
Current children cumulated vsize (KiB) 58472

[startup+822.724 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 24315
/proc/meminfo: memFree=888160/2055920 swapFree=4146080/4192956
[pid=24314] ppid=24312 vsize=60700 CPUtime=822.45
/proc/24314/stat : 24314 (Spear-32) R 24312 24314 23736 0 -1 4194304 14579 0 0 0 82153 92 0 0 25 0 1 0 168507852 62156800 14079 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/24314/statm: 15175 14079 140 302 0 14870 0
Current children cumulated CPU time (s) 822.45
Current children cumulated vsize (KiB) 60700

[startup+882.755 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 24315
/proc/meminfo: memFree=886240/2055920 swapFree=4146080/4192956
[pid=24314] ppid=24312 vsize=62548 CPUtime=882.46
/proc/24314/stat : 24314 (Spear-32) R 24312 24314 23736 0 -1 4194304 15059 0 0 0 88150 96 0 0 25 0 1 0 168507852 64049152 14559 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/24314/statm: 15637 14559 140 302 0 15332 0
Current children cumulated CPU time (s) 882.46
Current children cumulated vsize (KiB) 62548

[startup+942.783 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 24315
/proc/meminfo: memFree=884384/2055920 swapFree=4146080/4192956
[pid=24314] ppid=24312 vsize=64544 CPUtime=942.47
/proc/24314/stat : 24314 (Spear-32) R 24312 24314 23736 0 -1 4194304 15542 0 0 0 94147 100 0 0 25 0 1 0 168507852 66093056 15042 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/24314/statm: 16136 15042 140 302 0 15831 0
Current children cumulated CPU time (s) 942.47
Current children cumulated vsize (KiB) 64544

[startup+1002.81 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 24315
/proc/meminfo: memFree=882592/2055920 swapFree=4146080/4192956
[pid=24314] ppid=24312 vsize=68572 CPUtime=1002.47
/proc/24314/stat : 24314 (Spear-32) R 24312 24314 23736 0 -1 4194304 16490 0 0 0 100144 103 0 0 25 0 1 0 168507852 70217728 15477 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/24314/statm: 17143 15477 140 302 0 16838 0
Current children cumulated CPU time (s) 1002.47
Current children cumulated vsize (KiB) 68572

[startup+1062.85 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 24315
/proc/meminfo: memFree=880608/2055920 swapFree=4146080/4192956
[pid=24314] ppid=24312 vsize=70248 CPUtime=1062.5
/proc/24314/stat : 24314 (Spear-32) R 24312 24314 23736 0 -1 4194304 16966 0 0 0 106142 108 0 0 25 0 1 0 168507852 71933952 15953 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/24314/statm: 17562 15953 140 302 0 17257 0
Current children cumulated CPU time (s) 1062.5
Current children cumulated vsize (KiB) 70248

[startup+1122.87 s]
/proc/loadavg: 1.07 1.00 0.92 2/78 24315
/proc/meminfo: memFree=878880/2055920 swapFree=4146080/4192956
[pid=24314] ppid=24312 vsize=72052 CPUtime=1122.5
/proc/24314/stat : 24314 (Spear-32) R 24312 24314 23736 0 -1 4194304 17403 0 0 0 112138 112 0 0 25 0 1 0 168507852 73781248 16390 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/24314/statm: 18013 16390 140 302 0 17708 0
Current children cumulated CPU time (s) 1122.5
Current children cumulated vsize (KiB) 72052

[startup+1182.9 s]
/proc/loadavg: 1.02 1.00 0.92 2/78 24315
/proc/meminfo: memFree=877280/2055920 swapFree=4146080/4192956
[pid=24314] ppid=24312 vsize=73724 CPUtime=1182.51
/proc/24314/stat : 24314 (Spear-32) R 24312 24314 23736 0 -1 4194304 17823 0 0 0 118135 116 0 0 25 0 1 0 168507852 75493376 16810 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24314/statm: 18431 16810 140 302 0 18126 0
Current children cumulated CPU time (s) 1182.51
Current children cumulated vsize (KiB) 73724



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.42 s]
/proc/loadavg: 1.02 1.00 0.92 2/78 24315
/proc/meminfo: memFree=876768/2055920 swapFree=4146080/4192956
[pid=24314] ppid=24312 vsize=74236 CPUtime=1200.03
/proc/24314/stat : 24314 (Spear-32) R 24312 24314 23736 0 -1 4194304 17940 0 0 0 119885 118 0 0 25 0 1 0 168507852 76017664 16927 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/24314/statm: 18559 16927 140 302 0 18254 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 74236

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

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

[startup+1200.42 s]
/proc/loadavg: 1.02 1.00 0.92 2/78 24315
/proc/meminfo: memFree=876768/2055920 swapFree=4146080/4192956
[pid=24314] ppid=24312 vsize=74236 CPUtime=1200.03
/proc/24314/stat : 24314 (Spear-32) R 24312 24314 23736 0 -1 4194304 17940 0 0 0 119885 118 0 0 25 0 1 0 168507852 76017664 16927 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/24314/statm: 18559 16927 140 302 0 18254 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 74236

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.44
CPU time (s): 1200.05
CPU user time (s): 1198.86
CPU system time (s): 1.19382
CPU usage (%): 99.968
Max. virtual memory (cumulated for all children) (KiB): 74236

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

runsolver used 1.3378 second user time and 2.93055 second system time

The end

Launcher Data (download as text)

Begin job on node30 on Sat Feb 17 21:23:58 UTC 2007

IDJOB= 291864
IDBENCH= 19825
IDSOLVER= 131
FILE ID= node30/291864-1171747438

PBS_JOBID= 3839476

Free space on /tmp= 66563 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/5SAT/v80/unif-k5-r21.3-v80-c1704-S1279127780-17.UNSAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/291864-1171747438/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/291864-1171747438/instance-291864-1171747438.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node30/watcher-291864-1171747438 -o ROOT/results/node30/solver-291864-1171747438 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/291864-1171747438/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/291864-1171747438/instance-291864-1171747438.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  7fdde2ec2d206698ff9f891232ef9afa

RANDOM SEED= 364884794

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node30.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.270
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.270
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:        944760 kB
Buffers:         40772 kB
Cached:         959568 kB
SwapCached:      15240 kB
Active:         762256 kB
Inactive:       264096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        944760 kB
SwapTotal:     4192956 kB
SwapFree:      4146080 kB
Dirty:            1592 kB
Writeback:           0 kB
Mapped:          29880 kB
Slab:            70244 kB
Committed_AS:   556388 kB
PageTables:       1884 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66563 MiB

End job on node30 on Sat Feb 17 21:44:01 UTC 2007