Trace number 3348710

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

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom21.cnf
MD5SUMe6407843d1fbd00b68d4ad600a25dfb2
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 variables48639
Number of clauses162901
Sum of the clauses size415741
Maximum clause length1542
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 283161
Number of clauses of size 378900
Number of clauses of size 4230
Number of clauses of size 519
Number of clauses of size over 5590

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

running on 2 cores: 1,3

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 5/284 13907
/proc/meminfo: memFree=4465356/32950904 swapFree=67057400/67111528
[pid=13907] ppid=13905 vsize=21524 CPUtime=0 cores=1,3
/proc/13907/stat : 13907 (cir_minisat) R 13905 13907 13021 0 -1 4202496 1108 0 0 0 0 0 0 0 23 0 1 0 608856656 22040576 1051 33554432000 4194304 4254575 140735774393408 18446744073709551615 4240513 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13907/statm: 5381 1056 211 15 0 2024 0

[startup+0.0770349 s]
/proc/loadavg: 1.65 3.18 3.47 5/284 13907
/proc/meminfo: memFree=4465356/32950904 swapFree=67057400/67111528
[pid=13907] ppid=13905 vsize=28492 CPUtime=0.06 cores=1,3
/proc/13907/stat : 13907 (cir_minisat) R 13905 13907 13021 0 -1 4202496 3521 0 0 0 6 0 0 0 23 0 1 0 608856656 29175808 3255 33554432000 4194304 4254575 140735774393408 18446744073709551615 4216502 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13907/statm: 7123 3255 232 15 0 3766 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 28492

[startup+0.101088 s]
/proc/loadavg: 1.65 3.18 3.47 5/284 13907
/proc/meminfo: memFree=4465356/32950904 swapFree=67057400/67111528
[pid=13907] ppid=13905 vsize=28876 CPUtime=0.09 cores=1,3
/proc/13907/stat : 13907 (cir_minisat) R 13905 13907 13021 0 -1 4202496 3581 0 0 0 9 0 0 0 23 0 1 0 608856656 29569024 3315 33554432000 4194304 4254575 140735774393408 18446744073709551615 4216488 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13907/statm: 7219 3315 232 15 0 3862 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28876

[startup+0.300992 s]
/proc/loadavg: 1.65 3.18 3.47 5/284 13907
/proc/meminfo: memFree=4465356/32950904 swapFree=67057400/67111528
[pid=13907] ppid=13905 vsize=29068 CPUtime=0.29 cores=1,3
/proc/13907/stat : 13907 (cir_minisat) R 13905 13907 13021 0 -1 4202496 3713 0 0 0 29 0 0 0 25 0 1 0 608856656 29765632 3447 33554432000 4194304 4254575 140735774393408 18446744073709551615 4216529 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13907/statm: 7267 3447 232 15 0 3910 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29068

[startup+0.700922 s]
/proc/loadavg: 1.65 3.18 3.47 5/284 13907
/proc/meminfo: memFree=4465356/32950904 swapFree=67057400/67111528
[pid=13907] ppid=13905 vsize=29256 CPUtime=0.69 cores=1,3
/proc/13907/stat : 13907 (cir_minisat) R 13905 13907 13021 0 -1 4202496 3874 0 0 0 69 0 0 0 25 0 1 0 608856656 29958144 3591 33554432000 4194304 4254575 140735774393408 18446744073709551615 4216645 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13907/statm: 7314 3591 233 15 0 3957 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 29256

[startup+1.50078 s]
/proc/loadavg: 1.65 3.18 3.47 5/285 13908
/proc/meminfo: memFree=4442296/32950904 swapFree=67057400/67111528
[pid=13907] ppid=13905 vsize=32132 CPUtime=1.48 cores=1,3
/proc/13907/stat : 13907 (cir_minisat) R 13905 13907 13021 0 -1 4202496 4417 0 0 0 148 0 0 0 25 0 1 0 608856656 32903168 4134 33554432000 4194304 4254575 140735774393408 18446744073709551615 4209186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13907/statm: 8033 4134 233 15 0 4676 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 32132

