Trace number 295801

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

General information on the benchmark

Namerandom/OnTreshold/7SAT/v70/
unif-k7-r89-v70-c6230-S1533440099-09.SAT.shuffled.cnf
MD5SUM4384de22557a9611df39ee2fcb0c2f9c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.070988
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of clauses6230
Sum of the clauses size43610
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 56230

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/295801-1171812054/instance-295801-1171812054.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/node3/watcher-295801-1171812054 -o ROOT/results/node3/solver-295801-1171812054 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/295801-1171812054/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/295801-1171812054/instance-295801-1171812054.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 25057
/proc/meminfo: memFree=787240/2055920 swapFree=4192812/4192956
[pid=25057] ppid=25055 vsize=1396 CPUtime=0
/proc/25057/stat : 25057 (Spear-32) R 25055 25057 25000 0 -1 4194304 181 0 0 0 0 0 0 0 18 0 1 0 201160222 1429504 165 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25057/statm: 349 165 129 302 0 44 0

[startup+0.107966 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 25057
/proc/meminfo: memFree=787240/2055920 swapFree=4192812/4192956
[pid=25057] ppid=25055 vsize=2048 CPUtime=0.1
/proc/25057/stat : 25057 (Spear-32) R 25055 25057 25000 0 -1 4194304 346 0 0 0 10 0 0 0 18 0 1 0 201160222 2097152 330 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25057/statm: 512 330 140 302 0 207 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2048

[startup+0.517999 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 25057
/proc/meminfo: memFree=787240/2055920 swapFree=4192812/4192956
[pid=25057] ppid=25055 vsize=2824 CPUtime=0.51
/proc/25057/stat : 25057 (Spear-32) R 25055 25057 25000 0 -1 4194304 538 0 0 0 50 1 0 0 21 0 1 0 201160222 2891776 522 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25057/statm: 706 522 140 302 0 401 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2824

[startup+1.34207 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25058
/proc/meminfo: memFree=784864/2055920 swapFree=4192812/4192956
[pid=25057] ppid=25055 vsize=3856 CPUtime=1.33
/proc/25057/stat : 25057 (Spear-32) R 25055 25057 25000 0 -1 4194304 790 0 0 0 132 1 0 0 25 0 1 0 201160222 3948544 774 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25057/statm: 964 774 140 302 0 659 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 3856

[startup+2.9782 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25058
/proc/meminfo: memFree=783648/2055920 swapFree=4192812/4192956
[pid=25057] ppid=25055 vsize=5152 CPUtime=2.97
/proc/25057/stat : 25057 (Spear-32) R 25055 25057 25000 0 -1 4194304 1117 0 0 0 295 2 0 0 25 0 1 0 201160222 5275648 1101 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25057/statm: 1288 1101 140 302 0 983 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 5152

[startup+6.25447 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25058
/proc/meminfo: memFree=781600/2055920 swapFree=4192812/4192956
[pid=25057] ppid=25055 vsize=7104 CPUtime=6.24
/proc/25057/stat : 25057 (Spear-32) R 25055 25057 25000 0 -1 4194304 1606 0 0 0 620 4 0 0 25 0 1 0 201160222 7274496 1557 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25057/statm: 1776 1557 140 302 0 1471 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 7104

[startup+12.712 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25058
/proc/meminfo: memFree=778848/2055920 swapFree=4192812/4192956
[pid=25057] ppid=25055 vsize=9760 CPUtime=12.7
/proc/25057/stat : 25057 (Spear-32) R 25055 25057 25000 0 -1 4194304 2254 0 0 0 1263 7 0 0 25 0 1 0 201160222 9994240 2205 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/25057/statm: 2440 2205 140 302 0 2135 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 9760

[startup+25.5121 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25058
/proc/meminfo: memFree=775392/2055920 swapFree=4192812/4192956
[pid=25057] ppid=25055 vsize=13600 CPUtime=25.5
/proc/25057/stat : 25057 (Spear-32) R 25055 25057 25000 0 -1 4194304 3209 0 0 0 2539 11 0 0 25 0 1 0 201160222 13926400 3095 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25057/statm: 3400 3095 140 302 0 3095 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 13600

[startup+51.1232 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25058
/proc/meminfo: memFree=770336/2055920 swapFree=4192812/4192956
[pid=25057] ppid=25055 vsize=18584 CPUtime=51.1
/proc/25057/stat : 25057 (Spear-32) R 25055 25057 25000 0 -1 4194304 4434 0 0 0 5095 15 0 0 25 0 1 0 201160222 19030016 4320 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25057/statm: 4646 4320 140 302 0 4341 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 18584

[startup+102.347 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25058
/proc/meminfo: memFree=763296/2055920 swapFree=4192812/4192956
[pid=25057] ppid=25055 vsize=26240 CPUtime=102.31
/proc/25057/stat : 25057 (Spear-32) R 25055 25057 25000 0 -1 4194304 6328 0 0 0 10207 24 0 0 25 0 1 0 201160222 26869760 6085 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/25057/statm: 6560 6085 140 302 0 6255 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 26240

[startup+162.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25058
/proc/meminfo: memFree=756576/2055920 swapFree=4192812/4192956
[pid=25057] ppid=25055 vsize=33096 CPUtime=162.36
/proc/25057/stat : 25057 (Spear-32) R 25055 25057 25000 0 -1 4194304 7962 0 0 0 16202 34 0 0 25 0 1 0 201160222 33890304 7719 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/25057/statm: 8274 7719 140 302 0 7969 0
Current children cumulated CPU time (s) 162.36
Current children cumulated vsize (KiB) 33096

[startup+222.432 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25058
/proc/meminfo: memFree=751840/2055920 swapFree=4192812/4192956
[pid=25057] ppid=25055 vsize=37948 CPUtime=222.37
/proc/25057/stat : 25057 (Spear-32) R 25055 25057 25000 0 -1 4194304 9146 0 0 0 22196 41 0 0 25 0 1 0 201160222 38858752 8903 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/25057/statm: 9487 8903 140 302 0 9182 0
Current children cumulated CPU time (s) 222.37
Current children cumulated vsize (KiB) 37948

[startup+282.466 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25058
/proc/meminfo: memFree=747744/2055920 swapFree=4192812/4192956
[pid=25057] ppid=25055 vsize=43152 CPUtime=282.39
/proc/25057/stat : 25057 (Spear-32) R 25055 25057 25000 0 -1 4194304 10418 0 0 0 28192 47 0 0 25 0 1 0 201160222 44187648 9918 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25057/statm: 10788 9918 140 302 0 10483 0
Current children cumulated CPU time (s) 282.39
Current children cumulated vsize (KiB) 43152

[startup+342.497 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25058
/proc/meminfo: memFree=743264/2055920 swapFree=4192812/4192956
[pid=25057] ppid=25055 vsize=47848 CPUtime=342.4
/proc/25057/stat : 25057 (Spear-32) R 25055 25057 25000 0 -1 4194304 11525 0 0 0 34186 54 0 0 25 0 1 0 201160222 48996352 11025 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527089 0 0 4096 0 0 0 0 17 1 0 0
/proc/25057/statm: 11962 11025 140 302 0 11657 0
Current children cumulated CPU time (s) 342.4
Current children cumulated vsize (KiB) 47848

[startup+402.536 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25058
/proc/meminfo: memFree=739424/2055920 swapFree=4192812/4192956
[pid=25057] ppid=25055 vsize=51636 CPUtime=402.43
/proc/25057/stat : 25057 (Spear-32) R 25055 25057 25000 0 -1 4194304 12473 0 0 0 40182 61 0 0 25 0 1 0 201160222 52875264 11973 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25057/statm: 12909 11973 140 302 0 12604 0
Current children cumulated CPU time (s) 402.43
Current children cumulated vsize (KiB) 51636

[startup+462.57 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25058
/proc/meminfo: memFree=736032/2055920 swapFree=4192812/4192956
[pid=25057] ppid=25055 vsize=55108 CPUtime=462.45
/proc/25057/stat : 25057 (Spear-32) R 25055 25057 25000 0 -1 4194304 13344 0 0 0 46178 67 0 0 25 0 1 0 201160222 56430592 12844 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25057/statm: 13777 12844 140 302 0 13472 0
Current children cumulated CPU time (s) 462.45
Current children cumulated vsize (KiB) 55108

[startup+522.601 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25058
/proc/meminfo: memFree=732640/2055920 swapFree=4192812/4192956
[pid=25057] ppid=25055 vsize=58492 CPUtime=522.47
/proc/25057/stat : 25057 (Spear-32) R 25055 25057 25000 0 -1 4194304 14191 0 0 0 52175 72 0 0 25 0 1 0 201160222 59895808 13691 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526843 0 0 4096 0 0 0 0 17 1 0 0
/proc/25057/statm: 14623 13691 140 302 0 14318 0
Current children cumulated CPU time (s) 522.47
Current children cumulated vsize (KiB) 58492

[startup+582.633 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25058
/proc/meminfo: memFree=729312/2055920 swapFree=4192812/4192956
[pid=25057] ppid=25055 vsize=61940 CPUtime=582.49
/proc/25057/stat : 25057 (Spear-32) R 25055 25057 25000 0 -1 4194304 15012 0 0 0 58171 78 0 0 25 0 1 0 201160222 63426560 14512 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/25057/statm: 15485 14512 140 302 0 15180 0
Current children cumulated CPU time (s) 582.49
Current children cumulated vsize (KiB) 61940

[startup+642.667 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25058
/proc/meminfo: memFree=726432/2055920 swapFree=4192812/4192956
[pid=25057] ppid=25055 vsize=65040 CPUtime=642.5
/proc/25057/stat : 25057 (Spear-32) R 25055 25057 25000 0 -1 4194304 15723 0 0 0 64168 82 0 0 25 0 1 0 201160222 66600960 15223 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527166 0 0 4096 0 0 0 0 17 1 0 0
/proc/25057/statm: 16260 15223 140 302 0 15955 0
Current children cumulated CPU time (s) 642.5
Current children cumulated vsize (KiB) 65040

[startup+702.697 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25058
/proc/meminfo: memFree=722912/2055920 swapFree=4192812/4192956
[pid=25057] ppid=25055 vsize=68984 CPUtime=702.52
/proc/25057/stat : 25057 (Spear-32) R 25055 25057 25000 0 -1 4194304 16607 0 0 0 70166 86 0 0 25 0 1 0 201160222 70639616 16107 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/25057/statm: 17246 16107 140 302 0 16941 0
Current children cumulated CPU time (s) 702.52
Current children cumulated vsize (KiB) 68984

[startup+762.725 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25058
/proc/meminfo: memFree=720544/2055920 swapFree=4192812/4192956
[pid=25057] ppid=25055 vsize=71616 CPUtime=762.54
/proc/25057/stat : 25057 (Spear-32) R 25055 25057 25000 0 -1 4194304 17200 0 0 0 76165 89 0 0 25 0 1 0 201160222 73334784 16700 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526721 0 0 4096 0 0 0 0 17 1 0 0
/proc/25057/statm: 17904 16700 140 302 0 17599 0
Current children cumulated CPU time (s) 762.54
Current children cumulated vsize (KiB) 71616

[startup+822.759 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25058
/proc/meminfo: memFree=717920/2055920 swapFree=4192812/4192956
[pid=25057] ppid=25055 vsize=73936 CPUtime=822.55
/proc/25057/stat : 25057 (Spear-32) R 25055 25057 25000 0 -1 4194304 17847 0 0 0 82163 92 0 0 25 0 1 0 201160222 75710464 17347 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/25057/statm: 18484 17347 140 302 0 18179 0
Current children cumulated CPU time (s) 822.55
Current children cumulated vsize (KiB) 73936

[startup+882.792 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25058
/proc/meminfo: memFree=715744/2055920 swapFree=4192812/4192956
[pid=25057] ppid=25055 vsize=76604 CPUtime=882.57
/proc/25057/stat : 25057 (Spear-32) R 25055 25057 25000 0 -1 4194304 18414 0 0 0 88161 96 0 0 25 0 1 0 201160222 78442496 17914 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526888 0 0 4096 0 0 0 0 17 1 0 0
/proc/25057/statm: 19151 17914 140 302 0 18846 0
Current children cumulated CPU time (s) 882.57
Current children cumulated vsize (KiB) 76604

[startup+942.828 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25058
/proc/meminfo: memFree=713504/2055920 swapFree=4192812/4192956
[pid=25057] ppid=25055 vsize=79180 CPUtime=942.6
/proc/25057/stat : 25057 (Spear-32) R 25055 25057 25000 0 -1 4194304 18967 0 0 0 94160 100 0 0 25 0 1 0 201160222 81080320 18467 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25057/statm: 19795 18467 140 302 0 19490 0
Current children cumulated CPU time (s) 942.6
Current children cumulated vsize (KiB) 79180

[startup+1002.86 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25058
/proc/meminfo: memFree=711456/2055920 swapFree=4192812/4192956
[pid=25057] ppid=25055 vsize=83808 CPUtime=1002.61
/proc/25057/stat : 25057 (Spear-32) R 25055 25057 25000 0 -1 4194304 19994 0 0 0 100159 102 0 0 25 0 1 0 201160222 85819392 18981 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/25057/statm: 20952 18981 140 302 0 20647 0
Current children cumulated CPU time (s) 1002.61
Current children cumulated vsize (KiB) 83808

[startup+1062.89 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25060
/proc/meminfo: memFree=709152/2055920 swapFree=4192812/4192956
[pid=25057] ppid=25055 vsize=85876 CPUtime=1062.63
/proc/25057/stat : 25057 (Spear-32) R 25055 25057 25000 0 -1 4194304 20558 0 0 0 106158 105 0 0 25 0 1 0 201160222 87937024 19545 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25057/statm: 21469 19545 140 302 0 21164 0
Current children cumulated CPU time (s) 1062.63
Current children cumulated vsize (KiB) 85876

[startup+1122.92 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25060
/proc/meminfo: memFree=706976/2055920 swapFree=4192812/4192956
[pid=25057] ppid=25055 vsize=88312 CPUtime=1122.65
/proc/25057/stat : 25057 (Spear-32) R 25055 25057 25000 0 -1 4194304 21108 0 0 0 112155 110 0 0 25 0 1 0 201160222 90431488 20095 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527172 0 0 4096 0 0 0 0 17 1 0 0
/proc/25057/statm: 22078 20095 140 302 0 21773 0
Current children cumulated CPU time (s) 1122.65
Current children cumulated vsize (KiB) 88312

[startup+1182.96 s]
/proc/loadavg: 1.05 1.01 1.00 2/78 25060
/proc/meminfo: memFree=704992/2055920 swapFree=4192812/4192956
[pid=25057] ppid=25055 vsize=90636 CPUtime=1182.67
/proc/25057/stat : 25057 (Spear-32) R 25055 25057 25000 0 -1 4194304 21608 0 0 0 118153 114 0 0 25 0 1 0 201160222 92811264 20595 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25057/statm: 22659 20595 140 302 0 22354 0
Current children cumulated CPU time (s) 1182.67
Current children cumulated vsize (KiB) 90636



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.38 s]
/proc/loadavg: 1.04 1.01 1.00 2/78 25060
/proc/meminfo: memFree=704416/2055920 swapFree=4192812/4192956
[pid=25057] ppid=25055 vsize=91024 CPUtime=1200.09
/proc/25057/stat : 25057 (Spear-32) R 25055 25057 25000 0 -1 4194304 21739 0 0 0 119894 115 0 0 25 0 1 0 201160222 93208576 20726 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527168 0 0 4096 0 0 0 0 17 1 0 0
/proc/25057/statm: 22756 20726 140 302 0 22451 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 91024

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.4
CPU time (s): 1200.11
CPU user time (s): 1198.94
CPU system time (s): 1.17182
CPU usage (%): 99.9764
Max. virtual memory (cumulated for all children) (KiB): 91024

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

runsolver used 1.3248 second user time and 2.94055 second system time

The end

Launcher Data (download as text)

Begin job on node3 on Sun Feb 18 15:20:54 UTC 2007

IDJOB= 295801
IDBENCH= 19921
IDSOLVER= 132
FILE ID= node3/295801-1171812054

PBS_JOBID= 3839352

Free space on /tmp= 66551 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/7SAT/v70/unif-k7-r89-v70-c6230-S1533440099-09.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/295801-1171812054/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/295801-1171812054/instance-295801-1171812054.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node3/watcher-295801-1171812054 -o ROOT/results/node3/solver-295801-1171812054 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/295801-1171812054/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/295801-1171812054/instance-295801-1171812054.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  4384de22557a9611df39ee2fcb0c2f9c

RANDOM SEED= 332132068

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node3.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.241
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.241
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:        787712 kB
Buffers:         58568 kB
Cached:        1077372 kB
SwapCached:          0 kB
Active:         539268 kB
Inactive:       651020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        787712 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1904 kB
Writeback:           0 kB
Mapped:          73244 kB
Slab:            63596 kB
Committed_AS:   952524 kB
PageTables:       1656 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= 66551 MiB

End job on node3 on Sun Feb 18 15:40:56 UTC 2007