Trace number 3380473

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) 1300.05 1300.02

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
128/aes_128_1_keyfind_1.cnf
MD5SUM5092a9db644d53c7bc023e4dff206812
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 variables1192
Number of clauses10656
Sum of the clauses size56868
Maximum clause length8
Minimum clause length1
Number of clauses of size 1264
Number of clauses of size 2128
Number of clauses of size 32016
Number of clauses of size 4320
Number of clauses of size 52048
Number of clauses of size over 55880

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-3380473-1305459223/watcher-3380473-1305459223 -o /tmp/evaluation-result-3380473-1305459223/solver-3380473-1305459223 -C 2400 -W 1300 -M 7680 HOME/cir_minisat HOME/instance-3380473-1305459223.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.87 2.52 2.42 5/394 20315
/proc/meminfo: memFree=22092744/32951124 swapFree=51873460/67111528
[pid=20315] ppid=20313 vsize=19832 CPUtime=0 cores=0,2
/proc/20315/stat : 20315 (cir_minisat) R 20313 20315 17591 0 -1 4202496 663 0 0 0 0 0 0 0 25 0 1 0 638338529 20307968 598 33554432000 4194304 4300288 140733591342032 18446744073709551615 4228437 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20315/statm: 4958 598 219 26 0 1590 0

[startup+0.101396 s]
/proc/loadavg: 3.87 2.52 2.42 5/394 20315
/proc/meminfo: memFree=22092744/32951124 swapFree=51873460/67111528
[pid=20315] ppid=20313 vsize=16672 CPUtime=0.09 cores=0,2
/proc/20315/stat : 20315 (cir_minisat) R 20313 20315 17591 0 -1 4202496 938 0 0 0 9 0 0 0 25 0 1 0 638338529 17072128 752 33554432000 4194304 4300288 140733591342032 18446744073709551615 4255710 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20315/statm: 4168 752 240 26 0 800 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16672

[startup+0.200368 s]
/proc/loadavg: 3.87 2.52 2.42 5/394 20315
/proc/meminfo: memFree=22092744/32951124 swapFree=51873460/67111528
[pid=20315] ppid=20313 vsize=17432 CPUtime=0.19 cores=0,2
/proc/20315/stat : 20315 (cir_minisat) R 20313 20315 17591 0 -1 4202496 1294 0 0 0 19 0 0 0 25 0 1 0 638338529 17850368 867 33554432000 4194304 4300288 140733591342032 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20315/statm: 4358 867 240 26 0 990 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 17432

[startup+0.30035 s]
/proc/loadavg: 3.87 2.52 2.42 5/394 20315
/proc/meminfo: memFree=22092744/32951124 swapFree=51873460/67111528
[pid=20315] ppid=20313 vsize=18600 CPUtime=0.29 cores=0,2
/proc/20315/stat : 20315 (cir_minisat) R 20313 20315 17591 0 -1 4202496 1641 0 0 0 29 0 0 0 25 0 1 0 638338529 19046400 1211 33554432000 4194304 4300288 140733591342032 18446744073709551615 4255693 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20315/statm: 4650 1211 240 26 0 1282 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18600

[startup+0.70028 s]
/proc/loadavg: 3.87 2.52 2.42 5/394 20315
/proc/meminfo: memFree=22092744/32951124 swapFree=51873460/67111528
[pid=20315] ppid=20313 vsize=19648 CPUtime=0.69 cores=0,2
/proc/20315/stat : 20315 (cir_minisat) R 20313 20315 17591 0 -1 4202496 1963 0 0 0 69 0 0 0 25 0 1 0 638338529 20119552 1519 33554432000 4194304 4300288 140733591342032 18446744073709551615 4256479 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20315/statm: 4912 1519 240 26 0 1544 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19648

[startup+1.50113 s]
/proc/loadavg: 3.87 2.52 2.42 5/395 20316
/proc/meminfo: memFree=22085800/32951124 swapFree=51873460/67111528
[pid=20315] ppid=20313 vsize=19648 CPUtime=1.49 cores=0,2
/proc/20315/stat : 20315 (cir_minisat) R 20313 20315 17591 0 -1 4202496 1969 0 0 0 149 0 0 0 25 0 1 0 638338529 20119552 1525 33554432000 4194304 4300288 140733591342032 18446744073709551615 4255775 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20315/statm: 4912 1525 242 26 0 1544 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 19648

