Trace number 3263545

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.07 1300.01

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_15_90_1-dir.shuffled-as.sat03-136.cnf
MD5SUM5bd7c76aed56f767985526812cdb8e0e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark935.889
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of clauses31962
Sum of the clauses size64344
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 231947
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 515

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-3263545-1303569325/watcher-3263545-1303569325 -o /tmp/evaluation-result-3263545-1303569325/solver-3263545-1303569325 -C 2400 -W 1300 -M 7680 SApperloT HOME/instance-3263545-1303569325.cnf 

running on 2 cores: 4,6

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: 4.00 4.00 4.52 4/189 27417
/proc/meminfo: memFree=12386664/32951124 swapFree=67111528/67111528
[pid=27417] ppid=27415 vsize=12476 CPUtime=0 cores=4,6
/proc/27417/stat : 27417 (SApperloT) R 27415 27417 27207 0 -1 4194304 478 0 0 0 0 0 0 0 25 0 1 0 449348104 12775424 354 33554432000 4194304 4465733 140733685172768 18446744073709551615 4295790 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27417/statm: 3119 354 250 67 0 242 0

[startup+0.018754 s]
/proc/loadavg: 4.00 4.00 4.52 4/189 27417
/proc/meminfo: memFree=12386664/32951124 swapFree=67111528/67111528
[pid=27417] ppid=27415 vsize=12660 CPUtime=0.01 cores=4,6
/proc/27417/stat : 27417 (SApperloT) R 27415 27417 27207 0 -1 4202496 723 0 0 0 1 0 0 0 25 0 1 0 449348104 12963840 452 33554432000 4194304 4465733 140733685172768 18446744073709551615 4265327 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27417/statm: 3165 452 255 67 0 288 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12660

[startup+0.10074 s]
/proc/loadavg: 4.00 4.00 4.52 4/189 27417
/proc/meminfo: memFree=12386664/32951124 swapFree=67111528/67111528
[pid=27417] ppid=27415 vsize=14364 CPUtime=0.09 cores=4,6
/proc/27417/stat : 27417 (SApperloT) R 27415 27417 27207 0 -1 4202496 1877 0 0 0 9 0 0 0 25 0 1 0 449348104 14708736 819 33554432000 4194304 4465733 140733685172768 18446744073709551615 4260284 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27417/statm: 3591 819 255 67 0 714 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14364

[startup+0.3007 s]
/proc/loadavg: 4.00 4.00 4.52 4/189 27417
/proc/meminfo: memFree=12386664/32951124 swapFree=67111528/67111528
[pid=27417] ppid=27415 vsize=16272 CPUtime=0.29 cores=4,6
/proc/27417/stat : 27417 (SApperloT) R 27415 27417 27207 0 -1 4202496 2814 0 0 0 29 0 0 0 25 0 1 0 449348104 16662528 1277 33554432000 4194304 4465733 140733685172768 18446744073709551615 4270831 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27417/statm: 4068 1277 255 67 0 1191 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16272

[startup+0.700621 s]
/proc/loadavg: 4.00 4.00 4.52 4/189 27417
/proc/meminfo: memFree=12386664/32951124 swapFree=67111528/67111528
[pid=27417] ppid=27415 vsize=19160 CPUtime=0.69 cores=4,6
/proc/27417/stat : 27417 (SApperloT) R 27415 27417 27207 0 -1 4202496 3936 0 0 0 69 0 0 0 25 0 1 0 449348104 19619840 1813 33554432000 4194304 4465733 140733685172768 18446744073709551615 4270819 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27417/statm: 4790 1813 266 67 0 1913 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19160

[startup+1.50049 s]
/proc/loadavg: 4.00 4.00 4.52 5/190 27418
/proc/meminfo: memFree=12370172/32951124 swapFree=67111528/67111528
[pid=27417] ppid=27415 vsize=20160 CPUtime=1.49 cores=4,6
/proc/27417/stat : 27417 (SApperloT) R 27415 27417 27207 0 -1 4202496 4767 0 0 0 149 0 0 0 25 0 1 0 449348104 20643840 2069 33554432000 4194304 4465733 140733685172768 18446744073709551615 4270170 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27417/statm: 5040 2069 266 67 0 2163 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20160

