Trace number 3283579

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) 1300.09 1300.05

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-20-10p1.cnf
MD5SUM9573f6b4001373bab93d1a02f96820d1
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark665.597
Satisfiable
(Un)Satisfiability was proved
Number of variables260342
Number of clauses1391257
Sum of the clauses size3358569
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2984984
Number of clauses of size 3327764
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

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-3283579-1303759008/watcher-3283579-1303759008 -o /tmp/evaluation-result-3283579-1303759008/solver-3283579-1303759008 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3283579-1303759008.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: 2.04 2.57 3.54 4/190 8598
/proc/meminfo: memFree=13812512/32951124 swapFree=67111528/67111528
[pid=8598] ppid=8596 vsize=23260 CPUtime=0 cores=1,3
/proc/8598/stat : 8598 (RestartSAT) R 8596 8598 6665 0 -1 4202496 1423 0 0 0 0 0 0 0 21 0 1 0 487498826 23818240 1365 33554432000 4194304 4291949 140734769324976 18446744073709551615 4277761 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8598/statm: 5815 1367 227 24 0 2449 0

[startup+0.024279 s]
/proc/loadavg: 2.04 2.57 3.54 4/190 8598
/proc/meminfo: memFree=13812512/32951124 swapFree=67111528/67111528
[pid=8598] ppid=8596 vsize=39152 CPUtime=0.01 cores=1,3
/proc/8598/stat : 8598 (RestartSAT) R 8596 8598 6665 0 -1 4202496 4671 0 0 0 1 0 0 0 21 0 1 0 487498826 40091648 4596 33554432000 4194304 4291949 140734769324976 18446744073709551615 4277761 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8598/statm: 9788 4600 227 24 0 6422 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 39152

[startup+0.100254 s]
/proc/loadavg: 2.04 2.57 3.54 4/190 8598
/proc/meminfo: memFree=13812512/32951124 swapFree=67111528/67111528
[pid=8598] ppid=8596 vsize=58812 CPUtime=0.09 cores=1,3
/proc/8598/stat : 8598 (RestartSAT) R 8596 8598 6665 0 -1 4202496 9526 0 0 0 8 1 0 0 21 0 1 0 487498826 60223488 9122 33554432000 4194304 4291949 140734769324976 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8598/statm: 14736 9124 227 24 0 11370 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 58812

[startup+0.300216 s]
/proc/loadavg: 2.04 2.57 3.54 4/190 8598
/proc/meminfo: memFree=13812512/32951124 swapFree=67111528/67111528
[pid=8598] ppid=8596 vsize=83720 CPUtime=0.29 cores=1,3
/proc/8598/stat : 8598 (RestartSAT) R 8596 8598 6665 0 -1 4202496 15491 0 0 0 27 2 0 0 22 0 1 0 487498826 85729280 14572 33554432000 4194304 4291949 140734769324976 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8598/statm: 20930 14572 227 24 0 17564 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83720

[startup+0.701143 s]
/proc/loadavg: 2.04 2.57 3.54 4/190 8598
/proc/meminfo: memFree=13812512/32951124 swapFree=67111528/67111528
[pid=8598] ppid=8596 vsize=116020 CPUtime=0.69 cores=1,3
/proc/8598/stat : 8598 (RestartSAT) R 8596 8598 6665 0 -1 4202496 25072 0 0 0 65 4 0 0 23 0 1 0 487498826 118804480 22933 33554432000 4194304 4291949 140734769324976 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8598/statm: 29005 22934 228 24 0 25639 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 116020

[startup+1.501 s]
/proc/loadavg: 2.04 2.57 3.54 5/194 8605
/proc/meminfo: memFree=13491204/32951124 swapFree=67111528/67111528
[pid=8598] ppid=8596 vsize=151172 CPUtime=1.49 cores=1,3
/proc/8598/stat : 8598 (RestartSAT) R 8596 8598 6665 0 -1 4202496 34906 0 0 0 143 6 0 0 25 0 1 0 487498826 154800128 31363 33554432000 4194304 4291949 140734769324976 18446744073709551615 4220578 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8598/statm: 37793 31365 234 24 0 34427 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 151172

