Trace number 3293147

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
RestartSAT A75? (TO) 1300.05 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: 935)

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-3293147-1303789257/watcher-3293147-1303789257 -o /tmp/evaluation-result-3293147-1303789257/solver-3293147-1303789257 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3293147-1303789257.cnf 

running on 2 cores: 4,6

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.01 2.36 2.83 5/189 12050
/proc/meminfo: memFree=14655388/32950928 swapFree=67111528/67111528
[pid=12050] ppid=12048 vsize=20644 CPUtime=0 cores=4,6
/proc/12050/stat : 12050 (RestartSAT) R 12048 12050 10378 0 -1 4202496 960 0 0 0 0 0 0 0 25 0 1 0 490524521 21139456 901 33554432000 4194304 4291949 140734250346752 18446744073709551615 235594527429 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12050/statm: 5161 902 227 24 0 1795 0

[startup+0.028748 s]
/proc/loadavg: 3.01 2.36 2.83 5/189 12050
/proc/meminfo: memFree=14655388/32950928 swapFree=67111528/67111528
[pid=12050] ppid=12048 vsize=23316 CPUtime=0.02 cores=4,6
/proc/12050/stat : 12050 (RestartSAT) R 12048 12050 10378 0 -1 4202496 1949 0 0 0 2 0 0 0 25 0 1 0 490524521 23875584 1788 33554432000 4194304 4291949 140734250346752 18446744073709551615 235594527429 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12050/statm: 5829 1789 227 24 0 2463 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 23316

[startup+0.100796 s]
/proc/loadavg: 3.01 2.36 2.83 5/189 12050
/proc/meminfo: memFree=14655388/32950928 swapFree=67111528/67111528
[pid=12050] ppid=12048 vsize=31000 CPUtime=0.09 cores=4,6
/proc/12050/stat : 12050 (RestartSAT) R 12048 12050 10378 0 -1 4202496 5144 0 0 0 9 0 0 0 25 0 1 0 490524521 31744000 4553 33554432000 4194304 4291949 140734250346752 18446744073709551615 235594527429 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12050/statm: 7750 4554 227 24 0 4384 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31000

[startup+0.300805 s]
/proc/loadavg: 3.01 2.36 2.83 5/189 12050
/proc/meminfo: memFree=14655388/32950928 swapFree=67111528/67111528
[pid=12050] ppid=12048 vsize=31128 CPUtime=0.29 cores=4,6
/proc/12050/stat : 12050 (RestartSAT) R 12048 12050 10378 0 -1 4202496 5177 0 0 0 29 0 0 0 25 0 1 0 490524521 31875072 4586 33554432000 4194304 4291949 140734250346752 18446744073709551615 4229988 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12050/statm: 7782 4586 232 24 0 4416 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31128

[startup+0.700744 s]
/proc/loadavg: 3.01 2.36 2.83 5/189 12050
/proc/meminfo: memFree=14655388/32950928 swapFree=67111528/67111528
[pid=12050] ppid=12048 vsize=39528 CPUtime=0.69 cores=4,6
/proc/12050/stat : 12050 (RestartSAT) R 12048 12050 10378 0 -1 4202496 7189 0 0 0 68 1 0 0 25 0 1 0 490524521 40476672 6598 33554432000 4194304 4291949 140734250346752 18446744073709551615 4230256 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12050/statm: 9882 6598 234 24 0 6516 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 39528

[startup+1.50055 s]
/proc/loadavg: 3.09 2.38 2.84 5/190 12051
/proc/meminfo: memFree=14629348/32950928 swapFree=67111528/67111528
[pid=12050] ppid=12048 vsize=38140 CPUtime=1.49 cores=4,6
/proc/12050/stat : 12050 (RestartSAT) R 12048 12050 10378 0 -1 4202496 8737 0 0 0 148 1 0 0 25 0 1 0 490524521 39055360 5767 33554432000 4194304 4291949 140734250346752 18446744073709551615 4251072 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12050/statm: 9535 5767 252 24 0 6169 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 38140

