Trace number 3348536

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
minisat hack: cir_minisat 2011-03-02? (TO) 1300.1 1300.07

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-20-10p0.cnf
MD5SUM209f7789e3588d11f275f2003f2c6a67
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark365.63
Satisfiable
(Un)Satisfiability was proved
Number of variables259616
Number of clauses1374599
Sum of the clauses size3310772
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2982807
Number of clauses of size 3313283
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

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: 961)

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

running on 2 cores: 0,2

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.90 3.94 3.04 5/300 22641
/proc/meminfo: memFree=31191944/32951124 swapFree=54427412/67111528
[pid=22641] ppid=22639 vsize=26004 CPUtime=0 cores=0,2
/proc/22641/stat : 22641 (cir_minisat) R 22639 22641 22352 0 -1 4202496 1966 0 0 0 0 0 0 0 23 0 1 0 608542898 26628096 1888 33554432000 4194304 4254575 140737131474672 18446744073709551615 228122771882 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22641/statm: 6581 1890 212 15 0 3224 0

[startup+0.081783 s]
/proc/loadavg: 3.90 3.94 3.04 5/300 22641
/proc/meminfo: memFree=31191944/32951124 swapFree=54427412/67111528
[pid=22641] ppid=22639 vsize=47888 CPUtime=0.07 cores=0,2
/proc/22641/stat : 22641 (cir_minisat) R 22639 22641 22352 0 -1 4202496 7233 0 0 0 7 0 0 0 23 0 1 0 608542898 49037312 6925 33554432000 4194304 4254575 140737131474672 18446744073709551615 228122374853 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22641/statm: 11972 6926 212 15 0 8615 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 47888

[startup+0.100783 s]
/proc/loadavg: 3.90 3.94 3.04 5/300 22641
/proc/meminfo: memFree=31191944/32951124 swapFree=54427412/67111528
[pid=22641] ppid=22639 vsize=50936 CPUtime=0.09 cores=0,2
/proc/22641/stat : 22641 (cir_minisat) R 22639 22641 22352 0 -1 4202496 8159 0 0 0 9 0 0 0 23 0 1 0 608542898 52158464 7792 33554432000 4194304 4254575 140737131474672 18446744073709551615 4201603 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22641/statm: 12734 7793 212 15 0 9377 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 50936

[startup+0.300753 s]
/proc/loadavg: 3.90 3.94 3.04 5/300 22641
/proc/meminfo: memFree=31191944/32951124 swapFree=54427412/67111528
[pid=22641] ppid=22639 vsize=81668 CPUtime=0.28 cores=0,2
/proc/22641/stat : 22641 (cir_minisat) R 22639 22641 22352 0 -1 4202496 15307 0 0 0 27 1 0 0 25 0 1 0 608542898 83628032 14193 33554432000 4194304 4254575 140737131474672 18446744073709551615 4241321 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22641/statm: 20417 14197 212 15 0 17060 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 81668

[startup+0.700667 s]
/proc/loadavg: 3.90 3.94 3.04 5/300 22641
/proc/meminfo: memFree=31191944/32951124 swapFree=54427412/67111528
[pid=22641] ppid=22639 vsize=95648 CPUtime=0.69 cores=0,2
/proc/22641/stat : 22641 (cir_minisat) R 22639 22641 22352 0 -1 4202496 26148 0 0 0 66 3 0 0 25 0 1 0 608542898 97943552 18992 33554432000 4194304 4254575 140737131474672 18446744073709551615 4216847 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22641/statm: 23912 18992 232 15 0 20555 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 95648

[startup+1.50055 s]
/proc/loadavg: 3.90 3.94 3.05 5/301 22642
/proc/meminfo: memFree=31113204/32951124 swapFree=54427412/67111528
[pid=22641] ppid=22639 vsize=96732 CPUtime=1.49 cores=0,2
/proc/22641/stat : 22641 (cir_minisat) R 22639 22641 22352 0 -1 4202496 26571 0 0 0 146 3 0 0 25 0 1 0 608542898 99053568 19415 33554432000 4194304 4254575 140737131474672 18446744073709551615 4216520 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22641/statm: 24183 19415 232 15 0 20826 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 96732

