Trace number 3283578

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.08 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-3283578-1303757775/watcher-3283578-1303757775 -o /tmp/evaluation-result-3283578-1303757775/solver-3283578-1303757775 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3283578-1303757775.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.03 4.75 5/189 28047
/proc/meminfo: memFree=21986304/32951124 swapFree=67051468/67111528
[pid=28047] ppid=28045 vsize=19116 CPUtime=0 cores=5,7
/proc/28047/stat : 28047 (RestartSAT) R 28045 28047 26342 0 -1 4202496 596 0 0 0 0 0 0 0 22 0 1 0 487380334 19574784 537 33554432000 4194304 4291949 140734199426112 18446744073709551615 4277761 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28047/statm: 4779 544 224 24 0 1413 0

[startup+0.043613 s]
/proc/loadavg: 4.07 4.03 4.75 5/189 28047
/proc/meminfo: memFree=21986304/32951124 swapFree=67051468/67111528
[pid=28047] ppid=28045 vsize=49488 CPUtime=0.02 cores=5,7
/proc/28047/stat : 28047 (RestartSAT) R 28045 28047 26342 0 -1 4202496 6325 0 0 0 2 0 0 0 22 0 1 0 487380334 50675712 6249 33554432000 4194304 4291949 140734199426112 18446744073709551615 218370618053 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28047/statm: 12372 6252 227 24 0 9006 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 49488

[startup+0.100599 s]
/proc/loadavg: 4.07 4.03 4.75 5/189 28047
/proc/meminfo: memFree=21986304/32951124 swapFree=67051468/67111528
[pid=28047] ppid=28045 vsize=58020 CPUtime=0.09 cores=5,7
/proc/28047/stat : 28047 (RestartSAT) R 28045 28047 26342 0 -1 4202496 9281 0 0 0 8 1 0 0 22 0 1 0 487380334 59412480 8876 33554432000 4194304 4291949 140734199426112 18446744073709551615 218370618053 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28047/statm: 14505 8877 227 24 0 11139 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 58020

[startup+0.300576 s]
/proc/loadavg: 4.07 4.03 4.75 5/189 28047
/proc/meminfo: memFree=21986304/32951124 swapFree=67051468/67111528
[pid=28047] ppid=28045 vsize=83588 CPUtime=0.28 cores=5,7
/proc/28047/stat : 28047 (RestartSAT) R 28045 28047 26342 0 -1 4202496 15409 0 0 0 26 2 0 0 23 0 1 0 487380334 85594112 14493 33554432000 4194304 4291949 140734199426112 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28047/statm: 20897 14493 227 24 0 17531 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 83588

[startup+0.700505 s]
/proc/loadavg: 4.07 4.03 4.75 5/189 28047
/proc/meminfo: memFree=21986304/32951124 swapFree=67051468/67111528
[pid=28047] ppid=28045 vsize=112348 CPUtime=0.69 cores=5,7
/proc/28047/stat : 28047 (RestartSAT) R 28045 28047 26342 0 -1 4202496 24335 0 0 0 64 5 0 0 25 0 1 0 487380334 115044352 22200 33554432000 4194304 4291949 140734199426112 18446744073709551615 218370618053 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28047/statm: 28087 22201 227 24 0 24721 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 112348

[startup+1.50035 s]
/proc/loadavg: 4.07 4.03 4.75 5/190 28048
/proc/meminfo: memFree=21864068/32951124 swapFree=67051468/67111528
[pid=28047] ppid=28045 vsize=149552 CPUtime=1.49 cores=5,7
/proc/28047/stat : 28047 (RestartSAT) R 28045 28047 26342 0 -1 4202496 34484 0 0 0 142 7 0 0 25 0 1 0 487380334 153141248 30961 33554432000 4194304 4291949 140734199426112 18446744073709551615 4220818 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28047/statm: 37388 30961 234 24 0 34022 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 149552

