Trace number 3348707

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

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom19.cnf
MD5SUMd725e0d6a363434dce7cb39ffdb1b83f
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 variables40286
Number of clauses134663
Sum of the clauses size343327
Maximum clause length1301
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 269181
Number of clauses of size 364779
Number of clauses of size 4189
Number of clauses of size 517
Number of clauses of size over 5496

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-3348707-1304972288/watcher-3348707-1304972288 -o /tmp/evaluation-result-3348707-1304972288/solver-3348707-1304972288 -C 2400 -W 1300 -M 7680 HOME/cir_minisat HOME/instance-3348707-1304972288.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: 4.07 4.01 3.77 5/307 7162
/proc/meminfo: memFree=8305368/32951124 swapFree=63649172/67111528
[pid=7162] ppid=7160 vsize=20168 CPUtime=0 cores=0,2
/proc/7162/stat : 7162 (cir_minisat) R 7160 7162 4777 0 -1 4202496 802 0 0 0 0 0 0 0 25 0 1 0 608827306 20652032 745 33554432000 4194304 4254575 140734800903312 18446744073709551615 4232898 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7162/statm: 5042 749 211 15 0 1685 0

[startup+0.087826 s]
/proc/loadavg: 4.07 4.01 3.77 5/307 7162
/proc/meminfo: memFree=8305368/32951124 swapFree=63649172/67111528
[pid=7162] ppid=7160 vsize=27116 CPUtime=0.08 cores=0,2
/proc/7162/stat : 7162 (cir_minisat) R 7160 7162 4777 0 -1 4202496 3077 0 0 0 8 0 0 0 25 0 1 0 608827306 27766784 2845 33554432000 4194304 4254575 140734800903312 18446744073709551615 4222433 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7162/statm: 6779 2845 231 15 0 3422 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 27116

[startup+0.100816 s]
/proc/loadavg: 4.07 4.01 3.77 5/307 7162
/proc/meminfo: memFree=8305368/32951124 swapFree=63649172/67111528
[pid=7162] ppid=7160 vsize=27248 CPUtime=0.09 cores=0,2
/proc/7162/stat : 7162 (cir_minisat) R 7160 7162 4777 0 -1 4202496 3088 0 0 0 9 0 0 0 25 0 1 0 608827306 27901952 2856 33554432000 4194304 4254575 140734800903312 18446744073709551615 4216744 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7162/statm: 6812 2856 231 15 0 3455 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27248

[startup+0.300784 s]
/proc/loadavg: 4.07 4.01 3.77 5/307 7162
/proc/meminfo: memFree=8305368/32951124 swapFree=63649172/67111528
[pid=7162] ppid=7160 vsize=27448 CPUtime=0.29 cores=0,2
/proc/7162/stat : 7162 (cir_minisat) R 7160 7162 4777 0 -1 4202496 3212 0 0 0 29 0 0 0 25 0 1 0 608827306 28106752 2979 33554432000 4194304 4254575 140734800903312 18446744073709551615 4216488 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7162/statm: 6862 2979 231 15 0 3505 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27448

[startup+0.700688 s]
/proc/loadavg: 4.07 4.01 3.77 5/307 7162
/proc/meminfo: memFree=8305368/32951124 swapFree=63649172/67111528
[pid=7162] ppid=7160 vsize=27608 CPUtime=0.69 cores=0,2
/proc/7162/stat : 7162 (cir_minisat) R 7160 7162 4777 0 -1 4202496 3368 0 0 0 69 0 0 0 25 0 1 0 608827306 28270592 3124 33554432000 4194304 4254575 140734800903312 18446744073709551615 4216817 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7162/statm: 6902 3124 232 15 0 3545 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27608

[startup+1.50055 s]
/proc/loadavg: 4.07 4.01 3.77 5/308 7163
/proc/meminfo: memFree=8291480/32951124 swapFree=63649172/67111528
[pid=7162] ppid=7160 vsize=27952 CPUtime=1.49 cores=0,2
/proc/7162/stat : 7162 (cir_minisat) R 7160 7162 4777 0 -1 4202496 3725 0 0 0 149 0 0 0 25 0 1 0 608827306 28622848 3476 33554432000 4194304 4254575 140734800903312 18446744073709551615 4209208 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7162/statm: 6988 3476 232 15 0 3631 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27952

