Trace number 3283625

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) 1299.65 1300.04

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-20-10p1.cnf
MD5SUM6ace5cfbe110f1a43049037cb7432998
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables259234
Number of clauses1387934
Sum of the clauses size3351923
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2981661
Number of clauses of size 3327764
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

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-3283625-1303759009/watcher-3283625-1303759009 -o /tmp/evaluation-result-3283625-1303759009/solver-3283625-1303759009 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3283625-1303759009.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: 2.04 2.57 3.54 5/193 8604
/proc/meminfo: memFree=13742304/32951124 swapFree=67111528/67111528
[pid=8604] ppid=8602 vsize=22388 CPUtime=0 cores=4,6
/proc/8604/stat : 8604 (RestartSAT) R 8602 8604 6665 0 -1 4202496 1313 0 0 0 0 0 0 0 21 0 1 0 487498840 22925312 1255 33554432000 4194304 4291949 140735905500832 18446744073709551615 255377359274 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8604/statm: 5681 1260 227 24 0 2315 0

[startup+0.0680501 s]
/proc/loadavg: 2.04 2.57 3.54 5/193 8604
/proc/meminfo: memFree=13742304/32951124 swapFree=67111528/67111528
[pid=8604] ppid=8602 vsize=54080 CPUtime=0.05 cores=4,6
/proc/8604/stat : 8604 (RestartSAT) R 8602 8604 6665 0 -1 4202496 7941 0 0 0 4 1 0 0 21 0 1 0 487498840 55377920 7673 33554432000 4194304 4291949 140735905500832 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8604/statm: 13520 7675 227 24 0 10154 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 54080

[startup+0.101031 s]
/proc/loadavg: 2.04 2.57 3.54 5/193 8604
/proc/meminfo: memFree=13742304/32951124 swapFree=67111528/67111528
[pid=8604] ppid=8602 vsize=58680 CPUtime=0.09 cores=4,6
/proc/8604/stat : 8604 (RestartSAT) R 8602 8604 6665 0 -1 4202496 9450 0 0 0 8 1 0 0 21 0 1 0 487498840 60088320 9046 33554432000 4194304 4291949 140735905500832 18446744073709551615 255376962245 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8604/statm: 14670 9048 227 24 0 11304 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 58680

[startup+0.300967 s]
/proc/loadavg: 2.04 2.57 3.54 5/193 8604
/proc/meminfo: memFree=13742304/32951124 swapFree=67111528/67111528
[pid=8604] ppid=8602 vsize=83060 CPUtime=0.28 cores=4,6
/proc/8604/stat : 8604 (RestartSAT) R 8602 8604 6665 0 -1 4202496 15351 0 0 0 26 2 0 0 22 0 1 0 487498840 85053440 14428 33554432000 4194304 4291949 140735905500832 18446744073709551615 4220578 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8604/statm: 20765 14428 227 24 0 17399 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 83060

[startup+0.700894 s]
/proc/loadavg: 2.04 2.57 3.54 5/193 8604
/proc/meminfo: memFree=13742304/32951124 swapFree=67111528/67111528
[pid=8604] ppid=8602 vsize=115624 CPUtime=0.69 cores=4,6
/proc/8604/stat : 8604 (RestartSAT) R 8602 8604 6665 0 -1 4202496 24932 0 0 0 66 3 0 0 24 0 1 0 487498840 118398976 22797 33554432000 4194304 4291949 140735905500832 18446744073709551615 4277761 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8604/statm: 28906 22798 228 24 0 25540 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 115624

[startup+1.50072 s]
/proc/loadavg: 2.04 2.57 3.54 5/194 8605
/proc/meminfo: memFree=13498396/32951124 swapFree=67111528/67111528
[pid=8604] ppid=8602 vsize=150108 CPUtime=1.49 cores=4,6
/proc/8604/stat : 8604 (RestartSAT) R 8602 8604 6665 0 -1 4202496 34812 0 0 0 144 5 0 0 25 0 1 0 487498840 153710592 31262 33554432000 4194304 4291949 140735905500832 18446744073709551615 4218133 0 0 4096 8388610 0 0 0 17 6 0 0 0
/proc/8604/statm: 37527 31262 234 24 0 34161 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 150108

