Trace number 3348704

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.05 1300.02

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom16.cnf
MD5SUM73a2c2d9e5c062e561bfdb7c82071a99
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 variables29254
Number of clauses97456
Sum of the clauses size247986
Maximum clause length977
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 250701
Number of clauses of size 346235
Number of clauses of size 4135
Number of clauses of size 514
Number of clauses of size over 5370

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-3348704-1304972569/watcher-3348704-1304972569 -o /tmp/evaluation-result-3348704-1304972569/solver-3348704-1304972569 -C 2400 -W 1300 -M 7680 HOME/cir_minisat HOME/instance-3348704-1304972569.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: 1.65 3.18 3.47 2/270 13881
/proc/meminfo: memFree=4509820/32950904 swapFree=67057400/67111528
[pid=13881] ppid=13879 vsize=22300 CPUtime=0 cores=0,2
/proc/13881/stat : 13881 (cir_minisat) R 13879 13881 13021 0 -1 4202496 1324 0 0 0 0 0 0 0 22 0 1 0 608856625 22835200 1246 33554432000 4194304 4254575 140733521289520 18446744073709551615 4241321 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13881/statm: 5575 1247 213 15 0 2218 0

[startup+0.0723299 s]
/proc/loadavg: 1.65 3.18 3.47 2/270 13881
/proc/meminfo: memFree=4509820/32950904 swapFree=67057400/67111528
[pid=13881] ppid=13879 vsize=25148 CPUtime=0.06 cores=0,2
/proc/13881/stat : 13881 (cir_minisat) R 13879 13881 13021 0 -1 4202496 2404 0 0 0 6 0 0 0 22 0 1 0 608856625 25751552 2239 33554432000 4194304 4254575 140733521289520 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13881/statm: 6287 2239 232 15 0 2930 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 25148

[startup+0.100326 s]
/proc/loadavg: 1.65 3.18 3.47 2/270 13881
/proc/meminfo: memFree=4509820/32950904 swapFree=67057400/67111528
[pid=13881] ppid=13879 vsize=25348 CPUtime=0.09 cores=0,2
/proc/13881/stat : 13881 (cir_minisat) R 13879 13881 13021 0 -1 4202496 2432 0 0 0 9 0 0 0 22 0 1 0 608856625 25956352 2267 33554432000 4194304 4254575 140733521289520 18446744073709551615 4216488 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13881/statm: 6337 2267 232 15 0 2980 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25348

[startup+0.300291 s]
/proc/loadavg: 1.65 3.18 3.47 2/270 13881
/proc/meminfo: memFree=4509820/32950904 swapFree=67057400/67111528
[pid=13881] ppid=13879 vsize=25500 CPUtime=0.29 cores=0,2
/proc/13881/stat : 13881 (cir_minisat) R 13879 13881 13021 0 -1 4202496 2556 0 0 0 29 0 0 0 23 0 1 0 608856625 26112000 2391 33554432000 4194304 4254575 140733521289520 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13881/statm: 6375 2391 232 15 0 3018 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25500

[startup+0.700281 s]
/proc/loadavg: 1.65 3.18 3.47 2/270 13881
/proc/meminfo: memFree=4509820/32950904 swapFree=67057400/67111528
[pid=13881] ppid=13879 vsize=25664 CPUtime=0.69 cores=0,2
/proc/13881/stat : 13881 (cir_minisat) R 13879 13881 13021 0 -1 4202496 2787 0 0 0 69 0 0 0 25 0 1 0 608856625 26279936 2620 33554432000 4194304 4254575 140733521289520 18446744073709551615 4216450 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13881/statm: 6416 2620 233 15 0 3059 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25664

[startup+1.50108 s]
/proc/loadavg: 1.65 3.18 3.47 5/285 13908
/proc/meminfo: memFree=4446880/32950904 swapFree=67057400/67111528
[pid=13881] ppid=13879 vsize=26028 CPUtime=1.49 cores=0,2
/proc/13881/stat : 13881 (cir_minisat) R 13879 13881 13021 0 -1 4202496 3302 0 0 0 149 0 0 0 25 0 1 0 608856625 26652672 3125 33554432000 4194304 4254575 140733521289520 18446744073709551615 4217050 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13881/statm: 6507 3125 233 15 0 3150 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26028

