Trace number 3283624

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.02 1300.03

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-20-10p1.cnf
MD5SUM6ace5cfbe110f1a43049037cb7432998
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables259234
Number of clauses1387934
Sum of the clauses size3351923
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2981661
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-3283624-1303757781/watcher-3283624-1303757781 -o /tmp/evaluation-result-3283624-1303757781/solver-3283624-1303757781 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3283624-1303757781.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: 4.07 4.02 4.74 5/189 28074
/proc/meminfo: memFree=22044220/32951124 swapFree=67051468/67111528
[pid=28074] ppid=28072 vsize=19120 CPUtime=0 cores=1,3
/proc/28074/stat : 28074 (RestartSAT) R 28072 28074 26342 0 -1 4202496 439 0 0 0 0 0 0 0 23 0 1 0 487380968 19578880 381 33554432000 4194304 4291949 140734234395872 18446744073709551615 218370957056 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28074/statm: 4780 388 220 24 0 1414 0

[startup+0.0738221 s]
/proc/loadavg: 4.07 4.02 4.74 5/189 28074
/proc/meminfo: memFree=22044220/32951124 swapFree=67051468/67111528
[pid=28074] ppid=28072 vsize=54348 CPUtime=0.05 cores=1,3
/proc/28074/stat : 28074 (RestartSAT) R 28072 28074 26342 0 -1 4202496 8036 0 0 0 5 0 0 0 23 0 1 0 487380968 55652352 7767 33554432000 4194304 4291949 140734234395872 18446744073709551615 218370618053 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28074/statm: 13587 7770 227 24 0 10221 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 54348

[startup+0.100812 s]
/proc/loadavg: 4.07 4.02 4.74 5/189 28074
/proc/meminfo: memFree=22044220/32951124 swapFree=67051468/67111528
[pid=28074] ppid=28072 vsize=58024 CPUtime=0.08 cores=1,3
/proc/28074/stat : 28074 (RestartSAT) R 28072 28074 26342 0 -1 4202496 9282 0 0 0 8 0 0 0 23 0 1 0 487380968 59416576 8877 33554432000 4194304 4291949 140734234395872 18446744073709551615 4220825 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28074/statm: 14539 8878 227 24 0 11173 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 58024

[startup+0.300792 s]
/proc/loadavg: 4.07 4.02 4.74 5/189 28074
/proc/meminfo: memFree=22044220/32951124 swapFree=67051468/67111528
[pid=28074] ppid=28072 vsize=82800 CPUtime=0.29 cores=1,3
/proc/28074/stat : 28074 (RestartSAT) R 28072 28074 26342 0 -1 4202496 15231 0 0 0 27 2 0 0 24 0 1 0 487380968 84787200 14314 33554432000 4194304 4291949 140734234395872 18446744073709551615 218370622328 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28074/statm: 20700 14314 227 24 0 17334 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 82800

[startup+0.70072 s]
/proc/loadavg: 4.07 4.02 4.74 5/189 28074
/proc/meminfo: memFree=22044220/32951124 swapFree=67051468/67111528
[pid=28074] ppid=28072 vsize=112088 CPUtime=0.68 cores=1,3
/proc/28074/stat : 28074 (RestartSAT) R 28072 28074 26342 0 -1 4202496 24290 0 0 0 65 3 0 0 25 0 1 0 487380968 114778112 22155 33554432000 4194304 4291949 140734234395872 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28074/statm: 28022 22155 227 24 0 24656 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 112088

[startup+1.50058 s]
/proc/loadavg: 4.07 4.02 4.74 5/190 28075
/proc/meminfo: memFree=21921832/32951124 swapFree=67051468/67111528
[pid=28074] ppid=28072 vsize=146840 CPUtime=1.49 cores=1,3
/proc/28074/stat : 28074 (RestartSAT) R 28072 28074 26342 0 -1 4202496 34341 0 0 0 144 5 0 0 25 0 1 0 487380968 150364160 30821 33554432000 4194304 4291949 140734234395872 18446744073709551615 4212445 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28074/statm: 36710 30821 234 24 0 33344 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 146840

