Trace number 3170837

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.98 1300.02

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v30000-c126000-S643238994-057-UNKNOWN.cnf
MD5SUM2d92a52914298e3c91073398b38892d9
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark265.737
Satisfiable
(Un)Satisfiability was proved
Number of variables30000
Number of clauses126000
Sum of the clauses size378000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3126000
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-3170837-1302820876/watcher-3170837-1302820876 -o /tmp/evaluation-result-3170837-1302820876/solver-3170837-1302820876 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3170837-1302820876.cnf 

running on 2 cores: 1,3

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.84 3.97 3.91 2/180 9964
/proc/meminfo: memFree=16643912/32951124 swapFree=67102128/67111528
[pid=9964] ppid=9962 vsize=19120 CPUtime=0 cores=1,3
/proc/9964/stat : 9964 (RestartSAT) R 9962 9964 9513 0 -1 4202496 399 0 0 0 0 0 0 0 18 0 1 0 472318308 19578880 341 33554432000 4194304 4291949 140735513819840 18446744073709551615 216735178496 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9964/statm: 4780 352 220 24 0 1414 0

[startup+0.0338459 s]
/proc/loadavg: 3.84 3.97 3.91 2/180 9964
/proc/meminfo: memFree=16643912/32951124 swapFree=67102128/67111528
[pid=9964] ppid=9962 vsize=25808 CPUtime=0.02 cores=1,3
/proc/9964/stat : 9964 (RestartSAT) R 9962 9964 9513 0 -1 4202496 2306 0 0 0 2 0 0 0 18 0 1 0 472318308 26427392 2210 33554432000 4194304 4291949 140735513819840 18446744073709551615 216734839493 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9964/statm: 6452 2212 227 24 0 3086 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 25808

[startup+0.100788 s]
/proc/loadavg: 3.84 3.97 3.91 2/180 9964
/proc/meminfo: memFree=16643912/32951124 swapFree=67102128/67111528
[pid=9964] ppid=9962 vsize=30584 CPUtime=0.09 cores=1,3
/proc/9964/stat : 9964 (RestartSAT) R 9962 9964 9513 0 -1 4202496 4138 0 0 0 9 0 0 0 18 0 1 0 472318308 31318016 3763 33554432000 4194304 4291949 140735513819840 18446744073709551615 4230022 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9964/statm: 7646 3763 232 24 0 4280 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30584

[startup+0.300771 s]
/proc/loadavg: 3.84 3.97 3.91 2/180 9964
/proc/meminfo: memFree=16643912/32951124 swapFree=67102128/67111528
[pid=9964] ppid=9962 vsize=27652 CPUtime=0.28 cores=1,3
/proc/9964/stat : 9964 (RestartSAT) R 9962 9964 9513 0 -1 4202496 4884 0 0 0 28 0 0 0 18 0 1 0 472318308 28315648 3417 33554432000 4194304 4291949 140735513819840 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9964/statm: 6913 3417 253 24 0 3547 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 27652

[startup+0.70068 s]
/proc/loadavg: 3.84 3.97 3.91 2/180 9964
/proc/meminfo: memFree=16643912/32951124 swapFree=67102128/67111528
[pid=9964] ppid=9962 vsize=27652 CPUtime=0.68 cores=1,3
/proc/9964/stat : 9964 (RestartSAT) R 9962 9964 9513 0 -1 4202496 4953 0 0 0 68 0 0 0 18 0 1 0 472318308 28315648 3486 33554432000 4194304 4291949 140735513819840 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9964/statm: 6913 3486 253 24 0 3547 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 27652

[startup+1.50055 s]
/proc/loadavg: 3.84 3.97 3.91 5/190 10029
/proc/meminfo: memFree=16601176/32951124 swapFree=67102128/67111528
[pid=9964] ppid=9962 vsize=29328 CPUtime=1.48 cores=1,3
/proc/9964/stat : 9964 (RestartSAT) R 9962 9964 9513 0 -1 4202496 5111 0 0 0 148 0 0 0 20 0 1 0 472318308 30031872 3644 33554432000 4194304 4291949 140735513819840 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9964/statm: 7332 3644 253 24 0 3966 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 29328