[startup+3.10042 s]
/proc/loadavg: 2.04 2.57 3.54 5/194 8605
/proc/meminfo: memFree=13489104/32951124 swapFree=67111528/67111528
[pid=8604] ppid=8602 vsize=136796 CPUtime=3.08 cores=4,6
/proc/8604/stat : 8604 (RestartSAT) R 8602 8604 6665 0 -1 4202496 43756 0 0 0 302 6 0 0 25 0 1 0 487498840 140079104 28302 33554432000 4194304 4291949 140735905500832 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 6 0 0 0
/proc/8604/statm: 34199 28302 252 24 0 30833 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 136796

[startup+6.30084 s]
/proc/loadavg: 2.19 2.59 3.55 5/194 8606
/proc/meminfo: memFree=13535232/32951124 swapFree=67111528/67111528
[pid=8604] ppid=8602 vsize=136796 CPUtime=6.27 cores=4,6
/proc/8604/stat : 8604 (RestartSAT) R 8602 8604 6665 0 -1 4202496 43906 0 0 0 621 6 0 0 25 0 1 0 487498840 140079104 28450 33554432000 4194304 4291949 140735905500832 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 6 0 0 0
/proc/8604/statm: 34199 28450 252 24 0 30833 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 136796

[startup+12.7007 s]
/proc/loadavg: 2.34 2.62 3.55 5/194 8606
/proc/meminfo: memFree=13530416/32951124 swapFree=67111528/67111528
[pid=8604] ppid=8602 vsize=136796 CPUtime=12.67 cores=4,6
/proc/8604/stat : 8604 (RestartSAT) R 8602 8604 6665 0 -1 4202496 44243 0 0 0 1260 7 0 0 25 0 1 0 487498840 140079104 28783 33554432000 4194304 4291949 140735905500832 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8604/statm: 34199 28783 252 24 0 30833 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 136796

[startup+25.5003 s]
/proc/loadavg: 2.71 2.68 3.55 5/194 8606
/proc/meminfo: memFree=13511796/32951124 swapFree=67111528/67111528
[pid=8604] ppid=8602 vsize=148472 CPUtime=25.44 cores=4,6
/proc/8604/stat : 8604 (RestartSAT) R 8602 8604 6665 0 -1 4202496 45295 0 0 0 2537 7 0 0 25 0 1 0 487498840 152035328 29828 33554432000 4194304 4291949 140735905500832 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8604/statm: 37118 29828 252 24 0 33752 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 148472

[startup+51.1006 s]
/proc/loadavg: 3.15 2.79 3.56 5/194 8607
/proc/meminfo: memFree=13463220/32951124 swapFree=67111528/67111528
[pid=8604] ppid=8602 vsize=148472 CPUtime=50.98 cores=4,6
/proc/8604/stat : 8604 (RestartSAT) R 8602 8604 6665 0 -1 4202496 47718 0 0 0 5090 8 0 0 25 0 1 0 487498840 152035328 32241 33554432000 4194304 4291949 140735905500832 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8604/statm: 37118 32241 252 24 0 33752 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 148472

[startup+102.307 s]
/proc/loadavg: 3.63 2.97 3.58 5/194 8608
/proc/meminfo: memFree=13337204/32951124 swapFree=67111528/67111528
[pid=8604] ppid=8602 vsize=198260 CPUtime=102.07 cores=4,6
/proc/8604/stat : 8604 (RestartSAT) R 8602 8604 6665 0 -1 4202496 54428 0 0 0 10196 11 0 0 25 0 1 0 487498840 203018240 38929 33554432000 4194304 4291949 140735905500832 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8604/statm: 49565 38929 252 24 0 46199 0
Current children cumulated CPU time (s) 102.07
Current children cumulated vsize (KiB) 198260