[startup+3.10106 s]
/proc/loadavg: 4.07 4.03 4.75 5/190 28048
/proc/meminfo: memFree=21841500/32951124 swapFree=67051468/67111528
[pid=28047] ppid=28045 vsize=136864 CPUtime=3.09 cores=5,7
/proc/28047/stat : 28047 (RestartSAT) R 28045 28047 26342 0 -1 4202496 43768 0 0 0 300 9 0 0 25 0 1 0 487380334 140148736 28332 33554432000 4194304 4291949 140734199426112 18446744073709551615 4255843 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28047/statm: 34216 28332 252 24 0 30850 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 136864

[startup+6.3005 s]
/proc/loadavg: 4.07 4.02 4.74 5/187 28069
/proc/meminfo: memFree=22068168/32951124 swapFree=67051468/67111528
[pid=28047] ppid=28045 vsize=136864 CPUtime=6.29 cores=5,7
/proc/28047/stat : 28047 (RestartSAT) R 28045 28047 26342 0 -1 4202496 43926 0 0 0 620 9 0 0 25 0 1 0 487380334 140148736 28486 33554432000 4194304 4291949 140734199426112 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28047/statm: 34216 28486 252 24 0 30850 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 136864

[startup+12.7004 s]
/proc/loadavg: 4.06 4.02 4.74 5/190 28075
/proc/meminfo: memFree=21922188/32951124 swapFree=67051468/67111528
[pid=28047] ppid=28045 vsize=136864 CPUtime=12.68 cores=5,7
/proc/28047/stat : 28047 (RestartSAT) R 28045 28047 26342 0 -1 4202496 44394 0 0 0 1259 9 0 0 25 0 1 0 487380334 140148736 28950 33554432000 4194304 4291949 140734199426112 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28047/statm: 34216 28950 252 24 0 30850 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 136864

[startup+25.5011 s]
/proc/loadavg: 4.05 4.02 4.73 5/190 28076
/proc/meminfo: memFree=21901660/32951124 swapFree=67051468/67111528
[pid=28047] ppid=28045 vsize=148540 CPUtime=25.49 cores=5,7
/proc/28047/stat : 28047 (RestartSAT) R 28045 28047 26342 0 -1 4202496 45434 0 0 0 2539 10 0 0 25 0 1 0 487380334 152104960 29980 33554432000 4194304 4291949 140734199426112 18446744073709551615 4255658 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28047/statm: 37135 29980 252 24 0 33769 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 148540

[startup+51.1006 s]
/proc/loadavg: 4.11 4.04 4.71 5/190 28076
/proc/meminfo: memFree=21856284/32951124 swapFree=67051468/67111528
[pid=28047] ppid=28045 vsize=167508 CPUtime=51.08 cores=5,7
/proc/28047/stat : 28047 (RestartSAT) R 28045 28047 26342 0 -1 4202496 48308 0 0 0 5097 11 0 0 25 0 1 0 487380334 171528192 32829 33554432000 4194304 4291949 140734199426112 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28047/statm: 41877 32829 252 24 0 38511 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 167508

[startup+102.306 s]
/proc/loadavg: 4.05 4.03 4.67 5/190 28078
/proc/meminfo: memFree=21750684/32951124 swapFree=67051468/67111528
[pid=28047] ppid=28045 vsize=198328 CPUtime=102.3 cores=5,7
/proc/28047/stat : 28047 (RestartSAT) R 28045 28047 26342 0 -1 4202496 55377 0 0 0 10215 15 0 0 25 0 1 0 487380334 203087872 39874 33554432000 4194304 4291949 140734199426112 18446744073709551615 4251666 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28047/statm: 49582 39874 252 24 0 46216 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 198328

[startup+162.301 s]
/proc/loadavg: 4.02 4.02 4.63 5/190 28079
/proc/meminfo: memFree=21624812/32951124 swapFree=67051468/67111528
[pid=28047] ppid=28045 vsize=248416 CPUtime=162.29 cores=5,7
/proc/28047/stat : 28047 (RestartSAT) R 28045 28047 26342 0 -1 4202496 65105 0 0 0 16209 20 0 0 25 0 1 0 487380334 254377984 49567 33554432000 4194304 4291949 140734199426112 18446744073709551615 4250438 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28047/statm: 62104 49567 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: 4.00 4.02 4.59 5/190 28081
/proc/meminfo: memFree=21482560/32951124 swapFree=67051468/67111528
[pid=28047] ppid=28045 vsize=329804 CPUtime=222.29 cores=5,7
/proc/28047/stat : 28047 (RestartSAT) R 28045 28047 26342 0 -1 4202496 77534 0 0 0 22204 25 0 0 25 0 1 0 487380334 337719296 61966 33554432000 4194304 4291949 140734199426112 18446744073709551615 4263536 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28047/statm: 82451 61966 252 24 0 79085 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 329804

