Trace number 3263017

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
SApperloT 2011-03-23? (TO) 1300.04 1300.01

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_50_30_20_1-log.shuffled-as.sat03-107.cnf
MD5SUM5f29341b29f4bbeb333d68befe08c7ae
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark460.255
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses56970
Sum of the clauses size569400
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 560
Number of clauses of size over 556910

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3263017-1303561401/watcher-3263017-1303561401 -o /tmp/evaluation-result-3263017-1303561401/solver-3263017-1303561401 -C 2400 -W 1300 -M 7680 SApperloT HOME/instance-3263017-1303561401.cnf 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.68 3.94 3.92 4/189 15173
/proc/meminfo: memFree=15645712/32950928 swapFree=67111528/67111528
[pid=15173] ppid=15171 vsize=12744 CPUtime=0 cores=5,7
/proc/15173/stat : 15173 (SApperloT) R 15171 15173 14653 0 -1 4194304 505 0 0 0 0 0 0 0 22 0 1 0 467738922 13049856 383 33554432000 4194304 4465733 140733216068816 18446744073709551615 268272688896 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/15173/statm: 3186 384 250 67 0 309 0

[startup+0.023113 s]
/proc/loadavg: 3.68 3.94 3.92 4/189 15173
/proc/meminfo: memFree=15645712/32950928 swapFree=67111528/67111528
[pid=15173] ppid=15171 vsize=14040 CPUtime=0.01 cores=5,7
/proc/15173/stat : 15173 (SApperloT) R 15171 15173 14653 0 -1 4194304 1707 0 0 0 1 0 0 0 22 0 1 0 467738922 14376960 726 33554432000 4194304 4465733 140733216068816 18446744073709551615 4273966 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/15173/statm: 3510 726 250 67 0 633 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 14040

[startup+0.1011 s]
/proc/loadavg: 3.68 3.94 3.92 4/189 15173
/proc/meminfo: memFree=15645712/32950928 swapFree=67111528/67111528
[pid=15173] ppid=15171 vsize=17628 CPUtime=0.09 cores=5,7
/proc/15173/stat : 15173 (SApperloT) R 15171 15173 14653 0 -1 4202496 4701 0 0 0 9 0 0 0 22 0 1 0 467738922 18051072 1552 33554432000 4194304 4465733 140733216068816 18446744073709551615 4270205 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/15173/statm: 4407 1552 255 67 0 1530 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17628

[startup+0.301064 s]
/proc/loadavg: 3.68 3.94 3.92 4/189 15173
/proc/meminfo: memFree=15645712/32950928 swapFree=67111528/67111528
[pid=15173] ppid=15171 vsize=18836 CPUtime=0.29 cores=5,7
/proc/15173/stat : 15173 (SApperloT) R 15171 15173 14653 0 -1 4202496 5731 0 0 0 29 0 0 0 23 0 1 0 467738922 19288064 1846 33554432000 4194304 4465733 140733216068816 18446744073709551615 4270655 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/15173/statm: 4709 1846 255 67 0 1832 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18836

[startup+0.700993 s]
/proc/loadavg: 3.68 3.94 3.92 4/189 15173
/proc/meminfo: memFree=15645712/32950928 swapFree=67111528/67111528
[pid=15173] ppid=15171 vsize=20524 CPUtime=0.69 cores=5,7
/proc/15173/stat : 15173 (SApperloT) R 15171 15173 14653 0 -1 4202496 7023 0 0 0 68 1 0 0 25 0 1 0 467738922 21016576 2141 33554432000 4194304 4465733 140733216068816 18446744073709551615 4295885 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/15173/statm: 5131 2141 255 67 0 2254 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20524

[startup+1.50085 s]
/proc/loadavg: 3.68 3.94 3.92 5/190 15174
/proc/meminfo: memFree=15626244/32950928 swapFree=67111528/67111528
[pid=15173] ppid=15171 vsize=22476 CPUtime=1.49 cores=5,7
/proc/15173/stat : 15173 (SApperloT) R 15171 15173 14653 0 -1 4202496 8249 0 0 0 148 1 0 0 25 0 1 0 467738922 23015424 2366 33554432000 4194304 4465733 140733216068816 18446744073709551615 4271204 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/15173/statm: 5619 2366 255 67 0 2742 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22476

