Trace number 3387472

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-05-13 (simp)? (TO) 5000.1 4999.92

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
64/aes_64_2_keyfind_1.cnf
MD5SUM1024a3346322fdba0a20b51f99eae4c0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of clauses5176
Sum of the clauses size20024
Maximum clause length5
Minimum clause length1
Number of clauses of size 1136
Number of clauses of size 2160
Number of clauses of size 32080
Number of clauses of size 4672
Number of clauses of size 52128
Number of clauses of size over 50

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-3387472-1305603634/watcher-3387472-1305603634 -o /tmp/evaluation-result-3387472-1305603634/solver-3387472-1305603634 -C 5000 -W 5100 -M 15500 HOME/cir_minisat HOME/instance-3387472-1305603634.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.00 3.03 2.99 4/516 3945
/proc/meminfo: memFree=11484268/32950928 swapFree=67111200/67111528
[pid=3945] ppid=3943 vsize=19264 CPUtime=0 cores=1,3,5,7
/proc/3945/stat : 3945 (cir_minisat) R 3943 3945 1545 0 -1 4202496 380 0 0 0 0 0 0 0 25 0 1 0 750594111 19726336 324 33554432000 4194304 4300288 140736492991824 18446744073709551615 4257280 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3945/statm: 4816 325 216 26 0 1448 0

[startup+0.0579129 s]
/proc/loadavg: 3.00 3.03 2.99 4/516 3945
/proc/meminfo: memFree=11484268/32950928 swapFree=67111200/67111528
[pid=3945] ppid=3943 vsize=15696 CPUtime=0.05 cores=1,3,5,7
/proc/3945/stat : 3945 (cir_minisat) R 3943 3945 1545 0 -1 4202496 646 0 0 0 5 0 0 0 25 0 1 0 750594111 16072704 528 33554432000 4194304 4300288 140736492991824 18446744073709551615 4272238 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3945/statm: 3924 528 239 26 0 556 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 15696

[startup+0.100909 s]
/proc/loadavg: 3.00 3.03 2.99 4/516 3945
/proc/meminfo: memFree=11484268/32950928 swapFree=67111200/67111528
[pid=3945] ppid=3943 vsize=16340 CPUtime=0.09 cores=1,3,5,7
/proc/3945/stat : 3945 (cir_minisat) R 3943 3945 1545 0 -1 4202496 872 0 0 0 9 0 0 0 25 0 1 0 750594111 16732160 644 33554432000 4194304 4300288 140736492991824 18446744073709551615 4256042 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3945/statm: 4085 644 239 26 0 717 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16340

[startup+0.300865 s]
/proc/loadavg: 3.00 3.03 2.99 4/516 3945
/proc/meminfo: memFree=11484268/32950928 swapFree=67111200/67111528
[pid=3945] ppid=3943 vsize=16724 CPUtime=0.29 cores=1,3,5,7
/proc/3945/stat : 3945 (cir_minisat) R 3943 3945 1545 0 -1 4202496 1009 0 0 0 29 0 0 0 25 0 1 0 750594111 17125376 769 33554432000 4194304 4300288 140736492991824 18446744073709551615 4270096 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3945/statm: 4181 769 239 26 0 813 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16724

[startup+0.700787 s]
/proc/loadavg: 3.00 3.03 2.99 4/516 3945
/proc/meminfo: memFree=11484268/32950928 swapFree=67111200/67111528
[pid=3945] ppid=3943 vsize=17976 CPUtime=0.69 cores=1,3,5,7
/proc/3945/stat : 3945 (cir_minisat) R 3943 3945 1545 0 -1 4202496 1138 0 0 0 69 0 0 0 25 0 1 0 750594111 18407424 888 33554432000 4194304 4300288 140736492991824 18446744073709551615 4255697 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3945/statm: 4494 888 239 26 0 1126 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17976