[startup+282.301 s]
/proc/loadavg: 4.00 4.01 4.55 5/190 28082
/proc/meminfo: memFree=21334588/32951124 swapFree=67051468/67111528
[pid=28047] ppid=28045 vsize=331584 CPUtime=282.3 cores=5,7
/proc/28047/stat : 28047 (RestartSAT) R 28045 28047 26342 0 -1 4202496 88734 0 0 0 28199 31 0 0 25 0 1 0 487380334 339542016 73133 33554432000 4194304 4291949 140734199426112 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28047/statm: 82896 73133 252 24 0 79530 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 331584

[startup+342.301 s]
/proc/loadavg: 4.04 4.02 4.52 5/190 28093
/proc/meminfo: memFree=21202032/32951124 swapFree=67051468/67111528
[pid=28047] ppid=28045 vsize=467524 CPUtime=342.29 cores=5,7
/proc/28047/stat : 28047 (RestartSAT) R 28045 28047 26342 0 -1 4202496 100031 0 0 0 34195 34 0 0 25 0 1 0 487380334 478744576 84391 33554432000 4194304 4291949 140734199426112 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28047/statm: 116881 84391 252 24 0 113515 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 467524

[startup+402.3 s]
/proc/loadavg: 4.01 4.02 4.48 5/190 28095
/proc/meminfo: memFree=21070048/32951124 swapFree=67051468/67111528
[pid=28047] ppid=28045 vsize=470908 CPUtime=402.3 cores=5,7
/proc/28047/stat : 28047 (RestartSAT) R 28045 28047 26342 0 -1 4202496 114587 0 0 0 40189 41 0 0 25 0 1 0 487380334 482209792 98907 33554432000 4194304 4291949 140734199426112 18446744073709551615 4262232 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28047/statm: 117727 98907 252 24 0 114361 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 470908

[startup+462.301 s]
/proc/loadavg: 4.00 4.01 4.45 5/190 28099
/proc/meminfo: memFree=20940188/32951124 swapFree=67051468/67111528
[pid=28047] ppid=28045 vsize=475812 CPUtime=462.29 cores=5,7
/proc/28047/stat : 28047 (RestartSAT) R 28045 28047 26342 0 -1 4202496 126722 0 0 0 46182 47 0 0 25 0 1 0 487380334 487231488 111007 33554432000 4194304 4291949 140734199426112 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28047/statm: 118953 111007 252 24 0 115587 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 475812

[startup+522.301 s]
/proc/loadavg: 4.04 4.02 4.42 5/190 28101
/proc/meminfo: memFree=20952104/32951124 swapFree=67051468/67111528
[pid=28047] ppid=28045 vsize=693128 CPUtime=522.3 cores=5,7
/proc/28047/stat : 28047 (RestartSAT) R 28045 28047 26342 0 -1 4202496 136775 0 0 0 52178 52 0 0 25 0 1 0 487380334 709763072 121031 33554432000 4194304 4291949 140734199426112 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28047/statm: 173282 121031 252 24 0 169916 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 693128

[startup+582.3 s]
/proc/loadavg: 4.01 4.01 4.39 5/190 28102
/proc/meminfo: memFree=20816664/32951124 swapFree=67051468/67111528
[pid=28047] ppid=28045 vsize=695876 CPUtime=582.3 cores=5,7
/proc/28047/stat : 28047 (RestartSAT) R 28045 28047 26342 0 -1 4202496 147160 0 0 0 58173 57 0 0 25 0 1 0 487380334 712577024 131391 33554432000 4194304 4291949 140734199426112 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28047/statm: 173969 131391 252 24 0 170603 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 695876

