Trace number 3293193

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 A75UNSAT 804.019 803.985

General information on the benchmark

NameSAT02/industrial/nam/fpga-routing/
k2fix_gr_rcs_w9.shuffled.cnf
MD5SUM3469bb30890bba597175d692c3430b0e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark32.0421
Satisfiable
(Un)Satisfiability was proved
Number of variables11313
Number of clauses305160
Sum of the clauses size619119
Maximum clause length9
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2303903
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

803.93/803.97	c WARNING: for repeatability, setting FPU to use double precision
803.93/803.97	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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-3293193-1303790278/watcher-3293193-1303790278 -o /tmp/evaluation-result-3293193-1303790278/solver-3293193-1303790278 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3293193-1303790278.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.68 3.93 3.89 3/179 4018
/proc/meminfo: memFree=19840208/32950928 swapFree=67111528/67111528
[pid=4018] ppid=4016 vsize=20864 CPUtime=0 cores=0,2
/proc/4018/stat : 4018 (RestartSAT) R 4016 4018 3024 0 -1 4202496 979 0 0 0 0 0 0 0 21 0 1 0 490624537 21364736 917 33554432000 4194304 4291949 140736614612560 18446744073709551615 4278286 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4018/statm: 5216 917 227 24 0 1850 0

[startup+0.042203 s]
/proc/loadavg: 3.68 3.93 3.89 3/179 4018
/proc/meminfo: memFree=19840208/32950928 swapFree=67111528/67111528
[pid=4018] ppid=4016 vsize=24476 CPUtime=0.03 cores=0,2
/proc/4018/stat : 4018 (RestartSAT) R 4016 4018 3024 0 -1 4202496 2362 0 0 0 3 0 0 0 21 0 1 0 490624537 25063424 2118 33554432000 4194304 4291949 140736614612560 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4018/statm: 6119 2119 227 24 0 2753 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 24476

[startup+0.101205 s]
/proc/loadavg: 3.68 3.93 3.89 3/179 4018
/proc/meminfo: memFree=19840208/32950928 swapFree=67111528/67111528
[pid=4018] ppid=4016 vsize=30284 CPUtime=0.09 cores=0,2
/proc/4018/stat : 4018 (RestartSAT) R 4016 4018 3024 0 -1 4202496 4932 0 0 0 9 0 0 0 21 0 1 0 490624537 31010816 4117 33554432000 4194304 4291949 140736614612560 18446744073709551615 4260672 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4018/statm: 7571 4119 227 24 0 4205 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30284

[startup+0.301082 s]
/proc/loadavg: 3.68 3.93 3.89 3/179 4018
/proc/meminfo: memFree=19840208/32950928 swapFree=67111528/67111528
[pid=4018] ppid=4016 vsize=35784 CPUtime=0.29 cores=0,2
/proc/4018/stat : 4018 (RestartSAT) R 4016 4018 3024 0 -1 4202496 5965 0 0 0 28 1 0 0 22 0 1 0 490624537 36642816 5074 33554432000 4194304 4291949 140736614612560 18446744073709551615 4229941 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4018/statm: 8946 5074 232 24 0 5580 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35784

[startup+0.701066 s]
/proc/loadavg: 3.68 3.93 3.89 3/179 4018
/proc/meminfo: memFree=19840208/32950928 swapFree=67111528/67111528
[pid=4018] ppid=4016 vsize=45936 CPUtime=0.69 cores=0,2
/proc/4018/stat : 4018 (RestartSAT) R 4016 4018 3024 0 -1 4202496 8248 0 0 0 68 1 0 0 23 0 1 0 490624537 47038464 7292 33554432000 4194304 4291949 140736614612560 18446744073709551615 4232486 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4018/statm: 11484 7292 234 24 0 8118 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 45936

[startup+1.50091 s]
/proc/loadavg: 3.68 3.93 3.89 5/190 4063
/proc/meminfo: memFree=19647316/32950928 swapFree=67111528/67111528
[pid=4018] ppid=4016 vsize=40044 CPUtime=1.49 cores=0,2
/proc/4018/stat : 4018 (RestartSAT) R 4016 4018 3024 0 -1 4202496 9915 0 0 0 148 1 0 0 25 0 1 0 490624537 41005056 6361 33554432000 4194304 4291949 140736614612560 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4018/statm: 10011 6361 252 24 0 6645 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 40044

