Trace number 339225

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.1 1200.62

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/339225-1173700851/instance-339225-1173700851.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/node42/watcher-339225-1173700851 -o ROOT/results/node42/solver-339225-1173700851 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/339225-1173700851/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/339225-1173700851/instance-339225-1173700851.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 0.98 3/64 12489
/proc/meminfo: memFree=1789784/2055920 swapFree=4182364/4192956
[pid=12489] ppid=12487 vsize=1396 CPUtime=0
/proc/12489/stat : 12489 (Spear-32) R 12487 12489 12030 0 -1 4194304 189 0 0 0 0 0 0 0 18 0 1 0 96038553 1429504 173 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12489/statm: 349 173 140 302 0 44 0

[startup+0.0234801 s]
/proc/loadavg: 0.92 0.98 0.98 3/64 12489
/proc/meminfo: memFree=1789784/2055920 swapFree=4182364/4192956
[pid=12489] ppid=12487 vsize=1528 CPUtime=0.02
/proc/12489/stat : 12489 (Spear-32) R 12487 12489 12030 0 -1 4194304 213 0 0 0 2 0 0 0 18 0 1 0 96038553 1564672 197 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12489/statm: 382 197 140 302 0 77 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1528

[startup+0.101495 s]
/proc/loadavg: 0.92 0.98 0.98 3/64 12489
/proc/meminfo: memFree=1789784/2055920 swapFree=4182364/4192956
[pid=12489] ppid=12487 vsize=1920 CPUtime=0.09
/proc/12489/stat : 12489 (Spear-32) R 12487 12489 12030 0 -1 4194304 303 0 0 0 9 0 0 0 18 0 1 0 96038553 1966080 287 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12489/statm: 480 287 140 302 0 175 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1920

[startup+0.301533 s]
/proc/loadavg: 0.92 0.98 0.98 3/64 12489
/proc/meminfo: memFree=1789784/2055920 swapFree=4182364/4192956
[pid=12489] ppid=12487 vsize=2576 CPUtime=0.29
/proc/12489/stat : 12489 (Spear-32) R 12487 12489 12030 0 -1 4194304 469 0 0 0 28 1 0 0 19 0 1 0 96038553 2637824 453 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12489/statm: 644 453 140 302 0 339 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2576

[startup+0.701608 s]
/proc/loadavg: 0.92 0.98 0.98 3/64 12489
/proc/meminfo: memFree=1789784/2055920 swapFree=4182364/4192956
[pid=12489] ppid=12487 vsize=3484 CPUtime=0.69
/proc/12489/stat : 12489 (Spear-32) R 12487 12489 12030 0 -1 4194304 702 0 0 0 67 2 0 0 22 0 1 0 96038553 3567616 686 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12489/statm: 871 686 140 302 0 566 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3484

[startup+1.50176 s]
/proc/loadavg: 0.92 0.98 0.98 2/65 12490
/proc/meminfo: memFree=1786960/2055920 swapFree=4182364/4192956
[pid=12489] ppid=12487 vsize=4804 CPUtime=1.49
/proc/12489/stat : 12489 (Spear-32) R 12487 12489 12030 0 -1 4194304 1012 0 0 0 145 4 0 0 25 0 1 0 96038553 4919296 996 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12489/statm: 1201 996 140 302 0 896 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4804

[startup+3.10107 s]
/proc/loadavg: 0.92 0.98 0.98 2/65 12490
/proc/meminfo: memFree=1785680/2055920 swapFree=4182364/4192956
[pid=12489] ppid=12487 vsize=6196 CPUtime=3.09
/proc/12489/stat : 12489 (Spear-32) R 12487 12489 12030 0 -1 4194304 1377 0 0 0 304 5 0 0 25 0 1 0 96038553 6344704 1328 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12489/statm: 1549 1328 140 302 0 1244 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6196

[startup+6.30168 s]
/proc/loadavg: 0.93 0.98 0.98 2/65 12490
/proc/meminfo: memFree=1783056/2055920 swapFree=4182364/4192956
[pid=12489] ppid=12487 vsize=8420 CPUtime=6.29
/proc/12489/stat : 12489 (Spear-32) R 12487 12489 12030 0 -1 4194304 1925 0 0 0 622 7 0 0 25 0 1 0 96038553 8622080 1876 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12489/statm: 2105 1876 140 302 0 1800 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8420