[startup+3.10085 s]
/proc/loadavg: 1.65 3.18 3.47 5/285 13908
/proc/meminfo: memFree=4434856/32950904 swapFree=67057400/67111528
[pid=13881] ppid=13879 vsize=29208 CPUtime=3.09 cores=0,2
/proc/13881/stat : 13881 (cir_minisat) R 13879 13881 13021 0 -1 4202496 4111 0 0 0 309 0 0 0 25 0 1 0 608856625 29908992 3929 33554432000 4194304 4254575 140733521289520 18446744073709551615 4222825 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13881/statm: 7302 3929 233 15 0 3945 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 29208

[startup+6.30028 s]
/proc/loadavg: 1.84 3.20 3.48 5/285 13908
/proc/meminfo: memFree=4407436/32950904 swapFree=67057400/67111528
[pid=13881] ppid=13879 vsize=42004 CPUtime=6.29 cores=0,2
/proc/13881/stat : 13881 (cir_minisat) R 13879 13881 13021 0 -1 4202496 5862 0 0 0 628 1 0 0 25 0 1 0 608856625 43012096 5656 33554432000 4194304 4254575 140733521289520 18446744073709551615 4216789 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13881/statm: 10501 5656 233 15 0 7144 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 42004

[startup+12.7011 s]
/proc/loadavg: 2.01 3.21 3.48 5/285 13908
/proc/meminfo: memFree=4355864/32950904 swapFree=67057400/67111528
[pid=13881] ppid=13879 vsize=55392 CPUtime=12.69 cores=0,2
/proc/13881/stat : 13881 (cir_minisat) R 13879 13881 13021 0 -1 4202496 8649 0 0 0 1268 1 0 0 25 0 1 0 608856625 56721408 8416 33554432000 4194304 4254575 140733521289520 18446744073709551615 4217028 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13881/statm: 13848 8416 233 15 0 10491 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 55392

[startup+25.5009 s]
/proc/loadavg: 2.45 3.25 3.49 5/285 13908
/proc/meminfo: memFree=4270072/32950904 swapFree=67057400/67111528
[pid=13881] ppid=13879 vsize=76708 CPUtime=25.49 cores=0,2
/proc/13881/stat : 13881 (cir_minisat) R 13879 13881 13021 0 -1 4202496 13356 0 0 0 2546 3 0 0 25 0 1 0 608856625 78548992 13076 33554432000 4194304 4254575 140733521289520 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13881/statm: 19177 13076 233 15 0 15820 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 76708

[startup+51.1003 s]
/proc/loadavg: 2.98 3.31 3.50 5/285 13909
/proc/meminfo: memFree=4219544/32950904 swapFree=67057400/67111528
[pid=13881] ppid=13879 vsize=61272 CPUtime=51.09 cores=0,2
/proc/13881/stat : 13881 (cir_minisat) R 13879 13881 13021 0 -1 4202496 24173 0 0 0 5103 6 0 0 25 0 1 0 608856625 62742528 11289 33554432000 4194304 4254575 140733521289520 18446744073709551615 4212095 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13881/statm: 15318 11289 233 15 0 11961 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 61272

[startup+102.31 s]
/proc/loadavg: 3.55 3.41 3.52 5/285 13911
/proc/meminfo: memFree=4005016/32950904 swapFree=67057400/67111528
[pid=13881] ppid=13879 vsize=84128 CPUtime=102.3 cores=0,2
/proc/13881/stat : 13881 (cir_minisat) R 13879 13881 13021 0 -1 4202496 42179 0 0 0 10218 12 0 0 25 0 1 0 608856625 86147072 13251 33554432000 4194304 4254575 140733521289520 18446744073709551615 4217028 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13881/statm: 21032 13251 233 15 0 17675 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 84128

[startup+162.301 s]
/proc/loadavg: 3.93 3.55 3.56 5/285 13912
/proc/meminfo: memFree=4107052/32950904 swapFree=67057400/67111528
[pid=13881] ppid=13879 vsize=87684 CPUtime=162.3 cores=0,2
/proc/13881/stat : 13881 (cir_minisat) R 13879 13881 13021 0 -1 4202496 60889 0 0 0 16211 19 0 0 25 0 1 0 608856625 89788416 15313 33554432000 4194304 4254575 140733521289520 18446744073709551615 4216807 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13881/statm: 21921 15313 233 15 0 18564 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 87684

