Trace number 3493881

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
Haifa-MUC-A 2011-04-07? (TO) 1800.06 1800.01

General information on the benchmark

NameSAT02/industrial/goldberg/fpga_routing/
c880_gr_rcs_w6.shuffled.cnf
MD5SUM16f447886bc5a8a4178a814eff5c7716
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark11.1073
Satisfiable
(Un)Satisfiability was proved
Number of variables3936
Number of clauses53018
Sum of the clauses size108660
Maximum clause length6
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 252362
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5656

Solver Data


Verifier Data

ERROR: Unexpected answer ! (UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3493881-1307804144/watcher-3493881-1307804144 -o /tmp/evaluation-result-3493881-1307804144/solver-3493881-1307804144 -C 1800 -W 1850 -M 7680 HOME/hmuc-a HOME/instance-3493881-1307804144.cnf 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1850 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.24 2.13 2.62 4/193 15999
/proc/meminfo: memFree=31253180/32951124 swapFree=67054536/67111528
[pid=15999] ppid=15997 vsize=23292 CPUtime=0 cores=5,7
/proc/15999/stat : 15999 (hmuc-a) R 15997 15999 11621 0 -1 4202496 1201 0 0 0 0 0 0 0 25 0 1 0 892012326 23851008 1119 33554432000 4194304 4311632 140734907854880 18446744073709551615 4240641 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15999/statm: 5823 1122 216 29 0 2452 0

[startup+0.090612 s]
/proc/loadavg: 1.24 2.13 2.62 4/193 15999
/proc/meminfo: memFree=31253180/32951124 swapFree=67054536/67111528
[pid=15999] ppid=15997 vsize=31000 CPUtime=0.08 cores=5,7
/proc/15999/stat : 15999 (hmuc-a) R 15997 15999 11621 0 -1 4202496 3918 0 0 0 8 0 0 0 25 0 1 0 892012326 31744000 3267 33554432000 4194304 4311632 140734907854880 18446744073709551615 4266014 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15999/statm: 7750 3271 225 29 0 4379 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 31000

[startup+0.100608 s]
/proc/loadavg: 1.24 2.13 2.62 4/193 15999
/proc/meminfo: memFree=31253180/32951124 swapFree=67054536/67111528
[pid=15999] ppid=15997 vsize=27268 CPUtime=0.09 cores=5,7
/proc/15999/stat : 15999 (hmuc-a) R 15997 15999 11621 0 -1 4202496 4386 0 0 0 9 0 0 0 25 0 1 0 892012326 27922432 3257 33554432000 4194304 4311632 140734907854880 18446744073709551615 4264186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15999/statm: 6817 3257 234 29 0 3446 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27268

[startup+0.300569 s]
/proc/loadavg: 1.24 2.13 2.62 4/193 15999
/proc/meminfo: memFree=31253180/32951124 swapFree=67054536/67111528
[pid=15999] ppid=15997 vsize=28296 CPUtime=0.29 cores=5,7
/proc/15999/stat : 15999 (hmuc-a) R 15997 15999 11621 0 -1 4202496 4740 0 0 0 29 0 0 0 25 0 1 0 892012326 28975104 3610 33554432000 4194304 4311632 140734907854880 18446744073709551615 4271553 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15999/statm: 7074 3612 245 29 0 3703 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28296

[startup+0.700497 s]
/proc/loadavg: 1.24 2.13 2.62 4/193 15999
/proc/meminfo: memFree=31253180/32951124 swapFree=67054536/67111528
[pid=15999] ppid=15997 vsize=37112 CPUtime=0.68 cores=5,7
/proc/15999/stat : 15999 (hmuc-a) R 15997 15999 11621 0 -1 4202496 6260 0 0 0 68 0 0 0 25 0 1 0 892012326 38002688 5127 33554432000 4194304 4311632 140734907854880 18446744073709551615 4286219 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15999/statm: 9278 5127 246 29 0 5907 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 37112

[startup+1.50035 s]
/proc/loadavg: 1.24 2.13 2.62 5/194 16000
/proc/meminfo: memFree=31188640/32951124 swapFree=67054536/67111528
[pid=15999] ppid=15997 vsize=55968 CPUtime=1.49 cores=5,7
/proc/15999/stat : 15999 (hmuc-a) R 15997 15999 11621 0 -1 4202496 11121 0 0 0 148 1 0 0 25 0 1 0 892012326 57311232 9984 33554432000 4194304 4311632 140734907854880 18446744073709551615 4264702 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15999/statm: 13992 9984 246 29 0 10621 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 55968

[startup+3.10107 s]
/proc/loadavg: 1.24 2.13 2.62 5/194 16000
/proc/meminfo: memFree=31188268/32951124 swapFree=67054536/67111528
[pid=15999] ppid=15997 vsize=105756 CPUtime=3.09 cores=5,7
/proc/15999/stat : 15999 (hmuc-a) R 15997 15999 11621 0 -1 4202496 22636 0 0 0 307 2 0 0 25 0 1 0 892012326 108294144 21495 33554432000 4194304 4311632 140734907854880 18446744073709551615 271553975899 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15999/statm: 26439 21495 246 29 0 23068 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 105756

[startup+6.30048 s]
/proc/loadavg: 1.46 2.16 2.63 5/194 16000
/proc/meminfo: memFree=31119800/32951124 swapFree=67054536/67111528
[pid=15999] ppid=15997 vsize=237364 CPUtime=6.29 cores=5,7
/proc/15999/stat : 15999 (hmuc-a) R 15997 15999 11621 0 -1 4202496 40274 0 0 0 625 4 0 0 25 0 1 0 892012326 243060736 39123 33554432000 4194304 4311632 140734907854880 18446744073709551615 4286219 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15999/statm: 59341 39123 246 29 0 55970 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 237364

[startup+12.7003 s]
/proc/loadavg: 1.67 2.19 2.63 5/194 16000
/proc/meminfo: memFree=30872184/32951124 swapFree=67054536/67111528
[pid=15999] ppid=15997 vsize=370132 CPUtime=12.69 cores=5,7
/proc/15999/stat : 15999 (hmuc-a) R 15997 15999 11621 0 -1 4202496 78600 0 0 0 1261 8 0 0 25 0 1 0 892012326 379015168 77436 33554432000 4194304 4311632 140734907854880 18446744073709551615 4282542 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15999/statm: 92533 77436 246 29 0 89162 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 370132

[startup+25.501 s]
/proc/loadavg: 2.18 2.28 2.65 5/194 16114
/proc/meminfo: memFree=30585196/32951124 swapFree=67054536/67111528
[pid=15999] ppid=15997 vsize=585664 CPUtime=25.49 cores=5,7
/proc/15999/stat : 15999 (hmuc-a) R 15997 15999 11621 0 -1 4202496 136665 0 0 0 2534 15 0 0 25 0 1 0 892012326 599719936 135489 33554432000 4194304 4311632 140734907854880 18446744073709551615 4260432 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15999/statm: 146416 135496 246 29 0 143045 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 585664

[startup+51.1003 s]
/proc/loadavg: 2.88 2.43 2.69 5/194 16153
/proc/meminfo: memFree=30247440/32951124 swapFree=67054536/67111528
[pid=15999] ppid=15997 vsize=1503304 CPUtime=51.09 cores=5,7
/proc/15999/stat : 15999 (hmuc-a) R 15997 15999 11621 0 -1 4202496 232632 0 0 0 5081 28 0 0 25 0 1 0 892012326 1539383296 231432 33554432000 4194304 4311632 140734907854880 18446744073709551615 4260736 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15999/statm: 375826 231432 246 29 0 372455 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1503304

[startup+102.307 s]
/proc/loadavg: 3.64 2.70 2.77 5/194 16154
/proc/meminfo: memFree=30962268/32951124 swapFree=67054536/67111528
[pid=15999] ppid=15997 vsize=160144 CPUtime=102.3 cores=5,7
/proc/15999/stat : 15999 (hmuc-a) R 15997 15999 11621 0 -1 4202496 422285 0 0 0 10170 60 0 0 25 0 1 0 892012326 163987456 35431 33554432000 4194304 4311632 140734907854880 18446744073709551615 4259354 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15999/statm: 40036 35431 246 29 0 36665 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 160144

[startup+162.301 s]
/proc/loadavg: 3.87 2.93 2.84 6/194 16156
/proc/meminfo: memFree=31106956/32951124 swapFree=67054536/67111528
[pid=15999] ppid=15997 vsize=80772 CPUtime=162.3 cores=5,7
/proc/15999/stat : 15999 (hmuc-a) R 15997 15999 11621 0 -1 4202496 639350 0 0 0 16136 94 0 0 25 0 1 0 892012326 82710528 13642 33554432000 4194304 4311632 140734907854880 18446744073709551615 4264160 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15999/statm: 20193 13642 246 29 0 16822 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 80772

[startup+222.3 s]
/proc/loadavg: 4.02 3.14 2.92 5/194 16157
/proc/meminfo: memFree=30765924/32951124 swapFree=67054536/67111528
[pid=15999] ppid=15997 vsize=376084 CPUtime=222.29 cores=5,7
/proc/15999/stat : 15999 (hmuc-a) R 15997 15999 11621 0 -1 4202496 853474 0 0 0 22105 124 0 0 25 0 1 0 892012326 385110016 70432 33554432000 4194304 4311632 140734907854880 18446744073709551615 4264612 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15999/statm: 94021 70432 246 29 0 90650 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 376084

[startup+282.3 s]
/proc/loadavg: 4.00 3.30 2.98 5/194 16159
/proc/meminfo: memFree=30995788/32951124 swapFree=67054536/67111528
[pid=15999] ppid=15997 vsize=170260 CPUtime=282.3 cores=5,7
/proc/15999/stat : 15999 (hmuc-a) R 15997 15999 11621 0 -1 4202496 1095670 0 0 0 28068 162 0 0 25 0 1 0 892012326 174346240 36780 33554432000 4194304 4311632 140734907854880 18446744073709551615 4264416 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15999/statm: 42565 36780 264 29 0 39194 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 170260

[startup+342.3 s]
/proc/loadavg: 4.00 3.42 3.04 5/194 16170
/proc/meminfo: memFree=31057296/32951124 swapFree=67054536/67111528
[pid=15999] ppid=15997 vsize=70384 CPUtime=342.3 cores=5,7
/proc/15999/stat : 15999 (hmuc-a) R 15997 15999 11621 0 -1 4202496 1360418 0 0 0 34028 202 0 0 25 0 1 0 892012326 72073216 12581 33554432000 4194304 4311632 140734907854880 18446744073709551615 4264273 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15999/statm: 17596 12581 264 29 0 14225 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 70384

[startup+402.3 s]
/proc/loadavg: 4.00 3.52 3.10 5/194 16171
/proc/meminfo: memFree=30892464/32951124 swapFree=67054536/67111528
[pid=15999] ppid=15997 vsize=44596 CPUtime=402.3 cores=5,7
/proc/15999/stat : 15999 (hmuc-a) R 15997 15999 11621 0 -1 4202496 1611520 0 0 0 39989 241 0 0 25 0 1 0 892012326 45666304 7621 33554432000 4194304 4311632 140734907854880 18446744073709551615 4264235 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15999/statm: 11149 7621 264 29 0 7778 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 44596

[startup+462.301 s]
/proc/loadavg: 4.00 3.61 3.15 5/194 16173
/proc/meminfo: memFree=31099016/32951124 swapFree=67054536/67111528
[pid=15999] ppid=15997 vsize=124736 CPUtime=462.31 cores=5,7
/proc/15999/stat : 15999 (hmuc-a) R 15997 15999 11621 0 -1 4202496 1882071 0 0 0 45948 283 0 0 25 0 1 0 892012326 127729664 26176 33554432000 4194304 4311632 140734907854880 18446744073709551615 4272153 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15999/statm: 31184 26176 264 29 0 27813 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 124736

[startup+522.301 s]
/proc/loadavg: 4.00 3.68 3.20 5/194 16176
/proc/meminfo: memFree=31022840/32951124 swapFree=67054536/67111528
[pid=15999] ppid=15997 vsize=124736 CPUtime=522.3 cores=5,7
/proc/15999/stat : 15999 (hmuc-a) R 15997 15999 11621 0 -1 4202496 2119926 0 0 0 51914 316 0 0 25 0 1 0 892012326 127729664 26073 33554432000 4194304 4311632 140734907854880 18446744073709551615 4264235 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15999/statm: 31184 26073 264 29 0 27813 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 124736

[startup+582.301 s]
/proc/loadavg: 4.00 3.73 3.25 5/194 16179
/proc/meminfo: memFree=31030040/32951124 swapFree=67054536/67111528
[pid=15999] ppid=15997 vsize=74948 CPUtime=582.3 cores=5,7
/proc/15999/stat : 15999 (hmuc-a) R 15997 15999 11621 0 -1 4202496 2347976 0 0 0 57877 353 0 0 25 0 1 0 892012326 76746752 12436 33554432000 4194304 4311632 140734907854880 18446744073709551615 4282542 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15999/statm: 18737 12436 264 29 0 15366 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 74948

[startup+642.301 s]

################
# More data... #
################

[startup+822.301 s]
/proc/loadavg: 4.08 3.95 3.45 5/194 16185
/proc/meminfo: memFree=30852716/32951124 swapFree=67054536/67111528
[pid=15999] ppid=15997 vsize=124736 CPUtime=822.32 cores=5,7
/proc/15999/stat : 15999 (hmuc-a) R 15997 15999 11621 0 -1 4202496 3348800 0 0 0 81730 502 0 0 25 0 1 0 892012326 127729664 26767 33554432000 4194304 4311632 140734907854880 18446744073709551615 4272916 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15999/statm: 31184 26767 264 29 0 27813 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 124736

[startup+882.3 s]
/proc/loadavg: 4.03 3.96 3.48 5/194 16187
/proc/meminfo: memFree=30824900/32951124 swapFree=67054536/67111528
[pid=15999] ppid=15997 vsize=256212 CPUtime=882.32 cores=5,7
/proc/15999/stat : 15999 (hmuc-a) R 15997 15999 11621 0 -1 4202496 3594852 0 0 0 87694 538 0 0 25 0 1 0 892012326 262361088 50358 33554432000 4194304 4311632 140734907854880 18446744073709551615 4286168 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15999/statm: 64053 50358 264 29 0 60682 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 256212

[startup+942.3 s]
/proc/loadavg: 4.01 3.96 3.51 5/194 16189
/proc/meminfo: memFree=31009260/32951124 swapFree=67054536/67111528
[pid=15999] ppid=15997 vsize=93916 CPUtime=942.32 cores=5,7
/proc/15999/stat : 15999 (hmuc-a) R 15997 15999 11621 0 -1 4202496 3867864 0 0 0 93653 579 0 0 25 0 1 0 892012326 96169984 16924 33554432000 4194304 4311632 140734907854880 18446744073709551615 4264186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15999/statm: 23479 16924 264 29 0 20108 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 93916

[startup+1002.3 s]
/proc/loadavg: 4.00 3.97 3.54 5/194 16190
/proc/meminfo: memFree=30935088/32951124 swapFree=67054536/67111528
[pid=15999] ppid=15997 vsize=93916 CPUtime=1002.32 cores=5,7
/proc/15999/stat : 15999 (hmuc-a) R 15997 15999 11621 0 -1 4202496 4106376 0 0 0 99619 613 0 0 25 0 1 0 892012326 96169984 16627 33554432000 4194304 4311632 140734907854880 18446744073709551615 4272536 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15999/statm: 23479 16627 264 29 0 20108 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 93916

[startup+1062.3 s]
/proc/loadavg: 4.00 3.97 3.56 5/194 16192
/proc/meminfo: memFree=30866492/32951124 swapFree=67054536/67111528
[pid=15999] ppid=15997 vsize=174824 CPUtime=1062.32 cores=5,7
/proc/15999/stat : 15999 (hmuc-a) R 15997 15999 11621 0 -1 4202496 4348866 0 0 0 105579 653 0 0 25 0 1 0 892012326 179019776 32871 33554432000 4194304 4311632 140734907854880 18446744073709551615 4271928 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15999/statm: 43706 32871 264 29 0 40335 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 174824

[startup+1122.3 s]
/proc/loadavg: 4.00 3.97 3.59 5/194 16193
/proc/meminfo: memFree=30979668/32951124 swapFree=67054536/67111528
[pid=15999] ppid=15997 vsize=124736 CPUtime=1122.33 cores=5,7
/proc/15999/stat : 15999 (hmuc-a) R 15997 15999 11621 0 -1 4202496 4573050 0 0 0 111545 688 0 0 25 0 1 0 892012326 127729664 22483 33554432000 4194304 4311632 140734907854880 18446744073709551615 4264235 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15999/statm: 31184 22483 264 29 0 27813 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 124736

[startup+1182.3 s]
/proc/loadavg: 4.13 4.00 3.62 5/194 16195
/proc/meminfo: memFree=30808276/32951124 swapFree=67054536/67111528
[pid=15999] ppid=15997 vsize=44596 CPUtime=1182.32 cores=5,7
/proc/15999/stat : 15999 (hmuc-a) R 15997 15999 11621 0 -1 4202496 4833436 0 0 0 117502 730 0 0 25 0 1 0 892012326 45666304 7625 33554432000 4194304 4311632 140734907854880 18446744073709551615 4264447 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15999/statm: 11149 7625 264 29 0 7778 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 44596

[startup+1242.3 s]
/proc/loadavg: 4.05 4.00 3.64 5/194 16197
/proc/meminfo: memFree=31121836/32951124 swapFree=67054536/67111528
[pid=15999] ppid=15997 vsize=63272 CPUtime=1242.32 cores=5,7
/proc/15999/stat : 15999 (hmuc-a) R 15997 15999 11621 0 -1 4202496 5062588 0 0 0 123466 766 0 0 25 0 1 0 892012326 64790528 11650 33554432000 4194304 4311632 140734907854880 18446744073709551615 4282542 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15999/statm: 15818 11650 264 29 0 12447 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 63272

[startup+1302.3 s]
/proc/loadavg: 4.02 4.00 3.66 5/194 16198
/proc/meminfo: memFree=31001284/32951124 swapFree=67054536/67111528
[pid=15999] ppid=15997 vsize=124736 CPUtime=1302.33 cores=5,7
/proc/15999/stat : 15999 (hmuc-a) R 15997 15999 11621 0 -1 4202496 5334189 0 0 0 129428 805 0 0 25 0 1 0 892012326 127729664 21246 33554432000 4194304 4311632 140734907854880 18446744073709551615 4271580 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15999/statm: 31184 21246 264 29 0 27813 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 124736

[startup+1362.3 s]
/proc/loadavg: 4.00 4.00 3.68 5/194 16200
/proc/meminfo: memFree=30941000/32951124 swapFree=67054536/67111528
[pid=15999] ppid=15997 vsize=174824 CPUtime=1362.33 cores=5,7
/proc/15999/stat : 15999 (hmuc-a) R 15997 15999 11621 0 -1 4202496 5580824 0 0 0 135389 844 0 0 25 0 1 0 892012326 179019776 36123 33554432000 4194304 4311632 140734907854880 18446744073709551615 4264416 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15999/statm: 43706 36123 264 29 0 40335 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 174824

[startup+1422.31 s]
/proc/loadavg: 4.00 4.00 3.70 5/194 16201
/proc/meminfo: memFree=30867572/32951124 swapFree=67054536/67111528
[pid=15999] ppid=15997 vsize=174824 CPUtime=1422.34 cores=5,7
/proc/15999/stat : 15999 (hmuc-a) R 15997 15999 11621 0 -1 4202496 5831520 0 0 0 141350 884 0 0 25 0 1 0 892012326 179019776 30365 33554432000 4194304 4311632 140734907854880 18446744073709551615 4264235 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15999/statm: 43706 30365 264 29 0 40335 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 174824

[startup+1482.3 s]
/proc/loadavg: 4.00 4.00 3.71 5/194 16203
/proc/meminfo: memFree=30860360/32951124 swapFree=67054536/67111528
[pid=15999] ppid=15997 vsize=124736 CPUtime=1482.33 cores=5,7
/proc/15999/stat : 15999 (hmuc-a) R 15997 15999 11621 0 -1 4202496 6091220 0 0 0 147309 924 0 0 25 0 1 0 892012326 127729664 23450 33554432000 4194304 4311632 140734907854880 18446744073709551615 4272609 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15999/statm: 31184 23450 264 29 0 27813 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 124736

[startup+1542.3 s]
/proc/loadavg: 4.00 4.00 3.73 5/194 16205
/proc/meminfo: memFree=30916004/32951124 swapFree=67054536/67111528
[pid=15999] ppid=15997 vsize=93916 CPUtime=1542.34 cores=5,7
/proc/15999/stat : 15999 (hmuc-a) R 15997 15999 11621 0 -1 4202496 6333268 0 0 0 153270 964 0 0 25 0 1 0 892012326 96169984 19561 33554432000 4194304 4311632 140734907854880 18446744073709551615 4271507 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15999/statm: 23479 19561 264 29 0 20108 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 93916

[startup+1602.3 s]
/proc/loadavg: 4.00 4.00 3.74 5/194 16206
/proc/meminfo: memFree=30993100/32951124 swapFree=67054536/67111528
[pid=15999] ppid=15997 vsize=63272 CPUtime=1602.34 cores=5,7
/proc/15999/stat : 15999 (hmuc-a) R 15997 15999 11621 0 -1 4202496 6572823 0 0 0 159233 1001 0 0 25 0 1 0 892012326 64790528 11525 33554432000 4194304 4311632 140734907854880 18446744073709551615 4282542 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15999/statm: 15818 11525 264 29 0 12447 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 63272

[startup+1662.3 s]
/proc/loadavg: 4.09 4.03 3.76 5/194 16208
/proc/meminfo: memFree=30900544/32951124 swapFree=67054536/67111528
[pid=15999] ppid=15997 vsize=124736 CPUtime=1662.34 cores=5,7
/proc/15999/stat : 15999 (hmuc-a) R 15997 15999 11621 0 -1 4202496 6819683 0 0 0 165195 1039 0 0 25 0 1 0 892012326 127729664 21779 33554432000 4194304 4311632 140734907854880 18446744073709551615 4264437 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15999/statm: 31184 21779 264 29 0 27813 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 124736

[startup+1722.3 s]
/proc/loadavg: 4.09 4.04 3.78 5/194 16209
/proc/meminfo: memFree=30977636/32951124 swapFree=67054536/67111528
[pid=15999] ppid=15997 vsize=93916 CPUtime=1722.34 cores=5,7
/proc/15999/stat : 15999 (hmuc-a) R 15997 15999 11621 0 -1 4202496 7094814 0 0 0 171153 1081 0 0 25 0 1 0 892012326 96169984 19000 33554432000 4194304 4311632 140734907854880 18446744073709551615 4264235 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15999/statm: 23479 19000 264 29 0 20108 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 93916

[startup+1782.3 s]
/proc/loadavg: 4.06 4.04 3.80 5/194 16211
/proc/meminfo: memFree=30859924/32951124 swapFree=67054536/67111528
[pid=15999] ppid=15997 vsize=256212 CPUtime=1782.35 cores=5,7
/proc/15999/stat : 15999 (hmuc-a) R 15997 15999 11621 0 -1 4202496 7341034 0 0 0 177119 1116 0 0 25 0 1 0 892012326 262361088 53011 33554432000 4194304 4311632 140734907854880 18446744073709551615 4286219 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15999/statm: 64053 53011 264 29 0 60682 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 256212



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 3.88 4.00 3.79 5/191 16280
/proc/meminfo: memFree=31141340/32951124 swapFree=67054536/67111528
[pid=15999] ppid=15997 vsize=63272 CPUtime=1800.05 cores=5,7
/proc/15999/stat : 15999 (hmuc-a) R 15997 15999 11621 0 -1 4202496 7421337 0 0 0 178875 1130 0 0 25 0 1 0 892012326 64790528 11867 33554432000 4194304 4311632 140734907854880 18446744073709551615 4282542 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15999/statm: 15818 11867 264 29 0 12447 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 63272

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): 1800.01
CPU time (s): 1800.06
CPU user time (s): 1788.76
CPU system time (s): 11.3023
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1522320

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