[startup+3.10084 s]
/proc/loadavg: 3.87 2.52 2.42 5/395 20316
/proc/meminfo: memFree=22081456/32951124 swapFree=51873460/67111528
[pid=20315] ppid=20313 vsize=23988 CPUtime=3.09 cores=0,2
/proc/20315/stat : 20315 (cir_minisat) R 20313 20315 17591 0 -1 4202496 2969 0 0 0 309 0 0 0 25 0 1 0 638338529 24563712 2487 33554432000 4194304 4300288 140733591342032 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20315/statm: 5997 2487 242 26 0 2629 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 23988

[startup+6.30029 s]
/proc/loadavg: 3.88 2.54 2.43 5/395 20316
/proc/meminfo: memFree=22076724/32951124 swapFree=51873460/67111528
[pid=20315] ppid=20313 vsize=25032 CPUtime=6.29 cores=0,2
/proc/20315/stat : 20315 (cir_minisat) R 20313 20315 17591 0 -1 4202496 3213 0 0 0 629 0 0 0 25 0 1 0 638338529 25632768 2726 33554432000 4194304 4300288 140733591342032 18446744073709551615 4270041 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20315/statm: 6258 2726 242 26 0 2890 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 25032

[startup+12.7011 s]
/proc/loadavg: 3.89 2.57 2.44 5/395 20316
/proc/meminfo: memFree=22068660/32951124 swapFree=51873460/67111528
[pid=20315] ppid=20313 vsize=27712 CPUtime=12.69 cores=0,2
/proc/20315/stat : 20315 (cir_minisat) R 20313 20315 17591 0 -1 4202496 3907 0 0 0 1268 1 0 0 25 0 1 0 638338529 28377088 3396 33554432000 4194304 4300288 140733591342032 18446744073709551615 4269493 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20315/statm: 6928 3396 242 26 0 3560 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 27712

[startup+25.5008 s]
/proc/loadavg: 3.91 2.63 2.47 5/395 20316
/proc/meminfo: memFree=22058968/32951124 swapFree=51873460/67111528
[pid=20315] ppid=20313 vsize=27712 CPUtime=25.49 cores=0,2
/proc/20315/stat : 20315 (cir_minisat) R 20313 20315 17591 0 -1 4202496 4120 0 0 0 2548 1 0 0 25 0 1 0 638338529 28377088 3596 33554432000 4194304 4300288 140733591342032 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20315/statm: 6928 3596 242 26 0 3560 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 27712

[startup+51.1012 s]
/proc/loadavg: 4.08 2.78 2.52 5/395 20317
/proc/meminfo: memFree=22033764/32951124 swapFree=51873460/67111528
[pid=20315] ppid=20313 vsize=34848 CPUtime=51.09 cores=0,2
/proc/20315/stat : 20315 (cir_minisat) R 20313 20315 17591 0 -1 4202496 6538 0 0 0 5108 1 0 0 25 0 1 0 638338529 35684352 4859 33554432000 4194304 4300288 140733591342032 18446744073709551615 4242151 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20315/statm: 8712 4867 242 26 0 5344 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 34848

[startup+102.301 s]
/proc/loadavg: 4.03 2.96 2.59 5/395 20318
/proc/meminfo: memFree=21990568/32951124 swapFree=51873460/67111528
[pid=20315] ppid=20313 vsize=40876 CPUtime=102.3 cores=0,2
/proc/20315/stat : 20315 (cir_minisat) R 20313 20315 17591 0 -1 4202496 11226 0 0 0 10228 2 0 0 25 0 1 0 638338529 41857024 6891 33554432000 4194304 4300288 140733591342032 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20315/statm: 10219 6891 243 26 0 6851 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 40876

[startup+162.3 s]
/proc/loadavg: 4.01 3.15 2.68 5/395 20320
/proc/meminfo: memFree=21950468/32951124 swapFree=51873460/67111528
[pid=20315] ppid=20313 vsize=44192 CPUtime=162.29 cores=0,2
/proc/20315/stat : 20315 (cir_minisat) R 20313 20315 17591 0 -1 4202496 11642 0 0 0 16227 2 0 0 25 0 1 0 638338529 45252608 7300 33554432000 4194304 4300288 140733591342032 18446744073709551615 4255974 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20315/statm: 11048 7300 243 26 0 7680 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 44192

[startup+222.315 s]
/proc/loadavg: 4.00 3.30 2.76 5/395 20322
/proc/meminfo: memFree=21901676/32951124 swapFree=51873460/67111528
[pid=20315] ppid=20313 vsize=48544 CPUtime=222.31 cores=0,2
/proc/20315/stat : 20315 (cir_minisat) R 20313 20315 17591 0 -1 4202496 13069 0 0 0 22228 3 0 0 25 0 1 0 638338529 49709056 8683 33554432000 4194304 4300288 140733591342032 18446744073709551615 4270505 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20315/statm: 12136 8683 243 26 0 8768 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 48544

