Trace number 291538

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 2007-02-12? (TO) 1200.04 1200.33

General information on the benchmark

Namerandom/OnTreshold/5SAT/v80/
unif-k5-r21.3-v80-c1704-S309048450-11.SAT.shuffled.cnf
MD5SUM6d383381e8ab688e1b7567de1fb83536
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.077987
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/291538-1171743689/instance-291538-1171743689.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/node41/watcher-291538-1171743689 -o ROOT/results/node41/solver-291538-1171743689 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/291538-1171743689/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/291538-1171743689/instance-291538-1171743689.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.00 0.02 0.27 3/64 12969
/proc/meminfo: memFree=1306424/2055920 swapFree=4183936/4192956
[pid=12969] ppid=12967 vsize=1396 CPUtime=0
/proc/12969/stat : 12969 (Spear-32) R 12967 12969 12912 0 -1 4194304 182 0 0 0 0 0 0 0 18 0 1 0 194324864 1429504 166 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134799745 0 0 4096 0 0 0 0 17 1 0 0
/proc/12969/statm: 349 166 128 302 0 44 0

[startup+0.1075 s]
/proc/loadavg: 0.00 0.02 0.27 3/64 12969
/proc/meminfo: memFree=1306424/2055920 swapFree=4183936/4192956
[pid=12969] ppid=12967 vsize=1784 CPUtime=0.1
/proc/12969/stat : 12969 (Spear-32) R 12967 12969 12912 0 -1 4194304 281 0 0 0 10 0 0 0 18 0 1 0 194324864 1826816 265 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12969/statm: 446 265 140 302 0 141 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1784

[startup+0.515533 s]
/proc/loadavg: 0.00 0.02 0.27 3/64 12969
/proc/meminfo: memFree=1306424/2055920 swapFree=4183936/4192956
[pid=12969] ppid=12967 vsize=2564 CPUtime=0.5
/proc/12969/stat : 12969 (Spear-32) R 12967 12969 12912 0 -1 4194304 475 0 0 0 50 0 0 0 21 0 1 0 194324864 2625536 459 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12969/statm: 641 459 140 302 0 336 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2564

[startup+1.33561 s]
/proc/loadavg: 0.00 0.02 0.27 2/65 12970
/proc/meminfo: memFree=1304496/2055920 swapFree=4183936/4192956
[pid=12969] ppid=12967 vsize=3460 CPUtime=1.33
/proc/12969/stat : 12969 (Spear-32) R 12967 12969 12912 0 -1 4194304 710 0 0 0 132 1 0 0 25 0 1 0 194324864 3543040 694 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12969/statm: 865 694 140 302 0 560 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 3460

[startup+2.97675 s]
/proc/loadavg: 0.00 0.02 0.27 2/65 12970
/proc/meminfo: memFree=1303408/2055920 swapFree=4183936/4192956
[pid=12969] ppid=12967 vsize=4644 CPUtime=2.97
/proc/12969/stat : 12969 (Spear-32) R 12967 12969 12912 0 -1 4194304 990 0 0 0 295 2 0 0 25 0 1 0 194324864 4755456 974 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134526781 0 0 4096 0 0 0 0 17 1 0 0
/proc/12969/statm: 1161 974 140 302 0 856 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 4644

[startup+6.25303 s]
/proc/loadavg: 0.08 0.04 0.27 2/65 12970
/proc/meminfo: memFree=1301616/2055920 swapFree=4183936/4192956
[pid=12969] ppid=12967 vsize=6332 CPUtime=6.24
/proc/12969/stat : 12969 (Spear-32) R 12967 12969 12912 0 -1 4194304 1406 0 0 0 620 4 0 0 25 0 1 0 194324864 6483968 1357 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12969/statm: 1583 1357 140 302 0 1278 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 6332