runsolver used 2.89456 second user time and 6.93295 second system time

The end

Launcher Data

Begin job on node133 at 2011-06-11 16:55:44
IDJOB=3493881
IDBENCH=87962
IDSOLVER=1983
FILE ID=node133/3493881-1307804144
RUNJOBID= node133-1307804142-15791
PBS_JOBID= 13551015
Free space on /tmp= 74084 MiB

SOLVER NAME= Haifa-MUC-A 2011-04-07
BENCH NAME= SAT02/industrial/goldberg/fpga_routing/c880_gr_rcs_w6.shuffled.cnf
COMMAND LINE= HOME/hmuc-a BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3493881-1307804144/watcher-3493881-1307804144 -o /tmp/evaluation-result-3493881-1307804144/solver-3493881-1307804144 -C 1800 -W 1850 -M 7680  HOME/hmuc-a HOME/instance-3493881-1307804144.cnf

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

MD5SUM BENCH= 16f447886bc5a8a4178a814eff5c7716
RANDOM SEED=476588787

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31254096 kB
Buffers:        283160 kB
Cached:        1132404 kB
SwapCached:      10420 kB
Active:         652428 kB
Inactive:       843168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31254096 kB
SwapTotal:    67111528 kB
SwapFree:     67054536 kB
Dirty:            3696 kB
Writeback:           0 kB
AnonPages:       77332 kB
Mapped:          13260 kB
Slab:           137320 kB
PageTables:       5472 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   319808 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74068 MiB
End job on node133 at 2011-06-11 17:25:46