Trace number 3380463

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
minisat hack: cir_minisat 2011-05-13 (simp)? (TO) 1300.05 1300.02

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top24.cnf
MD5SUM1f485d737caaaca49e2c467c83cbdcec
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark520.047
Satisfiable
(Un)Satisfiability was proved
Number of variables65983
Number of clauses209942
Sum of the clauses size513194
Maximum clause length2578
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2127592
Number of clauses of size 380970
Number of clauses of size 4299
Number of clauses of size 522
Number of clauses of size over 51058

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-3380463-1305459186/watcher-3380463-1305459186 -o /tmp/evaluation-result-3380463-1305459186/solver-3380463-1305459186 -C 2400 -W 1300 -M 7680 HOME/cir_minisat HOME/instance-3380463-1305459186.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: 0.86 1.59 2.25 5/357 16901
/proc/meminfo: memFree=15005152/32950928 swapFree=67111364/67111528
[pid=16901] ppid=16899 vsize=27960 CPUtime=0 cores=0,2
/proc/16901/stat : 16901 (cir_minisat) R 16899 16901 16847 0 -1 4202496 2352 0 0 0 0 0 0 0 22 0 1 0 113528014 28631040 2243 33554432000 4194304 4300288 140736713449760 18446744073709551615 4257280 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16901/statm: 6990 2243 218 26 0 3622 0

[startup+0.0835571 s]
/proc/loadavg: 0.86 1.59 2.25 5/357 16901
/proc/meminfo: memFree=15005152/32950928 swapFree=67111364/67111528
[pid=16901] ppid=16899 vsize=36460 CPUtime=0.07 cores=0,2
/proc/16901/stat : 16901 (cir_minisat) R 16899 16901 16847 0 -1 4202496 5581 0 0 0 7 0 0 0 22 0 1 0 113528014 37335040 4986 33554432000 4194304 4300288 140736713449760 18446744073709551615 218880225989 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16901/statm: 9115 4986 218 26 0 5747 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 36460

[startup+0.10054 s]
/proc/loadavg: 0.86 1.59 2.25 5/357 16901
/proc/meminfo: memFree=15005152/32950928 swapFree=67111364/67111528
[pid=16901] ppid=16899 vsize=38536 CPUtime=0.08 cores=0,2
/proc/16901/stat : 16901 (cir_minisat) R 16899 16901 16847 0 -1 4202496 6230 0 0 0 8 0 0 0 22 0 1 0 113528014 39460864 5602 33554432000 4194304 4300288 140736713449760 18446744073709551615 218880225989 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16901/statm: 9634 5602 218 26 0 6266 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 38536

[startup+0.300533 s]
/proc/loadavg: 0.86 1.59 2.25 5/357 16901
/proc/meminfo: memFree=15005152/32950928 swapFree=67111364/67111528
[pid=16901] ppid=16899 vsize=52488 CPUtime=0.29 cores=0,2
/proc/16901/stat : 16901 (cir_minisat) R 16899 16901 16847 0 -1 4202496 9324 0 0 0 28 1 0 0 23 0 1 0 113528014 53747712 8434 33554432000 4194304 4300288 140736713449760 18446744073709551615 4241937 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16901/statm: 13122 8434 222 26 0 9754 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 52488

[startup+0.700388 s]
/proc/loadavg: 0.86 1.59 2.25 5/357 16901
/proc/meminfo: memFree=15005152/32950928 swapFree=67111364/67111528
[pid=16901] ppid=16899 vsize=42388 CPUtime=0.69 cores=0,2
/proc/16901/stat : 16901 (cir_minisat) R 16899 16901 16847 0 -1 4202496 10805 0 0 0 68 1 0 0 25 0 1 0 113528014 43405312 6633 33554432000 4194304 4300288 140736713449760 18446744073709551615 4255589 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16901/statm: 10597 6633 242 26 0 7229 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 42388

[startup+1.50031 s]
/proc/loadavg: 0.86 1.59 2.25 5/361 16908
/proc/meminfo: memFree=14956288/32950928 swapFree=67111364/67111528
[pid=16901] ppid=16899 vsize=46740 CPUtime=1.49 cores=0,2
/proc/16901/stat : 16901 (cir_minisat) R 16899 16901 16847 0 -1 4202496 11024 0 0 0 148 1 0 0 25 0 1 0 113528014 47861760 6839 33554432000 4194304 4300288 140736713449760 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16901/statm: 11685 6839 242 26 0 8317 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 46740

