Trace number 307814

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.05 1200.48

General information on the benchmark

Namerandom/2+p/p0.7/v6500/
unif2p-p0.7-v6500-c17355-S152598520-02-SAT.cnf
MD5SUM00293343f58b96b091c585953d0e06f9
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.995848
Satisfiable
(Un)Satisfiability was proved
Number of variables6495
Number of clauses17354
Sum of the clauses size46856
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 25206
Number of clauses of size 312148
Number of clauses of size 40
Number of clauses of size 50
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/307814-1172504603/instance-307814-1172504603.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-307814-1172504603 -o ROOT/results/node5/solver-307814-1172504603 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/307814-1172504603/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/307814-1172504603/instance-307814-1172504603.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.06 1.01 1.00 3/77 12184
/proc/meminfo: memFree=1681376/2055920 swapFree=4192812/4192956
[pid=12184] ppid=12182 vsize=1932 CPUtime=0
/proc/12184/stat : 12184 (Spear-32) R 12182 12184 11684 0 -1 4194304 265 0 0 0 0 0 0 0 18 0 1 0 270415103 1978368 249 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134515399 0 0 4096 0 0 0 0 17 1 0 0
/proc/12184/statm: 483 249 126 302 0 178 0

[startup+0.107182 s]
/proc/loadavg: 1.06 1.01 1.00 3/77 12184
/proc/meminfo: memFree=1681376/2055920 swapFree=4192812/4192956
[pid=12184] ppid=12182 vsize=3212 CPUtime=0.1
/proc/12184/stat : 12184 (Spear-32) R 12182 12184 11684 0 -1 4194304 636 0 0 0 10 0 0 0 18 0 1 0 270415103 3289088 597 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12184/statm: 803 597 140 302 0 498 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 3212

[startup+0.515228 s]
/proc/loadavg: 1.06 1.01 1.00 3/77 12184
/proc/meminfo: memFree=1681376/2055920 swapFree=4192812/4192956
[pid=12184] ppid=12182 vsize=3716 CPUtime=0.51
/proc/12184/stat : 12184 (Spear-32) R 12182 12184 11684 0 -1 4194304 750 0 0 0 51 0 0 0 21 0 1 0 270415103 3805184 711 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12184/statm: 929 711 140 302 0 624 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 3716

[startup+1.33532 s]
/proc/loadavg: 1.06 1.01 1.00 2/78 12185
/proc/meminfo: memFree=1678488/2055920 swapFree=4192812/4192956
[pid=12184] ppid=12182 vsize=4512 CPUtime=1.32
/proc/12184/stat : 12184 (Spear-32) R 12182 12184 11684 0 -1 4194304 953 0 0 0 132 0 0 0 25 0 1 0 270415103 4620288 914 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12184/statm: 1128 914 140 302 0 823 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 4512

[startup+2.97151 s]
/proc/loadavg: 1.06 1.01 1.00 2/78 12185
/proc/meminfo: memFree=1677272/2055920 swapFree=4192812/4192956
[pid=12184] ppid=12182 vsize=6156 CPUtime=2.96
/proc/12184/stat : 12184 (Spear-32) R 12182 12184 11684 0 -1 4194304 1342 0 0 0 295 1 0 0 25 0 1 0 270415103 6303744 1303 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12184/statm: 1539 1303 140 302 0 1234 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 6156

[startup+6.25388 s]
/proc/loadavg: 1.05 1.01 1.00 2/78 12185
/proc/meminfo: memFree=1674520/2055920 swapFree=4192812/4192956
[pid=12184] ppid=12182 vsize=8436 CPUtime=6.24
/proc/12184/stat : 12184 (Spear-32) R 12182 12184 11684 0 -1 4194304 1931 0 0 0 621 3 0 0 25 0 1 0 270415103 8638464 1892 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12184/statm: 2109 1892 140 302 0 1804 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 8436

[startup+12.7096 s]
/proc/loadavg: 1.05 1.01 1.00 2/78 12185
/proc/meminfo: memFree=1670296/2055920 swapFree=4192812/4192956
[pid=12184] ppid=12182 vsize=12596 CPUtime=12.7
/proc/12184/stat : 12184 (Spear-32) R 12182 12184 11684 0 -1 4194304 2960 0 0 0 1264 6 0 0 25 0 1 0 270415103 12898304 2888 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526790 0 0 4096 0 0 0 0 17 1 0 0
/proc/12184/statm: 3149 2888 140 302 0 2844 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 12596

