Trace number 3170204

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

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v35000-c147000-S1886449473-022-UNKNOWN.cnf
MD5SUM48acd8df0141c3f57a132eb6d7253d5f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark130.328
Satisfiable
(Un)Satisfiability was proved
Number of variables35000
Number of clauses147000
Sum of the clauses size441000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3147000
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-3170204-1302820341/watcher-3170204-1302820341 -o /tmp/evaluation-result-3170204-1302820341/solver-3170204-1302820341 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3170204-1302820341.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: 4.07 4.00 3.51 4/193 25836
/proc/meminfo: memFree=14692264/32951124 swapFree=67111528/67111528
[pid=25836] ppid=25834 vsize=23268 CPUtime=0 cores=5,7
/proc/25836/stat : 25836 (RestartSAT) R 25834 25836 25630 0 -1 4202496 1508 0 0 0 0 0 0 0 25 0 1 0 393631986 23826432 1450 33554432000 4194304 4291949 140735527685296 18446744073709551615 4240881 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25836/statm: 5817 1452 227 24 0 2451 0

[startup+0.0297711 s]
/proc/loadavg: 4.07 4.00 3.51 4/193 25836
/proc/meminfo: memFree=14692264/32951124 swapFree=67111528/67111528
[pid=25836] ppid=25834 vsize=25836 CPUtime=0.02 cores=5,7
/proc/25836/stat : 25836 (RestartSAT) R 25834 25836 25630 0 -1 4202496 2387 0 0 0 2 0 0 0 25 0 1 0 393631986 26456064 2295 33554432000 4194304 4291949 140735527685296 18446744073709551615 255376962245 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25836/statm: 6459 2296 227 24 0 3093 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 25836

[startup+0.100761 s]
/proc/loadavg: 4.07 4.00 3.51 4/193 25836
/proc/meminfo: memFree=14692264/32951124 swapFree=67111528/67111528
[pid=25836] ppid=25834 vsize=30756 CPUtime=0.09 cores=5,7
/proc/25836/stat : 25836 (RestartSAT) R 25834 25836 25630 0 -1 4202496 4310 0 0 0 9 0 0 0 25 0 1 0 393631986 31494144 3932 33554432000 4194304 4291949 140735527685296 18446744073709551615 4278140 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25836/statm: 7689 3933 227 24 0 4323 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30756

[startup+0.300723 s]
/proc/loadavg: 4.07 4.00 3.51 4/193 25836
/proc/meminfo: memFree=14692264/32951124 swapFree=67111528/67111528
[pid=25836] ppid=25834 vsize=30300 CPUtime=0.29 cores=5,7
/proc/25836/stat : 25836 (RestartSAT) R 25834 25836 25630 0 -1 4202496 5696 0 0 0 29 0 0 0 25 0 1 0 393631986 31027200 3850 33554432000 4194304 4291949 140735527685296 18446744073709551615 4251380 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25836/statm: 7575 3850 253 24 0 4209 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30300

[startup+0.700651 s]
/proc/loadavg: 4.07 4.00 3.51 4/193 25836
/proc/meminfo: memFree=14692264/32951124 swapFree=67111528/67111528
[pid=25836] ppid=25834 vsize=30300 CPUtime=0.69 cores=5,7
/proc/25836/stat : 25836 (RestartSAT) R 25834 25836 25630 0 -1 4202496 5765 0 0 0 69 0 0 0 25 0 1 0 393631986 31027200 3919 33554432000 4194304 4291949 140735527685296 18446744073709551615 255380738509 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25836/statm: 7575 3919 253 24 0 4209 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30300

[startup+1.5005 s]
/proc/loadavg: 4.07 4.00 3.51 5/194 25837
/proc/meminfo: memFree=14656444/32951124 swapFree=67111528/67111528
[pid=25836] ppid=25834 vsize=30300 CPUtime=1.49 cores=5,7
/proc/25836/stat : 25836 (RestartSAT) R 25834 25836 25630 0 -1 4202496 5930 0 0 0 149 0 0 0 25 0 1 0 393631986 31027200 4084 33554432000 4194304 4291949 140735527685296 18446744073709551615 4251639 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25836/statm: 7575 4084 253 24 0 4209 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30300