[startup+3.10025 s]
/proc/loadavg: 3.90 3.94 3.05 5/301 22642
/proc/meminfo: memFree=31109616/32951124 swapFree=54427412/67111528
[pid=22641] ppid=22639 vsize=97592 CPUtime=3.09 cores=0,2
/proc/22641/stat : 22641 (cir_minisat) R 22639 22641 22352 0 -1 4202496 26912 0 0 0 306 3 0 0 25 0 1 0 608542898 99934208 19754 33554432000 4194304 4254575 140737131474672 18446744073709551615 4209504 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22641/statm: 24398 19754 232 15 0 21041 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 97592

[startup+6.30068 s]
/proc/loadavg: 3.91 3.94 3.05 5/301 22642
/proc/meminfo: memFree=31101308/32951124 swapFree=54427412/67111528
[pid=22641] ppid=22639 vsize=97592 CPUtime=6.29 cores=0,2
/proc/22641/stat : 22641 (cir_minisat) R 22639 22641 22352 0 -1 4202496 27684 0 0 0 626 3 0 0 25 0 1 0 608542898 99934208 20521 33554432000 4194304 4254575 140737131474672 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22641/statm: 24398 20521 232 15 0 21041 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 97592

[startup+12.7005 s]
/proc/loadavg: 3.92 3.94 3.06 5/301 22642
/proc/meminfo: memFree=31082616/32951124 swapFree=54427412/67111528
[pid=22641] ppid=22639 vsize=110436 CPUtime=12.69 cores=0,2
/proc/22641/stat : 22641 (cir_minisat) R 22639 22641 22352 0 -1 4202496 29349 0 0 0 1266 3 0 0 25 0 1 0 608542898 113086464 22177 33554432000 4194304 4254575 140737131474672 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22641/statm: 27609 22177 232 15 0 24252 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 110436

[startup+25.5012 s]
/proc/loadavg: 3.94 3.94 3.07 5/301 22642
/proc/meminfo: memFree=31048444/32951124 swapFree=54427412/67111528
[pid=22641] ppid=22639 vsize=130976 CPUtime=25.49 cores=0,2
/proc/22641/stat : 22641 (cir_minisat) R 22639 22641 22352 0 -1 4202496 33370 0 0 0 2545 4 0 0 25 0 1 0 608542898 134119424 26189 33554432000 4194304 4254575 140737131474672 18446744073709551615 4231901 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22641/statm: 32744 26189 232 15 0 29387 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 130976

[startup+51.1005 s]
/proc/loadavg: 3.96 3.95 3.10 5/301 22643
/proc/meminfo: memFree=31003424/32951124 swapFree=54427412/67111528
[pid=22641] ppid=22639 vsize=163156 CPUtime=51.09 cores=0,2
/proc/22641/stat : 22641 (cir_minisat) R 22639 22641 22352 0 -1 4202496 38052 0 0 0 5103 6 0 0 25 0 1 0 608542898 167071744 30858 33554432000 4194304 4254575 140737131474672 18446744073709551615 4209504 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22641/statm: 40789 30858 232 15 0 37432 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 163156

[startup+102.311 s]
/proc/loadavg: 3.98 3.95 3.14 5/301 22644
/proc/meminfo: memFree=30907540/32951124 swapFree=54427412/67111528
[pid=22641] ppid=22639 vsize=218736 CPUtime=102.3 cores=0,2
/proc/22641/stat : 22641 (cir_minisat) R 22639 22641 22352 0 -1 4202496 51702 0 0 0 10221 9 0 0 25 0 1 0 608542898 223985664 44483 33554432000 4194304 4254575 140737131474672 18446744073709551615 4209251 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22641/statm: 54684 44483 232 15 0 51327 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 218736

[startup+162.3 s]
/proc/loadavg: 4.05 3.97 3.20 5/301 22673
/proc/meminfo: memFree=30860732/32951124 swapFree=54427412/67111528
[pid=22641] ppid=22639 vsize=303168 CPUtime=162.29 cores=0,2
/proc/22641/stat : 22641 (cir_minisat) R 22639 22641 22352 0 -1 4202496 65460 0 0 0 16214 15 0 0 25 0 1 0 608542898 310444032 58221 33554432000 4194304 4254575 140737131474672 18446744073709551615 4216537 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22641/statm: 75792 58221 232 15 0 72435 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 303168

[startup+222.3 s]
/proc/loadavg: 4.02 3.97 3.24 5/301 22702
/proc/meminfo: memFree=30814528/32951124 swapFree=54427412/67111528
[pid=22641] ppid=22639 vsize=440912 CPUtime=222.3 cores=0,2
/proc/22641/stat : 22641 (cir_minisat) R 22639 22641 22352 0 -1 4202496 80856 0 0 0 22209 21 0 0 25 0 1 0 608542898 451493888 73587 33554432000 4194304 4254575 140737131474672 18446744073709551615 4209438 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22641/statm: 110228 73587 232 15 0 106871 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 440912

