Trace number 3420171

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 B95? (TO) 5000.15 5000.02

General information on the benchmark

NameSAT04/industrial/velev/vliw_unsat_2.0/
9dlx_vliw_at_b_iq9.used-as.sat04-719.cnf
MD5SUM9a43349587a435e7109b46b3aceb156e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1144.59
Satisfiable
(Un)Satisfiability was proved
Number of variables482093
Number of clauses9676386
Sum of the clauses size28195028
Maximum clause length226
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 29152157
Number of clauses of size 3120945
Number of clauses of size 410067
Number of clauses of size 528986
Number of clauses of size over 5364230

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3420171-1306587738/watcher-3420171-1306587738 -o /tmp/evaluation-result-3420171-1306587738/solver-3420171-1306587738 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420171-1306587738.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.04 2.06 2.01 2/443 7247
/proc/meminfo: memFree=15385316/32950928 swapFree=60044444/67111528
[pid=7247] ppid=7245 vsize=20040 CPUtime=0 cores=0,2,4,6
/proc/7247/stat : 7247 (RestartSAT) R 7245 7247 6457 0 -1 4202496 902 0 0 0 0 0 0 0 24 0 1 0 849005120 20520960 834 33554432000 4194304 4291949 140735977375280 18446744073709551615 4277165 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7247/statm: 5010 835 225 24 0 1644 0

[startup+0.0475161 s]
/proc/loadavg: 2.04 2.06 2.01 2/443 7247
/proc/meminfo: memFree=15385316/32950928 swapFree=60044444/67111528
[pid=7247] ppid=7245 vsize=26148 CPUtime=0.04 cores=0,2,4,6
/proc/7247/stat : 7247 (RestartSAT) R 7245 7247 6457 0 -1 4202496 3145 0 0 0 4 0 0 0 24 0 1 0 849005120 26775552 2763 33554432000 4194304 4291949 140735977375280 18446744073709551615 4278140 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7247/statm: 6537 2765 227 24 0 3171 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 26148

[startup+0.100502 s]
/proc/loadavg: 2.04 2.06 2.01 2/443 7247
/proc/meminfo: memFree=15385316/32950928 swapFree=60044444/67111528
[pid=7247] ppid=7245 vsize=36016 CPUtime=0.09 cores=0,2,4,6
/proc/7247/stat : 7247 (RestartSAT) R 7245 7247 6457 0 -1 4202496 6081 0 0 0 8 1 0 0 24 0 1 0 849005120 36880384 5211 33554432000 4194304 4291949 140735977375280 18446744073709551615 231895151301 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7247/statm: 9004 5213 227 24 0 5638 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36016

[startup+0.300465 s]
/proc/loadavg: 2.04 2.06 2.01 2/443 7247
/proc/meminfo: memFree=15385316/32950928 swapFree=60044444/67111528
[pid=7247] ppid=7245 vsize=77152 CPUtime=0.29 cores=0,2,4,6
/proc/7247/stat : 7247 (RestartSAT) R 7245 7247 6457 0 -1 4202496 17432 0 0 0 26 3 0 0 25 0 1 0 849005120 79003648 14615 33554432000 4194304 4291949 140735977375280 18446744073709551615 4271511 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7247/statm: 19288 14615 227 24 0 15922 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 77152

[startup+0.700387 s]
/proc/loadavg: 2.04 2.06 2.01 2/443 7247
/proc/meminfo: memFree=15385316/32950928 swapFree=60044444/67111528
[pid=7247] ppid=7245 vsize=159300 CPUtime=0.69 cores=0,2,4,6
/proc/7247/stat : 7247 (RestartSAT) R 7245 7247 6457 0 -1 4202496 38628 0 0 0 63 6 0 0 25 0 1 0 849005120 163123200 32232 33554432000 4194304 4291949 140735977375280 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7247/statm: 39825 32233 227 24 0 36459 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 159300

[startup+1.50024 s]
/proc/loadavg: 2.04 2.06 2.01 3/444 7248
/proc/meminfo: memFree=15202052/32950928 swapFree=60044444/67111528
[pid=7247] ppid=7245 vsize=299908 CPUtime=1.49 cores=0,2,4,6
/proc/7247/stat : 7247 (RestartSAT) R 7245 7247 6457 0 -1 4202496 81891 0 0 0 135 14 0 0 25 0 1 0 849005120 307105792 67626 33554432000 4194304 4291949 140735977375280 18446744073709551615 231895151301 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7247/statm: 74977 67628 228 24 0 71611 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 299908

