Trace number 294119

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.36

General information on the benchmark

Namerandom/OnTreshold/5SAT/v130/
unif-k5-r21.3-v130-c2769-S116991008-16.SAT.shuffled.cnf
MD5SUM2c7bf3b36a08e984c6bfa25f8c13f2d7
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.044992
Satisfiable
(Un)Satisfiability was proved
Number of variables130
Number of clauses2769
Sum of the clauses size13845
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 52769
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/294119-1171783404/instance-294119-1171783404.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/node67/watcher-294119-1171783404 -o ROOT/results/node67/solver-294119-1171783404 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/294119-1171783404/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/294119-1171783404/instance-294119-1171783404.cnf 

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


[startup+0 s]
/proc/loadavg: 1.00 1.01 1.00 3/64 24843
/proc/meminfo: memFree=588680/2055920 swapFree=4183772/4192956
[pid=24843] ppid=24841 vsize=1396 CPUtime=0
/proc/24843/stat : 24843 (Spear-32) R 24841 24843 23749 0 -1 4194304 185 0 0 0 0 0 0 0 18 0 1 0 198298021 1429504 169 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/24843/statm: 349 169 128 302 0 44 0

[startup+0.10688 s]
/proc/loadavg: 1.00 1.01 1.00 3/64 24843
/proc/meminfo: memFree=588680/2055920 swapFree=4183772/4192956
[pid=24843] ppid=24841 vsize=1916 CPUtime=0.09
/proc/24843/stat : 24843 (Spear-32) R 24841 24843 23749 0 -1 4194304 311 0 0 0 9 0 0 0 18 0 1 0 198298021 1961984 295 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24843/statm: 479 295 140 302 0 174 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1916

[startup+0.514921 s]
/proc/loadavg: 1.00 1.01 1.00 3/64 24843
/proc/meminfo: memFree=588680/2055920 swapFree=4183772/4192956
[pid=24843] ppid=24841 vsize=2828 CPUtime=0.51
/proc/24843/stat : 24843 (Spear-32) R 24841 24843 23749 0 -1 4194304 538 0 0 0 50 1 0 0 21 0 1 0 198298021 2895872 522 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24843/statm: 707 522 140 302 0 402 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2828