[startup+282.3 s]
/proc/loadavg: 4.00 3.97 3.29 5/301 22811
/proc/meminfo: memFree=30597824/32951124 swapFree=54427412/67111528
[pid=22641] ppid=22639 vsize=444752 CPUtime=282.3 cores=0,2
/proc/22641/stat : 22641 (cir_minisat) R 22639 22641 22352 0 -1 4202496 96275 0 0 0 28204 26 0 0 25 0 1 0 608542898 455426048 88982 33554432000 4194304 4254575 140737131474672 18446744073709551615 4209251 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22641/statm: 111188 88982 232 15 0 107831 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 444752

[startup+342.301 s]
/proc/loadavg: 4.00 3.97 3.33 5/301 22813
/proc/meminfo: memFree=30387224/32951124 swapFree=54427412/67111528
[pid=22641] ppid=22639 vsize=447588 CPUtime=342.3 cores=0,2
/proc/22641/stat : 22641 (cir_minisat) R 22639 22641 22352 0 -1 4202496 112400 0 0 0 34200 30 0 0 25 0 1 0 608542898 458330112 105089 33554432000 4194304 4254575 140737131474672 18446744073709551615 4209151 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22641/statm: 111897 105089 232 15 0 108540 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 447588

[startup+402.301 s]
/proc/loadavg: 4.00 3.97 3.37 5/301 22814
/proc/meminfo: memFree=30189748/32951124 swapFree=54427412/67111528
[pid=22641] ppid=22639 vsize=665896 CPUtime=402.3 cores=0,2
/proc/22641/stat : 22641 (cir_minisat) R 22639 22641 22352 0 -1 4202496 128303 0 0 0 40195 35 0 0 25 0 1 0 608542898 681877504 120958 33554432000 4194304 4254575 140737131474672 18446744073709551615 4223782 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22641/statm: 166474 120958 232 15 0 163117 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 665896

[startup+462.301 s]
/proc/loadavg: 4.15 4.00 3.42 5/301 22816
/proc/meminfo: memFree=29958416/32951124 swapFree=54427412/67111528
[pid=22641] ppid=22639 vsize=669104 CPUtime=462.31 cores=0,2
/proc/22641/stat : 22641 (cir_minisat) R 22639 22641 22352 0 -1 4202496 145522 0 0 0 46191 40 0 0 25 0 1 0 608542898 685162496 138156 33554432000 4194304 4254575 140737131474672 18446744073709551615 4209194 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22641/statm: 167276 138156 232 15 0 163919 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 669104

[startup+522.301 s]
/proc/loadavg: 4.05 4.00 3.45 5/301 22818
/proc/meminfo: memFree=29750276/32951124 swapFree=54427412/67111528
[pid=22641] ppid=22639 vsize=671676 CPUtime=522.3 cores=0,2
/proc/22641/stat : 22641 (cir_minisat) R 22639 22641 22352 0 -1 4202496 161730 0 0 0 52186 44 0 0 25 0 1 0 608542898 687796224 154346 33554432000 4194304 4254575 140737131474672 18446744073709551615 4209186 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22641/statm: 167919 154346 232 15 0 164562 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 671676

[startup+582.301 s]
/proc/loadavg: 4.02 4.00 3.48 5/301 22819
/proc/meminfo: memFree=29531992/32951124 swapFree=54427412/67111528
[pid=22641] ppid=22639 vsize=1022896 CPUtime=582.3 cores=0,2
/proc/22641/stat : 22641 (cir_minisat) R 22639 22641 22352 0 -1 4202496 178817 0 0 0 58181 49 0 0 25 0 1 0 608542898 1047445504 171417 33554432000 4194304 4254575 140737131474672 18446744073709551615 4216441 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22641/statm: 255724 171417 232 15 0 252367 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 1022896

[startup+642.301 s]
/proc/loadavg: 4.00 4.00 3.51 5/301 22821
/proc/meminfo: memFree=29320388/32951124 swapFree=54427412/67111528
[pid=22641] ppid=22639 vsize=1026204 CPUtime=642.31 cores=0,2
/proc/22641/stat : 22641 (cir_minisat) R 22639 22641 22352 0 -1 4202496 195820 0 0 0 64177 54 0 0 25 0 1 0 608542898 1050832896 188408 33554432000 4194304 4254575 140737131474672 18446744073709551615 4209263 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22641/statm: 256551 188408 232 15 0 253194 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 1026204

