Trace number 308715

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.03 1200.36

General information on the benchmark

Namerandom/2+p/p0.7/v5500/
unif2p-p0.7-v5500-c14685-S1307633938-08-UNSAT.cnf
MD5SUMc45506846595309f339867628e05eb80
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables5492
Number of clauses14684
Sum of the clauses size39647
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 24405
Number of clauses of size 310279
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/308715-1172526033/instance-308715-1172526033.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/node20/watcher-308715-1172526033 -o ROOT/results/node20/solver-308715-1172526033 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/308715-1172526033/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/308715-1172526033/instance-308715-1172526033.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.91 0.97 0.99 3/77 6166
/proc/meminfo: memFree=1882080/2055920 swapFree=4111204/4192956
[pid=6166] ppid=6164 vsize=1932 CPUtime=0
/proc/6166/stat : 6166 (Spear-32) R 6164 6166 5010 0 -1 4194304 263 0 0 0 0 0 0 0 18 0 1 0 272557318 1978368 247 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134518176 0 0 4096 0 0 0 0 17 1 0 0
/proc/6166/statm: 483 247 126 302 0 178 0

[startup+0.106524 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 6166
/proc/meminfo: memFree=1882080/2055920 swapFree=4111204/4192956
[pid=6166] ppid=6164 vsize=2968 CPUtime=0.1
/proc/6166/stat : 6166 (Spear-32) R 6164 6166 5010 0 -1 4194304 580 0 0 0 10 0 0 0 18 0 1 0 272557318 3039232 538 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6166/statm: 742 538 140 302 0 437 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2968

[startup+0.514572 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 6166
/proc/meminfo: memFree=1882080/2055920 swapFree=4111204/4192956
[pid=6166] ppid=6164 vsize=3480 CPUtime=0.5
/proc/6166/stat : 6166 (Spear-32) R 6164 6166 5010 0 -1 4194304 683 0 0 0 50 0 0 0 22 0 1 0 272557318 3563520 641 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/6166/statm: 870 641 140 302 0 565 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 3480

[startup+1.33467 s]
/proc/loadavg: 0.91 0.97 0.99 2/78 6167
/proc/meminfo: memFree=1879448/2055920 swapFree=4111204/4192956
[pid=6166] ppid=6164 vsize=4116 CPUtime=1.32
/proc/6166/stat : 6166 (Spear-32) R 6164 6166 5010 0 -1 4194304 859 0 0 0 132 0 0 0 25 0 1 0 272557318 4214784 817 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/6166/statm: 1029 817 140 302 0 724 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 4116

[startup+2.97087 s]
/proc/loadavg: 0.91 0.97 0.99 2/78 6167
/proc/meminfo: memFree=1878552/2055920 swapFree=4111204/4192956
[pid=6166] ppid=6164 vsize=7792 CPUtime=2.96
/proc/6166/stat : 6166 (Spear-32) R 6164 6166 5010 0 -1 4194304 1740 0 0 0 295 1 0 0 25 0 1 0 272557318 7979008 1698 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/6166/statm: 1948 1698 145 302 0 1643 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 7792

[startup+6.24732 s]
/proc/loadavg: 0.92 0.97 0.99 2/78 6167
/proc/meminfo: memFree=1873880/2055920 swapFree=4111204/4192956
[pid=6166] ppid=6164 vsize=9716 CPUtime=6.23
/proc/6166/stat : 6166 (Spear-32) R 6164 6166 5010 0 -1 4194304 2242 0 0 0 621 2 0 0 25 0 1 0 272557318 9949184 2200 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6166/statm: 2429 2200 145 302 0 2124 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 9716

[startup+12.7041 s]
/proc/loadavg: 0.93 0.97 0.99 2/78 6167
/proc/meminfo: memFree=1871128/2055920 swapFree=4111204/4192956
[pid=6166] ppid=6164 vsize=12396 CPUtime=12.69
/proc/6166/stat : 6166 (Spear-32) R 6164 6166 5010 0 -1 4194304 2918 0 0 0 1265 4 0 0 25 0 1 0 272557318 12693504 2843 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6166/statm: 3099 2843 145 302 0 2794 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 12396

[startup+25.5126 s]
/proc/loadavg: 0.94 0.97 0.99 2/78 6167
/proc/meminfo: memFree=1867480/2055920 swapFree=4111204/4192956
[pid=6166] ppid=6164 vsize=16124 CPUtime=25.49
/proc/6166/stat : 6166 (Spear-32) R 6164 6166 5010 0 -1 4194304 3855 0 0 0 2542 7 0 0 25 0 1 0 272557318 16510976 3780 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6166/statm: 4031 3780 145 302 0 3726 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 16124

[startup+51.1237 s]
/proc/loadavg: 0.96 0.97 0.99 2/78 6167
/proc/meminfo: memFree=1862104/2055920 swapFree=4111204/4192956
[pid=6166] ppid=6164 vsize=21544 CPUtime=51.1
/proc/6166/stat : 6166 (Spear-32) R 6164 6166 5010 0 -1 4194304 5238 0 0 0 5098 12 0 0 25 0 1 0 272557318 22061056 5098 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526939 0 0 4096 0 0 0 0 17 1 0 0
/proc/6166/statm: 5386 5098 145 302 0 5081 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 21544

[startup+102.342 s]
/proc/loadavg: 0.98 0.97 0.99 2/78 6167
/proc/meminfo: memFree=1853976/2055920 swapFree=4111204/4192956
[pid=6166] ppid=6164 vsize=30076 CPUtime=102.3
/proc/6166/stat : 6166 (Spear-32) R 6164 6166 5010 0 -1 4194304 7376 0 0 0 10208 22 0 0 25 0 1 0 272557318 30797824 7107 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/6166/statm: 7519 7107 145 302 0 7214 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 30076

[startup+162.376 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 6169
/proc/meminfo: memFree=1844952/2055920 swapFree=4111204/4192956
[pid=6166] ppid=6164 vsize=38892 CPUtime=162.32
/proc/6166/stat : 6166 (Spear-32) R 6164 6166 5010 0 -1 4194304 9591 0 0 0 16202 30 0 0 25 0 1 0 272557318 39825408 9322 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/6166/statm: 9723 9322 145 302 0 9418 0
Current children cumulated CPU time (s) 162.32
Current children cumulated vsize (KiB) 38892

[startup+222.406 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 6169
/proc/meminfo: memFree=1838104/2055920 swapFree=4111204/4192956
[pid=6166] ppid=6164 vsize=45816 CPUtime=222.33
/proc/6166/stat : 6166 (Spear-32) R 6164 6166 5010 0 -1 4194304 11295 0 0 0 22195 38 0 0 25 0 1 0 272557318 46915584 11026 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/6166/statm: 11454 11026 145 302 0 11149 0
Current children cumulated CPU time (s) 222.33
Current children cumulated vsize (KiB) 45816

[startup+282.436 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 6169
/proc/meminfo: memFree=1832280/2055920 swapFree=4111204/4192956
[pid=6166] ppid=6164 vsize=51624 CPUtime=282.34
/proc/6166/stat : 6166 (Spear-32) R 6164 6166 5010 0 -1 4194304 12759 0 0 0 28188 46 0 0 25 0 1 0 272557318 52862976 12490 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/6166/statm: 12906 12490 145 302 0 12601 0
Current children cumulated CPU time (s) 282.34
Current children cumulated vsize (KiB) 51624

[startup+342.464 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 6169
/proc/meminfo: memFree=1826520/2055920 swapFree=4111204/4192956
[pid=6166] ppid=6164 vsize=58540 CPUtime=342.36
/proc/6166/stat : 6166 (Spear-32) R 6164 6166 5010 0 -1 4194304 14453 0 0 0 34182 54 0 0 25 0 1 0 272557318 59944960 13927 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/6166/statm: 14635 13927 145 302 0 14330 0
Current children cumulated CPU time (s) 342.36
Current children cumulated vsize (KiB) 58540

[startup+402.499 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 6169
/proc/meminfo: memFree=1821528/2055920 swapFree=4111204/4192956
[pid=6166] ppid=6164 vsize=63400 CPUtime=402.38
/proc/6166/stat : 6166 (Spear-32) R 6164 6166 5010 0 -1 4194304 15680 0 0 0 40176 62 0 0 25 0 1 0 272557318 64921600 15154 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/6166/statm: 15850 15154 145 302 0 15545 0
Current children cumulated CPU time (s) 402.38
Current children cumulated vsize (KiB) 63400

[startup+462.532 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 6169
/proc/meminfo: memFree=1816792/2055920 swapFree=4111204/4192956
[pid=6166] ppid=6164 vsize=68028 CPUtime=462.39
/proc/6166/stat : 6166 (Spear-32) R 6164 6166 5010 0 -1 4194304 16875 0 0 0 46170 69 0 0 25 0 1 0 272557318 69660672 16349 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/6166/statm: 17007 16349 145 302 0 16702 0
Current children cumulated CPU time (s) 462.39
Current children cumulated vsize (KiB) 68028

[startup+522.561 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 6169
/proc/meminfo: memFree=1812248/2055920 swapFree=4111204/4192956
[pid=6166] ppid=6164 vsize=72564 CPUtime=522.4
/proc/6166/stat : 6166 (Spear-32) R 6164 6166 5010 0 -1 4194304 18005 0 0 0 52165 75 0 0 25 0 1 0 272557318 74305536 17479 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526939 0 0 4096 0 0 0 0 17 1 0 0
/proc/6166/statm: 18141 17479 145 302 0 17836 0
Current children cumulated CPU time (s) 522.4
Current children cumulated vsize (KiB) 72564

[startup+582.59 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 6169
/proc/meminfo: memFree=1808216/2055920 swapFree=4111204/4192956
[pid=6166] ppid=6164 vsize=76352 CPUtime=582.42
/proc/6166/stat : 6166 (Spear-32) R 6164 6166 5010 0 -1 4194304 18978 0 0 0 58162 80 0 0 25 0 1 0 272557318 78184448 18452 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/6166/statm: 19088 18452 145 302 0 18783 0
Current children cumulated CPU time (s) 582.42
Current children cumulated vsize (KiB) 76352

[startup+642.628 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 6169
/proc/meminfo: memFree=1804760/2055920 swapFree=4111204/4192956
[pid=6166] ppid=6164 vsize=79956 CPUtime=642.44
/proc/6166/stat : 6166 (Spear-32) R 6164 6166 5010 0 -1 4194304 19844 0 0 0 64159 85 0 0 25 0 1 0 272557318 81874944 19318 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/6166/statm: 19989 19318 145 302 0 19684 0
Current children cumulated CPU time (s) 642.44
Current children cumulated vsize (KiB) 79956

[startup+702.658 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 6169
/proc/meminfo: memFree=1801048/2055920 swapFree=4111204/4192956
[pid=6166] ppid=6164 vsize=83480 CPUtime=702.45
/proc/6166/stat : 6166 (Spear-32) R 6164 6166 5010 0 -1 4194304 20734 0 0 0 70156 89 0 0 25 0 1 0 272557318 85483520 20208 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/6166/statm: 20870 20208 145 302 0 20565 0
Current children cumulated CPU time (s) 702.45
Current children cumulated vsize (KiB) 83480

[startup+762.692 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 6169
/proc/meminfo: memFree=1797528/2055920 swapFree=4111204/4192956
[pid=6166] ppid=6164 vsize=87312 CPUtime=762.47
/proc/6166/stat : 6166 (Spear-32) R 6164 6166 5010 0 -1 4194304 21618 0 0 0 76153 94 0 0 25 0 1 0 272557318 89407488 21092 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6166/statm: 21828 21092 145 302 0 21523 0
Current children cumulated CPU time (s) 762.47
Current children cumulated vsize (KiB) 87312

[startup+822.728 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 6169
/proc/meminfo: memFree=1793880/2055920 swapFree=4111204/4192956
[pid=6166] ppid=6164 vsize=91148 CPUtime=822.49
/proc/6166/stat : 6166 (Spear-32) R 6164 6166 5010 0 -1 4194304 22508 0 0 0 82150 99 0 0 25 0 1 0 272557318 93335552 21982 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/6166/statm: 22787 21982 145 302 0 22482 0
Current children cumulated CPU time (s) 822.49
Current children cumulated vsize (KiB) 91148

[startup+882.762 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 6169
/proc/meminfo: memFree=1790872/2055920 swapFree=4111204/4192956
[pid=6166] ppid=6164 vsize=94152 CPUtime=882.5
/proc/6166/stat : 6166 (Spear-32) R 6164 6166 5010 0 -1 4194304 23266 0 0 0 88147 103 0 0 25 0 1 0 272557318 96411648 22740 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/6166/statm: 23538 22740 145 302 0 23233 0
Current children cumulated CPU time (s) 882.5
Current children cumulated vsize (KiB) 94152

[startup+942.797 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 6169
/proc/meminfo: memFree=1788056/2055920 swapFree=4111204/4192956
[pid=6166] ppid=6164 vsize=97092 CPUtime=942.52
/proc/6166/stat : 6166 (Spear-32) R 6164 6166 5010 0 -1 4194304 23975 0 0 0 94143 109 0 0 25 0 1 0 272557318 99422208 23449 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/6166/statm: 24273 23449 145 302 0 23968 0
Current children cumulated CPU time (s) 942.52
Current children cumulated vsize (KiB) 97092

[startup+1002.83 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 6169
/proc/meminfo: memFree=1785304/2055920 swapFree=4111204/4192956
[pid=6166] ppid=6164 vsize=99780 CPUtime=1002.53
/proc/6166/stat : 6166 (Spear-32) R 6164 6166 5010 0 -1 4194304 24663 0 0 0 100139 114 0 0 25 0 1 0 272557318 102174720 24137 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/6166/statm: 24945 24137 145 302 0 24640 0
Current children cumulated CPU time (s) 1002.53
Current children cumulated vsize (KiB) 99780

[startup+1062.86 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 6169
/proc/meminfo: memFree=1782488/2055920 swapFree=4111204/4192956
[pid=6166] ppid=6164 vsize=102648 CPUtime=1062.55
/proc/6166/stat : 6166 (Spear-32) R 6164 6166 5010 0 -1 4194304 25362 0 0 0 106136 119 0 0 25 0 1 0 272557318 105111552 24836 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526767 0 0 4096 0 0 0 0 17 1 0 0
/proc/6166/statm: 25662 24836 145 302 0 25357 0
Current children cumulated CPU time (s) 1062.55
Current children cumulated vsize (KiB) 102648

[startup+1122.89 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 6169
/proc/meminfo: memFree=1779736/2055920 swapFree=4111204/4192956
[pid=6166] ppid=6164 vsize=107604 CPUtime=1122.57
/proc/6166/stat : 6166 (Spear-32) R 6164 6166 5010 0 -1 4194304 26538 0 0 0 112134 123 0 0 25 0 1 0 272557318 110186496 25499 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/6166/statm: 26901 25499 145 302 0 26596 0
Current children cumulated CPU time (s) 1122.57
Current children cumulated vsize (KiB) 107604

[startup+1182.92 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 6169
/proc/meminfo: memFree=1776856/2055920 swapFree=4111204/4192956
[pid=6166] ppid=6164 vsize=110760 CPUtime=1182.58
/proc/6166/stat : 6166 (Spear-32) R 6164 6166 5010 0 -1 4194304 27246 0 0 0 118130 128 0 0 25 0 1 0 272557318 113418240 26207 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/6166/statm: 27690 26207 145 302 0 27385 0
Current children cumulated CPU time (s) 1182.58
Current children cumulated vsize (KiB) 110760



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.34 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 6169
/proc/meminfo: memFree=1776024/2055920 swapFree=4111204/4192956
[pid=6166] ppid=6164 vsize=111400 CPUtime=1200
/proc/6166/stat : 6166 (Spear-32) R 6164 6166 5010 0 -1 4194304 27442 0 0 0 119870 130 0 0 25 0 1 0 272557318 114073600 26403 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/6166/statm: 27850 26403 145 302 0 27545 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 111400

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.36
CPU time (s): 1200.03
CPU user time (s): 1198.71
CPU system time (s): 1.3198
CPU usage (%): 99.9722
Max. virtual memory (cumulated for all children) (KiB): 111400

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

runsolver used 1.44578 second user time and 2.75958 second system time

The end

Launcher Data (download as text)

Begin job on node20 on Mon Feb 26 21:40:33 UTC 2007

IDJOB= 308715
IDBENCH= 20238
IDSOLVER= 131
FILE ID= node20/308715-1172526033

PBS_JOBID= 3971768

Free space on /tmp= 66559 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/2+p/p0.7/v5500/unif2p-p0.7-v5500-c14685-S1307633938-08-UNSAT.cnf
COMMAND LINE= /tmp/evaluation/308715-1172526033/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/308715-1172526033/instance-308715-1172526033.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node20/watcher-308715-1172526033 -o ROOT/results/node20/solver-308715-1172526033 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/308715-1172526033/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/308715-1172526033/instance-308715-1172526033.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  c45506846595309f339867628e05eb80

RANDOM SEED= 530016108

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node20.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:       1882424 kB
Buffers:         15904 kB
Cached:          61304 kB
SwapCached:      47708 kB
Active:          53884 kB
Inactive:        91560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1882424 kB
SwapTotal:     4192956 kB
SwapFree:      4111204 kB
Dirty:            1796 kB
Writeback:           0 kB
Mapped:          38504 kB
Slab:            13580 kB
Committed_AS:   623032 kB
PageTables:       1708 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= 66559 MiB

End job on node20 on Mon Feb 26 22:00:36 UTC 2007