[startup+3.10017 s]
/proc/loadavg: 4.00 4.00 4.52 5/190 27418
/proc/meminfo: memFree=12362484/32951124 swapFree=67111528/67111528
[pid=27417] ppid=27415 vsize=23736 CPUtime=3.09 cores=4,6
/proc/27417/stat : 27417 (SApperloT) R 27415 27417 27207 0 -1 4202496 8262 0 0 0 308 1 0 0 25 0 1 0 449348104 24305664 2955 33554432000 4194304 4465733 140733685172768 18446744073709551615 4296078 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27417/statm: 5934 2955 266 67 0 3057 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 23736

[startup+6.30054 s]
/proc/loadavg: 4.00 4.00 4.52 5/190 27418
/proc/meminfo: memFree=12341588/32951124 swapFree=67111528/67111528
[pid=27417] ppid=27415 vsize=33672 CPUtime=6.29 cores=4,6
/proc/27417/stat : 27417 (SApperloT) R 27415 27417 27207 0 -1 4202496 12094 0 0 0 628 1 0 0 25 0 1 0 449348104 34480128 4116 33554432000 4194304 4465733 140733685172768 18446744073709551615 4343363 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27417/statm: 8418 4116 281 67 0 5541 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 33672

[startup+12.7003 s]
/proc/loadavg: 4.00 4.00 4.51 5/190 27418
/proc/meminfo: memFree=12329184/32951124 swapFree=67111528/67111528
[pid=27417] ppid=27415 vsize=32436 CPUtime=12.69 cores=4,6
/proc/27417/stat : 27417 (SApperloT) R 27415 27417 27207 0 -1 4202496 13990 0 0 0 1268 1 0 0 25 0 1 0 449348104 33214464 4630 33554432000 4194304 4465733 140733685172768 18446744073709551615 4270768 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27417/statm: 8109 4630 319 67 0 5232 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 32436

[startup+25.5007 s]
/proc/loadavg: 4.00 4.00 4.50 5/190 27418
/proc/meminfo: memFree=12276244/32951124 swapFree=67111528/67111528
[pid=27417] ppid=27415 vsize=43312 CPUtime=25.49 cores=4,6
/proc/27417/stat : 27417 (SApperloT) R 27415 27417 27207 0 -1 4202496 19482 0 0 0 2547 2 0 0 25 0 1 0 449348104 44351488 7010 33554432000 4194304 4465733 140733685172768 18446744073709551615 4270788 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27417/statm: 10828 7010 408 67 0 7951 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 43312

[startup+51.1007 s]
/proc/loadavg: 4.00 4.00 4.49 5/190 27419
/proc/meminfo: memFree=12234068/32951124 swapFree=67111528/67111528
[pid=27417] ppid=27415 vsize=50548 CPUtime=51.09 cores=4,6
/proc/27417/stat : 27417 (SApperloT) R 27415 27417 27207 0 -1 4202496 28113 0 0 0 5106 3 0 0 25 0 1 0 449348104 51761152 9514 33554432000 4194304 4465733 140733685172768 18446744073709551615 4270161 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27417/statm: 12637 9514 405 67 0 9760 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 50548

[startup+102.307 s]
/proc/loadavg: 4.00 4.00 4.46 5/190 27420
/proc/meminfo: memFree=12214100/32951124 swapFree=67111528/67111528
[pid=27417] ppid=27415 vsize=63844 CPUtime=102.3 cores=4,6
/proc/27417/stat : 27417 (SApperloT) R 27415 27417 27207 0 -1 4202496 43366 0 0 0 10225 5 0 0 25 0 1 0 449348104 65376256 11817 33554432000 4194304 4465733 140733685172768 18446744073709551615 4270176 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27417/statm: 15961 11817 317 67 0 13084 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 63844

[startup+162.301 s]
/proc/loadavg: 4.00 4.00 4.43 5/190 27422
/proc/meminfo: memFree=12145896/32951124 swapFree=67111528/67111528
[pid=27417] ppid=27415 vsize=88288 CPUtime=162.29 cores=4,6
/proc/27417/stat : 27417 (SApperloT) R 27415 27417 27207 0 -1 4202496 57082 0 0 0 16222 7 0 0 25 0 1 0 449348104 90406912 15426 33554432000 4194304 4465733 140733685172768 18446744073709551615 4271235 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27417/statm: 22072 15426 279 67 0 19195 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 88288