[startup+3.10056 s]
/proc/loadavg: 3.71 3.94 3.92 5/190 15174
/proc/meminfo: memFree=15623516/32950928 swapFree=67111528/67111528
[pid=15173] ppid=15171 vsize=22476 CPUtime=3.09 cores=5,7
/proc/15173/stat : 15173 (SApperloT) R 15171 15173 14653 0 -1 4202496 8657 0 0 0 308 1 0 0 25 0 1 0 467738922 23015424 2638 33554432000 4194304 4465733 140733216068816 18446744073709551615 4270674 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/15173/statm: 5619 2638 255 67 0 2742 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 22476

[startup+6.30099 s]
/proc/loadavg: 3.71 3.94 3.92 5/190 15174
/proc/meminfo: memFree=15603244/32950928 swapFree=67111528/67111528
[pid=15173] ppid=15171 vsize=27756 CPUtime=6.29 cores=5,7
/proc/15173/stat : 15173 (SApperloT) R 15171 15173 14653 0 -1 4202496 12022 0 0 0 628 1 0 0 25 0 1 0 467738922 28422144 3146 33554432000 4194304 4465733 140733216068816 18446744073709551615 4265307 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/15173/statm: 6939 3146 255 67 0 4062 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 27756

[startup+12.7009 s]
/proc/loadavg: 3.75 3.94 3.92 5/190 15174
/proc/meminfo: memFree=15603796/32950928 swapFree=67111528/67111528
[pid=15173] ppid=15171 vsize=27756 CPUtime=12.69 cores=5,7
/proc/15173/stat : 15173 (SApperloT) R 15171 15173 14653 0 -1 4202496 12694 0 0 0 1268 1 0 0 25 0 1 0 467738922 28422144 3579 33554432000 4194304 4465733 140733216068816 18446744073709551615 4295934 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/15173/statm: 6939 3579 255 67 0 4062 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 27756

[startup+25.5006 s]
/proc/loadavg: 3.79 3.94 3.92 5/190 15175
/proc/meminfo: memFree=15573664/32950928 swapFree=67111528/67111528
[pid=15173] ppid=15171 vsize=31696 CPUtime=25.49 cores=5,7
/proc/15173/stat : 15173 (SApperloT) R 15171 15173 14653 0 -1 4202496 15729 0 0 0 2547 2 0 0 25 0 1 0 467738922 32456704 4319 33554432000 4194304 4465733 140733216068816 18446744073709551615 4270219 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/15173/statm: 7924 4319 255 67 0 5047 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 31696

[startup+51.101 s]
/proc/loadavg: 3.86 3.94 3.92 5/190 15176
/proc/meminfo: memFree=15526712/32950928 swapFree=67111528/67111528
[pid=15173] ppid=15171 vsize=35820 CPUtime=51.1 cores=5,7
/proc/15173/stat : 15173 (SApperloT) R 15171 15173 14653 0 -1 4202496 19412 0 0 0 5107 3 0 0 25 0 1 0 467738922 36679680 5448 33554432000 4194304 4465733 140733216068816 18446744073709551615 4296159 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/15173/statm: 8955 5448 255 67 0 6078 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 35820

[startup+102.307 s]
/proc/loadavg: 3.94 3.95 3.92 5/190 15177
/proc/meminfo: memFree=15501284/32950928 swapFree=67111528/67111528
[pid=15173] ppid=15171 vsize=47868 CPUtime=102.3 cores=5,7
/proc/15173/stat : 15173 (SApperloT) R 15171 15173 14653 0 -1 4202496 28363 0 0 0 10225 5 0 0 25 0 1 0 467738922 49016832 7490 33554432000 4194304 4465733 140733216068816 18446744073709551615 4270192 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/15173/statm: 11967 7490 255 67 0 9090 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 47868

[startup+162.3 s]
/proc/loadavg: 3.98 3.95 3.92 5/190 15178
/proc/meminfo: memFree=15462084/32950928 swapFree=67111528/67111528
[pid=15173] ppid=15171 vsize=47868 CPUtime=162.29 cores=5,7
/proc/15173/stat : 15173 (SApperloT) R 15171 15173 14653 0 -1 4202496 29541 0 0 0 16224 5 0 0 25 0 1 0 467738922 49016832 8402 33554432000 4194304 4465733 140733216068816 18446744073709551615 4270152 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/15173/statm: 11967 8402 255 67 0 9090 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 47868

