Trace number 292439

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

General information on the benchmark

Namerandom/OnTreshold/5SAT/v90/
unif-k5-r21.3-v90-c1917-S1412274662-11.UNSAT.shuffled.cnf
MD5SUM3c4f5368158b573142e5708eb27d980e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark169.002
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of clauses1917
Sum of the clauses size9585
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 51917
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/292439-1171754004/instance-292439-1171754004.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/node5/watcher-292439-1171754004 -o ROOT/results/node5/solver-292439-1171754004 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/292439-1171754004/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/292439-1171754004/instance-292439-1171754004.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.96 1.02 1.12 3/77 6581
/proc/meminfo: memFree=1079968/2055920 swapFree=4192812/4192956
[pid=6581] ppid=6579 vsize=1396 CPUtime=0
/proc/6581/stat : 6581 (Spear-32) R 6579 6581 5488 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 195355212 1429504 167 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/6581/statm: 349 167 128 302 0 44 0

[startup+0.10786 s]
/proc/loadavg: 0.96 1.02 1.12 3/77 6581
/proc/meminfo: memFree=1079968/2055920 swapFree=4192812/4192956
[pid=6581] ppid=6579 vsize=1784 CPUtime=0.1
/proc/6581/stat : 6581 (Spear-32) R 6579 6581 5488 0 -1 4194304 291 0 0 0 10 0 0 0 18 0 1 0 195355212 1826816 275 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526781 0 0 4096 0 0 0 0 17 1 0 0
/proc/6581/statm: 446 275 140 302 0 141 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1784

[startup+0.518906 s]
/proc/loadavg: 0.96 1.02 1.12 3/77 6581
/proc/meminfo: memFree=1079968/2055920 swapFree=4192812/4192956
[pid=6581] ppid=6579 vsize=2568 CPUtime=0.5
/proc/6581/stat : 6581 (Spear-32) R 6579 6581 5488 0 -1 4194304 484 0 0 0 50 0 0 0 22 0 1 0 195355212 2629632 468 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/6581/statm: 642 468 140 302 0 337 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2568

[startup+1.339 s]
/proc/loadavg: 0.96 1.02 1.12 2/78 6582
/proc/meminfo: memFree=1077784/2055920 swapFree=4192812/4192956
[pid=6581] ppid=6579 vsize=3744 CPUtime=1.32
/proc/6581/stat : 6581 (Spear-32) R 6579 6581 5488 0 -1 4194304 744 0 0 0 131 1 0 0 25 0 1 0 195355212 3833856 728 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6581/statm: 936 728 140 302 0 631 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 3744

[startup+2.97518 s]
/proc/loadavg: 0.96 1.02 1.12 2/78 6582
/proc/meminfo: memFree=1076696/2055920 swapFree=4192812/4192956
[pid=6581] ppid=6579 vsize=4920 CPUtime=2.96
/proc/6581/stat : 6581 (Spear-32) R 6579 6581 5488 0 -1 4194304 1045 0 0 0 294 2 0 0 25 0 1 0 195355212 5038080 1029 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6581/statm: 1230 1029 140 302 0 925 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 4920

[startup+6.25155 s]
/proc/loadavg: 0.96 1.02 1.12 2/78 6582
/proc/meminfo: memFree=1074840/2055920 swapFree=4192812/4192956
[pid=6581] ppid=6579 vsize=6528 CPUtime=6.24
/proc/6581/stat : 6581 (Spear-32) R 6579 6581 5488 0 -1 4194304 1462 0 0 0 620 4 0 0 25 0 1 0 195355212 6684672 1413 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6581/statm: 1632 1413 140 302 0 1327 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 6528

[startup+12.7103 s]
/proc/loadavg: 0.96 1.02 1.12 2/78 6582
/proc/meminfo: memFree=1072600/2055920 swapFree=4192812/4192956
[pid=6581] ppid=6579 vsize=8644 CPUtime=12.7
/proc/6581/stat : 6581 (Spear-32) R 6579 6581 5488 0 -1 4194304 1983 0 0 0 1263 7 0 0 25 0 1 0 195355212 8851456 1934 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6581/statm: 2161 1934 140 302 0 1856 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 8644

[startup+25.5127 s]
/proc/loadavg: 0.97 1.01 1.12 2/78 6582
/proc/meminfo: memFree=1069528/2055920 swapFree=4192812/4192956
[pid=6581] ppid=6579 vsize=11964 CPUtime=25.49
/proc/6581/stat : 6581 (Spear-32) R 6579 6581 5488 0 -1 4194304 2822 0 0 0 2538 11 0 0 25 0 1 0 195355212 12251136 2708 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6581/statm: 2991 2708 140 302 0 2686 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 11964