[startup+3.10059 s]
/proc/loadavg: 3.68 3.93 3.89 5/190 4063
/proc/meminfo: memFree=19631480/32950928 swapFree=67111528/67111528
[pid=4018] ppid=4016 vsize=40044 CPUtime=3.09 cores=0,2
/proc/4018/stat : 4018 (RestartSAT) R 4016 4018 3024 0 -1 4202496 10131 0 0 0 308 1 0 0 25 0 1 0 490624537 41005056 6570 33554432000 4194304 4291949 140736614612560 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4018/statm: 10011 6570 252 24 0 6645 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 40044

[startup+6.30095 s]
/proc/loadavg: 3.71 3.93 3.89 5/190 4063
/proc/meminfo: memFree=19622192/32950928 swapFree=67111528/67111528
[pid=4018] ppid=4016 vsize=44464 CPUtime=6.29 cores=0,2
/proc/4018/stat : 4018 (RestartSAT) R 4016 4018 3024 0 -1 4202496 10646 0 0 0 628 1 0 0 25 0 1 0 490624537 45531136 7077 33554432000 4194304 4291949 140736614612560 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4018/statm: 11116 7077 252 24 0 7750 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 44464

[startup+12.7007 s]
/proc/loadavg: 3.73 3.94 3.89 5/190 4063
/proc/meminfo: memFree=19591872/32950928 swapFree=67111528/67111528
[pid=4018] ppid=4016 vsize=51644 CPUtime=12.69 cores=0,2
/proc/4018/stat : 4018 (RestartSAT) R 4016 4018 3024 0 -1 4202496 11897 0 0 0 1267 2 0 0 25 0 1 0 490624537 52883456 8300 33554432000 4194304 4291949 140736614612560 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4018/statm: 12911 8300 252 24 0 9545 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 51644

[startup+25.5011 s]
/proc/loadavg: 3.79 3.94 3.90 5/190 4063
/proc/meminfo: memFree=19566920/32950928 swapFree=67111528/67111528
[pid=4018] ppid=4016 vsize=67492 CPUtime=25.5 cores=0,2
/proc/4018/stat : 4018 (RestartSAT) R 4016 4018 3024 0 -1 4202496 14333 0 0 0 2547 3 0 0 25 0 1 0 490624537 69111808 10696 33554432000 4194304 4291949 140736614612560 18446744073709551615 4255744 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4018/statm: 16873 10696 252 24 0 13507 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 67492

[startup+51.101 s]
/proc/loadavg: 3.92 3.96 3.90 5/190 4064
/proc/meminfo: memFree=19510396/32950928 swapFree=67111528/67111528
[pid=4018] ppid=4016 vsize=71952 CPUtime=51.09 cores=0,2
/proc/4018/stat : 4018 (RestartSAT) R 4016 4018 3024 0 -1 4202496 17022 0 0 0 5106 3 0 0 25 0 1 0 490624537 73678848 13338 33554432000 4194304 4291949 140736614612560 18446744073709551615 4256147 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4018/statm: 17988 13338 252 24 0 14622 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 71952

[startup+102.307 s]
/proc/loadavg: 4.00 3.98 3.91 5/190 4091
/proc/meminfo: memFree=18452028/32950928 swapFree=67111528/67111528
[pid=4018] ppid=4016 vsize=96892 CPUtime=102.3 cores=0,2
/proc/4018/stat : 4018 (RestartSAT) R 4016 4018 3024 0 -1 4202496 20467 0 0 0 10225 5 0 0 25 0 1 0 490624537 99217408 16711 33554432000 4194304 4291949 140736614612560 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4018/statm: 24223 16711 252 24 0 20857 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 96892

[startup+162.301 s]
/proc/loadavg: 4.04 3.99 3.91 5/190 4119
/proc/meminfo: memFree=17509732/32950928 swapFree=67111528/67111528
[pid=4018] ppid=4016 vsize=104660 CPUtime=162.3 cores=0,2
/proc/4018/stat : 4018 (RestartSAT) R 4016 4018 3024 0 -1 4202496 24313 0 0 0 16224 6 0 0 25 0 1 0 490624537 107171840 20486 33554432000 4194304 4291949 140736614612560 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4018/statm: 26165 20486 252 24 0 22799 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 104660

