Trace number 3170176

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) 1299.84 1300.02

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v25000-c105000-S533496308-018-UNKNOWN.cnf
MD5SUMd893b9743a6b7d8026df42df0d29d561
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark122.788
Satisfiable
(Un)Satisfiability was proved
Number of variables25000
Number of clauses105000
Sum of the clauses size315000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3105000
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-3170176-1302819769/watcher-3170176-1302819769 -o /tmp/evaluation-result-3170176-1302819769/solver-3170176-1302819769 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3170176-1302819769.cnf 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.13 1.57 1.82 5/193 26547
/proc/meminfo: memFree=12708800/32951124 swapFree=67111528/67111528
[pid=26547] ppid=26545 vsize=22736 CPUtime=0 cores=4,6
/proc/26547/stat : 26547 (RestartSAT) R 26545 26547 26487 0 -1 4202496 1356 0 0 0 0 0 0 0 25 0 1 0 393574764 23281664 1297 33554432000 4194304 4291949 140737217856016 18446744073709551615 4277761 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26547/statm: 5684 1297 227 24 0 2318 0

[startup+0.0670349 s]
/proc/loadavg: 1.13 1.57 1.82 5/193 26547
/proc/meminfo: memFree=12708800/32951124 swapFree=67111528/67111528
[pid=26547] ppid=26545 vsize=28384 CPUtime=0.06 cores=4,6
/proc/26547/stat : 26547 (RestartSAT) R 26545 26547 26487 0 -1 4202496 3373 0 0 0 6 0 0 0 25 0 1 0 393574764 29065216 3031 33554432000 4194304 4291949 140737217856016 18446744073709551615 271550580871 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26547/statm: 7005 3031 227 24 0 3639 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 28384

[startup+0.101041 s]
/proc/loadavg: 1.13 1.57 1.82 5/193 26547
/proc/meminfo: memFree=12708800/32951124 swapFree=67111528/67111528
[pid=26547] ppid=26545 vsize=28740 CPUtime=0.09 cores=4,6
/proc/26547/stat : 26547 (RestartSAT) R 26545 26547 26487 0 -1 4202496 3661 0 0 0 9 0 0 0 25 0 1 0 393574764 29429760 3304 33554432000 4194304 4291949 140737217856016 18446744073709551615 271550234379 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26547/statm: 7185 3304 234 24 0 3819 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28740

[startup+0.301007 s]
/proc/loadavg: 1.13 1.57 1.82 5/193 26547
/proc/meminfo: memFree=12708800/32951124 swapFree=67111528/67111528
[pid=26547] ppid=26545 vsize=25732 CPUtime=0.29 cores=4,6
/proc/26547/stat : 26547 (RestartSAT) R 26545 26547 26487 0 -1 4202496 4229 0 0 0 29 0 0 0 25 0 1 0 393574764 26349568 2966 33554432000 4194304 4291949 140737217856016 18446744073709551615 271554067647 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26547/statm: 6433 2966 253 24 0 3067 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25732

[startup+0.700948 s]
/proc/loadavg: 1.13 1.57 1.82 5/193 26547
/proc/meminfo: memFree=12708800/32951124 swapFree=67111528/67111528
[pid=26547] ppid=26545 vsize=25732 CPUtime=0.69 cores=4,6
/proc/26547/stat : 26547 (RestartSAT) R 26545 26547 26487 0 -1 4202496 4348 0 0 0 69 0 0 0 25 0 1 0 393574764 26349568 3083 33554432000 4194304 4291949 140737217856016 18446744073709551615 4250458 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26547/statm: 6433 3083 253 24 0 3067 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25732

[startup+1.50074 s]
/proc/loadavg: 1.13 1.57 1.82 5/194 26548
/proc/meminfo: memFree=12680660/32951124 swapFree=67111528/67111528
[pid=26547] ppid=26545 vsize=27408 CPUtime=1.49 cores=4,6
/proc/26547/stat : 26547 (RestartSAT) R 26545 26547 26487 0 -1 4202496 4605 0 0 0 149 0 0 0 25 0 1 0 393574764 28065792 3337 33554432000 4194304 4291949 140737217856016 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 6 0 0 0
/proc/26547/statm: 6852 3337 253 24 0 3486 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27408

[startup+3.10051 s]
/proc/loadavg: 1.36 1.61 1.83 5/194 26548
/proc/meminfo: memFree=12665284/32951124 swapFree=67111528/67111528
[pid=26547] ppid=26545 vsize=30128 CPUtime=3.08 cores=4,6
/proc/26547/stat : 26547 (RestartSAT) R 26545 26547 26487 0 -1 4202496 5212 0 0 0 308 0 0 0 25 0 1 0 393574764 30851072 3941 33554432000 4194304 4291949 140737217856016 18446744073709551615 271553997357 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26547/statm: 7532 3941 253 24 0 4166 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 30128

