Trace number 3170196

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) 1300.01 1300.01

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v15000-c63000-S1386494586-003-UNKNOWN.cnf
MD5SUM21fe95d2e5d58f03a2d75a4512a80cd8
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark23.1745
Satisfiable
(Un)Satisfiability was proved
Number of variables15000
Number of clauses63000
Sum of the clauses size189000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 363000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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

running on 2 cores: 5,7

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: 1.87 2.05 2.02 4/189 11959
/proc/meminfo: memFree=19028324/32951124 swapFree=67111528/67111528
[pid=11959] ppid=11957 vsize=21200 CPUtime=0 cores=5,7
/proc/11959/stat : 11959 (RestartSAT) R 11957 11959 11899 0 -1 4202496 1092 0 0 0 0 0 0 0 22 0 1 0 472259354 21708800 1030 33554432000 4194304 4291949 140734345770192 18446744073709551615 260020056773 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11959/statm: 5300 1031 227 24 0 1934 0

[startup+0.0726271 s]
/proc/loadavg: 1.87 2.05 2.02 4/189 11959
/proc/meminfo: memFree=19028324/32951124 swapFree=67111528/67111528
[pid=11959] ppid=11957 vsize=24656 CPUtime=0.07 cores=5,7
/proc/11959/stat : 11959 (RestartSAT) R 11957 11959 11899 0 -1 4202496 2426 0 0 0 7 0 0 0 22 0 1 0 472259354 25247744 2202 33554432000 4194304 4291949 140734345770192 18446744073709551615 4232467 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11959/statm: 6164 2202 234 24 0 2798 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 24656

[startup+0.100635 s]
/proc/loadavg: 1.87 2.05 2.02 4/189 11959
/proc/meminfo: memFree=19028324/32951124 swapFree=67111528/67111528
[pid=11959] ppid=11957 vsize=21188 CPUtime=0.09 cores=5,7
/proc/11959/stat : 11959 (RestartSAT) R 11957 11959 11899 0 -1 4202496 2741 0 0 0 9 0 0 0 22 0 1 0 472259354 21696512 1965 33554432000 4194304 4291949 140734345770192 18446744073709551615 260023925951 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11959/statm: 5297 1965 252 24 0 1931 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21188

[startup+0.300585 s]
/proc/loadavg: 1.87 2.05 2.02 4/189 11959
/proc/meminfo: memFree=19028324/32951124 swapFree=67111528/67111528
[pid=11959] ppid=11957 vsize=21188 CPUtime=0.29 cores=5,7
/proc/11959/stat : 11959 (RestartSAT) R 11957 11959 11899 0 -1 4202496 2818 0 0 0 29 0 0 0 23 0 1 0 472259354 21696512 2041 33554432000 4194304 4291949 140734345770192 18446744073709551615 260023833008 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11959/statm: 5297 2041 253 24 0 1931 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21188

[startup+0.700512 s]
/proc/loadavg: 1.87 2.05 2.02 4/189 11959
/proc/meminfo: memFree=19028324/32951124 swapFree=67111528/67111528
[pid=11959] ppid=11957 vsize=22216 CPUtime=0.69 cores=5,7
/proc/11959/stat : 11959 (RestartSAT) R 11957 11959 11899 0 -1 4202496 3017 0 0 0 69 0 0 0 25 0 1 0 472259354 22749184 2237 33554432000 4194304 4291949 140734345770192 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11959/statm: 5554 2237 253 24 0 2188 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22216

[startup+1.50037 s]
/proc/loadavg: 2.04 2.08 2.03 5/190 11960
/proc/meminfo: memFree=19003152/32951124 swapFree=67111528/67111528
[pid=11959] ppid=11957 vsize=23892 CPUtime=1.49 cores=5,7
/proc/11959/stat : 11959 (RestartSAT) R 11957 11959 11899 0 -1 4202496 3465 0 0 0 149 0 0 0 25 0 1 0 472259354 24465408 2680 33554432000 4194304 4291949 140734345770192 18446744073709551615 4255953 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11959/statm: 5973 2680 253 24 0 2607 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23892

