Trace number 3380456

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

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom20.cnf
MD5SUM9851f8e63efc4505343bf50c1cf30646
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 variables44362
Number of clauses148436
Sum of the clauses size378642
Maximum clause length1419
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 276003
Number of clauses of size 371663
Number of clauses of size 4209
Number of clauses of size 518
Number of clauses of size over 5542

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-3380456-1305459112/watcher-3380456-1305459112 -o /tmp/evaluation-result-3380456-1305459112/solver-3380456-1305459112 -C 2400 -W 1300 -M 7680 HOME/cir_minisat HOME/instance-3380456-1305459112.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.69 1.97 2.42 4/312 24476
/proc/meminfo: memFree=12179228/32950928 swapFree=67083212/67111528
[pid=24476] ppid=24474 vsize=25172 CPUtime=0 cores=5,7
/proc/24476/stat : 24476 (cir_minisat) R 24474 24476 24416 0 -1 4202496 1883 0 0 0 0 0 0 0 23 0 1 0 657510880 25776128 1769 33554432000 4194304 4300288 140737239596976 18446744073709551615 4278967 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24476/statm: 6293 1769 218 26 0 2925 0

[startup+0.080937 s]
/proc/loadavg: 1.69 1.97 2.42 4/312 24476
/proc/meminfo: memFree=12179228/32950928 swapFree=67083212/67111528
[pid=24476] ppid=24474 vsize=33376 CPUtime=0.07 cores=5,7
/proc/24476/stat : 24476 (cir_minisat) R 24474 24476 24416 0 -1 4202496 4878 0 0 0 7 0 0 0 23 0 1 0 657510880 34177024 4301 33554432000 4194304 4300288 140737239596976 18446744073709551615 4228238 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24476/statm: 8344 4301 221 26 0 4976 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 33376

[startup+0.100931 s]
/proc/loadavg: 1.69 1.97 2.42 4/312 24476
/proc/meminfo: memFree=12179228/32950928 swapFree=67083212/67111528
[pid=24476] ppid=24474 vsize=34008 CPUtime=0.09 cores=5,7
/proc/24476/stat : 24476 (cir_minisat) R 24474 24476 24416 0 -1 4202496 5158 0 0 0 9 0 0 0 23 0 1 0 657510880 34824192 4575 33554432000 4194304 4300288 140737239596976 18446744073709551615 4216227 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24476/statm: 8502 4575 221 26 0 5134 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34008

[startup+0.300894 s]
/proc/loadavg: 1.69 1.97 2.42 4/312 24476
/proc/meminfo: memFree=12179228/32950928 swapFree=67083212/67111528
[pid=24476] ppid=24474 vsize=38632 CPUtime=0.29 cores=5,7
/proc/24476/stat : 24476 (cir_minisat) R 24474 24476 24416 0 -1 4202496 7492 0 0 0 28 1 0 0 25 0 1 0 657510880 39559168 5628 33554432000 4194304 4300288 140737239596976 18446744073709551615 4228637 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24476/statm: 9658 5628 222 26 0 6290 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 38632

[startup+0.70082 s]
/proc/loadavg: 1.69 1.97 2.42 4/312 24476
/proc/meminfo: memFree=12179228/32950928 swapFree=67083212/67111528
[pid=24476] ppid=24474 vsize=34708 CPUtime=0.69 cores=5,7
/proc/24476/stat : 24476 (cir_minisat) R 24474 24476 24416 0 -1 4202496 8165 0 0 0 68 1 0 0 25 0 1 0 657510880 35540992 4960 33554432000 4194304 4300288 140737239596976 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24476/statm: 8677 4960 242 26 0 5309 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34708

[startup+1.50067 s]
/proc/loadavg: 1.69 1.97 2.42 5/313 24477
/proc/meminfo: memFree=12134836/32950928 swapFree=67083212/67111528
[pid=24476] ppid=24474 vsize=39060 CPUtime=1.49 cores=5,7
/proc/24476/stat : 24476 (cir_minisat) R 24474 24476 24416 0 -1 4202496 8492 0 0 0 148 1 0 0 25 0 1 0 657510880 39997440 5271 33554432000 4194304 4300288 140737239596976 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24476/statm: 9765 5271 242 26 0 6397 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 39060