[startup+12.7066 s]
/proc/loadavg: 0.15 0.05 0.28 2/65 12970
/proc/meminfo: memFree=1299248/2055920 swapFree=4183936/4192956
[pid=12969] ppid=12967 vsize=8556 CPUtime=12.69
/proc/12969/stat : 12969 (Spear-32) R 12967 12969 12912 0 -1 4194304 1929 0 0 0 1263 6 0 0 25 0 1 0 194324864 8761344 1880 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12969/statm: 2139 1880 140 302 0 1834 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 8556

[startup+25.5077 s]
/proc/loadavg: 0.34 0.10 0.29 2/65 12970
/proc/meminfo: memFree=1296368/2055920 swapFree=4183936/4192956
[pid=12969] ppid=12967 vsize=11776 CPUtime=25.49
/proc/12969/stat : 12969 (Spear-32) R 12967 12969 12912 0 -1 4194304 2721 0 0 0 2540 9 0 0 25 0 1 0 194324864 12058624 2607 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12969/statm: 2944 2607 140 302 0 2639 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 11776

[startup+51.1139 s]
/proc/loadavg: 0.56 0.17 0.30 2/65 12970
/proc/meminfo: memFree=1292144/2055920 swapFree=4183936/4192956
[pid=12969] ppid=12967 vsize=15980 CPUtime=51.09
/proc/12969/stat : 12969 (Spear-32) R 12967 12969 12912 0 -1 4194304 3756 0 0 0 5094 15 0 0 25 0 1 0 194324864 16363520 3642 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12969/statm: 3995 3642 140 302 0 3690 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 15980

[startup+102.324 s]
/proc/loadavg: 0.81 0.29 0.34 2/65 12970
/proc/meminfo: memFree=1286256/2055920 swapFree=4183936/4192956
[pid=12969] ppid=12967 vsize=22904 CPUtime=102.29
/proc/12969/stat : 12969 (Spear-32) R 12967 12969 12912 0 -1 4194304 5359 0 0 0 10206 23 0 0 25 0 1 0 194324864 23453696 5116 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12969/statm: 5726 5116 141 302 0 5421 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 22904

[startup+162.348 s]
/proc/loadavg: 0.93 0.42 0.38 2/65 12970
/proc/meminfo: memFree=1280560/2055920 swapFree=4183936/4192956
[pid=12969] ppid=12967 vsize=29132 CPUtime=162.3
/proc/12969/stat : 12969 (Spear-32) R 12967 12969 12912 0 -1 4194304 6758 0 0 0 16200 30 0 0 25 0 1 0 194324864 29831168 6515 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134526967 0 0 4096 0 0 0 0 17 1 0 0
/proc/12969/statm: 7283 6515 141 302 0 6978 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 29132

[startup+222.366 s]
/proc/loadavg: 0.97 0.52 0.41 2/65 12970
/proc/meminfo: memFree=1276592/2055920 swapFree=4183936/4192956
[pid=12969] ppid=12967 vsize=33232 CPUtime=222.3
/proc/12969/stat : 12969 (Spear-32) R 12967 12969 12912 0 -1 4194304 7753 0 0 0 22193 37 0 0 25 0 1 0 194324864 34029568 7510 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12969/statm: 8308 7510 141 302 0 8003 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 33232

[startup+282.385 s]
/proc/loadavg: 0.99 0.61 0.45 2/65 12970
/proc/meminfo: memFree=1273008/2055920 swapFree=4183936/4192956
[pid=12969] ppid=12967 vsize=37704 CPUtime=282.31
/proc/12969/stat : 12969 (Spear-32) R 12967 12969 12912 0 -1 4194304 8907 0 0 0 28188 43 0 0 25 0 1 0 194324864 38608896 8407 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/12969/statm: 9426 8407 141 302 0 9121 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 37704