[startup+3.10028 s]
/proc/loadavg: 4.06 4.02 4.74 5/190 28075
/proc/meminfo: memFree=21899620/32951124 swapFree=67051468/67111528
[pid=28074] ppid=28072 vsize=136800 CPUtime=3.09 cores=1,3
/proc/28074/stat : 28074 (RestartSAT) R 28072 28074 26342 0 -1 4202496 43715 0 0 0 302 7 0 0 25 0 1 0 487380968 140083200 28260 33554432000 4194304 4291949 140734234395872 18446744073709551615 4262241 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28074/statm: 34200 28260 252 24 0 30834 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 136800

[startup+6.30072 s]
/proc/loadavg: 4.06 4.02 4.74 5/190 28075
/proc/meminfo: memFree=21922692/32951124 swapFree=67051468/67111528
[pid=28074] ppid=28072 vsize=136800 CPUtime=6.29 cores=1,3
/proc/28074/stat : 28074 (RestartSAT) R 28072 28074 26342 0 -1 4202496 43932 0 0 0 622 7 0 0 25 0 1 0 487380968 140083200 28475 33554432000 4194304 4291949 140734234395872 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28074/statm: 34200 28475 252 24 0 30834 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 136800

[startup+12.7006 s]
/proc/loadavg: 4.05 4.02 4.73 5/190 28075
/proc/meminfo: memFree=21911056/32951124 swapFree=67051468/67111528
[pid=28074] ppid=28072 vsize=136800 CPUtime=12.69 cores=1,3
/proc/28074/stat : 28074 (RestartSAT) R 28072 28074 26342 0 -1 4202496 44389 0 0 0 1262 7 0 0 25 0 1 0 487380968 140083200 28927 33554432000 4194304 4291949 140734234395872 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28074/statm: 34200 28927 252 24 0 30834 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 136800

[startup+25.5003 s]
/proc/loadavg: 4.04 4.02 4.72 5/190 28076
/proc/meminfo: memFree=21891920/32951124 swapFree=67051468/67111528
[pid=28074] ppid=28072 vsize=148476 CPUtime=25.48 cores=1,3
/proc/28074/stat : 28074 (RestartSAT) R 28072 28074 26342 0 -1 4202496 45372 0 0 0 2541 7 0 0 25 0 1 0 487380968 152039424 29898 33554432000 4194304 4291949 140734234395872 18446744073709551615 4256347 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28074/statm: 37119 29898 252 24 0 33753 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 148476

[startup+51.1008 s]
/proc/loadavg: 4.10 4.04 4.71 5/190 28076
/proc/meminfo: memFree=21845124/32951124 swapFree=67051468/67111528
[pid=28074] ppid=28072 vsize=167444 CPUtime=51.08 cores=1,3
/proc/28074/stat : 28074 (RestartSAT) R 28072 28074 26342 0 -1 4202496 48213 0 0 0 5100 8 0 0 25 0 1 0 487380968 171462656 32719 33554432000 4194304 4291949 140734234395872 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28074/statm: 41861 32719 252 24 0 38495 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 167444

[startup+102.307 s]
/proc/loadavg: 4.04 4.03 4.67 5/190 28078
/proc/meminfo: memFree=21738904/32951124 swapFree=67051468/67111528
[pid=28074] ppid=28072 vsize=198264 CPUtime=102.29 cores=1,3
/proc/28074/stat : 28074 (RestartSAT) R 28072 28074 26342 0 -1 4202496 55034 0 0 0 10218 11 0 0 25 0 1 0 487380968 203022336 39513 33554432000 4194304 4291949 140734234395872 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28074/statm: 49566 39513 252 24 0 46200 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 198264

[startup+162.301 s]
/proc/loadavg: 4.01 4.02 4.62 5/190 28079
/proc/meminfo: memFree=21607572/32951124 swapFree=67051468/67111528
[pid=28074] ppid=28072 vsize=248352 CPUtime=162.28 cores=1,3
/proc/28074/stat : 28074 (RestartSAT) R 28072 28074 26342 0 -1 4202496 62647 0 0 0 16213 15 0 0 25 0 1 0 487380968 254312448 47101 33554432000 4194304 4291949 140734234395872 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28074/statm: 62088 47101 252 24 0 58722 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 248352