[startup+162.301 s]
/proc/loadavg: 3.86 3.16 3.61 5/194 8610
/proc/meminfo: memFree=13243684/32951124 swapFree=67111528/67111528
[pid=8604] ppid=8602 vsize=248348 CPUtime=161.95 cores=4,6
/proc/8604/stat : 8604 (RestartSAT) R 8602 8604 6665 0 -1 4202496 61164 0 0 0 16181 14 0 0 25 0 1 0 487498840 254308352 45635 33554432000 4194304 4291949 140735905500832 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 6 0 0 0
/proc/8604/statm: 62087 45635 252 24 0 58721 0
Current children cumulated CPU time (s) 161.95
Current children cumulated vsize (KiB) 248348

[startup+222.301 s]
/proc/loadavg: 3.95 3.31 3.63 5/194 8611
/proc/meminfo: memFree=13150900/32951124 swapFree=67111528/67111528
[pid=8604] ppid=8602 vsize=248348 CPUtime=221.86 cores=4,6
/proc/8604/stat : 8604 (RestartSAT) R 8602 8604 6665 0 -1 4202496 67685 0 0 0 22170 16 0 0 25 0 1 0 487498840 254308352 52135 33554432000 4194304 4291949 140735905500832 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8604/statm: 62087 52135 252 24 0 58721 0
Current children cumulated CPU time (s) 221.86
Current children cumulated vsize (KiB) 248348

[startup+282.301 s]
/proc/loadavg: 3.83 3.40 3.64 3/183 8647
/proc/meminfo: memFree=13478288/32951124 swapFree=67111528/67111528
[pid=8604] ppid=8602 vsize=329736 CPUtime=281.86 cores=4,6
/proc/8604/stat : 8604 (RestartSAT) R 8602 8604 6665 0 -1 4202496 78112 0 0 0 28166 20 0 0 25 0 1 0 487498840 337649664 62538 33554432000 4194304 4291949 140735905500832 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8604/statm: 82434 62538 252 24 0 79068 0
Current children cumulated CPU time (s) 281.86
Current children cumulated vsize (KiB) 329736

[startup+342.301 s]
/proc/loadavg: 2.79 3.17 3.54 3/182 8649
/proc/meminfo: memFree=13405212/32951124 swapFree=67111528/67111528
[pid=8604] ppid=8602 vsize=329736 CPUtime=341.87 cores=4,6
/proc/8604/stat : 8604 (RestartSAT) R 8602 8604 6665 0 -1 4202496 86206 0 0 0 34164 23 0 0 25 0 1 0 487498840 337649664 70611 33554432000 4194304 4291949 140735905500832 18446744073709551615 4248383 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8604/statm: 82434 70611 252 24 0 79068 0
Current children cumulated CPU time (s) 341.87
Current children cumulated vsize (KiB) 329736

[startup+402.301 s]
/proc/loadavg: 2.29 2.96 3.44 3/182 8650
/proc/meminfo: memFree=13335628/32951124 swapFree=67111528/67111528
[pid=8604] ppid=8602 vsize=331956 CPUtime=401.86 cores=4,6
/proc/8604/stat : 8604 (RestartSAT) R 8602 8604 6665 0 -1 4202496 93913 0 0 0 40161 25 0 0 25 0 1 0 487498840 339922944 78297 33554432000 4194304 4291949 140735905500832 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8604/statm: 82989 78297 252 24 0 79623 0
Current children cumulated CPU time (s) 401.86
Current children cumulated vsize (KiB) 331956

