Trace number 3170179

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.05 1300.01

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v15000-c63000-S980027332-029-UNKNOWN.cnf
MD5SUMc08a1b82ea5b515d260c5edf61d7067c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark17.5403
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-3170179-1302819810/watcher-3170179-1302819810 -o /tmp/evaluation-result-3170179-1302819810/solver-3170179-1302819810 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3170179-1302819810.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: 3.74 3.96 3.83 4/186 5089
/proc/meminfo: memFree=18157708/32951124 swapFree=67111528/67111528
[pid=5089] ppid=5087 vsize=21272 CPUtime=0 cores=5,7
/proc/5089/stat : 5089 (RestartSAT) R 5087 5089 4730 0 -1 4202496 1098 0 0 0 0 0 0 0 25 0 1 0 393583671 21782528 1037 33554432000 4194304 4291949 140733202701888 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5089/statm: 5318 1037 227 24 0 1952 0

[startup+0.063466 s]
/proc/loadavg: 3.74 3.96 3.83 4/186 5089
/proc/meminfo: memFree=18157708/32951124 swapFree=67111528/67111528
[pid=5089] ppid=5087 vsize=24664 CPUtime=0.06 cores=5,7
/proc/5089/stat : 5089 (RestartSAT) R 5087 5089 4730 0 -1 4202496 2430 0 0 0 6 0 0 0 25 0 1 0 393583671 25255936 2203 33554432000 4194304 4291949 140733202701888 18446744073709551615 4232637 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5089/statm: 6166 2203 234 24 0 2800 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 24664

[startup+0.100457 s]
/proc/loadavg: 3.74 3.96 3.83 4/186 5089
/proc/meminfo: memFree=18157708/32951124 swapFree=67111528/67111528
[pid=5089] ppid=5087 vsize=21196 CPUtime=0.09 cores=5,7
/proc/5089/stat : 5089 (RestartSAT) R 5087 5089 4730 0 -1 4202496 2755 0 0 0 9 0 0 0 25 0 1 0 393583671 21704704 1967 33554432000 4194304 4291949 140733202701888 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5089/statm: 5299 1967 252 24 0 1933 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21196

[startup+0.30042 s]
/proc/loadavg: 3.74 3.96 3.83 4/186 5089
/proc/meminfo: memFree=18157708/32951124 swapFree=67111528/67111528
[pid=5089] ppid=5087 vsize=21196 CPUtime=0.29 cores=5,7
/proc/5089/stat : 5089 (RestartSAT) R 5087 5089 4730 0 -1 4202496 2818 0 0 0 29 0 0 0 25 0 1 0 393583671 21704704 2028 33554432000 4194304 4291949 140733202701888 18446744073709551615 4268214 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5089/statm: 5299 2028 253 24 0 1933 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21196

[startup+0.700347 s]
/proc/loadavg: 3.74 3.96 3.83 4/186 5089
/proc/meminfo: memFree=18157708/32951124 swapFree=67111528/67111528
[pid=5089] ppid=5087 vsize=22224 CPUtime=0.69 cores=5,7
/proc/5089/stat : 5089 (RestartSAT) R 5087 5089 4730 0 -1 4202496 3015 0 0 0 69 0 0 0 25 0 1 0 393583671 22757376 2223 33554432000 4194304 4291949 140733202701888 18446744073709551615 4255679 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5089/statm: 5556 2223 253 24 0 2190 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22224

[startup+1.50022 s]
/proc/loadavg: 3.74 3.96 3.83 6/190 5096
/proc/meminfo: memFree=18128172/32951124 swapFree=67111528/67111528
[pid=5089] ppid=5087 vsize=23900 CPUtime=1.49 cores=5,7
/proc/5089/stat : 5089 (RestartSAT) R 5087 5089 4730 0 -1 4202496 3482 0 0 0 149 0 0 0 25 0 1 0 393583671 24473600 2688 33554432000 4194304 4291949 140733202701888 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5089/statm: 5975 2688 253 24 0 2609 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23900