[startup+222.3 s]
/proc/loadavg: 4.00 4.02 4.58 5/190 28081
/proc/meminfo: memFree=21467556/32951124 swapFree=67051468/67111528
[pid=28074] ppid=28072 vsize=248352 CPUtime=222.28 cores=1,3
/proc/28074/stat : 28074 (RestartSAT) R 28072 28074 26342 0 -1 4202496 70755 0 0 0 22209 19 0 0 25 0 1 0 487380968 254312448 55187 33554432000 4194304 4291949 140734234395872 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28074/statm: 62088 55187 252 24 0 58722 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 248352

[startup+282.301 s]
/proc/loadavg: 4.00 4.01 4.54 5/190 28091
/proc/meminfo: memFree=21319440/32951124 swapFree=67051468/67111528
[pid=28074] ppid=28072 vsize=329740 CPUtime=282.28 cores=1,3
/proc/28074/stat : 28074 (RestartSAT) R 28072 28074 26342 0 -1 4202496 79526 0 0 0 28205 23 0 0 25 0 1 0 487380968 337653760 63930 33554432000 4194304 4291949 140734234395872 18446744073709551615 4250438 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28074/statm: 82435 63930 252 24 0 79069 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 329740

[startup+342.301 s]
/proc/loadavg: 4.04 4.02 4.51 5/190 28093
/proc/meminfo: memFree=21190004/32951124 swapFree=67051468/67111528
[pid=28074] ppid=28072 vsize=330100 CPUtime=342.28 cores=1,3
/proc/28074/stat : 28074 (RestartSAT) R 28072 28074 26342 0 -1 4202496 86648 0 0 0 34202 26 0 0 25 0 1 0 487380968 338022400 71034 33554432000 4194304 4291949 140734234395872 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28074/statm: 82525 71034 252 24 0 79159 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 330100

[startup+402.3 s]
/proc/loadavg: 4.01 4.02 4.48 5/190 28095
/proc/meminfo: memFree=21051820/32951124 swapFree=67051468/67111528
[pid=28074] ppid=28072 vsize=331952 CPUtime=402.28 cores=1,3
/proc/28074/stat : 28074 (RestartSAT) R 28072 28074 26342 0 -1 4202496 93387 0 0 0 40199 29 0 0 25 0 1 0 487380968 339918848 77760 33554432000 4194304 4291949 140734234395872 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28074/statm: 82988 77760 252 24 0 79622 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 331952

[startup+462.301 s]
/proc/loadavg: 4.00 4.01 4.44 5/190 28099
/proc/meminfo: memFree=20929448/32951124 swapFree=67051468/67111528
[pid=28074] ppid=28072 vsize=466468 CPUtime=462.28 cores=1,3
/proc/28074/stat : 28074 (RestartSAT) R 28072 28074 26342 0 -1 4202496 101468 0 0 0 46196 32 0 0 25 0 1 0 487380968 477663232 85826 33554432000 4194304 4291949 140734234395872 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28074/statm: 116617 85826 252 24 0 113251 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 466468

[startup+522.301 s]
/proc/loadavg: 4.04 4.02 4.42 5/190 28101
/proc/meminfo: memFree=20939084/32951124 swapFree=67051468/67111528
[pid=28074] ppid=28072 vsize=467784 CPUtime=522.28 cores=1,3
/proc/28074/stat : 28074 (RestartSAT) R 28072 28074 26342 0 -1 4202496 107851 0 0 0 52193 35 0 0 25 0 1 0 487380968 479010816 92197 33554432000 4194304 4291949 140734234395872 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28074/statm: 116946 92197 252 24 0 113580 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 467784

[startup+582.301 s]
/proc/loadavg: 3.93 4.00 4.39 4/185 28119
/proc/meminfo: memFree=21417960/32951124 swapFree=67051468/67111528
[pid=28074] ppid=28072 vsize=469632 CPUtime=582.28 cores=1,3
/proc/28074/stat : 28074 (RestartSAT) R 28072 28074 26342 0 -1 4202496 113531 0 0 0 58190 38 0 0 25 0 1 0 487380968 480903168 97867 33554432000 4194304 4291949 140734234395872 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28074/statm: 117408 97867 252 24 0 114042 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 469632