[startup+3.10036 s]
/proc/loadavg: 1.69 1.97 2.42 5/313 24477
/proc/meminfo: memFree=12123304/32950928 swapFree=67083212/67111528
[pid=24476] ppid=24474 vsize=39060 CPUtime=3.09 cores=5,7
/proc/24476/stat : 24476 (cir_minisat) R 24474 24476 24416 0 -1 4202496 9128 0 0 0 307 2 0 0 25 0 1 0 657510880 39997440 5896 33554432000 4194304 4300288 140737239596976 18446744073709551615 4255605 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24476/statm: 9765 5896 242 26 0 6397 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 39060

[startup+6.30075 s]
/proc/loadavg: 1.88 2.00 2.43 5/313 24477
/proc/meminfo: memFree=12093312/32950928 swapFree=67083212/67111528
[pid=24476] ppid=24474 vsize=50772 CPUtime=6.29 cores=5,7
/proc/24476/stat : 24476 (cir_minisat) R 24474 24476 24416 0 -1 4202496 12340 0 0 0 627 2 0 0 25 0 1 0 657510880 51990528 9085 33554432000 4194304 4300288 140737239596976 18446744073709551615 4268248 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24476/statm: 12693 9085 242 26 0 9325 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 50772

[startup+12.7005 s]
/proc/loadavg: 2.05 2.03 2.44 5/313 24477
/proc/meminfo: memFree=12027540/32950928 swapFree=67083212/67111528
[pid=24476] ppid=24474 vsize=69628 CPUtime=12.7 cores=5,7
/proc/24476/stat : 24476 (cir_minisat) R 24474 24476 24416 0 -1 4202496 15103 0 0 0 1267 3 0 0 25 0 1 0 657510880 71299072 11822 33554432000 4194304 4300288 140737239596976 18446744073709551615 4255702 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24476/statm: 17407 11822 242 26 0 14039 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 69628

[startup+25.5011 s]
/proc/loadavg: 2.48 2.13 2.47 5/313 24478
/proc/meminfo: memFree=11985392/32950928 swapFree=67083212/67111528
[pid=24476] ppid=24474 vsize=57952 CPUtime=25.5 cores=5,7
/proc/24476/stat : 24476 (cir_minisat) R 24474 24476 24416 0 -1 4202496 22650 0 0 0 2545 5 0 0 25 0 1 0 657510880 59342848 10034 33554432000 4194304 4300288 140737239596976 18446744073709551615 4255845 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24476/statm: 14488 10034 242 26 0 11120 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 57952

[startup+51.1002 s]
/proc/loadavg: 3.00 2.28 2.50 5/313 24478
/proc/meminfo: memFree=11901744/32950928 swapFree=67083212/67111528
[pid=24476] ppid=24474 vsize=58996 CPUtime=51.09 cores=5,7
/proc/24476/stat : 24476 (cir_minisat) R 24474 24476 24416 0 -1 4202496 36690 0 0 0 5101 8 0 0 25 0 1 0 657510880 60411904 9553 33554432000 4194304 4300288 140737239596976 18446744073709551615 4256279 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24476/statm: 14749 9553 242 26 0 11381 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 58996

[startup+102.311 s]
/proc/loadavg: 3.68 2.58 2.59 5/313 24480
/proc/meminfo: memFree=11841472/32950928 swapFree=67083212/67111528
[pid=24476] ppid=24474 vsize=92796 CPUtime=102.3 cores=5,7
/proc/24476/stat : 24476 (cir_minisat) R 24474 24476 24416 0 -1 4202496 61280 0 0 0 10215 15 0 0 25 0 1 0 657510880 95023104 18337 33554432000 4194304 4300288 140737239596976 18446744073709551615 4268248 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24476/statm: 23199 18337 242 26 0 19831 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 92796

[startup+162.301 s]
/proc/loadavg: 3.94 2.83 2.68 5/313 24481
/proc/meminfo: memFree=11877292/32950928 swapFree=67083212/67111528
[pid=24476] ppid=24474 vsize=77980 CPUtime=162.29 cores=5,7
/proc/24476/stat : 24476 (cir_minisat) R 24474 24476 24416 0 -1 4202496 90713 0 0 0 16207 22 0 0 25 0 1 0 657510880 79851520 12986 33554432000 4194304 4300288 140737239596976 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24476/statm: 19495 12986 242 26 0 16127 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 77980