[startup+3.10071 s]
/proc/loadavg: 2.04 2.57 3.54 5/194 8605
/proc/meminfo: memFree=13475700/32951124 swapFree=67111528/67111528
[pid=8598] ppid=8596 vsize=136864 CPUtime=3.09 cores=1,3
/proc/8598/stat : 8598 (RestartSAT) R 8596 8598 6665 0 -1 4202496 43788 0 0 0 302 7 0 0 25 0 1 0 487498826 140148736 28353 33554432000 4194304 4291949 140734769324976 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8598/statm: 34216 28353 252 24 0 30850 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 136864

[startup+6.30111 s]
/proc/loadavg: 2.19 2.59 3.55 5/194 8606
/proc/meminfo: memFree=13535356/32951124 swapFree=67111528/67111528
[pid=8598] ppid=8596 vsize=136864 CPUtime=6.29 cores=1,3
/proc/8598/stat : 8598 (RestartSAT) R 8596 8598 6665 0 -1 4202496 43927 0 0 0 622 7 0 0 25 0 1 0 487498826 140148736 28490 33554432000 4194304 4291949 140734769324976 18446744073709551615 4255567 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8598/statm: 34216 28490 252 24 0 30850 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 136864

[startup+12.7009 s]
/proc/loadavg: 2.34 2.62 3.55 5/194 8606
/proc/meminfo: memFree=13530416/32951124 swapFree=67111528/67111528
[pid=8598] ppid=8596 vsize=136864 CPUtime=12.69 cores=1,3
/proc/8598/stat : 8598 (RestartSAT) R 8596 8598 6665 0 -1 4202496 44359 0 0 0 1261 8 0 0 25 0 1 0 487498826 140148736 28916 33554432000 4194304 4291949 140734769324976 18446744073709551615 4259616 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8598/statm: 34216 28916 252 24 0 30850 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 136864

[startup+25.5006 s]
/proc/loadavg: 2.71 2.68 3.55 5/194 8606
/proc/meminfo: memFree=13512168/32951124 swapFree=67111528/67111528
[pid=8598] ppid=8596 vsize=148540 CPUtime=25.49 cores=1,3
/proc/8598/stat : 8598 (RestartSAT) R 8596 8598 6665 0 -1 4202496 45248 0 0 0 2541 8 0 0 25 0 1 0 487498826 152104960 29794 33554432000 4194304 4291949 140734769324976 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8598/statm: 37135 29794 252 24 0 33769 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 148540

[startup+51.1008 s]
/proc/loadavg: 3.15 2.79 3.56 5/194 8607
/proc/meminfo: memFree=13463468/32951124 swapFree=67111528/67111528
[pid=8598] ppid=8596 vsize=148540 CPUtime=51.09 cores=1,3
/proc/8598/stat : 8598 (RestartSAT) R 8596 8598 6665 0 -1 4202496 47928 0 0 0 5100 9 0 0 25 0 1 0 487498826 152104960 32458 33554432000 4194304 4291949 140734769324976 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8598/statm: 37135 32458 252 24 0 33769 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 148540

[startup+102.307 s]
/proc/loadavg: 3.63 2.97 3.58 5/194 8608
/proc/meminfo: memFree=13337576/32951124 swapFree=67111528/67111528
[pid=8598] ppid=8596 vsize=198328 CPUtime=102.31 cores=1,3
/proc/8598/stat : 8598 (RestartSAT) R 8596 8598 6665 0 -1 4202496 54159 0 0 0 10219 12 0 0 25 0 1 0 487498826 203087872 38645 33554432000 4194304 4291949 140734769324976 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8598/statm: 49582 38645 252 24 0 46216 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 198328

[startup+162.3 s]
/proc/loadavg: 3.86 3.16 3.61 5/194 8610
/proc/meminfo: memFree=13244056/32951124 swapFree=67111528/67111528
[pid=8598] ppid=8596 vsize=248416 CPUtime=162.29 cores=1,3
/proc/8598/stat : 8598 (RestartSAT) R 8596 8598 6665 0 -1 4202496 61875 0 0 0 16213 16 0 0 25 0 1 0 487498826 254377984 46330 33554432000 4194304 4291949 140734769324976 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8598/statm: 62104 46330 252 24 0 58738 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 248416