[startup+3.10032 s]
/proc/loadavg: 4.07 4.01 3.77 5/308 7163
/proc/meminfo: memFree=8287384/32951124 swapFree=63649172/67111528
[pid=7162] ppid=7160 vsize=31208 CPUtime=3.08 cores=0,2
/proc/7162/stat : 7162 (cir_minisat) R 7160 7162 4777 0 -1 4202496 4677 0 0 0 308 0 0 0 25 0 1 0 608827306 31956992 4411 33554432000 4194304 4254575 140734800903312 18446744073709551615 4216441 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7162/statm: 7802 4411 232 15 0 4445 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 31208

[startup+6.30078 s]
/proc/loadavg: 4.06 4.01 3.77 5/308 7163
/proc/meminfo: memFree=8278056/32951124 swapFree=63649172/67111528
[pid=7162] ppid=7160 vsize=43736 CPUtime=6.29 cores=0,2
/proc/7162/stat : 7162 (cir_minisat) R 7160 7162 4777 0 -1 4202496 6170 0 0 0 628 1 0 0 25 0 1 0 608827306 44785664 5895 33554432000 4194304 4254575 140734800903312 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7162/statm: 10934 5895 232 15 0 7577 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 43736

[startup+12.7007 s]
/proc/loadavg: 4.06 4.01 3.77 5/308 7163
/proc/meminfo: memFree=8261868/32951124 swapFree=63649172/67111528
[pid=7162] ppid=7160 vsize=56876 CPUtime=12.69 cores=0,2
/proc/7162/stat : 7162 (cir_minisat) R 7160 7162 4777 0 -1 4202496 8897 0 0 0 1267 2 0 0 25 0 1 0 608827306 58241024 8601 33554432000 4194304 4254575 140734800903312 18446744073709551615 4216754 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7162/statm: 14219 8601 232 15 0 10862 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 56876

[startup+25.5006 s]
/proc/loadavg: 4.04 4.01 3.78 5/308 7163
/proc/meminfo: memFree=8232952/32951124 swapFree=63649172/67111528
[pid=7162] ppid=7160 vsize=78020 CPUtime=25.49 cores=0,2
/proc/7162/stat : 7162 (cir_minisat) R 7160 7162 4777 0 -1 4202496 13235 0 0 0 2546 3 0 0 25 0 1 0 608827306 79892480 12907 33554432000 4194304 4254575 140734800903312 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7162/statm: 19505 12907 232 15 0 16148 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 78020

[startup+51.1003 s]
/proc/loadavg: 4.03 4.01 3.78 5/308 7164
/proc/meminfo: memFree=8182464/32951124 swapFree=63649172/67111528
[pid=7162] ppid=7160 vsize=112940 CPUtime=51.09 cores=0,2
/proc/7162/stat : 7162 (cir_minisat) R 7160 7162 4777 0 -1 4202496 20468 0 0 0 5102 7 0 0 25 0 1 0 608827306 115650560 20081 33554432000 4194304 4254575 140734800903312 18446744073709551615 4224032 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7162/statm: 28235 20081 232 15 0 24878 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 112940

[startup+102.312 s]
/proc/loadavg: 4.01 4.00 3.79 5/308 7166
/proc/meminfo: memFree=8194440/32951124 swapFree=63649172/67111528
[pid=7162] ppid=7160 vsize=68060 CPUtime=102.3 cores=0,2
/proc/7162/stat : 7162 (cir_minisat) R 7160 7162 4777 0 -1 4202496 39212 0 0 0 10217 13 0 0 25 0 1 0 608827306 69693440 11883 33554432000 4194304 4254575 140734800903312 18446744073709551615 4216488 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7162/statm: 17015 11883 232 15 0 13658 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 68060

[startup+162.301 s]
/proc/loadavg: 3.09 3.76 3.72 3/296 7202
/proc/meminfo: memFree=9099912/32951124 swapFree=63649172/67111528
[pid=7162] ppid=7160 vsize=171572 CPUtime=162.29 cores=0,2
/proc/7162/stat : 7162 (cir_minisat) R 7160 7162 4777 0 -1 4202496 57801 0 0 0 16210 19 0 0 25 0 1 0 608827306 175689728 30302 33554432000 4194304 4254575 140734800903312 18446744073709551615 4216789 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7162/statm: 42893 30302 232 15 0 39536 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 171572