[startup+222.301 s]
/proc/loadavg: 4.00 4.00 4.40 5/190 27424
/proc/meminfo: memFree=12086616/32951124 swapFree=67111528/67111528
[pid=27417] ppid=27415 vsize=112052 CPUtime=222.3 cores=4,6
/proc/27417/stat : 27417 (SApperloT) R 27415 27417 27207 0 -1 4202496 66444 0 0 0 22221 9 0 0 25 0 1 0 449348104 114741248 22601 33554432000 4194304 4465733 140733685172768 18446744073709551615 4270213 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27417/statm: 28013 22601 317 67 0 25136 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 112052

[startup+282.301 s]
/proc/loadavg: 4.00 4.00 4.37 5/190 27425
/proc/meminfo: memFree=12025484/32951124 swapFree=67111528/67111528
[pid=27417] ppid=27415 vsize=136480 CPUtime=282.3 cores=4,6
/proc/27417/stat : 27417 (SApperloT) R 27415 27417 27207 0 -1 4202496 82781 0 0 0 28219 11 0 0 25 0 1 0 449348104 139755520 25069 33554432000 4194304 4465733 140733685172768 18446744073709551615 4270202 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27417/statm: 34120 25069 317 67 0 31243 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 136480

[startup+342.301 s]
/proc/loadavg: 4.00 4.00 4.34 5/190 27427
/proc/meminfo: memFree=11980472/32951124 swapFree=67111528/67111528
[pid=27417] ppid=27415 vsize=172188 CPUtime=342.31 cores=4,6
/proc/27417/stat : 27417 (SApperloT) R 27415 27417 27207 0 -1 4202496 91504 0 0 0 34218 13 0 0 25 0 1 0 449348104 176320512 32695 33554432000 4194304 4465733 140733685172768 18446744073709551615 4270161 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27417/statm: 43047 32695 440 67 0 40170 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 172188

[startup+402.301 s]
/proc/loadavg: 4.06 4.01 4.33 5/190 27428
/proc/meminfo: memFree=12007752/32951124 swapFree=67111528/67111528
[pid=27417] ppid=27415 vsize=172188 CPUtime=402.3 cores=4,6
/proc/27417/stat : 27417 (SApperloT) R 27415 27417 27207 0 -1 4202496 93835 0 0 0 40217 13 0 0 25 0 1 0 449348104 176320512 33939 33554432000 4194304 4465733 140733685172768 18446744073709551615 4270655 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27417/statm: 43047 33939 440 67 0 40170 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 172188

[startup+462.301 s]
/proc/loadavg: 4.07 4.02 4.31 5/190 27430
/proc/meminfo: memFree=11961492/32951124 swapFree=67111528/67111528
[pid=27417] ppid=27415 vsize=172188 CPUtime=462.31 cores=4,6
/proc/27417/stat : 27417 (SApperloT) R 27415 27417 27207 0 -1 4202496 98568 0 0 0 46217 14 0 0 25 0 1 0 449348104 176320512 36707 33554432000 4194304 4465733 140733685172768 18446744073709551615 4270228 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27417/statm: 43047 36707 440 67 0 40170 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 172188

[startup+522.301 s]
/proc/loadavg: 4.08 4.03 4.29 5/190 27431
/proc/meminfo: memFree=11918336/32951124 swapFree=67111528/67111528
[pid=27417] ppid=27415 vsize=172188 CPUtime=522.32 cores=4,6
/proc/27417/stat : 27417 (SApperloT) R 27415 27417 27207 0 -1 4202496 100287 0 0 0 52217 15 0 0 25 0 1 0 449348104 176320512 38115 33554432000 4194304 4465733 140733685172768 18446744073709551615 4270228 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27417/statm: 43047 38115 440 67 0 40170 0
Current children cumulated CPU time (s) 522.32
Current children cumulated vsize (KiB) 172188

[startup+582.3 s]
/proc/loadavg: 4.03 4.03 4.27 5/190 27433
/proc/meminfo: memFree=11838604/32951124 swapFree=67111528/67111528
[pid=27417] ppid=27415 vsize=172188 CPUtime=582.32 cores=4,6
/proc/27417/stat : 27417 (SApperloT) R 27415 27417 27207 0 -1 4202496 101012 0 0 0 58217 15 0 0 25 0 1 0 449348104 176320512 38693 33554432000 4194304 4465733 140733685172768 18446744073709551615 4270768 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27417/statm: 43047 38693 440 67 0 40170 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 172188