[startup+3.10107 s]
/proc/loadavg: 2.04 2.08 2.03 5/190 11960
/proc/meminfo: memFree=18988272/32951124 swapFree=67111528/67111528
[pid=11959] ppid=11957 vsize=31320 CPUtime=3.09 cores=5,7
/proc/11959/stat : 11959 (RestartSAT) R 11957 11959 11899 0 -1 4202496 4519 0 0 0 309 0 0 0 25 0 1 0 472259354 32071680 3730 33554432000 4194304 4291949 140734345770192 18446744073709551615 4250438 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11959/statm: 7830 3730 253 24 0 4464 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 31320

[startup+6.30049 s]
/proc/loadavg: 2.04 2.08 2.03 5/190 11960
/proc/meminfo: memFree=18973280/32951124 swapFree=67111528/67111528
[pid=11959] ppid=11957 vsize=39172 CPUtime=6.29 cores=5,7
/proc/11959/stat : 11959 (RestartSAT) R 11957 11959 11899 0 -1 4202496 6095 0 0 0 629 0 0 0 25 0 1 0 472259354 40112128 5298 33554432000 4194304 4291949 140734345770192 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11959/statm: 9793 5298 253 24 0 6427 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 39172

[startup+12.7003 s]
/proc/loadavg: 2.34 2.15 2.05 5/190 11960
/proc/meminfo: memFree=18914240/32951124 swapFree=67111528/67111528
[pid=11959] ppid=11957 vsize=51944 CPUtime=12.69 cores=5,7
/proc/11959/stat : 11959 (RestartSAT) R 11957 11959 11899 0 -1 4202496 9769 0 0 0 1268 1 0 0 25 0 1 0 472259354 53190656 8959 33554432000 4194304 4291949 140734345770192 18446744073709551615 4248320 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11959/statm: 12986 8959 253 24 0 9620 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 51944

[startup+25.501 s]
/proc/loadavg: 2.60 2.21 2.07 5/190 11961
/proc/meminfo: memFree=18854064/32951124 swapFree=67111528/67111528
[pid=11959] ppid=11957 vsize=35124 CPUtime=25.49 cores=5,7
/proc/11959/stat : 11959 (RestartSAT) R 11957 11959 11899 0 -1 4202496 17907 0 0 0 2544 5 0 0 25 0 1 0 472259354 35966976 4699 33554432000 4194304 4291949 140734345770192 18446744073709551615 4255694 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11959/statm: 8781 4699 253 24 0 5415 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 35124

[startup+51.1003 s]
/proc/loadavg: 3.15 2.37 2.12 5/190 11962
/proc/meminfo: memFree=18811392/32951124 swapFree=67111528/67111528
[pid=11959] ppid=11957 vsize=105316 CPUtime=51.09 cores=5,7
/proc/11959/stat : 11959 (RestartSAT) R 11957 11959 11899 0 -1 4202496 31340 0 0 0 5101 8 0 0 25 0 1 0 472259354 107843584 18063 33554432000 4194304 4291949 140734345770192 18446744073709551615 4255843 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11959/statm: 26329 18063 253 24 0 22963 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 105316

[startup+102.307 s]
/proc/loadavg: 3.66 2.64 2.23 5/190 11963
/proc/meminfo: memFree=18777508/32951124 swapFree=67111528/67111528
[pid=11959] ppid=11957 vsize=107036 CPUtime=102.3 cores=5,7
/proc/11959/stat : 11959 (RestartSAT) R 11957 11959 11899 0 -1 4202496 66141 0 0 0 10212 18 0 0 25 0 1 0 472259354 109604864 16335 33554432000 4194304 4291949 140734345770192 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11959/statm: 26759 16335 253 24 0 23393 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 107036

[startup+162.301 s]
/proc/loadavg: 3.87 2.88 2.34 5/190 11964
/proc/meminfo: memFree=18787028/32951124 swapFree=67111528/67111528
[pid=11959] ppid=11957 vsize=108488 CPUtime=162.29 cores=5,7
/proc/11959/stat : 11959 (RestartSAT) R 11957 11959 11899 0 -1 4202496 94565 0 0 0 16201 28 0 0 25 0 1 0 472259354 111091712 22339 33554432000 4194304 4291949 140734345770192 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11959/statm: 27122 22339 253 24 0 23756 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 108488

