Trace number 335025

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.14 1200.46

General information on the benchmark

Namecrafted/Hard/contest05/phnf/
phnf-size10-exclusive-equilarge_l1.used-as.sat04-893.sat05-4187.reshuffled-07.cnf
MD5SUM181c4935b6e4cd791aedd030930111fa
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 variables16866
Number of clauses2507999
Sum of the clauses size5028712
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22505923
Number of clauses of size 31
Number of clauses of size 47
Number of clauses of size 59
Number of clauses of size over 52059

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/335025-1173604822/instance-335025-1173604822.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/node5/watcher-335025-1173604822 -o ROOT/results/node5/solver-335025-1173604822 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/335025-1173604822/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/335025-1173604822/instance-335025-1173604822.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: 1.01 1.00 1.00 3/77 29351
/proc/meminfo: memFree=1639776/2055920 swapFree=4170416/4192956
[pid=29351] ppid=29349 vsize=1932 CPUtime=0
/proc/29351/stat : 29351 (Spear-32) R 29349 29351 28881 0 -1 4194304 261 0 0 0 0 0 0 0 18 0 1 0 380437521 1978368 245 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134518176 0 0 4096 0 0 0 0 17 1 0 0
/proc/29351/statm: 483 246 126 302 0 178 0

[startup+0.023399 s]
/proc/loadavg: 1.01 1.00 1.00 3/77 29351
/proc/meminfo: memFree=1639776/2055920 swapFree=4170416/4192956
[pid=29351] ppid=29349 vsize=3100 CPUtime=0.01
/proc/29351/stat : 29351 (Spear-32) R 29349 29351 28881 0 -1 4194304 680 0 0 0 1 0 0 0 18 0 1 0 380437521 3174400 530 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29351/statm: 775 531 126 302 0 470 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 3100

[startup+0.101407 s]
/proc/loadavg: 1.01 1.00 1.00 3/77 29351
/proc/meminfo: memFree=1639776/2055920 swapFree=4170416/4192956
[pid=29351] ppid=29349 vsize=5996 CPUtime=0.09
/proc/29351/stat : 29351 (Spear-32) R 29349 29351 28881 0 -1 4194304 1477 0 0 0 9 0 0 0 18 0 1 0 380437521 6139904 1084 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/29351/statm: 1499 1084 129 302 0 1194 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5996

[startup+0.30143 s]
/proc/loadavg: 1.01 1.00 1.00 3/77 29351
/proc/meminfo: memFree=1639776/2055920 swapFree=4170416/4192956
[pid=29351] ppid=29349 vsize=11252 CPUtime=0.29
/proc/29351/stat : 29351 (Spear-32) R 29349 29351 28881 0 -1 4194304 2888 0 0 0 28 1 0 0 19 0 1 0 380437521 11522048 2301 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29351/statm: 2813 2302 129 302 0 2508 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11252

[startup+0.701475 s]
/proc/loadavg: 1.01 1.00 1.00 3/77 29351
/proc/meminfo: memFree=1639776/2055920 swapFree=4170416/4192956
[pid=29351] ppid=29349 vsize=21252 CPUtime=0.69
/proc/29351/stat : 29351 (Spear-32) R 29349 29351 28881 0 -1 4194304 5584 0 0 0 66 3 0 0 23 0 1 0 380437521 21762048 4740 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/29351/statm: 5313 4740 129 302 0 5008 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21252