[startup+462.3 s]
/proc/loadavg: 2.10 2.78 3.35 3/182 8652
/proc/meminfo: memFree=13231820/32951124 swapFree=67111528/67111528
[pid=8604] ppid=8602 vsize=466148 CPUtime=461.87 cores=4,6
/proc/8604/stat : 8604 (RestartSAT) R 8602 8604 6665 0 -1 4202496 102955 0 0 0 46158 29 0 0 25 0 1 0 487498840 477335552 87322 33554432000 4194304 4291949 140735905500832 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8604/statm: 116537 87322 252 24 0 113171 0
Current children cumulated CPU time (s) 461.87
Current children cumulated vsize (KiB) 466148

[startup+522.3 s]
/proc/loadavg: 2.22 2.68 3.28 3/182 8653
/proc/meminfo: memFree=13166948/32951124 swapFree=67111528/67111528
[pid=8604] ppid=8602 vsize=468576 CPUtime=521.87 cores=4,6
/proc/8604/stat : 8604 (RestartSAT) R 8602 8604 6665 0 -1 4202496 110116 0 0 0 52156 31 0 0 25 0 1 0 487498840 479821824 94474 33554432000 4194304 4291949 140735905500832 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8604/statm: 117144 94474 252 24 0 113778 0
Current children cumulated CPU time (s) 521.87
Current children cumulated vsize (KiB) 468576

[startup+582.3 s]
/proc/loadavg: 2.08 2.56 3.20 3/182 8655
/proc/meminfo: memFree=13094888/32951124 swapFree=67111528/67111528
[pid=8604] ppid=8602 vsize=471168 CPUtime=581.87 cores=4,6
/proc/8604/stat : 8604 (RestartSAT) R 8602 8604 6665 0 -1 4202496 117827 0 0 0 58153 34 0 0 25 0 1 0 487498840 482476032 102173 33554432000 4194304 4291949 140735905500832 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8604/statm: 117792 102173 252 24 0 114426 0
Current children cumulated CPU time (s) 581.87
Current children cumulated vsize (KiB) 471168

[startup+642.301 s]
/proc/loadavg: 2.03 2.45 3.12 3/182 8657
/proc/meminfo: memFree=13023452/32951124 swapFree=67111528/67111528
[pid=8604] ppid=8602 vsize=472540 CPUtime=641.88 cores=4,6
/proc/8604/stat : 8604 (RestartSAT) R 8602 8604 6665 0 -1 4202496 126197 0 0 0 64150 38 0 0 25 0 1 0 487498840 483880960 110526 33554432000 4194304 4291949 140735905500832 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8604/statm: 118135 110526 252 24 0 114769 0
Current children cumulated CPU time (s) 641.88
Current children cumulated vsize (KiB) 472540

[startup+702.301 s]
/proc/loadavg: 2.16 2.40 3.06 3/182 8658
/proc/meminfo: memFree=12925348/32951124 swapFree=67111528/67111528
[pid=8604] ppid=8602 vsize=688980 CPUtime=701.88 cores=4,6
/proc/8604/stat : 8604 (RestartSAT) R 8602 8604 6665 0 -1 4202496 140269 0 0 0 70146 42 0 0 25 0 1 0 487498840 705515520 124574 33554432000 4194304 4291949 140735905500832 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8604/statm: 172245 124574 252 24 0 168879 0
Current children cumulated CPU time (s) 701.88
Current children cumulated vsize (KiB) 688980

[startup+762.307 s]
/proc/loadavg: 2.22 2.36 3.00 3/182 8660
/proc/meminfo: memFree=12861968/32951124 swapFree=67111528/67111528
[pid=8604] ppid=8602 vsize=690928 CPUtime=761.88 cores=4,6
/proc/8604/stat : 8604 (RestartSAT) R 8602 8604 6665 0 -1 4202496 147043 0 0 0 76144 44 0 0 25 0 1 0 487498840 707510272 131332 33554432000 4194304 4291949 140735905500832 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8604/statm: 172732 131332 252 24 0 169366 0
Current children cumulated CPU time (s) 761.88
Current children cumulated vsize (KiB) 690928