[startup+642.301 s]
/proc/loadavg: 3.42 3.84 4.31 4/184 28121
/proc/meminfo: memFree=21350552/32951124 swapFree=67051468/67111528
[pid=28047] ppid=28045 vsize=698428 CPUtime=642.3 cores=5,7
/proc/28047/stat : 28047 (RestartSAT) R 28045 28047 26342 0 -1 4202496 156569 0 0 0 64167 63 0 0 25 0 1 0 487380334 715190272 140773 33554432000 4194304 4291949 140734199426112 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28047/statm: 174607 140773 252 24 0 171241 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 698428

[startup+702.301 s]
/proc/loadavg: 3.15 3.69 4.22 4/184 28123
/proc/meminfo: memFree=21266444/32951124 swapFree=67051468/67111528
[pid=28047] ppid=28045 vsize=701276 CPUtime=702.3 cores=5,7
/proc/28047/stat : 28047 (RestartSAT) R 28045 28047 26342 0 -1 4202496 168047 0 0 0 70162 68 0 0 25 0 1 0 487380334 718106624 152207 33554432000 4194304 4291949 140734199426112 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28047/statm: 175319 152207 252 24 0 171953 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 701276

[startup+762.306 s]
/proc/loadavg: 3.05 3.56 4.14 4/184 28124
/proc/meminfo: memFree=21182228/32951124 swapFree=67051468/67111528
[pid=28047] ppid=28045 vsize=703932 CPUtime=762.31 cores=5,7
/proc/28047/stat : 28047 (RestartSAT) R 28045 28047 26342 0 -1 4202496 177027 0 0 0 76159 72 0 0 25 0 1 0 487380334 720826368 161159 33554432000 4194304 4291949 140734199426112 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28047/statm: 175983 161159 252 24 0 172617 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 703932

[startup+822.301 s]
/proc/loadavg: 3.02 3.45 4.07 4/184 28126
/proc/meminfo: memFree=21110044/32951124 swapFree=67051468/67111528
[pid=28047] ppid=28045 vsize=706976 CPUtime=822.31 cores=5,7
/proc/28047/stat : 28047 (RestartSAT) R 28045 28047 26342 0 -1 4202496 185054 0 0 0 82155 76 0 0 25 0 1 0 487380334 723943424 169163 33554432000 4194304 4291949 140734199426112 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28047/statm: 176744 169163 252 24 0 173378 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 706976

[startup+882.301 s]
/proc/loadavg: 2.85 3.34 3.99 3/178 28145
/proc/meminfo: memFree=21734776/32951124 swapFree=67051468/67111528
[pid=28047] ppid=28045 vsize=1058632 CPUtime=882.31 cores=5,7
/proc/28047/stat : 28047 (RestartSAT) R 28045 28047 26342 0 -1 4202496 194795 0 0 0 88150 81 0 0 25 0 1 0 487380334 1084039168 178879 33554432000 4194304 4291949 140734199426112 18446744073709551615 4255627 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28047/statm: 264658 178879 252 24 0 261292 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 1058632

[startup+942.3 s]
/proc/loadavg: 2.31 3.09 3.86 3/178 28147
/proc/meminfo: memFree=21679920/32951124 swapFree=67051468/67111528
[pid=28047] ppid=28045 vsize=1061576 CPUtime=942.31 cores=5,7
/proc/28047/stat : 28047 (RestartSAT) R 28045 28047 26342 0 -1 4202496 203794 0 0 0 94145 86 0 0 25 0 1 0 487380334 1087053824 187846 33554432000 4194304 4291949 140734199426112 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28047/statm: 265394 187846 252 24 0 262028 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 1061576

[startup+1002.3 s]
/proc/loadavg: 2.11 2.89 3.74 3/178 28149
/proc/meminfo: memFree=21618004/32951124 swapFree=67051468/67111528
[pid=28047] ppid=28045 vsize=1063372 CPUtime=1002.31 cores=5,7
/proc/28047/stat : 28047 (RestartSAT) R 28045 28047 26342 0 -1 4202496 215213 0 0 0 100139 92 0 0 25 0 1 0 487380334 1088892928 199237 33554432000 4194304 4291949 140734199426112 18446744073709551615 4255853 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28047/statm: 265843 199237 252 24 0 262477 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 1063372