[startup+222.301 s]
/proc/loadavg: 4.01 3.99 3.91 5/190 4130
/proc/meminfo: memFree=17533140/32950928 swapFree=67111528/67111528
[pid=4018] ppid=4016 vsize=108604 CPUtime=222.3 cores=0,2
/proc/4018/stat : 4018 (RestartSAT) R 4016 4018 3024 0 -1 4202496 26417 0 0 0 22223 7 0 0 25 0 1 0 490624537 111210496 22545 33554432000 4194304 4291949 140736614612560 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4018/statm: 27151 22545 252 24 0 23785 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 108604

[startup+282.301 s]
/proc/loadavg: 4.08 4.01 3.92 5/190 4131
/proc/meminfo: memFree=17468316/32950928 swapFree=67111528/67111528
[pid=4018] ppid=4016 vsize=109672 CPUtime=282.3 cores=0,2
/proc/4018/stat : 4018 (RestartSAT) R 4016 4018 3024 0 -1 4202496 27438 0 0 0 28223 7 0 0 25 0 1 0 490624537 112304128 23539 33554432000 4194304 4291949 140736614612560 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4018/statm: 27418 23539 252 24 0 24052 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 109672

[startup+342.301 s]
/proc/loadavg: 4.03 4.00 3.92 5/190 4133
/proc/meminfo: memFree=17484380/32950928 swapFree=67111528/67111528
[pid=4018] ppid=4016 vsize=140776 CPUtime=342.31 cores=0,2
/proc/4018/stat : 4018 (RestartSAT) R 4016 4018 3024 0 -1 4202496 28183 0 0 0 34223 8 0 0 25 0 1 0 490624537 144154624 24262 33554432000 4194304 4291949 140736614612560 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4018/statm: 35194 24262 252 24 0 31828 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 140776

[startup+402.301 s]
/proc/loadavg: 4.01 4.00 3.92 5/190 4137
/proc/meminfo: memFree=17483500/32950928 swapFree=67111528/67111528
[pid=4018] ppid=4016 vsize=142592 CPUtime=402.3 cores=0,2
/proc/4018/stat : 4018 (RestartSAT) R 4016 4018 3024 0 -1 4202496 29269 0 0 0 40222 8 0 0 25 0 1 0 490624537 146014208 25321 33554432000 4194304 4291949 140736614612560 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4018/statm: 35648 25321 252 24 0 32282 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 142592