[startup+222.301 s]
/proc/loadavg: 3.95 3.08 2.44 5/190 11966
/proc/meminfo: memFree=18795516/32951124 swapFree=67111528/67111528
[pid=11959] ppid=11957 vsize=50852 CPUtime=222.29 cores=5,7
/proc/11959/stat : 11959 (RestartSAT) R 11957 11959 11899 0 -1 4202496 134311 0 0 0 22190 39 0 0 25 0 1 0 472259354 52072448 8732 33554432000 4194304 4291949 140734345770192 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11959/statm: 12713 8732 253 24 0 9347 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 50852

[startup+282.301 s]
/proc/loadavg: 3.98 3.25 2.53 5/190 11968
/proc/meminfo: memFree=18771276/32951124 swapFree=67111528/67111528
[pid=11959] ppid=11957 vsize=63548 CPUtime=282.29 cores=5,7
/proc/11959/stat : 11959 (RestartSAT) R 11957 11959 11899 0 -1 4202496 161868 0 0 0 28181 48 0 0 25 0 1 0 472259354 65073152 12136 33554432000 4194304 4291949 140734345770192 18446744073709551615 4261929 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11959/statm: 15887 12136 253 24 0 12521 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 63548

[startup+342.301 s]
/proc/loadavg: 3.99 3.38 2.62 5/190 11969
/proc/meminfo: memFree=18738228/32951124 swapFree=67111528/67111528
[pid=11959] ppid=11957 vsize=83580 CPUtime=342.28 cores=5,7
/proc/11959/stat : 11959 (RestartSAT) R 11957 11959 11899 0 -1 4202496 193155 0 0 0 34172 56 0 0 25 0 1 0 472259354 85585920 16178 33554432000 4194304 4291949 140734345770192 18446744073709551615 4256338 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11959/statm: 20895 16178 253 24 0 17529 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 83580

[startup+402.301 s]
/proc/loadavg: 3.99 3.49 2.70 5/190 11971
/proc/meminfo: memFree=18760372/32951124 swapFree=67111528/67111528
[pid=11959] ppid=11957 vsize=115060 CPUtime=402.29 cores=5,7
/proc/11959/stat : 11959 (RestartSAT) R 11957 11959 11899 0 -1 4202496 218868 0 0 0 40165 64 0 0 25 0 1 0 472259354 117821440 18325 33554432000 4194304 4291949 140734345770192 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11959/statm: 28765 18325 253 24 0 25399 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 115060

[startup+462.301 s]
/proc/loadavg: 4.08 3.61 2.79 5/190 11975
/proc/meminfo: memFree=18589688/32951124 swapFree=67111528/67111528
[pid=11959] ppid=11957 vsize=250620 CPUtime=462.29 cores=5,7
/proc/11959/stat : 11959 (RestartSAT) R 11957 11959 11899 0 -1 4202496 274339 0 0 0 46151 78 0 0 25 0 1 0 472259354 256634880 40955 33554432000 4194304 4291949 140734345770192 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11959/statm: 62655 40955 253 24 0 59289 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 250620

[startup+522.301 s]
/proc/loadavg: 4.03 3.68 2.87 5/190 11977
/proc/meminfo: memFree=18657192/32951124 swapFree=67111528/67111528
[pid=11959] ppid=11957 vsize=121256 CPUtime=522.29 cores=5,7
/proc/11959/stat : 11959 (RestartSAT) R 11957 11959 11899 0 -1 4202496 299940 0 0 0 52143 86 0 0 25 0 1 0 472259354 124166144 22579 33554432000 4194304 4291949 140734345770192 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11959/statm: 30314 22579 253 24 0 26948 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 121256

[startup+582.301 s]
/proc/loadavg: 4.01 3.74 2.93 5/190 11979
/proc/meminfo: memFree=18680564/32951124 swapFree=67111528/67111528
[pid=11959] ppid=11957 vsize=121916 CPUtime=582.29 cores=5,7
/proc/11959/stat : 11959 (RestartSAT) R 11957 11959 11899 0 -1 4202496 328421 0 0 0 58133 96 0 0 25 0 1 0 472259354 124841984 24351 33554432000 4194304 4291949 140734345770192 18446744073709551615 4256100 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11959/statm: 30479 24351 253 24 0 27113 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 121916