[startup+222.301 s]
/proc/loadavg: 4.01 3.07 2.77 5/313 24483
/proc/meminfo: memFree=11735772/32950928 swapFree=67083212/67111528
[pid=24476] ppid=24474 vsize=100024 CPUtime=222.29 cores=5,7
/proc/24476/stat : 24476 (cir_minisat) R 24474 24476 24416 0 -1 4202496 114629 0 0 0 22200 29 0 0 25 0 1 0 657510880 102424576 20679 33554432000 4194304 4300288 140737239596976 18446744073709551615 4268248 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24476/statm: 25006 20679 242 26 0 21638 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 100024

[startup+282.3 s]
/proc/loadavg: 4.00 3.23 2.84 5/313 24484
/proc/meminfo: memFree=11723964/32950928 swapFree=67083212/67111528
[pid=24476] ppid=24474 vsize=103184 CPUtime=282.29 cores=5,7
/proc/24476/stat : 24476 (cir_minisat) R 24474 24476 24416 0 -1 4202496 137458 0 0 0 28193 36 0 0 25 0 1 0 657510880 105660416 19265 33554432000 4194304 4300288 140737239596976 18446744073709551615 4256223 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24476/statm: 25796 19265 242 26 0 22428 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 103184

[startup+342.301 s]
/proc/loadavg: 4.00 3.36 2.91 5/313 24486
/proc/meminfo: memFree=11638744/32950928 swapFree=67083212/67111528
[pid=24476] ppid=24474 vsize=135704 CPUtime=342.29 cores=5,7
/proc/24476/stat : 24476 (cir_minisat) R 24474 24476 24416 0 -1 4202496 161923 0 0 0 34186 43 0 0 25 0 1 0 657510880 138960896 24280 33554432000 4194304 4300288 140737239596976 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24476/statm: 33926 24280 242 26 0 30558 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 135704

[startup+402.3 s]
/proc/loadavg: 4.00 3.48 2.97 5/313 24488
/proc/meminfo: memFree=11784532/32950928 swapFree=67083212/67111528
[pid=24476] ppid=24474 vsize=139224 CPUtime=402.29 cores=5,7
/proc/24476/stat : 24476 (cir_minisat) R 24474 24476 24416 0 -1 4202496 185935 0 0 0 40180 49 0 0 25 0 1 0 657510880 142565376 27151 33554432000 4194304 4300288 140737239596976 18446744073709551615 4268280 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24476/statm: 34806 27151 242 26 0 31438 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 139224

[startup+462.301 s]
/proc/loadavg: 4.06 3.59 3.04 5/313 24489
/proc/meminfo: memFree=11602100/32950928 swapFree=67083212/67111528
[pid=24476] ppid=24474 vsize=140448 CPUtime=462.3 cores=5,7
/proc/24476/stat : 24476 (cir_minisat) R 24474 24476 24416 0 -1 4202496 209971 0 0 0 46174 56 0 0 25 0 1 0 657510880 143818752 29640 33554432000 4194304 4300288 140737239596976 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24476/statm: 35112 29640 242 26 0 31744 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 140448

[startup+522.3 s]
/proc/loadavg: 4.02 3.66 3.10 5/313 24491
/proc/meminfo: memFree=11703368/32950928 swapFree=67083212/67111528
[pid=24476] ppid=24474 vsize=141144 CPUtime=522.3 cores=5,7
/proc/24476/stat : 24476 (cir_minisat) R 24474 24476 24416 0 -1 4202496 233380 0 0 0 52167 63 0 0 25 0 1 0 657510880 144531456 30418 33554432000 4194304 4300288 140737239596976 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24476/statm: 35286 30418 242 26 0 31918 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 141144

[startup+582.301 s]
/proc/loadavg: 4.01 3.72 3.15 5/313 24492
/proc/meminfo: memFree=11562104/32950928 swapFree=67083212/67111528
[pid=24476] ppid=24474 vsize=194764 CPUtime=582.29 cores=5,7
/proc/24476/stat : 24476 (cir_minisat) R 24474 24476 24416 0 -1 4202496 257702 0 0 0 58159 70 0 0 25 0 1 0 657510880 199438336 32496 33554432000 4194304 4300288 140737239596976 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24476/statm: 48691 32496 242 26 0 45323 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 194764

