Trace number 3348712

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-bottom22.cnf
MD5SUM808b4b06b3dea960876e6772f0b9c207
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 variables53118
Number of clauses178062
Sum of the clauses size454634
Maximum clause length1670
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 290658
Number of clauses of size 386491
Number of clauses of size 4252
Number of clauses of size 520
Number of clauses of size over 5640

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

running on 2 cores: 5,7

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 4/279 13897
/proc/meminfo: memFree=4487148/32950904 swapFree=67057400/67111528
[pid=13897] ppid=13895 vsize=23344 CPUtime=0 cores=5,7
/proc/13897/stat : 13897 (cir_minisat) R 13895 13897 13021 0 -1 4202496 1614 0 0 0 0 0 0 0 22 0 1 0 608856640 23904256 1535 33554432000 4194304 4254575 140736538429392 18446744073709551615 4241321 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13897/statm: 5836 1536 213 15 0 2479 0

[startup+0.019276 s]
/proc/loadavg: 1.65 3.18 3.47 4/279 13897
/proc/meminfo: memFree=4487148/32950904 swapFree=67057400/67111528
[pid=13897] ppid=13895 vsize=24924 CPUtime=0.01 cores=5,7
/proc/13897/stat : 13897 (cir_minisat) R 13895 13897 13021 0 -1 4202496 2180 0 0 0 1 0 0 0 22 0 1 0 608856640 25522176 2071 33554432000 4194304 4254575 140736538429392 18446744073709551615 237278540485 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13897/statm: 6231 2073 213 15 0 2874 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 24924

[startup+0.100267 s]
/proc/loadavg: 1.65 3.18 3.47 4/279 13897
/proc/meminfo: memFree=4487148/32950904 swapFree=67057400/67111528
[pid=13897] ppid=13895 vsize=29108 CPUtime=0.09 cores=5,7
/proc/13897/stat : 13897 (cir_minisat) R 13895 13897 13021 0 -1 4202496 3834 0 0 0 9 0 0 0 22 0 1 0 608856640 29806592 3542 33554432000 4194304 4254575 140736538429392 18446744073709551615 4216529 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13897/statm: 7277 3542 232 15 0 3920 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29108

[startup+0.300231 s]
/proc/loadavg: 1.65 3.18 3.47 4/279 13897
/proc/meminfo: memFree=4487148/32950904 swapFree=67057400/67111528
[pid=13897] ppid=13895 vsize=29552 CPUtime=0.29 cores=5,7
/proc/13897/stat : 13897 (cir_minisat) R 13895 13897 13021 0 -1 4202496 3968 0 0 0 29 0 0 0 23 0 1 0 608856640 30261248 3675 33554432000 4194304 4254575 140736538429392 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13897/statm: 7388 3675 232 15 0 4031 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29552

[startup+0.700163 s]
/proc/loadavg: 1.65 3.18 3.47 4/279 13897
/proc/meminfo: memFree=4487148/32950904 swapFree=67057400/67111528
[pid=13897] ppid=13895 vsize=29820 CPUtime=0.69 cores=5,7
/proc/13897/stat : 13897 (cir_minisat) R 13895 13897 13021 0 -1 4202496 4146 0 0 0 69 0 0 0 25 0 1 0 608856640 30535680 3831 33554432000 4194304 4254575 140736538429392 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13897/statm: 7455 3831 233 15 0 4098 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 29820

[startup+1.50102 s]
/proc/loadavg: 1.65 3.18 3.47 5/285 13908
/proc/meminfo: memFree=4444648/32950904 swapFree=67057400/67111528
[pid=13897] ppid=13895 vsize=30052 CPUtime=1.49 cores=5,7
/proc/13897/stat : 13897 (cir_minisat) R 13895 13897 13021 0 -1 4202496 4489 0 0 0 149 0 0 0 25 0 1 0 608856640 30773248 4148 33554432000 4194304 4254575 140736538429392 18446744073709551615 4216631 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13897/statm: 7513 4148 233 15 0 4156 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30052