[startup+3.10092 s]
/proc/loadavg: 3.74 3.96 3.83 5/190 5096
/proc/meminfo: memFree=18120360/32951124 swapFree=67111528/67111528
[pid=5089] ppid=5087 vsize=31320 CPUtime=3.09 cores=5,7
/proc/5089/stat : 5089 (RestartSAT) R 5087 5089 4730 0 -1 4202496 4532 0 0 0 309 0 0 0 25 0 1 0 393583671 32071680 3730 33554432000 4194304 4291949 140733202701888 18446744073709551615 4251581 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5089/statm: 7830 3730 253 24 0 4464 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 31320

[startup+6.30036 s]
/proc/loadavg: 3.76 3.96 3.83 5/190 5096
/proc/meminfo: memFree=18086892/32951124 swapFree=67111528/67111528
[pid=5089] ppid=5087 vsize=39188 CPUtime=6.29 cores=5,7
/proc/5089/stat : 5089 (RestartSAT) R 5087 5089 4730 0 -1 4202496 6130 0 0 0 629 0 0 0 25 0 1 0 393583671 40128512 5315 33554432000 4194304 4291949 140733202701888 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5089/statm: 9797 5315 253 24 0 6431 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 39188

[startup+12.7002 s]
/proc/loadavg: 3.78 3.97 3.83 5/190 5097
/proc/meminfo: memFree=18046764/32951124 swapFree=67111528/67111528
[pid=5089] ppid=5087 vsize=52052 CPUtime=12.69 cores=5,7
/proc/5089/stat : 5089 (RestartSAT) R 5087 5089 4730 0 -1 4202496 9725 0 0 0 1268 1 0 0 25 0 1 0 393583671 53301248 8885 33554432000 4194304 4291949 140733202701888 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5089/statm: 13013 8885 253 24 0 9647 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 52052

[startup+25.501 s]
/proc/loadavg: 3.83 3.97 3.84 5/190 5097
/proc/meminfo: memFree=18018384/32951124 swapFree=67111528/67111528
[pid=5089] ppid=5087 vsize=35124 CPUtime=25.5 cores=5,7
/proc/5089/stat : 5089 (RestartSAT) R 5087 5089 4730 0 -1 4202496 17932 0 0 0 2546 4 0 0 25 0 1 0 393583671 35966976 4785 33554432000 4194304 4291949 140733202701888 18446744073709551615 216637974808 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5089/statm: 8781 4785 253 24 0 5415 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 35124

[startup+51.1005 s]
/proc/loadavg: 3.89 3.97 3.84 5/190 5098
/proc/meminfo: memFree=17889604/32951124 swapFree=67111528/67111528
[pid=5089] ppid=5087 vsize=105344 CPUtime=51.1 cores=5,7
/proc/5089/stat : 5089 (RestartSAT) R 5087 5089 4730 0 -1 4202496 31526 0 0 0 5102 8 0 0 25 0 1 0 393583671 107872256 18318 33554432000 4194304 4291949 140733202701888 18446744073709551615 4250438 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5089/statm: 26336 18318 253 24 0 22970 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 105344

[startup+102.306 s]
/proc/loadavg: 3.95 3.97 3.84 5/190 5099
/proc/meminfo: memFree=17793848/32951124 swapFree=67111528/67111528
[pid=5089] ppid=5087 vsize=107216 CPUtime=102.3 cores=5,7
/proc/5089/stat : 5089 (RestartSAT) R 5087 5089 4730 0 -1 4202496 66325 0 0 0 10214 16 0 0 25 0 1 0 393583671 109789184 16092 33554432000 4194304 4291949 140733202701888 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5089/statm: 26804 16092 253 24 0 23438 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 107216

[startup+162.301 s]
/proc/loadavg: 3.98 3.97 3.85 5/190 5101
/proc/meminfo: memFree=17871920/32951124 swapFree=67111528/67111528
[pid=5089] ppid=5087 vsize=108672 CPUtime=162.3 cores=5,7
/proc/5089/stat : 5089 (RestartSAT) R 5087 5089 4730 0 -1 4202496 94907 0 0 0 16206 24 0 0 25 0 1 0 393583671 111280128 23112 33554432000 4194304 4291949 140733202701888 18446744073709551615 4250416 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5089/statm: 27168 23112 253 24 0 23802 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 108672