[startup+222.301 s]
/proc/loadavg: 3.95 3.31 3.63 5/194 8611
/proc/meminfo: memFree=13151148/32951124 swapFree=67111528/67111528
[pid=8598] ppid=8596 vsize=248416 CPUtime=222.3 cores=1,3
/proc/8598/stat : 8598 (RestartSAT) R 8596 8598 6665 0 -1 4202496 72392 0 0 0 22207 23 0 0 25 0 1 0 487498826 254377984 56816 33554432000 4194304 4291949 140734769324976 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8598/statm: 62104 56816 252 24 0 58738 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 248416

[startup+282.301 s]
/proc/loadavg: 3.83 3.40 3.64 3/183 8647
/proc/meminfo: memFree=13478412/32951124 swapFree=67111528/67111528
[pid=8598] ppid=8596 vsize=330392 CPUtime=282.3 cores=1,3
/proc/8598/stat : 8598 (RestartSAT) R 8596 8598 6665 0 -1 4202496 80157 0 0 0 28204 26 0 0 25 0 1 0 487498826 338321408 64549 33554432000 4194304 4291949 140734769324976 18446744073709551615 4255590 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8598/statm: 82598 64549 252 24 0 79232 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 330392

[startup+342.301 s]
/proc/loadavg: 2.79 3.17 3.54 3/182 8649
/proc/meminfo: memFree=13405336/32951124 swapFree=67111528/67111528
[pid=8598] ppid=8596 vsize=334188 CPUtime=342.31 cores=1,3
/proc/8598/stat : 8598 (RestartSAT) R 8596 8598 6665 0 -1 4202496 90458 0 0 0 34201 30 0 0 25 0 1 0 487498826 342208512 74826 33554432000 4194304 4291949 140734769324976 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8598/statm: 83547 74826 252 24 0 80181 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 334188

[startup+402.301 s]
/proc/loadavg: 2.29 2.96 3.44 3/182 8650
/proc/meminfo: memFree=13335752/32951124 swapFree=67111528/67111528
[pid=8598] ppid=8596 vsize=470068 CPUtime=402.3 cores=1,3
/proc/8598/stat : 8598 (RestartSAT) R 8596 8598 6665 0 -1 4202496 100284 0 0 0 40197 33 0 0 25 0 1 0 487498826 481349632 84616 33554432000 4194304 4291949 140734769324976 18446744073709551615 4256161 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8598/statm: 117517 84616 252 24 0 114151 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 470068

[startup+462.301 s]
/proc/loadavg: 2.10 2.78 3.35 3/182 8652
/proc/meminfo: memFree=13232068/32951124 swapFree=67111528/67111528
[pid=8598] ppid=8596 vsize=473396 CPUtime=462.3 cores=1,3
/proc/8598/stat : 8598 (RestartSAT) R 8596 8598 6665 0 -1 4202496 117093 0 0 0 46192 38 0 0 25 0 1 0 487498826 484757504 101385 33554432000 4194304 4291949 140734769324976 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8598/statm: 118349 101385 252 24 0 114983 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 473396

[startup+522.301 s]
/proc/loadavg: 2.22 2.68 3.28 3/182 8653
/proc/meminfo: memFree=13167072/32951124 swapFree=67111528/67111528
[pid=8598] ppid=8596 vsize=477376 CPUtime=522.31 cores=1,3
/proc/8598/stat : 8598 (RestartSAT) R 8596 8598 6665 0 -1 4202496 126348 0 0 0 52190 41 0 0 25 0 1 0 487498826 488833024 110611 33554432000 4194304 4291949 140734769324976 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8598/statm: 119344 110611 252 24 0 115978 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 477376

[startup+582.3 s]
/proc/loadavg: 2.08 2.56 3.20 3/182 8655
/proc/meminfo: memFree=13095012/32951124 swapFree=67111528/67111528
[pid=8598] ppid=8596 vsize=695712 CPUtime=582.31 cores=1,3
/proc/8598/stat : 8598 (RestartSAT) R 8596 8598 6665 0 -1 4202496 136478 0 0 0 58187 44 0 0 25 0 1 0 487498826 712409088 120711 33554432000 4194304 4291949 140734769324976 18446744073709551615 4255571 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8598/statm: 173928 120711 252 24 0 170562 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 695712