[startup+3.1002 s]
/proc/loadavg: 4.06 4.00 3.51 5/194 25837
/proc/meminfo: memFree=14641848/32951124 swapFree=67111528/67111528
[pid=25836] ppid=25834 vsize=33020 CPUtime=3.09 cores=5,7
/proc/25836/stat : 25836 (RestartSAT) R 25834 25836 25630 0 -1 4202496 6318 0 0 0 309 0 0 0 25 0 1 0 393631986 33812480 4469 33554432000 4194304 4291949 140735527685296 18446744073709551615 4250438 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25836/statm: 8255 4469 253 24 0 4889 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33020

[startup+6.30061 s]
/proc/loadavg: 4.06 4.00 3.51 5/194 25837
/proc/meminfo: memFree=14628476/32951124 swapFree=67111528/67111528
[pid=25836] ppid=25834 vsize=37440 CPUtime=6.29 cores=5,7
/proc/25836/stat : 25836 (RestartSAT) R 25834 25836 25630 0 -1 4202496 7260 0 0 0 628 1 0 0 25 0 1 0 393631986 38338560 5404 33554432000 4194304 4291949 140735527685296 18446744073709551615 255380845280 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25836/statm: 9360 5404 253 24 0 5994 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 37440

[startup+12.7004 s]
/proc/loadavg: 4.05 4.00 3.52 5/194 25838
/proc/meminfo: memFree=14599648/32951124 swapFree=67111528/67111528
[pid=25836] ppid=25834 vsize=44884 CPUtime=12.69 cores=5,7
/proc/25836/stat : 25836 (RestartSAT) R 25834 25836 25630 0 -1 4202496 9568 0 0 0 1268 1 0 0 25 0 1 0 393631986 45961216 7699 33554432000 4194304 4291949 140735527685296 18446744073709551615 4251106 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25836/statm: 11221 7699 253 24 0 7855 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 44884

[startup+25.5011 s]
/proc/loadavg: 4.04 4.00 3.52 5/194 25838
/proc/meminfo: memFree=14557000/32951124 swapFree=67111528/67111528
[pid=25836] ppid=25834 vsize=76804 CPUtime=25.5 cores=5,7
/proc/25836/stat : 25836 (RestartSAT) R 25834 25836 25630 0 -1 4202496 14683 0 0 0 2546 4 0 0 25 0 1 0 393631986 78647296 12794 33554432000 4194304 4291949 140735527685296 18446744073709551615 255380759820 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25836/statm: 19201 12794 253 24 0 15835 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 76804

[startup+51.1003 s]
/proc/loadavg: 4.03 4.00 3.53 5/194 25839
/proc/meminfo: memFree=14512796/32951124 swapFree=67111528/67111528
[pid=25836] ppid=25834 vsize=109624 CPUtime=51.1 cores=5,7
/proc/25836/stat : 25836 (RestartSAT) R 25834 25836 25630 0 -1 4202496 23623 0 0 0 5104 6 0 0 25 0 1 0 393631986 112254976 21698 33554432000 4194304 4291949 140735527685296 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25836/statm: 27406 21698 253 24 0 24040 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 109624

[startup+102.307 s]
/proc/loadavg: 4.08 4.02 3.56 5/194 25840
/proc/meminfo: memFree=14392624/32951124 swapFree=67111528/67111528
[pid=25836] ppid=25834 vsize=244792 CPUtime=102.3 cores=5,7
/proc/25836/stat : 25836 (RestartSAT) R 25834 25836 25630 0 -1 4202496 43014 0 0 0 10219 11 0 0 25 0 1 0 393631986 250667008 41029 33554432000 4194304 4291949 140735527685296 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25836/statm: 61198 41029 253 24 0 57832 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 244792

[startup+162.301 s]
/proc/loadavg: 4.03 4.01 3.58 5/194 25842
/proc/meminfo: memFree=14287208/32951124 swapFree=67111528/67111528
[pid=25836] ppid=25834 vsize=248232 CPUtime=162.3 cores=5,7
/proc/25836/stat : 25836 (RestartSAT) R 25834 25836 25630 0 -1 4202496 57769 0 0 0 16214 16 0 0 25 0 1 0 393631986 254189568 55723 33554432000 4194304 4291949 140735527685296 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25836/statm: 62058 55723 253 24 0 58692 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 248232

