Trace number 3380421

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

General information on the benchmark

NameSAT02/industrial/nam/fpga-routing/
k2fix_gr_rcs_w8.shuffled.cnf
MD5SUM82e833e539576c6d79252b19dcace0cf
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5.08123
Satisfiable
(Un)Satisfiability was proved
Number of variables10056
Number of clauses271393
Sum of the clauses size550328
Maximum clause length8
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2270136
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51257

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-3380421-1305459688/watcher-3380421-1305459688 -o /tmp/evaluation-result-3380421-1305459688/solver-3380421-1305459688 -C 2400 -W 1300 -M 7680 HOME/cir_minisat HOME/instance-3380421-1305459688.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: 3.93 4.01 3.99 3/300 17504
/proc/meminfo: memFree=16623400/32951132 swapFree=67093824/67111528
[pid=17504] ppid=17502 vsize=20520 CPUtime=0 cores=0,2
/proc/17504/stat : 17504 (cir_minisat) R 17502 17504 17267 0 -1 4202496 902 0 0 0 0 0 0 0 21 0 1 0 657568413 21012480 845 33554432000 4194304 4300288 140734655018000 18446744073709551615 4279104 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17504/statm: 5130 845 218 26 0 1762 0

[startup+0.086875 s]
/proc/loadavg: 3.93 4.01 3.99 3/300 17504
/proc/meminfo: memFree=16623400/32951132 swapFree=67093824/67111528
[pid=17504] ppid=17502 vsize=27472 CPUtime=0.07 cores=0,2
/proc/17504/stat : 17504 (cir_minisat) R 17502 17504 17267 0 -1 4202496 3680 0 0 0 7 0 0 0 21 0 1 0 657568413 28131328 3294 33554432000 4194304 4300288 140734655018000 18446744073709551615 274664469189 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17504/statm: 6868 3295 218 26 0 3500 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 27472

[startup+0.10087 s]
/proc/loadavg: 3.93 4.01 3.99 3/300 17504
/proc/meminfo: memFree=16623400/32951132 swapFree=67093824/67111528
[pid=17504] ppid=17502 vsize=29292 CPUtime=0.09 cores=0,2
/proc/17504/stat : 17504 (cir_minisat) R 17502 17504 17267 0 -1 4202496 4390 0 0 0 9 0 0 0 21 0 1 0 657568413 29995008 3802 33554432000 4194304 4300288 140734655018000 18446744073709551615 274664469189 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17504/statm: 7323 3803 218 26 0 3955 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29292

[startup+0.300842 s]
/proc/loadavg: 3.93 4.01 3.99 3/300 17504
/proc/meminfo: memFree=16623400/32951132 swapFree=67093824/67111528
[pid=17504] ppid=17502 vsize=31136 CPUtime=0.28 cores=0,2
/proc/17504/stat : 17504 (cir_minisat) R 17502 17504 17267 0 -1 4202496 5164 0 0 0 28 0 0 0 22 0 1 0 657568413 31883264 4575 33554432000 4194304 4300288 140734655018000 18446744073709551615 4228578 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17504/statm: 7784 4575 221 26 0 4416 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 31136

[startup+0.700767 s]
/proc/loadavg: 3.93 4.01 3.99 3/300 17504
/proc/meminfo: memFree=16623400/32951132 swapFree=67093824/67111528
[pid=17504] ppid=17502 vsize=39536 CPUtime=0.68 cores=0,2
/proc/17504/stat : 17504 (cir_minisat) R 17502 17504 17267 0 -1 4202496 7175 0 0 0 68 0 0 0 23 0 1 0 657568413 40484864 6586 33554432000 4194304 4300288 140734655018000 18446744073709551615 4230868 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17504/statm: 9884 6586 222 26 0 6516 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 39536

[startup+1.50058 s]
/proc/loadavg: 3.93 4.01 3.99 4/301 17505
/proc/meminfo: memFree=16594384/32951132 swapFree=67093824/67111528
[pid=17504] ppid=17502 vsize=38148 CPUtime=1.49 cores=0,2
/proc/17504/stat : 17504 (cir_minisat) R 17502 17504 17267 0 -1 4202496 8685 0 0 0 148 1 0 0 25 0 1 0 657568413 39063552 5715 33554432000 4194304 4300288 140734655018000 18446744073709551615 4255746 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17504/statm: 9537 5715 239 26 0 6169 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 38148