[startup+51.1236 s]
/proc/loadavg: 0.98 1.01 1.11 2/78 6582
/proc/meminfo: memFree=1064984/2055920 swapFree=4192812/4192956
[pid=6581] ppid=6579 vsize=16404 CPUtime=51.1
/proc/6581/stat : 6581 (Spear-32) R 6579 6581 5488 0 -1 4194304 3917 0 0 0 5092 18 0 0 25 0 1 0 195355212 16797696 3803 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6581/statm: 4101 3803 140 302 0 3796 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 16404

[startup+102.347 s]
/proc/loadavg: 0.99 1.01 1.10 2/78 6582
/proc/meminfo: memFree=1058584/2055920 swapFree=4192812/4192956
[pid=6581] ppid=6579 vsize=23424 CPUtime=102.3
/proc/6581/stat : 6581 (Spear-32) R 6579 6581 5488 0 -1 4194304 5656 0 0 0 10205 25 0 0 25 0 1 0 195355212 23986176 5413 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6581/statm: 5856 5413 140 302 0 5551 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 23424

[startup+162.387 s]
/proc/loadavg: 0.99 1.00 1.09 2/78 6582
/proc/meminfo: memFree=1052568/2055920 swapFree=4192812/4192956
[pid=6581] ppid=6579 vsize=29664 CPUtime=162.33
/proc/6581/stat : 6581 (Spear-32) R 6579 6581 5488 0 -1 4194304 7122 0 0 0 16199 34 0 0 25 0 1 0 195355212 30375936 6879 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/6581/statm: 7416 6879 140 302 0 7111 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 29664

[startup+222.423 s]
/proc/loadavg: 0.99 1.00 1.08 2/78 6582
/proc/meminfo: memFree=1048088/2055920 swapFree=4192812/4192956
[pid=6581] ppid=6579 vsize=34380 CPUtime=222.36
/proc/6581/stat : 6581 (Spear-32) R 6579 6581 5488 0 -1 4194304 8259 0 0 0 22194 42 0 0 25 0 1 0 195355212 35205120 8016 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6581/statm: 8595 8016 140 302 0 8290 0
Current children cumulated CPU time (s) 222.36
Current children cumulated vsize (KiB) 34380

[startup+282.46 s]
/proc/loadavg: 0.99 1.00 1.08 2/78 6582
/proc/meminfo: memFree=1044248/2055920 swapFree=4192812/4192956
[pid=6581] ppid=6579 vsize=39288 CPUtime=282.38
/proc/6581/stat : 6581 (Spear-32) R 6579 6581 5488 0 -1 4194304 9490 0 0 0 28189 49 0 0 25 0 1 0 195355212 40230912 8990 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6581/statm: 9822 8990 140 302 0 9517 0
Current children cumulated CPU time (s) 282.38
Current children cumulated vsize (KiB) 39288

[startup+342.493 s]
/proc/loadavg: 0.99 1.00 1.07 2/78 6582
/proc/meminfo: memFree=1040280/2055920 swapFree=4192812/4192956
[pid=6581] ppid=6579 vsize=43800 CPUtime=342.39
/proc/6581/stat : 6581 (Spear-32) R 6579 6581 5488 0 -1 4194304 10469 0 0 0 34185 54 0 0 25 0 1 0 195355212 44851200 9969 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/6581/statm: 10950 9969 140 302 0 10645 0
Current children cumulated CPU time (s) 342.39
Current children cumulated vsize (KiB) 43800

[startup+402.53 s]
/proc/loadavg: 0.99 1.00 1.07 2/78 6582
/proc/meminfo: memFree=1037080/2055920 swapFree=4192812/4192956
[pid=6581] ppid=6579 vsize=46820 CPUtime=402.41
/proc/6581/stat : 6581 (Spear-32) R 6579 6581 5488 0 -1 4194304 11248 0 0 0 40182 59 0 0 25 0 1 0 195355212 47943680 10748 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527172 0 0 4096 0 0 0 0 17 1 0 0
/proc/6581/statm: 11705 10748 140 302 0 11400 0
Current children cumulated CPU time (s) 402.41
Current children cumulated vsize (KiB) 46820

[startup+462.56 s]
/proc/loadavg: 0.99 1.00 1.06 2/78 6582
/proc/meminfo: memFree=1034136/2055920 swapFree=4192812/4192956
[pid=6581] ppid=6579 vsize=49828 CPUtime=462.43
/proc/6581/stat : 6581 (Spear-32) R 6579 6581 5488 0 -1 4194304 11991 0 0 0 46177 66 0 0 25 0 1 0 195355212 51023872 11491 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527017 0 0 4096 0 0 0 0 17 1 0 0
/proc/6581/statm: 12457 11491 140 302 0 12152 0
Current children cumulated CPU time (s) 462.43
Current children cumulated vsize (KiB) 49828