[startup+3.10094 s]
/proc/loadavg: 2.20 2.09 2.02 3/444 7248
/proc/meminfo: memFree=14829448/32950928 swapFree=60044444/67111528
[pid=7247] ppid=7245 vsize=651348 CPUtime=3.1 cores=0,2,4,6
/proc/7247/stat : 7247 (RestartSAT) R 7245 7247 6457 0 -1 4202496 170052 0 0 0 284 26 0 0 25 0 1 0 849005120 666980352 138826 33554432000 4194304 4291949 140735977375280 18446744073709551615 231895151301 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7247/statm: 162837 138827 227 24 0 159471 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 651348

[startup+6.30033 s]
/proc/loadavg: 2.20 2.09 2.02 3/444 7248
/proc/meminfo: memFree=14819056/32950928 swapFree=60044444/67111528
[pid=7247] ppid=7245 vsize=721616 CPUtime=6.29 cores=0,2,4,6
/proc/7247/stat : 7247 (RestartSAT) R 7245 7247 6457 0 -1 4202496 196984 0 0 0 599 30 0 0 25 0 1 0 849005120 738934784 164118 33554432000 4194304 4291949 140735977375280 18446744073709551615 4226097 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7247/statm: 180404 164118 232 24 0 177038 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 721616

[startup+12.7011 s]
/proc/loadavg: 2.18 2.09 2.02 3/444 7248
/proc/meminfo: memFree=14813480/32950928 swapFree=60044444/67111528
[pid=7247] ppid=7245 vsize=721616 CPUtime=12.69 cores=0,2,4,6
/proc/7247/stat : 7247 (RestartSAT) R 7245 7247 6457 0 -1 4202496 196984 0 0 0 1239 30 0 0 25 0 1 0 849005120 738934784 164118 33554432000 4194304 4291949 140735977375280 18446744073709551615 4255040 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7247/statm: 180404 164118 232 24 0 177038 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 721616

[startup+25.5007 s]
/proc/loadavg: 2.14 2.08 2.02 3/444 7248
/proc/meminfo: memFree=14805708/32950928 swapFree=60044444/67111528
[pid=7247] ppid=7245 vsize=721616 CPUtime=25.49 cores=0,2,4,6
/proc/7247/stat : 7247 (RestartSAT) R 7245 7247 6457 0 -1 4202496 196984 0 0 0 2519 30 0 0 25 0 1 0 849005120 738934784 164118 33554432000 4194304 4291949 140735977375280 18446744073709551615 4255122 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7247/statm: 180404 164118 232 24 0 177038 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 721616

[startup+51.1009 s]
/proc/loadavg: 2.09 2.08 2.02 3/444 7249
/proc/meminfo: memFree=14753000/32950928 swapFree=60044444/67111528
[pid=7247] ppid=7245 vsize=747188 CPUtime=51.09 cores=0,2,4,6
/proc/7247/stat : 7247 (RestartSAT) R 7245 7247 6457 0 -1 4202496 207109 0 0 0 5079 30 0 0 25 0 1 0 849005120 765120512 173854 33554432000 4194304 4291949 140735977375280 18446744073709551615 4254680 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7247/statm: 186797 173854 234 24 0 183431 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 747188

[startup+102.3 s]
/proc/loadavg: 2.03 2.06 2.01 3/444 7250
/proc/meminfo: memFree=14724092/32950928 swapFree=60044444/67111528
[pid=7247] ppid=7245 vsize=906076 CPUtime=102.3 cores=0,2,4,6
/proc/7247/stat : 7247 (RestartSAT) R 7245 7247 6457 0 -1 4202496 208993 0 0 0 10199 31 0 0 25 0 1 0 849005120 927821824 162098 33554432000 4194304 4291949 140735977375280 18446744073709551615 4256579 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/7247/statm: 226519 162098 234 24 0 223153 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 906076