[startup+3.10055 s]
/proc/loadavg: 1.65 3.18 3.47 5/285 13908
/proc/meminfo: memFree=4432128/32950904 swapFree=67057400/67111528
[pid=13907] ppid=13905 vsize=37240 CPUtime=3.08 cores=1,3
/proc/13907/stat : 13907 (cir_minisat) R 13905 13907 13021 0 -1 4202496 5234 0 0 0 308 0 0 0 25 0 1 0 608856656 38133760 4945 33554432000 4194304 4254575 140735774393408 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13907/statm: 9310 4945 233 15 0 5953 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 37240

[startup+6.30098 s]
/proc/loadavg: 1.84 3.20 3.48 5/285 13908
/proc/meminfo: memFree=4404832/32950904 swapFree=67057400/67111528
[pid=13907] ppid=13905 vsize=45392 CPUtime=6.29 cores=1,3
/proc/13907/stat : 13907 (cir_minisat) R 13905 13907 13021 0 -1 4202496 7005 0 0 0 628 1 0 0 25 0 1 0 608856656 46481408 6690 33554432000 4194304 4254575 140735774393408 18446744073709551615 4216537 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13907/statm: 11348 6690 233 15 0 7991 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 45392

[startup+12.7008 s]
/proc/loadavg: 2.01 3.21 3.48 5/285 13908
/proc/meminfo: memFree=4354004/32950904 swapFree=67057400/67111528
[pid=13907] ppid=13905 vsize=59000 CPUtime=12.68 cores=1,3
/proc/13907/stat : 13907 (cir_minisat) R 13905 13907 13021 0 -1 4202496 10076 0 0 0 1267 1 0 0 25 0 1 0 608856656 60416000 9734 33554432000 4194304 4254575 140735774393408 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13907/statm: 14750 9734 233 15 0 11393 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 59000

[startup+25.5005 s]
/proc/loadavg: 2.45 3.25 3.49 5/285 13908
/proc/meminfo: memFree=4267964/32950904 swapFree=67057400/67111528
[pid=13907] ppid=13905 vsize=79872 CPUtime=25.49 cores=1,3
/proc/13907/stat : 13907 (cir_minisat) R 13905 13907 13021 0 -1 4202496 16633 0 0 0 2545 4 0 0 25 0 1 0 608856656 81788928 16233 33554432000 4194304 4254575 140735774393408 18446744073709551615 4217156 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13907/statm: 19968 16233 233 15 0 16611 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 79872

[startup+51.1009 s]
/proc/loadavg: 2.98 3.31 3.50 5/285 13909
/proc/meminfo: memFree=4217684/32950904 swapFree=67057400/67111528
[pid=13907] ppid=13905 vsize=115692 CPUtime=51.09 cores=1,3
/proc/13907/stat : 13907 (cir_minisat) R 13905 13907 13021 0 -1 4202496 25950 0 0 0 5103 6 0 0 25 0 1 0 608856656 118468608 25447 33554432000 4194304 4254575 140735774393408 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13907/statm: 28923 25447 233 15 0 25566 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 115692

[startup+102.311 s]
/proc/loadavg: 3.55 3.41 3.52 5/285 13911
/proc/meminfo: memFree=4004024/32950904 swapFree=67057400/67111528
[pid=13907] ppid=13905 vsize=254148 CPUtime=102.3 cores=1,3
/proc/13907/stat : 13907 (cir_minisat) R 13905 13907 13021 0 -1 4202496 43247 0 0 0 10219 11 0 0 25 0 1 0 608856656 260247552 42657 33554432000 4194304 4254575 140735774393408 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13907/statm: 63537 42657 233 15 0 60180 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 254148

[startup+162.3 s]
/proc/loadavg: 3.93 3.55 3.56 5/285 13912
/proc/meminfo: memFree=4105688/32950904 swapFree=67057400/67111528
[pid=13907] ppid=13905 vsize=174840 CPUtime=162.29 cores=1,3
/proc/13907/stat : 13907 (cir_minisat) R 13905 13907 13021 0 -1 4202496 67561 0 0 0 16210 19 0 0 25 0 1 0 608856656 179036160 31141 33554432000 4194304 4254575 140735774393408 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13907/statm: 43710 31141 233 15 0 40353 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 174840