[startup+642.3 s]
/proc/loadavg: 4.05 3.80 3.00 5/190 11980
/proc/meminfo: memFree=18690920/32951124 swapFree=67111528/67111528
[pid=11959] ppid=11957 vsize=72656 CPUtime=642.29 cores=5,7
/proc/11959/stat : 11959 (RestartSAT) R 11957 11959 11899 0 -1 4202496 348519 0 0 0 64127 102 0 0 25 0 1 0 472259354 74399744 13253 33554432000 4194304 4291949 140734345770192 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11959/statm: 18164 13253 253 24 0 14798 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 72656

[startup+702.3 s]
/proc/loadavg: 4.02 3.83 3.06 5/190 11982
/proc/meminfo: memFree=18593908/32951124 swapFree=67111528/67111528
[pid=11959] ppid=11957 vsize=172932 CPUtime=702.29 cores=5,7
/proc/11959/stat : 11959 (RestartSAT) R 11957 11959 11899 0 -1 4202496 369160 0 0 0 70120 109 0 0 25 0 1 0 472259354 177082368 33776 33554432000 4194304 4291949 140734345770192 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11959/statm: 43233 33776 253 24 0 39867 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 172932

[startup+762.307 s]
/proc/loadavg: 4.06 3.87 3.12 5/190 11983
/proc/meminfo: memFree=18595596/32951124 swapFree=67111528/67111528
[pid=11959] ppid=11957 vsize=174812 CPUtime=762.29 cores=5,7
/proc/11959/stat : 11959 (RestartSAT) R 11957 11959 11899 0 -1 4202496 406528 0 0 0 76111 118 0 0 25 0 1 0 472259354 179007488 40374 33554432000 4194304 4291949 140734345770192 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11959/statm: 43703 40374 253 24 0 40337 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 174812

[startup+822.3 s]
/proc/loadavg: 4.02 3.89 3.18 5/190 11985
/proc/meminfo: memFree=18683080/32951124 swapFree=67111528/67111528
[pid=11959] ppid=11957 vsize=125120 CPUtime=822.29 cores=5,7
/proc/11959/stat : 11959 (RestartSAT) R 11957 11959 11899 0 -1 4202496 430390 0 0 0 82102 127 0 0 25 0 1 0 472259354 128122880 27021 33554432000 4194304 4291949 140734345770192 18446744073709551615 4250696 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11959/statm: 31280 27021 253 24 0 27914 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 125120

[startup+882.3 s]
/proc/loadavg: 4.00 3.91 3.22 5/190 11987
/proc/meminfo: memFree=18687848/32951124 swapFree=67111528/67111528
[pid=11959] ppid=11957 vsize=125652 CPUtime=882.29 cores=5,7
/proc/11959/stat : 11959 (RestartSAT) R 11957 11959 11899 0 -1 4202496 460875 0 0 0 88092 137 0 0 25 0 1 0 472259354 128667648 24600 33554432000 4194304 4291949 140734345770192 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11959/statm: 31413 24600 253 24 0 28047 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 125652

[startup+942.3 s]
/proc/loadavg: 4.00 3.92 3.27 5/190 11988
/proc/meminfo: memFree=18744824/32951124 swapFree=67111528/67111528
[pid=11959] ppid=11957 vsize=95100 CPUtime=942.28 cores=5,7
/proc/11959/stat : 11959 (RestartSAT) R 11957 11959 11899 0 -1 4202496 484524 0 0 0 94085 143 0 0 25 0 1 0 472259354 97382400 18037 33554432000 4194304 4291949 140734345770192 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11959/statm: 23775 18037 253 24 0 20409 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 95100

[startup+1002.3 s]
/proc/loadavg: 4.04 3.95 3.32 5/190 11990
/proc/meminfo: memFree=18685504/32951124 swapFree=67111528/67111528
[pid=11959] ppid=11957 vsize=129016 CPUtime=1002.29 cores=5,7
/proc/11959/stat : 11959 (RestartSAT) R 11957 11959 11899 0 -1 4202496 535398 0 0 0 100071 158 0 0 25 0 1 0 472259354 132112384 22573 33554432000 4194304 4291949 140734345770192 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11959/statm: 32254 22573 253 24 0 28888 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 129016