[startup+3.10073 s]
/proc/loadavg: 1.65 3.18 3.47 5/285 13908
/proc/meminfo: memFree=4433492/32950904 swapFree=67057400/67111528
[pid=13897] ppid=13895 vsize=33232 CPUtime=3.09 cores=5,7
/proc/13897/stat : 13897 (cir_minisat) R 13895 13897 13021 0 -1 4202496 5227 0 0 0 309 0 0 0 25 0 1 0 608856640 34029568 4859 33554432000 4194304 4254575 140736538429392 18446744073709551615 4209120 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13897/statm: 8308 4859 233 15 0 4951 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33232

[startup+6.30016 s]
/proc/loadavg: 1.84 3.20 3.48 5/285 13908
/proc/meminfo: memFree=4406196/32950904 swapFree=67057400/67111528
[pid=13897] ppid=13895 vsize=45836 CPUtime=6.29 cores=5,7
/proc/13897/stat : 13897 (cir_minisat) R 13895 13897 13021 0 -1 4202496 6880 0 0 0 628 1 0 0 25 0 1 0 608856640 46936064 6495 33554432000 4194304 4254575 140736538429392 18446744073709551615 4216707 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13897/statm: 11459 6495 233 15 0 8102 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 45836

[startup+12.701 s]
/proc/loadavg: 2.01 3.21 3.48 5/285 13908
/proc/meminfo: memFree=4354872/32950904 swapFree=67057400/67111528
[pid=13897] ppid=13895 vsize=59008 CPUtime=12.69 cores=5,7
/proc/13897/stat : 13897 (cir_minisat) R 13895 13897 13021 0 -1 4202496 9818 0 0 0 1267 2 0 0 25 0 1 0 608856640 60424192 9412 33554432000 4194304 4254575 140736538429392 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13897/statm: 14752 9412 233 15 0 11395 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 59008

[startup+25.5007 s]
/proc/loadavg: 2.45 3.25 3.49 5/285 13908
/proc/meminfo: memFree=4269328/32950904 swapFree=67057400/67111528
[pid=13897] ppid=13895 vsize=80388 CPUtime=25.49 cores=5,7
/proc/13897/stat : 13897 (cir_minisat) R 13895 13897 13021 0 -1 4202496 15247 0 0 0 2546 3 0 0 25 0 1 0 608856640 82317312 14785 33554432000 4194304 4254575 140736538429392 18446744073709551615 4228118 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13897/statm: 20097 14785 233 15 0 16740 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 80388

[startup+51.1002 s]
/proc/loadavg: 2.98 3.31 3.50 5/285 13909
/proc/meminfo: memFree=4218676/32950904 swapFree=67057400/67111528
[pid=13897] ppid=13895 vsize=115428 CPUtime=51.09 cores=5,7
/proc/13897/stat : 13897 (cir_minisat) R 13895 13897 13021 0 -1 4202496 25018 0 0 0 5103 6 0 0 25 0 1 0 608856640 118198272 24492 33554432000 4194304 4254575 140736538429392 18446744073709551615 4216441 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13897/statm: 28857 24492 233 15 0 25500 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 115428

[startup+102.31 s]
/proc/loadavg: 3.55 3.41 3.52 5/285 13911
/proc/meminfo: memFree=4004520/32950904 swapFree=67057400/67111528
[pid=13897] ppid=13895 vsize=172152 CPUtime=102.3 cores=5,7
/proc/13897/stat : 13897 (cir_minisat) R 13895 13897 13021 0 -1 4202496 40321 0 0 0 10218 12 0 0 25 0 1 0 608856640 176283648 39680 33554432000 4194304 4254575 140736538429392 18446744073709551615 4217050 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13897/statm: 43038 39680 233 15 0 39681 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 172152

[startup+162.3 s]
/proc/loadavg: 3.93 3.55 3.56 5/285 13912
/proc/meminfo: memFree=4106308/32950904 swapFree=67057400/67111528
[pid=13897] ppid=13895 vsize=126252 CPUtime=162.3 cores=5,7
/proc/13897/stat : 13897 (cir_minisat) R 13895 13897 13021 0 -1 4202496 64410 0 0 0 16211 19 0 0 25 0 1 0 608856640 129282048 26414 33554432000 4194304 4254575 140736538429392 18446744073709551615 4216537 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13897/statm: 31563 26414 233 15 0 28206 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 126252