[startup+3.10103 s]
/proc/loadavg: 0.86 1.59 2.25 5/361 16908
/proc/meminfo: memFree=14936324/32950928 swapFree=67111364/67111528
[pid=16901] ppid=16899 vsize=46740 CPUtime=3.09 cores=0,2
/proc/16901/stat : 16901 (cir_minisat) R 16899 16901 16847 0 -1 4202496 11515 0 0 0 308 1 0 0 25 0 1 0 113528014 47861760 7320 33554432000 4194304 4300288 140736713449760 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16901/statm: 11685 7320 242 26 0 8317 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 46740

[startup+6.30047 s]
/proc/loadavg: 1.12 1.63 2.26 5/361 16908
/proc/meminfo: memFree=14910148/32950928 swapFree=67111364/67111528
[pid=16901] ppid=16899 vsize=58236 CPUtime=6.29 cores=0,2
/proc/16901/stat : 16901 (cir_minisat) R 16899 16901 16847 0 -1 4202496 14410 0 0 0 628 1 0 0 25 0 1 0 113528014 59633664 10199 33554432000 4194304 4300288 140736713449760 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16901/statm: 14559 10199 242 26 0 11191 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 58236

[startup+12.7003 s]
/proc/loadavg: 1.35 1.67 2.27 5/361 16908
/proc/meminfo: memFree=14872704/32950928 swapFree=67111364/67111528
[pid=16901] ppid=16899 vsize=65416 CPUtime=12.69 cores=0,2
/proc/16901/stat : 16901 (cir_minisat) R 16899 16901 16847 0 -1 4202496 16092 0 0 0 1267 2 0 0 25 0 1 0 113528014 66985984 11853 33554432000 4194304 4300288 140736713449760 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16901/statm: 16354 11853 242 26 0 12986 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 65416

[startup+25.5011 s]
/proc/loadavg: 1.93 1.78 2.30 5/361 16909
/proc/meminfo: memFree=14845104/32950928 swapFree=67111364/67111528
[pid=16901] ppid=16899 vsize=77092 CPUtime=25.49 cores=0,2
/proc/16901/stat : 16901 (cir_minisat) R 16899 16901 16847 0 -1 4202496 19354 0 0 0 2546 3 0 0 25 0 1 0 113528014 78942208 15062 33554432000 4194304 4300288 140736713449760 18446744073709551615 4256385 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16901/statm: 19273 15062 242 26 0 15905 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 77092

[startup+51.1006 s]
/proc/loadavg: 2.64 1.96 2.34 5/361 16909
/proc/meminfo: memFree=14816480/32950928 swapFree=67111364/67111528
[pid=16901] ppid=16899 vsize=86596 CPUtime=51.09 cores=0,2
/proc/16901/stat : 16901 (cir_minisat) R 16899 16901 16847 0 -1 4202496 30236 0 0 0 5103 6 0 0 25 0 1 0 113528014 88674304 15325 33554432000 4194304 4300288 140736713449760 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16901/statm: 21649 15325 242 26 0 18281 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 86596

[startup+102.314 s]
/proc/loadavg: 3.41 2.27 2.43 5/361 16911
/proc/meminfo: memFree=14743436/32950928 swapFree=67111364/67111528
[pid=16901] ppid=16899 vsize=92024 CPUtime=102.31 cores=0,2
/proc/16901/stat : 16901 (cir_minisat) R 16899 16901 16847 0 -1 4202496 47270 0 0 0 10220 11 0 0 25 0 1 0 113528014 94232576 18276 33554432000 4194304 4300288 140736713449760 18446744073709551615 4255702 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16901/statm: 23006 18276 242 26 0 19638 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 92024

[startup+162.301 s]
/proc/loadavg: 3.78 2.58 2.52 5/361 16912
/proc/meminfo: memFree=14706100/32950928 swapFree=67111364/67111528
[pid=16901] ppid=16899 vsize=114304 CPUtime=162.3 cores=0,2
/proc/16901/stat : 16901 (cir_minisat) R 16899 16901 16847 0 -1 4202496 64969 0 0 0 16213 17 0 0 25 0 1 0 113528014 117047296 20205 33554432000 4194304 4300288 140736713449760 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16901/statm: 28576 20205 242 26 0 25208 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 114304