[startup+342.403 s]
/proc/loadavg: 0.99 0.68 0.48 2/65 12970
/proc/meminfo: memFree=1269872/2055920 swapFree=4183936/4192956
[pid=12969] ppid=12967 vsize=41256 CPUtime=342.31
/proc/12969/stat : 12969 (Spear-32) R 12967 12969 12912 0 -1 4194304 9691 0 0 0 34183 48 0 0 25 0 1 0 194324864 42246144 9191 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/12969/statm: 10314 9191 141 302 0 10009 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 41256

[startup+402.426 s]
/proc/loadavg: 0.99 0.73 0.51 2/65 12970
/proc/meminfo: memFree=1267056/2055920 swapFree=4183936/4192956
[pid=12969] ppid=12967 vsize=44168 CPUtime=402.32
/proc/12969/stat : 12969 (Spear-32) R 12967 12969 12912 0 -1 4194304 10383 0 0 0 40179 53 0 0 25 0 1 0 194324864 45228032 9883 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12969/statm: 11042 9883 141 302 0 10737 0
Current children cumulated CPU time (s) 402.32
Current children cumulated vsize (KiB) 44168

[startup+462.445 s]
/proc/loadavg: 0.99 0.78 0.54 2/65 12970
/proc/meminfo: memFree=1264816/2055920 swapFree=4183936/4192956
[pid=12969] ppid=12967 vsize=46256 CPUtime=462.32
/proc/12969/stat : 12969 (Spear-32) R 12967 12969 12912 0 -1 4194304 10954 0 0 0 46173 59 0 0 25 0 1 0 194324864 47366144 10454 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12969/statm: 11564 10454 141 302 0 11259 0
Current children cumulated CPU time (s) 462.32
Current children cumulated vsize (KiB) 46256

[startup+522.466 s]
/proc/loadavg: 0.99 0.82 0.56 2/65 12970
/proc/meminfo: memFree=1262448/2055920 swapFree=4183936/4192956
[pid=12969] ppid=12967 vsize=48580 CPUtime=522.33
/proc/12969/stat : 12969 (Spear-32) R 12967 12969 12912 0 -1 4194304 11535 0 0 0 52169 64 0 0 25 0 1 0 194324864 49745920 11035 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12969/statm: 12145 11035 141 302 0 11840 0
Current children cumulated CPU time (s) 522.33
Current children cumulated vsize (KiB) 48580

[startup+582.486 s]
/proc/loadavg: 0.99 0.85 0.59 2/65 12970
/proc/meminfo: memFree=1260336/2055920 swapFree=4183936/4192956
[pid=12969] ppid=12967 vsize=50656 CPUtime=582.34
/proc/12969/stat : 12969 (Spear-32) R 12967 12969 12912 0 -1 4194304 12066 0 0 0 58167 67 0 0 25 0 1 0 194324864 51871744 11566 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/12969/statm: 12664 11566 141 302 0 12359 0
Current children cumulated CPU time (s) 582.34
Current children cumulated vsize (KiB) 50656

[startup+642.509 s]
/proc/loadavg: 1.03 0.89 0.62 2/65 12970
/proc/meminfo: memFree=1257648/2055920 swapFree=4183936/4192956
[pid=12969] ppid=12967 vsize=53628 CPUtime=642.34
/proc/12969/stat : 12969 (Spear-32) R 12967 12969 12912 0 -1 4194304 12728 0 0 0 64161 73 0 0 25 0 1 0 194324864 54915072 12228 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134527098 0 0 4096 0 0 0 0 17 1 0 0
/proc/12969/statm: 13407 12228 141 302 0 13102 0
Current children cumulated CPU time (s) 642.34
Current children cumulated vsize (KiB) 53628