[startup+642.301 s]
/proc/loadavg: 3.35 3.81 4.29 4/184 28121
/proc/meminfo: memFree=21343732/32951124 swapFree=67051468/67111528
[pid=28074] ppid=28072 vsize=470704 CPUtime=642.28 cores=1,3
/proc/28074/stat : 28074 (RestartSAT) R 28072 28074 26342 0 -1 4202496 118104 0 0 0 64187 41 0 0 25 0 1 0 487380968 482000896 102421 33554432000 4194304 4291949 140734234395872 18446744073709551615 4261651 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28074/statm: 117676 102421 252 24 0 114310 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 470704

[startup+702.3 s]
/proc/loadavg: 3.14 3.67 4.22 4/184 28123
/proc/meminfo: memFree=21256892/32951124 swapFree=67051468/67111528
[pid=28074] ppid=28072 vsize=471324 CPUtime=702.28 cores=1,3
/proc/28074/stat : 28074 (RestartSAT) R 28072 28074 26342 0 -1 4202496 123092 0 0 0 70184 44 0 0 25 0 1 0 487380968 482635776 107397 33554432000 4194304 4291949 140734234395872 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28074/statm: 117831 107397 252 24 0 114465 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 471324

[startup+762.307 s]
/proc/loadavg: 3.05 3.54 4.13 4/184 28124
/proc/meminfo: memFree=21176152/32951124 swapFree=67051468/67111528
[pid=28074] ppid=28072 vsize=688576 CPUtime=762.28 cores=1,3
/proc/28074/stat : 28074 (RestartSAT) R 28072 28074 26342 0 -1 4202496 130169 0 0 0 76181 47 0 0 25 0 1 0 487380968 705101824 114460 33554432000 4194304 4291949 140734234395872 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28074/statm: 172144 114460 252 24 0 168778 0
Current children cumulated CPU time (s) 762.28
Current children cumulated vsize (KiB) 688576

[startup+822.301 s]
/proc/loadavg: 3.02 3.45 4.06 4/184 28126
/proc/meminfo: memFree=21097268/32951124 swapFree=67051468/67111528
[pid=28074] ppid=28072 vsize=690676 CPUtime=822.29 cores=1,3
/proc/28074/stat : 28074 (RestartSAT) R 28072 28074 26342 0 -1 4202496 134883 0 0 0 82179 50 0 0 25 0 1 0 487380968 707252224 119162 33554432000 4194304 4291949 140734234395872 18446744073709551615 4248464 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28074/statm: 172669 119162 252 24 0 169303 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 690676

[startup+882.3 s]
/proc/loadavg: 2.72 3.29 3.97 3/178 28145
/proc/meminfo: memFree=21730184/32951124 swapFree=67051468/67111528
[pid=28074] ppid=28072 vsize=691440 CPUtime=882.28 cores=1,3
/proc/28074/stat : 28074 (RestartSAT) R 28072 28074 26342 0 -1 4202496 138220 0 0 0 88176 52 0 0 25 0 1 0 487380968 708034560 122479 33554432000 4194304 4291949 140734234395872 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28074/statm: 172860 122479 252 24 0 169494 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 691440

[startup+942.301 s]
/proc/loadavg: 2.28 3.07 3.85 3/178 28147
/proc/meminfo: memFree=21674460/32951124 swapFree=67051468/67111528
[pid=28074] ppid=28072 vsize=693384 CPUtime=942.28 cores=1,3
/proc/28074/stat : 28074 (RestartSAT) R 28072 28074 26342 0 -1 4202496 143325 0 0 0 94173 55 0 0 25 0 1 0 487380968 710025216 127575 33554432000 4194304 4291949 140734234395872 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28074/statm: 173346 127575 252 24 0 169980 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 693384

[startup+1002.3 s]
/proc/loadavg: 2.09 2.86 3.72 3/178 28149
/proc/meminfo: memFree=21610436/32951124 swapFree=67051468/67111528
[pid=28074] ppid=28072 vsize=694700 CPUtime=1002.28 cores=1,3
/proc/28074/stat : 28074 (RestartSAT) R 28072 28074 26342 0 -1 4202496 147128 0 0 0 100171 57 0 0 25 0 1 0 487380968 711372800 131360 33554432000 4194304 4291949 140734234395872 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28074/statm: 173675 131360 252 24 0 170309 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 694700