[startup+222.301 s]
/proc/loadavg: 2.40 3.44 3.61 3/296 7204
/proc/meminfo: memFree=9128864/32951124 swapFree=63649172/67111528
[pid=7162] ppid=7160 vsize=95744 CPUtime=222.3 cores=0,2
/proc/7162/stat : 7162 (cir_minisat) R 7160 7162 4777 0 -1 4202496 78202 0 0 0 22204 26 0 0 25 0 1 0 608827306 98041856 19206 33554432000 4194304 4254575 140734800903312 18446744073709551615 4217050 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7162/statm: 23936 19206 232 15 0 20579 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 95744

[startup+282.3 s]
/proc/loadavg: 1.80 3.09 3.48 2/290 7224
/proc/meminfo: memFree=9446732/32951124 swapFree=63649172/67111528
[pid=7162] ppid=7160 vsize=179676 CPUtime=282.29 cores=0,2
/proc/7162/stat : 7162 (cir_minisat) R 7160 7162 4777 0 -1 4202496 96246 0 0 0 28199 30 0 0 25 0 1 0 608827306 183988224 37145 33554432000 4194304 4254575 140734800903312 18446744073709551615 4216529 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7162/statm: 44919 37145 232 15 0 41562 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 179676

[startup+342.3 s]
/proc/loadavg: 1.29 2.71 3.32 2/290 7225
/proc/meminfo: memFree=9479440/32951124 swapFree=63649172/67111528
[pid=7162] ppid=7160 vsize=132388 CPUtime=342.29 cores=0,2
/proc/7162/stat : 7162 (cir_minisat) R 7160 7162 4777 0 -1 4202496 120462 0 0 0 34192 37 0 0 25 0 1 0 608827306 135565312 28840 33554432000 4194304 4254575 140734800903312 18446744073709551615 4228118 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7162/statm: 33097 28840 232 15 0 29740 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 132388

[startup+402.3 s]
/proc/loadavg: 1.11 2.40 3.17 2/290 7227
/proc/meminfo: memFree=9413192/32951124 swapFree=63649172/67111528
[pid=7162] ppid=7160 vsize=267308 CPUtime=402.29 cores=0,2
/proc/7162/stat : 7162 (cir_minisat) R 7160 7162 4777 0 -1 4202496 137184 0 0 0 40186 43 0 0 25 0 1 0 608827306 273723392 45466 33554432000 4194304 4254575 140734800903312 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7162/statm: 66827 45466 232 15 0 63470 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 267308

[startup+462.301 s]
/proc/loadavg: 1.04 2.14 3.04 2/290 7228
/proc/meminfo: memFree=9485676/32951124 swapFree=63649172/67111528
[pid=7162] ppid=7160 vsize=138744 CPUtime=462.3 cores=0,2
/proc/7162/stat : 7162 (cir_minisat) R 7160 7162 4777 0 -1 4202496 158071 0 0 0 46183 47 0 0 25 0 1 0 608827306 142073856 27312 33554432000 4194304 4254575 140734800903312 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7162/statm: 34686 27312 232 15 0 31329 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 138744

[startup+522.301 s]
/proc/loadavg: 1.08 1.95 2.91 2/290 7230
/proc/meminfo: memFree=9422136/32951124 swapFree=63649172/67111528
[pid=7162] ppid=7160 vsize=192336 CPUtime=522.3 cores=0,2
/proc/7162/stat : 7162 (cir_minisat) R 7160 7162 4777 0 -1 4202496 174177 0 0 0 52179 51 0 0 25 0 1 0 608827306 196952064 43278 33554432000 4194304 4254575 140734800903312 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7162/statm: 48084 43278 232 15 0 44727 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 192336

[startup+582.301 s]
/proc/loadavg: 1.03 1.77 2.79 2/290 7232
/proc/meminfo: memFree=9467104/32951124 swapFree=63649172/67111528
[pid=7162] ppid=7160 vsize=143636 CPUtime=582.3 cores=0,2
/proc/7162/stat : 7162 (cir_minisat) R 7160 7162 4777 0 -1 4202496 196212 0 0 0 58173 57 0 0 25 0 1 0 608827306 147083264 32002 33554432000 4194304 4254575 140734800903312 18446744073709551615 4216789 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7162/statm: 35909 32002 232 15 0 32552 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 143636