[startup+222.3 s]
/proc/loadavg: 3.92 2.84 2.61 5/361 16914
/proc/meminfo: memFree=14675836/32950928 swapFree=67111364/67111528
[pid=16901] ppid=16899 vsize=117124 CPUtime=222.29 cores=0,2
/proc/16901/stat : 16901 (cir_minisat) R 16899 16901 16847 0 -1 4202496 81933 0 0 0 22207 22 0 0 25 0 1 0 113528014 119934976 20741 33554432000 4194304 4300288 140736713449760 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16901/statm: 29281 20741 242 26 0 25913 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 117124

[startup+282.301 s]
/proc/loadavg: 3.97 3.05 2.70 5/361 16915
/proc/meminfo: memFree=14695420/32950928 swapFree=67111364/67111528
[pid=16901] ppid=16899 vsize=102428 CPUtime=282.29 cores=0,2
/proc/16901/stat : 16901 (cir_minisat) R 16899 16901 16847 0 -1 4202496 99745 0 0 0 28202 27 0 0 25 0 1 0 113528014 104886272 20493 33554432000 4194304 4300288 140736713449760 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16901/statm: 25607 20493 242 26 0 22239 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 102428

[startup+342.3 s]
/proc/loadavg: 4.04 3.23 2.78 5/361 16944
/proc/meminfo: memFree=14353108/32950928 swapFree=67111364/67111528
[pid=16901] ppid=16899 vsize=93788 CPUtime=342.3 cores=0,2
/proc/16901/stat : 16901 (cir_minisat) R 16899 16901 16847 0 -1 4202496 114574 0 0 0 34198 32 0 0 25 0 1 0 113528014 96038912 19336 33554432000 4194304 4300288 140736713449760 18446744073709551615 4269359 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16901/statm: 23447 19336 242 26 0 20079 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 93788

[startup+402.301 s]
/proc/loadavg: 4.12 3.40 2.86 5/361 17000
/proc/meminfo: memFree=14685928/32950928 swapFree=67111364/67111528
[pid=16901] ppid=16899 vsize=155252 CPUtime=402.3 cores=0,2
/proc/16901/stat : 16901 (cir_minisat) R 16899 16901 16847 0 -1 4202496 127165 0 0 0 40194 36 0 0 25 0 1 0 113528014 158978048 31732 33554432000 4194304 4300288 140736713449760 18446744073709551615 4268313 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16901/statm: 38813 31732 242 26 0 35445 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 155252

[startup+462.301 s]
/proc/loadavg: 4.09 3.52 2.94 5/361 17001
/proc/meminfo: memFree=14615516/32950928 swapFree=67111364/67111528
[pid=16901] ppid=16899 vsize=157844 CPUtime=462.3 cores=0,2
/proc/16901/stat : 16901 (cir_minisat) R 16899 16901 16847 0 -1 4202496 142882 0 0 0 46189 41 0 0 25 0 1 0 113528014 161632256 29357 33554432000 4194304 4300288 140736713449760 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16901/statm: 39461 29357 242 26 0 36093 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 157844

[startup+522.301 s]
/proc/loadavg: 4.26 3.67 3.02 5/361 17003
/proc/meminfo: memFree=14633232/32950928 swapFree=67111364/67111528
[pid=16901] ppid=16899 vsize=129292 CPUtime=522.31 cores=0,2
/proc/16901/stat : 16901 (cir_minisat) R 16899 16901 16847 0 -1 4202496 159066 0 0 0 52184 47 0 0 25 0 1 0 113528014 132395008 27802 33554432000 4194304 4300288 140736713449760 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16901/statm: 32323 27802 242 26 0 28955 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 129292

[startup+582.301 s]
/proc/loadavg: 4.20 3.76 3.09 5/361 17004
/proc/meminfo: memFree=14618680/32950928 swapFree=67111364/67111528
[pid=16901] ppid=16899 vsize=111524 CPUtime=582.3 cores=0,2
/proc/16901/stat : 16901 (cir_minisat) R 16899 16901 16847 0 -1 4202496 172764 0 0 0 58178 52 0 0 25 0 1 0 113528014 114200576 21632 33554432000 4194304 4300288 140736713449760 18446744073709551615 4271185 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16901/statm: 27881 21632 242 26 0 24513 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 111524

