Trace number 339224

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.09 1200.52

General information on the benchmark

Namecrafted/Difficult/contest05/jarvisalo/
mod2c-3cage-unsat-10-2.sat05-2567.reshuffled-07.cnf
MD5SUM1be89b02b6d55244be2e1f715fd977d6
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark246.077
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of clauses560
Sum of the clauses size2240
Maximum clause length4
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 4560
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/339224-1173700777/instance-339224-1173700777.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/node61/watcher-339224-1173700777 -o ROOT/results/node61/solver-339224-1173700777 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/339224-1173700777/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/339224-1173700777/instance-339224-1173700777.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.99 0.98 0.99 3/64 30202
/proc/meminfo: memFree=1776680/2055920 swapFree=4174080/4192956
[pid=30202] ppid=30200 vsize=1396 CPUtime=0
/proc/30202/stat : 30202 (Spear-32) R 30200 30202 29711 0 -1 4194304 188 0 0 0 0 0 0 0 18 0 1 0 390034580 1429504 172 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30202/statm: 349 172 140 302 0 44 0

[startup+0.020701 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 30202
/proc/meminfo: memFree=1776680/2055920 swapFree=4174080/4192956
[pid=30202] ppid=30200 vsize=1528 CPUtime=0.01
/proc/30202/stat : 30202 (Spear-32) R 30200 30202 29711 0 -1 4194304 212 0 0 0 1 0 0 0 18 0 1 0 390034580 1564672 196 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30202/statm: 382 196 140 302 0 77 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1528

[startup+0.101709 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 30202
/proc/meminfo: memFree=1776680/2055920 swapFree=4174080/4192956
[pid=30202] ppid=30200 vsize=1920 CPUtime=0.09
/proc/30202/stat : 30202 (Spear-32) R 30200 30202 29711 0 -1 4194304 308 0 0 0 9 0 0 0 18 0 1 0 390034580 1966080 292 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30202/statm: 480 292 140 302 0 175 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1920

[startup+0.301728 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 30202
/proc/meminfo: memFree=1776680/2055920 swapFree=4174080/4192956
[pid=30202] ppid=30200 vsize=2568 CPUtime=0.29
/proc/30202/stat : 30202 (Spear-32) R 30200 30202 29711 0 -1 4194304 473 0 0 0 28 1 0 0 19 0 1 0 390034580 2629632 457 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30202/statm: 642 457 140 302 0 337 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2568

[startup+0.701766 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 30202
/proc/meminfo: memFree=1776680/2055920 swapFree=4174080/4192956
[pid=30202] ppid=30200 vsize=3612 CPUtime=0.69
/proc/30202/stat : 30202 (Spear-32) R 30200 30202 29711 0 -1 4194304 710 0 0 0 67 2 0 0 23 0 1 0 390034580 3698688 694 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30202/statm: 903 694 140 302 0 598 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3612

[startup+1.50184 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30203
/proc/meminfo: memFree=1773856/2055920 swapFree=4174080/4192956
[pid=30202] ppid=30200 vsize=4796 CPUtime=1.49
/proc/30202/stat : 30202 (Spear-32) R 30200 30202 29711 0 -1 4194304 1034 0 0 0 146 3 0 0 25 0 1 0 390034580 4911104 1018 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30202/statm: 1199 1018 140 302 0 894 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4796

[startup+3.10199 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30203
/proc/meminfo: memFree=1772384/2055920 swapFree=4174080/4192956
[pid=30202] ppid=30200 vsize=6484 CPUtime=3.09
/proc/30202/stat : 30202 (Spear-32) R 30200 30202 29711 0 -1 4194304 1438 0 0 0 304 5 0 0 25 0 1 0 390034580 6639616 1389 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30202/statm: 1621 1389 140 302 0 1316 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6484

[startup+6.3013 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30203
/proc/meminfo: memFree=1770272/2055920 swapFree=4174080/4192956
[pid=30202] ppid=30200 vsize=8056 CPUtime=6.29
/proc/30202/stat : 30202 (Spear-32) R 30200 30202 29711 0 -1 4194304 1834 0 0 0 622 7 0 0 25 0 1 0 390034580 8249344 1785 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30202/statm: 2014 1785 140 302 0 1709 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8056

[startup+12.7019 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30203
/proc/meminfo: memFree=1767712/2055920 swapFree=4174080/4192956
[pid=30202] ppid=30200 vsize=10520 CPUtime=12.68
/proc/30202/stat : 30202 (Spear-32) R 30200 30202 29711 0 -1 4194304 2462 0 0 0 1259 9 0 0 25 0 1 0 390034580 10772480 2348 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30202/statm: 2630 2348 140 302 0 2325 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 10520

[startup+25.5011 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30203
/proc/meminfo: memFree=1764000/2055920 swapFree=4174080/4192956
[pid=30202] ppid=30200 vsize=14244 CPUtime=25.49
/proc/30202/stat : 30202 (Spear-32) R 30200 30202 29711 0 -1 4194304 3361 0 0 0 2535 14 0 0 25 0 1 0 390034580 14585856 3247 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30202/statm: 3561 3247 140 302 0 3256 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 14244

[startup+51.1016 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30203
/proc/meminfo: memFree=1758112/2055920 swapFree=4174080/4192956
[pid=30202] ppid=30200 vsize=20764 CPUtime=51.08
/proc/30202/stat : 30202 (Spear-32) R 30200 30202 29711 0 -1 4194304 4979 0 0 0 5085 23 0 0 25 0 1 0 390034580 21262336 4736 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30202/statm: 5191 4736 140 302 0 4886 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 20764

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 30285
/proc/meminfo: memFree=1748904/2055920 swapFree=4174080/4192956
[pid=30202] ppid=30200 vsize=28788 CPUtime=102.24
/proc/30202/stat : 30202 (Spear-32) R 30200 30202 29711 0 -1 4194304 6945 0 0 0 10188 36 0 0 25 0 1 0 390034580 29478912 6702 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30202/statm: 7197 6702 140 302 0 6892 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 28788

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 30377
/proc/meminfo: memFree=1742120/2055920 swapFree=4174080/4192956
[pid=30202] ppid=30200 vsize=36488 CPUtime=162.16
/proc/30202/stat : 30202 (Spear-32) R 30200 30202 29711 0 -1 4194304 8850 0 0 0 16169 47 0 0 25 0 1 0 390034580 37363712 8350 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30202/statm: 9122 8350 140 302 0 8817 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 36488

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30401
/proc/meminfo: memFree=1736928/2055920 swapFree=4174080/4192956
[pid=30202] ppid=30200 vsize=43356 CPUtime=222.13
/proc/30202/stat : 30202 (Spear-32) R 30200 30202 29711 0 -1 4194304 10439 0 0 0 22157 56 0 0 25 0 1 0 390034580 44396544 9939 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/30202/statm: 10839 9939 140 302 0 10534 0
Current children cumulated CPU time (s) 222.13
Current children cumulated vsize (KiB) 43356

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30401
/proc/meminfo: memFree=1733280/2055920 swapFree=4174080/4192956
[pid=30202] ppid=30200 vsize=46868 CPUtime=282.12
/proc/30202/stat : 30202 (Spear-32) R 30200 30202 29711 0 -1 4194304 11348 0 0 0 28146 66 0 0 25 0 1 0 390034580 47992832 10848 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30202/statm: 11717 10848 140 302 0 11412 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 46868

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30401
/proc/meminfo: memFree=1730912/2055920 swapFree=4174080/4192956
[pid=30202] ppid=30200 vsize=49332 CPUtime=342.1
/proc/30202/stat : 30202 (Spear-32) R 30200 30202 29711 0 -1 4194304 11930 0 0 0 34139 71 0 0 25 0 1 0 390034580 50515968 11430 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/30202/statm: 12333 11430 140 302 0 12028 0
Current children cumulated CPU time (s) 342.1
Current children cumulated vsize (KiB) 49332

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30401
/proc/meminfo: memFree=1728736/2055920 swapFree=4174080/4192956
[pid=30202] ppid=30200 vsize=51648 CPUtime=402.08
/proc/30202/stat : 30202 (Spear-32) R 30200 30202 29711 0 -1 4194304 12487 0 0 0 40132 76 0 0 25 0 1 0 390034580 52887552 11987 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30202/statm: 12912 11987 140 302 0 12607 0
Current children cumulated CPU time (s) 402.08
Current children cumulated vsize (KiB) 51648

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30401
/proc/meminfo: memFree=1725984/2055920 swapFree=4174080/4192956
[pid=30202] ppid=30200 vsize=54728 CPUtime=462.07
/proc/30202/stat : 30202 (Spear-32) R 30200 30202 29711 0 -1 4194304 13173 0 0 0 46124 83 0 0 25 0 1 0 390034580 56041472 12673 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526742 0 0 4096 0 0 0 0 17 1 0 0
/proc/30202/statm: 13682 12673 140 302 0 13377 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 54728

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30401
/proc/meminfo: memFree=1722208/2055920 swapFree=4174080/4192956
[pid=30202] ppid=30200 vsize=58396 CPUtime=522.05
/proc/30202/stat : 30202 (Spear-32) R 30200 30202 29711 0 -1 4194304 14136 0 0 0 52116 89 0 0 25 0 1 0 390034580 59797504 13636 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30202/statm: 14599 13636 140 302 0 14294 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 58396

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 30401
/proc/meminfo: memFree=1717728/2055920 swapFree=4174080/4192956
[pid=30202] ppid=30200 vsize=63424 CPUtime=582.03
/proc/30202/stat : 30202 (Spear-32) R 30200 30202 29711 0 -1 4194304 15229 0 0 0 58106 97 0 0 25 0 1 0 390034580 64946176 14729 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/30202/statm: 15856 14729 140 302 0 15551 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 63424

[startup+642.302 s]
/proc/loadavg: 1.11 1.02 1.01 2/65 30401
/proc/meminfo: memFree=1714272/2055920 swapFree=4174080/4192956
[pid=30202] ppid=30200 vsize=67276 CPUtime=642.02
/proc/30202/stat : 30202 (Spear-32) R 30200 30202 29711 0 -1 4194304 16081 0 0 0 64098 104 0 0 25 0 1 0 390034580 68890624 15581 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/30202/statm: 16819 15581 140 302 0 16514 0
Current children cumulated CPU time (s) 642.02
Current children cumulated vsize (KiB) 67276

[startup+702.302 s]
/proc/loadavg: 1.11 1.03 1.00 2/65 30401
/proc/meminfo: memFree=1711008/2055920 swapFree=4174080/4192956
[pid=30202] ppid=30200 vsize=72592 CPUtime=702
/proc/30202/stat : 30202 (Spear-32) R 30200 30202 29711 0 -1 4194304 17421 0 0 0 70089 111 0 0 25 0 1 0 390034580 74334208 16408 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30202/statm: 18148 16408 140 302 0 17843 0
Current children cumulated CPU time (s) 702
Current children cumulated vsize (KiB) 72592

[startup+762.305 s]
/proc/loadavg: 1.04 1.02 1.00 2/65 30401
/proc/meminfo: memFree=1708000/2055920 swapFree=4174080/4192956
[pid=30202] ppid=30200 vsize=75420 CPUtime=761.99
/proc/30202/stat : 30202 (Spear-32) R 30200 30202 29711 0 -1 4194304 18159 0 0 0 76079 120 0 0 25 0 1 0 390034580 77230080 17146 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558753 0 0 4096 0 0 0 0 17 1 0 0
/proc/30202/statm: 18855 17146 140 302 0 18550 0
Current children cumulated CPU time (s) 761.99
Current children cumulated vsize (KiB) 75420

[startup+822.301 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 30401
/proc/meminfo: memFree=1705184/2055920 swapFree=4174080/4192956
[pid=30202] ppid=30200 vsize=78040 CPUtime=821.97
/proc/30202/stat : 30202 (Spear-32) R 30200 30202 29711 0 -1 4194304 18869 0 0 0 82071 126 0 0 25 0 1 0 390034580 79912960 17856 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526812 0 0 4096 0 0 0 0 17 1 0 0
/proc/30202/statm: 19510 17856 140 302 0 19205 0
Current children cumulated CPU time (s) 821.97
Current children cumulated vsize (KiB) 78040

[startup+882.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 30401
/proc/meminfo: memFree=1703072/2055920 swapFree=4174080/4192956
[pid=30202] ppid=30200 vsize=80480 CPUtime=881.95
/proc/30202/stat : 30202 (Spear-32) R 30200 30202 29711 0 -1 4194304 19385 0 0 0 88064 131 0 0 25 0 1 0 390034580 82411520 18372 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30202/statm: 20120 18372 140 302 0 19815 0
Current children cumulated CPU time (s) 881.95
Current children cumulated vsize (KiB) 80480

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30401
/proc/meminfo: memFree=1701152/2055920 swapFree=4174080/4192956
[pid=30202] ppid=30200 vsize=82404 CPUtime=941.94
/proc/30202/stat : 30202 (Spear-32) R 30200 30202 29711 0 -1 4194304 19875 0 0 0 94058 136 0 0 25 0 1 0 390034580 84381696 18862 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/30202/statm: 20601 18862 140 302 0 20296 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 82404

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30401
/proc/meminfo: memFree=1699104/2055920 swapFree=4174080/4192956
[pid=30202] ppid=30200 vsize=84208 CPUtime=1001.91
/proc/30202/stat : 30202 (Spear-32) R 30200 30202 29711 0 -1 4194304 20364 0 0 0 100050 141 0 0 25 0 1 0 390034580 86228992 19351 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30202/statm: 21052 19351 140 302 0 20747 0
Current children cumulated CPU time (s) 1001.91
Current children cumulated vsize (KiB) 84208

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30401
/proc/meminfo: memFree=1696992/2055920 swapFree=4174080/4192956
[pid=30202] ppid=30200 vsize=86272 CPUtime=1061.9
/proc/30202/stat : 30202 (Spear-32) R 30200 30202 29711 0 -1 4194304 20920 0 0 0 106045 145 0 0 25 0 1 0 390034580 88342528 19907 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/30202/statm: 21568 19907 140 302 0 21263 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 86272

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30401
/proc/meminfo: memFree=1694816/2055920 swapFree=4174080/4192956
[pid=30202] ppid=30200 vsize=88448 CPUtime=1121.89
/proc/30202/stat : 30202 (Spear-32) R 30200 30202 29711 0 -1 4194304 21447 0 0 0 112039 150 0 0 25 0 1 0 390034580 90570752 20434 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/30202/statm: 22112 20434 140 302 0 21807 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 88448

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30401
/proc/meminfo: memFree=1693152/2055920 swapFree=4174080/4192956
[pid=30202] ppid=30200 vsize=90120 CPUtime=1181.86
/proc/30202/stat : 30202 (Spear-32) R 30200 30202 29711 0 -1 4194304 21869 0 0 0 118034 152 0 0 25 0 1 0 390034580 92282880 20856 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30202/statm: 22530 20856 140 302 0 22225 0
Current children cumulated CPU time (s) 1181.86
Current children cumulated vsize (KiB) 90120



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30401
/proc/meminfo: memFree=1692640/2055920 swapFree=4174080/4192956
[pid=30202] ppid=30200 vsize=90504 CPUtime=1200.06
/proc/30202/stat : 30202 (Spear-32) R 30200 30202 29711 0 -1 4194304 21981 0 0 0 119852 154 0 0 25 0 1 0 390034580 92676096 20968 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134539752 0 0 4096 0 0 0 0 17 1 0 0
/proc/30202/statm: 22626 20968 140 302 0 22321 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 90504

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30401
/proc/meminfo: memFree=1692640/2055920 swapFree=4174080/4192956
[pid=30202] ppid=30200 vsize=90504 CPUtime=1200.06
/proc/30202/stat : 30202 (Spear-32) R 30200 30202 29711 0 -1 4194304 21981 0 0 0 119852 154 0 0 25 0 1 0 390034580 92676096 20968 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134539752 0 0 4096 0 0 0 0 17 1 0 0
/proc/30202/statm: 22626 20968 140 302 0 22321 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 90504

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.52
CPU time (s): 1200.09
CPU user time (s): 1198.53
CPU system time (s): 1.56376
CPU usage (%): 99.9643
Max. virtual memory (cumulated for all children) (KiB): 90504

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

runsolver used 0.908861 second user time and 2.45963 second system time

The end

Launcher Data (download as text)

Begin job on node61 on Mon Mar 12 11:59:37 UTC 2007

IDJOB= 339224
IDBENCH= 24741
IDSOLVER= 132
FILE ID= node61/339224-1173700777

PBS_JOBID= 4101750

Free space on /tmp= 66518 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/crafted/Difficult/contest05/jarvisalo/mod2c-3cage-unsat-10-2.sat05-2567.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/339224-1173700777/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/339224-1173700777/instance-339224-1173700777.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node61/watcher-339224-1173700777 -o ROOT/results/node61/solver-339224-1173700777 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/339224-1173700777/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/339224-1173700777/instance-339224-1173700777.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  1be89b02b6d55244be2e1f715fd977d6

RANDOM SEED= 33197235

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node61.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.216
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.216
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:       1777152 kB
Buffers:         30532 kB
Cached:         189652 kB
SwapCached:      13192 kB
Active:         127716 kB
Inactive:       113656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1777152 kB
SwapTotal:     4192956 kB
SwapFree:      4174080 kB
Dirty:            1544 kB
Writeback:           0 kB
Mapped:          15572 kB
Slab:            23508 kB
Committed_AS:   927500 kB
PageTables:       1388 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= 66518 MiB

End job on node61 on Mon Mar 12 12:19:39 UTC 2007