[startup+642.3 s]
/proc/loadavg: 2.03 2.45 3.12 3/182 8657
/proc/meminfo: memFree=13023948/32951124 swapFree=67111528/67111528
[pid=8598] ppid=8596 vsize=698136 CPUtime=642.32 cores=1,3
/proc/8598/stat : 8598 (RestartSAT) R 8596 8598 6665 0 -1 4202496 145902 0 0 0 64184 48 0 0 25 0 1 0 487498826 714891264 130105 33554432000 4194304 4291949 140734769324976 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8598/statm: 174534 130105 252 24 0 171168 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 698136

[startup+702.3 s]
/proc/loadavg: 2.16 2.40 3.06 3/182 8658
/proc/meminfo: memFree=12925596/32951124 swapFree=67111528/67111528
[pid=8598] ppid=8596 vsize=700808 CPUtime=702.31 cores=1,3
/proc/8598/stat : 8598 (RestartSAT) R 8596 8598 6665 0 -1 4202496 156627 0 0 0 70180 51 0 0 25 0 1 0 487498826 717627392 140795 33554432000 4194304 4291949 140734769324976 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8598/statm: 175202 140795 252 24 0 171836 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 700808

[startup+762.307 s]
/proc/loadavg: 2.22 2.36 3.00 3/182 8660
/proc/meminfo: memFree=12862464/32951124 swapFree=67111528/67111528
[pid=8598] ppid=8596 vsize=704404 CPUtime=762.32 cores=1,3
/proc/8598/stat : 8598 (RestartSAT) R 8596 8598 6665 0 -1 4202496 165500 0 0 0 76178 54 0 0 25 0 1 0 487498826 721309696 149642 33554432000 4194304 4291949 140734769324976 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8598/statm: 176101 149642 252 24 0 172735 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 704404

[startup+822.301 s]
/proc/loadavg: 2.12 2.30 2.94 3/182 8661
/proc/meminfo: memFree=12802540/32951124 swapFree=67111528/67111528
[pid=8598] ppid=8596 vsize=708456 CPUtime=822.32 cores=1,3
/proc/8598/stat : 8598 (RestartSAT) R 8596 8598 6665 0 -1 4202496 174021 0 0 0 82174 58 0 0 25 0 1 0 487498826 725458944 158134 33554432000 4194304 4291949 140734769324976 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8598/statm: 177114 158134 252 24 0 173748 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 708456

[startup+882.301 s]
/proc/loadavg: 2.04 2.25 2.88 3/182 8663
/proc/meminfo: memFree=12739656/32951124 swapFree=67111528/67111528
[pid=8598] ppid=8596 vsize=708728 CPUtime=882.32 cores=1,3
/proc/8598/stat : 8598 (RestartSAT) R 8596 8598 6665 0 -1 4202496 183479 0 0 0 88170 62 0 0 25 0 1 0 487498826 725737472 167570 33554432000 4194304 4291949 140734769324976 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8598/statm: 177182 167570 252 24 0 173816 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 708728

[startup+942.301 s]
/proc/loadavg: 2.01 2.20 2.82 3/182 8665
/proc/meminfo: memFree=12687064/32951124 swapFree=67111528/67111528
[pid=8598] ppid=8596 vsize=1060008 CPUtime=942.32 cores=1,3
/proc/8598/stat : 8598 (RestartSAT) R 8596 8598 6665 0 -1 4202496 190695 0 0 0 94168 64 0 0 25 0 1 0 487498826 1085448192 174766 33554432000 4194304 4291949 140734769324976 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8598/statm: 265002 174766 252 24 0 261636 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 1060008

[startup+1002.3 s]
/proc/loadavg: 2.04 2.17 2.77 3/182 8666
/proc/meminfo: memFree=12624548/32951124 swapFree=67111528/67111528
[pid=8598] ppid=8596 vsize=1061800 CPUtime=1002.32 cores=1,3
/proc/8598/stat : 8598 (RestartSAT) R 8596 8598 6665 0 -1 4202496 198273 0 0 0 100165 67 0 0 25 0 1 0 487498826 1087283200 182327 33554432000 4194304 4291949 140734769324976 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8598/statm: 265450 182327 252 24 0 262084 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 1061800