[startup+6.3009 s]
/proc/loadavg: 1.36 1.61 1.83 5/194 26548
/proc/meminfo: memFree=12641860/32951124 swapFree=67111528/67111528
[pid=26547] ppid=26545 vsize=34680 CPUtime=6.28 cores=4,6
/proc/26547/stat : 26547 (RestartSAT) R 26545 26547 26487 0 -1 4202496 6657 0 0 0 627 1 0 0 25 0 1 0 393574764 35512320 5379 33554432000 4194304 4291949 140737217856016 18446744073709551615 4255871 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26547/statm: 8670 5379 253 24 0 5304 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 34680

[startup+12.7007 s]
/proc/loadavg: 1.77 1.69 1.85 5/194 26548
/proc/meminfo: memFree=12625140/32951124 swapFree=67111528/67111528
[pid=26547] ppid=26545 vsize=54468 CPUtime=12.68 cores=4,6
/proc/26547/stat : 26547 (RestartSAT) R 26545 26547 26487 0 -1 4202496 9745 0 0 0 1266 2 0 0 25 0 1 0 393574764 55775232 8446 33554432000 4194304 4291949 140737217856016 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26547/statm: 13617 8446 253 24 0 10251 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 54468

[startup+25.5004 s]
/proc/loadavg: 2.11 1.76 1.88 5/194 26549
/proc/meminfo: memFree=12586068/32951124 swapFree=67111528/67111528
[pid=26547] ppid=26545 vsize=75000 CPUtime=25.46 cores=4,6
/proc/26547/stat : 26547 (RestartSAT) R 26545 26547 26487 0 -1 4202496 15932 0 0 0 2541 5 0 0 25 0 1 0 393574764 76800000 14612 33554432000 4194304 4291949 140737217856016 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 6 0 0 0
/proc/26547/statm: 18750 14612 253 24 0 15384 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 75000

[startup+51.1008 s]
/proc/loadavg: 2.75 1.94 1.93 5/194 26549
/proc/meminfo: memFree=12547688/32951124 swapFree=67111528/67111528
[pid=26547] ppid=26545 vsize=107984 CPUtime=51.03 cores=4,6
/proc/26547/stat : 26547 (RestartSAT) R 26545 26547 26487 0 -1 4202496 24542 0 0 0 5096 7 0 0 25 0 1 0 393574764 110575616 23182 33554432000 4194304 4291949 140737217856016 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26547/statm: 26996 23182 253 24 0 23630 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 107984

[startup+102.307 s]
/proc/loadavg: 3.50 2.28 2.05 5/194 26551
/proc/meminfo: memFree=12555860/32951124 swapFree=67111528/67111528
[pid=26547] ppid=26545 vsize=81012 CPUtime=102.12 cores=4,6
/proc/26547/stat : 26547 (RestartSAT) R 26545 26547 26487 0 -1 4202496 48863 0 0 0 10200 12 0 0 25 0 1 0 393574764 82956288 13637 33554432000 4194304 4291949 140737217856016 18446744073709551615 4251380 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26547/statm: 20253 13637 253 24 0 16887 0
Current children cumulated CPU time (s) 102.12
Current children cumulated vsize (KiB) 81012

[startup+162.301 s]
/proc/loadavg: 3.81 2.59 2.17 5/194 26552
/proc/meminfo: memFree=12429608/32951124 swapFree=67111528/67111528
[pid=26547] ppid=26545 vsize=245032 CPUtime=162.07 cores=4,6
/proc/26547/stat : 26547 (RestartSAT) R 26545 26547 26487 0 -1 4202496 75476 0 0 0 16187 20 0 0 25 0 1 0 393574764 250912768 40147 33554432000 4194304 4291949 140737217856016 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26547/statm: 61258 40147 253 24 0 57892 0
Current children cumulated CPU time (s) 162.07
Current children cumulated vsize (KiB) 245032

[startup+222.301 s]
/proc/loadavg: 3.93 2.85 2.28 5/194 26554
/proc/meminfo: memFree=12523696/32951124 swapFree=67111528/67111528
[pid=26547] ppid=26545 vsize=84984 CPUtime=222.08 cores=4,6
/proc/26547/stat : 26547 (RestartSAT) R 26545 26547 26487 0 -1 4202496 95364 0 0 0 22181 27 0 0 25 0 1 0 393574764 87023616 14027 33554432000 4194304 4291949 140737217856016 18446744073709551615 4251629 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26547/statm: 21246 14027 253 24 0 17880 0
Current children cumulated CPU time (s) 222.08
Current children cumulated vsize (KiB) 84984