[startup+1.50064 s]
/proc/loadavg: 3.00 3.03 2.99 4/517 3946
/proc/meminfo: memFree=11479184/32950928 swapFree=67111200/67111528
[pid=3945] ppid=3943 vsize=17976 CPUtime=1.49 cores=1,3,5,7
/proc/3945/stat : 3945 (cir_minisat) R 3943 3945 1545 0 -1 4202496 1316 0 0 0 149 0 0 0 25 0 1 0 750594111 18407424 1061 33554432000 4194304 4300288 140736492991824 18446744073709551615 4256031 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3945/statm: 4494 1061 239 26 0 1126 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17976

[startup+3.10033 s]
/proc/loadavg: 3.00 3.03 2.99 4/517 3946
/proc/meminfo: memFree=11475516/32950928 swapFree=67111200/67111528
[pid=3945] ppid=3943 vsize=19104 CPUtime=3.09 cores=1,3,5,7
/proc/3945/stat : 3945 (cir_minisat) R 3943 3945 1545 0 -1 4202496 1660 0 0 0 309 0 0 0 25 0 1 0 750594111 19562496 1384 33554432000 4194304 4300288 140736492991824 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3945/statm: 4776 1384 239 26 0 1408 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 19104

[startup+6.30073 s]
/proc/loadavg: 3.00 3.03 2.99 4/517 3946
/proc/meminfo: memFree=11469572/32950928 swapFree=67111200/67111528
[pid=3945] ppid=3943 vsize=20128 CPUtime=6.29 cores=1,3,5,7
/proc/3945/stat : 3945 (cir_minisat) R 3943 3945 1545 0 -1 4202496 1931 0 0 0 629 0 0 0 25 0 1 0 750594111 20611072 1641 33554432000 4194304 4300288 140736492991824 18446744073709551615 4255985 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3945/statm: 5032 1641 239 26 0 1664 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 20128

[startup+12.7005 s]
/proc/loadavg: 3.00 3.03 2.99 4/517 3946
/proc/meminfo: memFree=11456808/32950928 swapFree=67111200/67111528
[pid=3945] ppid=3943 vsize=21784 CPUtime=12.69 cores=1,3,5,7
/proc/3945/stat : 3945 (cir_minisat) R 3943 3945 1545 0 -1 4202496 2291 0 0 0 1269 0 0 0 25 0 1 0 750594111 22306816 1990 33554432000 4194304 4300288 140736492991824 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3945/statm: 5446 1990 239 26 0 2078 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 21784

[startup+25.5011 s]
/proc/loadavg: 3.00 3.03 2.99 4/517 3946
/proc/meminfo: memFree=11430412/32950928 swapFree=67111200/67111528
[pid=3945] ppid=3943 vsize=25104 CPUtime=25.49 cores=1,3,5,7
/proc/3945/stat : 3945 (cir_minisat) R 3943 3945 1545 0 -1 4202496 3218 0 0 0 2549 0 0 0 25 0 1 0 750594111 25706496 2890 33554432000 4194304 4300288 140736492991824 18446744073709551615 4255985 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3945/statm: 6276 2890 239 26 0 2908 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 25104

[startup+51.1002 s]
/proc/loadavg: 3.00 3.03 2.99 4/517 3947
/proc/meminfo: memFree=11398144/32950928 swapFree=67111200/67111528
[pid=3945] ppid=3943 vsize=27808 CPUtime=51.09 cores=1,3,5,7
/proc/3945/stat : 3945 (cir_minisat) R 3943 3945 1545 0 -1 4202496 3743 0 0 0 5109 0 0 0 25 0 1 0 750594111 28475392 3394 33554432000 4194304 4300288 140736492991824 18446744073709551615 4255679 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3945/statm: 6952 3394 239 26 0 3584 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 27808

[startup+102.319 s]
/proc/loadavg: 3.00 3.02 2.99 4/517 3948
/proc/meminfo: memFree=11423432/32950928 swapFree=67111200/67111528
[pid=3945] ppid=3943 vsize=31420 CPUtime=102.31 cores=1,3,5,7
/proc/3945/stat : 3945 (cir_minisat) R 3943 3945 1545 0 -1 4202496 4817 0 0 0 10231 0 0 0 25 0 1 0 750594111 32174080 4427 33554432000 4194304 4300288 140736492991824 18446744073709551615 4255713 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3945/statm: 7855 4427 239 26 0 4487 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 31420