[startup+3.10021 s]
/proc/loadavg: 3.09 2.38 2.84 5/190 12051
/proc/meminfo: memFree=14631208/32950928 swapFree=67111528/67111528
[pid=12050] ppid=12048 vsize=38140 CPUtime=3.09 cores=4,6
/proc/12050/stat : 12050 (RestartSAT) R 12048 12050 10378 0 -1 4202496 9010 0 0 0 308 1 0 0 25 0 1 0 490524521 39055360 6033 33554432000 4194304 4291949 140734250346752 18446744073709551615 4256147 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12050/statm: 9535 6033 252 24 0 6169 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 38140

[startup+6.3007 s]
/proc/loadavg: 3.16 2.41 2.85 5/190 12051
/proc/meminfo: memFree=14628116/32950928 swapFree=67111528/67111528
[pid=12050] ppid=12048 vsize=42560 CPUtime=6.29 cores=4,6
/proc/12050/stat : 12050 (RestartSAT) R 12048 12050 10378 0 -1 4202496 9491 0 0 0 628 1 0 0 25 0 1 0 490524521 43581440 6505 33554432000 4194304 4291949 140734250346752 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12050/statm: 10640 6505 252 24 0 7274 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 42560

[startup+12.7006 s]
/proc/loadavg: 3.23 2.44 2.85 5/190 12052
/proc/meminfo: memFree=14622836/32950928 swapFree=67111528/67111528
[pid=12050] ppid=12048 vsize=42560 CPUtime=12.69 cores=4,6
/proc/12050/stat : 12050 (RestartSAT) R 12048 12050 10378 0 -1 4202496 10396 0 0 0 1267 2 0 0 25 0 1 0 490524521 43581440 7385 33554432000 4194304 4291949 140734250346752 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12050/statm: 10640 7385 252 24 0 7274 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 42560

[startup+25.5003 s]
/proc/loadavg: 3.40 2.51 2.87 5/190 12052
/proc/meminfo: memFree=14613896/32950928 swapFree=67111528/67111528
[pid=12050] ppid=12048 vsize=51656 CPUtime=25.49 cores=4,6
/proc/12050/stat : 12050 (RestartSAT) R 12048 12050 10378 0 -1 4202496 12246 0 0 0 2547 2 0 0 25 0 1 0 490524521 52895744 9202 33554432000 4194304 4291949 140734250346752 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12050/statm: 12914 9202 252 24 0 9548 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 51656

[startup+51.1008 s]
/proc/loadavg: 3.60 2.63 2.90 5/190 12053
/proc/meminfo: memFree=14599116/32950928 swapFree=67111528/67111528
[pid=12050] ppid=12048 vsize=67456 CPUtime=51.09 cores=4,6
/proc/12050/stat : 12050 (RestartSAT) R 12048 12050 10378 0 -1 4202496 15529 0 0 0 5106 3 0 0 25 0 1 0 490524521 69074944 12432 33554432000 4194304 4291949 140734250346752 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12050/statm: 16864 12432 252 24 0 13498 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 67456

[startup+102.307 s]
/proc/loadavg: 3.83 2.84 2.95 5/190 12054
/proc/meminfo: memFree=14577156/32950928 swapFree=67111528/67111528
[pid=12050] ppid=12048 vsize=91328 CPUtime=102.3 cores=4,6
/proc/12050/stat : 12050 (RestartSAT) R 12048 12050 10378 0 -1 4202496 19655 0 0 0 10225 5 0 0 25 0 1 0 490524521 93519872 16491 33554432000 4194304 4291949 140734250346752 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12050/statm: 22832 16491 252 24 0 19466 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 91328

[startup+162.3 s]
/proc/loadavg: 3.93 3.05 3.02 5/190 12056
/proc/meminfo: memFree=14554300/32950928 swapFree=67111528/67111528
[pid=12050] ppid=12048 vsize=128860 CPUtime=162.29 cores=4,6
/proc/12050/stat : 12050 (RestartSAT) R 12048 12050 10378 0 -1 4202496 24526 0 0 0 16222 7 0 0 25 0 1 0 490524521 131952640 21289 33554432000 4194304 4291949 140734250346752 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12050/statm: 32215 21289 252 24 0 28849 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 128860