[startup+642.3 s]
/proc/loadavg: 4.01 4.02 4.25 5/190 27435
/proc/meminfo: memFree=11833512/32951124 swapFree=67111528/67111528
[pid=27417] ppid=27415 vsize=172188 CPUtime=642.32 cores=4,6
/proc/27417/stat : 27417 (SApperloT) R 27415 27417 27207 0 -1 4202496 101060 0 0 0 64217 15 0 0 25 0 1 0 449348104 176320512 38741 33554432000 4194304 4465733 140733685172768 18446744073709551615 4295941 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27417/statm: 43047 38741 440 67 0 40170 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 172188

[startup+702.3 s]
/proc/loadavg: 4.00 4.01 4.23 5/190 27436
/proc/meminfo: memFree=11819616/32951124 swapFree=67111528/67111528
[pid=27417] ppid=27415 vsize=226808 CPUtime=702.32 cores=4,6
/proc/27417/stat : 27417 (SApperloT) R 27415 27417 27207 0 -1 4202496 131986 0 0 0 70213 19 0 0 25 0 1 0 449348104 232251392 41113 33554432000 4194304 4465733 140733685172768 18446744073709551615 4271856 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27417/statm: 56702 41113 440 67 0 53825 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 226808

[startup+762.307 s]
/proc/loadavg: 4.00 4.01 4.21 5/190 27438
/proc/meminfo: memFree=11776708/32951124 swapFree=67111528/67111528
[pid=27417] ppid=27415 vsize=336880 CPUtime=762.33 cores=4,6
/proc/27417/stat : 27417 (SApperloT) R 27415 27417 27207 0 -1 4202496 156720 0 0 0 76211 22 0 0 25 0 1 0 449348104 344965120 49698 33554432000 4194304 4465733 140733685172768 18446744073709551615 4358656 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27417/statm: 84220 49698 440 67 0 81343 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 336880

[startup+822.301 s]
/proc/loadavg: 4.00 4.00 4.20 5/190 27440
/proc/meminfo: memFree=11794312/32951124 swapFree=67111528/67111528
[pid=27417] ppid=27415 vsize=336880 CPUtime=822.33 cores=4,6
/proc/27417/stat : 27417 (SApperloT) R 27415 27417 27207 0 -1 4202496 156720 0 0 0 82211 22 0 0 25 0 1 0 449348104 344965120 49698 33554432000 4194304 4465733 140733685172768 18446744073709551615 4343396 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27417/statm: 84220 49698 440 67 0 81343 0
Current children cumulated CPU time (s) 822.33
Current children cumulated vsize (KiB) 336880

[startup+882.301 s]
/proc/loadavg: 4.08 4.02 4.19 5/190 27441
/proc/meminfo: memFree=11821588/32951124 swapFree=67111528/67111528
[pid=27417] ppid=27415 vsize=336880 CPUtime=882.33 cores=4,6
/proc/27417/stat : 27417 (SApperloT) R 27415 27417 27207 0 -1 4202496 156720 0 0 0 88211 22 0 0 25 0 1 0 449348104 344965120 49698 33554432000 4194304 4465733 140733685172768 18446744073709551615 4343207 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27417/statm: 84220 49698 440 67 0 81343 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 336880

[startup+942.301 s]
/proc/loadavg: 4.11 4.03 4.18 5/190 27443
/proc/meminfo: memFree=11894744/32951124 swapFree=67111528/67111528
[pid=27417] ppid=27415 vsize=336880 CPUtime=942.33 cores=4,6
/proc/27417/stat : 27417 (SApperloT) R 27415 27417 27207 0 -1 4202496 156720 0 0 0 94211 22 0 0 25 0 1 0 449348104 344965120 49698 33554432000 4194304 4465733 140733685172768 18446744073709551615 4343417 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27417/statm: 84220 49698 440 67 0 81343 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 336880

[startup+1002.3 s]
/proc/loadavg: 4.12 4.04 4.17 5/190 27444
/proc/meminfo: memFree=11848088/32951124 swapFree=67111528/67111528
[pid=27417] ppid=27415 vsize=336880 CPUtime=1002.33 cores=4,6
/proc/27417/stat : 27417 (SApperloT) R 27415 27417 27207 0 -1 4202496 156720 0 0 0 100211 22 0 0 25 0 1 0 449348104 344965120 49698 33554432000 4194304 4465733 140733685172768 18446744073709551615 4343417 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27417/statm: 84220 49698 440 67 0 81343 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 336880