[startup+1062.3 s]
/proc/loadavg: 4.01 3.95 3.36 5/190 11991
/proc/meminfo: memFree=18539272/32951124 swapFree=67111528/67111528
[pid=11959] ppid=11957 vsize=264120 CPUtime=1062.28 cores=5,7
/proc/11959/stat : 11959 (RestartSAT) R 11957 11959 11899 0 -1 4202496 573696 0 0 0 106061 167 0 0 25 0 1 0 472259354 270458880 60748 33554432000 4194304 4291949 140734345770192 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11959/statm: 66030 60748 253 24 0 62664 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 264120

[startup+1122.3 s]
/proc/loadavg: 4.00 3.96 3.39 5/190 11993
/proc/meminfo: memFree=18666684/32951124 swapFree=67111528/67111528
[pid=11959] ppid=11957 vsize=105848 CPUtime=1122.29 cores=5,7
/proc/11959/stat : 11959 (RestartSAT) R 11957 11959 11899 0 -1 4202496 599360 0 0 0 112054 175 0 0 25 0 1 0 472259354 108388352 22343 33554432000 4194304 4291949 140734345770192 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11959/statm: 26462 22343 253 24 0 23096 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 105848

[startup+1182.3 s]
/proc/loadavg: 4.00 3.97 3.43 5/190 11995
/proc/meminfo: memFree=18571640/32951124 swapFree=67111528/67111528
[pid=11959] ppid=11957 vsize=186756 CPUtime=1182.29 cores=5,7
/proc/11959/stat : 11959 (RestartSAT) R 11957 11959 11899 0 -1 4202496 617497 0 0 0 118047 182 0 0 25 0 1 0 472259354 191238144 40373 33554432000 4194304 4291949 140734345770192 18446744073709551615 4255843 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11959/statm: 46689 40373 253 24 0 43323 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 186756

[startup+1242.3 s]
/proc/loadavg: 4.00 3.97 3.46 5/190 11996
/proc/meminfo: memFree=18613116/32951124 swapFree=67111528/67111528
[pid=11959] ppid=11957 vsize=187024 CPUtime=1242.28 cores=5,7
/proc/11959/stat : 11959 (RestartSAT) R 11957 11959 11899 0 -1 4202496 644946 0 0 0 124039 189 0 0 25 0 1 0 472259354 191512576 36357 33554432000 4194304 4291949 140734345770192 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11959/statm: 46756 36357 253 24 0 43390 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 187024



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.08 3.99 3.50 2/185 12001
/proc/meminfo: memFree=18936380/32951124 swapFree=67111528/67111528
[pid=11959] ppid=11957 vsize=137200 CPUtime=1300 cores=5,7
/proc/11959/stat : 11959 (RestartSAT) R 11957 11959 11899 0 -1 4202496 667030 0 0 0 129803 197 0 0 25 0 1 0 472259354 140492800 24877 33554432000 4194304 4291949 140734345770192 18446744073709551615 260023855661 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11959/statm: 34300 24877 253 24 0 30934 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 137200

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.01
CPU time (s): 1300.01
CPU user time (s): 1298.03
CPU system time (s): 1.9797
CPU usage (%): 99.9999
Max. virtual memory (cumulated for all children) (KiB): 400404

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

runsolver used 2.06369 second user time and 5.03923 second system time

The end

Launcher Data

Begin job on node110 at 2011-04-15 00:31:28
IDJOB=3170196
IDBENCH=82614
IDSOLVER=1580
FILE ID=node110/3170196-1302820288
RUNJOBID= node110-1302820287-11920
PBS_JOBID= 13006675
Free space on /tmp= 71820 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v15000-c63000-S1386494586-003-UNKNOWN.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3170196-1302820288/watcher-3170196-1302820288 -o /tmp/evaluation-result-3170196-1302820288/solver-3170196-1302820288 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3170196-1302820288.cnf

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

MD5SUM BENCH= 21fe95d2e5d58f03a2d75a4512a80cd8
RANDOM SEED=1396516989

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.830
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19029224 kB
Buffers:        679788 kB
Cached:       12777760 kB
SwapCached:          0 kB
Active:        4716664 kB
Inactive:      8817756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19029224 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4432 kB
Writeback:           0 kB
AnonPages:       77076 kB
Mapped:          15168 kB
Slab:           323144 kB
PageTables:       5344 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   267992 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= 71820 MiB
End job on node110 at 2011-04-15 00:53:10