[startup+702.529 s]
/proc/loadavg: 1.01 0.90 0.64 2/65 12970
/proc/meminfo: memFree=1255408/2055920 swapFree=4183936/4192956
[pid=12969] ppid=12967 vsize=55888 CPUtime=702.35
/proc/12969/stat : 12969 (Spear-32) R 12967 12969 12912 0 -1 4194304 13304 0 0 0 70158 77 0 0 25 0 1 0 194324864 57229312 12804 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134527163 0 0 4096 0 0 0 0 17 1 0 0
/proc/12969/statm: 13972 12804 141 302 0 13667 0
Current children cumulated CPU time (s) 702.35
Current children cumulated vsize (KiB) 55888

[startup+762.551 s]
/proc/loadavg: 1.00 0.92 0.66 2/65 12970
/proc/meminfo: memFree=1251760/2055920 swapFree=4183936/4192956
[pid=12969] ppid=12967 vsize=60276 CPUtime=762.36
/proc/12969/stat : 12969 (Spear-32) R 12967 12969 12912 0 -1 4194304 14209 0 0 0 76154 82 0 0 25 0 1 0 194324864 61722624 13709 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/12969/statm: 15069 13709 141 302 0 14764 0
Current children cumulated CPU time (s) 762.36
Current children cumulated vsize (KiB) 60276

[startup+822.574 s]
/proc/loadavg: 1.00 0.93 0.67 2/65 12970
/proc/meminfo: memFree=1249392/2055920 swapFree=4183936/4192956
[pid=12969] ppid=12967 vsize=63112 CPUtime=822.37
/proc/12969/stat : 12969 (Spear-32) R 12967 12969 12912 0 -1 4194304 14801 0 0 0 82151 86 0 0 25 0 1 0 194324864 64626688 14301 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12969/statm: 15778 14301 141 302 0 15473 0
Current children cumulated CPU time (s) 822.37
Current children cumulated vsize (KiB) 63112

[startup+882.595 s]
/proc/loadavg: 1.03 0.95 0.70 2/65 12970
/proc/meminfo: memFree=1247216/2055920 swapFree=4183936/4192956
[pid=12969] ppid=12967 vsize=64932 CPUtime=882.37
/proc/12969/stat : 12969 (Spear-32) R 12967 12969 12912 0 -1 4194304 15338 0 0 0 88147 90 0 0 25 0 1 0 194324864 66490368 14838 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12969/statm: 16233 14838 141 302 0 15928 0
Current children cumulated CPU time (s) 882.37
Current children cumulated vsize (KiB) 64932

[startup+942.614 s]
/proc/loadavg: 1.01 0.96 0.71 2/65 12970
/proc/meminfo: memFree=1245424/2055920 swapFree=4183936/4192956
[pid=12969] ppid=12967 vsize=66728 CPUtime=942.38
/proc/12969/stat : 12969 (Spear-32) R 12967 12969 12912 0 -1 4194304 15784 0 0 0 94143 95 0 0 25 0 1 0 194324864 68329472 15284 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/12969/statm: 16682 15284 141 302 0 16377 0
Current children cumulated CPU time (s) 942.38
Current children cumulated vsize (KiB) 66728

[startup+1002.63 s]
/proc/loadavg: 1.00 0.97 0.73 2/65 12970
/proc/meminfo: memFree=1243440/2055920 swapFree=4183936/4192956
[pid=12969] ppid=12967 vsize=68416 CPUtime=1002.38
/proc/12969/stat : 12969 (Spear-32) R 12967 12969 12912 0 -1 4194304 16281 0 0 0 100139 99 0 0 25 0 1 0 194324864 70057984 15781 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/12969/statm: 17104 15781 141 302 0 16799 0
Current children cumulated CPU time (s) 1002.38
Current children cumulated vsize (KiB) 68416

[startup+1062.66 s]
/proc/loadavg: 1.00 0.97 0.74 2/65 12972
/proc/meminfo: memFree=1240752/2055920 swapFree=4183936/4192956
[pid=12969] ppid=12967 vsize=73480 CPUtime=1062.39
/proc/12969/stat : 12969 (Spear-32) R 12967 12969 12912 0 -1 4194304 17459 0 0 0 106136 103 0 0 25 0 1 0 194324864 75243520 16446 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134526710 0 0 4096 0 0 0 0 17 1 0 0
/proc/12969/statm: 18370 16446 141 302 0 18065 0
Current children cumulated CPU time (s) 1062.39
Current children cumulated vsize (KiB) 73480