[startup+222.3 s]
/proc/loadavg: 3.99 3.97 3.86 5/190 5102
/proc/meminfo: memFree=17861076/32951124 swapFree=67111528/67111528
[pid=5089] ppid=5087 vsize=62736 CPUtime=222.3 cores=5,7
/proc/5089/stat : 5089 (RestartSAT) R 5087 5089 4730 0 -1 4202496 133981 0 0 0 22194 36 0 0 25 0 1 0 393583671 64241664 10006 33554432000 4194304 4291949 140733202701888 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5089/statm: 15684 10006 253 24 0 12318 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 62736

[startup+282.301 s]
/proc/loadavg: 3.99 3.97 3.86 5/190 5104
/proc/meminfo: memFree=17809432/32951124 swapFree=67111528/67111528
[pid=5089] ppid=5087 vsize=82504 CPUtime=282.3 cores=5,7
/proc/5089/stat : 5089 (RestartSAT) R 5087 5089 4730 0 -1 4202496 161233 0 0 0 28188 42 0 0 25 0 1 0 393583671 84484096 13734 33554432000 4194304 4291949 140733202701888 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5089/statm: 20626 13734 253 24 0 17260 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 82504

[startup+342.301 s]
/proc/loadavg: 3.99 3.97 3.87 5/190 5105
/proc/meminfo: memFree=17643108/32951124 swapFree=67111528/67111528
[pid=5089] ppid=5087 vsize=114516 CPUtime=342.3 cores=5,7
/proc/5089/stat : 5089 (RestartSAT) R 5087 5089 4730 0 -1 4202496 192112 0 0 0 34178 52 0 0 25 0 1 0 393583671 117264384 18172 33554432000 4194304 4291949 140733202701888 18446744073709551615 4255718 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5089/statm: 28629 18172 253 24 0 25263 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 114516

[startup+402.3 s]
/proc/loadavg: 3.99 3.97 3.87 5/190 5107
/proc/meminfo: memFree=17879900/32951124 swapFree=67111528/67111528
[pid=5089] ppid=5087 vsize=115048 CPUtime=402.3 cores=5,7
/proc/5089/stat : 5089 (RestartSAT) R 5087 5089 4730 0 -1 4202496 218923 0 0 0 40171 59 0 0 25 0 1 0 393583671 117809152 20555 33554432000 4194304 4291949 140733202701888 18446744073709551615 4251271 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5089/statm: 28762 20555 253 24 0 25396 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 115048

[startup+462.301 s]
/proc/loadavg: 4.04 3.99 3.88 5/190 5109
/proc/meminfo: memFree=17564376/32951124 swapFree=67111528/67111528
[pid=5089] ppid=5087 vsize=251776 CPUtime=462.31 cores=5,7
/proc/5089/stat : 5089 (RestartSAT) R 5087 5089 4730 0 -1 4202496 272605 0 0 0 46158 73 0 0 25 0 1 0 393583671 257818624 42451 33554432000 4194304 4291949 140733202701888 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5089/statm: 62944 42451 253 24 0 59578 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 251776

[startup+522.3 s]
/proc/loadavg: 4.01 3.99 3.89 5/190 5110
/proc/meminfo: memFree=17629544/32951124 swapFree=67111528/67111528
[pid=5089] ppid=5087 vsize=121224 CPUtime=522.3 cores=5,7
/proc/5089/stat : 5089 (RestartSAT) R 5087 5089 4730 0 -1 4202496 297468 0 0 0 52150 80 0 0 25 0 1 0 393583671 124133376 23569 33554432000 4194304 4291949 140733202701888 18446744073709551615 4255709 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5089/statm: 30306 23569 253 24 0 26940 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 121224

[startup+582.301 s]
/proc/loadavg: 4.00 3.99 3.90 5/190 5112
/proc/meminfo: memFree=17520104/32951124 swapFree=67111528/67111528
[pid=5089] ppid=5087 vsize=122024 CPUtime=582.3 cores=5,7
/proc/5089/stat : 5089 (RestartSAT) R 5087 5089 4730 0 -1 4202496 325314 0 0 0 58142 88 0 0 25 0 1 0 393583671 124952576 25052 33554432000 4194304 4291949 140733202701888 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5089/statm: 30506 25053 253 24 0 27140 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 122024