[startup+222.301 s]
/proc/loadavg: 3.97 3.63 3.58 5/285 13914
/proc/meminfo: memFree=3973604/32950904 swapFree=67057400/67111528
[pid=13907] ppid=13905 vsize=263176 CPUtime=222.29 cores=1,3
/proc/13907/stat : 13907 (cir_minisat) R 13905 13907 13021 0 -1 4202496 87927 0 0 0 22205 24 0 0 25 0 1 0 608856656 269492224 51395 33554432000 4194304 4254575 140735774393408 18446744073709551615 4209824 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13907/statm: 65794 51395 233 15 0 62437 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 263176

[startup+282.301 s]
/proc/loadavg: 3.99 3.69 3.61 5/285 13915
/proc/meminfo: memFree=4041672/32950904 swapFree=67057400/67111528
[pid=13907] ppid=13905 vsize=135944 CPUtime=282.3 cores=1,3
/proc/13907/stat : 13907 (cir_minisat) R 13905 13907 13021 0 -1 4202496 110637 0 0 0 28196 34 0 0 25 0 1 0 608856656 139206656 28666 33554432000 4194304 4254575 140735774393408 18446744073709551615 4217159 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13907/statm: 33986 28666 233 15 0 30629 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 135944

[startup+342.301 s]
/proc/loadavg: 3.99 3.74 3.63 5/285 13917
/proc/meminfo: memFree=3940844/32950904 swapFree=67057400/67111528
[pid=13907] ppid=13905 vsize=269232 CPUtime=342.29 cores=1,3
/proc/13907/stat : 13907 (cir_minisat) R 13905 13907 13021 0 -1 4202496 129246 0 0 0 34188 41 0 0 25 0 1 0 608856656 275693568 47172 33554432000 4194304 4254575 140735774393408 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13907/statm: 67308 47172 233 15 0 63951 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 269232

[startup+402.3 s]
/proc/loadavg: 3.99 3.79 3.65 5/285 13919
/proc/meminfo: memFree=3840764/32950904 swapFree=67057400/67111528
[pid=13907] ppid=13905 vsize=272504 CPUtime=402.3 cores=1,3
/proc/13907/stat : 13907 (cir_minisat) R 13905 13907 13021 0 -1 4202496 142520 0 0 0 40185 45 0 0 25 0 1 0 608856656 279044096 60360 33554432000 4194304 4254575 140735774393408 18446744073709551615 4216441 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13907/statm: 68126 60360 233 15 0 64769 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 272504

[startup+462.301 s]
/proc/loadavg: 4.05 3.84 3.67 5/285 13920
/proc/meminfo: memFree=3960276/32950904 swapFree=67057400/67111528
[pid=13907] ppid=13905 vsize=142280 CPUtime=462.3 cores=1,3
/proc/13907/stat : 13907 (cir_minisat) R 13905 13907 13021 0 -1 4202496 163961 0 0 0 46177 53 0 0 25 0 1 0 608856656 145694720 31839 33554432000 4194304 4254575 140735774393408 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13907/statm: 35570 31839 233 15 0 32213 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 142280

[startup+522.301 s]
/proc/loadavg: 4.02 3.87 3.69 5/285 13922
/proc/meminfo: memFree=4028836/32950904 swapFree=67057400/67111528
[pid=13907] ppid=13905 vsize=275336 CPUtime=522.3 cores=1,3
/proc/13907/stat : 13907 (cir_minisat) R 13905 13907 13021 0 -1 4202496 177243 0 0 0 52173 57 0 0 25 0 1 0 608856656 281944064 45026 33554432000 4194304 4254575 140735774393408 18446744073709551615 4212530 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13907/statm: 68834 45026 233 15 0 65477 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 275336

[startup+582.3 s]
/proc/loadavg: 4.05 3.90 3.71 5/285 13923
/proc/meminfo: memFree=3877168/32950904 swapFree=67057400/67111528
[pid=13907] ppid=13905 vsize=279480 CPUtime=582.3 cores=1,3
/proc/13907/stat : 13907 (cir_minisat) R 13905 13907 13021 0 -1 4202496 191014 0 0 0 58167 63 0 0 25 0 1 0 608856656 286187520 58718 33554432000 4194304 4254575 140735774393408 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13907/statm: 69870 58718 233 15 0 66513 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 279480