[startup+642.3 s]
/proc/loadavg: 4.07 3.80 3.14 5/361 17006
/proc/meminfo: memFree=14573376/32950928 swapFree=67111364/67111528
[pid=16901] ppid=16899 vsize=161312 CPUtime=642.32 cores=0,2
/proc/16901/stat : 16901 (cir_minisat) R 16899 16901 16847 0 -1 4202496 183036 0 0 0 64175 57 0 0 25 0 1 0 113528014 165183488 31693 33554432000 4194304 4300288 140736713449760 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16901/statm: 40328 31693 242 26 0 36960 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 161312

[startup+702.301 s]
/proc/loadavg: 4.02 3.83 3.20 5/361 17008
/proc/meminfo: memFree=14553124/32950928 swapFree=67111364/67111528
[pid=16901] ppid=16899 vsize=134908 CPUtime=702.3 cores=0,2
/proc/16901/stat : 16901 (cir_minisat) R 16899 16901 16847 0 -1 4202496 196917 0 0 0 70170 60 0 0 25 0 1 0 113528014 138145792 27213 33554432000 4194304 4300288 140736713449760 18446744073709551615 4255710 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16901/statm: 33727 27213 242 26 0 30359 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 134908

[startup+762.313 s]
/proc/loadavg: 4.01 3.86 3.24 5/361 17009
/proc/meminfo: memFree=14610492/32950928 swapFree=67111364/67111528
[pid=16901] ppid=16899 vsize=107504 CPUtime=762.32 cores=0,2
/proc/16901/stat : 16901 (cir_minisat) R 16899 16901 16847 0 -1 4202496 209314 0 0 0 76167 65 0 0 25 0 1 0 113528014 110084096 22779 33554432000 4194304 4300288 140736713449760 18446744073709551615 4268248 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16901/statm: 26876 22779 242 26 0 23508 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 107504

[startup+822.301 s]
/proc/loadavg: 4.00 3.88 3.29 5/361 17011
/proc/meminfo: memFree=14613308/32950928 swapFree=67111364/67111528
[pid=16901] ppid=16899 vsize=168968 CPUtime=822.31 cores=0,2
/proc/16901/stat : 16901 (cir_minisat) R 16899 16901 16847 0 -1 4202496 220131 0 0 0 82162 69 0 0 25 0 1 0 113528014 173023232 33398 33554432000 4194304 4300288 140736713449760 18446744073709551615 4255713 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16901/statm: 42242 33398 242 26 0 38874 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 168968

[startup+882.301 s]
/proc/loadavg: 4.10 3.93 3.34 5/361 17012
/proc/meminfo: memFree=14585616/32950928 swapFree=67111364/67111528
[pid=16901] ppid=16899 vsize=139496 CPUtime=882.31 cores=0,2
/proc/16901/stat : 16901 (cir_minisat) R 16899 16901 16847 0 -1 4202496 233854 0 0 0 88157 74 0 0 25 0 1 0 113528014 142843904 29061 33554432000 4194304 4300288 140736713449760 18446744073709551615 4270122 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16901/statm: 34874 29061 242 26 0 31506 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 139496

[startup+942.301 s]
/proc/loadavg: 4.08 3.96 3.38 5/361 17014
/proc/meminfo: memFree=14576268/32950928 swapFree=67111364/67111528
[pid=16901] ppid=16899 vsize=220404 CPUtime=942.32 cores=0,2
/proc/16901/stat : 16901 (cir_minisat) R 16899 16901 16847 0 -1 4202496 244193 0 0 0 94154 78 0 0 25 0 1 0 113528014 225693696 39229 33554432000 4194304 4300288 140736713449760 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16901/statm: 55101 39229 242 26 0 51733 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 220404

[startup+1002.3 s]
/proc/loadavg: 3.94 3.94 3.41 4/355 17033
/proc/meminfo: memFree=14650056/32950928 swapFree=67111364/67111528
[pid=16901] ppid=16899 vsize=174440 CPUtime=1002.31 cores=0,2
/proc/16901/stat : 16901 (cir_minisat) R 16899 16901 16847 0 -1 4202496 259558 0 0 0 100148 83 0 0 25 0 1 0 113528014 178626560 33117 33554432000 4194304 4300288 140736713449760 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16901/statm: 43610 33117 242 26 0 40242 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 174440

