Trace number 293504

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

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/293504-1171772608/instance-293504-1171772608.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-293504-1171772608 -o ROOT/results/node34/solver-293504-1171772608 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/293504-1171772608/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/293504-1171772608/instance-293504-1171772608.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.01 1.00 1.00 3/64 1802
/proc/meminfo: memFree=896752/2055920 swapFree=4183096/4192956
[pid=1802] ppid=1800 vsize=1396 CPUtime=0
/proc/1802/stat : 1802 (Spear-32) R 1800 1802 1699 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 171024593 1429504 167 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/1802/statm: 349 167 128 302 0 44 0

[startup+0.107049 s]
/proc/loadavg: 1.01 1.00 1.00 3/64 1802
/proc/meminfo: memFree=896752/2055920 swapFree=4183096/4192956
[pid=1802] ppid=1800 vsize=1916 CPUtime=0.09
/proc/1802/stat : 1802 (Spear-32) R 1800 1802 1699 0 -1 4194304 305 0 0 0 9 0 0 0 18 0 1 0 171024593 1961984 289 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1802/statm: 479 289 140 302 0 174 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1916

[startup+0.517081 s]
/proc/loadavg: 1.01 1.00 1.00 3/64 1802
/proc/meminfo: memFree=896752/2055920 swapFree=4183096/4192956
[pid=1802] ppid=1800 vsize=2812 CPUtime=0.51
/proc/1802/stat : 1802 (Spear-32) R 1800 1802 1699 0 -1 4194304 532 0 0 0 50 1 0 0 21 0 1 0 171024593 2879488 516 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1802/statm: 703 516 140 302 0 398 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2812