[startup+222.301 s]
/proc/loadavg: 3.97 3.63 3.58 5/285 13914
/proc/meminfo: memFree=3974348/32950904 swapFree=67057400/67111528
[pid=13897] ppid=13895 vsize=260148 CPUtime=222.29 cores=5,7
/proc/13897/stat : 13897 (cir_minisat) R 13895 13897 13021 0 -1 4202496 81378 0 0 0 22205 24 0 0 25 0 1 0 608856640 266391552 43253 33554432000 4194304 4254575 140736538429392 18446744073709551615 4222919 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13897/statm: 65037 43253 233 15 0 61680 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 260148

[startup+282.301 s]
/proc/loadavg: 3.99 3.69 3.61 5/285 13915
/proc/meminfo: memFree=4042292/32950904 swapFree=67057400/67111528
[pid=13897] ppid=13895 vsize=267976 CPUtime=282.3 cores=5,7
/proc/13897/stat : 13897 (cir_minisat) R 13895 13897 13021 0 -1 4202496 97405 0 0 0 28200 30 0 0 25 0 1 0 608856640 274407424 59204 33554432000 4194304 4254575 140736538429392 18446744073709551615 4210098 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13897/statm: 66994 59204 233 15 0 63637 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 267976

[startup+342.3 s]
/proc/loadavg: 3.99 3.74 3.63 5/285 13917
/proc/meminfo: memFree=3941464/32950904 swapFree=67057400/67111528
[pid=13897] ppid=13895 vsize=186872 CPUtime=342.3 cores=5,7
/proc/13897/stat : 13897 (cir_minisat) R 13895 13897 13021 0 -1 4202496 123753 0 0 0 34191 39 0 0 25 0 1 0 608856640 191356928 35042 33554432000 4194304 4254575 140736538429392 18446744073709551615 4216991 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13897/statm: 46718 35042 233 15 0 43361 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 186872

[startup+402.301 s]
/proc/loadavg: 3.99 3.79 3.65 5/285 13919
/proc/meminfo: memFree=3841260/32950904 swapFree=67057400/67111528
[pid=13897] ppid=13895 vsize=270124 CPUtime=402.3 cores=5,7
/proc/13897/stat : 13897 (cir_minisat) R 13895 13897 13021 0 -1 4202496 142488 0 0 0 40184 46 0 0 25 0 1 0 608856640 276606976 53695 33554432000 4194304 4254575 140736538429392 18446744073709551615 4209792 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13897/statm: 67531 53695 233 15 0 64174 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 270124

[startup+462.301 s]
/proc/loadavg: 4.05 3.84 3.67 5/285 13920
/proc/meminfo: memFree=3960772/32950904 swapFree=67057400/67111528
[pid=13897] ppid=13895 vsize=405828 CPUtime=462.3 cores=5,7
/proc/13897/stat : 13897 (cir_minisat) R 13895 13897 13021 0 -1 4202496 157703 0 0 0 46179 51 0 0 25 0 1 0 608856640 415567872 68820 33554432000 4194304 4254575 140736538429392 18446744073709551615 4216520 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13897/statm: 101457 68820 233 15 0 98100 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 405828

[startup+522.3 s]
/proc/loadavg: 4.02 3.87 3.69 5/285 13922
/proc/meminfo: memFree=4029704/32950904 swapFree=67057400/67111528
[pid=13897] ppid=13895 vsize=143436 CPUtime=522.3 cores=5,7
/proc/13897/stat : 13897 (cir_minisat) R 13895 13897 13021 0 -1 4202496 176982 0 0 0 52171 59 0 0 25 0 1 0 608856640 146878464 26440 33554432000 4194304 4254575 140736538429392 18446744073709551615 4216740 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13897/statm: 35859 26440 233 15 0 32502 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 143436

[startup+582.301 s]
/proc/loadavg: 4.05 3.90 3.71 5/285 13923
/proc/meminfo: memFree=3878036/32950904 swapFree=67057400/67111528
[pid=13897] ppid=13895 vsize=196268 CPUtime=582.31 cores=5,7
/proc/13897/stat : 13897 (cir_minisat) R 13895 13897 13021 0 -1 4202496 194529 0 0 0 58165 66 0 0 25 0 1 0 608856640 200978432 43869 33554432000 4194304 4254575 140736538429392 18446744073709551615 4216537 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13897/statm: 49067 43869 233 15 0 45710 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 196268