[startup+822.301 s]
/proc/loadavg: 2.12 2.30 2.94 3/182 8661
/proc/meminfo: memFree=12802416/32951124 swapFree=67111528/67111528
[pid=8604] ppid=8602 vsize=693700 CPUtime=821.88 cores=4,6
/proc/8604/stat : 8604 (RestartSAT) R 8602 8604 6665 0 -1 4202496 153671 0 0 0 82141 47 0 0 25 0 1 0 487498840 710348800 137948 33554432000 4194304 4291949 140735905500832 18446744073709551615 4256147 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8604/statm: 173425 137948 252 24 0 170059 0
Current children cumulated CPU time (s) 821.88
Current children cumulated vsize (KiB) 693700

[startup+882.301 s]
/proc/loadavg: 2.04 2.25 2.88 3/182 8663
/proc/meminfo: memFree=12739532/32951124 swapFree=67111528/67111528
[pid=8604] ppid=8602 vsize=694672 CPUtime=881.88 cores=4,6
/proc/8604/stat : 8604 (RestartSAT) R 8602 8604 6665 0 -1 4202496 159780 0 0 0 88140 48 0 0 25 0 1 0 487498840 711344128 144051 33554432000 4194304 4291949 140735905500832 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8604/statm: 173668 144051 252 24 0 170302 0
Current children cumulated CPU time (s) 881.88
Current children cumulated vsize (KiB) 694672

[startup+942.301 s]
/proc/loadavg: 2.01 2.20 2.82 3/182 8665
/proc/meminfo: memFree=12686816/32951124 swapFree=67111528/67111528
[pid=8604] ppid=8602 vsize=696352 CPUtime=941.88 cores=4,6
/proc/8604/stat : 8604 (RestartSAT) R 8602 8604 6665 0 -1 4202496 165842 0 0 0 94139 49 0 0 25 0 1 0 487498840 713064448 150105 33554432000 4194304 4291949 140735905500832 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8604/statm: 174088 150105 252 24 0 170722 0
Current children cumulated CPU time (s) 941.88
Current children cumulated vsize (KiB) 696352

[startup+1002.3 s]
/proc/loadavg: 2.04 2.17 2.77 3/182 8666
/proc/meminfo: memFree=12624300/32951124 swapFree=67111528/67111528
[pid=8604] ppid=8602 vsize=698124 CPUtime=1001.88 cores=4,6
/proc/8604/stat : 8604 (RestartSAT) R 8602 8604 6665 0 -1 4202496 173841 0 0 0 100135 53 0 0 25 0 1 0 487498840 714878976 158089 33554432000 4194304 4291949 140735905500832 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8604/statm: 174531 158089 252 24 0 171165 0
Current children cumulated CPU time (s) 1001.88
Current children cumulated vsize (KiB) 698124

[startup+1062.3 s]
/proc/loadavg: 2.06 2.16 2.72 3/182 8668
/proc/meminfo: memFree=12546280/32951124 swapFree=67111528/67111528
[pid=8604] ppid=8602 vsize=699432 CPUtime=1061.89 cores=4,6
/proc/8604/stat : 8604 (RestartSAT) R 8602 8604 6665 0 -1 4202496 179351 0 0 0 106134 55 0 0 25 0 1 0 487498840 716218368 163591 33554432000 4194304 4291949 140735905500832 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8604/statm: 174858 163591 252 24 0 171492 0
Current children cumulated CPU time (s) 1061.89
Current children cumulated vsize (KiB) 699432

[startup+1122.3 s]
/proc/loadavg: 2.15 2.16 2.69 3/182 8669
/proc/meminfo: memFree=12455484/32951124 swapFree=67111528/67111528
[pid=8604] ppid=8602 vsize=700572 CPUtime=1121.89 cores=4,6
/proc/8604/stat : 8604 (RestartSAT) R 8602 8604 6665 0 -1 4202496 185619 0 0 0 112132 57 0 0 25 0 1 0 487498840 717385728 169847 33554432000 4194304 4291949 140735905500832 18446744073709551615 4256299 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8604/statm: 175143 169847 252 24 0 171777 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 700572