[startup+222.301 s]
/proc/loadavg: 3.97 3.22 3.07 5/190 12057
/proc/meminfo: memFree=14538632/32950928 swapFree=67111528/67111528
[pid=12050] ppid=12048 vsize=131332 CPUtime=222.29 cores=4,6
/proc/12050/stat : 12050 (RestartSAT) R 12048 12050 10378 0 -1 4202496 27376 0 0 0 22221 8 0 0 25 0 1 0 490524521 134483968 24098 33554432000 4194304 4291949 140734250346752 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12050/statm: 32833 24098 252 24 0 29467 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 131332

[startup+282.301 s]
/proc/loadavg: 4.05 3.37 3.13 5/190 12059
/proc/meminfo: memFree=14528312/32950928 swapFree=67111528/67111528
[pid=12050] ppid=12048 vsize=134408 CPUtime=282.3 cores=4,6
/proc/12050/stat : 12050 (RestartSAT) R 12048 12050 10378 0 -1 4202496 29957 0 0 0 28220 10 0 0 25 0 1 0 490524521 137633792 26639 33554432000 4194304 4291949 140734250346752 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12050/statm: 33602 26639 252 24 0 30236 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 134408

[startup+342.301 s]
/proc/loadavg: 4.02 3.48 3.19 5/190 12061
/proc/meminfo: memFree=14512524/32950928 swapFree=67111528/67111528
[pid=12050] ppid=12048 vsize=140104 CPUtime=342.29 cores=4,6
/proc/12050/stat : 12050 (RestartSAT) R 12048 12050 10378 0 -1 4202496 33423 0 0 0 34218 11 0 0 25 0 1 0 490524521 143466496 30056 33554432000 4194304 4291949 140734250346752 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12050/statm: 35026 30056 252 24 0 31660 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 140104

[startup+402.301 s]
/proc/loadavg: 4.00 3.58 3.23 5/190 12062
/proc/meminfo: memFree=14501328/32950928 swapFree=67111528/67111528
[pid=12050] ppid=12048 vsize=191404 CPUtime=402.29 cores=4,6
/proc/12050/stat : 12050 (RestartSAT) R 12048 12050 10378 0 -1 4202496 35415 0 0 0 40217 12 0 0 25 0 1 0 490524521 195997696 32017 33554432000 4194304 4291949 140734250346752 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12050/statm: 47851 32017 252 24 0 44485 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 191404

[startup+462.3 s]
/proc/loadavg: 4.07 3.67 3.29 5/190 12064
/proc/meminfo: memFree=14492236/32950928 swapFree=67111528/67111528
[pid=12050] ppid=12048 vsize=193952 CPUtime=462.3 cores=4,6
/proc/12050/stat : 12050 (RestartSAT) R 12048 12050 10378 0 -1 4202496 37378 0 0 0 46217 13 0 0 25 0 1 0 490524521 198606848 33958 33554432000 4194304 4291949 140734250346752 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12050/statm: 48488 33958 252 24 0 45122 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 193952

[startup+522.301 s]
/proc/loadavg: 4.06 3.74 3.33 5/190 12065
/proc/meminfo: memFree=14481160/32950928 swapFree=67111528/67111528
[pid=12050] ppid=12048 vsize=196264 CPUtime=522.3 cores=4,6
/proc/12050/stat : 12050 (RestartSAT) R 12048 12050 10378 0 -1 4202496 40092 0 0 0 52215 15 0 0 25 0 1 0 490524521 200974336 36622 33554432000 4194304 4291949 140734250346752 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12050/statm: 49066 36622 252 24 0 45700 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 196264

[startup+582.3 s]
/proc/loadavg: 4.02 3.78 3.37 5/190 12067
/proc/meminfo: memFree=14548824/32950928 swapFree=67111528/67111528
[pid=12050] ppid=12048 vsize=98468 CPUtime=582.3 cores=4,6
/proc/12050/stat : 12050 (RestartSAT) R 12048 12050 10378 0 -1 4202496 47825 0 0 0 58213 17 0 0 25 0 1 0 490524521 100831232 19198 33554432000 4194304 4291949 140734250346752 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12050/statm: 24617 19198 252 24 0 21251 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 98468

[startup+642.301 s]
/proc/loadavg: 4.01 3.82 3.41 5/190 12069
/proc/meminfo: memFree=14532916/32950928 swapFree=67111528/67111528
[pid=12050] ppid=12048 vsize=117436 CPUtime=642.31 cores=4,6
/proc/12050/stat : 12050 (RestartSAT) R 12048 12050 10378 0 -1 4202496 51513 0 0 0 64212 19 0 0 25 0 1 0 490524521 120254464 22810 33554432000 4194304 4291949 140734250346752 18446744073709551615 4256189 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12050/statm: 29359 22810 252 24 0 25993 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 117436