[startup+1122.67 s]
/proc/loadavg: 1.00 0.97 0.75 2/65 12972
/proc/meminfo: memFree=1238960/2055920 swapFree=4183936/4192956
[pid=12969] ppid=12967 vsize=75144 CPUtime=1122.39
/proc/12969/stat : 12969 (Spear-32) R 12967 12969 12912 0 -1 4194304 17906 0 0 0 112133 106 0 0 25 0 1 0 194324864 76947456 16893 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134526871 0 0 4096 0 0 0 0 17 1 0 0
/proc/12969/statm: 18786 16893 141 302 0 18481 0
Current children cumulated CPU time (s) 1122.39
Current children cumulated vsize (KiB) 75144

[startup+1182.7 s]
/proc/loadavg: 1.00 0.97 0.77 2/65 12972
/proc/meminfo: memFree=1237104/2055920 swapFree=4183936/4192956
[pid=12969] ppid=12967 vsize=76944 CPUtime=1182.4
/proc/12969/stat : 12969 (Spear-32) R 12967 12969 12912 0 -1 4194304 18355 0 0 0 118130 110 0 0 25 0 1 0 194324864 78790656 17342 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12969/statm: 19236 17342 141 302 0 18931 0
Current children cumulated CPU time (s) 1182.4
Current children cumulated vsize (KiB) 76944



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.32 s]
/proc/loadavg: 1.00 0.97 0.77 2/65 12972
/proc/meminfo: memFree=1236528/2055920 swapFree=4183936/4192956
[pid=12969] ppid=12967 vsize=77600 CPUtime=1200.02
/proc/12969/stat : 12969 (Spear-32) R 12967 12969 12912 0 -1 4194304 18492 0 0 0 119891 111 0 0 25 0 1 0 194324864 79462400 17479 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134526784 0 0 4096 0 0 0 0 17 1 0 0
/proc/12969/statm: 19400 17479 141 302 0 19095 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 77600

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.33
CPU time (s): 1200.04
CPU user time (s): 1198.92
CPU system time (s): 1.12883
CPU usage (%): 99.976
Max. virtual memory (cumulated for all children) (KiB): 77600

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

runsolver used 0.85287 second user time and 2.37264 second system time

The end

Launcher Data (download as text)

Begin job on node41 on Sat Feb 17 20:21:29 UTC 2007

IDJOB= 291538
IDBENCH= 19817
IDSOLVER= 133
FILE ID= node41/291538-1171743689

PBS_JOBID= 3839469

Free space on /tmp= 66563 MiB

SOLVER NAME= Spear 2007-02-12
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/5SAT/v80/unif-k5-r21.3-v80-c1704-S309048450-11.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/291538-1171743689/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/291538-1171743689/instance-291538-1171743689.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node41/watcher-291538-1171743689 -o ROOT/results/node41/solver-291538-1171743689 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/291538-1171743689/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/291538-1171743689/instance-291538-1171743689.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  6d383381e8ab688e1b7567de1fb83536

RANDOM SEED= 833556113

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node41.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.231
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.231
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:       1306960 kB
Buffers:         39464 kB
Cached:         627364 kB
SwapCached:       3652 kB
Active:         526852 kB
Inactive:       149932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1306960 kB
SwapTotal:     4192956 kB
SwapFree:      4183936 kB
Dirty:            1788 kB
Writeback:           0 kB
Mapped:          15116 kB
Slab:            58200 kB
Committed_AS:   365940 kB
PageTables:       1476 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 node41 on Sat Feb 17 20:41:32 UTC 2007