[startup+282.301 s]
/proc/loadavg: 3.97 3.05 2.39 5/194 26555
/proc/meminfo: memFree=12422620/32951124 swapFree=67111528/67111528
[pid=26547] ppid=26545 vsize=166156 CPUtime=282.08 cores=4,6
/proc/26547/stat : 26547 (RestartSAT) R 26545 26547 26487 0 -1 4202496 118549 0 0 0 28175 33 0 0 25 0 1 0 393574764 170143744 37123 33554432000 4194304 4291949 140737217856016 18446744073709551615 4256147 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26547/statm: 41539 37123 253 24 0 38173 0
Current children cumulated CPU time (s) 282.08
Current children cumulated vsize (KiB) 166156

[startup+342.301 s]
/proc/loadavg: 3.99 3.22 2.48 5/194 26557
/proc/meminfo: memFree=12473568/32951124 swapFree=67111528/67111528
[pid=26547] ppid=26545 vsize=118616 CPUtime=342.09 cores=4,6
/proc/26547/stat : 26547 (RestartSAT) R 26545 26547 26487 0 -1 4202496 161689 0 0 0 34164 45 0 0 25 0 1 0 393574764 121462784 23702 33554432000 4194304 4291949 140737217856016 18446744073709551615 271553997153 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26547/statm: 29654 23702 253 24 0 26288 0
Current children cumulated CPU time (s) 342.09
Current children cumulated vsize (KiB) 118616

[startup+402.301 s]
/proc/loadavg: 3.99 3.36 2.58 5/194 26559
/proc/meminfo: memFree=12389608/32951124 swapFree=67111528/67111528
[pid=26547] ppid=26545 vsize=250760 CPUtime=402.08 cores=4,6
/proc/26547/stat : 26547 (RestartSAT) R 26545 26547 26487 0 -1 4202496 179916 0 0 0 40158 50 0 0 25 0 1 0 393574764 256778240 41826 33554432000 4194304 4291949 140737217856016 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26547/statm: 62690 41826 253 24 0 59324 0
Current children cumulated CPU time (s) 402.08
Current children cumulated vsize (KiB) 250760

[startup+462.301 s]
/proc/loadavg: 4.09 3.51 2.67 5/194 26560
/proc/meminfo: memFree=12317532/32951124 swapFree=67111528/67111528
[pid=26547] ppid=26545 vsize=251556 CPUtime=462.09 cores=4,6
/proc/26547/stat : 26547 (RestartSAT) R 26545 26547 26487 0 -1 4202496 196577 0 0 0 46153 56 0 0 25 0 1 0 393574764 257593344 58399 33554432000 4194304 4291949 140737217856016 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26547/statm: 62889 58399 253 24 0 59523 0
Current children cumulated CPU time (s) 462.09
Current children cumulated vsize (KiB) 251556

[startup+522.301 s]
/proc/loadavg: 4.03 3.59 2.75 5/194 26562
/proc/meminfo: memFree=12444604/32951124 swapFree=67111528/67111528
[pid=26547] ppid=26545 vsize=171228 CPUtime=522.08 cores=4,6
/proc/26547/stat : 26547 (RestartSAT) R 26545 26547 26487 0 -1 4202496 224983 0 0 0 52143 65 0 0 25 0 1 0 393574764 175337472 28121 33554432000 4194304 4291949 140737217856016 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26547/statm: 42807 28121 253 24 0 39441 0
Current children cumulated CPU time (s) 522.08
Current children cumulated vsize (KiB) 171228

[startup+582.301 s]
/proc/loadavg: 4.01 3.66 2.83 5/194 26563
/proc/meminfo: memFree=12374884/32951124 swapFree=67111528/67111528
[pid=26547] ppid=26545 vsize=253148 CPUtime=582.08 cores=4,6
/proc/26547/stat : 26547 (RestartSAT) R 26545 26547 26487 0 -1 4202496 241642 0 0 0 58138 70 0 0 25 0 1 0 393574764 259223552 44699 33554432000 4194304 4291949 140737217856016 18446744073709551615 271554067262 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26547/statm: 63287 44699 253 24 0 59921 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 253148