[startup+222.301 s]
/proc/loadavg: 4.01 4.00 3.61 5/194 25843
/proc/meminfo: memFree=14445784/32951124 swapFree=67111528/67111528
[pid=25836] ppid=25834 vsize=119716 CPUtime=222.3 cores=5,7
/proc/25836/stat : 25836 (RestartSAT) R 25834 25836 25630 0 -1 4202496 90546 0 0 0 22204 26 0 0 25 0 1 0 393631986 122589184 24160 33554432000 4194304 4291949 140735527685296 18446744073709551615 4251641 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25836/statm: 29929 24160 253 24 0 26563 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 119716

[startup+282.301 s]
/proc/loadavg: 4.00 4.00 3.63 5/194 25845
/proc/meminfo: memFree=14338756/32951124 swapFree=67111528/67111528
[pid=25836] ppid=25834 vsize=251604 CPUtime=282.3 cores=5,7
/proc/25836/stat : 25836 (RestartSAT) R 25834 25836 25630 0 -1 4202496 107389 0 0 0 28200 30 0 0 25 0 1 0 393631986 257642496 40936 33554432000 4194304 4291949 140735527685296 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25836/statm: 62901 40936 253 24 0 59535 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 251604

[startup+342.3 s]
/proc/loadavg: 4.00 4.00 3.65 5/194 25846
/proc/meminfo: memFree=14223672/32951124 swapFree=67111528/67111528
[pid=25836] ppid=25834 vsize=252284 CPUtime=342.3 cores=5,7
/proc/25836/stat : 25836 (RestartSAT) R 25834 25836 25630 0 -1 4202496 125326 0 0 0 34194 36 0 0 25 0 1 0 393631986 258338816 58810 33554432000 4194304 4291949 140735527685296 18446744073709551615 255380760888 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25836/statm: 63071 58810 253 24 0 59705 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 252284

[startup+402.3 s]
/proc/loadavg: 4.00 4.00 3.67 5/194 25848
/proc/meminfo: memFree=14206920/32951124 swapFree=67111528/67111528
[pid=25836] ppid=25834 vsize=385616 CPUtime=402.3 cores=5,7
/proc/25836/stat : 25836 (RestartSAT) R 25834 25836 25630 0 -1 4202496 138302 0 0 0 40189 41 0 0 25 0 1 0 393631986 394870784 71724 33554432000 4194304 4291949 140735527685296 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25836/statm: 96404 71724 253 24 0 93038 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 385616

[startup+462.3 s]
/proc/loadavg: 4.00 4.00 3.69 5/194 25850
/proc/meminfo: memFree=14131760/32951124 swapFree=67111528/67111528
[pid=25836] ppid=25834 vsize=388344 CPUtime=462.3 cores=5,7
/proc/25836/stat : 25836 (RestartSAT) R 25834 25836 25630 0 -1 4202496 157333 0 0 0 46182 48 0 0 25 0 1 0 393631986 397664256 90709 33554432000 4194304 4291949 140735527685296 18446744073709551615 4255627 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25836/statm: 97086 90709 253 24 0 93720 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 388344

[startup+522.301 s]
/proc/loadavg: 4.06 4.01 3.71 5/194 25851
/proc/meminfo: memFree=14296908/32951124 swapFree=67111528/67111528
[pid=25836] ppid=25834 vsize=257296 CPUtime=522.3 cores=5,7
/proc/25836/stat : 25836 (RestartSAT) R 25834 25836 25630 0 -1 4202496 197821 0 0 0 52170 60 0 0 25 0 1 0 393631986 263471104 40951 33554432000 4194304 4291949 140735527685296 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25836/statm: 64324 40951 253 24 0 60958 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 257296

[startup+582.301 s]
/proc/loadavg: 4.10 4.04 3.74 5/194 25853
/proc/meminfo: memFree=14270968/32951124 swapFree=67111528/67111528
[pid=25836] ppid=25834 vsize=257564 CPUtime=582.31 cores=5,7
/proc/25836/stat : 25836 (RestartSAT) R 25834 25836 25630 0 -1 4202496 212593 0 0 0 58167 64 0 0 25 0 1 0 393631986 263745536 55656 33554432000 4194304 4291949 140735527685296 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25836/statm: 64391 55656 253 24 0 61025 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 257564