[startup+3.10033 s]
/proc/loadavg: 3.93 4.01 3.99 5/303 17532
/proc/meminfo: memFree=16563416/32951132 swapFree=67093824/67111528
[pid=17504] ppid=17502 vsize=38148 CPUtime=3.09 cores=0,2
/proc/17504/stat : 17504 (cir_minisat) R 17502 17504 17267 0 -1 4202496 9172 0 0 0 308 1 0 0 25 0 1 0 657568413 39063552 6188 33554432000 4194304 4300288 140734655018000 18446744073709551615 4255995 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17504/statm: 9537 6188 242 26 0 6169 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 38148

[startup+6.30079 s]
/proc/loadavg: 4.17 4.06 4.01 7/303 17533
/proc/meminfo: memFree=16550236/32951132 swapFree=67093824/67111528
[pid=17504] ppid=17502 vsize=42568 CPUtime=6.29 cores=0,2
/proc/17504/stat : 17504 (cir_minisat) R 17502 17504 17267 0 -1 4202496 9977 0 0 0 628 1 0 0 25 0 1 0 657568413 43589632 6962 33554432000 4194304 4300288 140734655018000 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17504/statm: 10642 6962 242 26 0 7274 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 42568

[startup+12.7007 s]
/proc/loadavg: 4.32 4.09 4.02 5/303 17533
/proc/meminfo: memFree=16519236/32951132 swapFree=67093824/67111528
[pid=17504] ppid=17502 vsize=50208 CPUtime=12.69 cores=0,2
/proc/17504/stat : 17504 (cir_minisat) R 17502 17504 17267 0 -1 4202496 11579 0 0 0 1268 1 0 0 25 0 1 0 657568413 51412992 8525 33554432000 4194304 4300288 140734655018000 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17504/statm: 12552 8525 242 26 0 9184 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 50208

[startup+25.5005 s]
/proc/loadavg: 4.41 4.12 4.03 5/303 17560
/proc/meminfo: memFree=15979876/32951132 swapFree=67093824/67111528
[pid=17504] ppid=17502 vsize=65016 CPUtime=25.49 cores=0,2
/proc/17504/stat : 17504 (cir_minisat) R 17502 17504 17267 0 -1 4202496 14586 0 0 0 2547 2 0 0 25 0 1 0 657568413 66576384 11470 33554432000 4194304 4300288 140734655018000 18446744073709551615 4256261 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17504/statm: 16254 11470 242 26 0 12886 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 65016

[startup+51.101 s]
/proc/loadavg: 5.92 4.49 4.16 6/303 17561
/proc/meminfo: memFree=15647620/32951132 swapFree=67093824/67111528
[pid=17504] ppid=17502 vsize=89728 CPUtime=51.1 cores=0,2
/proc/17504/stat : 17504 (cir_minisat) R 17502 17504 17267 0 -1 4202496 19294 0 0 0 5105 5 0 0 25 0 1 0 657568413 91881472 16102 33554432000 4194304 4300288 140734655018000 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17504/statm: 22432 16102 242 26 0 19064 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 89728

[startup+102.301 s]
/proc/loadavg: 6.10 4.83 4.29 4/297 17605
/proc/meminfo: memFree=15684408/32951132 swapFree=67093824/67111528
[pid=17504] ppid=17502 vsize=127300 CPUtime=102.28 cores=0,2
/proc/17504/stat : 17504 (cir_minisat) R 17502 17504 17267 0 -1 4202496 25164 0 0 0 10214 14 0 0 25 0 1 0 657568413 130355200 21880 33554432000 4194304 4300288 140734655018000 18446744073709551615 4256266 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17504/statm: 31825 21880 242 26 0 28457 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 127300

[startup+162.301 s]
/proc/loadavg: 4.14 4.49 4.21 4/297 17607
/proc/meminfo: memFree=15616216/32951132 swapFree=67093824/67111528
[pid=17504] ppid=17502 vsize=133768 CPUtime=162.3 cores=0,2
/proc/17504/stat : 17504 (cir_minisat) R 17502 17504 17267 0 -1 4202496 30687 0 0 0 16214 16 0 0 25 0 1 0 657568413 136978432 27318 33554432000 4194304 4300288 140734655018000 18446744073709551615 4256216 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17504/statm: 33442 27318 242 26 0 30074 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 133768

[startup+222.3 s]
/proc/loadavg: 3.41 4.22 4.13 4/297 17608
/proc/meminfo: memFree=15536904/32951132 swapFree=67093824/67111528
[pid=17504] ppid=17502 vsize=189372 CPUtime=222.29 cores=0,2
/proc/17504/stat : 17504 (cir_minisat) R 17502 17504 17267 0 -1 4202496 35569 0 0 0 22211 18 0 0 25 0 1 0 657568413 193916928 32112 33554432000 4194304 4300288 140734655018000 18446744073709551615 4272506 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17504/statm: 47343 32112 242 26 0 43975 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 189372