[startup+222.301 s]
/proc/loadavg: 3.99 3.96 3.92 5/190 15180
/proc/meminfo: memFree=15399808/32950928 swapFree=67111528/67111528
[pid=15173] ppid=15171 vsize=65844 CPUtime=222.29 cores=5,7
/proc/15173/stat : 15173 (SApperloT) R 15171 15173 14653 0 -1 4202496 40512 0 0 0 22223 6 0 0 25 0 1 0 467738922 67424256 9885 33554432000 4194304 4465733 140733216068816 18446744073709551615 4271235 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/15173/statm: 16461 9885 255 67 0 13584 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 65844

[startup+282.301 s]
/proc/loadavg: 3.99 3.97 3.92 5/190 15182
/proc/meminfo: memFree=15376348/32950928 swapFree=67111528/67111528
[pid=15173] ppid=15171 vsize=65844 CPUtime=282.3 cores=5,7
/proc/15173/stat : 15173 (SApperloT) R 15171 15173 14653 0 -1 4202496 41531 0 0 0 28223 7 0 0 25 0 1 0 467738922 67424256 10515 33554432000 4194304 4465733 140733216068816 18446744073709551615 4295921 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/15173/statm: 16461 10515 255 67 0 13584 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 65844

[startup+342.3 s]
/proc/loadavg: 3.99 3.97 3.92 5/190 15183
/proc/meminfo: memFree=15358472/32950928 swapFree=67111528/67111528
[pid=15173] ppid=15171 vsize=65976 CPUtime=342.29 cores=5,7
/proc/15173/stat : 15173 (SApperloT) R 15171 15173 14653 0 -1 4202496 42935 0 0 0 34222 7 0 0 25 0 1 0 467738922 67559424 11361 33554432000 4194304 4465733 140733216068816 18446744073709551615 4295941 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/15173/statm: 16494 11361 255 67 0 13617 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 65976

[startup+402.3 s]
/proc/loadavg: 3.99 3.97 3.92 5/190 15185
/proc/meminfo: memFree=15304012/32950928 swapFree=67111528/67111528
[pid=15173] ppid=15171 vsize=65976 CPUtime=402.3 cores=5,7
/proc/15173/stat : 15173 (SApperloT) R 15171 15173 14653 0 -1 4202496 43890 0 0 0 40222 8 0 0 25 0 1 0 467738922 67559424 12013 33554432000 4194304 4465733 140733216068816 18446744073709551615 4295923 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/15173/statm: 16494 12013 255 67 0 13617 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 65976

[startup+462.301 s]
/proc/loadavg: 3.99 3.97 3.92 5/190 15186
/proc/meminfo: memFree=15369456/32950928 swapFree=67111528/67111528
[pid=15173] ppid=15171 vsize=65976 CPUtime=462.3 cores=5,7
/proc/15173/stat : 15173 (SApperloT) R 15171 15173 14653 0 -1 4202496 45282 0 0 0 46222 8 0 0 25 0 1 0 467738922 67559424 12849 33554432000 4194304 4465733 140733216068816 18446744073709551615 4270779 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/15173/statm: 16494 12849 255 67 0 13617 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 65976

[startup+522.301 s]
/proc/loadavg: 3.99 3.97 3.92 5/190 15188
/proc/meminfo: memFree=15323304/32950928 swapFree=67111528/67111528
[pid=15173] ppid=15171 vsize=93104 CPUtime=522.3 cores=5,7
/proc/15173/stat : 15173 (SApperloT) R 15171 15173 14653 0 -1 4202496 59940 0 0 0 52220 10 0 0 25 0 1 0 467738922 95338496 13947 33554432000 4194304 4465733 140733216068816 18446744073709551615 4295882 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/15173/statm: 23276 13947 255 67 0 20399 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 93104

[startup+582.3 s]
/proc/loadavg: 3.99 3.97 3.92 5/190 15190
/proc/meminfo: memFree=15312984/32950928 swapFree=67111528/67111528
[pid=15173] ppid=15171 vsize=93104 CPUtime=582.3 cores=5,7
/proc/15173/stat : 15173 (SApperloT) R 15171 15173 14653 0 -1 4202496 60706 0 0 0 58220 10 0 0 25 0 1 0 467738922 95338496 14407 33554432000 4194304 4465733 140733216068816 18446744073709551615 4270655 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/15173/statm: 23276 14407 255 67 0 20399 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 93104