[startup+1062.3 s]
/proc/loadavg: 2.04 2.71 3.62 3/178 28150
/proc/meminfo: memFree=21534264/32951124 swapFree=67051468/67111528
[pid=28074] ppid=28072 vsize=695648 CPUtime=1062.28 cores=1,3
/proc/28074/stat : 28074 (RestartSAT) R 28072 28074 26342 0 -1 4202496 150742 0 0 0 106169 59 0 0 25 0 1 0 487380968 712343552 134957 33554432000 4194304 4291949 140734234395872 18446744073709551615 4262410 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28074/statm: 173912 134957 252 24 0 170546 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 695648

[startup+1122.3 s]
/proc/loadavg: 2.01 2.57 3.51 3/178 28152
/proc/meminfo: memFree=21479176/32951124 swapFree=67051468/67111528
[pid=28074] ppid=28072 vsize=696032 CPUtime=1122.28 cores=1,3
/proc/28074/stat : 28074 (RestartSAT) R 28072 28074 26342 0 -1 4202496 154640 0 0 0 112166 62 0 0 25 0 1 0 487380968 712736768 138841 33554432000 4194304 4291949 140734234395872 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28074/statm: 174008 138841 252 24 0 170642 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 696032

[startup+1182.3 s]
/proc/loadavg: 2.06 2.49 3.43 3/178 28153
/proc/meminfo: memFree=21438708/32951124 swapFree=67051468/67111528
[pid=28074] ppid=28072 vsize=697228 CPUtime=1182.28 cores=1,3
/proc/28074/stat : 28074 (RestartSAT) R 28072 28074 26342 0 -1 4202496 157273 0 0 0 118165 63 0 0 25 0 1 0 487380968 713961472 141461 33554432000 4194304 4291949 140734234395872 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28074/statm: 174307 141461 252 24 0 170941 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 697228

[startup+1242.3 s]
/proc/loadavg: 2.02 2.39 3.33 3/178 28155
/proc/meminfo: memFree=21393024/32951124 swapFree=67051468/67111528
[pid=28074] ppid=28072 vsize=698428 CPUtime=1242.28 cores=1,3
/proc/28074/stat : 28074 (RestartSAT) R 28072 28074 26342 0 -1 4202496 160464 0 0 0 124164 64 0 0 25 0 1 0 487380968 715190272 144637 33554432000 4194304 4291949 140734234395872 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28074/statm: 174607 144637 252 24 0 171241 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 698428



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.93 2.30 3.24 2/173 28175
/proc/meminfo: memFree=22475688/32951124 swapFree=67051468/67111528
[pid=28074] ppid=28072 vsize=699228 CPUtime=1299.99 cores=1,3
/proc/28074/stat : 28074 (RestartSAT) R 28072 28074 26342 0 -1 4202496 255147 0 0 0 129919 80 0 0 25 0 1 0 487380968 716009472 123003 33554432000 4194304 4291949 140734234395872 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28074/statm: 174807 123003 252 24 0 171441 0
Current children cumulated CPU time (s) 1299.99
Current children cumulated vsize (KiB) 699228

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.03
CPU time (s): 1300.02
CPU user time (s): 1299.19
CPU system time (s): 0.822874
CPU usage (%): 99.9992
Max. virtual memory (cumulated for all children) (KiB): 1257228

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

runsolver used 1.9477 second user time and 5.14222 second system time

The end

Launcher Data

Begin job on node101 at 2011-04-25 20:56:22
IDJOB=3283624
IDBENCH=71055
IDSOLVER=1580
FILE ID=node101/3283624-1303757781
RUNJOBID= node101-1303757339-27968
PBS_JOBID= 13154061
Free space on /tmp= 71552 MiB

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

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

MD5SUM BENCH= 6ace5cfbe110f1a43049037cb7432998
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:      22044500 kB
Buffers:       2076748 kB
Cached:        7479892 kB
SwapCached:      33708 kB
Active:        7133868 kB
Inactive:      3300688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22044500 kB
SwapTotal:    67111528 kB
SwapFree:     67051468 kB
Dirty:           53828 kB
Writeback:           0 kB
AnonPages:      865456 kB
Mapped:           9504 kB
Slab:           405968 kB
PageTables:       6916 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1280588 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= 71632 MiB
End job on node101 at 2011-04-25 21:18:04