[startup+642.301 s]
/proc/loadavg: 1.01 1.63 2.67 2/290 7233
/proc/meminfo: memFree=9409656/32951124 swapFree=63649172/67111528
[pid=7162] ppid=7160 vsize=277836 CPUtime=642.3 cores=0,2
/proc/7162/stat : 7162 (cir_minisat) R 7160 7162 4777 0 -1 4202496 210590 0 0 0 64168 62 0 0 25 0 1 0 608827306 284504064 46262 33554432000 4194304 4254575 140734800903312 18446744073709551615 4217025 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7162/statm: 69459 46262 232 15 0 66102 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 277836

[startup+702.301 s]
/proc/loadavg: 1.00 1.51 2.57 2/290 7235
/proc/meminfo: memFree=9516384/32951124 swapFree=63649172/67111528
[pid=7162] ppid=7160 vsize=97952 CPUtime=702.3 cores=0,2
/proc/7162/stat : 7162 (cir_minisat) R 7160 7162 4777 0 -1 4202496 227210 0 0 0 70162 68 0 0 25 0 1 0 608827306 100302848 19700 33554432000 4194304 4254575 140734800903312 18446744073709551615 4216537 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7162/statm: 24488 19700 232 15 0 21131 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 97952

[startup+762.311 s]
/proc/loadavg: 1.00 1.41 2.46 2/290 7236
/proc/meminfo: memFree=9444780/32951124 swapFree=63649172/67111528
[pid=7162] ppid=7160 vsize=198676 CPUtime=762.31 cores=0,2
/proc/7162/stat : 7162 (cir_minisat) R 7160 7162 4777 0 -1 4202496 245200 0 0 0 76158 73 0 0 25 0 1 0 608827306 203444224 37520 33554432000 4194304 4254575 140734800903312 18446744073709551615 4209218 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7162/statm: 49669 37520 232 15 0 46312 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 198676

[startup+822.301 s]
/proc/loadavg: 1.00 1.34 2.37 2/290 7238
/proc/meminfo: memFree=9394632/32951124 swapFree=63649172/67111528
[pid=7162] ppid=7160 vsize=281984 CPUtime=822.3 cores=0,2
/proc/7162/stat : 7162 (cir_minisat) R 7160 7162 4777 0 -1 4202496 257841 0 0 0 82153 77 0 0 25 0 1 0 608827306 288751616 50069 33554432000 4194304 4254575 140734800903312 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7162/statm: 70496 50069 232 15 0 67139 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 281984

[startup+882.301 s]
/proc/loadavg: 1.00 1.27 2.28 2/290 7240
/proc/meminfo: memFree=9474804/32951124 swapFree=63649172/67111528
[pid=7162] ppid=7160 vsize=151684 CPUtime=882.3 cores=0,2
/proc/7162/stat : 7162 (cir_minisat) R 7160 7162 4777 0 -1 4202496 277972 0 0 0 88146 84 0 0 25 0 1 0 608827306 155324416 30145 33554432000 4194304 4254575 140734800903312 18446744073709551615 4216488 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7162/statm: 37921 30145 232 15 0 34564 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 151684

[startup+942.301 s]
/proc/loadavg: 1.00 1.22 2.20 2/290 7241
/proc/meminfo: memFree=9422684/32951124 swapFree=63649172/67111528
[pid=7162] ppid=7160 vsize=202100 CPUtime=942.3 cores=0,2
/proc/7162/stat : 7162 (cir_minisat) R 7160 7162 4777 0 -1 4202496 291093 0 0 0 94141 89 0 0 25 0 1 0 608827306 206950400 43155 33554432000 4194304 4254575 140734800903312 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7162/statm: 50525 43155 232 15 0 47168 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 202100

[startup+1002.3 s]
/proc/loadavg: 1.00 1.18 2.12 2/290 7243
/proc/meminfo: memFree=9371180/32951124 swapFree=63649172/67111528
[pid=7162] ppid=7160 vsize=286616 CPUtime=1002.3 cores=0,2
/proc/7162/stat : 7162 (cir_minisat) R 7160 7162 4777 0 -1 4202496 303957 0 0 0 100136 94 0 0 25 0 1 0 608827306 293494784 55923 33554432000 4194304 4254575 140734800903312 18446744073709551615 4216789 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7162/statm: 71654 55923 232 15 0 68297 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 286616