[startup+642.301 s]
/proc/loadavg: 3.99 3.97 3.92 5/190 15191
/proc/meminfo: memFree=15305888/32950928 swapFree=67111528/67111528
[pid=15173] ppid=15171 vsize=93104 CPUtime=642.31 cores=5,7
/proc/15173/stat : 15173 (SApperloT) R 15171 15173 14653 0 -1 4202496 61238 0 0 0 64221 10 0 0 25 0 1 0 467738922 95338496 14818 33554432000 4194304 4465733 140733216068816 18446744073709551615 4270655 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/15173/statm: 23276 14818 255 67 0 20399 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 93104

[startup+702.301 s]
/proc/loadavg: 4.05 3.99 3.93 5/190 15193
/proc/meminfo: memFree=15284280/32950928 swapFree=67111528/67111528
[pid=15173] ppid=15171 vsize=93104 CPUtime=702.3 cores=5,7
/proc/15173/stat : 15173 (SApperloT) R 15171 15173 14653 0 -1 4202496 62023 0 0 0 70220 10 0 0 25 0 1 0 467738922 95338496 15292 33554432000 4194304 4465733 140733216068816 18446744073709551615 4270831 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/15173/statm: 23276 15292 255 67 0 20399 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 93104

[startup+762.307 s]
/proc/loadavg: 4.02 3.99 3.93 5/190 15194
/proc/meminfo: memFree=15221884/32950928 swapFree=67111528/67111528
[pid=15173] ppid=15171 vsize=217596 CPUtime=762.32 cores=5,7
/proc/15173/stat : 15173 (SApperloT) R 15171 15173 14653 0 -1 4202496 80157 0 0 0 76219 13 0 0 25 0 1 0 467738922 222818304 22816 33554432000 4194304 4465733 140733216068816 18446744073709551615 4343417 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/15173/statm: 54399 22816 329 67 0 51522 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 217596

[startup+822.301 s]
/proc/loadavg: 4.00 3.99 3.93 5/190 15196
/proc/meminfo: memFree=15204132/32950928 swapFree=67111528/67111528
[pid=15173] ppid=15171 vsize=217596 CPUtime=822.31 cores=5,7
/proc/15173/stat : 15173 (SApperloT) R 15171 15173 14653 0 -1 4202496 80157 0 0 0 82218 13 0 0 25 0 1 0 467738922 222818304 22816 33554432000 4194304 4465733 140733216068816 18446744073709551615 4358361 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/15173/statm: 54399 22816 329 67 0 51522 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 217596

[startup+882.301 s]
/proc/loadavg: 4.00 3.99 3.93 5/190 15198
/proc/meminfo: memFree=15170500/32950928 swapFree=67111528/67111528
[pid=15173] ppid=15171 vsize=217596 CPUtime=882.31 cores=5,7
/proc/15173/stat : 15173 (SApperloT) R 15171 15173 14653 0 -1 4202496 80165 0 0 0 88218 13 0 0 25 0 1 0 467738922 222818304 22824 33554432000 4194304 4465733 140733216068816 18446744073709551615 4369569 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/15173/statm: 54399 22824 329 67 0 51522 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 217596

[startup+942.3 s]
/proc/loadavg: 4.00 3.99 3.93 5/190 15199
/proc/meminfo: memFree=15156696/32950928 swapFree=67111528/67111528
[pid=15173] ppid=15171 vsize=217596 CPUtime=942.31 cores=5,7
/proc/15173/stat : 15173 (SApperloT) R 15171 15173 14653 0 -1 4202496 80169 0 0 0 94218 13 0 0 25 0 1 0 467738922 222818304 22828 33554432000 4194304 4465733 140733216068816 18446744073709551615 4369581 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/15173/statm: 54399 22828 329 67 0 51522 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 217596

[startup+1002.3 s]
/proc/loadavg: 4.00 3.99 3.93 5/190 15201
/proc/meminfo: memFree=15169940/32950928 swapFree=67111528/67111528
[pid=15173] ppid=15171 vsize=217596 CPUtime=1002.31 cores=5,7
/proc/15173/stat : 15173 (SApperloT) R 15171 15173 14653 0 -1 4202496 80185 0 0 0 100218 13 0 0 25 0 1 0 467738922 222818304 22844 33554432000 4194304 4465733 140733216068816 18446744073709551615 4358656 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/15173/statm: 54399 22844 329 67 0 51522 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 217596