[startup+162.301 s]
/proc/loadavg: 3.00 3.02 2.99 4/517 3950
/proc/meminfo: memFree=11438400/32950928 swapFree=67111200/67111528
[pid=3945] ppid=3943 vsize=34896 CPUtime=162.29 cores=1,3,5,7
/proc/3945/stat : 3945 (cir_minisat) R 3943 3945 1545 0 -1 4202496 5763 0 0 0 16229 0 0 0 25 0 1 0 750594111 35733504 5350 33554432000 4194304 4300288 140736492991824 18446744073709551615 4255765 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3945/statm: 8724 5350 239 26 0 5356 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 34896

[startup+222.301 s]
/proc/loadavg: 3.00 3.01 2.99 4/517 3952
/proc/meminfo: memFree=11450252/32950928 swapFree=67111200/67111528
[pid=3945] ppid=3943 vsize=37732 CPUtime=222.29 cores=1,3,5,7
/proc/3945/stat : 3945 (cir_minisat) R 3943 3945 1545 0 -1 4202496 6200 0 0 0 22229 0 0 0 25 0 1 0 750594111 38637568 5773 33554432000 4194304 4300288 140736492991824 18446744073709551615 4250476 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3945/statm: 9433 5773 239 26 0 6065 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 37732

[startup+282.3 s]
/proc/loadavg: 3.11 3.03 3.00 4/517 3953
/proc/meminfo: memFree=11489540/32950928 swapFree=67111200/67111528
[pid=3945] ppid=3943 vsize=39504 CPUtime=282.29 cores=1,3,5,7
/proc/3945/stat : 3945 (cir_minisat) R 3943 3945 1545 0 -1 4202496 6942 0 0 0 28229 0 0 0 25 0 1 0 750594111 40452096 6485 33554432000 4194304 4300288 140736492991824 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3945/statm: 9876 6485 239 26 0 6508 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 39504

[startup+342.301 s]
/proc/loadavg: 3.09 3.04 3.00 4/517 3955
/proc/meminfo: memFree=11383752/32950928 swapFree=67111200/67111528
[pid=3945] ppid=3943 vsize=43252 CPUtime=342.29 cores=1,3,5,7
/proc/3945/stat : 3945 (cir_minisat) R 3943 3945 1545 0 -1 4202496 7900 0 0 0 34229 0 0 0 25 0 1 0 750594111 44290048 7422 33554432000 4194304 4300288 140736492991824 18446744073709551615 4269339 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3945/statm: 10813 7422 239 26 0 7445 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 43252

[startup+402.301 s]
/proc/loadavg: 3.18 3.06 3.01 4/517 3956
/proc/meminfo: memFree=11400600/32950928 swapFree=67111200/67111528
[pid=3945] ppid=3943 vsize=46024 CPUtime=402.3 cores=1,3,5,7
/proc/3945/stat : 3945 (cir_minisat) R 3943 3945 1545 0 -1 4202496 10069 0 0 0 40229 1 0 0 25 0 1 0 750594111 47128576 8135 33554432000 4194304 4300288 140736492991824 18446744073709551615 4255693 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3945/statm: 11506 8135 240 26 0 8138 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 46024

[startup+462.3 s]
/proc/loadavg: 3.13 3.06 3.01 4/517 3958
/proc/meminfo: memFree=11419536/32950928 swapFree=67111200/67111528
[pid=3945] ppid=3943 vsize=47868 CPUtime=462.3 cores=1,3,5,7
/proc/3945/stat : 3945 (cir_minisat) R 3943 3945 1545 0 -1 4202496 11300 0 0 0 46229 1 0 0 25 0 1 0 750594111 49016832 7937 33554432000 4194304 4300288 140736492991824 18446744073709551615 4269844 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3945/statm: 11967 7937 240 26 0 8599 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 47868