[startup+222.301 s]
/proc/loadavg: 3.97 3.63 3.58 5/285 13914
/proc/meminfo: memFree=3975092/32950904 swapFree=67057400/67111528
[pid=13881] ppid=13879 vsize=74792 CPUtime=222.29 cores=0,2
/proc/13881/stat : 13881 (cir_minisat) R 13879 13881 13021 0 -1 4202496 78632 0 0 0 22205 24 0 0 25 0 1 0 608856625 76587008 13754 33554432000 4194304 4254575 140733521289520 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13881/statm: 18698 13754 233 15 0 15341 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 74792

[startup+282.301 s]
/proc/loadavg: 3.99 3.69 3.61 5/285 13915
/proc/meminfo: memFree=3973100/32950904 swapFree=67057400/67111528
[pid=13881] ppid=13879 vsize=57876 CPUtime=282.29 cores=0,2
/proc/13881/stat : 13881 (cir_minisat) R 13879 13881 13021 0 -1 4202496 95424 0 0 0 28200 29 0 0 25 0 1 0 608856625 59265024 10496 33554432000 4194304 4254575 140733521289520 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13881/statm: 14469 10496 233 15 0 11112 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 57876

[startup+342.3 s]
/proc/loadavg: 3.99 3.74 3.63 5/285 13917
/proc/meminfo: memFree=3942084/32950904 swapFree=67057400/67111528
[pid=13881] ppid=13879 vsize=127440 CPUtime=342.29 cores=0,2
/proc/13881/stat : 13881 (cir_minisat) R 13879 13881 13021 0 -1 4202496 110481 0 0 0 34195 34 0 0 25 0 1 0 608856625 130498560 25407 33554432000 4194304 4254575 140733521289520 18446744073709551615 4217050 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13881/statm: 31860 25407 233 15 0 28503 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 127440

[startup+402.301 s]
/proc/loadavg: 3.99 3.79 3.65 5/285 13919
/proc/meminfo: memFree=3841756/32950904 swapFree=67057400/67111528
[pid=13881] ppid=13879 vsize=129352 CPUtime=402.3 cores=0,2
/proc/13881/stat : 13881 (cir_minisat) R 13879 13881 13021 0 -1 4202496 127817 0 0 0 40190 40 0 0 25 0 1 0 608856625 132456448 23155 33554432000 4194304 4254575 140733521289520 18446744073709551615 4216995 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13881/statm: 32338 23155 233 15 0 28981 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 129352

[startup+462.301 s]
/proc/loadavg: 4.05 3.84 3.67 5/285 13920
/proc/meminfo: memFree=3961268/32950904 swapFree=67057400/67111528
[pid=13881] ppid=13879 vsize=102520 CPUtime=462.3 cores=0,2
/proc/13881/stat : 13881 (cir_minisat) R 13879 13881 13021 0 -1 4202496 143524 0 0 0 46185 45 0 0 25 0 1 0 608856625 104980480 18068 33554432000 4194304 4254575 140733521289520 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13881/statm: 25630 18068 233 15 0 22273 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 102520

[startup+522.3 s]
/proc/loadavg: 4.02 3.87 3.69 5/285 13922
/proc/meminfo: memFree=4030448/32950904 swapFree=67057400/67111528
[pid=13881] ppid=13879 vsize=73700 CPUtime=522.3 cores=0,2
/proc/13881/stat : 13881 (cir_minisat) R 13879 13881 13021 0 -1 4202496 160257 0 0 0 52180 50 0 0 25 0 1 0 608856625 75468800 13980 33554432000 4194304 4254575 140733521289520 18446744073709551615 4217033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13881/statm: 18425 13980 233 15 0 15068 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 73700

[startup+582.301 s]
/proc/loadavg: 4.05 3.90 3.71 5/285 13923
/proc/meminfo: memFree=3878904/32950904 swapFree=67057400/67111528
[pid=13881] ppid=13879 vsize=137260 CPUtime=582.3 cores=0,2
/proc/13881/stat : 13881 (cir_minisat) R 13879 13881 13021 0 -1 4202496 174982 0 0 0 58176 54 0 0 25 0 1 0 608856625 140554240 28535 33554432000 4194304 4254575 140733521289520 18446744073709551615 4216976 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13881/statm: 34315 28535 233 15 0 30958 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 137260