[startup+642.301 s]
/proc/loadavg: 4.02 3.92 3.73 5/285 13925
/proc/meminfo: memFree=3893892/32950904 swapFree=67057400/67111528
[pid=13907] ppid=13905 vsize=149712 CPUtime=642.32 cores=1,3
/proc/13907/stat : 13907 (cir_minisat) R 13905 13907 13021 0 -1 4202496 211135 0 0 0 64160 72 0 0 25 0 1 0 608856656 153305088 28378 33554432000 4194304 4254575 140735774393408 18446744073709551615 4222761 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13907/statm: 37428 28378 233 15 0 34071 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 149712

[startup+702.301 s]
/proc/loadavg: 4.14 3.96 3.75 5/285 13927
/proc/meminfo: memFree=4072940/32950904 swapFree=67057400/67111528
[pid=13907] ppid=13905 vsize=200192 CPUtime=702.31 cores=1,3
/proc/13907/stat : 13907 (cir_minisat) R 13905 13907 13021 0 -1 4202496 226862 0 0 0 70152 79 0 0 25 0 1 0 608856656 204996608 43949 33554432000 4194304 4254575 140735774393408 18446744073709551615 4217028 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13907/statm: 50048 43949 233 15 0 46691 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 200192

[startup+762.31 s]
/proc/loadavg: 4.05 3.97 3.76 5/285 13928
/proc/meminfo: memFree=3824924/32950904 swapFree=67057400/67111528
[pid=13907] ppid=13905 vsize=282296 CPUtime=762.32 cores=1,3
/proc/13907/stat : 13907 (cir_minisat) R 13905 13907 13021 0 -1 4202496 239382 0 0 0 76148 84 0 0 25 0 1 0 608856656 289071104 56389 33554432000 4194304 4254575 140735774393408 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13907/statm: 70574 56389 233 15 0 67217 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 282296

[startup+822.301 s]
/proc/loadavg: 4.02 3.97 3.78 5/285 13930
/proc/meminfo: memFree=3774572/32950904 swapFree=67057400/67111528
[pid=13907] ppid=13905 vsize=416224 CPUtime=822.31 cores=1,3
/proc/13907/stat : 13907 (cir_minisat) R 13905 13907 13021 0 -1 4202496 252015 0 0 0 82142 89 0 0 25 0 1 0 608856656 426213376 68937 33554432000 4194304 4254575 140735774393408 18446744073709551615 4216597 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13907/statm: 104056 68937 233 15 0 100699 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 416224

[startup+882.301 s]
/proc/loadavg: 4.00 3.97 3.79 5/285 13931
/proc/meminfo: memFree=3858380/32950904 swapFree=67057400/67111528
[pid=13907] ppid=13905 vsize=154788 CPUtime=882.31 cores=1,3
/proc/13907/stat : 13907 (cir_minisat) R 13905 13907 13021 0 -1 4202496 272301 0 0 0 88134 97 0 0 25 0 1 0 608856656 158502912 32281 33554432000 4194304 4254575 140735774393408 18446744073709551615 4217211 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13907/statm: 38697 32281 233 15 0 35340 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 154788

[startup+942.3 s]
/proc/loadavg: 4.00 3.97 3.80 5/285 13933
/proc/meminfo: memFree=3745904/32950904 swapFree=67057400/67111528
[pid=13907] ppid=13905 vsize=205148 CPUtime=942.31 cores=1,3
/proc/13907/stat : 13907 (cir_minisat) R 13905 13907 13021 0 -1 4202496 287380 0 0 0 94126 105 0 0 25 0 1 0 608856656 210071552 47247 33554432000 4194304 4254575 140735774393408 18446744073709551615 4217050 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13907/statm: 51287 47247 233 15 0 47930 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 205148

[startup+1002.3 s]
/proc/loadavg: 4.07 3.99 3.82 5/285 13935
/proc/meminfo: memFree=3832936/32950904 swapFree=67057400/67111528
[pid=13907] ppid=13905 vsize=287920 CPUtime=1002.31 cores=1,3
/proc/13907/stat : 13907 (cir_minisat) R 13905 13907 13021 0 -1 4202496 300755 0 0 0 100121 110 0 0 25 0 1 0 608856656 294830080 60503 33554432000 4194304 4254575 140735774393408 18446744073709551615 4216520 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13907/statm: 71980 60503 233 15 0 68623 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 287920