[startup+3.10026 s]
/proc/loadavg: 3.84 3.97 3.91 5/190 10029
/proc/meminfo: memFree=16592124/32951124 swapFree=67102128/67111528
[pid=9964] ppid=9962 vsize=32048 CPUtime=3.08 cores=1,3
/proc/9964/stat : 9964 (RestartSAT) R 9962 9964 9513 0 -1 4202496 5469 0 0 0 308 0 0 0 25 0 1 0 472318308 32817152 3999 33554432000 4194304 4291949 140735513819840 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9964/statm: 8012 3999 253 24 0 4646 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 32048

[startup+6.3007 s]
/proc/loadavg: 3.93 3.98 3.91 5/190 10029
/proc/meminfo: memFree=16574472/32951124 swapFree=67102128/67111528
[pid=9964] ppid=9962 vsize=36468 CPUtime=6.29 cores=1,3
/proc/9964/stat : 9964 (RestartSAT) R 9962 9964 9513 0 -1 4202496 6352 0 0 0 628 1 0 0 25 0 1 0 472318308 37343232 4875 33554432000 4194304 4291949 140735513819840 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9964/statm: 9117 4875 253 24 0 5751 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 36468

[startup+12.7006 s]
/proc/loadavg: 3.94 3.98 3.91 5/190 10030
/proc/meminfo: memFree=16549584/32951124 swapFree=67102128/67111528
[pid=9964] ppid=9962 vsize=44044 CPUtime=12.69 cores=1,3
/proc/9964/stat : 9964 (RestartSAT) R 9962 9964 9513 0 -1 4202496 8437 0 0 0 1267 2 0 0 25 0 1 0 472318308 45101056 6949 33554432000 4194304 4291949 140735513819840 18446744073709551615 4251271 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9964/statm: 11011 6949 253 24 0 7645 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 44044

[startup+25.5003 s]
/proc/loadavg: 4.02 4.00 3.92 5/190 10030
/proc/meminfo: memFree=16481768/32951124 swapFree=67102128/67111528
[pid=9964] ppid=9962 vsize=75776 CPUtime=25.49 cores=1,3
/proc/9964/stat : 9964 (RestartSAT) R 9962 9964 9513 0 -1 4202496 13007 0 0 0 2545 4 0 0 25 0 1 0 472318308 77594624 11492 33554432000 4194304 4291949 140735513819840 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9964/statm: 18944 11492 253 24 0 15578 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 75776

[startup+51.1008 s]
/proc/loadavg: 4.02 4.00 3.92 5/190 10031
/proc/meminfo: memFree=16368132/32951124 swapFree=67102128/67111528
[pid=9964] ppid=9962 vsize=108752 CPUtime=51.09 cores=1,3
/proc/9964/stat : 9964 (RestartSAT) R 9962 9964 9513 0 -1 4202496 22046 0 0 0 5102 7 0 0 25 0 1 0 472318308 111362048 20492 33554432000 4194304 4291949 140735513819840 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9964/statm: 27188 20492 253 24 0 23822 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 108752

[startup+102.307 s]
/proc/loadavg: 4.07 4.02 3.93 5/190 10032
/proc/meminfo: memFree=16275216/32951124 swapFree=67102128/67111528
[pid=9964] ppid=9962 vsize=243908 CPUtime=102.29 cores=1,3
/proc/9964/stat : 9964 (RestartSAT) R 9962 9964 9513 0 -1 4202496 39909 0 0 0 10218 11 0 0 25 0 1 0 472318308 249761792 38289 33554432000 4194304 4291949 140735513819840 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9964/statm: 60977 38289 253 24 0 57611 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 243908

[startup+162.3 s]
/proc/loadavg: 4.02 4.01 3.93 5/190 10034
/proc/meminfo: memFree=16358756/32951124 swapFree=67102128/67111528
[pid=9964] ppid=9962 vsize=84732 CPUtime=162.29 cores=1,3
/proc/9964/stat : 9964 (RestartSAT) R 9962 9964 9513 0 -1 4202496 59924 0 0 0 16211 18 0 0 25 0 1 0 472318308 86765568 13905 33554432000 4194304 4291949 140735513819840 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9964/statm: 21183 13905 253 24 0 17817 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 84732

[startup+222.301 s]
/proc/loadavg: 4.06 4.02 3.93 5/190 10035
/proc/meminfo: memFree=16262120/32951124 swapFree=67102128/67111528
[pid=9964] ppid=9962 vsize=247968 CPUtime=222.29 cores=1,3
/proc/9964/stat : 9964 (RestartSAT) R 9962 9964 9513 0 -1 4202496 84419 0 0 0 22203 26 0 0 25 0 1 0 472318308 253919232 38320 33554432000 4194304 4291949 140735513819840 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9964/statm: 61992 38320 253 24 0 58626 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 247968