[startup+1062.3 s]
/proc/loadavg: 4.07 4.04 4.16 5/190 27446
/proc/meminfo: memFree=11834164/32951124 swapFree=67111528/67111528
[pid=27417] ppid=27415 vsize=336880 CPUtime=1062.34 cores=4,6
/proc/27417/stat : 27417 (SApperloT) R 27415 27417 27207 0 -1 4202496 156720 0 0 0 106212 22 0 0 25 0 1 0 449348104 344965120 49698 33554432000 4194304 4465733 140733685172768 18446744073709551615 4343302 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27417/statm: 84220 49698 440 67 0 81343 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 336880

[startup+1122.3 s]
/proc/loadavg: 4.02 4.03 4.15 5/190 27448
/proc/meminfo: memFree=11852604/32951124 swapFree=67111528/67111528
[pid=27417] ppid=27415 vsize=336880 CPUtime=1122.34 cores=4,6
/proc/27417/stat : 27417 (SApperloT) R 27415 27417 27207 0 -1 4202496 156720 0 0 0 112212 22 0 0 25 0 1 0 449348104 344965120 49698 33554432000 4194304 4465733 140733685172768 18446744073709551615 4343360 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27417/statm: 84220 49698 440 67 0 81343 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 336880

[startup+1182.3 s]
/proc/loadavg: 4.01 4.02 4.14 5/190 27449
/proc/meminfo: memFree=11840620/32951124 swapFree=67111528/67111528
[pid=27417] ppid=27415 vsize=336880 CPUtime=1182.34 cores=4,6
/proc/27417/stat : 27417 (SApperloT) R 27415 27417 27207 0 -1 4202496 156720 0 0 0 118212 22 0 0 25 0 1 0 449348104 344965120 49698 33554432000 4194304 4465733 140733685172768 18446744073709551615 4343486 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27417/statm: 84220 49698 440 67 0 81343 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 336880

[startup+1242.3 s]
/proc/loadavg: 4.00 4.02 4.13 6/190 27451
/proc/meminfo: memFree=11812452/32951124 swapFree=67111528/67111528
[pid=27417] ppid=27415 vsize=174528 CPUtime=1242.34 cores=4,6
/proc/27417/stat : 27417 (SApperloT) R 27415 27417 27207 0 -1 4202496 156814 0 0 0 124212 22 0 0 25 0 1 0 449348104 178716672 31476 33554432000 4194304 4465733 140733685172768 18446744073709551615 4270655 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27417/statm: 43632 31476 351 67 0 40755 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 174528



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.01 4.12 2/185 27455
/proc/meminfo: memFree=12244120/32951124 swapFree=67111528/67111528
[pid=27417] ppid=27415 vsize=206860 CPUtime=1300.05 cores=4,6
/proc/27417/stat : 27417 (SApperloT) R 27415 27417 27207 0 -1 4202496 162808 0 0 0 129982 23 0 0 25 0 1 0 449348104 211824640 37409 33554432000 4194304 4465733 140733685172768 18446744073709551615 4270788 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/27417/statm: 51715 37409 367 67 0 48838 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 206860

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.07
CPU user time (s): 1299.82
CPU system time (s): 0.244962
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 390560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.82
system time used= 0.244962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 162808
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= 5
involuntary context switches= 1708

runsolver used 2.32665 second user time and 4.77627 second system time

The end

Launcher Data

Begin job on node143 at 2011-04-23 16:35:25
IDJOB=3263545
IDBENCH=83985
IDSOLVER=1657
FILE ID=node143/3263545-1303569325
RUNJOBID= node143-1303568019-27226
PBS_JOBID= 13150288
Free space on /tmp= 72116 MiB

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

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

MD5SUM BENCH= 5bd7c76aed56f767985526812cdb8e0e
RANDOM SEED=359167312

node143.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.846
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.69
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.846
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	: 5226.15
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.846
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.74
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.846
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.846
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.846
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.83
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.846
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.74
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.846
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12386820 kB
Buffers:       2296452 kB
Cached:       17636428 kB
SwapCached:          0 kB
Active:        9720424 kB
Inactive:     10290648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12386820 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3960 kB
Writeback:           0 kB
AnonPages:       77380 kB
Mapped:          15272 kB
Slab:           490816 kB
PageTables:       5168 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   265140 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= 72120 MiB
End job on node143 at 2011-04-23 16:57:07