[startup+522.591 s]
/proc/loadavg: 0.99 1.00 1.06 2/78 6582
/proc/meminfo: memFree=1031320/2055920 swapFree=4192812/4192956
[pid=6581] ppid=6579 vsize=52716 CPUtime=522.44
/proc/6581/stat : 6581 (Spear-32) R 6579 6581 5488 0 -1 4194304 12694 0 0 0 52173 71 0 0 25 0 1 0 195355212 53981184 12194 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/6581/statm: 13179 12194 140 302 0 12874 0
Current children cumulated CPU time (s) 522.44
Current children cumulated vsize (KiB) 52716

[startup+582.625 s]
/proc/loadavg: 0.99 1.00 1.05 2/78 6582
/proc/meminfo: memFree=1028696/2055920 swapFree=4192812/4192956
[pid=6581] ppid=6579 vsize=55376 CPUtime=582.46
/proc/6581/stat : 6581 (Spear-32) R 6579 6581 5488 0 -1 4194304 13341 0 0 0 58171 75 0 0 25 0 1 0 195355212 56705024 12841 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/6581/statm: 13844 12841 140 302 0 13539 0
Current children cumulated CPU time (s) 582.46
Current children cumulated vsize (KiB) 55376

[startup+642.663 s]
/proc/loadavg: 0.99 1.00 1.04 2/78 6582
/proc/meminfo: memFree=1026392/2055920 swapFree=4192812/4192956
[pid=6581] ppid=6579 vsize=57992 CPUtime=642.48
/proc/6581/stat : 6581 (Spear-32) R 6579 6581 5488 0 -1 4194304 13924 0 0 0 64168 80 0 0 25 0 1 0 195355212 59383808 13424 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/6581/statm: 14498 13424 140 302 0 14193 0
Current children cumulated CPU time (s) 642.48
Current children cumulated vsize (KiB) 57992

[startup+702.692 s]
/proc/loadavg: 0.99 1.00 1.04 2/78 6582
/proc/meminfo: memFree=1023640/2055920 swapFree=4192812/4192956
[pid=6581] ppid=6579 vsize=60912 CPUtime=702.49
/proc/6581/stat : 6581 (Spear-32) R 6579 6581 5488 0 -1 4194304 14607 0 0 0 70164 85 0 0 25 0 1 0 195355212 62373888 14107 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/6581/statm: 15228 14107 140 302 0 14923 0
Current children cumulated CPU time (s) 702.49
Current children cumulated vsize (KiB) 60912

[startup+762.726 s]
/proc/loadavg: 0.99 1.00 1.03 2/78 6582
/proc/meminfo: memFree=1021208/2055920 swapFree=4192812/4192956
[pid=6581] ppid=6579 vsize=63512 CPUtime=762.51
/proc/6581/stat : 6581 (Spear-32) R 6579 6581 5488 0 -1 4194304 15216 0 0 0 76161 90 0 0 25 0 1 0 195355212 65036288 14716 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/6581/statm: 15878 14716 140 302 0 15573 0
Current children cumulated CPU time (s) 762.51
Current children cumulated vsize (KiB) 63512

[startup+822.761 s]
/proc/loadavg: 1.04 1.01 1.03 2/78 6582
/proc/meminfo: memFree=1018904/2055920 swapFree=4192812/4192956
[pid=6581] ppid=6579 vsize=65780 CPUtime=822.53
/proc/6581/stat : 6581 (Spear-32) R 6579 6581 5488 0 -1 4194304 15769 0 0 0 82159 94 0 0 25 0 1 0 195355212 67358720 15269 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/6581/statm: 16445 15269 140 302 0 16140 0
Current children cumulated CPU time (s) 822.53
Current children cumulated vsize (KiB) 65780

[startup+882.79 s]
/proc/loadavg: 1.01 1.01 1.03 2/78 6582
/proc/meminfo: memFree=1016856/2055920 swapFree=4192812/4192956
[pid=6581] ppid=6579 vsize=67704 CPUtime=882.54
/proc/6581/stat : 6581 (Spear-32) R 6579 6581 5488 0 -1 4194304 16284 0 0 0 88157 97 0 0 25 0 1 0 195355212 69328896 15784 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/6581/statm: 16926 15784 140 302 0 16621 0
Current children cumulated CPU time (s) 882.54
Current children cumulated vsize (KiB) 67704

[startup+942.821 s]
/proc/loadavg: 1.00 1.00 1.02 2/78 6582
/proc/meminfo: memFree=1015064/2055920 swapFree=4192812/4192956
[pid=6581] ppid=6579 vsize=69636 CPUtime=942.56
/proc/6581/stat : 6581 (Spear-32) R 6579 6581 5488 0 -1 4194304 16736 0 0 0 94154 102 0 0 25 0 1 0 195355212 71307264 16236 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/6581/statm: 17409 16236 140 302 0 17104 0
Current children cumulated CPU time (s) 942.56
Current children cumulated vsize (KiB) 69636