[startup+162.301 s]
/proc/loadavg: 2.01 2.05 2.01 3/444 7252
/proc/meminfo: memFree=14799664/32950928 swapFree=60044444/67111528
[pid=7247] ppid=7245 vsize=694460 CPUtime=162.27 cores=0,2,4,6
/proc/7247/stat : 7247 (RestartSAT) R 7245 7247 6457 0 -1 4202496 257331 0 0 0 16190 37 0 0 25 0 1 0 849005120 711127040 151125 33554432000 4194304 4291949 140735977375280 18446744073709551615 4256299 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7247/statm: 173615 151125 253 24 0 170249 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 694460

[startup+222.301 s]
/proc/loadavg: 2.00 2.04 2.00 3/444 7253
/proc/meminfo: memFree=14767148/32950928 swapFree=60044444/67111528
[pid=7247] ppid=7245 vsize=694460 CPUtime=222.28 cores=0,2,4,6
/proc/7247/stat : 7247 (RestartSAT) R 7245 7247 6457 0 -1 4202496 261365 0 0 0 22190 38 0 0 25 0 1 0 849005120 711127040 155072 33554432000 4194304 4291949 140735977375280 18446744073709551615 4251115 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7247/statm: 173615 155072 253 24 0 170249 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 694460

[startup+282.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/444 7255
/proc/meminfo: memFree=14815352/32950928 swapFree=60044444/67111528
[pid=7247] ppid=7245 vsize=694460 CPUtime=282.28 cores=0,2,4,6
/proc/7247/stat : 7247 (RestartSAT) R 7245 7247 6457 0 -1 4202496 264663 0 0 0 28188 40 0 0 25 0 1 0 849005120 711127040 158323 33554432000 4194304 4291949 140735977375280 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7247/statm: 173615 158323 253 24 0 170249 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 694460

[startup+342.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/444 7257
/proc/meminfo: memFree=14779984/32950928 swapFree=60044444/67111528
[pid=7247] ppid=7245 vsize=694460 CPUtime=342.28 cores=0,2,4,6
/proc/7247/stat : 7247 (RestartSAT) R 7245 7247 6457 0 -1 4202496 267285 0 0 0 34187 41 0 0 25 0 1 0 849005120 711127040 160911 33554432000 4194304 4291949 140735977375280 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7247/statm: 173615 160911 253 24 0 170249 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 694460

[startup+402.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/444 7258
/proc/meminfo: memFree=14718812/32950928 swapFree=60044444/67111528
[pid=7247] ppid=7245 vsize=826720 CPUtime=402.29 cores=0,2,4,6
/proc/7247/stat : 7247 (RestartSAT) R 7245 7247 6457 0 -1 4202496 274107 0 0 0 40185 44 0 0 25 0 1 0 849005120 846561280 167656 33554432000 4194304 4291949 140735977375280 18446744073709551615 4251629 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7247/statm: 206680 167656 253 24 0 203314 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 826720

[startup+462.3 s]
/proc/loadavg: 2.13 2.05 2.01 3/444 7260
/proc/meminfo: memFree=14775312/32950928 swapFree=60044444/67111528
[pid=7247] ppid=7245 vsize=826720 CPUtime=462.28 cores=0,2,4,6
/proc/7247/stat : 7247 (RestartSAT) R 7245 7247 6457 0 -1 4202496 278422 0 0 0 46183 45 0 0 25 0 1 0 849005120 846561280 171913 33554432000 4194304 4291949 140735977375280 18446744073709551615 4251575 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7247/statm: 206680 171913 253 24 0 203314 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 826720

[startup+522.301 s]
/proc/loadavg: 2.11 2.06 2.01 3/444 7261
/proc/meminfo: memFree=14725308/32950928 swapFree=60044444/67111528
[pid=7247] ppid=7245 vsize=826720 CPUtime=522.3 cores=0,2,4,6
/proc/7247/stat : 7247 (RestartSAT) R 7245 7247 6457 0 -1 4202496 283278 0 0 0 52183 47 0 0 25 0 1 0 849005120 846561280 176716 33554432000 4194304 4291949 140735977375280 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7247/statm: 206680 176716 253 24 0 203314 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 826720

[startup+582.301 s]
/proc/loadavg: 2.04 2.05 2.00 3/444 7263
/proc/meminfo: memFree=14687952/32950928 swapFree=60044444/67111528
[pid=7247] ppid=7245 vsize=826720 CPUtime=582.3 cores=0,2,4,6
/proc/7247/stat : 7247 (RestartSAT) R 7245 7247 6457 0 -1 4202496 287462 0 0 0 58182 48 0 0 25 0 1 0 849005120 846561280 180847 33554432000 4194304 4291949 140735977375280 18446744073709551615 4256299 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7247/statm: 206680 180847 253 24 0 203314 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 826720

[startup+642.317 s]

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

[startup+4062.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/444 7396
/proc/meminfo: memFree=13085860/32950928 swapFree=60044444/67111528
[pid=7247] ppid=7245 vsize=3101248 CPUtime=4062.38 cores=0,2,4,6
/proc/7247/stat : 7247 (RestartSAT) R 7245 7247 6457 0 -1 4202496 697200 0 0 0 406074 164 0 0 25 0 1 0 849005120 3175677952 587942 33554432000 4194304 4291949 140735977375280 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7247/statm: 775312 587942 253 24 0 771946 0
Current children cumulated CPU time (s) 4062.38
Current children cumulated vsize (KiB) 3101248

[startup+4122.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/444 7397
/proc/meminfo: memFree=13028656/32950928 swapFree=60044444/67111528
[pid=7247] ppid=7245 vsize=3120692 CPUtime=4122.38 cores=0,2,4,6
/proc/7247/stat : 7247 (RestartSAT) R 7245 7247 6457 0 -1 4202496 705925 0 0 0 412072 166 0 0 25 0 1 0 849005120 3195588608 596631 33554432000 4194304 4291949 140735977375280 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7247/statm: 780173 596631 253 24 0 776807 0
Current children cumulated CPU time (s) 4122.38
Current children cumulated vsize (KiB) 3120692

[startup+4182.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/444 7399
/proc/meminfo: memFree=13046720/32950928 swapFree=60044444/67111528
[pid=7247] ppid=7245 vsize=3120692 CPUtime=4182.39 cores=0,2,4,6
/proc/7247/stat : 7247 (RestartSAT) R 7245 7247 6457 0 -1 4202496 709590 0 0 0 418072 167 0 0 25 0 1 0 849005120 3195588608 600255 33554432000 4194304 4291949 140735977375280 18446744073709551615 4250438 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7247/statm: 780173 600255 253 24 0 776807 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 3120692

[startup+4242.3 s]
/proc/loadavg: 2.09 2.04 2.01 3/444 7401
/proc/meminfo: memFree=12990508/32950928 swapFree=60044444/67111528
[pid=7247] ppid=7245 vsize=3127984 CPUtime=4242.39 cores=0,2,4,6
/proc/7247/stat : 7247 (RestartSAT) R 7245 7247 6457 0 -1 4202496 718101 0 0 0 424068 171 0 0 25 0 1 0 849005120 3203055616 608693 33554432000 4194304 4291949 140735977375280 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7247/statm: 781996 608693 253 24 0 778630 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 3127984

[startup+4302.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/444 7402
/proc/meminfo: memFree=12946936/32950928 swapFree=60044444/67111528
[pid=7247] ppid=7245 vsize=3135272 CPUtime=4302.39 cores=0,2,4,6
/proc/7247/stat : 7247 (RestartSAT) R 7245 7247 6457 0 -1 4202496 724768 0 0 0 430066 173 0 0 25 0 1 0 849005120 3210518528 615310 33554432000 4194304 4291949 140735977375280 18446744073709551615 4269200 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7247/statm: 783818 615310 253 24 0 780452 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 3135272

[startup+4362.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/444 7404
/proc/meminfo: memFree=12965000/32950928 swapFree=60044444/67111528
[pid=7247] ppid=7245 vsize=3142564 CPUtime=4362.4 cores=0,2,4,6
/proc/7247/stat : 7247 (RestartSAT) R 7245 7247 6457 0 -1 4202496 731238 0 0 0 436064 176 0 0 25 0 1 0 849005120 3217985536 621722 33554432000 4194304 4291949 140735977375280 18446744073709551615 4255913 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7247/statm: 785641 621722 253 24 0 782275 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 3142564

[startup+4422.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/444 7405
/proc/meminfo: memFree=12908540/32950928 swapFree=60044444/67111528
[pid=7247] ppid=7245 vsize=3157144 CPUtime=4422.4 cores=0,2,4,6
/proc/7247/stat : 7247 (RestartSAT) R 7245 7247 6457 0 -1 4202496 738992 0 0 0 442061 179 0 0 25 0 1 0 849005120 3232915456 629436 33554432000 4194304 4291949 140735977375280 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7247/statm: 789286 629436 253 24 0 785920 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 3157144

[startup+4482.3 s]
/proc/loadavg: 2.16 2.05 2.01 3/444 7407
/proc/meminfo: memFree=12865468/32950928 swapFree=60044444/67111528
[pid=7247] ppid=7245 vsize=3168080 CPUtime=4482.41 cores=0,2,4,6
/proc/7247/stat : 7247 (RestartSAT) R 7245 7247 6457 0 -1 4202496 746417 0 0 0 448060 181 0 0 25 0 1 0 849005120 3244113920 636805 33554432000 4194304 4291949 140735977375280 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7247/statm: 792020 636805 253 24 0 788654 0
Current children cumulated CPU time (s) 4482.41
Current children cumulated vsize (KiB) 3168080

[startup+4542.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/444 7409
/proc/meminfo: memFree=12867660/32950928 swapFree=60044444/67111528
[pid=7247] ppid=7245 vsize=3168080 CPUtime=4542.4 cores=0,2,4,6
/proc/7247/stat : 7247 (RestartSAT) R 7245 7247 6457 0 -1 4202496 755659 0 0 0 454056 184 0 0 25 0 1 0 849005120 3244113920 645972 33554432000 4194304 4291949 140735977375280 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7247/statm: 792020 645972 253 24 0 788654 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 3168080

[startup+4602.32 s]
/proc/loadavg: 2.05 2.04 2.00 3/444 7410
/proc/meminfo: memFree=12784656/32950928 swapFree=60044444/67111528
[pid=7247] ppid=7245 vsize=3168080 CPUtime=4602.42 cores=0,2,4,6
/proc/7247/stat : 7247 (RestartSAT) R 7245 7247 6457 0 -1 4202496 770287 0 0 0 460055 187 0 0 25 0 1 0 849005120 3244113920 660504 33554432000 4194304 4291949 140735977375280 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7247/statm: 792020 660504 253 24 0 788654 0
Current children cumulated CPU time (s) 4602.42
Current children cumulated vsize (KiB) 3168080

[startup+4662.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/444 7412
/proc/meminfo: memFree=12742468/32950928 swapFree=60044444/67111528
[pid=7247] ppid=7245 vsize=3179016 CPUtime=4662.41 cores=0,2,4,6
/proc/7247/stat : 7247 (RestartSAT) R 7245 7247 6457 0 -1 4202496 776782 0 0 0 466051 190 0 0 25 0 1 0 849005120 3255312384 666964 33554432000 4194304 4291949 140735977375280 18446744073709551615 4255658 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7247/statm: 794754 666964 253 24 0 791388 0
Current children cumulated CPU time (s) 4662.41
Current children cumulated vsize (KiB) 3179016

[startup+4722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/444 7413
/proc/meminfo: memFree=12715396/32950928 swapFree=60044444/67111528
[pid=7247] ppid=7245 vsize=3179016 CPUtime=4722.4 cores=0,2,4,6
/proc/7247/stat : 7247 (RestartSAT) R 7245 7247 6457 0 -1 4202496 780515 0 0 0 472050 190 0 0 25 0 1 0 849005120 3255312384 670656 33554432000 4194304 4291949 140735977375280 18446744073709551615 4248141 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7247/statm: 794754 670656 253 24 0 791388 0
Current children cumulated CPU time (s) 4722.4
Current children cumulated vsize (KiB) 3179016

[startup+4782.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/444 7415
/proc/meminfo: memFree=12726764/32950928 swapFree=60044444/67111528
[pid=7247] ppid=7245 vsize=3189952 CPUtime=4782.41 cores=0,2,4,6
/proc/7247/stat : 7247 (RestartSAT) R 7245 7247 6457 0 -1 4202496 787963 0 0 0 478048 193 0 0 25 0 1 0 849005120 3266510848 678057 33554432000 4194304 4291949 140735977375280 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7247/statm: 797488 678057 253 24 0 794122 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 3189952

[startup+4842.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/444 7417
/proc/meminfo: memFree=12679728/32950928 swapFree=60044444/67111528
[pid=7247] ppid=7245 vsize=3189952 CPUtime=4842.41 cores=0,2,4,6
/proc/7247/stat : 7247 (RestartSAT) R 7245 7247 6457 0 -1 4202496 793343 0 0 0 484046 195 0 0 25 0 1 0 849005120 3266510848 683392 33554432000 4194304 4291949 140735977375280 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7247/statm: 797488 683392 253 24 0 794122 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 3189952

[startup+4902.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/444 7418
/proc/meminfo: memFree=12635536/32950928 swapFree=60044444/67111528
[pid=7247] ppid=7245 vsize=3200888 CPUtime=4902.41 cores=0,2,4,6
/proc/7247/stat : 7247 (RestartSAT) R 7245 7247 6457 0 -1 4202496 800369 0 0 0 490044 197 0 0 25 0 1 0 849005120 3277709312 690355 33554432000 4194304 4291949 140735977375280 18446744073709551615 4261910 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7247/statm: 800222 690355 253 24 0 796856 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 3200888

[startup+4962.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/444 7420
/proc/meminfo: memFree=12670224/32950928 swapFree=60044444/67111528
[pid=7247] ppid=7245 vsize=3200888 CPUtime=4962.42 cores=0,2,4,6
/proc/7247/stat : 7247 (RestartSAT) R 7245 7247 6457 0 -1 4202496 810931 0 0 0 496041 201 0 0 25 0 1 0 849005120 3277709312 700862 33554432000 4194304 4291949 140735977375280 18446744073709551615 4255981 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7247/statm: 800222 700862 253 24 0 796856 0
Current children cumulated CPU time (s) 4962.42
Current children cumulated vsize (KiB) 3200888



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/444 7421
/proc/meminfo: memFree=12601744/32950928 swapFree=60044444/67111528
[pid=7247] ppid=7245 vsize=3228232 CPUtime=5000.02 cores=0,2,4,6
/proc/7247/stat : 7247 (RestartSAT) R 7245 7247 6457 0 -1 4202496 818058 0 0 0 499800 202 0 0 25 0 1 0 849005120 3305709568 707970 33554432000 4194304 4291949 140735977375280 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/7247/statm: 807058 707970 253 24 0 803692 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 3228232

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

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

[startup+5000.02 s]
/proc/loadavg: 2.00 2.01 2.00 3/444 7421
/proc/meminfo: memFree=12601744/32950928 swapFree=60044444/67111528
[pid=7247] ppid=7245 vsize=0 CPUtime=5000.13 cores=0,2,4,6
/proc/7247/stat : 7247 (RestartSAT) R 7245 7247 6457 0 -1 4203524 818059 0 0 0 499801 212 0 0 25 0 1 0 849005120 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 2 0 0 0
/proc/7247/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5000.13
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.02
CPU time (s): 5000.15
CPU user time (s): 4998.02
CPU system time (s): 2.12968
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 3228232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4998.02
system time used= 2.12968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 818059
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= 10
involuntary context switches= 4327

runsolver used 23.0625 second user time and 49.4605 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-28 15:02:24
IDJOB=3420171
IDBENCH=85008
IDSOLVER=1911
FILE ID=node114/3420171-1306587738
RUNJOBID= node114-1306579395-6479
PBS_JOBID= 13471566
Free space on /tmp= 73004 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT04/industrial/velev/vliw_unsat_2.0/9dlx_vliw_at_b_iq9.used-as.sat04-719.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3420171-1306587738/watcher-3420171-1306587738 -o /tmp/evaluation-result-3420171-1306587738/solver-3420171-1306587738 -C 5000 -W 5100 -M 15500  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420171-1306587738.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 9a43349587a435e7109b46b3aceb156e
RANDOM SEED=2037983641

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
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.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
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.848
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.848
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:      15385596 kB
Buffers:        255036 kB
Cached:        6940820 kB
SwapCached:      48932 kB
Active:        5439200 kB
Inactive:     11848264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15385596 kB
SwapTotal:    67111528 kB
SwapFree:     60044444 kB
Dirty:          213976 kB
Writeback:           0 kB
AnonPages:    10049444 kB
Mapped:          28684 kB
Slab:           147020 kB
PageTables:      62804 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 108436136 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= 73008 MiB
End job on node114 at 2011-05-28 16:25:46