[startup+1062.3 s]
/proc/loadavg: 3.34 3.77 3.38 4/355 17034
/proc/meminfo: memFree=14671116/32950928 swapFree=67111364/67111528
[pid=16901] ppid=16899 vsize=125480 CPUtime=1062.32 cores=0,2
/proc/16901/stat : 16901 (cir_minisat) R 16899 16901 16847 0 -1 4202496 273042 0 0 0 106144 88 0 0 25 0 1 0 113528014 128491520 25862 33554432000 4194304 4300288 140736713449760 18446744073709551615 4255985 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16901/statm: 31370 25862 242 26 0 28002 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 125480

[startup+1122.3 s]
/proc/loadavg: 3.22 3.66 3.36 4/355 17036
/proc/meminfo: memFree=14509516/32950928 swapFree=67111364/67111528
[pid=16901] ppid=16899 vsize=175268 CPUtime=1122.31 cores=0,2
/proc/16901/stat : 16901 (cir_minisat) R 16899 16901 16847 0 -1 4202496 284671 0 0 0 112141 90 0 0 25 0 1 0 113528014 179474432 37241 33554432000 4194304 4300288 140736713449760 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16901/statm: 43817 37241 242 26 0 40449 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 175268

[startup+1182.3 s]
/proc/loadavg: 3.08 3.53 3.34 4/355 17037
/proc/meminfo: memFree=14582776/32950928 swapFree=67111364/67111528
[pid=16901] ppid=16899 vsize=177204 CPUtime=1182.32 cores=0,2
/proc/16901/stat : 16901 (cir_minisat) R 16899 16901 16847 0 -1 4202496 300906 0 0 0 118137 95 0 0 25 0 1 0 113528014 181456896 33528 33554432000 4194304 4300288 140736713449760 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16901/statm: 44301 33528 242 26 0 40933 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 177204

[startup+1242.3 s]
/proc/loadavg: 3.03 3.43 3.32 4/355 17039
/proc/meminfo: memFree=14557584/32950928 swapFree=67111364/67111528
[pid=16901] ppid=16899 vsize=118120 CPUtime=1242.32 cores=0,2
/proc/16901/stat : 16901 (cir_minisat) R 16899 16901 16847 0 -1 4202496 315497 0 0 0 124133 99 0 0 25 0 1 0 113528014 120954880 25555 33554432000 4194304 4300288 140736713449760 18446744073709551615 4256240 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16901/statm: 29530 25555 242 26 0 26162 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 118120



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.01 3.35 3.29 4/355 17041
/proc/meminfo: memFree=14487616/32950928 swapFree=67111364/67111528
[pid=16901] ppid=16899 vsize=179584 CPUtime=1300.03 cores=0,2
/proc/16901/stat : 16901 (cir_minisat) R 16899 16901 16847 0 -1 4202496 331137 0 0 0 129901 102 0 0 25 0 1 0 113528014 183894016 40921 33554432000 4194304 4300288 140736713449760 18446744073709551615 4249553 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/16901/statm: 44896 40921 242 26 0 41528 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 179584

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): 1299.01
CPU system time (s): 1.03684
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 227292

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

runsolver used 4.78827 second user time and 9.91049 second system time

The end

Launcher Data

Begin job on node112 at 2011-05-15 13:33:06
IDJOB=3380463
IDBENCH=83116
IDSOLVER=1863
FILE ID=node112/3380463-1305459186
RUNJOBID= node112-1305459186-16865
PBS_JOBID= 13324909
Free space on /tmp= 73532 MiB

SOLVER NAME= cir_minisat 2011-05-13 (simp)
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-top24.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3380463-1305459186/watcher-3380463-1305459186 -o /tmp/evaluation-result-3380463-1305459186/solver-3380463-1305459186 -C 2400 -W 1300 -M 7680  HOME/cir_minisat HOME/instance-3380463-1305459186.cnf

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

MD5SUM BENCH= 1f485d737caaaca49e2c467c83cbdcec
RANDOM SEED=38280877

node112.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.847
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.69
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.847
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	: 5180.45
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.847
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.76
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.847
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.82
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.847
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.61
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.847
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.847
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.74
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.847
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15005928 kB
Buffers:        307980 kB
Cached:        3075928 kB
SwapCached:          0 kB
Active:       15878820 kB
Inactive:      1807996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15005928 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            7144 kB
Writeback:           0 kB
AnonPages:    14303472 kB
Mapped:          27692 kB
Slab:           141044 kB
PageTables:      49868 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 66104132 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= 73528 MiB
End job on node112 at 2011-05-15 13:54:48