[startup+282.301 s]
/proc/loadavg: 4.00 3.42 2.83 5/395 20323
/proc/meminfo: memFree=21856236/32951124 swapFree=51873460/67111528
[pid=20315] ppid=20313 vsize=48544 CPUtime=282.3 cores=0,2
/proc/20315/stat : 20315 (cir_minisat) R 20313 20315 17591 0 -1 4202496 13177 0 0 0 28227 3 0 0 25 0 1 0 638338529 49709056 8789 33554432000 4194304 4300288 140733591342032 18446744073709551615 4256200 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20315/statm: 12136 8789 243 26 0 8768 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 48544

[startup+342.301 s]
/proc/loadavg: 3.78 3.48 2.89 3/383 20359
/proc/meminfo: memFree=22259472/32951124 swapFree=51873460/67111528
[pid=20315] ppid=20313 vsize=56104 CPUtime=342.29 cores=0,2
/proc/20315/stat : 20315 (cir_minisat) R 20313 20315 17591 0 -1 4202496 16045 0 0 0 34226 3 0 0 25 0 1 0 638338529 57450496 9876 33554432000 4194304 4300288 140733591342032 18446744073709551615 4250048 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20315/statm: 14026 9876 243 26 0 10658 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 56104

[startup+402.301 s]
/proc/loadavg: 2.74 3.24 2.84 3/383 20360
/proc/meminfo: memFree=22274612/32951124 swapFree=51873460/67111528
[pid=20315] ppid=20313 vsize=56104 CPUtime=402.29 cores=0,2
/proc/20315/stat : 20315 (cir_minisat) R 20313 20315 17591 0 -1 4202496 16045 0 0 0 40226 3 0 0 25 0 1 0 638338529 57450496 9876 33554432000 4194304 4300288 140733591342032 18446744073709551615 4256231 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20315/statm: 14026 9876 243 26 0 10658 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 56104

[startup+462.301 s]
/proc/loadavg: 1.97 2.94 2.76 2/377 20379
/proc/meminfo: memFree=22473884/32951124 swapFree=51873460/67111528
[pid=20315] ppid=20313 vsize=60456 CPUtime=462.3 cores=0,2
/proc/20315/stat : 20315 (cir_minisat) R 20313 20315 17591 0 -1 4202496 17158 0 0 0 46226 4 0 0 25 0 1 0 638338529 61906944 10964 33554432000 4194304 4300288 140733591342032 18446744073709551615 4256246 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20315/statm: 15114 10964 243 26 0 11746 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 60456

[startup+522.301 s]
/proc/loadavg: 1.35 2.59 2.65 2/377 20381
/proc/meminfo: memFree=22470840/32951124 swapFree=51873460/67111528
[pid=20315] ppid=20313 vsize=60456 CPUtime=522.3 cores=0,2
/proc/20315/stat : 20315 (cir_minisat) R 20313 20315 17591 0 -1 4202496 17984 0 0 0 52226 4 0 0 25 0 1 0 638338529 61906944 11767 33554432000 4194304 4300288 140733591342032 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20315/statm: 15114 11767 243 26 0 11746 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 60456

[startup+582.3 s]
/proc/loadavg: 1.13 2.30 2.54 2/377 20382
/proc/meminfo: memFree=22475976/32951124 swapFree=51873460/67111528
[pid=20315] ppid=20313 vsize=56036 CPUtime=582.3 cores=0,2
/proc/20315/stat : 20315 (cir_minisat) R 20313 20315 17591 0 -1 4202496 20137 0 0 0 58225 5 0 0 25 0 1 0 638338529 57380864 10592 33554432000 4194304 4300288 140733591342032 18446744073709551615 4269836 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20315/statm: 14009 10592 243 26 0 10641 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 56036

[startup+642.301 s]
/proc/loadavg: 1.05 2.06 2.44 2/377 20384
/proc/meminfo: memFree=22470940/32951124 swapFree=51873460/67111528
[pid=20315] ppid=20313 vsize=63260 CPUtime=642.3 cores=0,2
/proc/20315/stat : 20315 (cir_minisat) R 20313 20315 17591 0 -1 4202496 21350 0 0 0 64225 5 0 0 25 0 1 0 638338529 64778240 11768 33554432000 4194304 4300288 140733591342032 18446744073709551615 4268248 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20315/statm: 15815 11768 243 26 0 12447 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 63260