[startup+1182.3 s]
/proc/loadavg: 2.13 2.14 2.65 3/182 8671
/proc/meminfo: memFree=12406484/32951124 swapFree=67111528/67111528
[pid=8604] ppid=8602 vsize=1051112 CPUtime=1181.89 cores=4,6
/proc/8604/stat : 8604 (RestartSAT) R 8602 8604 6665 0 -1 4202496 191059 0 0 0 118130 59 0 0 25 0 1 0 487498840 1076338688 175278 33554432000 4194304 4291949 140735905500832 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8604/statm: 262778 175278 252 24 0 259412 0
Current children cumulated CPU time (s) 1181.89
Current children cumulated vsize (KiB) 1051112

[startup+1242.3 s]
/proc/loadavg: 2.05 2.11 2.60 3/182 8673
/proc/meminfo: memFree=12356368/32951124 swapFree=67111528/67111528
[pid=8604] ppid=8602 vsize=1051972 CPUtime=1241.89 cores=4,6
/proc/8604/stat : 8604 (RestartSAT) R 8602 8604 6665 0 -1 4202496 196620 0 0 0 124128 61 0 0 25 0 1 0 487498840 1077219328 180824 33554432000 4194304 4291949 140735905500832 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8604/statm: 262993 180824 252 24 0 259627 0
Current children cumulated CPU time (s) 1241.89
Current children cumulated vsize (KiB) 1051972



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.02 2.09 2.56 2/180 8675
/proc/meminfo: memFree=13225488/32951124 swapFree=67111528/67111528
[pid=8604] ppid=8602 vsize=1053296 CPUtime=1299.6 cores=4,6
/proc/8604/stat : 8604 (RestartSAT) R 8602 8604 6665 0 -1 4202496 205831 0 0 0 129896 64 0 0 25 0 1 0 487498840 1078575104 190021 33554432000 4194304 4291949 140735905500832 18446744073709551615 4251380 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8604/statm: 263324 190021 252 24 0 259958 0
Current children cumulated CPU time (s) 1299.6
Current children cumulated vsize (KiB) 1053296

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.04
CPU time (s): 1299.65
CPU user time (s): 1298.97
CPU system time (s): 0.675897
CPU usage (%): 99.9695
Max. virtual memory (cumulated for all children) (KiB): 1053296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.97
system time used= 0.675897
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 205831
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 44350

runsolver used 2.26765 second user time and 4.83626 second system time

The end

Launcher Data

Begin job on node135 at 2011-04-25 21:16:50
IDJOB=3283625
IDBENCH=71055
IDSOLVER=1581
FILE ID=node135/3283625-1303759009
RUNJOBID= node135-1303759008-8563
PBS_JOBID= 13154027
Free space on /tmp= 71164 MiB

SOLVER NAME= RestartSAT A75
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UR-20-10p1.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.75 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3283625-1303759009/watcher-3283625-1303759009 -o /tmp/evaluation-result-3283625-1303759009/solver-3283625-1303759009 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3283625-1303759009.cnf

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

MD5SUM BENCH= 6ace5cfbe110f1a43049037cb7432998
RANDOM SEED=459453004

node135.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.851
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.70
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.851
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.851
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.75
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.851
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	: 6640.14
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.851
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.851
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.851
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.851
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13743080 kB
Buffers:       2067004 kB
Cached:       16275668 kB
SwapCached:          0 kB
Active:        7883068 kB
Inactive:     10726364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13743080 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           95928 kB
Writeback:           0 kB
AnonPages:      265904 kB
Mapped:          15260 kB
Slab:           534984 kB
PageTables:       5720 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   478152 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71228 MiB
End job on node135 at 2011-04-25 21:38:32