[startup+1.34115 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 1803
/proc/meminfo: memFree=894384/2055920 swapFree=4183096/4192956
[pid=1802] ppid=1800 vsize=3852 CPUtime=1.33
/proc/1802/stat : 1802 (Spear-32) R 1800 1802 1699 0 -1 4194304 805 0 0 0 132 1 0 0 25 0 1 0 171024593 3944448 789 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527104 0 0 4096 0 0 0 0 17 1 0 0
/proc/1802/statm: 963 789 140 302 0 658 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 3852

[startup+2.97728 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 1803
/proc/meminfo: memFree=893104/2055920 swapFree=4183096/4192956
[pid=1802] ppid=1800 vsize=5412 CPUtime=2.96
/proc/1802/stat : 1802 (Spear-32) R 1800 1802 1699 0 -1 4194304 1163 0 0 0 294 2 0 0 25 0 1 0 171024593 5541888 1147 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1802/statm: 1353 1147 140 302 0 1048 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 5412

[startup+6.25354 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 1803
/proc/meminfo: memFree=890736/2055920 swapFree=4183096/4192956
[pid=1802] ppid=1800 vsize=7504 CPUtime=6.24
/proc/1802/stat : 1802 (Spear-32) R 1800 1802 1699 0 -1 4194304 1720 0 0 0 620 4 0 0 25 0 1 0 171024593 7684096 1671 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1802/statm: 1876 1671 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.01 1.00 1.00 2/65 1805
/proc/meminfo: memFree=887600/2055920 swapFree=4183096/4192956
[pid=1802] ppid=1800 vsize=10364 CPUtime=12.7
/proc/1802/stat : 1802 (Spear-32) R 1800 1802 1699 0 -1 4194304 2422 0 0 0 1262 8 0 0 25 0 1 0 171024593 10612736 2373 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1802/statm: 2591 2373 140 302 0 2286 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 10364

[startup+25.6091 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 1805
/proc/meminfo: memFree=883824/2055920 swapFree=4183096/4192956
[pid=1802] ppid=1800 vsize=14380 CPUtime=25.6
/proc/1802/stat : 1802 (Spear-32) R 1800 1802 1699 0 -1 4194304 3454 0 0 0 2548 12 0 0 25 0 1 0 171024593 14725120 3340 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1802/statm: 3595 3340 140 302 0 3290 0
Current children cumulated CPU time (s) 25.6
Current children cumulated vsize (KiB) 14380

[startup+51.2161 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1805
/proc/meminfo: memFree=878320/2055920 swapFree=4183096/4192956
[pid=1802] ppid=1800 vsize=19780 CPUtime=51.19
/proc/1802/stat : 1802 (Spear-32) R 1800 1802 1699 0 -1 4194304 4804 0 0 0 5102 17 0 0 25 0 1 0 171024593 20254720 4690 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1802/statm: 4945 4690 140 302 0 4640 0
Current children cumulated CPU time (s) 51.19
Current children cumulated vsize (KiB) 19780

[startup+102.425 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1805
/proc/meminfo: memFree=870448/2055920 swapFree=4183096/4192956
[pid=1802] ppid=1800 vsize=28256 CPUtime=102.39
/proc/1802/stat : 1802 (Spear-32) R 1800 1802 1699 0 -1 4194304 6909 0 0 0 10213 26 0 0 25 0 1 0 171024593 28934144 6666 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1802/statm: 7064 6666 140 302 0 6759 0
Current children cumulated CPU time (s) 102.39
Current children cumulated vsize (KiB) 28256

[startup+162.448 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1805
/proc/meminfo: memFree=863280/2055920 swapFree=4183096/4192956
[pid=1802] ppid=1800 vsize=35492 CPUtime=162.39
/proc/1802/stat : 1802 (Spear-32) R 1800 1802 1699 0 -1 4194304 8664 0 0 0 16204 35 0 0 25 0 1 0 171024593 36343808 8421 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/1802/statm: 8873 8421 140 302 0 8568 0
Current children cumulated CPU time (s) 162.39
Current children cumulated vsize (KiB) 35492

[startup+222.467 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1805
/proc/meminfo: memFree=857392/2055920 swapFree=4183096/4192956
[pid=1802] ppid=1800 vsize=42396 CPUtime=222.4
/proc/1802/stat : 1802 (Spear-32) R 1800 1802 1699 0 -1 4194304 10383 0 0 0 22198 42 0 0 25 0 1 0 171024593 43413504 9883 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1802/statm: 10599 9883 140 302 0 10294 0
Current children cumulated CPU time (s) 222.4
Current children cumulated vsize (KiB) 42396

[startup+282.488 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1805
/proc/meminfo: memFree=852272/2055920 swapFree=4183096/4192956
[pid=1802] ppid=1800 vsize=47884 CPUtime=282.4
/proc/1802/stat : 1802 (Spear-32) R 1800 1802 1699 0 -1 4194304 11688 0 0 0 28192 48 0 0 25 0 1 0 171024593 49033216 11188 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/1802/statm: 11971 11188 140 302 0 11666 0
Current children cumulated CPU time (s) 282.4
Current children cumulated vsize (KiB) 47884

[startup+342.509 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1805
/proc/meminfo: memFree=847920/2055920 swapFree=4183096/4192956
[pid=1802] ppid=1800 vsize=52224 CPUtime=342.41
/proc/1802/stat : 1802 (Spear-32) R 1800 1802 1699 0 -1 4194304 12743 0 0 0 34186 55 0 0 25 0 1 0 171024593 53477376 12243 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1802/statm: 13056 12243 140 302 0 12751 0
Current children cumulated CPU time (s) 342.41
Current children cumulated vsize (KiB) 52224

[startup+402.532 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1805
/proc/meminfo: memFree=843888/2055920 swapFree=4183096/4192956
[pid=1802] ppid=1800 vsize=56564 CPUtime=402.41
/proc/1802/stat : 1802 (Spear-32) R 1800 1802 1699 0 -1 4194304 13755 0 0 0 40180 61 0 0 25 0 1 0 171024593 57921536 13255 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/1802/statm: 14141 13255 140 302 0 13836 0
Current children cumulated CPU time (s) 402.41
Current children cumulated vsize (KiB) 56564

[startup+462.55 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1805
/proc/meminfo: memFree=840240/2055920 swapFree=4183096/4192956
[pid=1802] ppid=1800 vsize=60176 CPUtime=462.42
/proc/1802/stat : 1802 (Spear-32) R 1800 1802 1699 0 -1 4194304 14683 0 0 0 46174 68 0 0 25 0 1 0 171024593 61620224 14183 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1802/statm: 15044 14183 140 302 0 14739 0
Current children cumulated CPU time (s) 462.42
Current children cumulated vsize (KiB) 60176

[startup+522.567 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1805
/proc/meminfo: memFree=836784/2055920 swapFree=4183096/4192956
[pid=1802] ppid=1800 vsize=63656 CPUtime=522.42
/proc/1802/stat : 1802 (Spear-32) R 1800 1802 1699 0 -1 4194304 15554 0 0 0 52169 73 0 0 25 0 1 0 171024593 65183744 15054 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526849 0 0 4096 0 0 0 0 17 1 0 0
/proc/1802/statm: 15914 15054 140 302 0 15609 0
Current children cumulated CPU time (s) 522.42
Current children cumulated vsize (KiB) 63656

[startup+582.59 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1805
/proc/meminfo: memFree=833264/2055920 swapFree=4183096/4192956
[pid=1802] ppid=1800 vsize=67120 CPUtime=582.43
/proc/1802/stat : 1802 (Spear-32) R 1800 1802 1699 0 -1 4194304 16418 0 0 0 58164 79 0 0 25 0 1 0 171024593 68730880 15918 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/1802/statm: 16780 15918 140 302 0 16475 0
Current children cumulated CPU time (s) 582.43
Current children cumulated vsize (KiB) 67120

[startup+642.61 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1805
/proc/meminfo: memFree=829296/2055920 swapFree=4183096/4192956
[pid=1802] ppid=1800 vsize=71496 CPUtime=642.43
/proc/1802/stat : 1802 (Spear-32) R 1800 1802 1699 0 -1 4194304 17418 0 0 0 64161 82 0 0 25 0 1 0 171024593 73211904 16894 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/1802/statm: 17874 16894 140 302 0 17569 0
Current children cumulated CPU time (s) 642.43
Current children cumulated vsize (KiB) 71496

[startup+702.625 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1805
/proc/meminfo: memFree=826544/2055920 swapFree=4183096/4192956
[pid=1802] ppid=1800 vsize=74484 CPUtime=702.43
/proc/1802/stat : 1802 (Spear-32) R 1800 1802 1699 0 -1 4194304 18119 0 0 0 70157 86 0 0 25 0 1 0 171024593 76271616 17595 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/1802/statm: 18621 17595 140 302 0 18316 0
Current children cumulated CPU time (s) 702.43
Current children cumulated vsize (KiB) 74484

[startup+762.646 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1805
/proc/meminfo: memFree=823600/2055920 swapFree=4183096/4192956
[pid=1802] ppid=1800 vsize=77544 CPUtime=762.44
/proc/1802/stat : 1802 (Spear-32) R 1800 1802 1699 0 -1 4194304 18855 0 0 0 76153 91 0 0 25 0 1 0 171024593 79405056 18331 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1802/statm: 19386 18331 140 302 0 19081 0
Current children cumulated CPU time (s) 762.44
Current children cumulated vsize (KiB) 77544

[startup+822.666 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1805
/proc/meminfo: memFree=820784/2055920 swapFree=4183096/4192956
[pid=1802] ppid=1800 vsize=80164 CPUtime=822.44
/proc/1802/stat : 1802 (Spear-32) R 1800 1802 1699 0 -1 4194304 19541 0 0 0 82148 96 0 0 25 0 1 0 171024593 82087936 19017 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/1802/statm: 20041 19017 140 302 0 19736 0
Current children cumulated CPU time (s) 822.44
Current children cumulated vsize (KiB) 80164

[startup+882.685 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1805
/proc/meminfo: memFree=818032/2055920 swapFree=4183096/4192956
[pid=1802] ppid=1800 vsize=85240 CPUtime=882.45
/proc/1802/stat : 1802 (Spear-32) R 1800 1802 1699 0 -1 4194304 20714 0 0 0 88144 101 0 0 25 0 1 0 171024593 87285760 19677 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/1802/statm: 21310 19677 140 302 0 21005 0
Current children cumulated CPU time (s) 882.45
Current children cumulated vsize (KiB) 85240

[startup+942.703 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1805
/proc/meminfo: memFree=815664/2055920 swapFree=4183096/4192956
[pid=1802] ppid=1800 vsize=87572 CPUtime=942.45
/proc/1802/stat : 1802 (Spear-32) R 1800 1802 1699 0 -1 4194304 21335 0 0 0 94140 105 0 0 25 0 1 0 171024593 89673728 20298 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1802/statm: 21893 20298 140 302 0 21588 0
Current children cumulated CPU time (s) 942.45
Current children cumulated vsize (KiB) 87572

[startup+1002.72 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1805
/proc/meminfo: memFree=813168/2055920 swapFree=4183096/4192956
[pid=1802] ppid=1800 vsize=90236 CPUtime=1002.46
/proc/1802/stat : 1802 (Spear-32) R 1800 1802 1699 0 -1 4194304 21944 0 0 0 100137 109 0 0 25 0 1 0 171024593 92401664 20907 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/1802/statm: 22559 20907 140 302 0 22254 0
Current children cumulated CPU time (s) 1002.46
Current children cumulated vsize (KiB) 90236

[startup+1062.75 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1805
/proc/meminfo: memFree=810864/2055920 swapFree=4183096/4192956
[pid=1802] ppid=1800 vsize=92512 CPUtime=1062.46
/proc/1802/stat : 1802 (Spear-32) R 1800 1802 1699 0 -1 4194304 22529 0 0 0 106133 113 0 0 25 0 1 0 171024593 94732288 21492 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526950 0 0 4096 0 0 0 0 17 1 0 0
/proc/1802/statm: 23128 21492 140 302 0 22823 0
Current children cumulated CPU time (s) 1062.46
Current children cumulated vsize (KiB) 92512

[startup+1122.77 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1805
/proc/meminfo: memFree=808688/2055920 swapFree=4183096/4192956
[pid=1802] ppid=1800 vsize=94608 CPUtime=1122.46
/proc/1802/stat : 1802 (Spear-32) R 1800 1802 1699 0 -1 4194304 23070 0 0 0 112130 116 0 0 25 0 1 0 171024593 96878592 22033 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/1802/statm: 23652 22033 140 302 0 23347 0
Current children cumulated CPU time (s) 1122.46
Current children cumulated vsize (KiB) 94608

[startup+1182.78 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1805
/proc/meminfo: memFree=806512/2055920 swapFree=4183096/4192956
[pid=1802] ppid=1800 vsize=96720 CPUtime=1182.46
/proc/1802/stat : 1802 (Spear-32) R 1800 1802 1699 0 -1 4194304 23616 0 0 0 118127 119 0 0 25 0 1 0 171024593 99041280 22579 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/1802/statm: 24180 22579 140 302 0 23875 0
Current children cumulated CPU time (s) 1182.46
Current children cumulated vsize (KiB) 96720



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1805
/proc/meminfo: memFree=805872/2055920 swapFree=4183096/4192956
[pid=1802] ppid=1800 vsize=97232 CPUtime=1200.08
/proc/1802/stat : 1802 (Spear-32) R 1800 1802 1699 0 -1 4194304 23769 0 0 0 119887 121 0 0 25 0 1 0 171024593 99565568 22732 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/1802/statm: 24308 22732 140 302 0 24003 0
Current children cumulated CPU time (s) 1200.08
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.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 1805
/proc/meminfo: memFree=805872/2055920 swapFree=4183096/4192956
[pid=1802] ppid=1800 vsize=97232 CPUtime=1200.08
/proc/1802/stat : 1802 (Spear-32) R 1800 1802 1699 0 -1 4194304 23769 0 0 0 119887 121 0 0 25 0 1 0 171024593 99565568 22732 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/1802/statm: 24308 22732 140 302 0 24003 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 97232

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.42
CPU time (s): 1200.11
CPU user time (s): 1198.88
CPU system time (s): 1.22681
CPU usage (%): 99.9741
Max. virtual memory (cumulated for all children) (KiB): 97232

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

runsolver used 0.882865 second user time and 2.34464 second system time

The end

Launcher Data (download as text)

Begin job on node34 on Sun Feb 18 04:23:28 UTC 2007

IDJOB= 293504
IDBENCH= 19865
IDSOLVER= 131
FILE ID= node34/293504-1171772608

PBS_JOBID= 3839541

Free space on /tmp= 66563 MiB

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

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  2881e4c5fef6c59282cf64b97b731df9

RANDOM SEED= 907820596

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:        897224 kB
Buffers:         40624 kB
Cached:        1019568 kB
SwapCached:       4688 kB
Active:         736840 kB
Inactive:       333672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        897224 kB
SwapTotal:     4192956 kB
SwapFree:      4183096 kB
Dirty:            1592 kB
Writeback:           0 kB
Mapped:          15312 kB
Slab:            74240 kB
Committed_AS:   453964 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 04:43:30 UTC 2007