[startup+522.301 s]
/proc/loadavg: 3.05 3.05 3.00 4/517 3959
/proc/meminfo: memFree=11436128/32950928 swapFree=67111200/67111528
[pid=3945] ppid=3943 vsize=47868 CPUtime=522.31 cores=1,3,5,7
/proc/3945/stat : 3945 (cir_minisat) R 3943 3945 1545 0 -1 4202496 11561 0 0 0 52230 1 0 0 25 0 1 0 750594111 49016832 8197 33554432000 4194304 4300288 140736492991824 18446744073709551615 4255710 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3945/statm: 11967 8197 240 26 0 8599 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 47868

[startup+582.3 s]
/proc/loadavg: 3.02 3.04 3.00 4/517 3961
/proc/meminfo: memFree=11444028/32950928 swapFree=67111200/67111528
[pid=3945] ppid=3943 vsize=50544 CPUtime=582.31 cores=1,3,5,7
/proc/3945/stat : 3945 (cir_minisat) R 3943 3945 1545 0 -1 4202496 12606 0 0 0 58230 1 0 0 25 0 1 0 750594111 51757056 9202 33554432000 4194304 4300288 140736492991824 18446744073709551615 4269323 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3945/statm: 12636 9202 240 26 0 9268 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 50544

[startup+642.301 s]

################
# More data... #
################

[startup+4062.32 s]
/proc/loadavg: 3.00 3.01 3.00 4/517 4094
/proc/meminfo: memFree=9215612/32950928 swapFree=67111200/67111528
[pid=3945] ppid=3943 vsize=96500 CPUtime=4062.45 cores=1,3,5,7
/proc/3945/stat : 3945 (cir_minisat) R 3943 3945 1545 0 -1 4202496 42397 0 0 0 406241 4 0 0 25 0 1 0 750594111 98816000 19556 33554432000 4194304 4300288 140736492991824 18446744073709551615 4268280 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3945/statm: 24125 19556 240 26 0 20757 0
Current children cumulated CPU time (s) 4062.45
Current children cumulated vsize (KiB) 96500

[startup+4122.3 s]
/proc/loadavg: 3.05 3.02 3.00 4/517 4095
/proc/meminfo: memFree=9184320/32950928 swapFree=67111200/67111528
[pid=3945] ppid=3943 vsize=96500 CPUtime=4122.44 cores=1,3,5,7
/proc/3945/stat : 3945 (cir_minisat) R 3943 3945 1545 0 -1 4202496 43529 0 0 0 412240 4 0 0 25 0 1 0 750594111 98816000 20653 33554432000 4194304 4300288 140736492991824 18446744073709551615 4255670 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3945/statm: 24125 20653 240 26 0 20757 0
Current children cumulated CPU time (s) 4122.44
Current children cumulated vsize (KiB) 96500

[startup+4182.3 s]
/proc/loadavg: 3.10 3.04 3.01 4/517 4097
/proc/meminfo: memFree=9158880/32950928 swapFree=67111200/67111528
[pid=3945] ppid=3943 vsize=96500 CPUtime=4182.44 cores=1,3,5,7
/proc/3945/stat : 3945 (cir_minisat) R 3943 3945 1545 0 -1 4202496 43557 0 0 0 418240 4 0 0 25 0 1 0 750594111 98816000 20681 33554432000 4194304 4300288 140736492991824 18446744073709551615 4255944 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3945/statm: 24125 20681 240 26 0 20757 0
Current children cumulated CPU time (s) 4182.44
Current children cumulated vsize (KiB) 96500

[startup+4242.3 s]
/proc/loadavg: 3.04 3.03 3.00 4/517 4099
/proc/meminfo: memFree=9131816/32950928 swapFree=67111200/67111528
[pid=3945] ppid=3943 vsize=96500 CPUtime=4242.44 cores=1,3,5,7
/proc/3945/stat : 3945 (cir_minisat) R 3943 3945 1545 0 -1 4202496 43557 0 0 0 424240 4 0 0 25 0 1 0 750594111 98816000 20681 33554432000 4194304 4300288 140736492991824 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3945/statm: 24125 20681 240 26 0 20757 0
Current children cumulated CPU time (s) 4242.44
Current children cumulated vsize (KiB) 96500