[startup+1002.85 s]
/proc/loadavg: 1.00 1.00 1.01 2/78 6582
/proc/meminfo: memFree=1012952/2055920 swapFree=4192812/4192956
[pid=6581] ppid=6579 vsize=73824 CPUtime=1002.57
/proc/6581/stat : 6581 (Spear-32) R 6579 6581 5488 0 -1 4194304 17764 0 0 0 100151 106 0 0 25 0 1 0 195355212 75595776 16751 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526837 0 0 4096 0 0 0 0 17 1 0 0
/proc/6581/statm: 18456 16751 140 302 0 18151 0
Current children cumulated CPU time (s) 1002.57
Current children cumulated vsize (KiB) 73824

[startup+1062.89 s]
/proc/loadavg: 1.00 1.00 1.01 2/78 6582
/proc/meminfo: memFree=1011160/2055920 swapFree=4192812/4192956
[pid=6581] ppid=6579 vsize=75512 CPUtime=1062.6
/proc/6581/stat : 6581 (Spear-32) R 6579 6581 5488 0 -1 4194304 18213 0 0 0 106149 111 0 0 25 0 1 0 195355212 77324288 17200 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/6581/statm: 18878 17200 140 302 0 18573 0
Current children cumulated CPU time (s) 1062.6
Current children cumulated vsize (KiB) 75512

[startup+1122.92 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6582
/proc/meminfo: memFree=1009240/2055920 swapFree=4192812/4192956
[pid=6581] ppid=6579 vsize=77568 CPUtime=1122.61
/proc/6581/stat : 6581 (Spear-32) R 6579 6581 5488 0 -1 4194304 18667 0 0 0 112147 114 0 0 25 0 1 0 195355212 79429632 17654 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526871 0 0 4096 0 0 0 0 17 1 0 0
/proc/6581/statm: 19392 17654 140 302 0 19087 0
Current children cumulated CPU time (s) 1122.61
Current children cumulated vsize (KiB) 77568

[startup+1183 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6582
/proc/meminfo: memFree=1007576/2055920 swapFree=4192812/4192956
[pid=6581] ppid=6579 vsize=79284 CPUtime=1182.67
/proc/6581/stat : 6581 (Spear-32) R 6579 6581 5488 0 -1 4194304 19095 0 0 0 118149 118 0 0 25 0 1 0 195355212 81186816 18082 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526787 0 0 4096 0 0 0 0 17 1 0 0
/proc/6581/statm: 19821 18082 140 302 0 19516 0
Current children cumulated CPU time (s) 1182.67
Current children cumulated vsize (KiB) 79284



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.42 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 6582
/proc/meminfo: memFree=1007128/2055920 swapFree=4192812/4192956
[pid=6581] ppid=6579 vsize=79800 CPUtime=1200.09
/proc/6581/stat : 6581 (Spear-32) R 6579 6581 5488 0 -1 4194304 19218 0 0 0 119889 120 0 0 25 0 1 0 195355212 81715200 18205 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526849 0 0 4096 0 0 0 0 17 1 0 0
/proc/6581/statm: 19950 18205 140 302 0 19645 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 79800

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.44
CPU time (s): 1200.11
CPU user time (s): 1198.9
CPU system time (s): 1.21681
CPU usage (%): 99.9732
Max. virtual memory (cumulated for all children) (KiB): 79800

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

runsolver used 1.3158 second user time and 2.95255 second system time

The end

Launcher Data (download as text)

Begin job on node5 on Sat Feb 17 23:13:24 UTC 2007

IDJOB= 292439
IDBENCH= 19839
IDSOLVER= 132
FILE ID= node5/292439-1171754004

PBS_JOBID= 3839263

Free space on /tmp= 66550 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/5SAT/v90/unif-k5-r21.3-v90-c1917-S1412274662-11.UNSAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/292439-1171754004/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/292439-1171754004/instance-292439-1171754004.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node5/watcher-292439-1171754004 -o ROOT/results/node5/solver-292439-1171754004 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/292439-1171754004/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/292439-1171754004/instance-292439-1171754004.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  3c4f5368158b573142e5708eb27d980e

RANDOM SEED= 801927111

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node5.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.224
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.224
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:       1080376 kB
Buffers:         55704 kB
Cached:         800484 kB
SwapCached:          0 kB
Active:         505580 kB
Inactive:       394620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1080376 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1644 kB
Writeback:           0 kB
Mapped:          62912 kB
Slab:            60940 kB
Committed_AS:   662080 kB
PageTables:       1692 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= 66550 MiB

End job on node5 on Sat Feb 17 23:33:26 UTC 2007