[startup+642.301 s]
/proc/loadavg: 4.00 3.99 3.90 5/190 5113
/proc/meminfo: memFree=17724904/32951124 swapFree=67111528/67111528
[pid=5089] ppid=5087 vsize=91604 CPUtime=642.32 cores=5,7
/proc/5089/stat : 5089 (RestartSAT) R 5087 5089 4730 0 -1 4202496 349660 0 0 0 64137 95 0 0 25 0 1 0 393583671 93802496 18524 33554432000 4194304 4291949 140733202701888 18446744073709551615 4251560 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5089/statm: 22901 18524 253 24 0 19535 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 91604

[startup+702.301 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 5115
/proc/meminfo: memFree=17632216/32951124 swapFree=67111528/67111528
[pid=5089] ppid=5087 vsize=61224 CPUtime=702.31 cores=5,7
/proc/5089/stat : 5089 (RestartSAT) R 5087 5089 4730 0 -1 4202496 372341 0 0 0 70128 103 0 0 25 0 1 0 393583671 62693376 11994 33554432000 4194304 4291949 140733202701888 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5089/statm: 15306 11994 253 24 0 11940 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 61224

[startup+762.307 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 5117
/proc/meminfo: memFree=17583180/32951124 swapFree=67111528/67111528
[pid=5089] ppid=5087 vsize=256196 CPUtime=762.31 cores=5,7
/proc/5089/stat : 5089 (RestartSAT) R 5087 5089 4730 0 -1 4202496 402713 0 0 0 76122 109 0 0 25 0 1 0 393583671 262344704 42234 33554432000 4194304 4291949 140733202701888 18446744073709551615 4256161 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5089/statm: 64049 42234 253 24 0 60683 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 256196

[startup+822.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 5118
/proc/meminfo: memFree=17509712/32951124 swapFree=67111528/67111528
[pid=5089] ppid=5087 vsize=175204 CPUtime=822.31 cores=5,7
/proc/5089/stat : 5089 (RestartSAT) R 5087 5089 4730 0 -1 4202496 427863 0 0 0 82114 117 0 0 25 0 1 0 393583671 179408896 29777 33554432000 4194304 4291949 140733202701888 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5089/statm: 43801 29777 253 24 0 40435 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 175204

[startup+882.301 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 5120
/proc/meminfo: memFree=17794476/32951124 swapFree=67111528/67111528
[pid=5089] ppid=5087 vsize=175732 CPUtime=882.32 cores=5,7
/proc/5089/stat : 5089 (RestartSAT) R 5087 5089 4730 0 -1 4202496 458205 0 0 0 88104 128 0 0 25 0 1 0 393583671 179949568 28852 33554432000 4194304 4291949 140733202701888 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5089/statm: 43933 28852 253 24 0 40567 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 175732

[startup+942.301 s]
/proc/loadavg: 4.04 4.00 3.91 5/190 5121
/proc/meminfo: memFree=17670188/32951124 swapFree=67111528/67111528
[pid=5089] ppid=5087 vsize=126048 CPUtime=942.32 cores=5,7
/proc/5089/stat : 5089 (RestartSAT) R 5087 5089 4730 0 -1 4202496 481930 0 0 0 94096 136 0 0 25 0 1 0 393583671 129073152 21009 33554432000 4194304 4291949 140733202701888 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5089/statm: 31512 21009 253 24 0 28146 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 126048

[startup+1002.3 s]
/proc/loadavg: 4.08 4.02 3.92 5/190 5123
/proc/meminfo: memFree=17610004/32951124 swapFree=67111528/67111528
[pid=5089] ppid=5087 vsize=179628 CPUtime=1002.32 cores=5,7
/proc/5089/stat : 5089 (RestartSAT) R 5087 5089 4730 0 -1 4202496 536396 0 0 0 100081 151 0 0 25 0 1 0 393583671 183939072 31129 33554432000 4194304 4291949 140733202701888 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5089/statm: 44907 31130 253 24 0 41541 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 179628

[startup+1062.3 s]
/proc/loadavg: 4.03 4.01 3.92 5/190 5125
/proc/meminfo: memFree=17186848/32951124 swapFree=67111528/67111528
[pid=5089] ppid=5087 vsize=397364 CPUtime=1062.32 cores=5,7
/proc/5089/stat : 5089 (RestartSAT) R 5087 5089 4730 0 -1 4202496 577257 0 0 0 106070 162 0 0 25 0 1 0 393583671 406900736 71896 33554432000 4194304 4291949 140733202701888 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5089/statm: 99341 71896 253 24 0 95975 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 397364

[startup+1122.3 s]
/proc/loadavg: 4.01 4.00 3.92 5/190 5126
/proc/meminfo: memFree=17842748/32951124 swapFree=67111528/67111528
[pid=5089] ppid=5087 vsize=184888 CPUtime=1122.32 cores=5,7
/proc/5089/stat : 5089 (RestartSAT) R 5087 5089 4730 0 -1 4202496 606712 0 0 0 112061 171 0 0 25 0 1 0 393583671 189325312 30773 33554432000 4194304 4291949 140733202701888 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5089/statm: 46222 30773 253 24 0 42856 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 184888

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 5128
/proc/meminfo: memFree=17685328/32951124 swapFree=67111528/67111528
[pid=5089] ppid=5087 vsize=104244 CPUtime=1182.32 cores=5,7
/proc/5089/stat : 5089 (RestartSAT) R 5087 5089 4730 0 -1 4202496 628035 0 0 0 118054 178 0 0 25 0 1 0 393583671 106745856 18289 33554432000 4194304 4291949 140733202701888 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5089/statm: 26061 18289 253 24 0 22695 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 104244

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 5129
/proc/meminfo: memFree=17506104/32951124 swapFree=67111528/67111528
[pid=5089] ppid=5087 vsize=185548 CPUtime=1242.32 cores=5,7
/proc/5089/stat : 5089 (RestartSAT) R 5087 5089 4730 0 -1 4202496 652141 0 0 0 124046 186 0 0 25 0 1 0 393583671 190001152 42275 33554432000 4194304 4291949 140733202701888 18446744073709551615 4255938 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5089/statm: 46387 42275 253 24 0 43021 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 185548



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.92 3/186 5133
/proc/meminfo: memFree=17798712/32951124 swapFree=67111528/67111528
[pid=5089] ppid=5087 vsize=185680 CPUtime=1300.03 cores=5,7
/proc/5089/stat : 5089 (RestartSAT) R 5087 5089 4730 0 -1 4202496 676288 0 0 0 129809 194 0 0 25 0 1 0 393583671 190136320 32515 33554432000 4194304 4291949 140733202701888 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/5089/statm: 46420 32515 253 24 0 43054 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 185680

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.05
CPU user time (s): 1298.1
CPU system time (s): 1.9487
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 398536

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

runsolver used 2.06768 second user time and 5.03523 second system time

The end

Launcher Data

Begin job on node103 at 2011-04-15 00:23:31
IDJOB=3170179
IDBENCH=82597
IDSOLVER=1580
FILE ID=node103/3170179-1302819810
RUNJOBID= node103-1302817205-4751
PBS_JOBID= 13006652
Free space on /tmp= 71508 MiB

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

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

MD5SUM BENCH= c08a1b82ea5b515d260c5edf61d7067c
RANDOM SEED=1120644598

node103.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.858
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.71
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.858
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.75
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.858
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.858
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.77
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.858
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.858
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.858
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.83
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.858
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:     32951124 kB
MemFree:      18157988 kB
Buffers:        662752 kB
Cached:       13700812 kB
SwapCached:          0 kB
Active:        8285340 kB
Inactive:      6159276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18157988 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4296 kB
Writeback:           0 kB
AnonPages:       80528 kB
Mapped:          15088 kB
Slab:           285032 kB
PageTables:       4772 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   250048 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= 71504 MiB
End job on node103 at 2011-04-15 00:45:13