[startup+642.301 s]
/proc/loadavg: 4.12 4.06 3.76 5/194 25854
/proc/meminfo: memFree=14204364/32951124 swapFree=67111528/67111528
[pid=25836] ppid=25834 vsize=390360 CPUtime=642.32 cores=5,7
/proc/25836/stat : 25836 (RestartSAT) R 25834 25836 25630 0 -1 4202496 229217 0 0 0 64161 71 0 0 25 0 1 0 393631986 399728640 72225 33554432000 4194304 4291949 140735527685296 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25836/statm: 97590 72225 253 24 0 94224 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 390360

[startup+702.301 s]
/proc/loadavg: 4.04 4.04 3.77 5/194 25856
/proc/meminfo: memFree=14113444/32951124 swapFree=67111528/67111528
[pid=25836] ppid=25834 vsize=391028 CPUtime=702.31 cores=5,7
/proc/25836/stat : 25836 (RestartSAT) R 25834 25836 25630 0 -1 4202496 241584 0 0 0 70154 77 0 0 25 0 1 0 393631986 400412672 84545 33554432000 4194304 4291949 140735527685296 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25836/statm: 97757 84545 253 24 0 94391 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 391028

[startup+762.307 s]
/proc/loadavg: 4.10 4.06 3.79 5/194 25858
/proc/meminfo: memFree=14067416/32951124 swapFree=67111528/67111528
[pid=25836] ppid=25834 vsize=607696 CPUtime=762.32 cores=5,7
/proc/25836/stat : 25836 (RestartSAT) R 25834 25836 25630 0 -1 4202496 263322 0 0 0 76147 85 0 0 25 0 1 0 393631986 622280704 106209 33554432000 4194304 4291949 140735527685296 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25836/statm: 151924 106209 253 24 0 148558 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 607696

[startup+822.301 s]
/proc/loadavg: 4.04 4.05 3.80 5/194 25859
/proc/meminfo: memFree=14362268/32951124 swapFree=67111528/67111528
[pid=25836] ppid=25834 vsize=129436 CPUtime=822.32 cores=5,7
/proc/25836/stat : 25836 (RestartSAT) R 25834 25836 25630 0 -1 4202496 282645 0 0 0 82139 93 0 0 25 0 1 0 393631986 132542464 25582 33554432000 4194304 4291949 140735527685296 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25836/statm: 32359 25582 253 24 0 28993 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 129436

[startup+882.3 s]
/proc/loadavg: 4.01 4.04 3.82 5/194 25861
/proc/meminfo: memFree=14274592/32951124 swapFree=67111528/67111528
[pid=25836] ppid=25834 vsize=261180 CPUtime=882.32 cores=5,7
/proc/25836/stat : 25836 (RestartSAT) R 25834 25836 25630 0 -1 4202496 301513 0 0 0 88133 99 0 0 25 0 1 0 393631986 267448320 44388 33554432000 4194304 4291949 140735527685296 18446744073709551615 4269168 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25836/statm: 65295 44388 253 24 0 61929 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 261180

[startup+942.3 s]
/proc/loadavg: 4.00 4.03 3.82 5/194 25862
/proc/meminfo: memFree=14253504/32951124 swapFree=67111528/67111528
[pid=25836] ppid=25834 vsize=261312 CPUtime=942.31 cores=5,7
/proc/25836/stat : 25836 (RestartSAT) R 25834 25836 25630 0 -1 4202496 314863 0 0 0 94128 103 0 0 25 0 1 0 393631986 267583488 57677 33554432000 4194304 4291949 140735527685296 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25836/statm: 65328 57677 253 24 0 61962 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 261312

[startup+1002.3 s]
/proc/loadavg: 4.00 4.02 3.83 5/194 25864
/proc/meminfo: memFree=14114596/32951124 swapFree=67111528/67111528
[pid=25836] ppid=25834 vsize=394516 CPUtime=1002.32 cores=5,7
/proc/25836/stat : 25836 (RestartSAT) R 25834 25836 25630 0 -1 4202496 344306 0 0 0 100121 111 0 0 25 0 1 0 393631986 403984384 87036 33554432000 4194304 4291949 140735527685296 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25836/statm: 98629 87036 253 24 0 95263 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 394516