[startup+282.3 s]
/proc/loadavg: 4.02 4.01 3.93 5/190 10037
/proc/meminfo: memFree=16075228/32951124 swapFree=67102128/67111528
[pid=9964] ppid=9962 vsize=248920 CPUtime=282.3 cores=1,3
/proc/9964/stat : 9964 (RestartSAT) R 9962 9964 9513 0 -1 4202496 97071 0 0 0 28199 31 0 0 25 0 1 0 472318308 254894080 50903 33554432000 4194304 4291949 140735513819840 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9964/statm: 62230 50903 253 24 0 58864 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 248920

[startup+342.301 s]
/proc/loadavg: 4.01 4.01 3.93 5/190 10038
/proc/meminfo: memFree=16270864/32951124 swapFree=67102128/67111528
[pid=9964] ppid=9962 vsize=69240 CPUtime=342.3 cores=1,3
/proc/9964/stat : 9964 (RestartSAT) R 9962 9964 9513 0 -1 4202496 116656 0 0 0 34192 38 0 0 25 0 1 0 472318308 70901760 11428 33554432000 4194304 4291949 140735513819840 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9964/statm: 17310 11428 253 24 0 13944 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 69240

[startup+402.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 10040
/proc/meminfo: memFree=16214540/32951124 swapFree=67102128/67111528
[pid=9964] ppid=9962 vsize=169248 CPUtime=402.29 cores=1,3
/proc/9964/stat : 9964 (RestartSAT) R 9962 9964 9513 0 -1 4202496 132825 0 0 0 40185 44 0 0 25 0 1 0 472318308 173309952 27518 33554432000 4194304 4291949 140735513819840 18446744073709551615 4251595 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9964/statm: 42312 27518 253 24 0 38946 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 169248

[startup+462.301 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 10042
/proc/meminfo: memFree=15845224/32951124 swapFree=67102128/67111528
[pid=9964] ppid=9962 vsize=385708 CPUtime=462.29 cores=1,3
/proc/9964/stat : 9964 (RestartSAT) R 9962 9964 9513 0 -1 4202496 171129 0 0 0 46174 55 0 0 25 0 1 0 472318308 394964992 65732 33554432000 4194304 4291949 140735513819840 18446744073709551615 4269200 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9964/statm: 96427 65732 253 24 0 93061 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 385708

[startup+522.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 10043
/proc/meminfo: memFree=15921468/32951124 swapFree=67102128/67111528
[pid=9964] ppid=9962 vsize=386508 CPUtime=522.29 cores=1,3
/proc/9964/stat : 9964 (RestartSAT) R 9962 9964 9513 0 -1 4202496 182796 0 0 0 52169 60 0 0 25 0 1 0 472318308 395784192 77360 33554432000 4194304 4291949 140735513819840 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9964/statm: 96627 77360 253 24 0 93261 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 386508

[startup+582.301 s]
/proc/loadavg: 4.08 4.02 3.94 5/190 10045
/proc/meminfo: memFree=16212708/32951124 swapFree=67102128/67111528
[pid=9964] ppid=9962 vsize=123180 CPUtime=582.3 cores=1,3
/proc/9964/stat : 9964 (RestartSAT) R 9962 9964 9513 0 -1 4202496 204795 0 0 0 58162 68 0 0 25 0 1 0 472318308 126136320 25981 33554432000 4194304 4291949 140735513819840 18446744073709551615 4269200 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9964/statm: 30795 25981 253 24 0 27429 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 123180

[startup+642.3 s]
/proc/loadavg: 4.03 4.01 3.94 5/190 10046
/proc/meminfo: memFree=16019748/32951124 swapFree=67102128/67111528
[pid=9964] ppid=9962 vsize=254792 CPUtime=642.29 cores=1,3
/proc/9964/stat : 9964 (RestartSAT) R 9962 9964 9513 0 -1 4202496 219474 0 0 0 64157 72 0 0 25 0 1 0 472318308 260907008 40605 33554432000 4194304 4291949 140735513819840 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9964/statm: 63698 40605 253 24 0 60332 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 254792

[startup+702.301 s]
/proc/loadavg: 4.04 4.02 3.94 5/190 10048
/proc/meminfo: memFree=15985492/32951124 swapFree=67102128/67111528
[pid=9964] ppid=9962 vsize=388244 CPUtime=702.29 cores=1,3
/proc/9964/stat : 9964 (RestartSAT) R 9962 9964 9513 0 -1 4202496 241848 0 0 0 70151 78 0 0 25 0 1 0 472318308 397561856 62925 33554432000 4194304 4291949 140735513819840 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9964/statm: 97061 62925 253 24 0 93695 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 388244

[startup+762.307 s]
/proc/loadavg: 4.01 4.02 3.94 5/190 10050
/proc/meminfo: memFree=15701124/32951124 swapFree=67102128/67111528
[pid=9964] ppid=9962 vsize=389044 CPUtime=762.29 cores=1,3
/proc/9964/stat : 9964 (RestartSAT) R 9962 9964 9513 0 -1 4202496 252519 0 0 0 76147 82 0 0 25 0 1 0 472318308 398381056 73546 33554432000 4194304 4291949 140735513819840 18446744073709551615 4256154 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9964/statm: 97261 73546 253 24 0 93895 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 389044

[startup+822.301 s]
/proc/loadavg: 4.00 4.01 3.94 5/190 10051
/proc/meminfo: memFree=15979092/32951124 swapFree=67102128/67111528
[pid=9964] ppid=9962 vsize=127380 CPUtime=822.28 cores=1,3
/proc/9964/stat : 9964 (RestartSAT) R 9962 9964 9513 0 -1 4202496 273742 0 0 0 82139 89 0 0 25 0 1 0 472318308 130437120 24488 33554432000 4194304 4291949 140735513819840 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9964/statm: 31845 24488 253 24 0 28479 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 127380

[startup+882.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/190 10053
/proc/meminfo: memFree=16135288/32951124 swapFree=67102128/67111528
[pid=9964] ppid=9962 vsize=177468 CPUtime=882.28 cores=1,3
/proc/9964/stat : 9964 (RestartSAT) R 9962 9964 9513 0 -1 4202496 287315 0 0 0 88134 94 0 0 25 0 1 0 472318308 181727232 37999 33554432000 4194304 4291949 140735513819840 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9964/statm: 44367 37999 253 24 0 41001 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 177468

[startup+942.301 s]
/proc/loadavg: 4.00 4.00 3.94 5/190 10054
/proc/meminfo: memFree=15783340/32951124 swapFree=67102128/67111528
[pid=9964] ppid=9962 vsize=391644 CPUtime=942.27 cores=1,3
/proc/9964/stat : 9964 (RestartSAT) R 9962 9964 9513 0 -1 4202496 325243 0 0 0 94124 103 0 0 25 0 1 0 472318308 401043456 75848 33554432000 4194304 4291949 140735513819840 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9964/statm: 97911 75848 253 24 0 94545 0
Current children cumulated CPU time (s) 942.27
Current children cumulated vsize (KiB) 391644

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/190 10056
/proc/meminfo: memFree=15371996/32951124 swapFree=67102128/67111528
[pid=9964] ppid=9962 vsize=610828 CPUtime=1002.27 cores=1,3
/proc/9964/stat : 9964 (RestartSAT) R 9962 9964 9513 0 -1 4202496 364822 0 0 0 100113 114 0 0 25 0 1 0 472318308 625487872 115351 33554432000 4194304 4291949 140735513819840 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9964/statm: 152707 115351 253 24 0 149341 0
Current children cumulated CPU time (s) 1002.27
Current children cumulated vsize (KiB) 610828

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/190 10058
/proc/meminfo: memFree=16251756/32951124 swapFree=67102128/67111528
[pid=9964] ppid=9962 vsize=132832 CPUtime=1062.26 cores=1,3
/proc/9964/stat : 9964 (RestartSAT) R 9962 9964 9513 0 -1 4202496 382468 0 0 0 106106 120 0 0 25 0 1 0 472318308 136019968 24816 33554432000 4194304 4291949 140735513819840 18446744073709551615 4262410 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9964/statm: 33208 24816 253 24 0 29842 0
Current children cumulated CPU time (s) 1062.26
Current children cumulated vsize (KiB) 132832

[startup+1122.3 s]
/proc/loadavg: 4.04 4.01 3.95 5/190 10059
/proc/meminfo: memFree=16043524/32951124 swapFree=67102128/67111528
[pid=9964] ppid=9962 vsize=183052 CPUtime=1122.26 cores=1,3
/proc/9964/stat : 9964 (RestartSAT) R 9962 9964 9513 0 -1 4202496 400045 0 0 0 112100 126 0 0 25 0 1 0 472318308 187445248 42321 33554432000 4194304 4291949 140735513819840 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9964/statm: 45763 42321 253 24 0 42397 0
Current children cumulated CPU time (s) 1122.26
Current children cumulated vsize (KiB) 183052

[startup+1182.3 s]
/proc/loadavg: 4.06 4.02 3.95 5/190 10061
/proc/meminfo: memFree=15896308/32951124 swapFree=67102128/67111528
[pid=9964] ppid=9962 vsize=264572 CPUtime=1182.26 cores=1,3
/proc/9964/stat : 9964 (RestartSAT) R 9962 9964 9513 0 -1 4202496 412655 0 0 0 118096 130 0 0 25 0 1 0 472318308 270921728 54884 33554432000 4194304 4291949 140735513819840 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9964/statm: 66143 54884 253 24 0 62777 0
Current children cumulated CPU time (s) 1182.26
Current children cumulated vsize (KiB) 264572

[startup+1242.3 s]
/proc/loadavg: 4.06 4.03 3.96 5/190 10071
/proc/meminfo: memFree=15819560/32951124 swapFree=67102128/67111528
[pid=9964] ppid=9962 vsize=397504 CPUtime=1242.25 cores=1,3
/proc/9964/stat : 9964 (RestartSAT) R 9962 9964 9513 0 -1 4202496 434048 0 0 0 124088 137 0 0 25 0 1 0 472318308 407044096 76218 33554432000 4194304 4291949 140735513819840 18446744073709551615 216738638022 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9964/statm: 99376 76218 253 24 0 96010 0
Current children cumulated CPU time (s) 1242.25
Current children cumulated vsize (KiB) 397504



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.02 3.96 5/190 10073
/proc/meminfo: memFree=15701240/32951124 swapFree=67102128/67111528
[pid=9964] ppid=9962 vsize=398164 CPUtime=1299.96 cores=1,3
/proc/9964/stat : 9964 (RestartSAT) R 9962 9964 9513 0 -1 4202496 441705 0 0 0 129856 140 0 0 25 0 1 0 472318308 407719936 83846 33554432000 4194304 4291949 140735513819840 18446744073709551615 4262273 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9964/statm: 99541 83846 253 24 0 96175 0
Current children cumulated CPU time (s) 1299.96
Current children cumulated vsize (KiB) 398164

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.02
CPU time (s): 1299.98
CPU user time (s): 1298.56
CPU system time (s): 1.42078
CPU usage (%): 99.997
Max. virtual memory (cumulated for all children) (KiB): 622988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.56
system time used= 1.42078
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 441706
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10
involuntary context switches= 2325

runsolver used 2.06669 second user time and 5.03723 second system time

The end

Launcher Data

Begin job on node119 at 2011-04-15 00:41:17
IDJOB=3170837
IDBENCH=82655
IDSOLVER=1581
FILE ID=node119/3170837-1302820876
RUNJOBID= node119-1302816969-9533
PBS_JOBID= 13006649
Free space on /tmp= 71480 MiB

SOLVER NAME= RestartSAT A75
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v30000-c126000-S643238994-057-UNKNOWN.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.75 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3170837-1302820876/watcher-3170837-1302820876 -o /tmp/evaluation-result-3170837-1302820876/solver-3170837-1302820876 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3170837-1302820876.cnf

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

MD5SUM BENCH= 2d92a52914298e3c91073398b38892d9
RANDOM SEED=135657588

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
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.815
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.67
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.815
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.815
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.815
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:      16644068 kB
Buffers:        649188 kB
Cached:       15234332 kB
SwapCached:       5516 kB
Active:        3845016 kB
Inactive:     12102600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16644068 kB
SwapTotal:    67111528 kB
SwapFree:     67102128 kB
Dirty:            3116 kB
Writeback:           0 kB
AnonPages:       62472 kB
Mapped:          14948 kB
Slab:           294880 kB
PageTables:       5140 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   256984 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= 71476 MiB
End job on node119 at 2011-04-15 01:02:59