Trace number 339519

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.05 1200.42

General information on the benchmark

Namecrafted/Difficult/contest-02-03-04/
contest03-hwb-n26-01-S1957858365.sat05-500.reshuffled-07.cnf
MD5SUM19ef5308d30d988d80538312a4c92391
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1144
Satisfiable
(Un)Satisfiability was proved
Number of variables172
Number of clauses832
Sum of the clauses size2818
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 214
Number of clauses of size 3482
Number of clauses of size 4336
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/339519-1173706290/instance-339519-1173706290.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/node13/watcher-339519-1173706290 -o ROOT/results/node13/solver-339519-1173706290 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/339519-1173706290/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/339519-1173706290/instance-339519-1173706290.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.00 1.00 1.00 3/77 16990
/proc/meminfo: memFree=1724344/2055920 swapFree=4158788/4192956
[pid=16990] ppid=16988 vsize=1396 CPUtime=0
/proc/16990/stat : 16990 (Spear-32) R 16988 16990 14404 0 -1 4194304 191 0 0 0 0 0 0 0 18 0 1 0 390583435 1429504 175 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16990/statm: 349 175 140 302 0 44 0

[startup+0.0875841 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 16990
/proc/meminfo: memFree=1724344/2055920 swapFree=4158788/4192956
[pid=16990] ppid=16988 vsize=1652 CPUtime=0.08
/proc/16990/stat : 16990 (Spear-32) R 16988 16990 14404 0 -1 4194304 253 0 0 0 8 0 0 0 18 0 1 0 390583435 1691648 237 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16990/statm: 413 237 140 302 0 108 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1652

[startup+0.101585 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 16990
/proc/meminfo: memFree=1724344/2055920 swapFree=4158788/4192956
[pid=16990] ppid=16988 vsize=1780 CPUtime=0.09
/proc/16990/stat : 16990 (Spear-32) R 16988 16990 14404 0 -1 4194304 264 0 0 0 9 0 0 0 18 0 1 0 390583435 1822720 248 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16990/statm: 445 248 140 302 0 140 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780

[startup+0.301611 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 16990
/proc/meminfo: memFree=1724344/2055920 swapFree=4158788/4192956
[pid=16990] ppid=16988 vsize=2040 CPUtime=0.29
/proc/16990/stat : 16990 (Spear-32) R 16988 16990 14404 0 -1 4194304 358 0 0 0 29 0 0 0 19 0 1 0 390583435 2088960 342 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16990/statm: 510 342 140 302 0 205 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2040

[startup+0.701665 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 16990
/proc/meminfo: memFree=1724344/2055920 swapFree=4158788/4192956
[pid=16990] ppid=16988 vsize=2744 CPUtime=0.69
/proc/16990/stat : 16990 (Spear-32) R 16988 16990 14404 0 -1 4194304 500 0 0 0 68 1 0 0 23 0 1 0 390583435 2809856 484 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16990/statm: 686 484 141 302 0 381 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2744

[startup+1.50277 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16991
/proc/meminfo: memFree=1722608/2055920 swapFree=4158788/4192956
[pid=16990] ppid=16988 vsize=3412 CPUtime=1.49
/proc/16990/stat : 16990 (Spear-32) R 16988 16990 14404 0 -1 4194304 694 0 0 0 148 1 0 0 25 0 1 0 390583435 3493888 678 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16990/statm: 853 678 141 302 0 548 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3412

[startup+3.10198 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16991
/proc/meminfo: memFree=1721456/2055920 swapFree=4158788/4192956
[pid=16990] ppid=16988 vsize=4720 CPUtime=3.09
/proc/16990/stat : 16990 (Spear-32) R 16988 16990 14404 0 -1 4194304 982 0 0 0 307 2 0 0 25 0 1 0 390583435 4833280 966 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16990/statm: 1180 966 141 302 0 875 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4720

[startup+6.30141 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16991
/proc/meminfo: memFree=1719664/2055920 swapFree=4158788/4192956
[pid=16990] ppid=16988 vsize=6180 CPUtime=6.28
/proc/16990/stat : 16990 (Spear-32) R 16988 16990 14404 0 -1 4194304 1358 0 0 0 625 3 0 0 25 0 1 0 390583435 6328320 1309 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16990/statm: 1545 1309 141 302 0 1240 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 6180

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16991
/proc/meminfo: memFree=1717360/2055920 swapFree=4158788/4192956
[pid=16990] ppid=16988 vsize=8380 CPUtime=12.69
/proc/16990/stat : 16990 (Spear-32) R 16988 16990 14404 0 -1 4194304 1892 0 0 0 1263 6 0 0 25 0 1 0 390583435 8581120 1843 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16990/statm: 2095 1843 141 302 0 1790 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 8380

[startup+25.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16991
/proc/meminfo: memFree=1714352/2055920 swapFree=4158788/4192956
[pid=16990] ppid=16988 vsize=11476 CPUtime=25.48
/proc/16990/stat : 16990 (Spear-32) R 16988 16990 14404 0 -1 4194304 2685 0 0 0 2539 9 0 0 25 0 1 0 390583435 11751424 2571 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16990/statm: 2869 2571 141 302 0 2564 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 11476

[startup+51.1014 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16991
/proc/meminfo: memFree=1709936/2055920 swapFree=4158788/4192956
[pid=16990] ppid=16988 vsize=15884 CPUtime=51.08
/proc/16990/stat : 16990 (Spear-32) R 16988 16990 14404 0 -1 4194304 3785 0 0 0 5092 16 0 0 25 0 1 0 390583435 16265216 3671 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16990/statm: 3971 3671 141 302 0 3666 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 15884

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16991
/proc/meminfo: memFree=1703024/2055920 swapFree=4158788/4192956
[pid=16990] ppid=16988 vsize=23880 CPUtime=102.26
/proc/16990/stat : 16990 (Spear-32) R 16988 16990 14404 0 -1 4194304 5629 0 0 0 10201 25 0 0 25 0 1 0 390583435 24453120 5386 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16990/statm: 5970 5386 141 302 0 5665 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 23880

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16991
/proc/meminfo: memFree=1697264/2055920 swapFree=4158788/4192956
[pid=16990] ppid=16988 vsize=29468 CPUtime=162.24
/proc/16990/stat : 16990 (Spear-32) R 16988 16990 14404 0 -1 4194304 7054 0 0 0 16191 33 0 0 25 0 1 0 390583435 30175232 6811 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/16990/statm: 7367 6811 141 302 0 7062 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 29468

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16991
/proc/meminfo: memFree=1692080/2055920 swapFree=4158788/4192956
[pid=16990] ppid=16988 vsize=34592 CPUtime=222.22
/proc/16990/stat : 16990 (Spear-32) R 16988 16990 14404 0 -1 4194304 8335 0 0 0 22181 41 0 0 25 0 1 0 390583435 35422208 8092 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526742 0 0 4096 0 0 0 0 17 1 0 0
/proc/16990/statm: 8648 8092 141 302 0 8343 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 34592

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16991
/proc/meminfo: memFree=1688304/2055920 swapFree=4158788/4192956
[pid=16990] ppid=16988 vsize=39356 CPUtime=282.2
/proc/16990/stat : 16990 (Spear-32) R 16988 16990 14404 0 -1 4194304 9536 0 0 0 28172 48 0 0 25 0 1 0 390583435 40300544 9036 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16990/statm: 9839 9036 141 302 0 9534 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 39356

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16991
/proc/meminfo: memFree=1684400/2055920 swapFree=4158788/4192956
[pid=16990] ppid=16988 vsize=43076 CPUtime=342.19
/proc/16990/stat : 16990 (Spear-32) R 16988 16990 14404 0 -1 4194304 10479 0 0 0 34163 56 0 0 25 0 1 0 390583435 44109824 9979 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/16990/statm: 10769 9979 141 302 0 10464 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 43076

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16991
/proc/meminfo: memFree=1681392/2055920 swapFree=4158788/4192956
[pid=16990] ppid=16988 vsize=46080 CPUtime=402.16
/proc/16990/stat : 16990 (Spear-32) R 16988 16990 14404 0 -1 4194304 11261 0 0 0 40155 61 0 0 25 0 1 0 390583435 47185920 10761 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16990/statm: 11520 10761 141 302 0 11215 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 46080

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16991
/proc/meminfo: memFree=1678512/2055920 swapFree=4158788/4192956
[pid=16990] ppid=16988 vsize=49032 CPUtime=462.14
/proc/16990/stat : 16990 (Spear-32) R 16988 16990 14404 0 -1 4194304 11975 0 0 0 46148 66 0 0 25 0 1 0 390583435 50208768 11475 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16990/statm: 12258 11475 141 302 0 11953 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 49032

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16991
/proc/meminfo: memFree=1676272/2055920 swapFree=4158788/4192956
[pid=16990] ppid=16988 vsize=51340 CPUtime=522.13
/proc/16990/stat : 16990 (Spear-32) R 16988 16990 14404 0 -1 4194304 12547 0 0 0 52142 71 0 0 25 0 1 0 390583435 52572160 12047 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/16990/statm: 12835 12047 141 302 0 12530 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 51340

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16991
/proc/meminfo: memFree=1673968/2055920 swapFree=4158788/4192956
[pid=16990] ppid=16988 vsize=53680 CPUtime=582.11
/proc/16990/stat : 16990 (Spear-32) R 16988 16990 14404 0 -1 4194304 13116 0 0 0 58135 76 0 0 25 0 1 0 390583435 54968320 12616 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16990/statm: 13420 12616 141 302 0 13115 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 53680

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16991
/proc/meminfo: memFree=1669552/2055920 swapFree=4158788/4192956
[pid=16990] ppid=16988 vsize=59004 CPUtime=642.09
/proc/16990/stat : 16990 (Spear-32) R 16988 16990 14404 0 -1 4194304 14211 0 0 0 64129 80 0 0 25 0 1 0 390583435 60420096 13711 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/16990/statm: 14751 13711 141 302 0 14446 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 59004

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16991
/proc/meminfo: memFree=1666672/2055920 swapFree=4158788/4192956
[pid=16990] ppid=16988 vsize=61720 CPUtime=702.07
/proc/16990/stat : 16990 (Spear-32) R 16988 16990 14404 0 -1 4194304 14931 0 0 0 70120 87 0 0 25 0 1 0 390583435 63201280 14431 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527100 0 0 4096 0 0 0 0 17 1 0 0
/proc/16990/statm: 15430 14431 141 302 0 15125 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 61720

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16991
/proc/meminfo: memFree=1663152/2055920 swapFree=4158788/4192956
[pid=16990] ppid=16988 vsize=65572 CPUtime=762.06
/proc/16990/stat : 16990 (Spear-32) R 16988 16990 14404 0 -1 4194304 15802 0 0 0 76114 92 0 0 25 0 1 0 390583435 67145728 15302 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16990/statm: 16393 15302 141 302 0 16088 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 65572

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16991
/proc/meminfo: memFree=1660400/2055920 swapFree=4158788/4192956
[pid=16990] ppid=16988 vsize=70316 CPUtime=822.04
/proc/16990/stat : 16990 (Spear-32) R 16988 16990 14404 0 -1 4194304 17023 0 0 0 82107 97 0 0 25 0 1 0 390583435 72003584 16010 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16990/statm: 17579 16010 141 302 0 17274 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 70316

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16993
/proc/meminfo: memFree=1658032/2055920 swapFree=4158788/4192956
[pid=16990] ppid=16988 vsize=72492 CPUtime=882.01
/proc/16990/stat : 16990 (Spear-32) R 16988 16990 14404 0 -1 4194304 17602 0 0 0 88100 101 0 0 25 0 1 0 390583435 74231808 16589 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16990/statm: 18123 16589 141 302 0 17818 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 72492

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16993
/proc/meminfo: memFree=1655920/2055920 swapFree=4158788/4192956
[pid=16990] ppid=16988 vsize=74548 CPUtime=942
/proc/16990/stat : 16990 (Spear-32) R 16988 16990 14404 0 -1 4194304 18132 0 0 0 94095 105 0 0 25 0 1 0 390583435 76337152 17119 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/16990/statm: 18637 17119 141 302 0 18332 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 74548

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16993
/proc/meminfo: memFree=1653872/2055920 swapFree=4158788/4192956
[pid=16990] ppid=16988 vsize=76604 CPUtime=1001.98
/proc/16990/stat : 16990 (Spear-32) R 16988 16990 14404 0 -1 4194304 18656 0 0 0 100089 109 0 0 25 0 1 0 390583435 78442496 17643 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16990/statm: 19151 17643 141 302 0 18846 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 76604

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16993
/proc/meminfo: memFree=1651888/2055920 swapFree=4158788/4192956
[pid=16990] ppid=16988 vsize=78396 CPUtime=1061.96
/proc/16990/stat : 16990 (Spear-32) R 16988 16990 14404 0 -1 4194304 19141 0 0 0 106083 113 0 0 25 0 1 0 390583435 80277504 18128 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16990/statm: 19599 18128 141 302 0 19294 0
Current children cumulated CPU time (s) 1061.96
Current children cumulated vsize (KiB) 78396

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16993
/proc/meminfo: memFree=1649712/2055920 swapFree=4158788/4192956
[pid=16990] ppid=16988 vsize=81172 CPUtime=1121.94
/proc/16990/stat : 16990 (Spear-32) R 16988 16990 14404 0 -1 4194304 19679 0 0 0 112077 117 0 0 25 0 1 0 390583435 83120128 18666 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526745 0 0 4096 0 0 0 0 17 1 0 0
/proc/16990/statm: 20293 18666 141 302 0 19988 0
Current children cumulated CPU time (s) 1121.94
Current children cumulated vsize (KiB) 81172

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16993
/proc/meminfo: memFree=1645168/2055920 swapFree=4158788/4192956
[pid=16990] ppid=16988 vsize=87348 CPUtime=1181.92
/proc/16990/stat : 16990 (Spear-32) R 16988 16990 14404 0 -1 4194304 20818 0 0 0 118071 121 0 0 25 0 1 0 390583435 89444352 19805 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16990/statm: 21837 19805 141 302 0 21532 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 87348



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16993
/proc/meminfo: memFree=1644528/2055920 swapFree=4158788/4192956
[pid=16990] ppid=16988 vsize=87996 CPUtime=1200.02
/proc/16990/stat : 16990 (Spear-32) R 16988 16990 14404 0 -1 4194304 20970 0 0 0 119880 122 0 0 25 0 1 0 390583435 90107904 19957 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/16990/statm: 21999 19957 141 302 0 21694 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 87996

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.42
CPU time (s): 1200.05
CPU user time (s): 1198.8
CPU system time (s): 1.24281
CPU usage (%): 99.9689
Max. virtual memory (cumulated for all children) (KiB): 87996

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

runsolver used 1.22581 second user time and 3.14952 second system time

The end

Launcher Data (download as text)

Begin job on node13 on Mon Mar 12 13:31:30 UTC 2007

IDJOB= 339519
IDBENCH= 24748
IDSOLVER= 133
FILE ID= node13/339519-1173706290

PBS_JOBID= 4101478

Free space on /tmp= 66483 MiB

SOLVER NAME= Spear 2007-02-12
BENCH NAME= HOME/pub/bench/SAT07/crafted/Difficult/contest-02-03-04/contest03-hwb-n26-01-S1957858365.sat05-500.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/339519-1173706290/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/339519-1173706290/instance-339519-1173706290.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node13/watcher-339519-1173706290 -o ROOT/results/node13/solver-339519-1173706290 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/339519-1173706290/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/339519-1173706290/instance-339519-1173706290.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  19ef5308d30d988d80538312a4c92391

RANDOM SEED= 736146498

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node13.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.236
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.236
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:       1724816 kB
Buffers:         39576 kB
Cached:         205936 kB
SwapCached:       2076 kB
Active:         179628 kB
Inactive:        88580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1724816 kB
SwapTotal:     4192956 kB
SwapFree:      4158788 kB
Dirty:            1552 kB
Writeback:           0 kB
Mapped:          30652 kB
Slab:            48540 kB
Committed_AS:  1691232 kB
PageTables:       1744 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= 66483 MiB

End job on node13 on Mon Mar 12 13:51:32 UTC 2007