[startup+4302.3 s]
/proc/loadavg: 3.01 3.02 3.00 4/517 4100
/proc/meminfo: memFree=9062348/32950928 swapFree=67111200/67111528
[pid=3945] ppid=3943 vsize=96500 CPUtime=4302.44 cores=1,3,5,7
/proc/3945/stat : 3945 (cir_minisat) R 3943 3945 1545 0 -1 4202496 43557 0 0 0 430240 4 0 0 25 0 1 0 750594111 98816000 20681 33554432000 4194304 4300288 140736492991824 18446744073709551615 4256286 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3945/statm: 24125 20681 240 26 0 20757 0
Current children cumulated CPU time (s) 4302.44
Current children cumulated vsize (KiB) 96500

[startup+4362.3 s]
/proc/loadavg: 3.00 3.02 3.00 4/517 4102
/proc/meminfo: memFree=9028332/32950928 swapFree=67111200/67111528
[pid=3945] ppid=3943 vsize=96500 CPUtime=4362.44 cores=1,3,5,7
/proc/3945/stat : 3945 (cir_minisat) R 3943 3945 1545 0 -1 4202496 43557 0 0 0 436240 4 0 0 25 0 1 0 750594111 98816000 20681 33554432000 4194304 4300288 140736492991824 18446744073709551615 4255659 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3945/statm: 24125 20681 240 26 0 20757 0
Current children cumulated CPU time (s) 4362.44
Current children cumulated vsize (KiB) 96500

[startup+4422.3 s]
/proc/loadavg: 3.00 3.01 3.00 4/517 4104
/proc/meminfo: memFree=8999272/32950928 swapFree=67111200/67111528
[pid=3945] ppid=3943 vsize=96500 CPUtime=4422.45 cores=1,3,5,7
/proc/3945/stat : 3945 (cir_minisat) R 3943 3945 1545 0 -1 4202496 43557 0 0 0 442241 4 0 0 25 0 1 0 750594111 98816000 20681 33554432000 4194304 4300288 140736492991824 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3945/statm: 24125 20681 240 26 0 20757 0
Current children cumulated CPU time (s) 4422.45
Current children cumulated vsize (KiB) 96500

[startup+4482.3 s]
/proc/loadavg: 2.92 2.99 2.99 3/516 4105
/proc/meminfo: memFree=8986976/32950928 swapFree=67111200/67111528
[pid=3945] ppid=3943 vsize=96500 CPUtime=4482.45 cores=1,3,5,7
/proc/3945/stat : 3945 (cir_minisat) R 3943 3945 1545 0 -1 4202496 43557 0 0 0 448241 4 0 0 25 0 1 0 750594111 98816000 20681 33554432000 4194304 4300288 140736492991824 18446744073709551615 4256240 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3945/statm: 24125 20681 240 26 0 20757 0
Current children cumulated CPU time (s) 4482.45
Current children cumulated vsize (KiB) 96500

[startup+4542.3 s]
/proc/loadavg: 2.34 2.81 2.93 3/516 4107
/proc/meminfo: memFree=8960276/32950928 swapFree=67111200/67111528
[pid=3945] ppid=3943 vsize=96500 CPUtime=4542.45 cores=1,3,5,7
/proc/3945/stat : 3945 (cir_minisat) R 3943 3945 1545 0 -1 4202496 43557 0 0 0 454241 4 0 0 25 0 1 0 750594111 98816000 20681 33554432000 4194304 4300288 140736492991824 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3945/statm: 24125 20681 240 26 0 20757 0
Current children cumulated CPU time (s) 4542.45
Current children cumulated vsize (KiB) 96500