[startup+702.301 s]
/proc/loadavg: 4.07 4.02 3.55 5/301 22822
/proc/meminfo: memFree=29127876/32951124 swapFree=54427412/67111528
[pid=22641] ppid=22639 vsize=1027624 CPUtime=702.3 cores=0,2
/proc/22641/stat : 22641 (cir_minisat) R 22639 22641 22352 0 -1 4202496 212436 0 0 0 70170 60 0 0 25 0 1 0 608542898 1052286976 204996 33554432000 4194304 4254575 140737131474672 18446744073709551615 4209186 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22641/statm: 256906 204996 232 15 0 253549 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 1027624

[startup+762.311 s]
/proc/loadavg: 4.06 4.02 3.57 5/301 22824
/proc/meminfo: memFree=28975784/32951124 swapFree=54427412/67111528
[pid=22641] ppid=22639 vsize=1028688 CPUtime=762.32 cores=0,2
/proc/22641/stat : 22641 (cir_minisat) R 22639 22641 22352 0 -1 4202496 227093 0 0 0 76166 66 0 0 25 0 1 0 608542898 1053376512 219640 33554432000 4194304 4254575 140737131474672 18446744073709551615 4209230 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22641/statm: 257172 219640 232 15 0 253815 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 1028688

[startup+822.3 s]
/proc/loadavg: 4.02 4.02 3.60 6/301 22826
/proc/meminfo: memFree=28811288/32951124 swapFree=54427412/67111528
[pid=22641] ppid=22639 vsize=1030996 CPUtime=822.31 cores=0,2
/proc/22641/stat : 22641 (cir_minisat) R 22639 22641 22352 0 -1 4202496 243480 0 0 0 82159 72 0 0 25 0 1 0 608542898 1055739904 236009 33554432000 4194304 4254575 140737131474672 18446744073709551615 4209194 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22641/statm: 257749 236009 232 15 0 254392 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 1030996

[startup+882.3 s]
/proc/loadavg: 4.00 4.01 3.62 5/301 22827
/proc/meminfo: memFree=28600820/32951124 swapFree=54427412/67111528
[pid=22641] ppid=22639 vsize=1033384 CPUtime=882.31 cores=0,2
/proc/22641/stat : 22641 (cir_minisat) R 22639 22641 22352 0 -1 4202496 260339 0 0 0 88152 79 0 0 25 0 1 0 608542898 1058185216 252841 33554432000 4194304 4254575 140737131474672 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22641/statm: 258346 252841 232 15 0 254989 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 1033384

[startup+942.3 s]
/proc/loadavg: 4.00 4.01 3.64 5/301 22829
/proc/meminfo: memFree=28426412/32951124 swapFree=54427412/67111528
[pid=22641] ppid=22639 vsize=1602712 CPUtime=942.31 cores=0,2
/proc/22641/stat : 22641 (cir_minisat) R 22639 22641 22352 0 -1 4202496 274867 0 0 0 94148 83 0 0 25 0 1 0 608542898 1641177088 267347 33554432000 4194304 4254575 140737131474672 18446744073709551615 4209492 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22641/statm: 400678 267347 232 15 0 397321 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 1602712

[startup+1002.3 s]
/proc/loadavg: 4.04 4.02 3.67 5/301 22830
/proc/meminfo: memFree=28234528/32951124 swapFree=54427412/67111528
[pid=22641] ppid=22639 vsize=1604904 CPUtime=1002.31 cores=0,2
/proc/22641/stat : 22641 (cir_minisat) R 22639 22641 22352 0 -1 4202496 291732 0 0 0 100143 88 0 0 25 0 1 0 608542898 1643421696 284189 33554432000 4194304 4254575 140737131474672 18446744073709551615 4209350 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22641/statm: 401226 284189 232 15 0 397869 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 1604904

[startup+1062.3 s]
/proc/loadavg: 4.05 4.03 3.69 5/301 22832
/proc/meminfo: memFree=28046216/32951124 swapFree=54427412/67111528
[pid=22641] ppid=22639 vsize=1606792 CPUtime=1062.32 cores=0,2
/proc/22641/stat : 22641 (cir_minisat) R 22639 22641 22352 0 -1 4202496 306366 0 0 0 106139 93 0 0 25 0 1 0 608542898 1645355008 298805 33554432000 4194304 4254575 140737131474672 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22641/statm: 401698 298805 232 15 0 398341 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1606792