[startup+12.7019 s]
/proc/loadavg: 0.93 0.98 0.98 2/71 12516
/proc/meminfo: memFree=1777960/2055920 swapFree=4182364/4192956
[pid=12489] ppid=12487 vsize=12476 CPUtime=12.68
/proc/12489/stat : 12489 (Spear-32) R 12487 12489 12030 0 -1 4194304 2889 0 0 0 1258 10 0 0 25 0 1 0 96038553 12775424 2775 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12489/statm: 3119 2775 140 302 0 2814 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 12476

[startup+25.5013 s]
/proc/loadavg: 1.08 1.02 0.99 2/71 12572
/proc/meminfo: memFree=1774112/2055920 swapFree=4182364/4192956
[pid=12489] ppid=12487 vsize=15972 CPUtime=25.45
/proc/12489/stat : 12489 (Spear-32) R 12487 12489 12030 0 -1 4194304 3770 0 0 0 2529 16 0 0 25 0 1 0 96038553 16355328 3656 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12489/statm: 3993 3656 140 302 0 3688 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 15972

[startup+51.1012 s]
/proc/loadavg: 1.05 1.01 0.99 2/71 12608
/proc/meminfo: memFree=1768736/2055920 swapFree=4182364/4192956
[pid=12489] ppid=12487 vsize=22204 CPUtime=51.02
/proc/12489/stat : 12489 (Spear-32) R 12487 12489 12030 0 -1 4194304 5287 0 0 0 5080 22 0 0 25 0 1 0 96038553 22736896 5044 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12489/statm: 5551 5044 140 302 0 5246 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 22204

[startup+102.306 s]
/proc/loadavg: 1.02 1.01 0.99 2/65 12688
/proc/meminfo: memFree=1760720/2055920 swapFree=4182364/4192956
[pid=12489] ppid=12487 vsize=31596 CPUtime=102.15
/proc/12489/stat : 12489 (Spear-32) R 12487 12489 12030 0 -1 4194304 7519 0 0 0 10179 36 0 0 25 0 1 0 96038553 32354304 7276 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/12489/statm: 7899 7276 141 302 0 7594 0
Current children cumulated CPU time (s) 102.15
Current children cumulated vsize (KiB) 31596

[startup+162.301 s]
/proc/loadavg: 1.01 1.00 0.99 2/65 12688
/proc/meminfo: memFree=1753632/2055920 swapFree=4182364/4192956
[pid=12489] ppid=12487 vsize=39300 CPUtime=162.12
/proc/12489/stat : 12489 (Spear-32) R 12487 12489 12030 0 -1 4194304 9550 0 0 0 16164 48 0 0 25 0 1 0 96038553 40243200 9050 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12489/statm: 9825 9050 141 302 0 9520 0
Current children cumulated CPU time (s) 162.12
Current children cumulated vsize (KiB) 39300

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 12688
/proc/meminfo: memFree=1747040/2055920 swapFree=4182364/4192956
[pid=12489] ppid=12487 vsize=46452 CPUtime=222.1
/proc/12489/stat : 12489 (Spear-32) R 12487 12489 12030 0 -1 4194304 11189 0 0 0 22152 58 0 0 25 0 1 0 96038553 47566848 10689 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526843 0 0 4096 0 0 0 0 17 1 0 0
/proc/12489/statm: 11613 10689 141 302 0 11308 0
Current children cumulated CPU time (s) 222.1
Current children cumulated vsize (KiB) 46452

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 12688
/proc/meminfo: memFree=1742624/2055920 swapFree=4182364/4192956
[pid=12489] ppid=12487 vsize=51584 CPUtime=282.09
/proc/12489/stat : 12489 (Spear-32) R 12487 12489 12030 0 -1 4194304 12281 0 0 0 28141 68 0 0 25 0 1 0 96038553 52822016 11781 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/12489/statm: 12896 11781 141 302 0 12591 0
Current children cumulated CPU time (s) 282.09
Current children cumulated vsize (KiB) 51584

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 12688
/proc/meminfo: memFree=1737952/2055920 swapFree=4182364/4192956
[pid=12489] ppid=12487 vsize=56356 CPUtime=342.07
/proc/12489/stat : 12489 (Spear-32) R 12487 12489 12030 0 -1 4194304 13428 0 0 0 34132 75 0 0 25 0 1 0 96038553 57708544 12928 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/12489/statm: 14089 12928 141 302 0 13784 0
Current children cumulated CPU time (s) 342.07
Current children cumulated vsize (KiB) 56356

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 12688
/proc/meminfo: memFree=1734816/2055920 swapFree=4182364/4192956
[pid=12489] ppid=12487 vsize=59484 CPUtime=402.04
/proc/12489/stat : 12489 (Spear-32) R 12487 12489 12030 0 -1 4194304 14224 0 0 0 40122 82 0 0 25 0 1 0 96038553 60911616 13724 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/12489/statm: 14871 13724 141 302 0 14566 0
Current children cumulated CPU time (s) 402.04
Current children cumulated vsize (KiB) 59484

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 12688
/proc/meminfo: memFree=1731616/2055920 swapFree=4182364/4192956
[pid=12489] ppid=12487 vsize=63468 CPUtime=462.02
/proc/12489/stat : 12489 (Spear-32) R 12487 12489 12030 0 -1 4194304 15046 0 0 0 46114 88 0 0 25 0 1 0 96038553 64991232 14546 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12489/statm: 15867 14546 141 302 0 15562 0
Current children cumulated CPU time (s) 462.02
Current children cumulated vsize (KiB) 63468

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 12688
/proc/meminfo: memFree=1728928/2055920 swapFree=4182364/4192956
[pid=12489] ppid=12487 vsize=66088 CPUtime=522
/proc/12489/stat : 12489 (Spear-32) R 12487 12489 12030 0 -1 4194304 15745 0 0 0 52106 94 0 0 25 0 1 0 96038553 67674112 15245 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12489/statm: 16522 15245 141 302 0 16217 0
Current children cumulated CPU time (s) 522
Current children cumulated vsize (KiB) 66088

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 12688
/proc/meminfo: memFree=1725024/2055920 swapFree=4182364/4192956
[pid=12489] ppid=12487 vsize=70068 CPUtime=581.99
/proc/12489/stat : 12489 (Spear-32) R 12487 12489 12030 0 -1 4194304 16703 0 0 0 58099 100 0 0 25 0 1 0 96038553 71749632 16203 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/12489/statm: 17517 16203 141 302 0 17212 0
Current children cumulated CPU time (s) 581.99
Current children cumulated vsize (KiB) 70068