[startup+1062.3 s]
/proc/loadavg: 4.02 3.99 3.82 5/285 13936
/proc/meminfo: memFree=4009744/32950904 swapFree=67057400/67111528
[pid=13907] ppid=13905 vsize=126572 CPUtime=1062.32 cores=1,3
/proc/13907/stat : 13907 (cir_minisat) R 13905 13907 13021 0 -1 4202496 318467 0 0 0 106113 119 0 0 25 0 1 0 608856656 129609728 24554 33554432000 4194304 4254575 140735774393408 18446744073709551615 4209344 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13907/statm: 31643 24554 233 15 0 28286 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 126572

[startup+1122.3 s]
/proc/loadavg: 4.07 4.00 3.83 5/285 13938
/proc/meminfo: memFree=3791356/32950904 swapFree=67057400/67111528
[pid=13907] ppid=13905 vsize=207676 CPUtime=1122.31 cores=1,3
/proc/13907/stat : 13907 (cir_minisat) R 13905 13907 13021 0 -1 4202496 334782 0 0 0 112107 124 0 0 25 0 1 0 608856656 212660224 40759 33554432000 4194304 4254575 140735774393408 18446744073709551615 4216799 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13907/statm: 51919 40759 233 15 0 48562 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 207676

[startup+1182.3 s]
/proc/loadavg: 4.02 4.00 3.84 5/285 13939
/proc/meminfo: memFree=3754132/32950904 swapFree=67057400/67111528
[pid=13907] ppid=13905 vsize=291572 CPUtime=1182.32 cores=1,3
/proc/13907/stat : 13907 (cir_minisat) R 13905 13907 13021 0 -1 4202496 346796 0 0 0 118103 129 0 0 25 0 1 0 608856656 298569728 52669 33554432000 4194304 4254575 140735774393408 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13907/statm: 72893 52669 233 15 0 69536 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 291572

[startup+1242.3 s]
/proc/loadavg: 4.08 4.02 3.85 5/285 13941
/proc/meminfo: memFree=3657020/32950904 swapFree=67057400/67111528
[pid=13907] ppid=13905 vsize=293352 CPUtime=1242.32 cores=1,3
/proc/13907/stat : 13907 (cir_minisat) R 13905 13907 13021 0 -1 4202496 358147 0 0 0 124096 136 0 0 25 0 1 0 608856656 300392448 63944 33554432000 4194304 4254575 140735774393408 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13907/statm: 73338 63944 233 15 0 69981 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 293352



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.07 4.03 3.86 2/279 13945
/proc/meminfo: memFree=4396844/32950904 swapFree=67057400/67111528
[pid=13907] ppid=13905 vsize=115348 CPUtime=1300.03 cores=1,3
/proc/13907/stat : 13907 (cir_minisat) R 13905 13907 13021 0 -1 4202496 373114 0 0 0 129860 143 0 0 25 0 1 0 608856656 118116352 23048 33554432000 4194304 4254575 140735774393408 18446744073709551615 4216768 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/13907/statm: 28837 23048 233 15 0 25480 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 115348

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.04
CPU user time (s): 1298.61
CPU system time (s): 1.43778
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 439804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.61
system time used= 1.43778
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 373115
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 1390

runsolver used 3.48247 second user time and 8.13976 second system time

The end

Launcher Data

Begin job on node121 at 2011-05-09 22:22:49
IDJOB=3348710
IDBENCH=83135
IDSOLVER=1810
FILE ID=node121/3348710-1304972569
RUNJOBID= node121-1304972568-13867
PBS_JOBID= 13285629
Free space on /tmp= 43992 MiB

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

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

MD5SUM BENCH= e6407843d1fbd00b68d4ad600a25dfb2
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:       4465652 kB
Buffers:        236576 kB
Cached:       22043216 kB
SwapCached:       7408 kB
Active:       13143520 kB
Inactive:     14539780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:       4465652 kB
SwapTotal:    67111528 kB
SwapFree:     67057400 kB
Dirty:           10876 kB
Writeback:           0 kB
AnonPages:     5401140 kB
Mapped:          21692 kB
Slab:           716168 kB
PageTables:      24632 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 30747624 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= 44000 MiB
End job on node121 at 2011-05-09 22:44:31