[startup+4602.3 s]
/proc/loadavg: 2.28 2.69 2.88 3/516 4108
/proc/meminfo: memFree=8924396/32950928 swapFree=67111200/67111528
[pid=3945] ppid=3943 vsize=96500 CPUtime=4602.46 cores=1,3,5,7
/proc/3945/stat : 3945 (cir_minisat) R 3943 3945 1545 0 -1 4202496 43557 0 0 0 460242 4 0 0 25 0 1 0 750594111 98816000 20681 33554432000 4194304 4300288 140736492991824 18446744073709551615 4256227 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3945/statm: 24125 20681 240 26 0 20757 0
Current children cumulated CPU time (s) 4602.46
Current children cumulated vsize (KiB) 96500

[startup+4662.3 s]
/proc/loadavg: 2.23 2.59 2.83 3/516 4110
/proc/meminfo: memFree=8904264/32950928 swapFree=67111200/67111528
[pid=3945] ppid=3943 vsize=94908 CPUtime=4662.45 cores=1,3,5,7
/proc/3945/stat : 3945 (cir_minisat) R 3943 3945 1545 0 -1 4202496 45386 0 0 0 466241 4 0 0 25 0 1 0 750594111 97185792 20287 33554432000 4194304 4300288 140736492991824 18446744073709551615 4255713 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3945/statm: 23727 20287 240 26 0 20359 0
Current children cumulated CPU time (s) 4662.45
Current children cumulated vsize (KiB) 94908

[startup+4722.32 s]
/proc/loadavg: 2.13 2.50 2.78 3/516 4112
/proc/meminfo: memFree=8880784/32950928 swapFree=67111200/67111528
[pid=3945] ppid=3943 vsize=100936 CPUtime=4722.47 cores=1,3,5,7
/proc/3945/stat : 3945 (cir_minisat) R 3943 3945 1545 0 -1 4202496 45943 0 0 0 472243 4 0 0 25 0 1 0 750594111 103358464 20834 33554432000 4194304 4300288 140736492991824 18446744073709551615 4256227 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3945/statm: 25234 20834 240 26 0 21866 0
Current children cumulated CPU time (s) 4722.47
Current children cumulated vsize (KiB) 100936

[startup+4782.3 s]
/proc/loadavg: 2.05 2.40 2.73 3/516 4113
/proc/meminfo: memFree=8863780/32950928 swapFree=67111200/67111528
[pid=3945] ppid=3943 vsize=100936 CPUtime=4782.45 cores=1,3,5,7
/proc/3945/stat : 3945 (cir_minisat) R 3943 3945 1545 0 -1 4202496 46037 0 0 0 478241 4 0 0 25 0 1 0 750594111 103358464 20927 33554432000 4194304 4300288 140736492991824 18446744073709551615 4255761 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3945/statm: 25234 20927 240 26 0 21866 0
Current children cumulated CPU time (s) 4782.45
Current children cumulated vsize (KiB) 100936

[startup+4842.3 s]
/proc/loadavg: 2.02 2.33 2.68 3/516 4124
/proc/meminfo: memFree=8848360/32950928 swapFree=67111200/67111528
[pid=3945] ppid=3943 vsize=100936 CPUtime=4842.47 cores=1,3,5,7
/proc/3945/stat : 3945 (cir_minisat) R 3943 3945 1545 0 -1 4202496 46266 0 0 0 484242 5 0 0 25 0 1 0 750594111 103358464 21154 33554432000 4194304 4300288 140736492991824 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3945/statm: 25234 21154 240 26 0 21866 0
Current children cumulated CPU time (s) 4842.47
Current children cumulated vsize (KiB) 100936

[startup+4902.3 s]
/proc/loadavg: 2.00 2.27 2.64 3/516 4125
/proc/meminfo: memFree=8797092/32950928 swapFree=67111200/67111528
[pid=3945] ppid=3943 vsize=100936 CPUtime=4902.47 cores=1,3,5,7
/proc/3945/stat : 3945 (cir_minisat) R 3943 3945 1545 0 -1 4202496 46335 0 0 0 490242 5 0 0 25 0 1 0 750594111 103358464 21222 33554432000 4194304 4300288 140736492991824 18446744073709551615 4255670 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3945/statm: 25234 21222 240 26 0 21866 0
Current children cumulated CPU time (s) 4902.47
Current children cumulated vsize (KiB) 100936