[startup+1062.3 s]
/proc/loadavg: 4.00 3.99 3.93 5/190 15202
/proc/meminfo: memFree=15159620/32950928 swapFree=67111528/67111528
[pid=15173] ppid=15171 vsize=217596 CPUtime=1062.31 cores=5,7
/proc/15173/stat : 15173 (SApperloT) R 15171 15173 14653 0 -1 4202496 80189 0 0 0 106218 13 0 0 25 0 1 0 467738922 222818304 22848 33554432000 4194304 4465733 140733216068816 18446744073709551615 4369536 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/15173/statm: 54399 22848 329 67 0 51522 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 217596

[startup+1122.3 s]
/proc/loadavg: 4.00 3.99 3.93 5/190 15204
/proc/meminfo: memFree=15097836/32950928 swapFree=67111528/67111528
[pid=15173] ppid=15171 vsize=217596 CPUtime=1122.32 cores=5,7
/proc/15173/stat : 15173 (SApperloT) R 15171 15173 14653 0 -1 4202496 80198 0 0 0 112219 13 0 0 25 0 1 0 467738922 222818304 22857 33554432000 4194304 4465733 140733216068816 18446744073709551615 4372248 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/15173/statm: 54399 22857 329 67 0 51522 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 217596

[startup+1182.3 s]
/proc/loadavg: 4.00 3.99 3.93 5/190 15206
/proc/meminfo: memFree=15124100/32950928 swapFree=67111528/67111528
[pid=15173] ppid=15171 vsize=86788 CPUtime=1182.31 cores=5,7
/proc/15173/stat : 15173 (SApperloT) R 15171 15173 14653 0 -1 4202496 81264 0 0 0 118218 13 0 0 25 0 1 0 467738922 88870912 16424 33554432000 4194304 4465733 140733216068816 18446744073709551615 4270655 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/15173/statm: 21697 16424 273 67 0 18820 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 86788

[startup+1242.3 s]
/proc/loadavg: 4.08 4.00 3.93 5/190 15207
/proc/meminfo: memFree=15096288/32950928 swapFree=67111528/67111528
[pid=15173] ppid=15171 vsize=108688 CPUtime=1242.31 cores=5,7
/proc/15173/stat : 15173 (SApperloT) R 15171 15173 14653 0 -1 4202496 86448 0 0 0 124217 14 0 0 25 0 1 0 467738922 111296512 21608 33554432000 4194304 4465733 140733216068816 18446744073709551615 4270655 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/15173/statm: 27172 21608 482 67 0 24295 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 108688



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.03 4.00 3.93 2/184 15212
/proc/meminfo: memFree=15574952/32950928 swapFree=67111528/67111528
[pid=15173] ppid=15171 vsize=108688 CPUtime=1300.02 cores=5,7
/proc/15173/stat : 15173 (SApperloT) R 15171 15173 14653 0 -1 4202496 87394 0 0 0 129988 14 0 0 25 0 1 0 467738922 111296512 22363 33554432000 4194304 4465733 140733216068816 18446744073709551615 4270655 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/15173/statm: 27172 22363 941 67 0 24295 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 108688

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): 1300.01
CPU time (s): 1300.04
CPU user time (s): 1299.89
CPU system time (s): 0.150977
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 248508

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

runsolver used 2.09768 second user time and 5.00624 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-23 14:23:21
IDJOB=3263017
IDBENCH=83909
IDSOLVER=1657
FILE ID=node122/3263017-1303561401
RUNJOBID= node122-1303561400-15134
PBS_JOBID= 13150275
Free space on /tmp= 70904 MiB

SOLVER NAME= SApperloT 2011-03-23
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_50_30_20_1-log.shuffled-as.sat03-107.cnf
COMMAND LINE= SApperloT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3263017-1303561401/watcher-3263017-1303561401 -o /tmp/evaluation-result-3263017-1303561401/solver-3263017-1303561401 -C 2400 -W 1300 -M 7680  SApperloT HOME/instance-3263017-1303561401.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 5f29341b29f4bbeb333d68befe08c7ae
RANDOM SEED=1871467206

node122.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.64
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15645868 kB
Buffers:       1774620 kB
Cached:       14890832 kB
SwapCached:          0 kB
Active:        5339856 kB
Inactive:     11410872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15645868 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5860 kB
Writeback:           0 kB
AnonPages:       84072 kB
Mapped:          15068 kB
Slab:           487832 kB
PageTables:       4868 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   275060 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 70908 MiB
End job on node122 at 2011-04-23 14:45:03