[startup+642.3 s]
/proc/loadavg: 4.00 3.72 2.90 5/194 26565
/proc/meminfo: memFree=12307024/32951124 swapFree=67111528/67111528
[pid=26547] ppid=26545 vsize=386344 CPUtime=642.09 cores=4,6
/proc/26547/stat : 26547 (RestartSAT) R 26545 26547 26487 0 -1 4202496 258469 0 0 0 64133 76 0 0 25 0 1 0 393574764 395616256 61451 33554432000 4194304 4291949 140737217856016 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26547/statm: 96586 61451 253 24 0 93220 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 386344

[startup+702.3 s]
/proc/loadavg: 4.00 3.77 2.96 5/194 26567
/proc/meminfo: memFree=12425164/32951124 swapFree=67111528/67111528
[pid=26547] ppid=26545 vsize=172960 CPUtime=702.09 cores=4,6
/proc/26547/stat : 26547 (RestartSAT) R 26545 26547 26487 0 -1 4202496 285693 0 0 0 70123 86 0 0 25 0 1 0 393574764 177111040 32262 33554432000 4194304 4291949 140737217856016 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26547/statm: 43240 32262 253 24 0 39874 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 172960

[startup+762.307 s]
/proc/loadavg: 4.04 3.82 3.03 5/194 26568
/proc/meminfo: memFree=12197600/32951124 swapFree=67111528/67111528
[pid=26547] ppid=26545 vsize=390636 CPUtime=762.1 cores=4,6
/proc/26547/stat : 26547 (RestartSAT) R 26545 26547 26487 0 -1 4202496 341883 0 0 0 76111 99 0 0 25 0 1 0 393574764 400011264 88350 33554432000 4194304 4291949 140737217856016 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26547/statm: 97659 88350 253 24 0 94293 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 390636

[startup+822.3 s]
/proc/loadavg: 4.01 3.85 3.09 5/194 26570
/proc/meminfo: memFree=12460700/32951124 swapFree=67111528/67111528
[pid=26547] ppid=26545 vsize=98728 CPUtime=822.09 cores=4,6
/proc/26547/stat : 26547 (RestartSAT) R 26545 26547 26487 0 -1 4202496 362500 0 0 0 82103 106 0 0 25 0 1 0 393574764 101097472 19529 33554432000 4194304 4291949 140737217856016 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26547/statm: 24682 19529 253 24 0 21316 0
Current children cumulated CPU time (s) 822.09
Current children cumulated vsize (KiB) 98728

[startup+882.301 s]
/proc/loadavg: 4.00 3.88 3.14 5/194 26571
/proc/meminfo: memFree=12330468/32951124 swapFree=67111528/67111528
[pid=26547] ppid=26545 vsize=179904 CPUtime=882.1 cores=4,6
/proc/26547/stat : 26547 (RestartSAT) R 26545 26547 26487 0 -1 4202496 382036 0 0 0 88097 113 0 0 25 0 1 0 393574764 184221696 38980 33554432000 4194304 4291949 140737217856016 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26547/statm: 44976 38980 253 24 0 41610 0
Current children cumulated CPU time (s) 882.1
Current children cumulated vsize (KiB) 179904

[startup+942.301 s]
/proc/loadavg: 4.00 3.90 3.19 5/194 26573
/proc/meminfo: memFree=12309480/32951124 swapFree=67111528/67111528
[pid=26547] ppid=26545 vsize=261424 CPUtime=942.1 cores=4,6
/proc/26547/stat : 26547 (RestartSAT) R 26545 26547 26487 0 -1 4202496 395444 0 0 0 94093 117 0 0 25 0 1 0 393574764 267698176 52328 33554432000 4194304 4291949 140737217856016 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26547/statm: 65356 52328 253 24 0 61990 0
Current children cumulated CPU time (s) 942.1
Current children cumulated vsize (KiB) 261424

[startup+1002.3 s]
/proc/loadavg: 4.13 3.95 3.25 5/194 26575
/proc/meminfo: memFree=12427752/32951124 swapFree=67111528/67111528
[pid=26547] ppid=26545 vsize=100056 CPUtime=1002.1 cores=4,6
/proc/26547/stat : 26547 (RestartSAT) R 26545 26547 26487 0 -1 4202496 424603 0 0 0 100084 126 0 0 25 0 1 0 393574764 102457344 21657 33554432000 4194304 4291949 140737217856016 18446744073709551615 4255938 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26547/statm: 25014 21657 253 24 0 21648 0
Current children cumulated CPU time (s) 1002.1
Current children cumulated vsize (KiB) 100056