[startup+702.301 s]
/proc/loadavg: 1.02 1.86 2.35 2/377 20385
/proc/meminfo: memFree=22471108/32951124 swapFree=51873460/67111528
[pid=20315] ppid=20313 vsize=63260 CPUtime=702.3 cores=0,2
/proc/20315/stat : 20315 (cir_minisat) R 20313 20315 17591 0 -1 4202496 21350 0 0 0 70225 5 0 0 25 0 1 0 638338529 64778240 11768 33554432000 4194304 4300288 140733591342032 18446744073709551615 4255985 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20315/statm: 15815 11768 243 26 0 12447 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 63260

[startup+762.301 s]
/proc/loadavg: 1.00 1.70 2.26 2/377 20387
/proc/meminfo: memFree=22464348/32951124 swapFree=51873460/67111528
[pid=20315] ppid=20313 vsize=67612 CPUtime=762.33 cores=0,2
/proc/20315/stat : 20315 (cir_minisat) R 20313 20315 17591 0 -1 4202496 23183 0 0 0 76227 6 0 0 25 0 1 0 638338529 69234688 13556 33554432000 4194304 4300288 140733591342032 18446744073709551615 4256085 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20315/statm: 16903 13556 243 26 0 13535 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 67612

[startup+822.3 s]
/proc/loadavg: 1.00 1.57 2.18 2/377 20389
/proc/meminfo: memFree=22467744/32951124 swapFree=51873460/67111528
[pid=20315] ppid=20313 vsize=67612 CPUtime=822.31 cores=0,2
/proc/20315/stat : 20315 (cir_minisat) R 20313 20315 17591 0 -1 4202496 26311 0 0 0 82225 6 0 0 25 0 1 0 638338529 69234688 12694 33554432000 4194304 4300288 140733591342032 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20315/statm: 16903 12694 243 26 0 13535 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 67612

[startup+882.314 s]
/proc/loadavg: 1.00 1.47 2.10 2/377 20390
/proc/meminfo: memFree=22468656/32951124 swapFree=51873460/67111528
[pid=20315] ppid=20313 vsize=63192 CPUtime=882.33 cores=0,2
/proc/20315/stat : 20315 (cir_minisat) R 20313 20315 17591 0 -1 4202496 29368 0 0 0 88226 7 0 0 25 0 1 0 638338529 64708608 12409 33554432000 4194304 4300288 140733591342032 18446744073709551615 4256003 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20315/statm: 15798 12409 243 26 0 12430 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 63192

[startup+942.301 s]
/proc/loadavg: 1.12 1.41 2.04 2/377 20392
/proc/meminfo: memFree=22464364/32951124 swapFree=51873460/67111528
[pid=20315] ppid=20313 vsize=67612 CPUtime=942.32 cores=0,2
/proc/20315/stat : 20315 (cir_minisat) R 20313 20315 17591 0 -1 4202496 33929 0 0 0 94224 8 0 0 25 0 1 0 638338529 69234688 13540 33554432000 4194304 4300288 140733591342032 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20315/statm: 16903 13540 243 26 0 13535 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 67612

[startup+1002.3 s]
/proc/loadavg: 1.10 1.35 1.98 2/377 20393
/proc/meminfo: memFree=22464280/32951124 swapFree=51873460/67111528
[pid=20315] ppid=20313 vsize=67612 CPUtime=1002.32 cores=0,2
/proc/20315/stat : 20315 (cir_minisat) R 20313 20315 17591 0 -1 4202496 33945 0 0 0 100224 8 0 0 25 0 1 0 638338529 69234688 13556 33554432000 4194304 4300288 140733591342032 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20315/statm: 16903 13556 243 26 0 13535 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 67612

[startup+1062.3 s]
/proc/loadavg: 1.04 1.28 1.91 2/377 20395
/proc/meminfo: memFree=22463728/32951124 swapFree=51873460/67111528
[pid=20315] ppid=20313 vsize=68184 CPUtime=1062.31 cores=0,2
/proc/20315/stat : 20315 (cir_minisat) R 20313 20315 17591 0 -1 4202496 34122 0 0 0 106223 8 0 0 25 0 1 0 638338529 69820416 13730 33554432000 4194304 4300288 140733591342032 18446744073709551615 4256021 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20315/statm: 17046 13730 243 26 0 13678 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 68184