[startup+702.301 s]
/proc/loadavg: 4.00 3.85 3.44 5/190 12070
/proc/meminfo: memFree=14521724/32950928 swapFree=67111528/67111528
[pid=12050] ppid=12048 vsize=117592 CPUtime=702.31 cores=4,6
/proc/12050/stat : 12050 (RestartSAT) R 12048 12050 10378 0 -1 4202496 54122 0 0 0 70211 20 0 0 25 0 1 0 490524521 120414208 25372 33554432000 4194304 4291949 140734250346752 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12050/statm: 29398 25372 252 24 0 26032 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 117592

[startup+762.307 s]
/proc/loadavg: 4.00 3.87 3.47 5/190 12072
/proc/meminfo: memFree=14510912/32950928 swapFree=67111528/67111528
[pid=12050] ppid=12048 vsize=148796 CPUtime=762.31 cores=4,6
/proc/12050/stat : 12050 (RestartSAT) R 12048 12050 10378 0 -1 4202496 57012 0 0 0 76210 21 0 0 25 0 1 0 490524521 152367104 28194 33554432000 4194304 4291949 140734250346752 18446744073709551615 4256135 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12050/statm: 37199 28194 252 24 0 33833 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 148796

[startup+822.301 s]
/proc/loadavg: 4.00 3.89 3.50 5/190 12073
/proc/meminfo: memFree=14502692/32950928 swapFree=67111528/67111528
[pid=12050] ppid=12048 vsize=149096 CPUtime=822.31 cores=4,6
/proc/12050/stat : 12050 (RestartSAT) R 12048 12050 10378 0 -1 4202496 59153 0 0 0 82209 22 0 0 25 0 1 0 490524521 152674304 30294 33554432000 4194304 4291949 140734250346752 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12050/statm: 37274 30294 252 24 0 33908 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 149096

[startup+882.3 s]
/proc/loadavg: 4.10 3.94 3.54 5/190 12075
/proc/meminfo: memFree=14492988/32950928 swapFree=67111528/67111528
[pid=12050] ppid=12048 vsize=149608 CPUtime=882.31 cores=4,6
/proc/12050/stat : 12050 (RestartSAT) R 12048 12050 10378 0 -1 4202496 60873 0 0 0 88208 23 0 0 25 0 1 0 490524521 153198592 31963 33554432000 4194304 4291949 140734250346752 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12050/statm: 37402 31963 252 24 0 34036 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 149608

[startup+942.301 s]
/proc/loadavg: 4.03 3.95 3.57 5/190 12076
/proc/meminfo: memFree=14484404/32950928 swapFree=67111528/67111528
[pid=12050] ppid=12048 vsize=200500 CPUtime=942.31 cores=4,6
/proc/12050/stat : 12050 (RestartSAT) R 12048 12050 10378 0 -1 4202496 63057 0 0 0 94207 24 0 0 25 0 1 0 490524521 205312000 34107 33554432000 4194304 4291949 140734250346752 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12050/statm: 50125 34107 252 24 0 46759 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 200500

[startup+1002.3 s]
/proc/loadavg: 4.01 3.95 3.59 5/190 12078
/proc/meminfo: memFree=14477436/32950928 swapFree=67111528/67111528
[pid=12050] ppid=12048 vsize=201080 CPUtime=1002.32 cores=4,6
/proc/12050/stat : 12050 (RestartSAT) R 12048 12050 10378 0 -1 4202496 64546 0 0 0 100207 25 0 0 25 0 1 0 490524521 205905920 35571 33554432000 4194304 4291949 140734250346752 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12050/statm: 50270 35571 252 24 0 46904 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 201080

[startup+1062.3 s]
/proc/loadavg: 4.00 3.96 3.61 5/190 12079
/proc/meminfo: memFree=14470084/32950928 swapFree=67111528/67111528
[pid=12050] ppid=12048 vsize=202396 CPUtime=1062.31 cores=4,6
/proc/12050/stat : 12050 (RestartSAT) R 12048 12050 10378 0 -1 4202496 66280 0 0 0 106206 25 0 0 25 0 1 0 490524521 207253504 37274 33554432000 4194304 4291949 140734250346752 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12050/statm: 50599 37274 252 24 0 47233 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 202396