[startup+1062.3 s]
/proc/loadavg: 4.00 4.02 3.83 5/194 25866
/proc/meminfo: memFree=13878616/32951124 swapFree=67111528/67111528
[pid=25836] ppid=25834 vsize=612184 CPUtime=1062.32 cores=5,7
/proc/25836/stat : 25836 (RestartSAT) R 25834 25836 25630 0 -1 4202496 392411 0 0 0 106108 124 0 0 25 0 1 0 393631986 626876416 135067 33554432000 4194304 4291949 140735527685296 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25836/statm: 153046 135067 253 24 0 149680 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 612184

[startup+1122.3 s]
/proc/loadavg: 4.00 4.01 3.84 5/194 25867
/proc/meminfo: memFree=14286808/32951124 swapFree=67111528/67111528
[pid=25836] ppid=25834 vsize=185784 CPUtime=1122.33 cores=5,7
/proc/25836/stat : 25836 (RestartSAT) R 25834 25836 25630 0 -1 4202496 425212 0 0 0 112097 136 0 0 25 0 1 0 393631986 190242816 33839 33554432000 4194304 4291949 140735527685296 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25836/statm: 46446 33839 253 24 0 43080 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 185784

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.85 5/194 25869
/proc/meminfo: memFree=14252576/32951124 swapFree=67111528/67111528
[pid=25836] ppid=25834 vsize=267436 CPUtime=1182.33 cores=5,7
/proc/25836/stat : 25836 (RestartSAT) R 25834 25836 25630 0 -1 4202496 443753 0 0 0 118092 141 0 0 25 0 1 0 393631986 273854464 52306 33554432000 4194304 4291949 140735527685296 18446744073709551615 4251560 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25836/statm: 66859 52306 253 24 0 63493 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 267436

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.85 5/194 25870
/proc/meminfo: memFree=14196752/32951124 swapFree=67111528/67111528
[pid=25836] ppid=25834 vsize=399696 CPUtime=1242.33 cores=5,7
/proc/25836/stat : 25836 (RestartSAT) R 25834 25836 25630 0 -1 4202496 457460 0 0 0 124086 147 0 0 25 0 1 0 393631986 409288704 65967 33554432000 4194304 4291949 140735527685296 18446744073709551615 4251581 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25836/statm: 99924 65967 253 24 0 96558 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 399696



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.08 4.02 3.86 2/188 25875
/proc/meminfo: memFree=14399900/32951124 swapFree=67111528/67111528
[pid=25836] ppid=25834 vsize=399840 CPUtime=1300.03 cores=5,7
/proc/25836/stat : 25836 (RestartSAT) R 25834 25836 25630 0 -1 4202496 466928 0 0 0 129853 150 0 0 25 0 1 0 393631986 409436160 75407 33554432000 4194304 4291949 140735527685296 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/25836/statm: 99960 75407 253 24 0 96594 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 399840

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): 1300.06
CPU user time (s): 1298.54
CPU system time (s): 1.52077
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 663676

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

runsolver used 1.9697 second user time and 5.13422 second system time

The end

Launcher Data

Begin job on node135 at 2011-04-15 00:32:21
IDJOB=3170204
IDBENCH=82622
IDSOLVER=1580
FILE ID=node135/3170204-1302820341
RUNJOBID= node135-1302819038-25651
PBS_JOBID= 13006666
Free space on /tmp= 71252 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v35000-c147000-S1886449473-022-UNKNOWN.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3170204-1302820341/watcher-3170204-1302820341 -o /tmp/evaluation-result-3170204-1302820341/solver-3170204-1302820341 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3170204-1302820341.cnf

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

MD5SUM BENCH= 48acd8df0141c3f57a132eb6d7253d5f
RANDOM SEED=2082760177

node135.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14692544 kB
Buffers:        713012 kB
Cached:       17060540 kB
SwapCached:          0 kB
Active:        8025116 kB
Inactive:      9830916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14692544 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6620 kB
Writeback:           0 kB
AnonPages:       81520 kB
Mapped:          15084 kB
Slab:           340316 kB
PageTables:       5276 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   270732 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= 71252 MiB
End job on node135 at 2011-04-15 00:54:03