[startup+1.33501 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 24844
/proc/meminfo: memFree=586176/2055920 swapFree=4183772/4192956
[pid=24843] ppid=24841 vsize=4000 CPUtime=1.32
/proc/24843/stat : 24843 (Spear-32) R 24841 24843 23749 0 -1 4194304 830 0 0 0 131 1 0 0 25 0 1 0 198298021 4096000 814 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24843/statm: 1000 814 140 302 0 695 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 4000

[startup+2.97618 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 24844
/proc/meminfo: memFree=584832/2055920 swapFree=4183772/4192956
[pid=24843] ppid=24841 vsize=5424 CPUtime=2.96
/proc/24843/stat : 24843 (Spear-32) R 24841 24843 23749 0 -1 4194304 1197 0 0 0 294 2 0 0 25 0 1 0 198298021 5554176 1181 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24843/statm: 1356 1181 140 302 0 1051 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 5424

[startup+6.25252 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 24844
/proc/meminfo: memFree=582536/2055920 swapFree=4183772/4192956
[pid=24843] ppid=24841 vsize=7640 CPUtime=6.24
/proc/24843/stat : 24843 (Spear-32) R 24841 24843 23749 0 -1 4194304 1729 0 0 0 620 4 0 0 25 0 1 0 198298021 7823360 1680 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24843/statm: 1910 1680 140 302 0 1605 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 7640

[startup+12.7062 s]
/proc/loadavg: 1.07 1.02 1.00 2/65 24844
/proc/meminfo: memFree=579464/2055920 swapFree=4183772/4192956
[pid=24843] ppid=24841 vsize=10368 CPUtime=12.69
/proc/24843/stat : 24843 (Spear-32) R 24841 24843 23749 0 -1 4194304 2441 0 0 0 1261 8 0 0 25 0 1 0 198298021 10616832 2392 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/24843/statm: 2592 2392 140 302 0 2287 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 10368

[startup+25.6026 s]
/proc/loadavg: 1.06 1.02 1.00 2/65 24844
/proc/meminfo: memFree=575688/2055920 swapFree=4183772/4192956
[pid=24843] ppid=24841 vsize=14464 CPUtime=25.59
/proc/24843/stat : 24843 (Spear-32) R 24841 24843 23749 0 -1 4194304 3451 0 0 0 2548 11 0 0 25 0 1 0 198298021 14811136 3337 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24843/statm: 3616 3337 140 302 0 3311 0
Current children cumulated CPU time (s) 25.59
Current children cumulated vsize (KiB) 14464

[startup+51.2082 s]
/proc/loadavg: 1.04 1.02 1.00 2/65 24844
/proc/meminfo: memFree=570120/2055920 swapFree=4183772/4192956
[pid=24843] ppid=24841 vsize=19872 CPUtime=51.19
/proc/24843/stat : 24843 (Spear-32) R 24841 24843 23749 0 -1 4194304 4826 0 0 0 5102 17 0 0 25 0 1 0 198298021 20348928 4712 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24843/statm: 4968 4712 140 302 0 4663 0
Current children cumulated CPU time (s) 51.19
Current children cumulated vsize (KiB) 19872

[startup+102.421 s]
/proc/loadavg: 1.02 1.01 1.00 2/65 24844
/proc/meminfo: memFree=562120/2055920 swapFree=4183772/4192956
[pid=24843] ppid=24841 vsize=28488 CPUtime=102.38
/proc/24843/stat : 24843 (Spear-32) R 24841 24843 23749 0 -1 4194304 6951 0 0 0 10213 25 0 0 25 0 1 0 198298021 29171712 6708 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24843/statm: 7122 6708 140 302 0 6817 0
Current children cumulated CPU time (s) 102.38
Current children cumulated vsize (KiB) 28488

[startup+162.449 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 24844
/proc/meminfo: memFree=554568/2055920 swapFree=4183772/4192956
[pid=24843] ppid=24841 vsize=36132 CPUtime=162.4
/proc/24843/stat : 24843 (Spear-32) R 24841 24843 23749 0 -1 4194304 8815 0 0 0 16206 34 0 0 25 0 1 0 198298021 36999168 8572 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526822 0 0 4096 0 0 0 0 17 1 0 0
/proc/24843/statm: 9033 8572 140 302 0 8728 0
Current children cumulated CPU time (s) 162.4
Current children cumulated vsize (KiB) 36132

[startup+222.471 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24844
/proc/meminfo: memFree=548744/2055920 swapFree=4183772/4192956
[pid=24843] ppid=24841 vsize=41952 CPUtime=222.4
/proc/24843/stat : 24843 (Spear-32) R 24841 24843 23749 0 -1 4194304 10274 0 0 0 22199 41 0 0 25 0 1 0 198298021 42958848 10031 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/24843/statm: 10488 10031 140 302 0 10183 0
Current children cumulated CPU time (s) 222.4
Current children cumulated vsize (KiB) 41952

[startup+282.493 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24844
/proc/meminfo: memFree=543816/2055920 swapFree=4183772/4192956
[pid=24843] ppid=24841 vsize=48304 CPUtime=282.41
/proc/24843/stat : 24843 (Spear-32) R 24841 24843 23749 0 -1 4194304 11768 0 0 0 28194 47 0 0 25 0 1 0 198298021 49463296 11268 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/24843/statm: 12076 11268 140 302 0 11771 0
Current children cumulated CPU time (s) 282.41
Current children cumulated vsize (KiB) 48304

[startup+342.517 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24844
/proc/meminfo: memFree=539144/2055920 swapFree=4183772/4192956
[pid=24843] ppid=24841 vsize=53036 CPUtime=342.42
/proc/24843/stat : 24843 (Spear-32) R 24841 24843 23749 0 -1 4194304 12931 0 0 0 34188 54 0 0 25 0 1 0 198298021 54308864 12431 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527080 0 0 4096 0 0 0 0 17 1 0 0
/proc/24843/statm: 13259 12431 140 302 0 12954 0
Current children cumulated CPU time (s) 342.42
Current children cumulated vsize (KiB) 53036

[startup+402.538 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24844
/proc/meminfo: memFree=535112/2055920 swapFree=4183772/4192956
[pid=24843] ppid=24841 vsize=57064 CPUtime=402.43
/proc/24843/stat : 24843 (Spear-32) R 24841 24843 23749 0 -1 4194304 13914 0 0 0 40184 59 0 0 25 0 1 0 198298021 58433536 13414 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/24843/statm: 14266 13414 140 302 0 13961 0
Current children cumulated CPU time (s) 402.43
Current children cumulated vsize (KiB) 57064

[startup+462.557 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24844
/proc/meminfo: memFree=531528/2055920 swapFree=4183772/4192956
[pid=24843] ppid=24841 vsize=60576 CPUtime=462.42
/proc/24843/stat : 24843 (Spear-32) R 24841 24843 23749 0 -1 4194304 14813 0 0 0 46179 63 0 0 25 0 1 0 198298021 62029824 14313 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/24843/statm: 15144 14313 140 302 0 14839 0
Current children cumulated CPU time (s) 462.42
Current children cumulated vsize (KiB) 60576

[startup+522.579 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24844
/proc/meminfo: memFree=527944/2055920 swapFree=4183772/4192956
[pid=24843] ppid=24841 vsize=64268 CPUtime=522.44
/proc/24843/stat : 24843 (Spear-32) R 24841 24843 23749 0 -1 4194304 15708 0 0 0 52174 70 0 0 25 0 1 0 198298021 65810432 15208 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/24843/statm: 16067 15208 140 302 0 15762 0
Current children cumulated CPU time (s) 522.44
Current children cumulated vsize (KiB) 64268

[startup+582.601 s]
/proc/loadavg: 1.08 1.03 1.01 2/65 24844
/proc/meminfo: memFree=524488/2055920 swapFree=4183772/4192956
[pid=24843] ppid=24841 vsize=67772 CPUtime=582.45
/proc/24843/stat : 24843 (Spear-32) R 24841 24843 23749 0 -1 4194304 16579 0 0 0 58170 75 0 0 25 0 1 0 198298021 69398528 16079 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24843/statm: 16943 16079 140 302 0 16638 0
Current children cumulated CPU time (s) 582.45
Current children cumulated vsize (KiB) 67772

[startup+642.625 s]
/proc/loadavg: 1.03 1.02 1.00 2/65 24844
/proc/meminfo: memFree=521288/2055920 swapFree=4183772/4192956
[pid=24843] ppid=24841 vsize=71020 CPUtime=642.45
/proc/24843/stat : 24843 (Spear-32) R 24841 24843 23749 0 -1 4194304 17375 0 0 0 64167 78 0 0 25 0 1 0 198298021 72724480 16875 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24843/statm: 17755 16875 140 302 0 17450 0
Current children cumulated CPU time (s) 642.45
Current children cumulated vsize (KiB) 71020

[startup+702.647 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 24844
/proc/meminfo: memFree=518024/2055920 swapFree=4183772/4192956
[pid=24843] ppid=24841 vsize=74332 CPUtime=702.46
/proc/24843/stat : 24843 (Spear-32) R 24841 24843 23749 0 -1 4194304 18194 0 0 0 70164 82 0 0 25 0 1 0 198298021 76115968 17694 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24843/statm: 18583 17694 140 302 0 18278 0
Current children cumulated CPU time (s) 702.46
Current children cumulated vsize (KiB) 74332

[startup+762.669 s]
/proc/loadavg: 1.05 1.03 1.00 2/65 24844
/proc/meminfo: memFree=514888/2055920 swapFree=4183772/4192956
[pid=24843] ppid=24841 vsize=77604 CPUtime=762.46
/proc/24843/stat : 24843 (Spear-32) R 24841 24843 23749 0 -1 4194304 18969 0 0 0 76159 87 0 0 25 0 1 0 198298021 79466496 18469 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/24843/statm: 19401 18469 140 302 0 19096 0
Current children cumulated CPU time (s) 762.46
Current children cumulated vsize (KiB) 77604

[startup+822.69 s]
/proc/loadavg: 1.09 1.04 1.00 2/65 24844
/proc/meminfo: memFree=511880/2055920 swapFree=4183772/4192956
[pid=24843] ppid=24841 vsize=80504 CPUtime=822.47
/proc/24843/stat : 24843 (Spear-32) R 24841 24843 23749 0 -1 4194304 19715 0 0 0 82157 90 0 0 25 0 1 0 198298021 82436096 19215 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/24843/statm: 20126 19215 140 302 0 19821 0
Current children cumulated CPU time (s) 822.47
Current children cumulated vsize (KiB) 80504

[startup+882.709 s]
/proc/loadavg: 1.03 1.03 1.00 2/65 24844
/proc/meminfo: memFree=509192/2055920 swapFree=4183772/4192956
[pid=24843] ppid=24841 vsize=83232 CPUtime=882.47
/proc/24843/stat : 24843 (Spear-32) R 24841 24843 23749 0 -1 4194304 20386 0 0 0 88153 94 0 0 25 0 1 0 198298021 85229568 19886 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24843/statm: 20808 19886 140 302 0 20503 0
Current children cumulated CPU time (s) 882.47
Current children cumulated vsize (KiB) 83232

[startup+942.729 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 24844
/proc/meminfo: memFree=506440/2055920 swapFree=4183772/4192956
[pid=24843] ppid=24841 vsize=88144 CPUtime=942.48
/proc/24843/stat : 24843 (Spear-32) R 24841 24843 23749 0 -1 4194304 21577 0 0 0 94150 98 0 0 25 0 1 0 198298021 90259456 20564 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/24843/statm: 22036 20564 140 302 0 21731 0
Current children cumulated CPU time (s) 942.48
Current children cumulated vsize (KiB) 88144

[startup+1002.75 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 24846
/proc/meminfo: memFree=503880/2055920 swapFree=4183772/4192956
[pid=24843] ppid=24841 vsize=90752 CPUtime=1002.48
/proc/24843/stat : 24843 (Spear-32) R 24841 24843 23749 0 -1 4194304 22225 0 0 0 100147 101 0 0 25 0 1 0 198298021 92930048 21212 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526775 0 0 4096 0 0 0 0 17 1 0 0
/proc/24843/statm: 22688 21212 140 302 0 22383 0
Current children cumulated CPU time (s) 1002.48
Current children cumulated vsize (KiB) 90752

[startup+1062.78 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 24846
/proc/meminfo: memFree=501320/2055920 swapFree=4183772/4192956
[pid=24843] ppid=24841 vsize=93472 CPUtime=1062.5
/proc/24843/stat : 24843 (Spear-32) R 24841 24843 23749 0 -1 4194304 22867 0 0 0 106145 105 0 0 25 0 1 0 198298021 95715328 21854 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/24843/statm: 23368 21854 140 302 0 23063 0
Current children cumulated CPU time (s) 1062.5
Current children cumulated vsize (KiB) 93472

[startup+1122.8 s]
/proc/loadavg: 1.03 1.02 1.00 2/65 24846
/proc/meminfo: memFree=498888/2055920 swapFree=4183772/4192956
[pid=24843] ppid=24841 vsize=95952 CPUtime=1122.49
/proc/24843/stat : 24843 (Spear-32) R 24841 24843 23749 0 -1 4194304 23473 0 0 0 112141 108 0 0 25 0 1 0 198298021 98254848 22460 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/24843/statm: 23988 22460 140 302 0 23683 0
Current children cumulated CPU time (s) 1122.49
Current children cumulated vsize (KiB) 95952

[startup+1182.82 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 24846
/proc/meminfo: memFree=496392/2055920 swapFree=4183772/4192956
[pid=24843] ppid=24841 vsize=98496 CPUtime=1182.5
/proc/24843/stat : 24843 (Spear-32) R 24841 24843 23749 0 -1 4194304 24088 0 0 0 118138 112 0 0 25 0 1 0 198298021 100859904 23075 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24843/statm: 24624 23075 140 302 0 24319 0
Current children cumulated CPU time (s) 1182.5
Current children cumulated vsize (KiB) 98496



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.34 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 24846
/proc/meminfo: memFree=495688/2055920 swapFree=4183772/4192956
[pid=24843] ppid=24841 vsize=99136 CPUtime=1200.03
/proc/24843/stat : 24843 (Spear-32) R 24841 24843 23749 0 -1 4194304 24251 0 0 0 119889 114 0 0 25 0 1 0 198298021 101515264 23238 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526739 0 0 4096 0 0 0 0 17 1 0 0
/proc/24843/statm: 24784 23238 140 302 0 24479 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 99136

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

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

[startup+1200.34 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 24846
/proc/meminfo: memFree=495688/2055920 swapFree=4183772/4192956
[pid=24843] ppid=24841 vsize=99136 CPUtime=1200.03
/proc/24843/stat : 24843 (Spear-32) R 24841 24843 23749 0 -1 4194304 24251 0 0 0 119889 114 0 0 25 0 1 0 198298021 101515264 23238 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526739 0 0 4096 0 0 0 0 17 1 0 0
/proc/24843/statm: 24784 23238 140 302 0 24479 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 99136

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.36
CPU time (s): 1200.05
CPU user time (s): 1198.89
CPU system time (s): 1.15582
CPU usage (%): 99.9742
Max. virtual memory (cumulated for all children) (KiB): 99136

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

runsolver used 0.868867 second user time and 2.35764 second system time

The end

Launcher Data (download as text)

Begin job on node67 on Sun Feb 18 07:23:24 UTC 2007

IDJOB= 294119
IDBENCH= 19880
IDSOLVER= 131
FILE ID= node67/294119-1171783404

PBS_JOBID= 3839540

Free space on /tmp= 66563 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/5SAT/v130/unif-k5-r21.3-v130-c2769-S116991008-16.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/294119-1171783404/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/294119-1171783404/instance-294119-1171783404.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node67/watcher-294119-1171783404 -o ROOT/results/node67/solver-294119-1171783404 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/294119-1171783404/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/294119-1171783404/instance-294119-1171783404.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  2c7bf3b36a08e984c6bfa25f8c13f2d7

RANDOM SEED= 895105993

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:        589024 kB
Buffers:         47904 kB
Cached:        1298968 kB
SwapCached:       3608 kB
Active:         720640 kB
Inactive:       636240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        589024 kB
SwapTotal:     4192956 kB
SwapFree:      4183772 kB
Dirty:            1592 kB
Writeback:           0 kB
Mapped:          15476 kB
Slab:            95896 kB
Committed_AS:   608484 kB
PageTables:       1452 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 node67 on Sun Feb 18 07:43:26 UTC 2007