[startup+1062.3 s]
/proc/loadavg: 1.00 1.14 2.05 2/290 7244
/proc/meminfo: memFree=9448752/32951124 swapFree=63649172/67111528
[pid=7162] ppid=7160 vsize=206544 CPUtime=1062.3 cores=0,2
/proc/7162/stat : 7162 (cir_minisat) R 7160 7162 4777 0 -1 4202496 326317 0 0 0 106130 100 0 0 25 0 1 0 608827306 211501056 36808 33554432000 4194304 4254575 140734800903312 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7162/statm: 51636 36808 232 15 0 48279 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 206544

[startup+1122.3 s]
/proc/loadavg: 1.00 1.11 1.98 2/290 7246
/proc/meminfo: memFree=9390420/32951124 swapFree=63649172/67111528
[pid=7162] ppid=7160 vsize=291820 CPUtime=1122.3 cores=0,2
/proc/7162/stat : 7162 (cir_minisat) R 7160 7162 4777 0 -1 4202496 340869 0 0 0 112127 103 0 0 25 0 1 0 608827306 298823680 51251 33554432000 4194304 4254575 140734800903312 18446744073709551615 4216768 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7162/statm: 72955 51251 232 15 0 69598 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 291820

[startup+1182.3 s]
/proc/loadavg: 1.03 1.10 1.92 2/290 7248
/proc/meminfo: memFree=9491320/32951124 swapFree=63649172/67111528
[pid=7162] ppid=7160 vsize=131536 CPUtime=1182.31 cores=0,2
/proc/7162/stat : 7162 (cir_minisat) R 7160 7162 4777 0 -1 4202496 359664 0 0 0 118121 110 0 0 25 0 1 0 608827306 134692864 26308 33554432000 4194304 4254575 140734800903312 18446744073709551615 4217033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7162/statm: 32884 26308 232 15 0 29527 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 131536

[startup+1242.3 s]
/proc/loadavg: 1.01 1.08 1.86 2/290 7249
/proc/meminfo: memFree=9420236/32951124 swapFree=63649172/67111528
[pid=7162] ppid=7160 vsize=212444 CPUtime=1242.3 cores=0,2
/proc/7162/stat : 7162 (cir_minisat) R 7160 7162 4777 0 -1 4202496 377129 0 0 0 124116 114 0 0 25 0 1 0 608827306 217542656 43652 33554432000 4194304 4254575 140734800903312 18446744073709551615 4209849 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7162/statm: 53111 43652 232 15 0 49754 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 212444



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.00 1.06 1.80 2/290 7250
/proc/meminfo: memFree=9376428/32951124 swapFree=63649172/67111528
[pid=7162] ppid=7160 vsize=295120 CPUtime=1300.01 cores=0,2
/proc/7162/stat : 7162 (cir_minisat) R 7160 7162 4777 0 -1 4202496 388015 0 0 0 129883 118 0 0 25 0 1 0 608827306 302202880 54424 33554432000 4194304 4254575 140734800903312 18446744073709551615 4216450 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7162/statm: 73780 54424 232 15 0 70423 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 295120

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.03
CPU user time (s): 1298.84
CPU system time (s): 1.19182
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 305328

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

runsolver used 3.68944 second user time and 8.15376 second system time

The end

Launcher Data

Begin job on node130 at 2011-05-09 22:18:08
IDJOB=3348707
IDBENCH=83119
IDSOLVER=1810
FILE ID=node130/3348707-1304972288
RUNJOBID= node130-1304971082-6779
PBS_JOBID= 13285620
Free space on /tmp= 30416 MiB

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

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

MD5SUM BENCH= d725e0d6a363434dce7cb39ffdb1b83f
RANDOM SEED=180812009

node130.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.838
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.67
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.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
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.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
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.81
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.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
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.83
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.838
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.838
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       8305524 kB
Buffers:        248796 kB
Cached:       21451516 kB
SwapCached:      10100 kB
Active:        6528548 kB
Inactive:     17474904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       8305524 kB
SwapTotal:    67111528 kB
SwapFree:     63649172 kB
Dirty:            2764 kB
Writeback:           0 kB
AnonPages:     2301256 kB
Mapped:          13680 kB
Slab:           551252 kB
PageTables:      27956 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 53152756 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= 30452 MiB
End job on node130 at 2011-05-09 22:39:50