[startup+282.311 s]
/proc/loadavg: 3.15 3.99 4.05 4/297 17610
/proc/meminfo: memFree=15472208/32951132 swapFree=67093824/67111528
[pid=17504] ppid=17502 vsize=193852 CPUtime=282.3 cores=0,2
/proc/17504/stat : 17504 (cir_minisat) R 17502 17504 17267 0 -1 4202496 39709 0 0 0 28210 20 0 0 25 0 1 0 657568413 198504448 36179 33554432000 4194304 4300288 140734655018000 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17504/statm: 48463 36179 242 26 0 45095 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 193852

[startup+342.301 s]
/proc/loadavg: 3.05 3.81 3.99 4/297 17611
/proc/meminfo: memFree=15482924/32951132 swapFree=67093824/67111528
[pid=17504] ppid=17502 vsize=114276 CPUtime=342.3 cores=0,2
/proc/17504/stat : 17504 (cir_minisat) R 17502 17504 17267 0 -1 4202496 49140 0 0 0 34204 26 0 0 25 0 1 0 657568413 117018624 20429 33554432000 4194304 4300288 140734655018000 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17504/statm: 28569 20429 242 26 0 25201 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 114276

[startup+402.301 s]
/proc/loadavg: 3.02 3.66 3.92 4/297 17613
/proc/meminfo: memFree=15391180/32951132 swapFree=67093824/67111528
[pid=17504] ppid=17502 vsize=146152 CPUtime=402.3 cores=0,2
/proc/17504/stat : 17504 (cir_minisat) R 17502 17504 17267 0 -1 4202496 54443 0 0 0 40202 28 0 0 25 0 1 0 657568413 149659648 25634 33554432000 4194304 4300288 140734655018000 18446744073709551615 4255947 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17504/statm: 36538 25634 242 26 0 33170 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 146152

[startup+462.301 s]
/proc/loadavg: 3.04 3.55 3.87 4/297 17615
/proc/meminfo: memFree=15302768/32951132 swapFree=67093824/67111528
[pid=17504] ppid=17502 vsize=147100 CPUtime=462.3 cores=0,2
/proc/17504/stat : 17504 (cir_minisat) R 17502 17504 17267 0 -1 4202496 58510 0 0 0 46200 30 0 0 25 0 1 0 657568413 150630400 29602 33554432000 4194304 4300288 140734655018000 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17504/statm: 36775 29602 242 26 0 33407 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 147100

[startup+522.3 s]
/proc/loadavg: 2.48 3.31 3.76 3/291 17633
/proc/meminfo: memFree=15266840/32951132 swapFree=67093824/67111528
[pid=17504] ppid=17502 vsize=149156 CPUtime=522.3 cores=0,2
/proc/17504/stat : 17504 (cir_minisat) R 17502 17504 17267 0 -1 4202496 62421 0 0 0 52199 31 0 0 25 0 1 0 657568413 152735744 33432 33554432000 4194304 4300288 140734655018000 18446744073709551615 4256223 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17504/statm: 37289 33432 242 26 0 33921 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 149156

[startup+582.301 s]
/proc/loadavg: 2.18 3.07 3.65 3/291 17635
/proc/meminfo: memFree=15192952/32951132 swapFree=67093824/67111528
[pid=17504] ppid=17502 vsize=200552 CPUtime=582.3 cores=0,2
/proc/17504/stat : 17504 (cir_minisat) R 17502 17504 17267 0 -1 4202496 65703 0 0 0 58197 33 0 0 25 0 1 0 657568413 205365248 36633 33554432000 4194304 4300288 140734655018000 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17504/statm: 50138 36633 242 26 0 46770 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 200552

[startup+642.301 s]
/proc/loadavg: 2.17 2.90 3.55 3/291 17636
/proc/meminfo: memFree=15117980/32951132 swapFree=67093824/67111528
[pid=17504] ppid=17502 vsize=203020 CPUtime=642.3 cores=0,2
/proc/17504/stat : 17504 (cir_minisat) R 17502 17504 17267 0 -1 4202496 70263 0 0 0 64195 35 0 0 25 0 1 0 657568413 207892480 41084 33554432000 4194304 4300288 140734655018000 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17504/statm: 50755 41084 242 26 0 47387 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 203020