[startup+642.301 s]
/proc/loadavg: 4.02 3.92 3.73 5/285 13925
/proc/meminfo: memFree=3895132/32950904 swapFree=67057400/67111528
[pid=13881] ppid=13879 vsize=139840 CPUtime=642.32 cores=0,2
/proc/13881/stat : 13881 (cir_minisat) R 13879 13881 13021 0 -1 4202496 193333 0 0 0 64171 61 0 0 25 0 1 0 608856625 143196160 25072 33554432000 4194304 4254575 140733521289520 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13881/statm: 34960 25072 233 15 0 31603 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 139840

[startup+702.3 s]
/proc/loadavg: 4.14 3.96 3.75 5/285 13927
/proc/meminfo: memFree=4073808/32950904 swapFree=67057400/67111528
[pid=13881] ppid=13879 vsize=79356 CPUtime=702.3 cores=0,2
/proc/13881/stat : 13881 (cir_minisat) R 13879 13881 13021 0 -1 4202496 207286 0 0 0 70165 65 0 0 25 0 1 0 608856625 81260544 15497 33554432000 4194304 4254575 140733521289520 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13881/statm: 19839 15497 233 15 0 16482 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 79356

[startup+762.311 s]
/proc/loadavg: 4.05 3.97 3.76 5/285 13928
/proc/meminfo: memFree=3826040/32950904 swapFree=67057400/67111528
[pid=13881] ppid=13879 vsize=141724 CPUtime=762.32 cores=0,2
/proc/13881/stat : 13881 (cir_minisat) R 13879 13881 13021 0 -1 4202496 221621 0 0 0 76161 71 0 0 25 0 1 0 608856625 145125376 29695 33554432000 4194304 4254575 140733521289520 18446744073709551615 4217163 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13881/statm: 35431 29695 233 15 0 32074 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 141724

[startup+822.301 s]
/proc/loadavg: 4.02 3.97 3.78 5/285 13930
/proc/meminfo: memFree=3775812/32950904 swapFree=67057400/67111528
[pid=13881] ppid=13879 vsize=142904 CPUtime=822.31 cores=0,2
/proc/13881/stat : 13881 (cir_minisat) R 13879 13881 13021 0 -1 4202496 238138 0 0 0 82154 77 0 0 25 0 1 0 608856625 146333696 24321 33554432000 4194304 4254575 140733521289520 18446744073709551615 4216779 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13881/statm: 35726 24321 233 15 0 32369 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 142904

[startup+882.3 s]
/proc/loadavg: 4.00 3.97 3.79 5/285 13931
/proc/meminfo: memFree=3859744/32950904 swapFree=67057400/67111528
[pid=13881] ppid=13879 vsize=195604 CPUtime=882.31 cores=0,2
/proc/13881/stat : 13881 (cir_minisat) R 13879 13881 13021 0 -1 4202496 249930 0 0 0 88147 84 0 0 25 0 1 0 608856625 200298496 35977 33554432000 4194304 4254575 140733521289520 18446744073709551615 4216779 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13881/statm: 48901 35977 233 15 0 45544 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 195604

[startup+942.301 s]
/proc/loadavg: 4.00 3.97 3.80 5/285 13933
/proc/meminfo: memFree=3746772/32950904 swapFree=67057400/67111528
[pid=13881] ppid=13879 vsize=118076 CPUtime=942.31 cores=0,2
/proc/13881/stat : 13881 (cir_minisat) R 13879 13881 13021 0 -1 4202496 263155 0 0 0 94142 89 0 0 25 0 1 0 608856625 120909824 23312 33554432000 4194304 4254575 140733521289520 18446744073709551615 4217033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13881/statm: 29519 23312 233 15 0 26162 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 118076

[startup+1002.3 s]
/proc/loadavg: 4.07 3.99 3.82 5/285 13935
/proc/meminfo: memFree=3833928/32950904 swapFree=67057400/67111528
[pid=13881] ppid=13879 vsize=205192 CPUtime=1002.31 cores=0,2
/proc/13881/stat : 13881 (cir_minisat) R 13879 13881 13021 0 -1 4202496 274371 0 0 0 100138 93 0 0 25 0 1 0 608856625 210116608 34413 33554432000 4194304 4254575 140733521289520 18446744073709551615 4217008 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13881/statm: 51298 34413 233 15 0 47941 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 205192

[startup+1062.3 s]
/proc/loadavg: 4.02 3.99 3.82 5/285 13936
/proc/meminfo: memFree=4011108/32950904 swapFree=67057400/67111528
[pid=13881] ppid=13879 vsize=155736 CPUtime=1062.32 cores=0,2
/proc/13881/stat : 13881 (cir_minisat) R 13879 13881 13021 0 -1 4202496 289637 0 0 0 106131 101 0 0 25 0 1 0 608856625 159473664 27029 33554432000 4194304 4254575 140733521289520 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13881/statm: 38934 27029 233 15 0 35577 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 155736