[startup+1122.3 s]
/proc/loadavg: 4.02 4.02 3.71 5/301 22834
/proc/meminfo: memFree=27860644/32951124 swapFree=54427412/67111528
[pid=22641] ppid=22639 vsize=1607508 CPUtime=1122.32 cores=0,2
/proc/22641/stat : 22641 (cir_minisat) R 22639 22641 22352 0 -1 4202496 324684 0 0 0 112133 99 0 0 25 0 1 0 608542898 1646088192 317106 33554432000 4194304 4254575 140737131474672 18446744073709551615 4209263 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22641/statm: 401877 317106 232 15 0 398520 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1607508

[startup+1182.3 s]
/proc/loadavg: 4.00 4.02 3.72 5/301 22835
/proc/meminfo: memFree=27673612/32951124 swapFree=54427412/67111528
[pid=22641] ppid=22639 vsize=1611360 CPUtime=1182.32 cores=0,2
/proc/22641/stat : 22641 (cir_minisat) R 22639 22641 22352 0 -1 4202496 341309 0 0 0 118127 105 0 0 25 0 1 0 608542898 1650032640 333702 33554432000 4194304 4254575 140737131474672 18446744073709551615 4209120 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22641/statm: 402840 333703 232 15 0 399483 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1611360

[startup+1242.3 s]
/proc/loadavg: 4.00 4.01 3.74 5/301 22837
/proc/meminfo: memFree=27452704/32951124 swapFree=54427412/67111528
[pid=22641] ppid=22639 vsize=1612460 CPUtime=1242.33 cores=0,2
/proc/22641/stat : 22641 (cir_minisat) R 22639 22641 22352 0 -1 4202496 360008 0 0 0 124122 111 0 0 25 0 1 0 608542898 1651159040 352389 33554432000 4194304 4254575 140737131474672 18446744073709551615 4216744 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22641/statm: 403115 352389 232 15 0 399758 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 1612460



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.95 3.73 3.66 3/289 22874
/proc/meminfo: memFree=27493568/32951124 swapFree=54427412/67111528
[pid=22641] ppid=22639 vsize=1614684 CPUtime=1300.04 cores=0,2
/proc/22641/stat : 22641 (cir_minisat) R 22639 22641 22352 0 -1 4202496 376637 0 0 0 129890 114 0 0 25 0 1 0 608542898 1653436416 369003 33554432000 4194304 4254575 140737131474672 18446744073709551615 4209271 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/22641/statm: 403671 369003 232 15 0 400314 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 1614684

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.07
CPU time (s): 1300.1
CPU user time (s): 1298.9
CPU system time (s): 1.20182
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1614684

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

runsolver used 3.72443 second user time and 8.10777 second system time

The end

Launcher Data

Begin job on node138 at 2011-05-09 21:30:49
IDJOB=3348536
IDBENCH=71037
IDSOLVER=1810
FILE ID=node138/3348536-1304969448
RUNJOBID= node138-1304968094-22370
PBS_JOBID= 13285612
Free space on /tmp= 47612 MiB

SOLVER NAME= minisat hack: cir_minisat 2011-03-02
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UTI-20-10p0.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3348536-1304969448/watcher-3348536-1304969448 -o /tmp/evaluation-result-3348536-1304969448/solver-3348536-1304969448 -C 2400 -W 1300 -M 7680  HOME/cir_minisat HOME/instance-3348536-1304969448.cnf

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

MD5SUM BENCH= 209f7789e3588d11f275f2003f2c6a67
RANDOM SEED=1492405897

node138.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.854
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.70
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.854
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.854
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.82
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.854
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.75
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.854
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.80
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.854
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.854
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.82
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.854
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31192100 kB
Buffers:        140764 kB
Cached:        1323292 kB
SwapCached:      17996 kB
Active:         411340 kB
Inactive:      1174552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31192100 kB
SwapTotal:    67111528 kB
SwapFree:     54427412 kB
Dirty:           41640 kB
Writeback:           0 kB
AnonPages:      114808 kB
Mapped:           9444 kB
Slab:            69488 kB
PageTables:      41048 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 39640756 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= 47588 MiB
End job on node138 at 2011-05-09 21:52:31