[startup+702.3 s]
/proc/loadavg: 1.84 2.68 3.44 2/285 17655
/proc/meminfo: memFree=16419700/32951132 swapFree=67093824/67111528
[pid=17504] ppid=17502 vsize=210648 CPUtime=702.3 cores=0,2
/proc/17504/stat : 17504 (cir_minisat) R 17502 17504 17267 0 -1 4202496 74768 0 0 0 70193 37 0 0 25 0 1 0 657568413 215703552 45534 33554432000 4194304 4300288 140734655018000 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17504/statm: 52662 45534 242 26 0 49294 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 210648

[startup+762.301 s]
/proc/loadavg: 1.31 2.37 3.28 2/285 17657
/proc/meminfo: memFree=16502032/32951132 swapFree=67093824/67111528
[pid=17504] ppid=17502 vsize=130676 CPUtime=762.3 cores=0,2
/proc/17504/stat : 17504 (cir_minisat) R 17502 17504 17267 0 -1 4202496 85054 0 0 0 76189 41 0 0 25 0 1 0 657568413 133812224 25053 33554432000 4194304 4300288 140734655018000 18446744073709551615 4256261 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17504/statm: 32669 25053 242 26 0 29301 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 130676

[startup+822.3 s]
/proc/loadavg: 1.11 2.12 3.14 2/285 17658
/proc/meminfo: memFree=16478708/32951132 swapFree=67093824/67111528
[pid=17504] ppid=17502 vsize=161496 CPUtime=822.31 cores=0,2
/proc/17504/stat : 17504 (cir_minisat) R 17502 17504 17267 0 -1 4202496 90987 0 0 0 82187 44 0 0 25 0 1 0 657568413 165371904 30863 33554432000 4194304 4300288 140734655018000 18446744073709551615 4256261 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17504/statm: 40374 30863 242 26 0 37006 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 161496

[startup+882.301 s]
/proc/loadavg: 1.04 1.92 3.00 2/285 17660
/proc/meminfo: memFree=16460728/32951132 swapFree=67093824/67111528
[pid=17504] ppid=17502 vsize=162052 CPUtime=882.31 cores=0,2
/proc/17504/stat : 17504 (cir_minisat) R 17502 17504 17267 0 -1 4202496 95622 0 0 0 88185 46 0 0 25 0 1 0 657568413 165941248 35408 33554432000 4194304 4300288 140734655018000 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17504/statm: 40513 35408 242 26 0 37145 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 162052

[startup+942.311 s]
/proc/loadavg: 1.01 1.75 2.87 2/285 17661
/proc/meminfo: memFree=16444480/32951132 swapFree=67093824/67111528
[pid=17504] ppid=17502 vsize=214052 CPUtime=942.31 cores=0,2
/proc/17504/stat : 17504 (cir_minisat) R 17502 17504 17267 0 -1 4202496 99753 0 0 0 94183 48 0 0 25 0 1 0 657568413 219189248 39448 33554432000 4194304 4300288 140734655018000 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17504/statm: 53513 39448 242 26 0 50145 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 214052

[startup+1002.3 s]
/proc/loadavg: 1.00 1.61 2.75 2/285 17663
/proc/meminfo: memFree=16429340/32951132 swapFree=67093824/67111528
[pid=17504] ppid=17502 vsize=215348 CPUtime=1002.31 cores=0,2
/proc/17504/stat : 17504 (cir_minisat) R 17502 17504 17267 0 -1 4202496 103633 0 0 0 100181 50 0 0 25 0 1 0 657568413 220516352 43249 33554432000 4194304 4300288 140734655018000 18446744073709551615 4255819 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17504/statm: 53837 43249 242 26 0 50469 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 215348

[startup+1062.3 s]
/proc/loadavg: 1.00 1.49 2.64 2/285 17665
/proc/meminfo: memFree=16416548/32951132 swapFree=67093824/67111528
[pid=17504] ppid=17502 vsize=216952 CPUtime=1062.31 cores=0,2
/proc/17504/stat : 17504 (cir_minisat) R 17502 17504 17267 0 -1 4202496 106869 0 0 0 106180 51 0 0 25 0 1 0 657568413 222158848 46430 33554432000 4194304 4300288 140734655018000 18446744073709551615 4255695 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17504/statm: 54238 46430 242 26 0 50870 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 216952