[startup+642.301 s]
/proc/loadavg: 4.04 3.78 3.21 5/313 24494
/proc/meminfo: memFree=11716816/32950928 swapFree=67083212/67111528
[pid=24476] ppid=24474 vsize=146780 CPUtime=642.31 cores=5,7
/proc/24476/stat : 24476 (cir_minisat) R 24474 24476 24416 0 -1 4202496 282378 0 0 0 64154 77 0 0 25 0 1 0 657510880 150302720 30380 33554432000 4194304 4300288 140737239596976 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24476/statm: 36695 30380 242 26 0 33327 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 146780

[startup+702.301 s]
/proc/loadavg: 4.11 3.85 3.26 5/313 24496
/proc/meminfo: memFree=11534248/32950928 swapFree=67083212/67111528
[pid=24476] ppid=24474 vsize=147996 CPUtime=702.3 cores=5,7
/proc/24476/stat : 24476 (cir_minisat) R 24474 24476 24416 0 -1 4202496 308787 0 0 0 70146 84 0 0 25 0 1 0 657510880 151547904 31913 33554432000 4194304 4300288 140737239596976 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24476/statm: 36999 31913 242 26 0 33631 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 147996

[startup+762.312 s]
/proc/loadavg: 4.03 3.87 3.31 5/313 24497
/proc/meminfo: memFree=11388272/32950928 swapFree=67083212/67111528
[pid=24476] ppid=24474 vsize=149092 CPUtime=762.31 cores=5,7
/proc/24476/stat : 24476 (cir_minisat) R 24474 24476 24416 0 -1 4202496 334725 0 0 0 76139 92 0 0 25 0 1 0 657510880 152670208 29931 33554432000 4194304 4300288 140737239596976 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24476/statm: 37273 29931 242 26 0 33905 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 149092

[startup+822.3 s]
/proc/loadavg: 4.01 3.89 3.35 5/313 24499
/proc/meminfo: memFree=11692656/32950928 swapFree=67083212/67111528
[pid=24476] ppid=24474 vsize=149940 CPUtime=822.3 cores=5,7
/proc/24476/stat : 24476 (cir_minisat) R 24474 24476 24416 0 -1 4202496 360888 0 0 0 82132 98 0 0 25 0 1 0 657510880 153538560 29908 33554432000 4194304 4300288 140737239596976 18446744073709551615 4256216 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24476/statm: 37485 29908 242 26 0 34117 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 149940

[startup+882.301 s]
/proc/loadavg: 4.00 3.91 3.39 5/313 24500
/proc/meminfo: memFree=11525220/32950928 swapFree=67083212/67111528
[pid=24476] ppid=24474 vsize=151952 CPUtime=882.3 cores=5,7
/proc/24476/stat : 24476 (cir_minisat) R 24474 24476 24416 0 -1 4202496 391540 0 0 0 88124 106 0 0 25 0 1 0 657510880 155598848 30754 33554432000 4194304 4300288 140737239596976 18446744073709551615 4255710 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24476/statm: 37988 30754 242 26 0 34620 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 151952

[startup+942.3 s]
/proc/loadavg: 4.00 3.92 3.42 5/313 24502
/proc/meminfo: memFree=11586836/32950928 swapFree=67083212/67111528
[pid=24476] ppid=24474 vsize=93352 CPUtime=942.3 cores=5,7
/proc/24476/stat : 24476 (cir_minisat) R 24474 24476 24416 0 -1 4202496 415398 0 0 0 94117 113 0 0 25 0 1 0 657510880 95592448 19227 33554432000 4194304 4300288 140737239596976 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24476/statm: 23338 19227 242 26 0 19970 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 93352

[startup+1002.3 s]
/proc/loadavg: 4.06 3.96 3.47 5/313 24504
/proc/meminfo: memFree=11480176/32950928 swapFree=67083212/67111528
[pid=24476] ppid=24474 vsize=205188 CPUtime=1002.31 cores=5,7
/proc/24476/stat : 24476 (cir_minisat) R 24474 24476 24416 0 -1 4202496 437046 0 0 0 100111 120 0 0 25 0 1 0 657510880 210112512 40673 33554432000 4194304 4300288 140737239596976 18446744073709551615 4268248 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24476/statm: 51297 40673 242 26 0 47929 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 205188