[startup+25.5111 s]
/proc/loadavg: 1.04 1.01 1.00 2/78 12185
/proc/meminfo: memFree=1665432/2055920 swapFree=4192812/4192956
[pid=12184] ppid=12182 vsize=17428 CPUtime=25.5
/proc/12184/stat : 12184 (Spear-32) R 12182 12184 11684 0 -1 4194304 4188 0 0 0 2540 10 0 0 25 0 1 0 270415103 17846272 4116 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12184/statm: 4357 4116 140 302 0 4052 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 17428

[startup+51.124 s]
/proc/loadavg: 1.02 1.01 1.00 2/78 12185
/proc/meminfo: memFree=1657688/2055920 swapFree=4192812/4192956
[pid=12184] ppid=12182 vsize=25208 CPUtime=51.1
/proc/12184/stat : 12184 (Spear-32) R 12182 12184 11684 0 -1 4194304 6148 0 0 0 5095 15 0 0 25 0 1 0 270415103 25812992 6011 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526860 0 0 4096 0 0 0 0 17 1 0 0
/proc/12184/statm: 6302 6011 140 302 0 5997 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 25208

[startup+102.347 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 12185
/proc/meminfo: memFree=1644184/2055920 swapFree=4192812/4192956
[pid=12184] ppid=12182 vsize=39084 CPUtime=102.31
/proc/12184/stat : 12184 (Spear-32) R 12182 12184 11684 0 -1 4194304 9657 0 0 0 10204 27 0 0 25 0 1 0 270415103 40022016 9391 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12184/statm: 9771 9391 140 302 0 9466 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 39084

[startup+162.382 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12185
/proc/meminfo: memFree=1634456/2055920 swapFree=4192812/4192956
[pid=12184] ppid=12182 vsize=48616 CPUtime=162.33
/proc/12184/stat : 12184 (Spear-32) R 12182 12184 11684 0 -1 4194304 12055 0 0 0 16196 37 0 0 25 0 1 0 270415103 49782784 11789 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12184/statm: 12154 11789 140 302 0 11849 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 48616

[startup+222.416 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12185
/proc/meminfo: memFree=1623512/2055920 swapFree=4192812/4192956
[pid=12184] ppid=12182 vsize=59440 CPUtime=222.34
/proc/12184/stat : 12184 (Spear-32) R 12182 12184 11684 0 -1 4194304 14796 0 0 0 22187 47 0 0 25 0 1 0 270415103 60866560 14530 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12184/statm: 14860 14530 140 302 0 14555 0
Current children cumulated CPU time (s) 222.34
Current children cumulated vsize (KiB) 59440

[startup+282.45 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12185
/proc/meminfo: memFree=1614872/2055920 swapFree=4192812/4192956
[pid=12184] ppid=12182 vsize=68060 CPUtime=282.36
/proc/12184/stat : 12184 (Spear-32) R 12182 12184 11684 0 -1 4194304 16963 0 0 0 28179 57 0 0 25 0 1 0 270415103 69693440 16697 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12184/statm: 17015 16697 140 302 0 16710 0
Current children cumulated CPU time (s) 282.36
Current children cumulated vsize (KiB) 68060

[startup+342.48 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12185
/proc/meminfo: memFree=1607448/2055920 swapFree=4192812/4192956
[pid=12184] ppid=12182 vsize=76432 CPUtime=342.38
/proc/12184/stat : 12184 (Spear-32) R 12182 12184 11684 0 -1 4194304 19073 0 0 0 34171 67 0 0 25 0 1 0 270415103 78266368 18550 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12184/statm: 19108 18550 140 302 0 18803 0
Current children cumulated CPU time (s) 342.38
Current children cumulated vsize (KiB) 76432

[startup+402.516 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12185
/proc/meminfo: memFree=1600728/2055920 swapFree=4192812/4192956
[pid=12184] ppid=12182 vsize=83148 CPUtime=402.4
/proc/12184/stat : 12184 (Spear-32) R 12182 12184 11684 0 -1 4194304 20732 0 0 0 40164 76 0 0 25 0 1 0 270415103 85143552 20209 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12184/statm: 20787 20209 140 302 0 20482 0
Current children cumulated CPU time (s) 402.4
Current children cumulated vsize (KiB) 83148

[startup+462.545 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12185
/proc/meminfo: memFree=1593688/2055920 swapFree=4192812/4192956
[pid=12184] ppid=12182 vsize=90072 CPUtime=462.41
/proc/12184/stat : 12184 (Spear-32) R 12182 12184 11684 0 -1 4194304 22481 0 0 0 46158 83 0 0 25 0 1 0 270415103 92233728 21958 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12184/statm: 22518 21958 140 302 0 22213 0
Current children cumulated CPU time (s) 462.41
Current children cumulated vsize (KiB) 90072

[startup+522.578 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12185
/proc/meminfo: memFree=1587992/2055920 swapFree=4192812/4192956
[pid=12184] ppid=12182 vsize=95800 CPUtime=522.43
/proc/12184/stat : 12184 (Spear-32) R 12182 12184 11684 0 -1 4194304 23907 0 0 0 52153 90 0 0 25 0 1 0 270415103 98099200 23384 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12184/statm: 23950 23384 140 302 0 23645 0
Current children cumulated CPU time (s) 522.43
Current children cumulated vsize (KiB) 95800

[startup+582.615 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12185
/proc/meminfo: memFree=1582872/2055920 swapFree=4192812/4192956
[pid=12184] ppid=12182 vsize=100820 CPUtime=582.46
/proc/12184/stat : 12184 (Spear-32) R 12182 12184 11684 0 -1 4194304 25168 0 0 0 58149 97 0 0 25 0 1 0 270415103 103239680 24645 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526873 0 0 4096 0 0 0 0 17 1 0 0
/proc/12184/statm: 25205 24645 140 302 0 24900 0
Current children cumulated CPU time (s) 582.46
Current children cumulated vsize (KiB) 100820

[startup+642.654 s]
/proc/loadavg: 1.06 1.01 1.00 2/78 12185
/proc/meminfo: memFree=1577880/2055920 swapFree=4192812/4192956
[pid=12184] ppid=12182 vsize=105908 CPUtime=642.48
/proc/12184/stat : 12184 (Spear-32) R 12182 12184 11684 0 -1 4194304 26434 0 0 0 64145 103 0 0 25 0 1 0 270415103 108449792 25911 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/12184/statm: 26477 25911 140 302 0 26172 0
Current children cumulated CPU time (s) 642.48
Current children cumulated vsize (KiB) 105908

[startup+702.689 s]
/proc/loadavg: 1.02 1.01 1.00 2/78 12185
/proc/meminfo: memFree=1573080/2055920 swapFree=4192812/4192956
[pid=12184] ppid=12182 vsize=110840 CPUtime=702.5
/proc/12184/stat : 12184 (Spear-32) R 12182 12184 11684 0 -1 4194304 27617 0 0 0 70142 108 0 0 25 0 1 0 270415103 113500160 27094 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/12184/statm: 27710 27094 140 302 0 27405 0
Current children cumulated CPU time (s) 702.5
Current children cumulated vsize (KiB) 110840

[startup+762.724 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12185
/proc/meminfo: memFree=1568280/2055920 swapFree=4192812/4192956
[pid=12184] ppid=12182 vsize=115824 CPUtime=762.51
/proc/12184/stat : 12184 (Spear-32) R 12182 12184 11684 0 -1 4194304 28826 0 0 0 76138 113 0 0 25 0 1 0 270415103 118603776 28303 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526926 0 0 4096 0 0 0 0 17 1 0 0
/proc/12184/statm: 28956 28303 140 302 0 28651 0
Current children cumulated CPU time (s) 762.51
Current children cumulated vsize (KiB) 115824

[startup+822.76 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12185
/proc/meminfo: memFree=1562584/2055920 swapFree=4192812/4192956
[pid=12184] ppid=12182 vsize=121364 CPUtime=822.53
/proc/12184/stat : 12184 (Spear-32) R 12182 12184 11684 0 -1 4194304 30213 0 0 0 82134 119 0 0 25 0 1 0 270415103 124276736 29690 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12184/statm: 30341 29690 140 302 0 30036 0
Current children cumulated CPU time (s) 822.53
Current children cumulated vsize (KiB) 121364

[startup+882.796 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12185
/proc/meminfo: memFree=1556056/2055920 swapFree=4192812/4192956
[pid=12184] ppid=12182 vsize=127684 CPUtime=882.56
/proc/12184/stat : 12184 (Spear-32) R 12182 12184 11684 0 -1 4194304 31844 0 0 0 88131 125 0 0 25 0 1 0 270415103 130748416 31321 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12184/statm: 31921 31321 140 302 0 31616 0
Current children cumulated CPU time (s) 882.56
Current children cumulated vsize (KiB) 127684

[startup+942.833 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12185
/proc/meminfo: memFree=1550744/2055920 swapFree=4192812/4192956
[pid=12184] ppid=12182 vsize=133040 CPUtime=942.57
/proc/12184/stat : 12184 (Spear-32) R 12182 12184 11684 0 -1 4194304 33177 0 0 0 94127 130 0 0 25 0 1 0 270415103 136232960 32654 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12184/statm: 33260 32654 140 302 0 32955 0
Current children cumulated CPU time (s) 942.57
Current children cumulated vsize (KiB) 133040

[startup+1002.87 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12185
/proc/meminfo: memFree=1545944/2055920 swapFree=4192812/4192956
[pid=12184] ppid=12182 vsize=139888 CPUtime=1002.6
/proc/12184/stat : 12184 (Spear-32) R 12182 12184 11684 0 -1 4194304 34877 0 0 0 100124 136 0 0 25 0 1 0 270415103 143245312 33841 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/12184/statm: 34972 33841 140 302 0 34667 0
Current children cumulated CPU time (s) 1002.6
Current children cumulated vsize (KiB) 139888

[startup+1062.92 s]
/proc/loadavg: 1.00 1.00 1.00 2/84 12249
/proc/meminfo: memFree=1539752/2055920 swapFree=4192812/4192956
[pid=12184] ppid=12182 vsize=144800 CPUtime=1062.6
/proc/12184/stat : 12184 (Spear-32) R 12182 12184 11684 0 -1 4194304 36099 0 0 0 106119 141 0 0 25 0 1 0 270415103 148275200 35063 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/12184/statm: 36200 35063 140 302 0 35895 0
Current children cumulated CPU time (s) 1062.6
Current children cumulated vsize (KiB) 144800

[startup+1122.99 s]
/proc/loadavg: 1.00 1.00 1.00 2/84 12341
/proc/meminfo: memFree=1535464/2055920 swapFree=4192812/4192956
[pid=12184] ppid=12182 vsize=149172 CPUtime=1122.6
/proc/12184/stat : 12184 (Spear-32) R 12182 12184 11684 0 -1 4194304 37183 0 0 0 112113 147 0 0 25 0 1 0 270415103 152752128 36147 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526778 0 0 4096 0 0 0 0 17 1 0 0
/proc/12184/statm: 37293 36147 140 302 0 36988 0
Current children cumulated CPU time (s) 1122.6
Current children cumulated vsize (KiB) 149172

[startup+1183.03 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12383
/proc/meminfo: memFree=1531544/2055920 swapFree=4192812/4192956
[pid=12184] ppid=12182 vsize=154184 CPUtime=1182.59
/proc/12184/stat : 12184 (Spear-32) R 12182 12184 11684 0 -1 4194304 38418 0 0 0 118107 152 0 0 25 0 1 0 270415103 157884416 37382 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/12184/statm: 38546 37382 140 302 0 38241 0
Current children cumulated CPU time (s) 1182.59
Current children cumulated vsize (KiB) 154184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.45 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12383
/proc/meminfo: memFree=1530328/2055920 swapFree=4192812/4192956
[pid=12184] ppid=12182 vsize=155312 CPUtime=1200.02
/proc/12184/stat : 12184 (Spear-32) R 12182 12184 11684 0 -1 4194304 38719 0 0 0 119848 154 0 0 25 0 1 0 270415103 159039488 37683 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/12184/statm: 38828 37683 140 302 0 38523 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 155312

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.48
CPU time (s): 1200.05
CPU user time (s): 1198.48
CPU system time (s): 1.56676
CPU usage (%): 99.9639
Max. virtual memory (cumulated for all children) (KiB): 155312

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

runsolver used 1.27381 second user time and 2.99354 second system time

The end

Launcher Data (download as text)

Begin job on node5 on Mon Feb 26 15:43:23 UTC 2007

IDJOB= 307814
IDBENCH= 20214
IDSOLVER= 132
FILE ID= node5/307814-1172504603

PBS_JOBID= 3971591

Free space on /tmp= 66555 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/2+p/p0.7/v6500/unif2p-p0.7-v6500-c17355-S152598520-02-SAT.cnf
COMMAND LINE= /tmp/evaluation/307814-1172504603/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/307814-1172504603/instance-307814-1172504603.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node5/watcher-307814-1172504603 -o ROOT/results/node5/solver-307814-1172504603 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/307814-1172504603/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/307814-1172504603/instance-307814-1172504603.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  00293343f58b96b091c585953d0e06f9

RANDOM SEED= 684457693

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:       1681848 kB
Buffers:         48952 kB
Cached:         209856 kB
SwapCached:          0 kB
Active:         221808 kB
Inactive:        81924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1681848 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1912 kB
Writeback:           0 kB
Mapped:          63828 kB
Slab:            56016 kB
Committed_AS:   872804 kB
PageTables:       1696 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= 66555 MiB

End job on node5 on Mon Feb 26 16:03:25 UTC 2007