[startup+1122.3 s]
/proc/loadavg: 4.07 4.00 3.83 5/285 13938
/proc/meminfo: memFree=3792348/32950904 swapFree=67057400/67111528
[pid=13881] ppid=13879 vsize=206684 CPUtime=1122.32 cores=0,2
/proc/13881/stat : 13881 (cir_minisat) R 13879 13881 13021 0 -1 4202496 299030 0 0 0 112128 104 0 0 25 0 1 0 608856625 211644416 36319 33554432000 4194304 4254575 140733521289520 18446744073709551615 4217028 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13881/statm: 51671 36319 233 15 0 48314 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 206684

[startup+1182.3 s]
/proc/loadavg: 4.02 4.00 3.84 5/285 13939
/proc/meminfo: memFree=3754876/32950904 swapFree=67057400/67111528
[pid=13881] ppid=13879 vsize=156864 CPUtime=1182.32 cores=0,2
/proc/13881/stat : 13881 (cir_minisat) R 13879 13881 13021 0 -1 4202496 314828 0 0 0 118122 110 0 0 25 0 1 0 608856625 160628736 29782 33554432000 4194304 4254575 140733521289520 18446744073709551615 4216771 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13881/statm: 39216 29782 233 15 0 35859 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 156864

[startup+1242.3 s]
/proc/loadavg: 4.08 4.02 3.85 5/285 13941
/proc/meminfo: memFree=3657888/32950904 swapFree=67057400/67111528
[pid=13881] ppid=13879 vsize=90032 CPUtime=1242.32 cores=0,2
/proc/13881/stat : 13881 (cir_minisat) R 13879 13881 13021 0 -1 4202496 325343 0 0 0 124117 115 0 0 25 0 1 0 608856625 92192768 17173 33554432000 4194304 4254575 140733521289520 18446744073709551615 4217008 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13881/statm: 22508 17173 233 15 0 19151 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 90032



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.07 4.03 3.86 5/285 13942
/proc/meminfo: memFree=4059268/32950904 swapFree=67057400/67111528
[pid=13881] ppid=13879 vsize=159276 CPUtime=1300.03 cores=0,2
/proc/13881/stat : 13881 (cir_minisat) R 13879 13881 13021 0 -1 4202496 337696 0 0 0 129884 119 0 0 25 0 1 0 608856625 163098624 29371 33554432000 4194304 4254575 140733521289520 18446744073709551615 4209842 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/13881/statm: 39819 29371 233 15 0 36462 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 159276

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.02
CPU time (s): 1300.05
CPU user time (s): 1298.84
CPU system time (s): 1.20282
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 208764

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

runsolver used 3.34049 second user time and 7.76582 second system time

The end

Launcher Data

Begin job on node121 at 2011-05-09 22:22:49
IDJOB=3348704
IDBENCH=83130
IDSOLVER=1810
FILE ID=node121/3348704-1304972569
RUNJOBID= node121-1304972568-13865
PBS_JOBID= 13285629
Free space on /tmp= 44000 MiB

SOLVER NAME= minisat hack: cir_minisat 2011-03-02
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom16.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3348704-1304972569/watcher-3348704-1304972569 -o /tmp/evaluation-result-3348704-1304972569/solver-3348704-1304972569 -C 2400 -W 1300 -M 7680  HOME/cir_minisat HOME/instance-3348704-1304972569.cnf

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

MD5SUM BENCH= 73a2c2d9e5c062e561bfdb7c82071a99
RANDOM SEED=754051258

node121.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.817
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.63
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.817
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.07
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.817
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.84
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.817
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.77
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.817
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.82
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.817
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.817
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.817
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:     32950904 kB
MemFree:       4509984 kB
Buffers:        236488 kB
Cached:       22032440 kB
SwapCached:       7408 kB
Active:       13100540 kB
Inactive:     14537924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:       4509984 kB
SwapTotal:    67111528 kB
SwapFree:     67057400 kB
Dirty:            1952 kB
Writeback:           0 kB
AnonPages:     5367772 kB
Mapped:          21304 kB
Slab:           715908 kB
PageTables:      24244 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 30649844 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= 43992 MiB
End job on node121 at 2011-05-09 22:44:31