Trace number 294120

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.09 1200.4

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/294120-1171783434/instance-294120-1171783434.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/node34/watcher-294120-1171783434 -o ROOT/results/node34/solver-294120-1171783434 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/294120-1171783434/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/294120-1171783434/instance-294120-1171783434.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.00 1.00 3/64 2833
/proc/meminfo: memFree=895536/2055920 swapFree=4183096/4192956
[pid=2833] ppid=2831 vsize=1396 CPUtime=0
/proc/2833/stat : 2833 (Spear-32) R 2831 2833 1699 0 -1 4194304 185 0 0 0 0 0 0 0 18 0 1 0 172107193 1429504 169 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/2833/statm: 349 169 128 302 0 44 0

[startup+0.106261 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2833
/proc/meminfo: memFree=895536/2055920 swapFree=4183096/4192956
[pid=2833] ppid=2831 vsize=1916 CPUtime=0.1
/proc/2833/stat : 2833 (Spear-32) R 2831 2833 1699 0 -1 4194304 311 0 0 0 10 0 0 0 18 0 1 0 172107193 1961984 295 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2833/statm: 479 295 140 302 0 174 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1916

[startup+0.514292 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2833
/proc/meminfo: memFree=895536/2055920 swapFree=4183096/4192956
[pid=2833] ppid=2831 vsize=2828 CPUtime=0.5
/proc/2833/stat : 2833 (Spear-32) R 2831 2833 1699 0 -1 4194304 538 0 0 0 50 0 0 0 21 0 1 0 172107193 2895872 522 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2833/statm: 707 522 140 302 0 402 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2828

[startup+1.33436 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2834
/proc/meminfo: memFree=893096/2055920 swapFree=4183096/4192956
[pid=2833] ppid=2831 vsize=4000 CPUtime=1.33
/proc/2833/stat : 2833 (Spear-32) R 2831 2833 1699 0 -1 4194304 832 0 0 0 132 1 0 0 25 0 1 0 172107193 4096000 816 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2833/statm: 1000 816 140 302 0 695 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 4000

[startup+2.97049 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2834
/proc/meminfo: memFree=891752/2055920 swapFree=4183096/4192956
[pid=2833] ppid=2831 vsize=5556 CPUtime=2.96
/proc/2833/stat : 2833 (Spear-32) R 2831 2833 1699 0 -1 4194304 1198 0 0 0 294 2 0 0 25 0 1 0 172107193 5689344 1182 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2833/statm: 1389 1182 140 302 0 1084 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 5556

[startup+6.24975 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2834
/proc/meminfo: memFree=889448/2055920 swapFree=4183096/4192956
[pid=2833] ppid=2831 vsize=7640 CPUtime=6.24
/proc/2833/stat : 2833 (Spear-32) R 2831 2833 1699 0 -1 4194304 1729 0 0 0 620 4 0 0 25 0 1 0 172107193 7823360 1680 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2833/statm: 1910 1680 140 302 0 1605 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 7640

[startup+12.7023 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2834
/proc/meminfo: memFree=886312/2055920 swapFree=4183096/4192956
[pid=2833] ppid=2831 vsize=10368 CPUtime=12.69
/proc/2833/stat : 2833 (Spear-32) R 2831 2833 1699 0 -1 4194304 2443 0 0 0 1263 6 0 0 25 0 1 0 172107193 10616832 2394 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2833/statm: 2592 2394 140 302 0 2287 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 10368

[startup+25.5063 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2834
/proc/meminfo: memFree=882600/2055920 swapFree=4183096/4192956
[pid=2833] ppid=2831 vsize=14336 CPUtime=25.49
/proc/2833/stat : 2833 (Spear-32) R 2831 2833 1699 0 -1 4194304 3446 0 0 0 2540 9 0 0 25 0 1 0 172107193 14680064 3332 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/2833/statm: 3584 3332 140 302 0 3279 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 14336

[startup+51.1134 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2834
/proc/meminfo: memFree=876968/2055920 swapFree=4183096/4192956
[pid=2833] ppid=2831 vsize=19872 CPUtime=51.09
/proc/2833/stat : 2833 (Spear-32) R 2831 2833 1699 0 -1 4194304 4821 0 0 0 5094 15 0 0 25 0 1 0 172107193 20348928 4707 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/2833/statm: 4968 4707 140 302 0 4663 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 19872

[startup+102.326 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2834
/proc/meminfo: memFree=869096/2055920 swapFree=4183096/4192956
[pid=2833] ppid=2831 vsize=28488 CPUtime=102.29
/proc/2833/stat : 2833 (Spear-32) R 2831 2833 1699 0 -1 4194304 6948 0 0 0 10205 24 0 0 25 0 1 0 172107193 29171712 6705 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2833/statm: 7122 6705 140 302 0 6817 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 28488

[startup+162.349 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2834
/proc/meminfo: memFree=861416/2055920 swapFree=4183096/4192956
[pid=2833] ppid=2831 vsize=36132 CPUtime=162.29
/proc/2833/stat : 2833 (Spear-32) R 2831 2833 1699 0 -1 4194304 8814 0 0 0 16196 33 0 0 25 0 1 0 172107193 36999168 8571 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2833/statm: 9033 8571 140 302 0 8728 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 36132

[startup+222.365 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2834
/proc/meminfo: memFree=855592/2055920 swapFree=4183096/4192956
[pid=2833] ppid=2831 vsize=41952 CPUtime=222.29
/proc/2833/stat : 2833 (Spear-32) R 2831 2833 1699 0 -1 4194304 10272 0 0 0 22187 42 0 0 25 0 1 0 172107193 42958848 10029 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2833/statm: 10488 10029 140 302 0 10183 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 41952

[startup+282.38 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2834
/proc/meminfo: memFree=850664/2055920 swapFree=4183096/4192956
[pid=2833] ppid=2831 vsize=48304 CPUtime=282.29
/proc/2833/stat : 2833 (Spear-32) R 2831 2833 1699 0 -1 4194304 11765 0 0 0 28181 48 0 0 25 0 1 0 172107193 49463296 11265 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2833/statm: 12076 11265 140 302 0 11771 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 48304

[startup+342.396 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2834
/proc/meminfo: memFree=845992/2055920 swapFree=4183096/4192956
[pid=2833] ppid=2831 vsize=53036 CPUtime=342.29
/proc/2833/stat : 2833 (Spear-32) R 2831 2833 1699 0 -1 4194304 12929 0 0 0 34175 54 0 0 25 0 1 0 172107193 54308864 12429 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2833/statm: 13259 12429 140 302 0 12954 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 53036

[startup+402.416 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2834
/proc/meminfo: memFree=842024/2055920 swapFree=4183096/4192956
[pid=2833] ppid=2831 vsize=57064 CPUtime=402.3
/proc/2833/stat : 2833 (Spear-32) R 2831 2833 1699 0 -1 4194304 13913 0 0 0 40169 61 0 0 25 0 1 0 172107193 58433536 13413 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/2833/statm: 14266 13413 140 302 0 13961 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 57064

[startup+462.433 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2834
/proc/meminfo: memFree=838376/2055920 swapFree=4183096/4192956
[pid=2833] ppid=2831 vsize=60576 CPUtime=462.3
/proc/2833/stat : 2833 (Spear-32) R 2831 2833 1699 0 -1 4194304 14812 0 0 0 46163 67 0 0 25 0 1 0 172107193 62029824 14312 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2833/statm: 15144 14312 140 302 0 14839 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 60576

[startup+522.45 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2834
/proc/meminfo: memFree=834856/2055920 swapFree=4183096/4192956
[pid=2833] ppid=2831 vsize=64268 CPUtime=522.31
/proc/2833/stat : 2833 (Spear-32) R 2831 2833 1699 0 -1 4194304 15704 0 0 0 52157 74 0 0 25 0 1 0 172107193 65810432 15204 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2833/statm: 16067 15204 140 302 0 15762 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 64268

[startup+582.469 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2834
/proc/meminfo: memFree=831400/2055920 swapFree=4183096/4192956
[pid=2833] ppid=2831 vsize=67772 CPUtime=582.31
/proc/2833/stat : 2833 (Spear-32) R 2831 2833 1699 0 -1 4194304 16577 0 0 0 58153 78 0 0 25 0 1 0 172107193 69398528 16077 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2833/statm: 16943 16077 140 302 0 16638 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 67772

[startup+642.491 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2834
/proc/meminfo: memFree=828200/2055920 swapFree=4183096/4192956
[pid=2833] ppid=2831 vsize=71020 CPUtime=642.31
/proc/2833/stat : 2833 (Spear-32) R 2831 2833 1699 0 -1 4194304 17371 0 0 0 64147 84 0 0 25 0 1 0 172107193 72724480 16871 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/2833/statm: 17755 16871 140 302 0 17450 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 71020

[startup+702.51 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2834
/proc/meminfo: memFree=824936/2055920 swapFree=4183096/4192956
[pid=2833] ppid=2831 vsize=74332 CPUtime=702.32
/proc/2833/stat : 2833 (Spear-32) R 2831 2833 1699 0 -1 4194304 18191 0 0 0 70142 90 0 0 25 0 1 0 172107193 76115968 17691 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/2833/statm: 18583 17691 140 302 0 18278 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 74332

[startup+762.528 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2834
/proc/meminfo: memFree=821800/2055920 swapFree=4183096/4192956
[pid=2833] ppid=2831 vsize=77604 CPUtime=762.33
/proc/2833/stat : 2833 (Spear-32) R 2831 2833 1699 0 -1 4194304 18962 0 0 0 76138 95 0 0 25 0 1 0 172107193 79466496 18462 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526727 0 0 4096 0 0 0 0 17 1 0 0
/proc/2833/statm: 19401 18462 140 302 0 19096 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 77604

[startup+822.553 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2834
/proc/meminfo: memFree=818728/2055920 swapFree=4183096/4192956
[pid=2833] ppid=2831 vsize=80504 CPUtime=822.33
/proc/2833/stat : 2833 (Spear-32) R 2831 2833 1699 0 -1 4194304 19710 0 0 0 82134 99 0 0 25 0 1 0 172107193 82436096 19210 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/2833/statm: 20126 19210 140 302 0 19821 0
Current children cumulated CPU time (s) 822.33
Current children cumulated vsize (KiB) 80504

[startup+882.571 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2834
/proc/meminfo: memFree=816104/2055920 swapFree=4183096/4192956
[pid=2833] ppid=2831 vsize=83232 CPUtime=882.33
/proc/2833/stat : 2833 (Spear-32) R 2831 2833 1699 0 -1 4194304 20381 0 0 0 88131 102 0 0 25 0 1 0 172107193 85229568 19881 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2833/statm: 20808 19881 140 302 0 20503 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 83232

[startup+942.591 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2834
/proc/meminfo: memFree=813416/2055920 swapFree=4183096/4192956
[pid=2833] ppid=2831 vsize=88144 CPUtime=942.34
/proc/2833/stat : 2833 (Spear-32) R 2831 2833 1699 0 -1 4194304 21570 0 0 0 94127 107 0 0 25 0 1 0 172107193 90259456 20557 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/2833/statm: 22036 20557 140 302 0 21731 0
Current children cumulated CPU time (s) 942.34
Current children cumulated vsize (KiB) 88144

[startup+1002.61 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2834
/proc/meminfo: memFree=810792/2055920 swapFree=4183096/4192956
[pid=2833] ppid=2831 vsize=90752 CPUtime=1002.34
/proc/2833/stat : 2833 (Spear-32) R 2831 2833 1699 0 -1 4194304 22216 0 0 0 100123 111 0 0 25 0 1 0 172107193 92930048 21203 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/2833/statm: 22688 21203 140 302 0 22383 0
Current children cumulated CPU time (s) 1002.34
Current children cumulated vsize (KiB) 90752

[startup+1062.63 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2834
/proc/meminfo: memFree=808168/2055920 swapFree=4183096/4192956
[pid=2833] ppid=2831 vsize=93344 CPUtime=1062.35
/proc/2833/stat : 2833 (Spear-32) R 2831 2833 1699 0 -1 4194304 22858 0 0 0 106121 114 0 0 25 0 1 0 172107193 95584256 21845 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/2833/statm: 23336 21845 140 302 0 23031 0
Current children cumulated CPU time (s) 1062.35
Current children cumulated vsize (KiB) 93344

[startup+1122.65 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2834
/proc/meminfo: memFree=805736/2055920 swapFree=4183096/4192956
[pid=2833] ppid=2831 vsize=95952 CPUtime=1122.35
/proc/2833/stat : 2833 (Spear-32) R 2831 2833 1699 0 -1 4194304 23464 0 0 0 112117 118 0 0 25 0 1 0 172107193 98254848 22451 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526710 0 0 4096 0 0 0 0 17 1 0 0
/proc/2833/statm: 23988 22451 140 302 0 23683 0
Current children cumulated CPU time (s) 1122.35
Current children cumulated vsize (KiB) 95952

[startup+1182.66 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2834
/proc/meminfo: memFree=803304/2055920 swapFree=4183096/4192956
[pid=2833] ppid=2831 vsize=98364 CPUtime=1182.35
/proc/2833/stat : 2833 (Spear-32) R 2831 2833 1699 0 -1 4194304 24069 0 0 0 118114 121 0 0 25 0 1 0 172107193 100724736 23056 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526767 0 0 4096 0 0 0 0 17 1 0 0
/proc/2833/statm: 24591 23056 140 302 0 24286 0
Current children cumulated CPU time (s) 1182.35
Current children cumulated vsize (KiB) 98364



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.38 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2834
/proc/meminfo: memFree=802600/2055920 swapFree=4183096/4192956
[pid=2833] ppid=2831 vsize=99136 CPUtime=1200.07
/proc/2833/stat : 2833 (Spear-32) R 2831 2833 1699 0 -1 4194304 24242 0 0 0 119884 123 0 0 25 0 1 0 172107193 101515264 23229 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/2833/statm: 24784 23229 140 302 0 24479 0
Current children cumulated CPU time (s) 1200.07
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.38 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2834
/proc/meminfo: memFree=802600/2055920 swapFree=4183096/4192956
[pid=2833] ppid=2831 vsize=99136 CPUtime=1200.07
/proc/2833/stat : 2833 (Spear-32) R 2831 2833 1699 0 -1 4194304 24242 0 0 0 119884 123 0 0 25 0 1 0 172107193 101515264 23229 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/2833/statm: 24784 23229 140 302 0 24479 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 99136

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.4
CPU time (s): 1200.09
CPU user time (s): 1198.85
CPU system time (s): 1.24681
CPU usage (%): 99.9742
Max. virtual memory (cumulated for all children) (KiB): 99136

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

runsolver used 0.833873 second user time and 2.37664 second system time

The end

Launcher Data (download as text)

Begin job on node34 on Sun Feb 18 07:23:54 UTC 2007

IDJOB= 294120
IDBENCH= 19880
IDSOLVER= 132
FILE ID= node34/294120-1171783434

PBS_JOBID= 3839541

Free space on /tmp= 66563 MiB

SOLVER NAME= Spear FH 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/294120-1171783434/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/294120-1171783434/instance-294120-1171783434.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node34/watcher-294120-1171783434 -o ROOT/results/node34/solver-294120-1171783434 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/294120-1171783434/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/294120-1171783434/instance-294120-1171783434.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  2c7bf3b36a08e984c6bfa25f8c13f2d7

RANDOM SEED= 857899672

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node34.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.234
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.234
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:        896008 kB
Buffers:         40976 kB
Cached:        1020236 kB
SwapCached:       4688 kB
Active:         737696 kB
Inactive:       333944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        896008 kB
SwapTotal:     4192956 kB
SwapFree:      4183096 kB
Dirty:            1592 kB
Writeback:           0 kB
Mapped:          15432 kB
Slab:            74324 kB
Committed_AS:   456292 kB
PageTables:       1396 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 node34 on Sun Feb 18 07:43:56 UTC 2007