[startup+1062.3 s]
/proc/loadavg: 4.02 3.97 3.49 5/313 24505
/proc/meminfo: memFree=11522072/32950928 swapFree=67083212/67111528
[pid=24476] ppid=24474 vsize=206216 CPUtime=1062.3 cores=5,7
/proc/24476/stat : 24476 (cir_minisat) R 24474 24476 24416 0 -1 4202496 461250 0 0 0 106105 125 0 0 25 0 1 0 657510880 211165184 36475 33554432000 4194304 4300288 140737239596976 18446744073709551615 4255985 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24476/statm: 51554 36475 242 26 0 48186 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 206216

[startup+1122.3 s]
/proc/loadavg: 4.08 3.99 3.53 5/313 24507
/proc/meminfo: memFree=11581556/32950928 swapFree=67083212/67111528
[pid=24476] ppid=24474 vsize=156576 CPUtime=1122.3 cores=5,7
/proc/24476/stat : 24476 (cir_minisat) R 24474 24476 24416 0 -1 4202496 485989 0 0 0 112099 131 0 0 25 0 1 0 657510880 160333824 33399 33554432000 4194304 4300288 140737239596976 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24476/statm: 39144 33399 242 26 0 35776 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 156576

[startup+1182.3 s]
/proc/loadavg: 4.24 4.04 3.57 5/313 24508
/proc/meminfo: memFree=11419456/32950928 swapFree=67083212/67111528
[pid=24476] ppid=24474 vsize=126940 CPUtime=1182.31 cores=5,7
/proc/24476/stat : 24476 (cir_minisat) R 24474 24476 24416 0 -1 4202496 508140 0 0 0 118093 138 0 0 25 0 1 0 657510880 129986560 25756 33554432000 4194304 4300288 140737239596976 18446744073709551615 4270944 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24476/statm: 31735 25756 242 26 0 28367 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 126940

[startup+1242.3 s]
/proc/loadavg: 4.16 4.04 3.60 5/313 24510
/proc/meminfo: memFree=11405160/32950928 swapFree=67083212/67111528
[pid=24476] ppid=24474 vsize=210608 CPUtime=1242.31 cores=5,7
/proc/24476/stat : 24476 (cir_minisat) R 24474 24476 24416 0 -1 4202496 529746 0 0 0 124086 145 0 0 25 0 1 0 657510880 215662592 47198 33554432000 4194304 4300288 140737239596976 18446744073709551615 4255695 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24476/statm: 52652 47198 242 26 0 49284 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 210608



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.06 4.03 3.62 2/309 24514
/proc/meminfo: memFree=12077380/32950928 swapFree=67083212/67111528
[pid=24476] ppid=24474 vsize=166372 CPUtime=1300.02 cores=5,7
/proc/24476/stat : 24476 (cir_minisat) R 24474 24476 24416 0 -1 4202496 551590 0 0 0 129849 153 0 0 25 0 1 0 657510880 170364928 36151 33554432000 4194304 4300288 140737239596976 18446744073709551615 4268539 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24476/statm: 41593 36151 242 26 0 38225 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 166372

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.49
CPU system time (s): 1.53977
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 297788

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

runsolver used 3.87741 second user time and 9.13761 second system time

The end

Launcher Data

Begin job on node127 at 2011-05-15 13:31:52
IDJOB=3380456
IDBENCH=83110
IDSOLVER=1863
FILE ID=node127/3380456-1305459112
RUNJOBID= node127-1305459112-24437
PBS_JOBID= 13324908
Free space on /tmp= 73500 MiB

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

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

MD5SUM BENCH= 9851f8e63efc4505343bf50c1cf30646
RANDOM SEED=2124636129

node127.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.823
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.64
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.823
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.823
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.74
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.823
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.86
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.823
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.823
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.75
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.823
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.60
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.823
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:      12180252 kB
Buffers:        313776 kB
Cached:        4087780 kB
SwapCached:       1620 kB
Active:       17554120 kB
Inactive:      2874416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12180252 kB
SwapTotal:    67111528 kB
SwapFree:     67083212 kB
Dirty:           15136 kB
Writeback:           0 kB
AnonPages:    16025160 kB
Mapped:          26684 kB
Slab:           228360 kB
PageTables:      47704 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 44583232 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= 73512 MiB
End job on node127 at 2011-05-15 13:53:34