[startup+642.301 s]
/proc/loadavg: 4.02 3.92 3.73 5/285 13925
/proc/meminfo: memFree=3894388/32950904 swapFree=67057400/67111528
[pid=13897] ppid=13895 vsize=279408 CPUtime=642.32 cores=5,7
/proc/13897/stat : 13897 (cir_minisat) R 13895 13897 13021 0 -1 4202496 208143 0 0 0 64160 72 0 0 25 0 1 0 608856640 286113792 57371 33554432000 4194304 4254575 140736538429392 18446744073709551615 4216441 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13897/statm: 69852 57371 233 15 0 66495 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 279408

[startup+702.3 s]
/proc/loadavg: 4.14 3.96 3.75 5/285 13927
/proc/meminfo: memFree=4073436/32950904 swapFree=67057400/67111528
[pid=13897] ppid=13895 vsize=89160 CPUtime=702.31 cores=5,7
/proc/13897/stat : 13897 (cir_minisat) R 13895 13897 13021 0 -1 4202496 223654 0 0 0 70151 80 0 0 25 0 1 0 608856640 91299840 18394 33554432000 4194304 4254575 140736538429392 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13897/statm: 22290 18394 233 15 0 18933 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 89160

[startup+762.31 s]
/proc/loadavg: 4.05 3.97 3.76 5/285 13928
/proc/meminfo: memFree=3825668/32950904 swapFree=67057400/67111528
[pid=13897] ppid=13895 vsize=201260 CPUtime=762.32 cores=5,7
/proc/13897/stat : 13897 (cir_minisat) R 13895 13897 13021 0 -1 4202496 244607 0 0 0 76145 87 0 0 25 0 1 0 608856640 206090240 39228 33554432000 4194304 4254575 140736538429392 18446744073709551615 4216441 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13897/statm: 50315 39228 233 15 0 46958 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 201260

[startup+822.301 s]
/proc/loadavg: 4.02 3.97 3.78 5/285 13930
/proc/meminfo: memFree=3775440/32950904 swapFree=67057400/67111528
[pid=13897] ppid=13895 vsize=284024 CPUtime=822.31 cores=5,7
/proc/13897/stat : 13897 (cir_minisat) R 13895 13897 13021 0 -1 4202496 265343 0 0 0 82136 95 0 0 25 0 1 0 608856640 290840576 59851 33554432000 4194304 4254575 140736538429392 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13897/statm: 71006 59851 233 15 0 67649 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 284024

[startup+882.3 s]
/proc/loadavg: 4.00 3.97 3.79 5/285 13931
/proc/meminfo: memFree=3859124/32950904 swapFree=67057400/67111528
[pid=13897] ppid=13895 vsize=419124 CPUtime=882.32 cores=5,7
/proc/13897/stat : 13897 (cir_minisat) R 13895 13897 13021 0 -1 4202496 280883 0 0 0 88131 101 0 0 25 0 1 0 608856640 429182976 75320 33554432000 4194304 4254575 140736538429392 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13897/statm: 104781 75320 233 15 0 101424 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 419124

[startup+942.3 s]
/proc/loadavg: 4.00 3.97 3.80 5/285 13933
/proc/meminfo: memFree=3746400/32950904 swapFree=67057400/67111528
[pid=13897] ppid=13895 vsize=422064 CPUtime=942.31 cores=5,7
/proc/13897/stat : 13897 (cir_minisat) R 13895 13897 13021 0 -1 4202496 292983 0 0 0 94125 106 0 0 25 0 1 0 608856640 432193536 87350 33554432000 4194304 4254575 140736538429392 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13897/statm: 105516 87350 233 15 0 102159 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 422064

[startup+1002.3 s]
/proc/loadavg: 4.07 3.99 3.82 5/285 13935
/proc/meminfo: memFree=3833556/32950904 swapFree=67057400/67111528
[pid=13897] ppid=13895 vsize=158788 CPUtime=1002.31 cores=5,7
/proc/13897/stat : 13897 (cir_minisat) R 13895 13897 13021 0 -1 4202496 314178 0 0 0 100116 115 0 0 25 0 1 0 608856640 162598912 34034 33554432000 4194304 4254575 140736538429392 18446744073709551615 4217152 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13897/statm: 39697 34034 233 15 0 36340 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 158788