[startup+1122.3 s]
/proc/loadavg: 1.01 1.23 1.85 2/377 20397
/proc/meminfo: memFree=22459204/32951124 swapFree=51873460/67111528
[pid=20315] ppid=20313 vsize=75448 CPUtime=1122.31 cores=0,2
/proc/20315/stat : 20315 (cir_minisat) R 20313 20315 17591 0 -1 4202496 35220 0 0 0 112223 8 0 0 25 0 1 0 638338529 77258752 14820 33554432000 4194304 4300288 140733591342032 18446744073709551615 4255693 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20315/statm: 18862 14820 243 26 0 15494 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 75448

[startup+1182.3 s]
/proc/loadavg: 1.00 1.18 1.80 2/377 20398
/proc/meminfo: memFree=22459132/32951124 swapFree=51873460/67111528
[pid=20315] ppid=20313 vsize=75448 CPUtime=1182.32 cores=0,2
/proc/20315/stat : 20315 (cir_minisat) R 20313 20315 17591 0 -1 4202496 35220 0 0 0 118224 8 0 0 25 0 1 0 638338529 77258752 14820 33554432000 4194304 4300288 140733591342032 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20315/statm: 18862 14820 243 26 0 15494 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 75448

[startup+1242.3 s]
/proc/loadavg: 1.00 1.15 1.75 2/377 20400
/proc/meminfo: memFree=22459048/32951124 swapFree=51873460/67111528
[pid=20315] ppid=20313 vsize=75448 CPUtime=1242.32 cores=0,2
/proc/20315/stat : 20315 (cir_minisat) R 20313 20315 17591 0 -1 4202496 35280 0 0 0 124224 8 0 0 25 0 1 0 638338529 77258752 14880 33554432000 4194304 4300288 140733591342032 18446744073709551615 4255951 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20315/statm: 18862 14880 243 26 0 15494 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 75448



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.00 1.12 1.70 2/377 20401
/proc/meminfo: memFree=22458112/32951124 swapFree=51873460/67111528
[pid=20315] ppid=20313 vsize=75448 CPUtime=1300.03 cores=0,2
/proc/20315/stat : 20315 (cir_minisat) R 20313 20315 17591 0 -1 4202496 35280 0 0 0 129995 8 0 0 25 0 1 0 638338529 77258752 14880 33554432000 4194304 4300288 140733591342032 18446744073709551615 4255995 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20315/statm: 18862 14880 243 26 0 15494 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 75448

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

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

[startup+1300 s]
/proc/loadavg: 1.00 1.12 1.70 2/377 20401
/proc/meminfo: memFree=22458112/32951124 swapFree=51873460/67111528
[pid=20315] ppid=20313 vsize=75448 CPUtime=1300.03 cores=0,2
/proc/20315/stat : 20315 (cir_minisat) R 20313 20315 17591 0 -1 4202496 35280 0 0 0 129995 8 0 0 25 0 1 0 638338529 77258752 14880 33554432000 4194304 4300288 140733591342032 18446744073709551615 4255995 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/20315/statm: 18862 14880 243 26 0 15494 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 75448

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.05
CPU user time (s): 1299.96
CPU system time (s): 0.092985
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 77408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.96
system time used= 0.092985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35280
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= 10
involuntary context switches= 4023

runsolver used 4.87326 second user time and 10.8304 second system time

The end

Launcher Data

Begin job on node146 at 2011-05-15 13:33:43
IDJOB=3380473
IDBENCH=83412
IDSOLVER=1863
FILE ID=node146/3380473-1305459223
RUNJOBID= node146-1305459037-20214
PBS_JOBID= 13324873
Free space on /tmp= 73276 MiB

SOLVER NAME= cir_minisat 2011-05-13 (simp)
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/128/aes_128_1_keyfind_1.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3380473-1305459223/watcher-3380473-1305459223 -o /tmp/evaluation-result-3380473-1305459223/solver-3380473-1305459223 -C 2400 -W 1300 -M 7680  HOME/cir_minisat HOME/instance-3380473-1305459223.cnf

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

MD5SUM BENCH= 5092a9db644d53c7bc023e4dff206812
RANDOM SEED=1184457394

node146.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.830
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.66
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.830
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.830
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.830
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.86
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.830
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.830
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.830
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.830
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:      22093148 kB
Buffers:        138028 kB
Cached:        1025916 kB
SwapCached:      56148 kB
Active:        8099472 kB
Inactive:      2505660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22093148 kB
SwapTotal:    67111528 kB
SwapFree:     51873460 kB
Dirty:            1028 kB
Writeback:           0 kB
AnonPages:     9392364 kB
Mapped:          19276 kB
Slab:           110480 kB
PageTables:      75540 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 89635800 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= 73328 MiB
End job on node146 at 2011-05-15 13:55:25