[startup+1122.3 s]
/proc/loadavg: 4.00 3.96 3.64 5/190 12081
/proc/meminfo: memFree=14464220/32950928 swapFree=67111528/67111528
[pid=12050] ppid=12048 vsize=203340 CPUtime=1122.32 cores=4,6
/proc/12050/stat : 12050 (RestartSAT) R 12048 12050 10378 0 -1 4202496 67792 0 0 0 112206 26 0 0 25 0 1 0 490524521 208220160 38760 33554432000 4194304 4291949 140734250346752 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12050/statm: 50835 38760 252 24 0 47469 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 203340

[startup+1182.3 s]
/proc/loadavg: 4.00 3.97 3.66 5/190 12083
/proc/meminfo: memFree=14453408/32950928 swapFree=67111528/67111528
[pid=12050] ppid=12048 vsize=204632 CPUtime=1182.32 cores=4,6
/proc/12050/stat : 12050 (RestartSAT) R 12048 12050 10378 0 -1 4202496 70048 0 0 0 118205 27 0 0 25 0 1 0 490524521 209543168 40981 33554432000 4194304 4291949 140734250346752 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12050/statm: 51158 40981 252 24 0 47792 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 204632

[startup+1242.3 s]
/proc/loadavg: 3.76 3.92 3.66 2/172 12148
/proc/meminfo: memFree=14507528/32950928 swapFree=67111528/67111528
[pid=12050] ppid=12048 vsize=206640 CPUtime=1242.32 cores=4,6
/proc/12050/stat : 12050 (RestartSAT) R 12048 12050 10378 0 -1 4202496 72771 0 0 0 124204 28 0 0 25 0 1 0 490524521 211599360 43654 33554432000 4194304 4291949 140734250346752 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12050/statm: 51660 43654 252 24 0 48294 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 206640



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.01 3.39 3.49 2/172 12149
/proc/meminfo: memFree=14494708/32950928 swapFree=67111528/67111528
[pid=12050] ppid=12048 vsize=210940 CPUtime=1300.02 cores=4,6
/proc/12050/stat : 12050 (RestartSAT) R 12048 12050 10378 0 -1 4202496 76286 0 0 0 129973 29 0 0 25 0 1 0 490524521 216002560 47117 33554432000 4194304 4291949 140734250346752 18446744073709551615 4255658 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/12050/statm: 52735 47117 252 24 0 49369 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 210940

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.05
CPU user time (s): 1299.74
CPU system time (s): 0.307953
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 210940

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

runsolver used 2.09468 second user time and 4.95325 second system time

The end

Launcher Data

Begin job on node120 at 2011-04-26 05:40:58
IDJOB=3293147
IDBENCH=88062
IDSOLVER=1581
FILE ID=node120/3293147-1303789257
RUNJOBID= node120-1303789192-11818
PBS_JOBID= 13157233
Free space on /tmp= 72436 MiB

SOLVER NAME= RestartSAT A75
BENCH NAME= SAT02/industrial/nam/fpga-routing/k2fix_gr_rcs_w8.shuffled.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.75 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3293147-1303789257/watcher-3293147-1303789257 -o /tmp/evaluation-result-3293147-1303789257/solver-3293147-1303789257 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3293147-1303789257.cnf

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

MD5SUM BENCH= 82e833e539576c6d79252b19dcace0cf
RANDOM SEED=1475990321

node120.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.809
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.61
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.809
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	: 5226.07
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.809
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.809
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.809
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.78
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.809
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.809
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.82
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.809
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:     32950928 kB
MemFree:      14655544 kB
Buffers:       2470748 kB
Cached:       15163664 kB
SwapCached:          0 kB
Active:       10392988 kB
Inactive:      7332428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14655544 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4116 kB
Writeback:           0 kB
AnonPages:       90088 kB
Mapped:          15672 kB
Slab:           506168 kB
PageTables:       5056 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   275040 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= 72436 MiB
End job on node120 at 2011-04-26 06:02:40