[startup+462.301 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 4139
/proc/meminfo: memFree=17429132/32950928 swapFree=67111528/67111528
[pid=4018] ppid=4016 vsize=147580 CPUtime=462.31 cores=0,2
/proc/4018/stat : 4018 (RestartSAT) R 4016 4018 3024 0 -1 4202496 30764 0 0 0 46222 9 0 0 25 0 1 0 490624537 151121920 26792 33554432000 4194304 4291949 140736614612560 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4018/statm: 36895 26792 252 24 0 33529 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 147580

[startup+522.301 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 4141
/proc/meminfo: memFree=17410388/32950928 swapFree=67111528/67111528
[pid=4018] ppid=4016 vsize=148220 CPUtime=522.31 cores=0,2
/proc/4018/stat : 4018 (RestartSAT) R 4016 4018 3024 0 -1 4202496 31376 0 0 0 52222 9 0 0 25 0 1 0 490624537 151777280 27388 33554432000 4194304 4291949 140736614612560 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4018/statm: 37055 27388 252 24 0 33689 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 148220

[startup+582.301 s]
/proc/loadavg: 4.10 4.03 3.93 5/190 4142
/proc/meminfo: memFree=17427840/32950928 swapFree=67111528/67111528
[pid=4018] ppid=4016 vsize=148220 CPUtime=582.32 cores=0,2
/proc/4018/stat : 4018 (RestartSAT) R 4016 4018 3024 0 -1 4202496 31832 0 0 0 58222 10 0 0 25 0 1 0 490624537 151777280 27834 33554432000 4194304 4291949 140736614612560 18446744073709551615 4256169 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4018/statm: 37055 27834 252 24 0 33689 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 148220

[startup+642.3 s]
/proc/loadavg: 4.03 4.02 3.93 5/190 4144
/proc/meminfo: memFree=17417036/32950928 swapFree=67111528/67111528
[pid=4018] ppid=4016 vsize=149180 CPUtime=642.32 cores=0,2
/proc/4018/stat : 4018 (RestartSAT) R 4016 4018 3024 0 -1 4202496 32454 0 0 0 64222 10 0 0 25 0 1 0 490624537 152760320 28436 33554432000 4194304 4291949 140736614612560 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4018/statm: 37295 28436 252 24 0 33929 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 149180

[startup+702.3 s]
/proc/loadavg: 4.01 4.02 3.93 5/190 4145
/proc/meminfo: memFree=17447776/32950928 swapFree=67111528/67111528
[pid=4018] ppid=4016 vsize=149820 CPUtime=702.33 cores=0,2
/proc/4018/stat : 4018 (RestartSAT) R 4016 4018 3024 0 -1 4202496 32979 0 0 0 70222 11 0 0 25 0 1 0 490624537 153415680 28943 33554432000 4194304 4291949 140736614612560 18446744073709551615 4256147 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4018/statm: 37455 28943 252 24 0 34089 0
Current children cumulated CPU time (s) 702.33
Current children cumulated vsize (KiB) 149820

[startup+762.307 s]
/proc/loadavg: 4.00 4.01 3.93 5/190 4147
/proc/meminfo: memFree=17389736/32950928 swapFree=67111528/67111528
[pid=4018] ppid=4016 vsize=150460 CPUtime=762.33 cores=0,2
/proc/4018/stat : 4018 (RestartSAT) R 4016 4018 3024 0 -1 4202496 33520 0 0 0 76222 11 0 0 25 0 1 0 490624537 154071040 29469 33554432000 4194304 4291949 140736614612560 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4018/statm: 37615 29469 252 24 0 34249 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 150460

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

[startup+767.901 s]
/proc/loadavg: 4.00 4.01 3.93 5/190 4147
/proc/meminfo: memFree=17386884/32950928 swapFree=67111528/67111528
[pid=4018] ppid=4016 vsize=150460 CPUtime=767.93 cores=0,2
/proc/4018/stat : 4018 (RestartSAT) R 4016 4018 3024 0 -1 4202496 33558 0 0 0 76782 11 0 0 25 0 1 0 490624537 154071040 29506 33554432000 4194304 4291949 140736614612560 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4018/statm: 37615 29506 252 24 0 34249 0
Current children cumulated CPU time (s) 767.93
Current children cumulated vsize (KiB) 150460

[startup+780.701 s]
/proc/loadavg: 4.08 4.03 3.94 5/190 4147
/proc/meminfo: memFree=17378816/32950928 swapFree=67111528/67111528
[pid=4018] ppid=4016 vsize=150460 CPUtime=780.73 cores=0,2
/proc/4018/stat : 4018 (RestartSAT) R 4016 4018 3024 0 -1 4202496 33640 0 0 0 78062 11 0 0 25 0 1 0 490624537 154071040 29585 33554432000 4194304 4291949 140736614612560 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4018/statm: 37615 29585 252 24 0 34249 0
Current children cumulated CPU time (s) 780.73
Current children cumulated vsize (KiB) 150460

[startup+793.501 s]
/proc/loadavg: 4.07 4.02 3.94 5/190 4148
/proc/meminfo: memFree=17358728/32950928 swapFree=67111528/67111528
[pid=4018] ppid=4016 vsize=150888 CPUtime=793.53 cores=0,2
/proc/4018/stat : 4018 (RestartSAT) R 4016 4018 3024 0 -1 4202496 33783 0 0 0 79342 11 0 0 25 0 1 0 490624537 154509312 29724 33554432000 4194304 4291949 140736614612560 18446744073709551615 4256135 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4018/statm: 37722 29724 252 24 0 34356 0
Current children cumulated CPU time (s) 793.53
Current children cumulated vsize (KiB) 150888

[startup+799.901 s]
/proc/loadavg: 4.06 4.02 3.94 5/190 4148
/proc/meminfo: memFree=17423704/32950928 swapFree=67111528/67111528
[pid=4018] ppid=4016 vsize=151316 CPUtime=799.93 cores=0,2
/proc/4018/stat : 4018 (RestartSAT) R 4016 4018 3024 0 -1 4202496 33903 0 0 0 79982 11 0 0 25 0 1 0 490624537 154947584 29841 33554432000 4194304 4291949 140736614612560 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4018/statm: 37829 29841 252 24 0 34463 0
Current children cumulated CPU time (s) 799.93
Current children cumulated vsize (KiB) 151316

[startup+801.5 s]
/proc/loadavg: 4.06 4.02 3.94 5/190 4148
/proc/meminfo: memFree=17422588/32950928 swapFree=67111528/67111528
[pid=4018] ppid=4016 vsize=151316 CPUtime=801.53 cores=0,2
/proc/4018/stat : 4018 (RestartSAT) R 4016 4018 3024 0 -1 4202496 33912 0 0 0 80142 11 0 0 25 0 1 0 490624537 154947584 29850 33554432000 4194304 4291949 140736614612560 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4018/statm: 37829 29850 252 24 0 34463 0
Current children cumulated CPU time (s) 801.53
Current children cumulated vsize (KiB) 151316

[startup+803.101 s]
/proc/loadavg: 4.06 4.02 3.94 5/190 4148
/proc/meminfo: memFree=17418248/32950928 swapFree=67111528/67111528
[pid=4018] ppid=4016 vsize=151316 CPUtime=803.13 cores=0,2
/proc/4018/stat : 4018 (RestartSAT) R 4016 4018 3024 0 -1 4202496 33918 0 0 0 80302 11 0 0 25 0 1 0 490624537 154947584 29856 33554432000 4194304 4291949 140736614612560 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4018/statm: 37829 29856 252 24 0 34463 0
Current children cumulated CPU time (s) 803.13
Current children cumulated vsize (KiB) 151316

[startup+803.501 s]
/proc/loadavg: 4.06 4.02 3.94 5/190 4148
/proc/meminfo: memFree=17418248/32950928 swapFree=67111528/67111528
[pid=4018] ppid=4016 vsize=151316 CPUtime=803.53 cores=0,2
/proc/4018/stat : 4018 (RestartSAT) R 4016 4018 3024 0 -1 4202496 33920 0 0 0 80342 11 0 0 25 0 1 0 490624537 154947584 29858 33554432000 4194304 4291949 140736614612560 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4018/statm: 37829 29858 252 24 0 34463 0
Current children cumulated CPU time (s) 803.53
Current children cumulated vsize (KiB) 151316

[startup+803.901 s]
/proc/loadavg: 4.06 4.02 3.94 5/190 4148
/proc/meminfo: memFree=17418248/32950928 swapFree=67111528/67111528
[pid=4018] ppid=4016 vsize=151316 CPUtime=803.93 cores=0,2
/proc/4018/stat : 4018 (RestartSAT) R 4016 4018 3024 0 -1 4202496 33921 0 0 0 80382 11 0 0 25 0 1 0 490624537 154947584 29859 33554432000 4194304 4291949 140736614612560 18446744073709551615 4256100 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4018/statm: 37829 29859 252 24 0 34463 0
Current children cumulated CPU time (s) 803.93
Current children cumulated vsize (KiB) 151316

Child status: 20
Real time (s): 803.985
CPU time (s): 804.019
CPU user time (s): 803.895
CPU system time (s): 0.123981
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 151316

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

runsolver used 1.37079 second user time and 3.02154 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-26 05:57:59
IDJOB=3293193
IDBENCH=88066
IDSOLVER=1581
FILE ID=node149/3293193-1303790278
RUNJOBID= node149-1303790278-3942
PBS_JOBID= 13157237
Free space on /tmp= 72064 MiB

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

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

MD5SUM BENCH= 3469bb30890bba597175d692c3430b0e
RANDOM SEED=534871526

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.806
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.73
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.806
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.82
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.806
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.806
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.806
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:      19840620 kB
Buffers:       2176088 kB
Cached:       10326396 kB
SwapCached:          0 kB
Active:        1916852 kB
Inactive:     10655120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      19840620 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5060 kB
Writeback:           0 kB
AnonPages:       69012 kB
Mapped:          14872 kB
Slab:           473208 kB
PageTables:       4520 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   216056 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= 71652 MiB
End job on node149 at 2011-04-26 06:11:23