[startup+1062.3 s]
/proc/loadavg: 4.02 3.99 3.82 5/285 13936
/proc/meminfo: memFree=4010364/32950904 swapFree=67057400/67111528
[pid=13897] ppid=13895 vsize=290824 CPUtime=1062.32 cores=5,7
/proc/13897/stat : 13897 (cir_minisat) R 13895 13897 13021 0 -1 4202496 330003 0 0 0 106109 123 0 0 25 0 1 0 608856640 297803776 49740 33554432000 4194304 4254575 140736538429392 18446744073709551615 4216498 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13897/statm: 72706 49740 233 15 0 69349 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 290824

[startup+1122.3 s]
/proc/loadavg: 4.07 4.00 3.83 5/285 13938
/proc/meminfo: memFree=3791852/32950904 swapFree=67057400/67111528
[pid=13897] ppid=13895 vsize=291580 CPUtime=1122.32 cores=5,7
/proc/13897/stat : 13897 (cir_minisat) R 13895 13897 13021 0 -1 4202496 344752 0 0 0 112102 130 0 0 25 0 1 0 608856640 298577920 64383 33554432000 4194304 4254575 140736538429392 18446744073709551615 4216441 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13897/statm: 72895 64383 233 15 0 69538 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 291580

[startup+1182.3 s]
/proc/loadavg: 4.02 4.00 3.84 5/285 13939
/proc/meminfo: memFree=3754628/32950904 swapFree=67057400/67111528
[pid=13897] ppid=13895 vsize=425240 CPUtime=1182.32 cores=5,7
/proc/13897/stat : 13897 (cir_minisat) R 13895 13897 13021 0 -1 4202496 362159 0 0 0 118095 137 0 0 25 0 1 0 608856640 435445760 81722 33554432000 4194304 4254575 140736538429392 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13897/statm: 106310 81722 233 15 0 102953 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 425240

[startup+1242.3 s]
/proc/loadavg: 4.08 4.02 3.85 5/285 13941
/proc/meminfo: memFree=3657392/32950904 swapFree=67057400/67111528
[pid=13897] ppid=13895 vsize=426412 CPUtime=1242.32 cores=5,7
/proc/13897/stat : 13897 (cir_minisat) R 13895 13897 13021 0 -1 4202496 372034 0 0 0 124091 141 0 0 25 0 1 0 608856640 436645888 91557 33554432000 4194304 4254575 140736538429392 18446744073709551615 4216441 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13897/statm: 106603 91557 233 15 0 103246 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 426412



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.07 4.03 3.86 3/282 13944
/proc/meminfo: memFree=4273564/32950904 swapFree=67057400/67111528
[pid=13897] ppid=13895 vsize=163544 CPUtime=1300.04 cores=5,7
/proc/13897/stat : 13897 (cir_minisat) R 13895 13897 13021 0 -1 4202496 388585 0 0 0 129855 149 0 0 25 0 1 0 608856640 167469056 31140 33554432000 4194304 4254575 140736538429392 18446744073709551615 4216524 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/13897/statm: 40886 31140 233 15 0 37529 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 163544

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.55
CPU system time (s): 1.49877
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 445532

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

runsolver used 3.50447 second user time and 8.17176 second system time

The end

Launcher Data

Begin job on node121 at 2011-05-09 22:22:49
IDJOB=3348712
IDBENCH=83133
IDSOLVER=1810
FILE ID=node121/3348712-1304972569
RUNJOBID= node121-1304972568-13868
PBS_JOBID= 13285629
Free space on /tmp= 43996 MiB

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

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

MD5SUM BENCH= 808b4b06b3dea960876e6772f0b9c207
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:       4487676 kB
Buffers:        236548 kB
Cached:       22039364 kB
SwapCached:       7408 kB
Active:       13122444 kB
Inactive:     14538992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:       4487676 kB
SwapTotal:    67111528 kB
SwapFree:     67057400 kB
Dirty:            7772 kB
Writeback:           0 kB
AnonPages:     5382904 kB
Mapped:          21692 kB
Slab:           716168 kB
PageTables:      25020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 30709816 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= 43996 MiB
End job on node121 at 2011-05-09 22:44:31