[startup+4962.3 s]
/proc/loadavg: 1.47 2.08 2.55 2/510 4144
/proc/meminfo: memFree=11559004/32950928 swapFree=67111200/67111528
[pid=3945] ppid=3943 vsize=100936 CPUtime=4962.47 cores=1,3,5,7
/proc/3945/stat : 3945 (cir_minisat) R 3943 3945 1545 0 -1 4202496 46335 0 0 0 496242 5 0 0 25 0 1 0 750594111 103358464 21222 33554432000 4194304 4300288 140736492991824 18446744073709551615 4256216 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3945/statm: 25234 21222 240 26 0 21866 0
Current children cumulated CPU time (s) 4962.47
Current children cumulated vsize (KiB) 100936



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.24 1.94 2.48 2/510 4145
/proc/meminfo: memFree=11559112/32950928 swapFree=67111200/67111528
[pid=3945] ppid=3943 vsize=100936 CPUtime=5000.08 cores=1,3,5,7
/proc/3945/stat : 3945 (cir_minisat) R 3943 3945 1545 0 -1 4202496 46336 0 0 0 500003 5 0 0 25 0 1 0 750594111 103358464 21223 33554432000 4194304 4300288 140736492991824 18446744073709551615 4255995 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3945/statm: 25234 21223 240 26 0 21866 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 100936

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+4999.9 s]
/proc/loadavg: 1.24 1.94 2.48 2/510 4145
/proc/meminfo: memFree=11559112/32950928 swapFree=67111200/67111528
[pid=3945] ppid=3943 vsize=100936 CPUtime=5000.08 cores=1,3,5,7
/proc/3945/stat : 3945 (cir_minisat) R 3943 3945 1545 0 -1 4202496 46336 0 0 0 500003 5 0 0 25 0 1 0 750594111 103358464 21223 33554432000 4194304 4300288 140736492991824 18446744073709551615 4255995 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/3945/statm: 25234 21223 240 26 0 21866 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 100936

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.92
CPU time (s): 5000.1
CPU user time (s): 5000.05
CPU system time (s): 0.053991
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 103572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5000.05
system time used= 0.053991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46336
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= 9
involuntary context switches= 8297

runsolver used 24.5563 second user time and 59.218 second system time

The end

Launcher Data

Begin job on node115 at 2011-05-17 05:40:34
IDJOB=3387472
IDBENCH=83418
IDSOLVER=1873
FILE ID=node115/3387472-1305603634
RUNJOBID= node115-1305600123-3604
PBS_JOBID= 13350363
Free space on /tmp= 73496 MiB

SOLVER NAME= minisat hack: cir_minisat 2011-05-13 (simp)
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/64/aes_64_2_keyfind_1.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3387472-1305603634/watcher-3387472-1305603634 -o /tmp/evaluation-result-3387472-1305603634/solver-3387472-1305603634 -C 5000 -W 5100 -M 15500  HOME/cir_minisat HOME/instance-3387472-1305603634.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 1024a3346322fdba0a20b51f99eae4c0
RANDOM SEED=178693481

node115.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.811
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.62
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.811
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.811
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.811
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.811
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.77
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.811
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.74
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.811
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.811
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      11484408 kB
Buffers:        295388 kB
Cached:        3201200 kB
SwapCached:          0 kB
Active:       18160140 kB
Inactive:      2964924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11484408 kB
SwapTotal:    67111528 kB
SwapFree:     67111200 kB
Dirty:             404 kB
Writeback:           0 kB
AnonPages:    17627952 kB
Mapped:          42872 kB
Slab:           195684 kB
PageTables:      75748 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 152440552 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= 73500 MiB
End job on node115 at 2011-05-17 07:03:56