[startup+1062.3 s]
/proc/loadavg: 4.05 3.95 3.30 5/194 26576
/proc/meminfo: memFree=12345632/32951124 swapFree=67111528/67111528
[pid=26547] ppid=26545 vsize=262616 CPUtime=1062.1 cores=4,6
/proc/26547/stat : 26547 (RestartSAT) R 26545 26547 26487 0 -1 4202496 445220 0 0 0 106078 132 0 0 25 0 1 0 393574764 268918784 42187 33554432000 4194304 4291949 140737217856016 18446744073709551615 4251700 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26547/statm: 65654 42187 253 24 0 62288 0
Current children cumulated CPU time (s) 1062.1
Current children cumulated vsize (KiB) 262616

[startup+1122.3 s]
/proc/loadavg: 4.02 3.96 3.34 5/194 26578
/proc/meminfo: memFree=12293904/32951124 swapFree=67111528/67111528
[pid=26547] ppid=26545 vsize=262748 CPUtime=1122.11 cores=4,6
/proc/26547/stat : 26547 (RestartSAT) R 26545 26547 26487 0 -1 4202496 457989 0 0 0 112074 137 0 0 25 0 1 0 393574764 269053952 54897 33554432000 4194304 4291949 140737217856016 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26547/statm: 65687 54897 253 24 0 62321 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 262748

[startup+1182.3 s]
/proc/loadavg: 4.11 3.99 3.39 5/194 26579
/proc/meminfo: memFree=12412540/32951124 swapFree=67111528/67111528
[pid=26547] ppid=26545 vsize=133828 CPUtime=1182.1 cores=4,6
/proc/26547/stat : 26547 (RestartSAT) R 26545 26547 26487 0 -1 4202496 499783 0 0 0 118062 148 0 0 25 0 1 0 393574764 137039872 24727 33554432000 4194304 4291949 140737217856016 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26547/statm: 33457 24727 253 24 0 30091 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 133828

[startup+1242.3 s]
/proc/loadavg: 4.04 3.99 3.42 5/194 26581
/proc/meminfo: memFree=12328936/32951124 swapFree=67111528/67111528
[pid=26547] ppid=26545 vsize=265576 CPUtime=1242.11 cores=4,6
/proc/26547/stat : 26547 (RestartSAT) R 26545 26547 26487 0 -1 4202496 519322 0 0 0 124057 154 0 0 25 0 1 0 393574764 271949824 44188 33554432000 4194304 4291949 140737217856016 18446744073709551615 4251672 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26547/statm: 66394 44188 253 24 0 63028 0
Current children cumulated CPU time (s) 1242.11
Current children cumulated vsize (KiB) 265576



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.08 4.01 3.46 2/189 26586
/proc/meminfo: memFree=12474528/32951124 swapFree=67111528/67111528
[pid=26547] ppid=26545 vsize=265844 CPUtime=1299.82 cores=4,6
/proc/26547/stat : 26547 (RestartSAT) R 26545 26547 26487 0 -1 4202496 535264 0 0 0 129823 159 0 0 25 0 1 0 393574764 272224256 60063 33554432000 4194304 4291949 140737217856016 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26547/statm: 66461 60063 253 24 0 63095 0
Current children cumulated CPU time (s) 1299.82
Current children cumulated vsize (KiB) 265844

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.84
CPU user time (s): 1298.23
CPU system time (s): 1.60576
CPU usage (%): 99.986
Max. virtual memory (cumulated for all children) (KiB): 626884

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

runsolver used 2.24866 second user time and 4.85526 second system time

The end

Launcher Data

Begin job on node133 at 2011-04-15 00:22:49
IDJOB=3170176
IDBENCH=82594
IDSOLVER=1580
FILE ID=node133/3170176-1302819769
RUNJOBID= node133-1302819768-26506
PBS_JOBID= 13006672
Free space on /tmp= 71688 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v25000-c105000-S533496308-018-UNKNOWN.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3170176-1302819769/watcher-3170176-1302819769 -o /tmp/evaluation-result-3170176-1302819769/solver-3170176-1302819769 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3170176-1302819769.cnf

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

MD5SUM BENCH= d893b9743a6b7d8026df42df0d29d561
RANDOM SEED=1393985015

node133.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.834
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.834
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.834
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.82
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.834
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	: 6741.12
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.834
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.74
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.834
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.834
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.834
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:      12708956 kB
Buffers:        701584 kB
Cached:       19088572 kB
SwapCached:          0 kB
Active:        7792368 kB
Inactive:     12071352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12708956 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5444 kB
Writeback:           0 kB
AnonPages:       72848 kB
Mapped:          14728 kB
Slab:           313080 kB
PageTables:       5524 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   263060 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71688 MiB
End job on node133 at 2011-04-15 00:44:31