[startup+642.303 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 12688
/proc/meminfo: memFree=1722400/2055920 swapFree=4182364/4192956
[pid=12489] ppid=12487 vsize=74576 CPUtime=641.97
/proc/12489/stat : 12489 (Spear-32) R 12487 12489 12030 0 -1 4194304 17857 0 0 0 64091 106 0 0 25 0 1 0 96038553 76365824 16844 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526730 0 0 4096 0 0 0 0 17 1 0 0
/proc/12489/statm: 18644 16844 141 302 0 18339 0
Current children cumulated CPU time (s) 641.97
Current children cumulated vsize (KiB) 74576

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 12688
/proc/meminfo: memFree=1720160/2055920 swapFree=4182364/4192956
[pid=12489] ppid=12487 vsize=76624 CPUtime=701.94
/proc/12489/stat : 12489 (Spear-32) R 12487 12489 12030 0 -1 4194304 18419 0 0 0 70084 110 0 0 25 0 1 0 96038553 78462976 17406 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12489/statm: 19156 17406 141 302 0 18851 0
Current children cumulated CPU time (s) 701.94
Current children cumulated vsize (KiB) 76624

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 12688
/proc/meminfo: memFree=1716256/2055920 swapFree=4182364/4192956
[pid=12489] ppid=12487 vsize=80780 CPUtime=761.92
/proc/12489/stat : 12489 (Spear-32) R 12487 12489 12030 0 -1 4194304 19384 0 0 0 76078 114 0 0 25 0 1 0 96038553 82718720 18371 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12489/statm: 20195 18371 141 302 0 19890 0
Current children cumulated CPU time (s) 761.92
Current children cumulated vsize (KiB) 80780

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 12688
/proc/meminfo: memFree=1713184/2055920 swapFree=4182364/4192956
[pid=12489] ppid=12487 vsize=83908 CPUtime=821.9
/proc/12489/stat : 12489 (Spear-32) R 12487 12489 12030 0 -1 4194304 20146 0 0 0 82069 121 0 0 25 0 1 0 96038553 85921792 19133 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/12489/statm: 20977 19133 141 302 0 20672 0
Current children cumulated CPU time (s) 821.9
Current children cumulated vsize (KiB) 83908

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 12688
/proc/meminfo: memFree=1708128/2055920 swapFree=4182364/4192956
[pid=12489] ppid=12487 vsize=89328 CPUtime=881.88
/proc/12489/stat : 12489 (Spear-32) R 12487 12489 12030 0 -1 4194304 21421 0 0 0 88061 127 0 0 25 0 1 0 96038553 91471872 20408 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12489/statm: 22332 20408 141 302 0 22027 0
Current children cumulated CPU time (s) 881.88
Current children cumulated vsize (KiB) 89328

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 12688
/proc/meminfo: memFree=1702496/2055920 swapFree=4182364/4192956
[pid=12489] ppid=12487 vsize=95348 CPUtime=941.86
/proc/12489/stat : 12489 (Spear-32) R 12487 12489 12030 0 -1 4194304 22820 0 0 0 94053 133 0 0 25 0 1 0 96038553 97636352 21807 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/12489/statm: 23837 21807 141 302 0 23532 0
Current children cumulated CPU time (s) 941.86
Current children cumulated vsize (KiB) 95348

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 12688
/proc/meminfo: memFree=1700000/2055920 swapFree=4182364/4192956
[pid=12489] ppid=12487 vsize=98720 CPUtime=1001.84
/proc/12489/stat : 12489 (Spear-32) R 12487 12489 12030 0 -1 4194304 23435 0 0 0 100048 136 0 0 25 0 1 0 96038553 101089280 22422 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/12489/statm: 24680 22422 141 302 0 24375 0
Current children cumulated CPU time (s) 1001.84
Current children cumulated vsize (KiB) 98720

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 12690
/proc/meminfo: memFree=1695712/2055920 swapFree=4182364/4192956
[pid=12489] ppid=12487 vsize=103988 CPUtime=1061.82
/proc/12489/stat : 12489 (Spear-32) R 12487 12489 12030 0 -1 4194304 24533 0 0 0 106039 143 0 0 25 0 1 0 96038553 106483712 23520 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/12489/statm: 25997 23520 141 302 0 25692 0
Current children cumulated CPU time (s) 1061.82
Current children cumulated vsize (KiB) 103988

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 12690
/proc/meminfo: memFree=1690784/2055920 swapFree=4182364/4192956
[pid=12489] ppid=12487 vsize=109524 CPUtime=1121.8
/proc/12489/stat : 12489 (Spear-32) R 12487 12489 12030 0 -1 4194304 25749 0 0 0 112030 150 0 0 25 0 1 0 96038553 112152576 24736 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/12489/statm: 27381 24736 141 302 0 27076 0
Current children cumulated CPU time (s) 1121.8
Current children cumulated vsize (KiB) 109524

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 12690
/proc/meminfo: memFree=1687264/2055920 swapFree=4182364/4192956
[pid=12489] ppid=12487 vsize=113648 CPUtime=1181.78
/proc/12489/stat : 12489 (Spear-32) R 12487 12489 12030 0 -1 4194304 26615 0 0 0 118022 156 0 0 25 0 1 0 96038553 116375552 25602 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526873 0 0 4096 0 0 0 0 17 1 0 0
/proc/12489/statm: 28412 25602 141 302 0 28107 0
Current children cumulated CPU time (s) 1181.78
Current children cumulated vsize (KiB) 113648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 12690
/proc/meminfo: memFree=1686368/2055920 swapFree=4182364/4192956
[pid=12489] ppid=12487 vsize=114416 CPUtime=1200.08
/proc/12489/stat : 12489 (Spear-32) R 12487 12489 12030 0 -1 4194304 26838 0 0 0 119851 157 0 0 25 0 1 0 96038553 117161984 25825 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/12489/statm: 28604 25825 141 302 0 28299 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 114416

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.62
CPU time (s): 1200.1
CPU user time (s): 1198.51
CPU system time (s): 1.58876
CPU usage (%): 99.9566
Max. virtual memory (cumulated for all children) (KiB): 114416

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

runsolver used 0.937857 second user time and 2.44263 second system time

The end

Launcher Data (download as text)

Begin job on node42 on Mon Mar 12 12:00:51 UTC 2007

IDJOB= 339225
IDBENCH= 24741
IDSOLVER= 133
FILE ID= node42/339225-1173700851

PBS_JOBID= 4101764

Free space on /tmp= 66558 MiB

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

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  1be89b02b6d55244be2e1f715fd977d6

RANDOM SEED= 935002775

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node42.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.263
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.263
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:       1790192 kB
Buffers:         33872 kB
Cached:         182240 kB
SwapCached:       4820 kB
Active:          96816 kB
Inactive:       130880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1790192 kB
SwapTotal:     4192956 kB
SwapFree:      4182364 kB
Dirty:            1548 kB
Writeback:           0 kB
Mapped:          15464 kB
Slab:            24020 kB
Committed_AS:   157056 kB
PageTables:       1408 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= 66558 MiB

End job on node42 on Mon Mar 12 12:20:54 UTC 2007