[startup+1122.3 s]
/proc/loadavg: 1.00 1.40 2.53 2/285 17666
/proc/meminfo: memFree=16400548/32951132 swapFree=67093824/67111528
[pid=17504] ppid=17502 vsize=219280 CPUtime=1122.31 cores=0,2
/proc/17504/stat : 17504 (cir_minisat) R 17502 17504 17267 0 -1 4202496 111013 0 0 0 112178 53 0 0 25 0 1 0 657568413 224542720 50489 33554432000 4194304 4300288 140734655018000 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17504/statm: 54820 50489 242 26 0 51452 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 219280

[startup+1182.3 s]
/proc/loadavg: 1.00 1.33 2.43 2/285 17677
/proc/meminfo: memFree=16499096/32951132 swapFree=67093824/67111528
[pid=17504] ppid=17502 vsize=120928 CPUtime=1182.31 cores=0,2
/proc/17504/stat : 17504 (cir_minisat) R 17502 17504 17267 0 -1 4202496 120511 0 0 0 118175 56 0 0 25 0 1 0 657568413 123830272 25949 33554432000 4194304 4300288 140734655018000 18446744073709551615 4256031 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17504/statm: 30232 25949 242 26 0 26864 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 120928

[startup+1242.3 s]
/proc/loadavg: 1.03 1.28 2.35 2/285 17678
/proc/meminfo: memFree=16476360/32951132 swapFree=67093824/67111528
[pid=17504] ppid=17502 vsize=171028 CPUtime=1242.31 cores=0,2
/proc/17504/stat : 17504 (cir_minisat) R 17502 17504 17267 0 -1 4202496 126193 0 0 0 124173 58 0 0 25 0 1 0 657568413 175132672 31519 33554432000 4194304 4300288 140734655018000 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17504/statm: 42757 31519 242 26 0 39389 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 171028



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.01 1.22 2.26 2/285 17680
/proc/meminfo: memFree=16459856/32951132 swapFree=67093824/67111528
[pid=17504] ppid=17502 vsize=171576 CPUtime=1300.02 cores=0,2
/proc/17504/stat : 17504 (cir_minisat) R 17502 17504 17267 0 -1 4202496 130361 0 0 0 129942 60 0 0 25 0 1 0 657568413 175693824 35597 33554432000 4194304 4300288 140734655018000 18446744073709551615 4255670 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17504/statm: 42894 35597 242 26 0 39526 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 171576

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1300 s]
/proc/loadavg: 1.01 1.22 2.26 2/285 17680
/proc/meminfo: memFree=16459856/32951132 swapFree=67093824/67111528
[pid=17504] ppid=17502 vsize=171576 CPUtime=1300.02 cores=0,2
/proc/17504/stat : 17504 (cir_minisat) R 17502 17504 17267 0 -1 4202496 130361 0 0 0 129942 60 0 0 25 0 1 0 657568413 175693824 35597 33554432000 4194304 4300288 140734655018000 18446744073709551615 4255670 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/17504/statm: 42894 35597 242 26 0 39526 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 171576

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.04
CPU user time (s): 1299.43
CPU system time (s): 0.614906
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 313688

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

runsolver used 3.63645 second user time and 8.28574 second system time

The end

Launcher Data

Begin job on node131 at 2011-05-15 13:41:28
IDJOB=3380421
IDBENCH=88062
IDSOLVER=1863
FILE ID=node131/3380421-1305459688
RUNJOBID= node131-1305458384-17285
PBS_JOBID= 13324902
Free space on /tmp= 73700 MiB

SOLVER NAME= cir_minisat 2011-05-13 (simp)
BENCH NAME= SAT02/industrial/nam/fpga-routing/k2fix_gr_rcs_w8.shuffled.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3380421-1305459688/watcher-3380421-1305459688 -o /tmp/evaluation-result-3380421-1305459688/solver-3380421-1305459688 -C 2400 -W 1300 -M 7680  HOME/cir_minisat HOME/instance-3380421-1305459688.cnf

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

MD5SUM BENCH= 82e833e539576c6d79252b19dcace0cf
RANDOM SEED=1739648871

node131.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.830
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.66
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.830
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.75
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.830
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.83
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.830
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.75
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.830
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.77
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.830
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.830
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.830
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      16623804 kB
Buffers:        290780 kB
Cached:        4120236 kB
SwapCached:       1504 kB
Active:       12795920 kB
Inactive:      3265460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      16623804 kB
SwapTotal:    67111528 kB
SwapFree:     67093824 kB
Dirty:            4772 kB
Writeback:          24 kB
AnonPages:    11648628 kB
Mapped:          28056 kB
Slab:           168100 kB
PageTables:      35812 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 30039656 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73704 MiB
End job on node131 at 2011-05-15 14:03:10