[startup+1062.3 s]
/proc/loadavg: 2.04 2.72 3.63 3/178 28150
/proc/meminfo: memFree=21539728/32951124 swapFree=67051468/67111528
[pid=28047] ppid=28045 vsize=1065792 CPUtime=1062.31 cores=5,7
/proc/28047/stat : 28047 (RestartSAT) R 28045 28047 26342 0 -1 4202496 231195 0 0 0 106132 99 0 0 25 0 1 0 487380334 1091371008 215191 33554432000 4194304 4291949 140734199426112 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28047/statm: 266448 215191 252 24 0 263082 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 1065792

[startup+1122.3 s]
/proc/loadavg: 2.01 2.59 3.53 3/178 28152
/proc/meminfo: memFree=21484016/32951124 swapFree=67051468/67111528
[pid=28047] ppid=28045 vsize=1068104 CPUtime=1122.31 cores=5,7
/proc/28047/stat : 28047 (RestartSAT) R 28045 28047 26342 0 -1 4202496 241284 0 0 0 112126 105 0 0 25 0 1 0 487380334 1093738496 225249 33554432000 4194304 4291949 140734199426112 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28047/statm: 267026 225249 252 24 0 263660 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 1068104

[startup+1182.3 s]
/proc/loadavg: 2.07 2.50 3.43 3/178 28153
/proc/meminfo: memFree=21442312/32951124 swapFree=67051468/67111528
[pid=28047] ppid=28045 vsize=1071080 CPUtime=1182.31 cores=5,7
/proc/28047/stat : 28047 (RestartSAT) R 28045 28047 26342 0 -1 4202496 249120 0 0 0 118122 109 0 0 25 0 1 0 487380334 1096785920 233063 33554432000 4194304 4291949 140734199426112 18446744073709551615 4255857 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28047/statm: 267770 233063 252 24 0 264404 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 1071080

[startup+1242.3 s]
/proc/loadavg: 2.02 2.40 3.34 3/178 28155
/proc/meminfo: memFree=21402328/32951124 swapFree=67051468/67111528
[pid=28047] ppid=28045 vsize=1073100 CPUtime=1242.32 cores=5,7
/proc/28047/stat : 28047 (RestartSAT) R 28045 28047 26342 0 -1 4202496 256394 0 0 0 124119 113 0 0 25 0 1 0 487380334 1098854400 240314 33554432000 4194304 4291949 140734199426112 18446744073709551615 4248323 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28047/statm: 268275 240314 252 24 0 264909 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 1073100



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.01 2.33 3.25 3/178 28157
/proc/meminfo: memFree=21451760/32951124 swapFree=67051468/67111528
[pid=28047] ppid=28045 vsize=1078016 CPUtime=1300.02 cores=5,7
/proc/28047/stat : 28047 (RestartSAT) R 28045 28047 26342 0 -1 4202496 265267 0 0 0 129885 117 0 0 25 0 1 0 487380334 1103888384 249165 33554432000 4194304 4291949 140734199426112 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28047/statm: 269504 249165 252 24 0 266138 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 1078016

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.08
CPU user time (s): 1298.86
CPU system time (s): 1.21981
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1078016

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

runsolver used 1.87471 second user time and 5.22921 second system time

The end

Launcher Data

Begin job on node101 at 2011-04-25 20:56:16
IDJOB=3283578
IDBENCH=71050
IDSOLVER=1580
FILE ID=node101/3283578-1303757775
RUNJOBID= node101-1303757339-27969
PBS_JOBID= 13154061
Free space on /tmp= 71556 MiB

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

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

MD5SUM BENCH= 9573f6b4001373bab93d1a02f96820d1
RANDOM SEED=898387633

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21986460 kB
Buffers:       2076688 kB
Cached:        7470380 kB
SwapCached:      33708 kB
Active:        7199040 kB
Inactive:      3294732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21986460 kB
SwapTotal:    67111528 kB
SwapFree:     67051468 kB
Dirty:           26820 kB
Writeback:          28 kB
AnonPages:      933548 kB
Mapped:           9476 kB
Slab:           405308 kB
PageTables:       7344 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1376576 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71604 MiB
End job on node101 at 2011-04-25 21:17:58