Trace number 335529

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 2007-02-12? (TO) 1200.2 1200.5

General information on the benchmark

Namecrafted/Hard/contest05/counting-php/
harder-fphp-050-049.sat05-1238.reshuffled-07.cnf
MD5SUM44a5476bd5ee890d723869abdd1f9b1f
Bench CategoryCRAFTED (crafted 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 variables2450
Number of clauses118875
Sum of the clauses size240100
Maximum clause length49
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2118825
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

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/335529-1173629408/instance-335529-1173629408.cnf

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.1 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node22/watcher-335529-1173629408 -o ROOT/results/node22/solver-335529-1173629408 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/335529-1173629408/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/335529-1173629408/instance-335529-1173629408.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 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.92 0.98 1.12 3/77 30790
/proc/meminfo: memFree=1902704/2055920 swapFree=4120344/4192956
[pid=30790] ppid=30788 vsize=1932 CPUtime=0
/proc/30790/stat : 30790 (Spear-32) R 30788 30790 30384 0 -1 4194304 263 0 0 0 0 0 0 0 18 0 1 0 19248724 1978368 247 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134518170 0 0 4096 0 0 0 0 17 1 0 0
/proc/30790/statm: 483 247 126 302 0 178 0

[startup+0.089397 s]
/proc/loadavg: 0.92 0.98 1.12 3/77 30790
/proc/meminfo: memFree=1902704/2055920 swapFree=4120344/4192956
[pid=30790] ppid=30788 vsize=4304 CPUtime=0.08
/proc/30790/stat : 30790 (Spear-32) R 30788 30790 30384 0 -1 4194304 911 0 0 0 8 0 0 0 18 0 1 0 19248724 4407296 862 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30790/statm: 1076 863 129 302 0 771 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 4304

[startup+0.101397 s]
/proc/loadavg: 0.92 0.98 1.12 3/77 30790
/proc/meminfo: memFree=1902704/2055920 swapFree=4120344/4192956
[pid=30790] ppid=30788 vsize=4568 CPUtime=0.09
/proc/30790/stat : 30790 (Spear-32) R 30788 30790 30384 0 -1 4194304 984 0 0 0 9 0 0 0 18 0 1 0 19248724 4677632 935 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30790/statm: 1142 936 129 302 0 837 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4568

[startup+0.301411 s]
/proc/loadavg: 0.92 0.98 1.12 3/77 30790
/proc/meminfo: memFree=1902704/2055920 swapFree=4120344/4192956
[pid=30790] ppid=30788 vsize=8100 CPUtime=0.29
/proc/30790/stat : 30790 (Spear-32) R 30788 30790 30384 0 -1 4194304 1926 0 0 0 29 0 0 0 19 0 1 0 19248724 8294400 1812 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/30790/statm: 2025 1812 141 302 0 1720 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8100

[startup+0.701441 s]
/proc/loadavg: 0.92 0.98 1.12 3/77 30790
/proc/meminfo: memFree=1902704/2055920 swapFree=4120344/4192956
[pid=30790] ppid=30788 vsize=10528 CPUtime=0.69
/proc/30790/stat : 30790 (Spear-32) R 30788 30790 30384 0 -1 4194304 2543 0 0 0 68 1 0 0 23 0 1 0 19248724 10780672 2429 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30790/statm: 2632 2429 141 302 0 2327 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 10528

[startup+1.5015 s]
/proc/loadavg: 0.92 0.98 1.12 2/78 30791
/proc/meminfo: memFree=1892264/2055920 swapFree=4120344/4192956
[pid=30790] ppid=30788 vsize=14128 CPUtime=1.49
/proc/30790/stat : 30790 (Spear-32) R 30788 30790 30384 0 -1 4194304 3447 0 0 0 147 2 0 0 25 0 1 0 19248724 14467072 3333 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30790/statm: 3532 3333 141 302 0 3227 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 14128

[startup+3.10162 s]
/proc/loadavg: 0.92 0.98 1.12 2/78 30791
/proc/meminfo: memFree=1887272/2055920 swapFree=4120344/4192956
[pid=30790] ppid=30788 vsize=20220 CPUtime=3.09
/proc/30790/stat : 30790 (Spear-32) R 30788 30790 30384 0 -1 4194304 4956 0 0 0 305 4 0 0 25 0 1 0 19248724 20705280 4842 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30790/statm: 5055 4842 141 302 0 4750 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 20220

[startup+6.30185 s]
/proc/loadavg: 0.93 0.98 1.12 2/78 30791
/proc/meminfo: memFree=1876648/2055920 swapFree=4120344/4192956
[pid=30790] ppid=30788 vsize=29268 CPUtime=6.29
/proc/30790/stat : 30790 (Spear-32) R 30788 30790 30384 0 -1 4194304 7209 0 0 0 624 5 0 0 25 0 1 0 19248724 29970432 7095 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526972 0 0 4096 0 0 0 0 17 1 0 0
/proc/30790/statm: 7317 7095 141 302 0 7012 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 29268

[startup+12.7023 s]
/proc/loadavg: 0.93 0.98 1.12 2/78 30791
/proc/meminfo: memFree=1862888/2055920 swapFree=4120344/4192956
[pid=30790] ppid=30788 vsize=42744 CPUtime=12.69
/proc/30790/stat : 30790 (Spear-32) R 30788 30790 30384 0 -1 4194304 10558 0 0 0 1261 8 0 0 25 0 1 0 19248724 43769856 10411 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30790/statm: 10686 10411 141 302 0 10381 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 42744

[startup+25.5013 s]
/proc/loadavg: 0.95 0.98 1.12 2/78 30791
/proc/meminfo: memFree=1841064/2055920 swapFree=4120344/4192956
[pid=30790] ppid=30788 vsize=63292 CPUtime=25.49
/proc/30790/stat : 30790 (Spear-32) R 30788 30790 30384 0 -1 4194304 15706 0 0 0 2536 13 0 0 25 0 1 0 19248724 64811008 15559 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30790/statm: 15823 15559 141 302 0 15518 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 63292

[startup+51.1011 s]
/proc/loadavg: 0.96 0.98 1.11 2/78 30791
/proc/meminfo: memFree=1807848/2055920 swapFree=4120344/4192956
[pid=30790] ppid=30788 vsize=97656 CPUtime=51.08
/proc/30790/stat : 30790 (Spear-32) R 30788 30790 30384 0 -1 4194304 24269 0 0 0 5085 23 0 0 25 0 1 0 19248724 99999744 24057 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30790/statm: 24414 24057 141 302 0 24109 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 97656

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 1.10 2/78 30791
/proc/meminfo: memFree=1765096/2055920 swapFree=4120344/4192956
[pid=30790] ppid=30788 vsize=139392 CPUtime=102.27
/proc/30790/stat : 30790 (Spear-32) R 30788 30790 30384 0 -1 4194304 34648 0 0 0 10189 38 0 0 25 0 1 0 19248724 142737408 34436 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/30790/statm: 34848 34436 141 302 0 34543 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 139392

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 1.09 2/78 30791
/proc/meminfo: memFree=1720744/2055920 swapFree=4120344/4192956
[pid=30790] ppid=30788 vsize=184704 CPUtime=162.25
/proc/30790/stat : 30790 (Spear-32) R 30788 30790 30384 0 -1 4194304 45908 0 0 0 16174 51 0 0 25 0 1 0 19248724 189136896 45567 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/30790/statm: 46176 45567 141 302 0 45871 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 184704

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 1.08 2/78 30791
/proc/meminfo: memFree=1688360/2055920 swapFree=4120344/4192956
[pid=30790] ppid=30788 vsize=217308 CPUtime=222.23
/proc/30790/stat : 30790 (Spear-32) R 30788 30790 30384 0 -1 4194304 53948 0 0 0 22160 63 0 0 25 0 1 0 19248724 222523392 53607 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30790/statm: 54327 53607 141 302 0 54022 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 217308

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 1.08 2/78 30791
/proc/meminfo: memFree=1648360/2055920 swapFree=4120344/4192956
[pid=30790] ppid=30788 vsize=257904 CPUtime=282.22
/proc/30790/stat : 30790 (Spear-32) R 30788 30790 30384 0 -1 4194304 64074 0 0 0 28145 77 0 0 25 0 1 0 19248724 264093696 63733 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30790/statm: 64476 63733 141 302 0 64171 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 257904

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 1.07 2/78 30791
/proc/meminfo: memFree=1612840/2055920 swapFree=4120344/4192956
[pid=30790] ppid=30788 vsize=292788 CPUtime=342.21
/proc/30790/stat : 30790 (Spear-32) R 30788 30790 30384 0 -1 4194304 72752 0 0 0 34129 92 0 0 25 0 1 0 19248724 299814912 72411 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526967 0 0 4096 0 0 0 0 17 1 0 0
/proc/30790/statm: 73197 72411 141 302 0 72892 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 292788

[startup+402.302 s]
/proc/loadavg: 1.06 1.00 1.07 2/78 30791
/proc/meminfo: memFree=1588072/2055920 swapFree=4120344/4192956
[pid=30790] ppid=30788 vsize=318364 CPUtime=402.19
/proc/30790/stat : 30790 (Spear-32) R 30788 30790 30384 0 -1 4194304 78994 0 0 0 40116 103 0 0 25 0 1 0 19248724 326004736 78653 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/30790/statm: 79591 78653 141 302 0 79286 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 318364

[startup+462.301 s]
/proc/loadavg: 1.08 1.02 1.07 2/78 30791
/proc/meminfo: memFree=1570728/2055920 swapFree=4120344/4192956
[pid=30790] ppid=30788 vsize=336684 CPUtime=462.18
/proc/30790/stat : 30790 (Spear-32) R 30788 30790 30384 0 -1 4194304 83493 0 0 0 46109 109 0 0 25 0 1 0 19248724 344764416 82895 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30790/statm: 84171 82895 141 302 0 83866 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 336684

[startup+522.302 s]
/proc/loadavg: 1.03 1.01 1.07 2/78 30791
/proc/meminfo: memFree=1556008/2055920 swapFree=4120344/4192956
[pid=30790] ppid=30788 vsize=351524 CPUtime=522.16
/proc/30790/stat : 30790 (Spear-32) R 30788 30790 30384 0 -1 4194304 87171 0 0 0 52099 117 0 0 25 0 1 0 19248724 359960576 86573 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/30790/statm: 87881 86573 141 302 0 87576 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 351524

[startup+582.302 s]
/proc/loadavg: 1.01 1.00 1.06 2/78 30791
/proc/meminfo: memFree=1540328/2055920 swapFree=4120344/4192956
[pid=30790] ppid=30788 vsize=367460 CPUtime=582.15
/proc/30790/stat : 30790 (Spear-32) R 30788 30790 30384 0 -1 4194304 91055 0 0 0 58091 124 0 0 25 0 1 0 19248724 376279040 90457 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/30790/statm: 91865 90457 141 302 0 91560 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 367460

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.05 2/78 30791
/proc/meminfo: memFree=1507240/2055920 swapFree=4120344/4192956
[pid=30790] ppid=30788 vsize=400804 CPUtime=642.14
/proc/30790/stat : 30790 (Spear-32) R 30788 30790 30384 0 -1 4194304 99275 0 0 0 64076 138 0 0 25 0 1 0 19248724 410423296 98677 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526969 0 0 4096 0 0 0 0 17 1 0 0
/proc/30790/statm: 100201 98677 141 302 0 99896 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 400804

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.05 2/78 30791
/proc/meminfo: memFree=1475048/2055920 swapFree=4120344/4192956
[pid=30790] ppid=30788 vsize=433296 CPUtime=702.11
/proc/30790/stat : 30790 (Spear-32) R 30788 30790 30384 0 -1 4194304 107385 0 0 0 70059 152 0 0 25 0 1 0 19248724 443695104 106787 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526965 0 0 4096 0 0 0 0 17 1 0 0
/proc/30790/statm: 108324 106787 141 302 0 108019 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 433296

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.04 2/78 30791
/proc/meminfo: memFree=1451752/2055920 swapFree=4120344/4192956
[pid=30790] ppid=30788 vsize=456364 CPUtime=762.11
/proc/30790/stat : 30790 (Spear-32) R 30788 30790 30384 0 -1 4194304 113118 0 0 0 76047 164 0 0 25 0 1 0 19248724 467316736 112520 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/30790/statm: 114091 112520 141 302 0 113786 0
Current children cumulated CPU time (s) 762.11
Current children cumulated vsize (KiB) 456364

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.04 3/78 30791
/proc/meminfo: memFree=1431016/2055920 swapFree=4120344/4192956
[pid=30790] ppid=30788 vsize=477364 CPUtime=822.08
/proc/30790/stat : 30790 (Spear-32) R 30788 30790 30384 0 -1 4194304 118295 0 0 0 82039 169 0 0 25 0 1 0 19248724 488820736 117697 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/30790/statm: 119341 117697 141 302 0 119036 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 477364

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.03 2/78 30791
/proc/meminfo: memFree=1414696/2055920 swapFree=4120344/4192956
[pid=30790] ppid=30788 vsize=494112 CPUtime=882.08
/proc/30790/stat : 30790 (Spear-32) R 30788 30790 30384 0 -1 4194304 122352 0 0 0 88032 176 0 0 25 0 1 0 19248724 505970688 121754 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30790/statm: 123528 121754 141 302 0 123223 0
Current children cumulated CPU time (s) 882.08
Current children cumulated vsize (KiB) 494112

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.02 2/78 30791
/proc/meminfo: memFree=1386920/2055920 swapFree=4120344/4192956
[pid=30790] ppid=30788 vsize=522372 CPUtime=942.06
/proc/30790/stat : 30790 (Spear-32) R 30788 30790 30384 0 -1 4194304 129387 0 0 0 94019 187 0 0 25 0 1 0 19248724 534908928 128789 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/30790/statm: 130593 128789 141 302 0 130288 0
Current children cumulated CPU time (s) 942.06
Current children cumulated vsize (KiB) 522372

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.02 2/78 30791
/proc/meminfo: memFree=1366696/2055920 swapFree=4120344/4192956
[pid=30790] ppid=30788 vsize=541952 CPUtime=1002.04
/proc/30790/stat : 30790 (Spear-32) R 30788 30790 30384 0 -1 4194304 134316 0 0 0 100011 193 0 0 25 0 1 0 19248724 554958848 133718 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/30790/statm: 135488 133718 141 302 0 135183 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 541952

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/78 30791
/proc/meminfo: memFree=1346536/2055920 swapFree=4120344/4192956
[pid=30790] ppid=30788 vsize=562524 CPUtime=1062.03
/proc/30790/stat : 30790 (Spear-32) R 30788 30790 30384 0 -1 4194304 139399 0 0 0 106002 201 0 0 25 0 1 0 19248724 576024576 138801 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526952 0 0 4096 0 0 0 0 17 1 0 0
/proc/30790/statm: 140631 138801 141 302 0 140326 0
Current children cumulated CPU time (s) 1062.03
Current children cumulated vsize (KiB) 562524

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/78 30791
/proc/meminfo: memFree=1318568/2055920 swapFree=4120344/4192956
[pid=30790] ppid=30788 vsize=590616 CPUtime=1122.01
/proc/30790/stat : 30790 (Spear-32) R 30788 30790 30384 0 -1 4194304 146353 0 0 0 111991 210 0 0 25 0 1 0 19248724 604790784 145755 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/30790/statm: 147654 145755 141 302 0 147349 0
Current children cumulated CPU time (s) 1122.01
Current children cumulated vsize (KiB) 590616

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30791
/proc/meminfo: memFree=1286568/2055920 swapFree=4120344/4192956
[pid=30790] ppid=30788 vsize=623124 CPUtime=1182
/proc/30790/stat : 30790 (Spear-32) R 30788 30790 30384 0 -1 4194304 154388 0 0 0 117975 225 0 0 25 0 1 0 19248724 638078976 153790 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/30790/statm: 155781 153790 141 302 0 155476 0
Current children cumulated CPU time (s) 1182
Current children cumulated vsize (KiB) 623124



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 30791
/proc/meminfo: memFree=1277864/2055920 swapFree=4120344/4192956
[pid=30790] ppid=30788 vsize=631332 CPUtime=1200.1
/proc/30790/stat : 30790 (Spear-32) R 30788 30790 30384 0 -1 4194304 156439 0 0 0 119782 228 0 0 25 0 1 0 19248724 646483968 155841 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30790/statm: 157833 155841 141 302 0 157528 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 631332

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.5
CPU time (s): 1200.2
CPU user time (s): 1197.82
CPU system time (s): 2.37464
CPU usage (%): 99.9749
Max. virtual memory (cumulated for all children) (KiB): 631332

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

runsolver used 1.42178 second user time and 2.94355 second system time

The end

Launcher Data (download as text)

Begin job on node22 on Sun Mar 11 16:10:09 UTC 2007

IDJOB= 335529
IDBENCH= 24653
IDSOLVER= 133
FILE ID= node22/335529-1173629408

PBS_JOBID= 4101287

Free space on /tmp= 66561 MiB

SOLVER NAME= Spear 2007-02-12
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/counting-php/harder-fphp-050-049.sat05-1238.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/335529-1173629408/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/335529-1173629408/instance-335529-1173629408.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node22/watcher-335529-1173629408 -o ROOT/results/node22/solver-335529-1173629408 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/335529-1173629408/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/335529-1173629408/instance-335529-1173629408.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  44a5476bd5ee890d723869abdd1f9b1f

RANDOM SEED= 390018199

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node22.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.238
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.238
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:       1903176 kB
Buffers:         21436 kB
Cached:          69672 kB
SwapCached:      21160 kB
Active:          53584 kB
Inactive:        71972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1903176 kB
SwapTotal:     4192956 kB
SwapFree:      4120344 kB
Dirty:            2968 kB
Writeback:           0 kB
Mapped:          38804 kB
Slab:            12704 kB
Committed_AS:   179796 kB
PageTables:       1772 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= 66561 MiB

End job on node22 on Sun Mar 11 16:30:11 UTC 2007