[startup+1.50157 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 29352
/proc/meminfo: memFree=1613464/2055920 swapFree=4170416/4192956
[pid=29351] ppid=29349 vsize=41912 CPUtime=1.49
/proc/29351/stat : 29351 (Spear-32) R 29349 29351 28881 0 -1 4194304 11186 0 0 0 143 6 0 0 25 0 1 0 380437521 42917888 9829 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/29351/statm: 10478 9830 129 302 0 10173 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 41912

[startup+3.10175 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 29352
/proc/meminfo: memFree=1586264/2055920 swapFree=4170416/4192956
[pid=29351] ppid=29349 vsize=84552 CPUtime=3.09
/proc/29351/stat : 29351 (Spear-32) R 29349 29351 28881 0 -1 4194304 22674 0 0 0 296 13 0 0 25 0 1 0 380437521 86581248 20292 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/29351/statm: 21138 20292 129 302 0 20833 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 84552

[startup+6.30111 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 29352
/proc/meminfo: memFree=1523544/2055920 swapFree=4170416/4192956
[pid=29351] ppid=29349 vsize=124552 CPUtime=6.29
/proc/29351/stat : 29351 (Spear-32) R 29349 29351 28881 0 -1 4194304 33549 0 0 0 611 18 0 0 25 0 1 0 380437521 127541248 29118 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29351/statm: 31138 29118 140 302 0 30833 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 124552

[startup+12.7018 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29352
/proc/meminfo: memFree=1522392/2055920 swapFree=4170416/4192956
[pid=29351] ppid=29349 vsize=125852 CPUtime=12.69
/proc/29351/stat : 29351 (Spear-32) R 29349 29351 28881 0 -1 4194304 33851 0 0 0 1249 20 0 0 25 0 1 0 380437521 128872448 29420 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/29351/statm: 31463 29420 141 302 0 31158 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 125852

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29352
/proc/meminfo: memFree=1519960/2055920 swapFree=4170416/4192956
[pid=29351] ppid=29349 vsize=128176 CPUtime=25.49
/proc/29351/stat : 29351 (Spear-32) R 29349 29351 28881 0 -1 4194304 34441 0 0 0 2527 22 0 0 25 0 1 0 380437521 131252224 30010 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29351/statm: 32044 30010 141 302 0 31739 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 128176

[startup+51.1012 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29352
/proc/meminfo: memFree=1515416/2055920 swapFree=4170416/4192956
[pid=29351] ppid=29349 vsize=133092 CPUtime=51.08
/proc/29351/stat : 29351 (Spear-32) R 29349 29351 28881 0 -1 4194304 35635 0 0 0 5084 24 0 0 25 0 1 0 380437521 136286208 31204 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29351/statm: 33273 31204 141 302 0 32968 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 133092

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29352
/proc/meminfo: memFree=1504088/2055920 swapFree=4170416/4192956
[pid=29351] ppid=29349 vsize=144252 CPUtime=102.27
/proc/29351/stat : 29351 (Spear-32) R 29349 29351 28881 0 -1 4194304 38462 0 0 0 10197 30 0 0 25 0 1 0 380437521 147714048 33998 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/29351/statm: 36063 33998 141 302 0 35758 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 144252

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29352
/proc/meminfo: memFree=1491032/2055920 swapFree=4170416/4192956
[pid=29351] ppid=29349 vsize=157512 CPUtime=162.25
/proc/29351/stat : 29351 (Spear-32) R 29349 29351 28881 0 -1 4194304 41781 0 0 0 16190 35 0 0 25 0 1 0 380437521 161292288 37317 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/29351/statm: 39378 37317 141 302 0 39073 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 157512

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29352
/proc/meminfo: memFree=1479512/2055920 swapFree=4170416/4192956
[pid=29351] ppid=29349 vsize=168648 CPUtime=222.23
/proc/29351/stat : 29351 (Spear-32) R 29349 29351 28881 0 -1 4194304 44587 0 0 0 22183 40 0 0 25 0 1 0 380437521 172695552 40123 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29351/statm: 42162 40123 141 302 0 41857 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 168648

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29352
/proc/meminfo: memFree=1467288/2055920 swapFree=4170416/4192956
[pid=29351] ppid=29349 vsize=181384 CPUtime=282.22
/proc/29351/stat : 29351 (Spear-32) R 29349 29351 28881 0 -1 4194304 47769 0 0 0 28176 46 0 0 25 0 1 0 380437521 185737216 43240 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/29351/statm: 45346 43240 141 302 0 45041 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 181384

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29352
/proc/meminfo: memFree=1452184/2055920 swapFree=4170416/4192956
[pid=29351] ppid=29349 vsize=196280 CPUtime=342.2
/proc/29351/stat : 29351 (Spear-32) R 29349 29351 28881 0 -1 4194304 51477 0 0 0 34168 52 0 0 25 0 1 0 380437521 200990720 46948 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/29351/statm: 49070 46948 141 302 0 48765 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 196280

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29352
/proc/meminfo: memFree=1440664/2055920 swapFree=4170416/4192956
[pid=29351] ppid=29349 vsize=207732 CPUtime=402.18
/proc/29351/stat : 29351 (Spear-32) R 29349 29351 28881 0 -1 4194304 54366 0 0 0 40161 57 0 0 25 0 1 0 380437521 212717568 49837 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/29351/statm: 51933 49837 141 302 0 51628 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 207732

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29352
/proc/meminfo: memFree=1431064/2055920 swapFree=4170416/4192956
[pid=29351] ppid=29349 vsize=217332 CPUtime=462.17
/proc/29351/stat : 29351 (Spear-32) R 29349 29351 28881 0 -1 4194304 56745 0 0 0 46154 63 0 0 25 0 1 0 380437521 222547968 52216 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/29351/statm: 54333 52216 141 302 0 54028 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 217332

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29352
/proc/meminfo: memFree=1419672/2055920 swapFree=4170416/4192956
[pid=29351] ppid=29349 vsize=228788 CPUtime=522.15
/proc/29351/stat : 29351 (Spear-32) R 29349 29351 28881 0 -1 4194304 59606 0 0 0 52147 68 0 0 25 0 1 0 380437521 234278912 55077 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29351/statm: 57197 55077 141 302 0 56892 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 228788

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29352
/proc/meminfo: memFree=1410712/2055920 swapFree=4170416/4192956
[pid=29351] ppid=29349 vsize=237592 CPUtime=582.14
/proc/29351/stat : 29351 (Spear-32) R 29349 29351 28881 0 -1 4194304 61813 0 0 0 58140 74 0 0 25 0 1 0 380437521 243294208 57284 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134526871 0 0 4096 0 0 0 0 17 1 0 0
/proc/29351/statm: 59398 57284 141 302 0 59093 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 237592

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29352
/proc/meminfo: memFree=1402584/2055920 swapFree=4170416/4192956
[pid=29351] ppid=29349 vsize=246128 CPUtime=642.13
/proc/29351/stat : 29351 (Spear-32) R 29349 29351 28881 0 -1 4194304 63946 0 0 0 64134 79 0 0 25 0 1 0 380437521 252035072 59288 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/29351/statm: 61532 59288 141 302 0 61227 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 246128

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29352
/proc/meminfo: memFree=1396184/2055920 swapFree=4170416/4192956
[pid=29351] ppid=29349 vsize=252728 CPUtime=702.11
/proc/29351/stat : 29351 (Spear-32) R 29349 29351 28881 0 -1 4194304 65541 0 0 0 70127 84 0 0 25 0 1 0 380437521 258793472 60883 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/29351/statm: 63182 60883 141 302 0 62877 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 252728

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29352
/proc/meminfo: memFree=1389656/2055920 swapFree=4170416/4192956
[pid=29351] ppid=29349 vsize=259192 CPUtime=762.09
/proc/29351/stat : 29351 (Spear-32) R 29349 29351 28881 0 -1 4194304 67167 0 0 0 76121 88 0 0 25 0 1 0 380437521 265412608 62509 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/29351/statm: 64798 62509 141 302 0 64493 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 259192

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29352
/proc/meminfo: memFree=1379160/2055920 swapFree=4170416/4192956
[pid=29351] ppid=29349 vsize=269932 CPUtime=822.07
/proc/29351/stat : 29351 (Spear-32) R 29349 29351 28881 0 -1 4194304 69813 0 0 0 82113 94 0 0 25 0 1 0 380437521 276410368 65155 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/29351/statm: 67483 65155 141 302 0 67178 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 269932

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29352
/proc/meminfo: memFree=1365912/2055920 swapFree=4170416/4192956
[pid=29351] ppid=29349 vsize=282976 CPUtime=882.06
/proc/29351/stat : 29351 (Spear-32) R 29349 29351 28881 0 -1 4194304 73077 0 0 0 88106 100 0 0 25 0 1 0 380437521 289767424 68419 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/29351/statm: 70744 68419 141 302 0 70439 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 282976

[startup+942.302 s]
/proc/loadavg: 1.07 1.02 1.00 2/78 29352
/proc/meminfo: memFree=1351896/2055920 swapFree=4170416/4192956
[pid=29351] ppid=29349 vsize=297020 CPUtime=942.04
/proc/29351/stat : 29351 (Spear-32) R 29349 29351 28881 0 -1 4194304 76597 0 0 0 94099 105 0 0 25 0 1 0 380437521 304148480 71939 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/29351/statm: 74255 71939 141 302 0 73950 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 297020

[startup+1002.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/78 29352
/proc/meminfo: memFree=1341912/2055920 swapFree=4170416/4192956
[pid=29351] ppid=29349 vsize=307064 CPUtime=1002.02
/proc/29351/stat : 29351 (Spear-32) R 29349 29351 28881 0 -1 4194304 79108 0 0 0 100093 109 0 0 25 0 1 0 380437521 314433536 74450 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/29351/statm: 76766 74450 141 302 0 76461 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 307064

[startup+1062.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 29352
/proc/meminfo: memFree=1333848/2055920 swapFree=4170416/4192956
[pid=29351] ppid=29349 vsize=315096 CPUtime=1062
/proc/29351/stat : 29351 (Spear-32) R 29349 29351 28881 0 -1 4194304 81123 0 0 0 106087 113 0 0 25 0 1 0 380437521 322658304 76465 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/29351/statm: 78774 76465 141 302 0 78469 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 315096

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29352
/proc/meminfo: memFree=1326104/2055920 swapFree=4170416/4192956
[pid=29351] ppid=29349 vsize=322860 CPUtime=1121.99
/proc/29351/stat : 29351 (Spear-32) R 29349 29351 28881 0 -1 4194304 83038 0 0 0 112081 118 0 0 25 0 1 0 380437521 330608640 78380 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/29351/statm: 80715 78380 141 302 0 80410 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 322860

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 29352
/proc/meminfo: memFree=1315736/2055920 swapFree=4170416/4192956
[pid=29351] ppid=29349 vsize=333136 CPUtime=1181.98
/proc/29351/stat : 29351 (Spear-32) R 29349 29351 28881 0 -1 4194304 85632 0 0 0 118075 123 0 0 25 0 1 0 380437521 341131264 80974 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/29351/statm: 83284 80974 141 302 0 82979 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 333136



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.08 1.02 1.01 2/78 29352
/proc/meminfo: memFree=1313560/2055920 swapFree=4170416/4192956
[pid=29351] ppid=29349 vsize=335168 CPUtime=1200.08
/proc/29351/stat : 29351 (Spear-32) R 29349 29351 28881 0 -1 4194304 86137 0 0 0 119883 125 0 0 25 0 1 0 380437521 343212032 81479 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/29351/statm: 83792 81479 141 302 0 83487 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 335168

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.46
CPU time (s): 1200.14
CPU user time (s): 1198.84
CPU system time (s): 1.3028
CPU usage (%): 99.9734
Max. virtual memory (cumulated for all children) (KiB): 335168

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

runsolver used 1.3258 second user time and 3.04854 second system time

The end

Launcher Data (download as text)

Begin job on node5 on Sun Mar 11 09:20:27 UTC 2007

IDJOB= 335025
IDBENCH= 24641
IDSOLVER= 133
FILE ID= node5/335025-1173604822

PBS_JOBID= 4101252

Free space on /tmp= 66373 MiB

SOLVER NAME= Spear 2007-02-12
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/phnf/phnf-size10-exclusive-equilarge_l1.used-as.sat04-893.sat05-4187.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/335025-1173604822/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/335025-1173604822/instance-335025-1173604822.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node5/watcher-335025-1173604822 -o ROOT/results/node5/solver-335025-1173604822 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/335025-1173604822/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/335025-1173604822/instance-335025-1173604822.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  181c4935b6e4cd791aedd030930111fa

RANDOM SEED= 129762614

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:       1640120 kB
Buffers:         35560 kB
Cached:         298940 kB
SwapCached:       2236 kB
Active:         272668 kB
Inactive:        85740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1640120 kB
SwapTotal:     4192956 kB
SwapFree:      4170416 kB
Dirty:           35268 kB
Writeback:           0 kB
Mapped:          31796 kB
Slab:            42996 kB
Committed_AS:  1275796 kB
PageTables:       1692 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66373 MiB

End job on node5 on Sun Mar 11 09:40:30 UTC 2007