Trace number 293505

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.11 1200.45

General information on the benchmark

Namerandom/OnTreshold/5SAT/v120/
unif-k5-r21.3-v120-c2556-S1615006153-07.SAT.shuffled.cnf
MD5SUM2881e4c5fef6c59282cf64b97b731df9
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.12598
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of clauses2556
Sum of the clauses size12780
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 52556
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/293505-1171772646/instance-293505-1171772646.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/node63/watcher-293505-1171772646 -o ROOT/results/node63/solver-293505-1171772646 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/293505-1171772646/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/293505-1171772646/instance-293505-1171772646.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 16605
/proc/meminfo: memFree=539040/2055920 swapFree=4183348/4192956
[pid=16605] ppid=16603 vsize=1396 CPUtime=0
/proc/16605/stat : 16605 (Spear-32) R 16603 16605 16264 0 -1 4194304 182 0 0 0 0 0 0 0 18 0 1 0 197222044 1429504 166 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 135271309 0 0 4096 0 0 0 0 17 1 0 0
/proc/16605/statm: 349 166 128 302 0 44 0

[startup+0.106718 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 16605
/proc/meminfo: memFree=539040/2055920 swapFree=4183348/4192956
[pid=16605] ppid=16603 vsize=1916 CPUtime=0.1
/proc/16605/stat : 16605 (Spear-32) R 16603 16605 16264 0 -1 4194304 305 0 0 0 10 0 0 0 18 0 1 0 197222044 1961984 289 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16605/statm: 479 289 140 302 0 174 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1916

[startup+0.514761 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 16605
/proc/meminfo: memFree=539040/2055920 swapFree=4183348/4192956
[pid=16605] ppid=16603 vsize=2812 CPUtime=0.5
/proc/16605/stat : 16605 (Spear-32) R 16603 16605 16264 0 -1 4194304 522 0 0 0 49 1 0 0 21 0 1 0 197222044 2879488 506 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16605/statm: 703 506 140 302 0 398 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2812

[startup+1.33485 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16606
/proc/meminfo: memFree=536728/2055920 swapFree=4183348/4192956
[pid=16605] ppid=16603 vsize=3852 CPUtime=1.32
/proc/16605/stat : 16605 (Spear-32) R 16603 16605 16264 0 -1 4194304 802 0 0 0 130 2 0 0 25 0 1 0 197222044 3944448 786 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16605/statm: 963 786 140 302 0 658 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 3852

[startup+2.97102 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16606
/proc/meminfo: memFree=535512/2055920 swapFree=4183348/4192956
[pid=16605] ppid=16603 vsize=5284 CPUtime=2.96
/proc/16605/stat : 16605 (Spear-32) R 16603 16605 16264 0 -1 4194304 1162 0 0 0 292 4 0 0 25 0 1 0 197222044 5410816 1146 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16605/statm: 1321 1146 140 302 0 1016 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 5284

[startup+6.25337 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16606
/proc/meminfo: memFree=533144/2055920 swapFree=4183348/4192956
[pid=16605] ppid=16603 vsize=7504 CPUtime=6.24
/proc/16605/stat : 16605 (Spear-32) R 16603 16605 16264 0 -1 4194304 1719 0 0 0 619 5 0 0 25 0 1 0 197222044 7684096 1670 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16605/statm: 1876 1670 140 302 0 1571 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 7504

[startup+12.7081 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16606
/proc/meminfo: memFree=530008/2055920 swapFree=4183348/4192956
[pid=16605] ppid=16603 vsize=10364 CPUtime=12.7
/proc/16605/stat : 16605 (Spear-32) R 16603 16605 16264 0 -1 4194304 2422 0 0 0 1262 8 0 0 25 0 1 0 197222044 10612736 2373 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16605/statm: 2591 2373 140 302 0 2286 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 10364

[startup+25.6084 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16606
/proc/meminfo: memFree=526232/2055920 swapFree=4183348/4192956
[pid=16605] ppid=16603 vsize=14380 CPUtime=25.59
/proc/16605/stat : 16605 (Spear-32) R 16603 16605 16264 0 -1 4194304 3454 0 0 0 2548 11 0 0 25 0 1 0 197222044 14725120 3340 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16605/statm: 3595 3340 140 302 0 3290 0
Current children cumulated CPU time (s) 25.59
Current children cumulated vsize (KiB) 14380

[startup+51.2192 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16606
/proc/meminfo: memFree=520664/2055920 swapFree=4183348/4192956
[pid=16605] ppid=16603 vsize=19780 CPUtime=51.19
/proc/16605/stat : 16605 (Spear-32) R 16603 16605 16264 0 -1 4194304 4804 0 0 0 5103 16 0 0 25 0 1 0 197222044 20254720 4690 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16605/statm: 4945 4690 140 302 0 4640 0
Current children cumulated CPU time (s) 51.19
Current children cumulated vsize (KiB) 19780

[startup+102.43 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16606
/proc/meminfo: memFree=512728/2055920 swapFree=4183348/4192956
[pid=16605] ppid=16603 vsize=28256 CPUtime=102.39
/proc/16605/stat : 16605 (Spear-32) R 16603 16605 16264 0 -1 4194304 6910 0 0 0 10214 25 0 0 25 0 1 0 197222044 28934144 6667 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526860 0 0 4096 0 0 0 0 17 1 0 0
/proc/16605/statm: 7064 6667 140 302 0 6759 0
Current children cumulated CPU time (s) 102.39
Current children cumulated vsize (KiB) 28256

[startup+162.454 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16606
/proc/meminfo: memFree=505624/2055920 swapFree=4183348/4192956
[pid=16605] ppid=16603 vsize=35492 CPUtime=162.39
/proc/16605/stat : 16605 (Spear-32) R 16603 16605 16264 0 -1 4194304 8665 0 0 0 16206 33 0 0 25 0 1 0 197222044 36343808 8422 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16605/statm: 8873 8422 140 302 0 8568 0
Current children cumulated CPU time (s) 162.39
Current children cumulated vsize (KiB) 35492

[startup+222.473 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16606
/proc/meminfo: memFree=499800/2055920 swapFree=4183348/4192956
[pid=16605] ppid=16603 vsize=42396 CPUtime=222.4
/proc/16605/stat : 16605 (Spear-32) R 16603 16605 16264 0 -1 4194304 10383 0 0 0 22200 40 0 0 25 0 1 0 197222044 43413504 9883 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526972 0 0 4096 0 0 0 0 17 1 0 0
/proc/16605/statm: 10599 9883 140 302 0 10294 0
Current children cumulated CPU time (s) 222.4
Current children cumulated vsize (KiB) 42396

[startup+282.493 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16606
/proc/meminfo: memFree=494552/2055920 swapFree=4183348/4192956
[pid=16605] ppid=16603 vsize=47884 CPUtime=282.4
/proc/16605/stat : 16605 (Spear-32) R 16603 16605 16264 0 -1 4194304 11688 0 0 0 28194 46 0 0 25 0 1 0 197222044 49033216 11188 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16605/statm: 11971 11188 140 302 0 11666 0
Current children cumulated CPU time (s) 282.4
Current children cumulated vsize (KiB) 47884

[startup+342.514 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16606
/proc/meminfo: memFree=490200/2055920 swapFree=4183348/4192956
[pid=16605] ppid=16603 vsize=52224 CPUtime=342.41
/proc/16605/stat : 16605 (Spear-32) R 16603 16605 16264 0 -1 4194304 12743 0 0 0 34190 51 0 0 25 0 1 0 197222044 53477376 12243 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/16605/statm: 13056 12243 140 302 0 12751 0
Current children cumulated CPU time (s) 342.41
Current children cumulated vsize (KiB) 52224

[startup+402.543 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16606
/proc/meminfo: memFree=486104/2055920 swapFree=4183348/4192956
[pid=16605] ppid=16603 vsize=56564 CPUtime=402.42
/proc/16605/stat : 16605 (Spear-32) R 16603 16605 16264 0 -1 4194304 13755 0 0 0 40184 58 0 0 25 0 1 0 197222044 57921536 13255 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16605/statm: 14141 13255 140 302 0 13836 0
Current children cumulated CPU time (s) 402.42
Current children cumulated vsize (KiB) 56564

[startup+462.566 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16606
/proc/meminfo: memFree=482584/2055920 swapFree=4183348/4192956
[pid=16605] ppid=16603 vsize=60176 CPUtime=462.43
/proc/16605/stat : 16605 (Spear-32) R 16603 16605 16264 0 -1 4194304 14683 0 0 0 46178 65 0 0 25 0 1 0 197222044 61620224 14183 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16605/statm: 15044 14183 140 302 0 14739 0
Current children cumulated CPU time (s) 462.43
Current children cumulated vsize (KiB) 60176

[startup+522.589 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16606
/proc/meminfo: memFree=479128/2055920 swapFree=4183348/4192956
[pid=16605] ppid=16603 vsize=63656 CPUtime=522.43
/proc/16605/stat : 16605 (Spear-32) R 16603 16605 16264 0 -1 4194304 15554 0 0 0 52174 69 0 0 25 0 1 0 197222044 65183744 15054 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526876 0 0 4096 0 0 0 0 17 1 0 0
/proc/16605/statm: 15914 15054 140 302 0 15609 0
Current children cumulated CPU time (s) 522.43
Current children cumulated vsize (KiB) 63656

[startup+582.616 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16606
/proc/meminfo: memFree=475608/2055920 swapFree=4183348/4192956
[pid=16605] ppid=16603 vsize=67120 CPUtime=582.44
/proc/16605/stat : 16605 (Spear-32) R 16603 16605 16264 0 -1 4194304 16417 0 0 0 58171 73 0 0 25 0 1 0 197222044 68730880 15917 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16605/statm: 16780 15917 140 302 0 16475 0
Current children cumulated CPU time (s) 582.44
Current children cumulated vsize (KiB) 67120

[startup+642.632 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16606
/proc/meminfo: memFree=471640/2055920 swapFree=4183348/4192956
[pid=16605] ppid=16603 vsize=71496 CPUtime=642.44
/proc/16605/stat : 16605 (Spear-32) R 16603 16605 16264 0 -1 4194304 17417 0 0 0 64167 77 0 0 25 0 1 0 197222044 73211904 16893 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16605/statm: 17874 16893 140 302 0 17569 0
Current children cumulated CPU time (s) 642.44
Current children cumulated vsize (KiB) 71496

[startup+702.65 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16606
/proc/meminfo: memFree=468888/2055920 swapFree=4183348/4192956
[pid=16605] ppid=16603 vsize=74484 CPUtime=702.44
/proc/16605/stat : 16605 (Spear-32) R 16603 16605 16264 0 -1 4194304 18118 0 0 0 70163 81 0 0 25 0 1 0 197222044 76271616 17594 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/16605/statm: 18621 17594 140 302 0 18316 0
Current children cumulated CPU time (s) 702.44
Current children cumulated vsize (KiB) 74484

[startup+762.671 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16606
/proc/meminfo: memFree=465880/2055920 swapFree=4183348/4192956
[pid=16605] ppid=16603 vsize=77544 CPUtime=762.45
/proc/16605/stat : 16605 (Spear-32) R 16603 16605 16264 0 -1 4194304 18854 0 0 0 76159 86 0 0 25 0 1 0 197222044 79405056 18330 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526812 0 0 4096 0 0 0 0 17 1 0 0
/proc/16605/statm: 19386 18330 140 302 0 19081 0
Current children cumulated CPU time (s) 762.45
Current children cumulated vsize (KiB) 77544

[startup+822.697 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16606
/proc/meminfo: memFree=463064/2055920 swapFree=4183348/4192956
[pid=16605] ppid=16603 vsize=80164 CPUtime=822.45
/proc/16605/stat : 16605 (Spear-32) R 16603 16605 16264 0 -1 4194304 19541 0 0 0 82155 90 0 0 25 0 1 0 197222044 82087936 19017 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526849 0 0 4096 0 0 0 0 17 1 0 0
/proc/16605/statm: 20041 19017 140 302 0 19736 0
Current children cumulated CPU time (s) 822.45
Current children cumulated vsize (KiB) 80164

[startup+882.715 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16606
/proc/meminfo: memFree=460248/2055920 swapFree=4183348/4192956
[pid=16605] ppid=16603 vsize=85240 CPUtime=882.46
/proc/16605/stat : 16605 (Spear-32) R 16603 16605 16264 0 -1 4194304 20713 0 0 0 88151 95 0 0 25 0 1 0 197222044 87285760 19676 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16605/statm: 21310 19676 140 302 0 21005 0
Current children cumulated CPU time (s) 882.46
Current children cumulated vsize (KiB) 85240

[startup+942.735 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16606
/proc/meminfo: memFree=457880/2055920 swapFree=4183348/4192956
[pid=16605] ppid=16603 vsize=87572 CPUtime=942.45
/proc/16605/stat : 16605 (Spear-32) R 16603 16605 16264 0 -1 4194304 21335 0 0 0 94147 98 0 0 25 0 1 0 197222044 89673728 20298 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526730 0 0 4096 0 0 0 0 17 1 0 0
/proc/16605/statm: 21893 20298 140 302 0 21588 0
Current children cumulated CPU time (s) 942.45
Current children cumulated vsize (KiB) 87572

[startup+1002.75 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16608
/proc/meminfo: memFree=455512/2055920 swapFree=4183348/4192956
[pid=16605] ppid=16603 vsize=90236 CPUtime=1002.46
/proc/16605/stat : 16605 (Spear-32) R 16603 16605 16264 0 -1 4194304 21943 0 0 0 100144 102 0 0 25 0 1 0 197222044 92401664 20906 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/16605/statm: 22559 20906 140 302 0 22254 0
Current children cumulated CPU time (s) 1002.46
Current children cumulated vsize (KiB) 90236

[startup+1062.78 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16608
/proc/meminfo: memFree=453144/2055920 swapFree=4183348/4192956
[pid=16605] ppid=16603 vsize=92512 CPUtime=1062.47
/proc/16605/stat : 16605 (Spear-32) R 16603 16605 16264 0 -1 4194304 22528 0 0 0 106141 106 0 0 25 0 1 0 197222044 94732288 21491 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134558756 0 0 4096 0 0 0 0 17 1 0 0
/proc/16605/statm: 23128 21491 140 302 0 22823 0
Current children cumulated CPU time (s) 1062.47
Current children cumulated vsize (KiB) 92512

[startup+1122.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16608
/proc/meminfo: memFree=451032/2055920 swapFree=4183348/4192956
[pid=16605] ppid=16603 vsize=94608 CPUtime=1122.46
/proc/16605/stat : 16605 (Spear-32) R 16603 16605 16264 0 -1 4194304 23069 0 0 0 112136 110 0 0 25 0 1 0 197222044 96878592 22032 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/16605/statm: 23652 22032 140 302 0 23347 0
Current children cumulated CPU time (s) 1122.46
Current children cumulated vsize (KiB) 94608

[startup+1182.82 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16608
/proc/meminfo: memFree=448856/2055920 swapFree=4183348/4192956
[pid=16605] ppid=16603 vsize=96720 CPUtime=1182.47
/proc/16605/stat : 16605 (Spear-32) R 16603 16605 16264 0 -1 4194304 23614 0 0 0 118134 113 0 0 25 0 1 0 197222044 99041280 22577 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/16605/statm: 24180 22577 140 302 0 23875 0
Current children cumulated CPU time (s) 1182.47
Current children cumulated vsize (KiB) 96720



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.43 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16608
/proc/meminfo: memFree=448152/2055920 swapFree=4183348/4192956
[pid=16605] ppid=16603 vsize=97232 CPUtime=1200.09
/proc/16605/stat : 16605 (Spear-32) R 16603 16605 16264 0 -1 4194304 23767 0 0 0 119894 115 0 0 25 0 1 0 197222044 99565568 22730 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/16605/statm: 24308 22730 140 302 0 24003 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 97232

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

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

[startup+1200.43 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16608
/proc/meminfo: memFree=448152/2055920 swapFree=4183348/4192956
[pid=16605] ppid=16603 vsize=97232 CPUtime=1200.09
/proc/16605/stat : 16605 (Spear-32) R 16603 16605 16264 0 -1 4194304 23767 0 0 0 119894 115 0 0 25 0 1 0 197222044 99565568 22730 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/16605/statm: 24308 22730 140 302 0 24003 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 97232

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.45
CPU time (s): 1200.11
CPU user time (s): 1198.94
CPU system time (s): 1.16882
CPU usage (%): 99.9716
Max. virtual memory (cumulated for all children) (KiB): 97232

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

runsolver used 0.856869 second user time and 2.36664 second system time

The end

Launcher Data (download as text)

Begin job on node63 on Sun Feb 18 04:24:06 UTC 2007

IDJOB= 293505
IDBENCH= 19865
IDSOLVER= 132
FILE ID= node63/293505-1171772646

PBS_JOBID= 3839518

Free space on /tmp= 66563 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/5SAT/v120/unif-k5-r21.3-v120-c2556-S1615006153-07.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/293505-1171772646/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/293505-1171772646/instance-293505-1171772646.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node63/watcher-293505-1171772646 -o ROOT/results/node63/solver-293505-1171772646 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/293505-1171772646/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/293505-1171772646/instance-293505-1171772646.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  2881e4c5fef6c59282cf64b97b731df9

RANDOM SEED= 802524036

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node63.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.214
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.214
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:        539512 kB
Buffers:         46476 kB
Cached:        1348588 kB
SwapCached:       3968 kB
Active:         767584 kB
Inactive:       637348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        539512 kB
SwapTotal:     4192956 kB
SwapFree:      4183348 kB
Dirty:            1596 kB
Writeback:           0 kB
Mapped:          15336 kB
Slab:            97432 kB
Committed_AS:   490972 kB
PageTables:       1460 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 node63 on Sun Feb 18 04:44:09 UTC 2007