[startup+1062.3 s]
/proc/loadavg: 2.06 2.16 2.72 3/182 8668
/proc/meminfo: memFree=12546404/32951124 swapFree=67111528/67111528
[pid=8598] ppid=8596 vsize=1064144 CPUtime=1062.33 cores=1,3
/proc/8598/stat : 8598 (RestartSAT) R 8596 8598 6665 0 -1 4202496 212498 0 0 0 106162 71 0 0 25 0 1 0 487498826 1089683456 196509 33554432000 4194304 4291949 140734769324976 18446744073709551615 4251629 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8598/statm: 266036 196509 252 24 0 262670 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 1064144

[startup+1122.3 s]
/proc/loadavg: 2.15 2.16 2.69 3/182 8669
/proc/meminfo: memFree=12455608/32951124 swapFree=67111528/67111528
[pid=8598] ppid=8596 vsize=1066548 CPUtime=1122.33 cores=1,3
/proc/8598/stat : 8598 (RestartSAT) R 8596 8598 6665 0 -1 4202496 228834 0 0 0 112157 76 0 0 25 0 1 0 487498826 1092145152 212801 33554432000 4194304 4291949 140734769324976 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8598/statm: 266637 212801 252 24 0 263271 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 1066548

[startup+1182.3 s]
/proc/loadavg: 2.13 2.14 2.65 3/182 8671
/proc/meminfo: memFree=12406608/32951124 swapFree=67111528/67111528
[pid=8598] ppid=8596 vsize=1068968 CPUtime=1182.33 cores=1,3
/proc/8598/stat : 8598 (RestartSAT) R 8596 8598 6665 0 -1 4202496 235660 0 0 0 118154 79 0 0 25 0 1 0 487498826 1094623232 219606 33554432000 4194304 4291949 140734769324976 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8598/statm: 267242 219606 252 24 0 263876 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 1068968

[startup+1242.3 s]
/proc/loadavg: 2.05 2.11 2.60 3/182 8673
/proc/meminfo: memFree=12356492/32951124 swapFree=67111528/67111528
[pid=8598] ppid=8596 vsize=1070732 CPUtime=1242.33 cores=1,3
/proc/8598/stat : 8598 (RestartSAT) R 8596 8598 6665 0 -1 4202496 242621 0 0 0 124152 81 0 0 25 0 1 0 487498826 1096429568 226554 33554432000 4194304 4291949 140734769324976 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8598/statm: 267683 226554 252 24 0 264317 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 1070732



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.02 2.09 2.56 3/182 8674
/proc/meminfo: memFree=12292992/32951124 swapFree=67111528/67111528
[pid=8598] ppid=8596 vsize=1072596 CPUtime=1300.04 cores=1,3
/proc/8598/stat : 8598 (RestartSAT) R 8596 8598 6665 0 -1 4202496 249119 0 0 0 129920 84 0 0 25 0 1 0 487498826 1098338304 233036 33554432000 4194304 4291949 140734769324976 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8598/statm: 268149 233036 252 24 0 264783 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 1072596

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.05
CPU time (s): 1300.09
CPU user time (s): 1299.2
CPU system time (s): 0.889864
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1072596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.2
system time used= 0.889864
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 249119
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= 7
involuntary context switches= 652

runsolver used 1.9747 second user time and 5.13022 second system time

The end

Launcher Data

Begin job on node135 at 2011-04-25 21:16:50
IDJOB=3283579
IDBENCH=71050
IDSOLVER=1581
FILE ID=node135/3283579-1303759008
RUNJOBID= node135-1303759008-8564
PBS_JOBID= 13154027
Free space on /tmp= 71168 MiB

SOLVER NAME= RestartSAT A75
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UTI-20-10p1.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.75 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3283579-1303759008/watcher-3283579-1303759008 -o /tmp/evaluation-result-3283579-1303759008/solver-3283579-1303759008 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3283579-1303759008.cnf

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

MD5SUM BENCH= 9573f6b4001373bab93d1a02f96820d1
RANDOM SEED=459453004

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:      13813164 kB
Buffers:       2066996 kB
Cached:       16272160 kB
SwapCached:          0 kB
Active:        7789892 kB
Inactive:     10749808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13813164 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           92428 kB
Writeback:           0 kB
AnonPages:      199344 kB
Mapped:          15172 kB
Slab:           534852 kB
PageTables:       5548 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   388852 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= 71204 MiB
End job on node135 at 2011-04-25 21:38:32